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://metroline.it

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="work">
  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_5_eIVmnwh_QnLUkGe_phzaA2e_Q8G6EZ1.png">
  14.    
  15.  
  16.    <title>Metroline: Urban Transit Insights &amp; City Mobility Solutions</title>
  17.    <meta name="description" content="Explore the latest in urban transit, metro systems, and city mobility innovations. Get expert analysis on sustainable transport and smart city planning.">
  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://metroline.it/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #003087;
  42.        --bs-primary-rgb: 003087;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #f1f5f9;
  49.        --bs-dark: #1f2937;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #003087;
  53.        --theme-primary-color-s2: #003087;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1f2937;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1f2937;
  59.        --border-color: #cbd5e1;
  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: #e2e8f0;
  75.        --navbar-color: #1f2937;
  76.        --topbar-bg: #f1f5f9;
  77.        --topbar-color: #1f2937;
  78.        --footer-bg: #1f2937;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #cbd5e1;
  82.        --card-radius: 12px;
  83.        --link-color: #003087;
  84.        --link-hover: #00266b;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(0, 48, 135, 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_14">
  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: "Missing Johann Sebastian Bach Compositions Played for First\u002DEver Performance in Three Centuries", url: "/missing-johann-sebastian-bach-compositions-played-for-first-ever-performance-in-three-centuries/" },
  431.        
  432.            { title: "Galápagos Had No Native Amphibians. Until Hundreds of Thousands of Frogs Made Their Home", url: "/gal%C3%A1pagos-had-no-native-amphibians-until-hundreds-of-thousands-of-frogs-made-their-home/" },
  433.        
  434.            { title: "Sharing a Dugout with Sir Alex and Being \u0027Knocked Out\u0027 – A Lenswoman\u0027s Stories", url: "/sharing-a-dugout-with-sir-alex-and-being-knocked-out-a-lenswomans-stories/" },
  435.        
  436.            { title: "Gavin Newsom Rejects Early Release for Manson Follower Patricia Krenwinkel", url: "/gavin-newsom-rejects-early-release-for-manson-follower-patricia-krenwinkel/" },
  437.        
  438.            { title: "Individual Accused in Ivy League Campus Incident Located Dead Inside Storage Unit.", url: "/individual-accused-in-ivy-league-campus-incident-located-dead-inside-storage-unit/" }
  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/f9a5d48b-a25b-4f44-a8af-0b8bbef1b782_logo.png" alt="Metroline" 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="To Rinse or Not to Rinse: How to Properly Prepare Mushrooms" 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="/to-rinse-or-not-to-rinse-how-to-properly-prepare-mushrooms/">
  1855.                                        To Rinse or Not to Rinse: How to Properly Prepare Mushrooms
  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/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" class="author-avatar">
  1865.                                    
  1866.                                    <a href="#" class="author-name">Jonathan Schaefer</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="Remains of Endurance Athlete Seemingly Killed by Great White Found on Californian Coastline" 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="/remains-of-endurance-athlete-seemingly-killed-by-great-white-found-on-californian-coastline/">
  1887.                                    Remains of Endurance Athlete Seemingly Killed by Great White Found on Californian Coastline
  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">Jonathan Schaefer</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="Barry Manilow to Undergo Surgery for Cancer in His Lung." 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="/barry-manilow-to-undergo-surgery-for-cancer-in-his-lung/">
  1912.                                    Barry Manilow to Undergo Surgery for Cancer in His Lung.
  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">Jonathan Schaefer</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="Former UK Serviceman Charged of Murdering Kenyan Female Appears in Court" 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="/former-uk-serviceman-charged-of-murdering-kenyan-female-appears-in-court/">
  1937.                                    Former UK Serviceman Charged of Murdering Kenyan Female Appears in Court
  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">Jonathan Schaefer</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.  
  1975.    .blog-highlights-section {
  1976.        padding: 30px 0;
  1977.    }
  1978.  
  1979.    .blog-cards-grid {
  1980.        display: grid;
  1981.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1982.        gap: 30px;
  1983.    }
  1984.  
  1985.    .blog-card {
  1986.        background: var(--card-bg);
  1987.        border: 1px solid var(--card-border);
  1988.        border-radius: var(--border-radius);
  1989.        overflow: hidden;
  1990.        transition: all 0.3s ease;
  1991.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1992.    }
  1993.  
  1994.    .blog-card:hover {
  1995.        transform: translateY(-8px);
  1996.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1997.        border-color: var(--theme-primary-color);
  1998.    }
  1999.  
  2000.    .blog-card-image {
  2001.        position: relative;
  2002.        height: 220px;
  2003.        overflow: hidden;
  2004.    }
  2005.  
  2006.    .blog-card-image img {
  2007.        width: 100%;
  2008.        height: 100%;
  2009.        object-fit: cover;
  2010.        transition: transform 0.3s ease;
  2011.    }
  2012.  
  2013.    .blog-card:hover .blog-card-image img {
  2014.        transform: scale(1.05);
  2015.    }
  2016.  
  2017.    .blog-category {
  2018.        position: absolute;
  2019.        top: 15px;
  2020.        right: 15px;
  2021.        color: white;
  2022.        padding: 6px 12px;
  2023.        border-radius: 20px;
  2024.        font-size: 12px;
  2025.        font-weight: 600;
  2026.        text-transform: uppercase;
  2027.        letter-spacing: 0.5px;
  2028.    }
  2029.  
  2030.    .blog-card-content {
  2031.        padding: 25px;
  2032.    }
  2033.  
  2034.    .blog-card-title {
  2035.        font-family: var(--heading-font);
  2036.        font-size: 1.3rem;
  2037.        font-weight: var(--heading-weight);
  2038.        color: var(--top-color);
  2039.        margin-bottom: 15px;
  2040.        line-height: 1.4;
  2041.    }
  2042.  
  2043.    .blog-card-title a {
  2044.        color: inherit !important;
  2045.        text-decoration: none;
  2046.        transition: color 0.3s ease;
  2047.    }
  2048.  
  2049.    .blog-card-title a:hover {
  2050.        color: var(--theme-primary-color);
  2051.    }
  2052.  
  2053.    .blog-card-meta {
  2054.        display: flex;
  2055.        align-items: center;
  2056.        gap: 15px;
  2057.        margin-bottom: 15px;
  2058.        font-size: 14px;
  2059.        color: var(--text-light-color);
  2060.    }
  2061.  
  2062.    .blog-author-img {
  2063.        width: 30px;
  2064.        height: 30px;
  2065.        border-radius: 50%;
  2066.        object-fit: cover;
  2067.    }
  2068.  
  2069.    .blog-card-excerpt {
  2070.        color: var(--body-color);
  2071.        font-size: 15px;
  2072.        line-height: 1.6;
  2073.        margin-bottom: 20px;
  2074.        display: -webkit-box;
  2075.        -webkit-line-clamp: 3;
  2076.        -webkit-box-orient: vertical;
  2077.        overflow: hidden;
  2078.    }
  2079.  
  2080.    .blog-card-footer {
  2081.        display: flex;
  2082.        justify-content: space-between;
  2083.        align-items: center;
  2084.        padding-top: 15px;
  2085.        border-top: 1px solid var(--border-color-s2);
  2086.    }
  2087.  
  2088.    .blog-read-time {
  2089.        font-size: 13px;
  2090.        color: var(--light);
  2091.    }
  2092.  
  2093.    .blog-read-more {
  2094.        color: var(--top-color) !important;
  2095.        text-decoration: none;
  2096.        font-weight: 600;
  2097.        font-size: 14px;
  2098.        transition: all 0.3s ease;
  2099.    }
  2100.  
  2101.    .blog-read-more:hover {
  2102.        color: var(--theme-primary-color-s2);
  2103.        text-decoration: underline;
  2104.    }
  2105.  
  2106.    .section-title {
  2107.        font-family: var(--heading-font);
  2108.        font-size: 2.5rem;
  2109.        font-weight: var(--heading-weight);
  2110.        color: var(--heading-color);
  2111.        text-align: center;
  2112.        margin-bottom: 20px;
  2113.    }
  2114.  
  2115.    .section-subtitle {
  2116.        text-align: center;
  2117.        color: var(--text-light-color);
  2118.        font-size: 1.1rem;
  2119.        max-width: 600px;
  2120.        margin: 0 auto;
  2121.    }
  2122.  
  2123.    @media (max-width: 768px) {
  2124.        .blog-cards-grid {
  2125.            grid-template-columns: 1fr;
  2126.            gap: 20px;
  2127.        }
  2128.        
  2129.        .section-title {
  2130.            font-size: 2rem;
  2131.        }
  2132.        
  2133.        .blog-highlights-section {
  2134.            padding: 60px 0;
  2135.        }
  2136.    }
  2137. </style>
  2138.  
  2139. <section class="blog-highlights-section">
  2140.     <div class="container-fluid fluid-container">
  2141.      
  2142.            <div class="section-title">
  2143.                <h2>
  2144.                Today's Top Highlights
  2145.                   </h2>
  2146.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  2147.    </div>
  2148.        
  2149.        <div class="row">
  2150.            <div class="col-lg-8 col-12">
  2151.                <div class="blog-cards-grid">
  2152.                    
  2153.                    <article class="blog-card">
  2154.                        <div class="blog-card-image">
  2155.                          
  2156.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2157.                            
  2158.                            <span class="blog-category bg-primary-gradient">
  2159.                                News
  2160.                            </span>
  2161.                        </div>
  2162.                        <div class="blog-card-content">
  2163.                            <h3 class="blog-card-title">
  2164.                                <a href="/we-require-a-aircraft-to-locate-them-teenagers-emergency-call-to-rescue-relatives-stranded-off-australian-coast-disclosed/" >
  2165.                                We Require a Aircraft to Locate Them’: Teenager’s Emergency Call to Rescue Relatives Stranded Off Australian Coast Disclosed
  2166.                                </a>
  2167.                            </h3>
  2168.                            <div class="blog-card-meta">
  2169.                                
  2170.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="blog-author-img">
  2171.                                
  2172.                                <span>By <strong>Jonathan Schaefer</strong></span>
  2173.                                <span>•</span>
  2174.                                <span>19 May 2026</span>
  2175.                            </div>
  2176.                            <p class="blog-card-excerpt">
  2177.                                
  2178.                            </p>
  2179.                            <div class="blog-card-footer">
  2180.                                <div class="blog-read-time">
  2181.                                    📖 5 min read
  2182.                                </div>
  2183.                                <a href="/we-require-a-aircraft-to-locate-them-teenagers-emergency-call-to-rescue-relatives-stranded-off-australian-coast-disclosed/" class="blog-read-more">
  2184.                                    Read More →
  2185.                                </a>
  2186.                            </div>
  2187.                        </div>
  2188.                    </article>
  2189.                    
  2190.                    <article class="blog-card">
  2191.                        <div class="blog-card-image">
  2192.                          
  2193.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2194.                            
  2195.                            <span class="blog-category bg-primary-gradient">
  2196.                                News
  2197.                            </span>
  2198.                        </div>
  2199.                        <div class="blog-card-content">
  2200.                            <h3 class="blog-card-title">
  2201.                                <a href="/tropical-storm-catastrophe-in-sri-lanka-ignites-a-spirit-of-volunteerism/" >
  2202.                                Tropical Storm Catastrophe in Sri Lanka Ignites a Spirit of Volunteerism
  2203.                                </a>
  2204.                            </h3>
  2205.                            <div class="blog-card-meta">
  2206.                                
  2207.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="blog-author-img">
  2208.                                
  2209.                                <span>By <strong>Jonathan Schaefer</strong></span>
  2210.                                <span>•</span>
  2211.                                <span>18 May 2026</span>
  2212.                            </div>
  2213.                            <p class="blog-card-excerpt">
  2214.                                
  2215.                            </p>
  2216.                            <div class="blog-card-footer">
  2217.                                <div class="blog-read-time">
  2218.                                    📖 5 min read
  2219.                                </div>
  2220.                                <a href="/tropical-storm-catastrophe-in-sri-lanka-ignites-a-spirit-of-volunteerism/" class="blog-read-more">
  2221.                                    Read More →
  2222.                                </a>
  2223.                            </div>
  2224.                        </div>
  2225.                    </article>
  2226.                    
  2227.                    <article class="blog-card">
  2228.                        <div class="blog-card-image">
  2229.                          
  2230.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2231.                            
  2232.                            <span class="blog-category bg-primary-gradient">
  2233.                                News
  2234.                            </span>
  2235.                        </div>
  2236.                        <div class="blog-card-content">
  2237.                            <h3 class="blog-card-title">
  2238.                                <a href="/real-madrids-alexander-arnold-may-return-to-face-his-former-club-in-novembers-champions-league-fixture/" >
  2239.                                Real Madrid&#x27;s Alexander-Arnold May Return to Face His Former Club in November&#x27;s Champions League Fixture
  2240.                                </a>
  2241.                            </h3>
  2242.                            <div class="blog-card-meta">
  2243.                                
  2244.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="blog-author-img">
  2245.                                
  2246.                                <span>By <strong>Jonathan Schaefer</strong></span>
  2247.                                <span>•</span>
  2248.                                <span>18 May 2026</span>
  2249.                            </div>
  2250.                            <p class="blog-card-excerpt">
  2251.                                
  2252.                            </p>
  2253.                            <div class="blog-card-footer">
  2254.                                <div class="blog-read-time">
  2255.                                    📖 5 min read
  2256.                                </div>
  2257.                                <a href="/real-madrids-alexander-arnold-may-return-to-face-his-former-club-in-novembers-champions-league-fixture/" class="blog-read-more">
  2258.                                    Read More →
  2259.                                </a>
  2260.                            </div>
  2261.                        </div>
  2262.                    </article>
  2263.                    
  2264.                    <article class="blog-card">
  2265.                        <div class="blog-card-image">
  2266.                          
  2267.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2268.                            
  2269.                            <span class="blog-category bg-primary-gradient">
  2270.                                News
  2271.                            </span>
  2272.                        </div>
  2273.                        <div class="blog-card-content">
  2274.                            <h3 class="blog-card-title">
  2275.                                <a href="/troubling-memories-reemerge-in-davao-city-as-officials-trace-bondi-beach-attack-alleged-attackers-activities/" >
  2276.                                Troubling Memories Reemerge in Davao City as Officials Trace Bondi Beach Attack Alleged Attackers&#x27; Activities
  2277.                                </a>
  2278.                            </h3>
  2279.                            <div class="blog-card-meta">
  2280.                                
  2281.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="blog-author-img">
  2282.                                
  2283.                                <span>By <strong>Jonathan Schaefer</strong></span>
  2284.                                <span>•</span>
  2285.                                <span>18 May 2026</span>
  2286.                            </div>
  2287.                            <p class="blog-card-excerpt">
  2288.                                
  2289.                            </p>
  2290.                            <div class="blog-card-footer">
  2291.                                <div class="blog-read-time">
  2292.                                    📖 5 min read
  2293.                                </div>
  2294.                                <a href="/troubling-memories-reemerge-in-davao-city-as-officials-trace-bondi-beach-attack-alleged-attackers-activities/" class="blog-read-more">
  2295.                                    Read More →
  2296.                                </a>
  2297.                            </div>
  2298.                        </div>
  2299.                    </article>
  2300.                    
  2301.                    <article class="blog-card">
  2302.                        <div class="blog-card-image">
  2303.                          
  2304.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2305.                            
  2306.                            <span class="blog-category bg-primary-gradient">
  2307.                                News
  2308.                            </span>
  2309.                        </div>
  2310.                        <div class="blog-card-content">
  2311.                            <h3 class="blog-card-title">
  2312.                                <a href="/genuine-southern-portugal-uncovering-portugal-beyond-the-beach/" >
  2313.                                Genuine Southern Portugal: Uncovering Portugal Beyond the Beach
  2314.                                </a>
  2315.                            </h3>
  2316.                            <div class="blog-card-meta">
  2317.                                
  2318.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="blog-author-img">
  2319.                                
  2320.                                <span>By <strong>Jonathan Schaefer</strong></span>
  2321.                                <span>•</span>
  2322.                                <span>18 May 2026</span>
  2323.                            </div>
  2324.                            <p class="blog-card-excerpt">
  2325.                                
  2326.                            </p>
  2327.                            <div class="blog-card-footer">
  2328.                                <div class="blog-read-time">
  2329.                                    📖 5 min read
  2330.                                </div>
  2331.                                <a href="/genuine-southern-portugal-uncovering-portugal-beyond-the-beach/" class="blog-read-more">
  2332.                                    Read More →
  2333.                                </a>
  2334.                            </div>
  2335.                        </div>
  2336.                    </article>
  2337.                    
  2338.                    <article class="blog-card">
  2339.                        <div class="blog-card-image">
  2340.                          
  2341.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2342.                            
  2343.                            <span class="blog-category bg-primary-gradient">
  2344.                                News
  2345.                            </span>
  2346.                        </div>
  2347.                        <div class="blog-card-content">
  2348.                            <h3 class="blog-card-title">
  2349.                                <a href="/david-raya-highlights-teams-strength-as-vital-to-multiple-trophy-pursuit/" >
  2350.                                David Raya Highlights Team&#x27;s Strength as Vital to Multiple Trophy Pursuit
  2351.                                </a>
  2352.                            </h3>
  2353.                            <div class="blog-card-meta">
  2354.                                
  2355.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="blog-author-img">
  2356.                                
  2357.                                <span>By <strong>Jonathan Schaefer</strong></span>
  2358.                                <span>•</span>
  2359.                                <span>18 May 2026</span>
  2360.                            </div>
  2361.                            <p class="blog-card-excerpt">
  2362.                                
  2363.                            </p>
  2364.                            <div class="blog-card-footer">
  2365.                                <div class="blog-read-time">
  2366.                                    📖 5 min read
  2367.                                </div>
  2368.                                <a href="/david-raya-highlights-teams-strength-as-vital-to-multiple-trophy-pursuit/" class="blog-read-more">
  2369.                                    Read More →
  2370.                                </a>
  2371.                            </div>
  2372.                        </div>
  2373.                    </article>
  2374.                    
  2375.                    <article class="blog-card">
  2376.                        <div class="blog-card-image">
  2377.                          
  2378.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2379.                            
  2380.                            <span class="blog-category bg-primary-gradient">
  2381.                                News
  2382.                            </span>
  2383.                        </div>
  2384.                        <div class="blog-card-content">
  2385.                            <h3 class="blog-card-title">
  2386.                                <a href="/will-the-new-zealand-rugby-team-rediscover-their-spark-in-the-upcoming-matches/" >
  2387.                                Will the New Zealand rugby team rediscover their spark in the upcoming matches?
  2388.                                </a>
  2389.                            </h3>
  2390.                            <div class="blog-card-meta">
  2391.                                
  2392.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="blog-author-img">
  2393.                                
  2394.                                <span>By <strong>Jonathan Schaefer</strong></span>
  2395.                                <span>•</span>
  2396.                                <span>18 May 2026</span>
  2397.                            </div>
  2398.                            <p class="blog-card-excerpt">
  2399.                                
  2400.                            </p>
  2401.                            <div class="blog-card-footer">
  2402.                                <div class="blog-read-time">
  2403.                                    📖 5 min read
  2404.                                </div>
  2405.                                <a href="/will-the-new-zealand-rugby-team-rediscover-their-spark-in-the-upcoming-matches/" class="blog-read-more">
  2406.                                    Read More →
  2407.                                </a>
  2408.                            </div>
  2409.                        </div>
  2410.                    </article>
  2411.                    
  2412.                    <article class="blog-card">
  2413.                        <div class="blog-card-image">
  2414.                          
  2415.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2416.                            
  2417.                            <span class="blog-category bg-primary-gradient">
  2418.                                News
  2419.                            </span>
  2420.                        </div>
  2421.                        <div class="blog-card-content">
  2422.                            <h3 class="blog-card-title">
  2423.                                <a href="/the-presidents-dominant-presence-in-athletics-hit-new-heights-in-last-year-2026-looks-set-to-go-further/" >
  2424.                                The President&#x27;s Dominant Presence in Athletics Hit New Heights in Last Year. 2026 Looks Set to Go Further.
  2425.                                </a>
  2426.                            </h3>
  2427.                            <div class="blog-card-meta">
  2428.                                
  2429.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="blog-author-img">
  2430.                                
  2431.                                <span>By <strong>Jonathan Schaefer</strong></span>
  2432.                                <span>•</span>
  2433.                                <span>18 May 2026</span>
  2434.                            </div>
  2435.                            <p class="blog-card-excerpt">
  2436.                                
  2437.                            </p>
  2438.                            <div class="blog-card-footer">
  2439.                                <div class="blog-read-time">
  2440.                                    📖 5 min read
  2441.                                </div>
  2442.                                <a href="/the-presidents-dominant-presence-in-athletics-hit-new-heights-in-last-year-2026-looks-set-to-go-further/" class="blog-read-more">
  2443.                                    Read More →
  2444.                                </a>
  2445.                            </div>
  2446.                        </div>
  2447.                    </article>
  2448.                    
  2449.                    <article class="blog-card">
  2450.                        <div class="blog-card-image">
  2451.                          
  2452.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2453.                            
  2454.                            <span class="blog-category bg-primary-gradient">
  2455.                                News
  2456.                            </span>
  2457.                        </div>
  2458.                        <div class="blog-card-content">
  2459.                            <h3 class="blog-card-title">
  2460.                                <a href="/we-were-let-go-and-were-embracing-it-heres-how-to-secure-a-fresh-position-that-works-your-needs/" >
  2461.                                We Were Let Go, and We&#x27;re Embracing It – Here&#x27;s How to Secure a Fresh Position That Works Your Needs
  2462.                                </a>
  2463.                            </h3>
  2464.                            <div class="blog-card-meta">
  2465.                                
  2466.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="blog-author-img">
  2467.                                
  2468.                                <span>By <strong>Jonathan Schaefer</strong></span>
  2469.                                <span>•</span>
  2470.                                <span>18 May 2026</span>
  2471.                            </div>
  2472.                            <p class="blog-card-excerpt">
  2473.                                
  2474.                            </p>
  2475.                            <div class="blog-card-footer">
  2476.                                <div class="blog-read-time">
  2477.                                    📖 5 min read
  2478.                                </div>
  2479.                                <a href="/we-were-let-go-and-were-embracing-it-heres-how-to-secure-a-fresh-position-that-works-your-needs/" class="blog-read-more">
  2480.                                    Read More →
  2481.                                </a>
  2482.                            </div>
  2483.                        </div>
  2484.                    </article>
  2485.                    
  2486.                    <article class="blog-card">
  2487.                        <div class="blog-card-image">
  2488.                          
  2489.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2490.                            
  2491.                            <span class="blog-category bg-primary-gradient">
  2492.                                News
  2493.                            </span>
  2494.                        </div>
  2495.                        <div class="blog-card-content">
  2496.                            <h3 class="blog-card-title">
  2497.                                <a href="/in-excess-of-60000-escape-sudanese-city-after-seizure-by-rsf-militia-un-reports/" >
  2498.                                In excess of 60,000 Escape Sudanese City After Seizure by RSF Militia, UN Reports
  2499.                                </a>
  2500.                            </h3>
  2501.                            <div class="blog-card-meta">
  2502.                                
  2503.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="blog-author-img">
  2504.                                
  2505.                                <span>By <strong>Jonathan Schaefer</strong></span>
  2506.                                <span>•</span>
  2507.                                <span>17 May 2026</span>
  2508.                            </div>
  2509.                            <p class="blog-card-excerpt">
  2510.                                
  2511.                            </p>
  2512.                            <div class="blog-card-footer">
  2513.                                <div class="blog-read-time">
  2514.                                    📖 5 min read
  2515.                                </div>
  2516.                                <a href="/in-excess-of-60000-escape-sudanese-city-after-seizure-by-rsf-militia-un-reports/" class="blog-read-more">
  2517.                                    Read More →
  2518.                                </a>
  2519.                            </div>
  2520.                        </div>
  2521.                    </article>
  2522.                    
  2523.                    <article class="blog-card">
  2524.                        <div class="blog-card-image">
  2525.                          
  2526.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2527.                            
  2528.                            <span class="blog-category bg-primary-gradient">
  2529.                                News
  2530.                            </span>
  2531.                        </div>
  2532.                        <div class="blog-card-content">
  2533.                            <h3 class="blog-card-title">
  2534.                                <a href="/work-out-as-you-are-working-a-dozen-muscle-toning-desk-exercises-you-can-do-in-everyday-outfits/" >
  2535.                                Work out as you are working? A dozen muscle-toning desk exercises you can do in everyday outfits
  2536.                                </a>
  2537.                            </h3>
  2538.                            <div class="blog-card-meta">
  2539.                                
  2540.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="blog-author-img">
  2541.                                
  2542.                                <span>By <strong>Jonathan Schaefer</strong></span>
  2543.                                <span>•</span>
  2544.                                <span>17 May 2026</span>
  2545.                            </div>
  2546.                            <p class="blog-card-excerpt">
  2547.                                
  2548.                            </p>
  2549.                            <div class="blog-card-footer">
  2550.                                <div class="blog-read-time">
  2551.                                    📖 5 min read
  2552.                                </div>
  2553.                                <a href="/work-out-as-you-are-working-a-dozen-muscle-toning-desk-exercises-you-can-do-in-everyday-outfits/" class="blog-read-more">
  2554.                                    Read More →
  2555.                                </a>
  2556.                            </div>
  2557.                        </div>
  2558.                    </article>
  2559.                    
  2560.                    <article class="blog-card">
  2561.                        <div class="blog-card-image">
  2562.                          
  2563.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2564.                            
  2565.                            <span class="blog-category bg-primary-gradient">
  2566.                                News
  2567.                            </span>
  2568.                        </div>
  2569.                        <div class="blog-card-content">
  2570.                            <h3 class="blog-card-title">
  2571.                                <a href="/anno-117-pax-romanas-hidden-gem-turns-out-to-be-a-impressive-first-person-perspective/" >
  2572.                                Anno 117: Pax Romana&#x27;s Hidden Gem Turns Out to Be a Impressive First-Person Perspective.
  2573.                                </a>
  2574.                            </h3>
  2575.                            <div class="blog-card-meta">
  2576.                                
  2577.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="blog-author-img">
  2578.                                
  2579.                                <span>By <strong>Jonathan Schaefer</strong></span>
  2580.                                <span>•</span>
  2581.                                <span>17 May 2026</span>
  2582.                            </div>
  2583.                            <p class="blog-card-excerpt">
  2584.                                
  2585.                            </p>
  2586.                            <div class="blog-card-footer">
  2587.                                <div class="blog-read-time">
  2588.                                    📖 5 min read
  2589.                                </div>
  2590.                                <a href="/anno-117-pax-romanas-hidden-gem-turns-out-to-be-a-impressive-first-person-perspective/" class="blog-read-more">
  2591.                                    Read More →
  2592.                                </a>
  2593.                            </div>
  2594.                        </div>
  2595.                    </article>
  2596.                    
  2597.                    
  2598.  
  2599.                </div>
  2600.            </div>
  2601.            
  2602.              <div class="col col-lg-4 col-12">
  2603.                
  2604.  
  2605.  
  2606.  
  2607.    
  2608.  
  2609.  
  2610. <!-- Blog Sidebar V2 - Focused Design -->
  2611.  <div class="sidebar mb-3">
  2612.    <!-- Recent Posts Section -->
  2613.    <div class="sidebar-widget mb-4">
  2614.      <div class="widget-title-wrapper mb-3">
  2615.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2616.          <i class="ti-time me-2"></i>Recent Posts
  2617.          <span class="title-arrow-primary"></span>
  2618.        </h4>
  2619.      </div>
  2620.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2621.        <div class="recent-post-list">
  2622.          
  2623.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2624.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2625.                
  2626.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2627.                
  2628.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2629.            </div>
  2630.            <div class="post-content flex-grow-1">
  2631.              <h6 class="post-title mb-2">
  2632.                 <a href="/us-president-donald-trump-affirms-largely-parties-are-aligned-on-following-steps-of-peace-deal-in-gaza/" class="text-decoration-none top-color fw-semibold lh-sm">
  2633.                                            US President Donald Trump Affirms &#x27;Largely, Parties Are Aligned&#x27; on Following Steps of Peace Deal in Gaza
  2634.                                            </a>
  2635.              </h6>
  2636.              <div class="post-meta mb-3">
  2637.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2638.                <!-- <small class="text-muted">
  2639.                  <i class="ti-eye me-1"></i>348 views
  2640.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2641.                </small> -->
  2642.              </div>
  2643.            </div>
  2644.          </div>
  2645.          
  2646.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2647.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2648.                
  2649.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2650.                
  2651.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2652.            </div>
  2653.            <div class="post-content flex-grow-1">
  2654.              <h6 class="post-title mb-2">
  2655.                 <a href="/every-night-i-dream-of-riding-a-unicorn-fantasy-themed-metal-group-castle-rat/" class="text-decoration-none top-color fw-semibold lh-sm">
  2656.                                            ‘Every Night, I Dream of Riding a Unicorn’: Fantasy-Themed Metal Group Castle Rat
  2657.                                            </a>
  2658.              </h6>
  2659.              <div class="post-meta mb-3">
  2660.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2661.                <!-- <small class="text-muted">
  2662.                  <i class="ti-eye me-1"></i>348 views
  2663.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2664.                </small> -->
  2665.              </div>
  2666.            </div>
  2667.          </div>
  2668.          
  2669.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2670.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2671.                
  2672.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2673.                
  2674.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2675.            </div>
  2676.            <div class="post-content flex-grow-1">
  2677.              <h6 class="post-title mb-2">
  2678.                 <a href="/what-kind-of-figure-is-al-carns-ex-royal-marine-and-government-minister-with-sights-on-the-top-job/" class="text-decoration-none top-color fw-semibold lh-sm">
  2679.                                            What Kind of Figure is Al Carns? Ex-Royal Marine and Government Minister with Sights on the Top Job
  2680.                                            </a>
  2681.              </h6>
  2682.              <div class="post-meta mb-3">
  2683.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2684.                <!-- <small class="text-muted">
  2685.                  <i class="ti-eye me-1"></i>348 views
  2686.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2687.                </small> -->
  2688.              </div>
  2689.            </div>
  2690.          </div>
  2691.          
  2692.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2693.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2694.                
  2695.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2696.                
  2697.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2698.            </div>
  2699.            <div class="post-content flex-grow-1">
  2700.              <h6 class="post-title mb-2">
  2701.                 <a href="/swiss-ski-resort-fire-victims-receive-care-in-specialist-clinics-across-europe/" class="text-decoration-none top-color fw-semibold lh-sm">
  2702.                                            Swiss Ski Resort Fire Victims Receive Care in Specialist Clinics Across Europe
  2703.                                            </a>
  2704.              </h6>
  2705.              <div class="post-meta mb-3">
  2706.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2707.                <!-- <small class="text-muted">
  2708.                  <i class="ti-eye me-1"></i>348 views
  2709.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2710.                </small> -->
  2711.              </div>
  2712.            </div>
  2713.          </div>
  2714.          
  2715.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2716.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2717.                
  2718.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2719.                
  2720.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2721.            </div>
  2722.            <div class="post-content flex-grow-1">
  2723.              <h6 class="post-title mb-2">
  2724.                 <a href="/leaders-salute-queens-as-the-president-extends-the-mayor-elect-a-friendly-welcome/" class="text-decoration-none top-color fw-semibold lh-sm">
  2725.                                            Leaders Salute Queens as The President Extends The Mayor-Elect a Friendly Welcome
  2726.                                            </a>
  2727.              </h6>
  2728.              <div class="post-meta mb-3">
  2729.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2730.                <!-- <small class="text-muted">
  2731.                  <i class="ti-eye me-1"></i>348 views
  2732.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2733.                </small> -->
  2734.              </div>
  2735.            </div>
  2736.          </div>
  2737.          
  2738.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2739.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2740.                
  2741.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2742.                
  2743.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2744.            </div>
  2745.            <div class="post-content flex-grow-1">
  2746.              <h6 class="post-title mb-2">
  2747.                 <a href="/a-decade-long-liaison-by-author-erin-somers-a-middle-aged-adultery-story-this-era-deserves/" class="text-decoration-none top-color fw-semibold lh-sm">
  2748.                                            A Decade-Long Liaison by author Erin Somers: A Middle-Aged Adultery Story This Era Deserves.
  2749.                                            </a>
  2750.              </h6>
  2751.              <div class="post-meta mb-3">
  2752.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2753.                <!-- <small class="text-muted">
  2754.                  <i class="ti-eye me-1"></i>348 views
  2755.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2756.                </small> -->
  2757.              </div>
  2758.            </div>
  2759.          </div>
  2760.          
  2761.  
  2762.        </div>
  2763.  
  2764.        <div class="text-center mt-4 pt-3 border-top border-light">
  2765.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2766.        </div>
  2767.      </div>
  2768.    </div>
  2769.  
  2770.    
  2771.    <div class="sidebar-widget mb-4">
  2772.      <div class="widget-title-wrapper mb-3">
  2773.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2774.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2775.          <span class="title-arrow"></span>
  2776.        </h4>
  2777.      </div>
  2778.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2779.        <div class="blog-roll-list scrollable-sidebar">
  2780.          
  2781.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2782.            <a href="https://ledgerproject.eu/" rel="dofollow" class="text-decoration-none ">
  2783.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2784.                <i class="ti-angle-right me-2 text-primary"></i>
  2785.                migliori casino senza verifica
  2786.              </h6>
  2787.            </a>
  2788.          </div>
  2789.          
  2790.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2791.            <a href="https://paleoitalia.org/" rel="dofollow" class="text-decoration-none ">
  2792.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2793.                <i class="ti-angle-right me-2 text-primary"></i>
  2794.                casino non aams
  2795.              </h6>
  2796.            </a>
  2797.          </div>
  2798.          
  2799.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2800.            <a href="https://phenomenal-h2020.eu/" rel="dofollow" class="text-decoration-none ">
  2801.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2802.                <i class="ti-angle-right me-2 text-primary"></i>
  2803.                nuovi casino online
  2804.              </h6>
  2805.            </a>
  2806.          </div>
  2807.          
  2808.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2809.            <a href="https://piscinadellerose.it/" rel="dofollow" class="text-decoration-none ">
  2810.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2811.                <i class="ti-angle-right me-2 text-primary"></i>
  2812.                crypto casino
  2813.              </h6>
  2814.            </a>
  2815.          </div>
  2816.          
  2817.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2818.            <a href="https://dedalomultimedia.it/" rel="dofollow" class="text-decoration-none ">
  2819.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2820.                <i class="ti-angle-right me-2 text-primary"></i>
  2821.                nuovi casino online
  2822.              </h6>
  2823.            </a>
  2824.          </div>
  2825.          
  2826.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2827.            <a href="https://www.progettoasco.it/" rel="dofollow" class="text-decoration-none ">
  2828.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2829.                <i class="ti-angle-right me-2 text-primary"></i>
  2830.                migliori app casino online
  2831.              </h6>
  2832.            </a>
  2833.          </div>
  2834.          
  2835.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2836.            <a href="https://epic-xs.eu/" rel="dofollow" class="text-decoration-none ">
  2837.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2838.                <i class="ti-angle-right me-2 text-primary"></i>
  2839.                casino non aams
  2840.              </h6>
  2841.            </a>
  2842.          </div>
  2843.          
  2844.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2845.            <a href="https://www.inspiration-h2020.eu/" rel="dofollow" class="text-decoration-none ">
  2846.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2847.                <i class="ti-angle-right me-2 text-primary"></i>
  2848.                migliori casino senza verifica
  2849.              </h6>
  2850.            </a>
  2851.          </div>
  2852.          
  2853.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2854.            <a href="https://doc-com.it/" rel="dofollow" class="text-decoration-none ">
  2855.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2856.                <i class="ti-angle-right me-2 text-primary"></i>
  2857.                casino non aams
  2858.              </h6>
  2859.            </a>
  2860.          </div>
  2861.          
  2862.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2863.            <a href="https://www.edmaster.it/" rel="dofollow" class="text-decoration-none ">
  2864.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2865.                <i class="ti-angle-right me-2 text-primary"></i>
  2866.                siti scommesse crypto
  2867.              </h6>
  2868.            </a>
  2869.          </div>
  2870.          
  2871.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2872.            <a href="https://www.venicebackstage.org/" rel="dofollow" class="text-decoration-none ">
  2873.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2874.                <i class="ti-angle-right me-2 text-primary"></i>
  2875.                nuovi casino online
  2876.              </h6>
  2877.            </a>
  2878.          </div>
  2879.          
  2880.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2881.            <a href="https://www.iervolinoentertainment.it/" rel="dofollow" class="text-decoration-none ">
  2882.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2883.                <i class="ti-angle-right me-2 text-primary"></i>
  2884.                siti di scommesse stranieri
  2885.              </h6>
  2886.            </a>
  2887.          </div>
  2888.          
  2889.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2890.            <a href="https://www.lasapienzatojericho.it/" rel="dofollow" class="text-decoration-none ">
  2891.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2892.                <i class="ti-angle-right me-2 text-primary"></i>
  2893.                siti scommesse crypto
  2894.              </h6>
  2895.            </a>
  2896.          </div>
  2897.          
  2898.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2899.            <a href="https://welcomingeurope.it/" rel="dofollow" class="text-decoration-none ">
  2900.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2901.                <i class="ti-angle-right me-2 text-primary"></i>
  2902.                crypto casino
  2903.              </h6>
  2904.            </a>
  2905.          </div>
  2906.          
  2907.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2908.            <a href="https://www.europeansocialsound.it/" rel="dofollow" class="text-decoration-none ">
  2909.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2910.                <i class="ti-angle-right me-2 text-primary"></i>
  2911.                casino non aams
  2912.              </h6>
  2913.            </a>
  2914.          </div>
  2915.          
  2916.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2917.            <a href="https://www.requs.it/" rel="dofollow" class="text-decoration-none ">
  2918.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2919.                <i class="ti-angle-right me-2 text-primary"></i>
  2920.                migliori siti poker online
  2921.              </h6>
  2922.            </a>
  2923.          </div>
  2924.          
  2925.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2926.            <a href="https://www.centropsichedonna.it/" rel="dofollow" class="text-decoration-none ">
  2927.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2928.                <i class="ti-angle-right me-2 text-primary"></i>
  2929.                casino non aams
  2930.              </h6>
  2931.            </a>
  2932.          </div>
  2933.          
  2934.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2935.            <a href="https://9nl.eu/" rel="dofollow" class="text-decoration-none ">
  2936.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2937.                <i class="ti-angle-right me-2 text-primary"></i>
  2938.                casino online tether usdt
  2939.              </h6>
  2940.            </a>
  2941.          </div>
  2942.          
  2943.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2944.            <a href="https://research-innovation-days.eu/" rel="dofollow" class="text-decoration-none ">
  2945.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2946.                <i class="ti-angle-right me-2 text-primary"></i>
  2947.                migliori siti poker online
  2948.              </h6>
  2949.            </a>
  2950.          </div>
  2951.          
  2952.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2953.            <a href="https://365d.it/" rel="dofollow" class="text-decoration-none ">
  2954.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2955.                <i class="ti-angle-right me-2 text-primary"></i>
  2956.                Casino non AAMS
  2957.              </h6>
  2958.            </a>
  2959.          </div>
  2960.          
  2961.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2962.            <a href="https://bauliinpiazza.it" rel="dofollow" class="text-decoration-none ">
  2963.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2964.                <i class="ti-angle-right me-2 text-primary"></i>
  2965.                casino non aams
  2966.              </h6>
  2967.            </a>
  2968.          </div>
  2969.          
  2970.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2971.            <a href="https://megalab.it" rel="dofollow" class="text-decoration-none ">
  2972.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2973.                <i class="ti-angle-right me-2 text-primary"></i>
  2974.                migliori casino non aams
  2975.              </h6>
  2976.            </a>
  2977.          </div>
  2978.          
  2979.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2980.            <a href="https://wpsapp.net/" rel="dofollow" class="text-decoration-none ">
  2981.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2982.                <i class="ti-angle-right me-2 text-primary"></i>
  2983.                wps官网
  2984.              </h6>
  2985.            </a>
  2986.          </div>
  2987.          
  2988.      </div>
  2989.    </div>
  2990.    
  2991.    <div class="sidebar-widget mb-4">
  2992.      <div class="widget-title-wrapper mb-3">
  2993.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2994.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2995.          <span class="title-arrow"></span>
  2996.        </h4>
  2997.      </div>
  2998.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2999.        <div class="blog-roll-list scrollable-sidebar">
  3000.          
  3001.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3002.            <a href="https://www.leluci.org" rel="dofollow" class="text-decoration-none ">
  3003.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3004.                <i class="ti-angle-right me-2 text-primary"></i>
  3005.                online casino non aams
  3006.              </h6>
  3007.            </a>
  3008.          </div>
  3009.          
  3010.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3011.            <a href="https://onyonapp.com" rel="dofollow" class="text-decoration-none ">
  3012.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3013.                <i class="ti-angle-right me-2 text-primary"></i>
  3014.                migliori casinò online non aams
  3015.              </h6>
  3016.            </a>
  3017.          </div>
  3018.          
  3019.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3020.            <a href="https://www.lifeasap.eu" rel="dofollow" class="text-decoration-none ">
  3021.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3022.                <i class="ti-angle-right me-2 text-primary"></i>
  3023.                casino non aams sicuri
  3024.              </h6>
  3025.            </a>
  3026.          </div>
  3027.          
  3028.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3029.            <a href="https://sportthinking.it/" rel="dofollow" class="text-decoration-none ">
  3030.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3031.                <i class="ti-angle-right me-2 text-primary"></i>
  3032.                migliori siti scommesse non aams
  3033.              </h6>
  3034.            </a>
  3035.          </div>
  3036.          
  3037.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3038.            <a href="https://agroenergia.eu" rel="dofollow" class="text-decoration-none ">
  3039.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3040.                <i class="ti-angle-right me-2 text-primary"></i>
  3041.                migliori casino non aams
  3042.              </h6>
  3043.            </a>
  3044.          </div>
  3045.          
  3046.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3047.            <a href="https://www.archinto.eu" rel="dofollow" class="text-decoration-none ">
  3048.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3049.                <i class="ti-angle-right me-2 text-primary"></i>
  3050.                migliori siti scommesse
  3051.              </h6>
  3052.            </a>
  3053.          </div>
  3054.          
  3055.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3056.            <a href="https://www.cespevi.it/" rel="dofollow" class="text-decoration-none ">
  3057.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3058.                <i class="ti-angle-right me-2 text-primary"></i>
  3059.                lista casino non aams 2026
  3060.              </h6>
  3061.            </a>
  3062.          </div>
  3063.          
  3064.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3065.            <a href="https://www.dressyoucan.com/" rel="dofollow" class="text-decoration-none ">
  3066.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3067.                <i class="ti-angle-right me-2 text-primary"></i>
  3068.                lista casino non aams 2026
  3069.              </h6>
  3070.            </a>
  3071.          </div>
  3072.          
  3073.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3074.            <a href="https://arabpress.eu/" rel="dofollow" class="text-decoration-none ">
  3075.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3076.                <i class="ti-angle-right me-2 text-primary"></i>
  3077.                casino senza verifica identità
  3078.              </h6>
  3079.            </a>
  3080.          </div>
  3081.          
  3082.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3083.            <a href="https://www.viaromeagermanica.com" rel="dofollow" class="text-decoration-none ">
  3084.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3085.                <i class="ti-angle-right me-2 text-primary"></i>
  3086.                siti scommesse non aams affidabile
  3087.              </h6>
  3088.            </a>
  3089.          </div>
  3090.          
  3091.      </div>
  3092.    </div>
  3093.    
  3094.    <div class="sidebar-widget mb-4">
  3095.      <div class="widget-title-wrapper mb-3">
  3096.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3097.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3098.          <span class="title-arrow"></span>
  3099.        </h4>
  3100.      </div>
  3101.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3102.        <div class="blog-roll-list scrollable-sidebar">
  3103.          
  3104.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3105.            <a href="https://www.atmanavillarospigliosi.it" rel="dofollow" class="text-decoration-none ">
  3106.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3107.                <i class="ti-angle-right me-2 text-primary"></i>
  3108.                casino non AAMS
  3109.              </h6>
  3110.            </a>
  3111.          </div>
  3112.          
  3113.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3114.            <a href="https://www.estoriafestival.it" rel="dofollow" class="text-decoration-none ">
  3115.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3116.                <i class="ti-angle-right me-2 text-primary"></i>
  3117.                casino non AAMS
  3118.              </h6>
  3119.            </a>
  3120.          </div>
  3121.          
  3122.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3123.            <a href="https://www.designcitymilano.it/" rel="dofollow" class="text-decoration-none ">
  3124.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3125.                <i class="ti-angle-right me-2 text-primary"></i>
  3126.                casino online crypto
  3127.              </h6>
  3128.            </a>
  3129.          </div>
  3130.          
  3131.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3132.            <a href="https://entrepreneurialskillspass.eu/" rel="dofollow" class="text-decoration-none ">
  3133.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3134.                <i class="ti-angle-right me-2 text-primary"></i>
  3135.                migliori casino non AAMS
  3136.              </h6>
  3137.            </a>
  3138.          </div>
  3139.          
  3140.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3141.            <a href="https://www.piacerebarbecue.it/" rel="dofollow" class="text-decoration-none ">
  3142.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3143.                <i class="ti-angle-right me-2 text-primary"></i>
  3144.                casino non AAMS affidabile
  3145.              </h6>
  3146.            </a>
  3147.          </div>
  3148.          
  3149.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3150.            <a href="https://www.euromixproject.eu/" rel="dofollow" class="text-decoration-none ">
  3151.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3152.                <i class="ti-angle-right me-2 text-primary"></i>
  3153.                bookmaker non AAMS
  3154.              </h6>
  3155.            </a>
  3156.          </div>
  3157.          
  3158.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3159.            <a href="https://www.confindustriadigitale.it/" rel="dofollow" class="text-decoration-none ">
  3160.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3161.                <i class="ti-angle-right me-2 text-primary"></i>
  3162.                casino non AAMS affidabile
  3163.              </h6>
  3164.            </a>
  3165.          </div>
  3166.          
  3167.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3168.            <a href="https://www.museodiaggius.it/" rel="dofollow" class="text-decoration-none ">
  3169.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3170.                <i class="ti-angle-right me-2 text-primary"></i>
  3171.                casino non AAMS
  3172.              </h6>
  3173.            </a>
  3174.          </div>
  3175.          
  3176.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3177.            <a href="https://www.tumoritoracicirari.it/" rel="dofollow" class="text-decoration-none ">
  3178.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3179.                <i class="ti-angle-right me-2 text-primary"></i>
  3180.                casino online non AAMS
  3181.              </h6>
  3182.            </a>
  3183.          </div>
  3184.          
  3185.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3186.            <a href="https://www.pianellamerate.it/" rel="dofollow" class="text-decoration-none ">
  3187.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3188.                <i class="ti-angle-right me-2 text-primary"></i>
  3189.                siti scommesse non AAMS
  3190.              </h6>
  3191.            </a>
  3192.          </div>
  3193.          
  3194.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3195.            <a href="https://www.televisual.it/" rel="dofollow" class="text-decoration-none ">
  3196.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3197.                <i class="ti-angle-right me-2 text-primary"></i>
  3198.                siti non AAMS
  3199.              </h6>
  3200.            </a>
  3201.          </div>
  3202.          
  3203.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3204.            <a href="https://www.solitariconlecarte.it/" rel="dofollow" class="text-decoration-none ">
  3205.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3206.                <i class="ti-angle-right me-2 text-primary"></i>
  3207.                casino italiani non AAMS
  3208.              </h6>
  3209.            </a>
  3210.          </div>
  3211.          
  3212.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3213.            <a href="https://www.pccs.it/" rel="dofollow" class="text-decoration-none ">
  3214.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3215.                <i class="ti-angle-right me-2 text-primary"></i>
  3216.                siti casino non aams
  3217.              </h6>
  3218.            </a>
  3219.          </div>
  3220.          
  3221.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3222.            <a href="https://www.eurocc-access.eu/" rel="dofollow" class="text-decoration-none ">
  3223.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3224.                <i class="ti-angle-right me-2 text-primary"></i>
  3225.                siti casino non AAMS
  3226.              </h6>
  3227.            </a>
  3228.          </div>
  3229.          
  3230.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3231.            <a href="https://www.gioconews.it/casino/migliori-casino-online/" rel="dofollow" class="text-decoration-none ">
  3232.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3233.                <i class="ti-angle-right me-2 text-primary"></i>
  3234.                casinos non aams
  3235.              </h6>
  3236.            </a>
  3237.          </div>
  3238.          
  3239.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3240.            <a href="https://www.gioconews.it/casino/casino-non-aams/" rel="dofollow" class="text-decoration-none ">
  3241.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3242.                <i class="ti-angle-right me-2 text-primary"></i>
  3243.                casino non aams
  3244.              </h6>
  3245.            </a>
  3246.          </div>
  3247.          
  3248.      </div>
  3249.    </div>
  3250.    
  3251.    <div class="sidebar-widget mb-4">
  3252.      <div class="widget-title-wrapper mb-3">
  3253.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3254.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3255.          <span class="title-arrow"></span>
  3256.        </h4>
  3257.      </div>
  3258.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3259.        <div class="blog-roll-list scrollable-sidebar">
  3260.          
  3261.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3262.            <a href="https://onlinecasinoutansvensklicens.com" rel="dofollow" class="text-decoration-none ">
  3263.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3264.                <i class="ti-angle-right me-2 text-primary"></i>
  3265.                casino utan svensk licens 2026
  3266.              </h6>
  3267.            </a>
  3268.          </div>
  3269.          
  3270.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3271.            <a href="https://phonelegal.com/contact" rel="dofollow" class="text-decoration-none ">
  3272.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3273.                <i class="ti-angle-right me-2 text-primary"></i>
  3274.                Tempo Interaksi Pemain Terlihat Lebih Lambat dan Terukur Seperti Mahjong Wins 2
  3275.              </h6>
  3276.            </a>
  3277.          </div>
  3278.          
  3279.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3280.            <a href="https://www.lacasadellapoesia.com/" rel="dofollow" class="text-decoration-none ">
  3281.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3282.                <i class="ti-angle-right me-2 text-primary"></i>
  3283.                168 games asia slot
  3284.              </h6>
  3285.            </a>
  3286.          </div>
  3287.          
  3288.      </div>
  3289.    </div>
  3290.    
  3291.  </div>
  3292.  
  3293. <!-- Sidebar V2 Styles -->
  3294. <style>
  3295.  .sidebar-widget {
  3296.    position: relative;
  3297.  }
  3298.  
  3299.  .widget-title {
  3300.    font-size: 1.1rem;
  3301.    font-weight: 700;
  3302.    display: inline-block;
  3303.    position: relative;
  3304.    z-index: 2;
  3305.    border-radius: 0;
  3306.  }
  3307.  
  3308.  /* Green arrow for August Blog Roll */
  3309.  .title-arrow::after {
  3310.    content: '';
  3311.    position: absolute;
  3312.    top: 0;
  3313.    right: -22px;
  3314.    width: 0;
  3315.    height: 0;
  3316.    border-left: 22px solid var(--bs-primary);
  3317.    border-top: 22px solid transparent;
  3318.    border-bottom: 22px solid transparent;
  3319.    z-index: 1;
  3320.  }
  3321.  
  3322.  /* Blue arrow for Recent Posts */
  3323.  .title-arrow-primary::after {
  3324.    content: '';
  3325.    position: absolute;
  3326.    top: 0;
  3327.    right: -22px;
  3328.    width: 0;
  3329.    height: 0;
  3330.    border-left: 22px solid var(--bs-primary);
  3331.    border-top: 22px solid transparent;
  3332.    border-bottom: 22px solid transparent;
  3333.    z-index: 1;
  3334.  }
  3335.  
  3336.  .widget-content {
  3337.    margin-top: -1px;
  3338.    position: relative;
  3339.    z-index: 1;
  3340.     background-color: var(--card-bg);
  3341.  }
  3342.  
  3343.  /* Blog Roll Items Hover Effects */
  3344.  .blog-roll-item:hover .blog-title {
  3345.    color: #198754 !important;
  3346.    transform: translateX(5px);
  3347.    transition: all 0.3s ease;
  3348.  }
  3349.  
  3350.  /* Recent Post Items Hover Effects */
  3351.  .recent-post-item:hover .post-title a {
  3352.    color: #0d6efd !important;
  3353.    transition: color 0.3s ease;
  3354.  }
  3355.  
  3356.  .recent-post-item:hover .post-image img {
  3357.    transform: scale(1.05);
  3358.    transition: transform 0.3s ease;
  3359.  }
  3360.  
  3361.  /* Button Hover Effects */
  3362.  .btn:hover {
  3363.    transform: translateY(-2px);
  3364.    transition: all 0.3s ease;
  3365.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3366.  }
  3367.  
  3368.  /* Badge Hover Effects */
  3369.  .badge:hover {
  3370.    transform: scale(1.05);
  3371.    transition: transform 0.3s ease;
  3372.  }
  3373.  
  3374.  @media (max-width: 991px) {
  3375.    .sidebar {
  3376.      margin-top: 3rem;
  3377.    }
  3378.  }
  3379.  
  3380.  @media (max-width: 576px) {
  3381.    .widget-title {
  3382.      font-size: 1rem;
  3383.      padding: 0.75rem 1rem !important;
  3384.    }
  3385.  
  3386.    .title-arrow::after,
  3387.    .title-arrow-primary::after {
  3388.      right: -18px;
  3389.      border-left-width: 18px;
  3390.      border-top-width: 18px;
  3391.      border-bottom-width: 18px;
  3392.    }
  3393.  
  3394.    .post-image {
  3395.      width: 70px !important;
  3396.      height: 55px !important;
  3397.    }
  3398.  
  3399.    .blog-meta {
  3400.      flex-direction: column !important;
  3401.      align-items: flex-start !important;
  3402.      gap: 0.5rem;
  3403.    }
  3404.  }
  3405. </style>
  3406.  
  3407.    
  3408.            </div>
  3409.        </div>
  3410.    </div>
  3411. </section>
  3412.  
  3413. <script>
  3414. document.addEventListener('DOMContentLoaded', function() {
  3415.    // Simple scroll animation
  3416.    const cards = document.querySelectorAll('.blog-card');
  3417.    
  3418.    const observer = new IntersectionObserver(function(entries) {
  3419.        entries.forEach(entry => {
  3420.            if (entry.isIntersecting) {
  3421.                entry.target.style.opacity = '1';
  3422.                entry.target.style.transform = 'translateY(0)';
  3423.            }
  3424.        });
  3425.    }, {
  3426.        threshold: 0.1
  3427.    });
  3428.  
  3429.    cards.forEach((card, index) => {
  3430.        card.style.opacity = '0';
  3431.        card.style.transform = 'translateY(30px)';
  3432.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3433.        observer.observe(card);
  3434.    });
  3435. });
  3436. </script>
  3437.  
  3438.    
  3439.        
  3440.        <!-- end wpo-blog-highlights-section -->
  3441.        <!-- start wpo-blog-sponsored-section -->
  3442.        
  3443.  
  3444.  
  3445.  
  3446.    
  3447.  
  3448.  
  3449.  <style>
  3450.    .sponsored-section-v7 {
  3451.      padding: 50px 0;
  3452.    }
  3453.    
  3454.    .sponsored-card-v7 {
  3455.      background: #fafafa;
  3456.      border: none;
  3457.      transition: transform 0.3s ease;
  3458.      height: 100%;
  3459.    }
  3460.    
  3461.    .sponsored-card-v7:hover {
  3462.      transform: translateY(-3px);
  3463.    }
  3464.    
  3465.    .sponsored-image-v7 {
  3466.      position: relative;
  3467.      height: 160px;
  3468.    }
  3469.    
  3470.    .sponsored-image-v7 img {
  3471.      width: 100%;
  3472.      height: 100%;
  3473.      object-fit: cover;
  3474.      border-radius: 10px; /* Apply curve to image */
  3475.    }
  3476.    
  3477.    .sponsored-badge-v7 {
  3478.      position: absolute;
  3479.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3480.      left: 10px;
  3481.      z-index: 10;
  3482.    
  3483.      /* pill look */
  3484.      display: inline-flex; /* vertical centering */
  3485.      align-items: center;
  3486.      justify-content: center;
  3487.      padding: 8px 16px; /* width = content + padding */
  3488.      border-radius: 999px; /* full pill */
  3489.      white-space: nowrap; /* ek hi line me rahe */
  3490.      /* text */
  3491.      font-size: 12px;
  3492.      text-transform: uppercase;
  3493.      letter-spacing: 0.5px;
  3494.      line-height: 1;
  3495.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3496.    }
  3497.    
  3498.    /* optional: icon ke saath thoda gap */
  3499.    .sponsored-badge-v7 i,
  3500.    .sponsored-badge-v7 .icon {
  3501.      margin-right: 8px;
  3502.      font-size: 14px;
  3503.      line-height: 1;
  3504.    }
  3505.    
  3506.    .sponsored-content-v7 {
  3507.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3508.    }
  3509.    
  3510.    .sponsored-title-v7 {
  3511.      font-size: 15px;
  3512.      font-weight: 700;
  3513.      line-height: 1.4;
  3514.      margin-bottom: 8px;
  3515.      color: #333;
  3516.    }
  3517.    
  3518.    .sponsored-title-v7 a {
  3519.      text-decoration: none;
  3520.      font-size: 16px;
  3521.      color: var(--topbar-color);
  3522.    }
  3523.    
  3524.    .sponsored-title-v7 a:hover {
  3525.      color: var(--bs-primary); /* Green hover */
  3526.    }
  3527.    
  3528.    .sponsored-excerpt-v7 {
  3529.      font-size: 12px;
  3530.      font-weight: 400;
  3531.      color:  var(--topbar-color);;
  3532.      margin-bottom: 10px;
  3533.      line-height: 1.5;
  3534.    }
  3535.    
  3536.    .sponsored-meta-v7 {
  3537.      font-size: 11px;
  3538.       color: var(--topbar-color);;
  3539.    }
  3540.    
  3541.    .author-info-v7 {
  3542.      margin-bottom: 5px;
  3543.    }
  3544.    
  3545.    .sponsored-author-img-v7 {
  3546.      width: 30px;
  3547.      height: 30px;
  3548.      border-radius: 50%;
  3549.      object-fit: cover;
  3550.      vertical-align: middle;
  3551.      margin-right: 5px;
  3552.    }
  3553.    
  3554.    .section-title-sponsored-v7 {
  3555.      font-size: 1.9rem;
  3556.      font-weight: 600;
  3557.      text-align: center;
  3558.      margin-bottom: 30px;
  3559.      color: #333;
  3560.      position: relative;
  3561.    }
  3562.    
  3563.    .section-title-sponsored-v7::after {
  3564.      content: '';
  3565.      position: absolute;
  3566.      bottom: -8px;
  3567.      left: 50%;
  3568.      transform: translateX(-50%);
  3569.      width: 100px;
  3570.      height: 3px;
  3571.      background: var(--bs-primary);
  3572.    }
  3573.    
  3574.    @media (max-width: 768px) {
  3575.      .sponsored-section-v7 {
  3576.        padding: 30px 0;
  3577.      }
  3578.      .sponsored-image-v7 {
  3579.        height: 120px;
  3580.      }
  3581.      .sponsored-content-v7 {
  3582.        padding: 35px 12px 12px;
  3583.      }
  3584.  
  3585.      .sponsored-title-v7 {
  3586.        font-size: 14px;
  3587.      }
  3588.      .sponsored-excerpt-v7 {
  3589.        font-size: 11px;
  3590.      }
  3591.      .section-title-sponsored-v7 {
  3592.        font-size: 1.6rem;
  3593.      }
  3594.    }
  3595.  </style>
  3596.  
  3597.  <section class="sponsored-section-v7">
  3598.    <div class="container-fluid fluid-container">
  3599.      <div class="row mb-3">
  3600.        <div class="col-12">
  3601.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3602.        </div>
  3603.      </div>
  3604.  
  3605.      <div class="row g-3 d-flex justify-content-center">
  3606.        
  3607.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3608.            <div class="card sponsored-card-v7">
  3609.              <div class="sponsored-image-v7">
  3610.                
  3611.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3612.                
  3613.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3614.              </div>
  3615.              <div class="sponsored-content-v7">
  3616.                <h3 class="sponsored-title-v7"><a href="/us-president-donald-trump-affirms-largely-parties-are-aligned-on-following-steps-of-peace-deal-in-gaza/">US President Donald Trump Affirms &#x27;Largely, Parties Are Aligned&#x27; on Following Steps of Peace Deal in Gaza</a></h3>
  3617.                <p class="sponsored-excerpt-v7 "></p>
  3618.                <div class="sponsored-meta-v7">
  3619.                  <div class="author-info-v7">
  3620.                    
  3621.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3622.                    
  3623.                    <span>Jonathan Schaefer</span>
  3624.                  </div>
  3625.                  <div>17 May 2026</div>
  3626.                </div>
  3627.              </div>
  3628.            </div>
  3629.          </div>
  3630.        
  3631.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3632.            <div class="card sponsored-card-v7">
  3633.              <div class="sponsored-image-v7">
  3634.                
  3635.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3636.                
  3637.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3638.              </div>
  3639.              <div class="sponsored-content-v7">
  3640.                <h3 class="sponsored-title-v7"><a href="/every-night-i-dream-of-riding-a-unicorn-fantasy-themed-metal-group-castle-rat/">‘Every Night, I Dream of Riding a Unicorn’: Fantasy-Themed Metal Group Castle Rat</a></h3>
  3641.                <p class="sponsored-excerpt-v7 "></p>
  3642.                <div class="sponsored-meta-v7">
  3643.                  <div class="author-info-v7">
  3644.                    
  3645.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3646.                    
  3647.                    <span>Jonathan Schaefer</span>
  3648.                  </div>
  3649.                  <div>17 May 2026</div>
  3650.                </div>
  3651.              </div>
  3652.            </div>
  3653.          </div>
  3654.        
  3655.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3656.            <div class="card sponsored-card-v7">
  3657.              <div class="sponsored-image-v7">
  3658.                
  3659.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3660.                
  3661.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3662.              </div>
  3663.              <div class="sponsored-content-v7">
  3664.                <h3 class="sponsored-title-v7"><a href="/what-kind-of-figure-is-al-carns-ex-royal-marine-and-government-minister-with-sights-on-the-top-job/">What Kind of Figure is Al Carns? Ex-Royal Marine and Government Minister with Sights on the Top Job</a></h3>
  3665.                <p class="sponsored-excerpt-v7 "></p>
  3666.                <div class="sponsored-meta-v7">
  3667.                  <div class="author-info-v7">
  3668.                    
  3669.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3670.                    
  3671.                    <span>Jonathan Schaefer</span>
  3672.                  </div>
  3673.                  <div>17 May 2026</div>
  3674.                </div>
  3675.              </div>
  3676.            </div>
  3677.          </div>
  3678.        
  3679.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3680.            <div class="card sponsored-card-v7">
  3681.              <div class="sponsored-image-v7">
  3682.                
  3683.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3684.                
  3685.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3686.              </div>
  3687.              <div class="sponsored-content-v7">
  3688.                <h3 class="sponsored-title-v7"><a href="/swiss-ski-resort-fire-victims-receive-care-in-specialist-clinics-across-europe/">Swiss Ski Resort Fire Victims Receive Care in Specialist Clinics Across Europe</a></h3>
  3689.                <p class="sponsored-excerpt-v7 "></p>
  3690.                <div class="sponsored-meta-v7">
  3691.                  <div class="author-info-v7">
  3692.                    
  3693.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3694.                    
  3695.                    <span>Jonathan Schaefer</span>
  3696.                  </div>
  3697.                  <div>17 May 2026</div>
  3698.                </div>
  3699.              </div>
  3700.            </div>
  3701.          </div>
  3702.        
  3703.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3704.            <div class="card sponsored-card-v7">
  3705.              <div class="sponsored-image-v7">
  3706.                
  3707.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3708.                
  3709.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3710.              </div>
  3711.              <div class="sponsored-content-v7">
  3712.                <h3 class="sponsored-title-v7"><a href="/leaders-salute-queens-as-the-president-extends-the-mayor-elect-a-friendly-welcome/">Leaders Salute Queens as The President Extends The Mayor-Elect a Friendly Welcome</a></h3>
  3713.                <p class="sponsored-excerpt-v7 "></p>
  3714.                <div class="sponsored-meta-v7">
  3715.                  <div class="author-info-v7">
  3716.                    
  3717.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3718.                    
  3719.                    <span>Jonathan Schaefer</span>
  3720.                  </div>
  3721.                  <div>17 May 2026</div>
  3722.                </div>
  3723.              </div>
  3724.            </div>
  3725.          </div>
  3726.        
  3727.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3728.            <div class="card sponsored-card-v7">
  3729.              <div class="sponsored-image-v7">
  3730.                
  3731.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3732.                
  3733.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3734.              </div>
  3735.              <div class="sponsored-content-v7">
  3736.                <h3 class="sponsored-title-v7"><a href="/a-decade-long-liaison-by-author-erin-somers-a-middle-aged-adultery-story-this-era-deserves/">A Decade-Long Liaison by author Erin Somers: A Middle-Aged Adultery Story This Era Deserves.</a></h3>
  3737.                <p class="sponsored-excerpt-v7 "></p>
  3738.                <div class="sponsored-meta-v7">
  3739.                  <div class="author-info-v7">
  3740.                    
  3741.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a1ae0c3b-167e-427d-aef9-ee50ee736ec1_profile.png" alt="Jonathan Schaefer" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3742.                    
  3743.                    <span>Jonathan Schaefer</span>
  3744.                  </div>
  3745.                  <div>16 May 2026</div>
  3746.                </div>
  3747.              </div>
  3748.            </div>
  3749.          </div>
  3750.        
  3751.      </div>
  3752.    </div>
  3753.  </section>
  3754.  
  3755.  
  3756.    
  3757.        <!-- end wpo-blog-sponsored-section -->
  3758.        <!-- start wpo-subscribe-section -->
  3759.        
  3760.        <!-- end subscribe-section -->
  3761.        <!-- start of wpo-site-footer-section -->
  3762.        
  3763.  
  3764.  
  3765.  
  3766.  
  3767.  
  3768. <footer class="wpo-site-footer-v2">
  3769.    <!-- Main Footer Content -->
  3770.    <div class="wpo-main-footer">
  3771.        <div class="container-fluid fluid-container">
  3772.            <div class="row g-4">
  3773.                
  3774.                <!-- Company Info Section -->
  3775.                <div class="col-lg-4 col-md-6 col-12">
  3776.                    <div class="footer-widget company-info-widget">
  3777.                        <div class="widget-header">
  3778.                            <div class="footer-logo">
  3779.                                
  3780.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/f9a5d48b-a25b-4f44-a8af-0b8bbef1b782_logo.png" alt="Metroline" class="img-fluid footer-logo-img">
  3781.                                
  3782.                            </div>
  3783.                        </div>
  3784.                        <div class="widget-content2 footer-widget-content2">
  3785.                            <p class="company-description-text">
  3786.                                Explore the latest in urban transit, metro systems, and city mobility innovations. Get expert analysis on sustainable transport and smart city planning.
  3787.                            </p>
  3788.                            <div class="contact-info2">
  3789.                                <div class="contact-item">
  3790.                                    <i class="fas fa-envelope"></i>
  3791.                                    <span><a href="/cdn-cgi/l/email-protection#a2cecbccc9d1e2ccc7dad6c0c3c1c9cecbccc9d18cc1cdcf" class="footer-link2"><span class="__cf_email__" data-cfemail="a6cacfc8cdd5e6c8c3ded2c4c7c5cdcacfc8cdd588c5c9cb">[email&#160;protected]</span></a></span>
  3792.                                </div>
  3793.                                <!-- <div class="contact-item">
  3794.                                    <i class="fas fa-phone"></i>
  3795.                                    <span><a  href="https://wa.me/971543449951" class="footer-link2">+971 54 344 9951</a></span>
  3796.                                </div> -->
  3797.                            </div>
  3798.                        </div>
  3799.                    </div>
  3800.                </div>
  3801.  
  3802.                <!-- Quick Links Section -->
  3803.                <div class="col-lg-4 col-md-6 col-12">
  3804.                    <div class="footer-widget quick-links-widget">
  3805.                        <div class="widget-header">
  3806.                            <h4 class="widget-title2 quick-links-title">Quick Links</h4>
  3807.                        </div>
  3808.                        <div class="widget-content2 footer-widget-content2">
  3809.                            <ul class="footer-links">
  3810.                                
  3811.                                <li><a href="/prime-minister-hails-a-historic-day-as-online-safety-chief-forecasts-globe-will-follow-our-lead/" class="footer-link">Prime Minister Hails a &#x27;Historic Day&#x27; as Online Safety Chief Forecasts &#x27;Globe Will Follow Our Lead&#x27;.</a></li>
  3812.                                
  3813.                                <li><a href="/eric-adams-will-support-andrew-cuomo-in-nyc-mayors-election/" class="footer-link">Eric Adams Will Support Andrew Cuomo in NYC Mayor&#x27;s Election</a></li>
  3814.                                
  3815.                                <li><a href="/republican-senator-claims-agreement-is-possible-on-health-care-as-crucial-tax-credits-set-to-expire/" class="footer-link">Republican Senator Claims &#x27;Agreement Is Possible&#x27; on Health Care as Crucial Tax Credits Set to Expire.</a></li>
  3816.                                
  3817.                                <li><a href="/administration-decries-democratic-fabrication-as-additional-jeffrey-epstein-photographs-disclosed/" class="footer-link">Administration Decries &#x27;Democratic Fabrication&#x27; as Additional Jeffrey Epstein Photographs Disclosed</a></li>
  3818.                                
  3819.                                <li><a href="/bright-departs-international-arena-long-after-her-legacy-was-carved-among-football-icons/" class="footer-link">Bright Departs International Arena Long After Her Legacy Was Carved Among Football Icons</a></li>
  3820.                                
  3821.                                <li><a href="/line-of-duty-announced-for-seventh-series-on-the-british-broadcaster/" class="footer-link">Line of Duty Announced for Seventh Series on the British Broadcaster</a></li>
  3822.                                
  3823.                            </ul>
  3824.                        </div>
  3825.                    </div>
  3826.                </div>
  3827.  
  3828.                <!-- Blog Rolls Section -->
  3829.          <div class="col-lg-3 col-md-6 col-12">
  3830.    <div class="footer-widget blog-rolls-widget">
  3831.        <div class="widget-header">
  3832.            <h4 class="widget-title2 blog-rolls-title">Blog Rolls</h4>
  3833.        </div>
  3834.        <div class="widget-content2 footer-widget-content2">
  3835.            <div class="row">
  3836.                <div class="col-6">
  3837.                    <ul class="footer-links" id="blogroll">
  3838.                        
  3839.                        
  3840.                        
  3841.                        
  3842.                        
  3843.                        
  3844.                        
  3845.                    </ul>
  3846.                </div>
  3847.            </div>
  3848.        </div>
  3849.    </div>
  3850. </div>
  3851.                <!-- Categories Section -->
  3852.                <div class="col-lg-4 col-md-6 col-12">
  3853.                    <div class="footer-widget categories-widget">
  3854.                        <div class="widget-header">
  3855.                            <h4 class="widget-title2 categories-title">Categories</h4>
  3856.                        </div>
  3857.                        <div class="widget-content2 footer-widget-content2">
  3858.                            <div class="row">
  3859.                                <div class="col-6">
  3860.                                    <ul class="footer-links">
  3861.                                        
  3862.                                        <li> <a href="/category/all-posts/" class="footer-link">
  3863.                                            All Posts
  3864.                                        </a></li>
  3865.                                        
  3866.                                        <li> <a href="/category/business/" class="footer-link">
  3867.                                            Business
  3868.                                        </a></li>
  3869.                                        
  3870.                                        <li> <a href="/category/esports/" class="footer-link">
  3871.                                            Esports
  3872.                                        </a></li>
  3873.                                        
  3874.                                        <li> <a href="/category/fashion/" class="footer-link">
  3875.                                            Fashion
  3876.                                        </a></li>
  3877.                                        
  3878.                                        <li> <a href="/category/featured/" class="footer-link">
  3879.                                            Featured
  3880.                                        </a></li>
  3881.                                        
  3882.                                    </ul>
  3883.                                </div>
  3884.                              
  3885.                            </div>
  3886.                        </div>
  3887.                    </div>
  3888.                </div>
  3889.  
  3890.            </div>
  3891.        </div>
  3892.    </div>
  3893.  
  3894.    <!-- Footer Bottom -->
  3895.    <div class="footer-bottom">
  3896.        <div class="container-fluid fluid-container">
  3897.            <div class="row align-items-center">
  3898.                <!-- Copyright -->
  3899.                <div class="col-lg-6 col-md-6 col-12">
  3900.                    <div class="copyright-text">
  3901.                        <p class="copyright-text-p">&copy; 2026 <strong class="footer-sitename">Metroline</strong>.
  3902.                            All rights reserved.
  3903.                        </p>
  3904.                    </div>
  3905.                </div>
  3906.  
  3907.                <!-- Footer Menu -->
  3908.                <div class="col-lg-6 col-md-6 col-12">
  3909.                    <div class="footer-menu">
  3910.                        <ul class="bottom-menu">
  3911.                            <li><a href="/page/write-for-us/" class="footer-link">Write For Us</a></li>
  3912.                            <li><a href="/page/terms-and-conditions/" class="footer-link">Terms &amp; Conditions</a></li>
  3913.                            <li><a href="/sitemap.xml" class="footer-link">Sitemap</a></li>
  3914.                        </ul>
  3915.                    </div>
  3916.                </div>
  3917.            </div>
  3918.        </div>
  3919.    </div>
  3920.  
  3921. </footer>
  3922.  
  3923. <style>
  3924. /* Footer V2 Styles */
  3925. .wpo-site-footer-v2 {
  3926.    background: var(--footer-bg);
  3927.    color: var(--footer-color);
  3928.    position: relative;
  3929.    overflow: hidden;
  3930. }
  3931.  
  3932. .wpo-site-footer-v2::before {
  3933.    content: '';
  3934.    position: absolute;
  3935.    top: 0;
  3936.    left: 0;
  3937.    right: 0;
  3938.    bottom: 0;
  3939.    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="75" cy="75" r="1" fill="%23ffffff" opacity="0.03"/><circle cx="50" cy="10" r="0.5" fill="%23ffffff" opacity="0.02"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grain)"/></svg>');
  3940.    pointer-events: none;
  3941. }
  3942.  
  3943. .wpo-main-footer {
  3944.    padding: 60px 0 40px;
  3945.    position: relative;
  3946.    z-index: 2;
  3947. }
  3948.  
  3949. .footer-widget {
  3950.    margin-bottom: 30px;
  3951. }
  3952.  
  3953. .widget-header {
  3954.    margin-bottom: 25px;
  3955. }
  3956.  
  3957. .widget-title2 {
  3958.    font-size: 20px;
  3959.    font-weight: 700;
  3960.    color: var(--footer-color) !important;
  3961.    margin: 0;
  3962.    position: relative;
  3963.    padding-bottom: 10px;
  3964. }
  3965.  
  3966. .widget-title2::after {
  3967.    content: '';
  3968.    position: absolute;
  3969.    bottom: 0;
  3970.    left: 0;
  3971.    width: 40px;
  3972.    height: 3px;
  3973.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3974.    border-radius: 2px;
  3975. }
  3976.  
  3977. /* Company Info Styles */
  3978. .footer-logo-img {
  3979.    max-height: 100px;
  3980.    margin-bottom: 20px;
  3981. }
  3982.  
  3983. .footer-logo-text {
  3984.    color: var(--footer-color);
  3985. }
  3986.  
  3987. .company-description-text {
  3988.    font-size: 14px;
  3989.    line-height: 1.7;
  3990.    color: var(--footer-color);
  3991.    margin-bottom: 25px;
  3992. }
  3993.  
  3994. .contact-info2 .contact-item {
  3995.    display: flex;
  3996.    align-items: center;
  3997.    margin-bottom: 10px;
  3998.    font-size: 14px;
  3999. }
  4000.  
  4001. .contact-info2 .contact-item i {
  4002.    width: 20px;
  4003.    color: var(--footer-color);
  4004.    margin-right: 10px;
  4005. }
  4006.  
  4007. /* Footer Links Styles */
  4008. .footer-links {
  4009.    list-style: none;
  4010.    padding: 0;
  4011.    margin: 0;
  4012. }
  4013.  
  4014. .footer-links li {
  4015.    margin-bottom: 12px;
  4016. }
  4017. .footer-link2 {
  4018.    color: var(--footer-color) !important;
  4019. }
  4020. .footer-link2:hover {
  4021.    color: blue !important;
  4022. }
  4023. .footer-links a{
  4024.    color: var(--footer-color) !important;
  4025.    text-decoration: none;
  4026.    cursor: pointer;
  4027.    font-size: 14px;
  4028.    transition: all 0.3s ease;
  4029.    position: relative;
  4030. }
  4031.  
  4032. .footer-links a:hover {
  4033.    color: #4f46e5 !important;
  4034.    padding-left: 8px;
  4035. }
  4036.  
  4037. /* Footer Bottom Styles */
  4038. .footer-bottom {
  4039.    background: rgba(0, 0, 0, 0.3);
  4040.    padding: 20px 0;
  4041.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  4042.    position: relative;
  4043.    z-index: 2;
  4044. }
  4045.  
  4046. .copyright-text-p {
  4047.    margin: 0;
  4048.    font-size: 14px;
  4049.    color: var(--footer-color);
  4050. }
  4051.  
  4052. .footer-sitename {
  4053.    color: var(--footer-color);
  4054. }
  4055.  
  4056. .bottom-menu {
  4057.    list-style: none;
  4058.    padding: 0;
  4059.    margin: 0;
  4060.    display: flex;
  4061.    justify-content: flex-end;
  4062.    gap: 20px;
  4063. }
  4064.  
  4065. .bottom-menu a {
  4066.    color: var(--footer-color);
  4067.    text-decoration: none;
  4068.    font-size: 14px;
  4069.    transition: color 0.3s ease;
  4070. }
  4071.  
  4072. .bottom-menu a:hover {
  4073.    color: #4f46e5;
  4074. }
  4075.  
  4076. @media (max-width: 768px) {
  4077.    .wpo-main-footer {
  4078.        padding: 40px 0 30px;
  4079.    }
  4080.    
  4081.    .bottom-menu {
  4082.        justify-content: center;
  4083.        margin-top: 15px;
  4084.    }
  4085.    
  4086.    .copyright-text {
  4087.        text-align: center;
  4088.    }
  4089.    
  4090.    .social-links {
  4091.        justify-content: center;
  4092.    }
  4093. }
  4094.  
  4095. @media (max-width: 576px) {
  4096.    .widget-title2 {
  4097.        font-size: 18px;
  4098.    }
  4099.    
  4100.    .newsletter-form .input-group {
  4101.        flex-direction: column;
  4102.    }
  4103.    
  4104.    .newsletter-form .btn {
  4105.        margin-top: 10px;
  4106.        border-radius: 8px;
  4107.    }
  4108.    
  4109.    .newsletter-form .form-control {
  4110.        border-radius: 8px;
  4111.    }
  4112. }
  4113. </style>
  4114.  
  4115.  
  4116. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  4117.  document.addEventListener('DOMContentLoaded', function () {
  4118.    var btn = document.getElementById('toggleMore');
  4119.    if (!btn) return; // If there are <=5 items, no need for the button
  4120.  
  4121.    var extras = document.querySelectorAll('#blogroll li.extra');
  4122.  
  4123.    btn.addEventListener('click', function () {
  4124.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  4125.        return li.classList.contains('d-none');
  4126.      });
  4127.  
  4128.      extras.forEach(function (li) {
  4129.        if (anyHidden) {
  4130.          li.classList.remove('d-none');
  4131.          li.classList.add('show'); // Show with smooth transition
  4132.        } else {
  4133.          li.classList.add('d-none');
  4134.          li.classList.remove('show'); // Hide smoothly
  4135.        }
  4136.      });
  4137.  
  4138.      // Update the button text and aria-expanded attribute
  4139.      btn.textContent = anyHidden ? 'View less' : 'View more';
  4140.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4141.    });
  4142.  });
  4143. </script>
  4144.        <!-- end of wpo-site-footer-section -->
  4145.    </div>
  4146.    <!-- end of page-wrapper -->
  4147.  
  4148.    <!-- All JavaScript files
  4149.    ================================================== -->
  4150.    
  4151.  
  4152. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4153. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4154. <!-- Plugins for this template -->
  4155. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4156. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4157. <!-- Custom script for this template -->
  4158. <script src="/static/blogapp/assets/js/script.js"></script>
  4159.  
  4160. <script>
  4161. (function () {
  4162. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4163. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4164.  
  4165. function applyFallback(img) {
  4166. if (!img || img.dataset.fallbackApplied === "1") {
  4167. return;
  4168. }
  4169. var failedSrc = img.currentSrc || img.src || "";
  4170. img.dataset.fallbackApplied = "1";
  4171. img.onerror = null;
  4172. img.src = fallbackImageSrc;
  4173. console.warn("[ImageFallback] Replaced broken image:", {
  4174. failedSrc: failedSrc,
  4175. fallbackSrc: fallbackImageSrc,
  4176. alt: img.alt || "",
  4177. });
  4178. }
  4179.  
  4180. document.querySelectorAll("img").forEach(function (img) {
  4181. if (img.complete && img.naturalWidth === 0) {
  4182. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4183. failedSrc: img.currentSrc || img.src || "",
  4184. alt: img.alt || "",
  4185. });
  4186. applyFallback(img);
  4187. }
  4188. });
  4189.  
  4190. document.addEventListener(
  4191. "error",
  4192. function (event) {
  4193. var target = event.target;
  4194. if (target && target.tagName === "IMG") {
  4195. applyFallback(target);
  4196. }
  4197. },
  4198. true
  4199. );
  4200. })();
  4201. </script>
  4202.  
  4203. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4204.  
  4205.  
  4206.  
  4207. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"a8f6eaf51c7049549888fea31da1fc51","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4208. </body>
  4209.  
  4210. </html>
  4211.  
  4212.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda