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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T125526.695_USiiRVg_WhoPWWk_f9kuNVP.png">
  14.    
  15.  
  16.    <title>Urban Spin Lounge: Modern Cycling Studio for City Fitness Enthusiasts</title>
  17.    <meta name="description" content="Urban Spin Lounge offers high-energy indoor cycling classes in the heart of the city, designed for urban professionals seeking a dynamic workout experience.">
  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://urbanspinlounge.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #b7410e;
  42.        --bs-primary-rgb: b7410e;
  43.        --bs-secondary: #8b5a2b;
  44.        --bs-success: #228b22;
  45.        --bs-danger: #8b0000;
  46.        --bs-warning: #cd853f;
  47.        --bs-info: #d2691e;
  48.        --bs-light: #fffaf0;
  49.        --bs-dark: #3c2005;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #b7410e;
  53.        --theme-primary-color-s2: #b7410e;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3c2005;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3c2005;
  59.        --border-color: #deb887;
  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: #f5deb3;
  75.        --navbar-color: #3c2005;
  76.        --topbar-bg: #fffaf0;
  77.        --topbar-color: #3c2005;
  78.        --footer-bg: #3c2005;
  79.        --footer-color: #fffaf0;
  80.        --card-bg: #ffffff;
  81.        --card-border: #deb887;
  82.        --card-radius: 10px;
  83.        --link-color: #b7410e;
  84.        --link-hover: #9a3412;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(183, 65, 14, 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_35">
  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: "The Reason PSG Are Turning To Parisian Talent to Protect Their Continental Crown", url: "/the-reason-psg-are-turning-to-parisian-talent-to-protect-their-continental-crown/" },
  431.        
  432.            { title: "Supply Lines in the Sea: A Review of Food Delivery – A Gripping Expedition Through Supply Lines amid the Maritime Dispute.", url: "/supply-lines-in-the-sea-a-review-of-food-delivery-a-gripping-expedition-through-supply-lines-amid-the-maritime-dispute/" },
  433.        
  434.            { title: "Celebrity Traitors Final Episode Mistakenly Uploaded 24 Hours Early Beyond the UK", url: "/celebrity-traitors-final-episode-mistakenly-uploaded-24-hours-early-beyond-the-uk/" },
  435.        
  436.            { title: "The Legendary Jimmy Cliff, Music Superstar and Cultural Icon, Passes Away at Eighty\u002DOne Years Old", url: "/the-legendary-jimmy-cliff-music-superstar-and-cultural-icon-passes-away-at-eighty-one-years-old/" },
  437.        
  438.            { title: "Explosions Hit Kyiv, Claiming a Military Member\u0027s Life and Wounding Four in Militant Attack", url: "/explosions-hit-kyiv-claiming-a-military-members-life-and-wounding-four-in-militant-attack/" }
  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. <header class="sticky-top mb-sm-5 mb-4  nav-bg">
  498.  <div class="container-fluid fluid-container  ">
  499.    <nav class="nav-v1 navbar custom-nav navbar-expand-xl" role="navigation" aria-label="Main Navigation">
  500.      <div class="py-2 d-flex gap-2 justify-content-between align-items-center nav-width">
  501.        <!-- Mobile Brand & Search -->
  502.        <a class="brand-1 navbar-brand d-xl-none" href="/" aria-label="Home">
  503.          
  504.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/bd73ca0c-60b5-4ae5-bc7c-9d526da06278_logo.png" alt="Urban Spin Lounge" />
  505.          
  506.        </a>
  507.        <div class="flex-grow-1 d-xl-none d-flex">
  508.          <form class="search-wrapper-v1">
  509.            <input type="search" class="form-control search-input-v1" id="search-input"
  510.              placeholder="Search articles..." aria-label="Search content" />
  511.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  512.              <circle cx="11" cy="11" r="8"></circle>
  513.              <path d="m21 21-4.35-4.35"></path>
  514.            </svg>
  515.          </form>
  516.          <!-- The search results will be displayed here -->
  517.          <div id="search-results" class="search-results-container"></div>
  518.        </div>
  519.  
  520.        <button class="navbar-toggler border-0 text-link" type="button" data-bs-toggle="collapse"
  521.          data-bs-target="#navCollapse-v1" aria-controls="navCollapse-v1" aria-expanded="false"
  522.          aria-label="Toggle navigation">
  523.          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  524.            <line x1="3" y1="6" x2="21" y2="6"></line>
  525.            <line x1="3" y1="12" x2="21" y2="12"></line>
  526.            <line x1="3" y1="18" x2="21" y2="18"></line>
  527.          </svg>
  528.        </button>
  529.  
  530.        <!-- Desktop Layout -->
  531.        <a class="brandv1 navbar-brand d-none d-xl-block me-4" href='/' aria-label="Home">
  532.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/bd73ca0c-60b5-4ae5-bc7c-9d526da06278_logo.png" alt="" />
  533.        </a>
  534.  
  535.        <div class="d-none d-xl-flex flex-grow-1 flex-wrap">
  536.          <form class="search-wrapper-v1" action="#" method="get" role="search">
  537.            <input type="text" id="search-input1" class="form-control search-input-v1" placeholder="Search articles..." />
  538.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  539.              <circle cx="11" cy="11" r="8"></circle>
  540.              <path d="m21 21-4.35-4.35"></path>
  541.            </svg>
  542.          </form>
  543.           <!-- The search results will be displayed here -->
  544.          <div id="search-results1" class="search-results-container search-v1"></div>
  545.        </div>
  546.        <!-- Navigation Menu -->
  547.      </div>
  548.      <div class="collapse justify-content-end" id="navCollapse-v1">
  549.        <ul class="navbar-nav gap-2 pt-3 mb-lg-0 align-items-xl-center">
  550.          <!-- <li class="nav-item d-xl-block d-none mb-3">
  551.            <div class="d-xl-flex align-items-center gap-2">
  552.              <button class="btn menu-btn-v1 d-none d-xl-flex align-items-center gap-2" type="button"
  553.                data-bs-toggle="offcanvas" data-bs-target="#sidebar-v1" aria-controls="sidebar-v1">
  554.                <span>More</span>
  555.                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  556.                  <circle cx="12" cy="12" r="1"></circle>
  557.                  <circle cx="19" cy="12" r="1"></circle>
  558.                  <circle cx="5" cy="12" r="1"></circle>
  559.                </svg>
  560.              </button>
  561.            </div>
  562.          </li> -->
  563.          <li class="nav-item mb-3">
  564.            <a class="navlink-v1" href="/">
  565.              Home
  566.            </a>
  567.          </li>
  568.          
  569.           <li class="nav-item mb-3">
  570.            <a class="navlink-v1" href="/category/all-posts/">
  571.              All Posts
  572.            </a>
  573.            </li>
  574.            
  575.  
  576.                
  577.                
  578.            
  579.           <li class="nav-item mb-3">
  580.            <a class="navlink-v1" href="/category/business/">
  581.              Business
  582.            </a>
  583.            </li>
  584.            
  585.  
  586.                
  587.                
  588.            
  589.           <li class="nav-item mb-3">
  590.            <a class="navlink-v1" href="/category/esports/">
  591.              Esports
  592.            </a>
  593.            </li>
  594.            
  595.  
  596.                
  597.                
  598.            
  599.           <li class="nav-item mb-3">
  600.            <a class="navlink-v1" href="/category/fashion/">
  601.              Fashion
  602.            </a>
  603.            </li>
  604.            
  605.  
  606.                
  607.                
  608.            
  609.           <li class="nav-item mb-3">
  610.            <a class="navlink-v1" href="/category/featured/">
  611.              Featured
  612.            </a>
  613.            </li>
  614.            
  615.  
  616.                
  617.                
  618.            
  619.          
  620.            <li class="nav-item mb-3 dropdown">
  621.              <a class="navlink-v1 dropdown-toggle" href="#" id="moreDropdown-v1" role="button"
  622.                data-bs-toggle="dropdown" aria-expanded="false">More</a>
  623.              <ul class="dropdown-menu dropdown-v1" aria-labelledby="moreDropdown-v1">
  624.                <li>
  625.                  <a class="dropdown-item dropdown-item-v1" href="/category/gaming/">
  626.                    Gaming
  627.                  </a>
  628.                </li>
  629.                
  630.  
  631.                
  632.                
  633.            
  634.          
  635.                <li>
  636.                  <a class="dropdown-item dropdown-item-v1" href="/category/health/">
  637.                    Health
  638.                  </a>
  639.                </li>
  640.                
  641.  
  642.                
  643.                
  644.            
  645.          
  646.                <li>
  647.                  <a class="dropdown-item dropdown-item-v1" href="/category/life-fitness/">
  648.                    Life &amp; Fitness
  649.                  </a>
  650.                </li>
  651.                
  652.  
  653.                
  654.                
  655.            
  656.          
  657.                <li>
  658.                  <a class="dropdown-item dropdown-item-v1" href="/category/lifestyle/">
  659.                    Lifestyle
  660.                  </a>
  661.                </li>
  662.                
  663.  
  664.                
  665.                
  666.            
  667.          
  668.                <li>
  669.                  <a class="dropdown-item dropdown-item-v1" href="/category/news/">
  670.                    News
  671.                  </a>
  672.                </li>
  673.                
  674.  
  675.                
  676.                
  677.            
  678.          
  679.                <li>
  680.                  <a class="dropdown-item dropdown-item-v1" href="/category/others/">
  681.                    Others
  682.                  </a>
  683.                </li>
  684.                
  685.  
  686.                
  687.                
  688.            
  689.          
  690.                <li>
  691.                  <a class="dropdown-item dropdown-item-v1" href="/category/politics/">
  692.                    Politics
  693.                  </a>
  694.                </li>
  695.                
  696.  
  697.                
  698.                
  699.            
  700.          
  701.                <li>
  702.                  <a class="dropdown-item dropdown-item-v1" href="/category/sports/">
  703.                    Sports
  704.                  </a>
  705.                </li>
  706.                
  707.  
  708.                
  709.                
  710.            
  711.          
  712.                <li>
  713.                  <a class="dropdown-item dropdown-item-v1" href="/category/tech/">
  714.                    Tech
  715.                  </a>
  716.                </li>
  717.                
  718.  
  719.                
  720.                
  721.            
  722.          
  723.                <li>
  724.                  <a class="dropdown-item dropdown-item-v1" href="/category/travel/">
  725.                    Travel
  726.                  </a>
  727.                </li>
  728.                
  729.  
  730.                
  731.                
  732.              </ul>
  733.            </li>
  734.            
  735.            
  736.            <li class="nav-item mb-3">
  737.              <a class="navlink-v1" href="/page/contact-us/">
  738.                Contact Us
  739.              </a>
  740.            </li>
  741.            <li class="nav-item d-xl-none mt-2">
  742.              <button class="btn menu-btn-v1 w-100" type="button" data-bs-toggle="offcanvas"
  743.                data-bs-target="#sidebar-v1">
  744.                More Options
  745.              </button>
  746.            </li>
  747.        </ul>
  748.      </div>
  749.    </nav>
  750.  </div>
  751.  
  752. </header>
  753.  
  754. <!-- Sidebar -->
  755. <div class="offcanvas offcanvas-end offcanvas-v1" tabindex="-1" id="sidebar-v1" aria-labelledby="sidebarLabel-v1">
  756.  <div class="offcanvas-header border-bottom">
  757.    <h5 class="offcanvas-title fw-semibold" id="sidebarLabel-v1">
  758.      Latest Updates
  759.    </h5>
  760.    <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  761.  </div>
  762.  <div class="offcanvas-body p-3">
  763.    <div class="mb-4">
  764.      <h6 class="fw-semibold mb-3 text-muted">Featured Posts</h6>
  765.      <div class="vstack gap-3">
  766.        <article class="post-card-v1 d-flex gap-3">
  767.          <img src="https://picsum.photos/seed/tech1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  768.          <div class="flex-grow-1">
  769.            <small class="text-muted">2 hours ago</small>
  770.            <h6 class="mb-1 lh-sm">
  771.              <a href="#" class="text-decoration-none text-dark">Modern Web Development Trends</a>
  772.            </h6>
  773.            <small class="text-muted">Technology</small>
  774.          </div>
  775.        </article>
  776.  
  777.        <article class="post-card-v1 d-flex gap-3">
  778.          <img src="https://picsum.photos/seed/design1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  779.          <div class="flex-grow-1">
  780.            <small class="text-muted">5 hours ago</small>
  781.            <h6 class="mb-1 lh-sm">
  782.              <a href="#" class="text-decoration-none text-dark">UI Design Best Practices</a>
  783.            </h6>
  784.            <small class="text-muted">Design</small>
  785.          </div>
  786.        </article>
  787.  
  788.        <article class="post-card-v1 d-flex gap-3">
  789.          <img src="https://picsum.photos/seed/life1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  790.          <div class="flex-grow-1">
  791.            <small class="text-muted">1 day ago</small>
  792.            <h6 class="mb-1 lh-sm">
  793.              <a href="#" class="text-decoration-none text-dark">Minimalist Living Tips</a>
  794.            </h6>
  795.            <small class="text-muted">Lifestyle</small>
  796.          </div>
  797.        </article>
  798.      </div>
  799.    </div>
  800.  
  801.    <hr />
  802.  
  803.    <div class="contact-info-v1">
  804.      <h6 class="fw-semibold mb-3">Get in Touch</h6>
  805.      <div class="small text-muted lh-lg">
  806.        <div class="mb-2">
  807.          <strong>Location:</strong><br />
  808.          123 Innovation Street<br />
  809.          Tech District, CA 94105
  810.        </div>
  811.        <div class="mb-2">
  812.          <strong>Email:</strong><br />
  813.          <a href="/cdn-cgi/l/email-protection#ed8588818182ad8f9f8c8389c38e8280" class="text-decoration-none"><span class="__cf_email__" data-cfemail="e78f828b8b88a78595868983c984888a">[email&#160;protected]</span></a>
  814.        </div>
  815.        <div>
  816.          <strong>Phone:</strong><br />
  817.          <a href="tel:+1234567890" class="text-decoration-none">+1 (234) 567-890</a>
  818.        </div>
  819.      </div>
  820.    </div>
  821.  </div>
  822. </div>
  823.  
  824. <!-- Custom CSS -->
  825. <style>
  826.  .navbar {
  827.    padding-inline: 20px;
  828.  }
  829.  
  830.  .nav-v1 {
  831.    backdrop-filter: blur(12px);
  832.  }
  833.  
  834.  .brand-v1 img {
  835.    height: 32px;
  836.    transition: transform 0.3s ease;
  837.  }
  838.  
  839.  .brand-v1:hover img {
  840.    transform: scale(1.05);
  841.  }
  842.  
  843.  .search-wrapper-v1 {
  844.    max-width: 600px;
  845.    position: relative;
  846.  }
  847.  
  848.  .search-input-v1 {
  849.    padding: 10px 16px 10px 42px;
  850.    border: 1px solid #e2e8f0;
  851.    border-radius: 24px;
  852.    font-size: 14px;
  853.    transition: all 0.3s ease;
  854.    background: white;
  855.    width: 100%;
  856.    max-width: 400px;
  857.  }
  858.  
  859.  .search-input-v1:focus {
  860.    border-color: #2563eb;
  861.    outline: none;
  862.    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  863.    transform: translateY(-1px);
  864.  }
  865.  
  866.  .search-icon-v1 {
  867.    position: absolute;
  868.    left: 14px;
  869.    top: 50%;
  870.    transform: translateY(-50%);
  871.    color: #64748b;
  872.    width: 16px;
  873.    height: 16px;
  874.  }
  875.  
  876.  .navlink-v1 {
  877.    color: #374151;
  878.    font-weight: 500;
  879.    font-size: 15px;
  880.    padding: 8px 16px;
  881.    border-radius: 12px;
  882.    transition: all 0.2s ease;
  883.    text-decoration: none;
  884.    position: relative;
  885.  }
  886.  
  887.  .navlink-v1:hover {
  888.    background: rgba(37, 99, 235, 0.1);
  889.    color: #2563eb;
  890.    transform: translateY(-1px);
  891.  }
  892.  
  893.  .navlink-v1.active-v1 {
  894.    background: #2563eb;
  895.    color: white !important;
  896.  }
  897.  
  898.  .dropdown-v1 {
  899.    border: 1px solid #e2e8f0;
  900.    border-radius: 16px;
  901.    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  902.    backdrop-filter: blur(8px);
  903.    background: rgba(255, 255, 255, 0.98);
  904.    padding: 8px 0;
  905.  }
  906.  
  907.  .dropdown-item-v1 {
  908.    padding: 8px 20px;
  909.    font-size: 14px;
  910.    color: #374151 !important;
  911.    transition: all 0.2s ease;
  912.    border-radius: 8px;
  913.    margin: 2px 0px;
  914.  }
  915.  
  916.  .dropdown-item-v1:hover {
  917.    background: rgba(37, 99, 235, 0.1);
  918.    color: #2563eb !important;
  919.  }
  920.  
  921.  .menu-btn-v1 {
  922.    padding: 8px 16px;
  923.    border: 1px solid #e2e8f0;
  924.    border-radius: 12px;
  925.    background: white;
  926.    color: #374151;
  927.    font-weight: 500;
  928.    transition: all 0.2s ease;
  929.  }
  930.  
  931.  .menu-btn-v1:hover {
  932.    border-color: #2563eb;
  933.    color: #2563eb;
  934.    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
  935.  }
  936.  
  937.  .offcanvas-v1 {
  938.    width: min(360px, 90vw);
  939.    background: white;
  940.    z-index: 1050;
  941.  }
  942.  
  943.  .post-card-v1 {
  944.    padding: 12px;
  945.    border-radius: 12px;
  946.    transition: all 0.2s ease;
  947.    border: 1px solid transparent;
  948.  }
  949.  
  950.  .post-card-v1:hover {
  951.    background: #f8fafc;
  952.    border-color: #e2e8f0;
  953.  }
  954.  
  955.  .post-img-v1 {
  956.    border-radius: 8px;
  957.    transition: transform 0.3s ease;
  958.  }
  959.  
  960.  .post-card-v1:hover .post-img-v1 {
  961.    transform: scale(1.02);
  962.  }
  963.  
  964.  .contact-info-v1 {
  965.    background: #f8fafc;
  966.    padding: 16px;
  967.    border-radius: 12px;
  968.    border: 1px solid #e2e8f0;
  969.  }
  970.  
  971.  @media (max-width: 1200px) {
  972.    .nav-width {
  973.      width: 100%;
  974.    }
  975.  }
  976.  
  977.  @media (max-width: 991px) {
  978.    .navlink-v1 {
  979.      padding: 12px 16px;
  980.      margin: 2px 0;
  981.    }
  982.  
  983.    .search-wrapper-v1 {
  984.      margin: 12px 0;
  985.    }
  986.  }
  987.  
  988.  /* search field */
  989.  .search-results-container {
  990.    position: absolute;
  991.    top: 100%;
  992.    /* Position it below the input field */
  993. left: 10px;
  994.  right: 10px;
  995.    background-color: white;
  996.    border: 1px solid #ddd;
  997.    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  998.    max-height: 300px;
  999.    overflow-y: auto;
  1000.    z-index: 1000;
  1001.    display: none;
  1002.    /* Initially hidden */
  1003.  }
  1004.  
  1005.  .search-results-container p {
  1006.    margin: 0;
  1007.  }
  1008.  
  1009.  .search-results-container .result-item {
  1010.    padding: 10px;
  1011.    cursor: pointer;
  1012.  }
  1013.  
  1014.  .search-results-container .result-item:hover {
  1015.    background-color: #f0f0f0;
  1016.  }
  1017. </style>
  1018. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  1019.  document.addEventListener("DOMContentLoaded", function () {
  1020.    console.error("loaded");
  1021.  
  1022.    // Pick input depending on screen size
  1023.    const searchInput = window.innerWidth <= 991
  1024.      ? document.getElementById("search-input")
  1025.      : document.getElementById("search-input1");
  1026.  
  1027.    if (searchInput) {
  1028.      console.log("inside");
  1029.  
  1030.      // Add event listener for keyup
  1031.      searchInput.addEventListener("keyup", function (e) {
  1032.        console.log('test');
  1033.        console.log("Key pressed:", e.key);
  1034.        e.preventDefault();
  1035.  
  1036.        const query = searchInput.value;
  1037.        const searchResults = window.innerWidth <= 991
  1038.          ? document.getElementById("search-results")
  1039.          : document.getElementById("search-results1");
  1040.  
  1041.        console.log("User is typing: " + query);
  1042.  
  1043.        if (query === "") {
  1044.          searchResults.innerHTML = "";
  1045.          searchResults.style.display = "none";
  1046.          return;
  1047.        }
  1048.  
  1049.        searchResults.style.display = "block";
  1050.  
  1051.        fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1052.          method: "GET",
  1053.          headers: {
  1054.            "X-Requested-With": "XMLHttpRequest",
  1055.          },
  1056.        })
  1057.          .then(response => {
  1058.            console.log("Response Status:", response.status);
  1059.            return response.json();
  1060.          })
  1061.          .then(data => {
  1062.            console.log("Data received:", data);
  1063.            if (data.html) {
  1064.              searchResults.innerHTML = data.html;
  1065.            } else {
  1066.              searchResults.innerHTML = "<p>No results found.</p>";
  1067.            }
  1068.          })
  1069.          .catch(error => {
  1070.            console.error("Error fetching search results:", error);
  1071.          });
  1072.      });
  1073.  
  1074.      // 🔹 Close results when clicking outside
  1075.      document.addEventListener("click", function (e) {
  1076.        const searchResults = window.innerWidth <= 991
  1077.          ? document.getElementById("search-results")
  1078.          : document.getElementById("search-results1");
  1079.  
  1080.        if (searchResults && !searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1081.          searchResults.style.display = "none";
  1082.        }
  1083.      });
  1084.  
  1085.    } else {
  1086.      console.error("Search input not found");
  1087.    }
  1088.  });
  1089. </script>
  1090. <script>
  1091.  // Function to check screen size and remove 'navbar-collapse' class
  1092.  function removeNavbarCollapseClass() {
  1093.    const navbar = document.getElementById('navCollapse-v1');
  1094.    // Check if screen width is greater than or equal to 1024px (Bootstrap's lg breakpoint)
  1095.    if (window.innerWidth <= 1100) {
  1096.      if (navbar) {
  1097.        navbar.classList.remove('navbar-collapse');
  1098.      }
  1099.    } else {
  1100.      // You can re-add the class if the screen is smaller than 'lg' size
  1101.      if (navbar) {
  1102.        navbar.classList.add('navbar-collapse');
  1103.      }
  1104.    }
  1105.  }
  1106.  
  1107.  // Run the function on page load
  1108.  window.addEventListener('load', removeNavbarCollapseClass);
  1109.  
  1110.  // Also, run the function on window resize to check screen size dynamically
  1111.  window.addEventListener('resize', removeNavbarCollapseClass);
  1112.  
  1113.  
  1114. </script>
  1115.  
  1116.        </header>
  1117.        <!-- end of header -->
  1118.        <!-- start of wpo-blog-hero -->
  1119.        
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127. <div class="blog-hero-v8 my-5">
  1128.  <div class="container-fluid fluid-container">
  1129.    <!-- Full-Width Featured Article -->
  1130.    <div class="row g-4 mb-5">
  1131.      <div class="col-12">
  1132.        
  1133.        
  1134.          
  1135.        <article class="full-featured">
  1136.          <div class="featured-image-container">
  1137.            
  1138.              <img src="/static/blogapp/assets/images/breaking-news/img-3.jpg" alt="Defiant Address Upholds ‘Drug Boat’ Attacks Amid Criticism" class="featured-image" />
  1139.            
  1140.            <div class="category-tag bg-primary-gradient news-tag">News</div>
  1141.          </div>
  1142.          <div class="featured-content">
  1143.            <h1 class="featured-title">
  1144.              <a href="/defiant-address-upholds-drug-boat-attacks-amid-criticism/">Defiant Address Upholds ‘Drug Boat’ Attacks Amid Criticism</a>
  1145.            </h1>
  1146.            <p class="featured-summary">Discover amazing stories and insights from our featured article.</p>
  1147.            <div class="article-meta">
  1148.              <div class="author-info">
  1149.                
  1150.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg's Profile" class="author-pic" />
  1151.                
  1152.                <div class="author-text">
  1153.                  <span class="author-name">Mackenzie Berg</span>
  1154.                  
  1155.                  <span class="post-time">May 20, 2026</span>
  1156.                </div>
  1157.              </div>
  1158.              <div class="reading-info">
  1159.                
  1160.              </div>
  1161.            </div>
  1162.          </div>
  1163.        </article>
  1164.  
  1165.        
  1166.        
  1167.      </div>
  1168.    </div>
  1169.  
  1170.    <!-- Bottom Section: Compact Cards and Recent Sidebar -->
  1171.    <div class="row g-4">
  1172.      
  1173.      <div class="col-lg-3 col-md-6 col-12">
  1174.        <article class="compact-card">
  1175.          <div class="compact-image">
  1176.            
  1177.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Correctional Facility Recorded Conversation Recordings Spark Concerns About Ex-Abercrombie CEO&#x27;s Ability for Legal Case" />
  1178.            
  1179.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1180.          </div>
  1181.          <div class="compact-body">
  1182.            <h3 class="compact-title">
  1183.              <a href="/correctional-facility-recorded-conversation-recordings-spark-concerns-about-ex-abercrombie-ceos-ability-for-legal-case/">Correctional Facility Recorded Conversation Recordings Spark Concerns About Ex-Abercrombie CEO&#x27;s Ability for Legal Case</a>
  1184.            </h3>
  1185.            <p class="compact-text"></p>
  1186.            <div class="compact-footer">
  1187.              <div class="compact-author">
  1188.                
  1189.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg's Profile" class="compact-avatar" />
  1190.                
  1191.                <span class="compact-name">Mackenzie …</span>
  1192.              </div>
  1193.              <span class="compact-date">May 20</span>
  1194.            </div>
  1195.          </div>
  1196.        </article>
  1197.      </div>
  1198.      
  1199.      <div class="col-lg-3 col-md-6 col-12">
  1200.        <article class="compact-card">
  1201.          <div class="compact-image">
  1202.            
  1203.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="The Galápagos Islands Lacked Any Indigenous Amphibians. Then Hundreds of Thousands of Frogs Invaded" />
  1204.            
  1205.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1206.          </div>
  1207.          <div class="compact-body">
  1208.            <h3 class="compact-title">
  1209.              <a href="/the-gal%C3%A1pagos-islands-lacked-any-indigenous-amphibians-then-hundreds-of-thousands-of-frogs-invaded/">The Galápagos Islands Lacked Any Indigenous Amphibians. Then Hundreds of Thousands of Frogs Invaded</a>
  1210.            </h3>
  1211.            <p class="compact-text"></p>
  1212.            <div class="compact-footer">
  1213.              <div class="compact-author">
  1214.                
  1215.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg's Profile" class="compact-avatar" />
  1216.                
  1217.                <span class="compact-name">Mackenzie …</span>
  1218.              </div>
  1219.              <span class="compact-date">May 20</span>
  1220.            </div>
  1221.          </div>
  1222.        </article>
  1223.      </div>
  1224.      
  1225.      <div class="col-lg-3 col-md-6 col-12">
  1226.        <article class="compact-card">
  1227.          <div class="compact-image">
  1228.            
  1229.              <img src="/static/blogapp/assets/images/hero/img-3.jpg" alt="Sitting with Sir Alex and Getting &#x27;Knocked Out&#x27; – A Lenswoman&#x27;s Tales" />
  1230.            
  1231.            <div class="category-tag bg-primary-gradient news-cat">News</div>
  1232.          </div>
  1233.          <div class="compact-body">
  1234.            <h3 class="compact-title">
  1235.              <a href="/sitting-with-sir-alex-and-getting-knocked-out-a-lenswomans-tales/">Sitting with Sir Alex and Getting &#x27;Knocked Out&#x27; – A Lenswoman&#x27;s Tales</a>
  1236.            </h3>
  1237.            <p class="compact-text"></p>
  1238.            <div class="compact-footer">
  1239.              <div class="compact-author">
  1240.                
  1241.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg's Profile" class="compact-avatar" />
  1242.                
  1243.                <span class="compact-name">Mackenzie …</span>
  1244.              </div>
  1245.              <span class="compact-date">May 20</span>
  1246.            </div>
  1247.          </div>
  1248.        </article>
  1249.      </div>
  1250.      
  1251.  
  1252.      <!-- Recent Articles Sidebar -->
  1253.      <div class="col-lg-3 col-md-6 col-12">
  1254.        <div class="recent-section">
  1255.          <h3 class="recent-title">Recent Articles</h3>
  1256.          <div class="recent-list">
  1257.            
  1258.            <div class="recent-item">
  1259.              <div class="recent-content">
  1260.                <h4 class="recent-article-title">
  1261.                  <a href="/californias-governor-again-denies-parole-for-cult-member-longtime-inmate/">California&#x27;s Governor Again Denies Parole for Cult Member …</a>
  1262.                </h4>
  1263.                <span class="recent-date">May 19, 2026</span>
  1264.              </div>
  1265.            </div>
  1266.            
  1267.          </div>
  1268.        </div>
  1269.      </div>
  1270.    </div>
  1271.  </div>
  1272. </div>
  1273.  
  1274.  
  1275.  
  1276. <style>
  1277.  /* Full-Width Featured Article */
  1278.  .full-featured {
  1279.    background: var(--card-bg, #ffffff);
  1280.    border-radius: 12px;
  1281.    overflow: hidden;
  1282.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1283.    border: 1px solid var(--border-color, #e5e7eb);
  1284.    transition: box-shadow 0.3s ease;
  1285.  }
  1286.  
  1287.  .full-featured:hover {
  1288.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1289.  }
  1290.  
  1291.  .featured-image-container {
  1292.    position: relative;
  1293.    height: 400px;
  1294.    overflow: hidden;
  1295.  }
  1296.  
  1297.  .featured-image {
  1298.    width: 100%;
  1299.    height: 100%;
  1300.    object-fit: cover;
  1301.  }
  1302.  
  1303.  .featured-content {
  1304.    padding: 2rem;
  1305.  }
  1306.  
  1307.  .featured-title {
  1308.    font-size: 2.5rem;
  1309.    font-weight: 700;
  1310.    color: #111827;
  1311.    margin-bottom: 1rem;
  1312.    line-height: 1.2;
  1313.  }
  1314.  
  1315.  .featured-title a {
  1316.    color: inherit;
  1317.    text-decoration: none;
  1318.  }
  1319.  
  1320.  .featured-title a:hover {
  1321.    color: #3b82f6;
  1322.    transition: color 0.3s ease;
  1323.  }
  1324.  
  1325.  .featured-summary {
  1326.    font-size: 1.1rem;
  1327.    color: #4b5563;
  1328.    line-height: 1.6;
  1329.    margin-bottom: 1.5rem;
  1330.  }
  1331.  
  1332.  /* Category Tags - Dynamic Colors */
  1333.  .category-tag {
  1334.    position: absolute;
  1335.    top: 1rem;
  1336.    left: 1rem;
  1337.    padding: 0.4rem 1.2rem;
  1338.    font-size: 0.8rem;
  1339.    font-weight: 600;
  1340.    text-transform: uppercase;
  1341.    color: white;
  1342.    border-radius: 20px;
  1343.    z-index: 2;
  1344.  }
  1345.  
  1346.  /* Category Colors */
  1347.  
  1348.  .business-tag, .business-cat { background-color: #10b981; }
  1349.  
  1350.  .lifestyle-tag, .lifestyle-cat { background-color: #8b5cf6; }
  1351.  .sports-tag, .sports-cat { background-color: #f59e0b; }
  1352.  .travel-tag, .travel-cat { background-color: #06b6d4; }
  1353.  .health-tag, .health-cat { background-color: #84cc16; }
  1354.  
  1355.  /* Article Meta */
  1356.  .article-meta {
  1357.    display: flex;
  1358.    align-items: center;
  1359.    justify-content: space-between;
  1360.    font-size: 0.9rem;
  1361.    color: #6b7280;
  1362.  }
  1363.  
  1364.  .author-info {
  1365.    display: flex;
  1366.    align-items: center;
  1367.    gap: 0.75rem;
  1368.  }
  1369.  
  1370.  .author-pic {
  1371.    width: 40px;
  1372.    height: 40px;
  1373.    border-radius: 50%;
  1374.    object-fit: cover;
  1375.  }
  1376.  
  1377.  .author-name {
  1378.    font-weight: 600;
  1379.    color: var(--topbar-color, #111827);
  1380.  }
  1381.  
  1382.  .post-time {
  1383.    font-size: 0.85rem;
  1384.    color: #6b7280;
  1385.  }
  1386.  
  1387.  .read-time {
  1388.    background: #f3f4f6;
  1389.    padding: 0.25rem 0.75rem;
  1390.    border-radius: 12px;
  1391.    font-size: 0.8rem;
  1392.  }
  1393.  
  1394.  /* Compact Cards */
  1395.  .compact-card {
  1396.    background: var(--card-bg, #ffffff);
  1397.    border-radius: 12px;
  1398.    overflow: hidden;
  1399.    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
  1400.    border: 1px solid var(--border-color, #e5e7eb);
  1401.    transition: box-shadow 0.3s ease;
  1402.    height: 100%;
  1403.  }
  1404.  
  1405.  .compact-card:hover {
  1406.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  1407.  }
  1408.  
  1409.  .compact-image {
  1410.    position: relative;
  1411.    height: 160px;
  1412.    overflow: hidden;
  1413.  }
  1414.  
  1415.  .compact-image img {
  1416.    width: 100%;
  1417.    height: 100%;
  1418.    object-fit: cover;
  1419.  }
  1420.  
  1421.  .compact-category {
  1422.    position: absolute;
  1423.    top: 0.75rem;
  1424.    left: 0.75rem;
  1425.    padding: 0.3rem 1rem;
  1426.    font-size: 0.75rem;
  1427.    border-radius: 20px;
  1428.    color: white;
  1429.    font-weight: 600;
  1430.    text-transform: uppercase;
  1431.  }
  1432.  
  1433.  .compact-body {
  1434.    padding: 1.25rem;
  1435.  }
  1436.  
  1437.  .compact-title {
  1438.    font-size: 1.1rem;
  1439.    font-weight: 600;
  1440.    color: #111827;
  1441.    margin-bottom: 0.5rem;
  1442.    line-height: 1.3;
  1443.  }
  1444.  
  1445.  .compact-title a {
  1446.    color: inherit;
  1447.    text-decoration: none;
  1448.  }
  1449.  
  1450.  .compact-title a:hover {
  1451.    color: #3b82f6;
  1452.    transition: color 0.3s ease;
  1453.  }
  1454.  
  1455.  .compact-text {
  1456.    font-size: 0.9rem;
  1457.    color: #4b5563;
  1458.    line-height: 1.5;
  1459.  }
  1460.  
  1461.  .compact-footer {
  1462.    display: flex;
  1463.    justify-content: space-between;
  1464.    align-items: center;
  1465.    margin-top: 1rem;
  1466.    font-size: 0.85rem;
  1467.    color: #6b7280;
  1468.  }
  1469.  
  1470.  .compact-author {
  1471.    display: flex;
  1472.    align-items: center;
  1473.    gap: 0.5rem;
  1474.  }
  1475.  
  1476.  .compact-avatar {
  1477.    width: 28px;
  1478.    height: 28px;
  1479.    border-radius: 50%;
  1480.    object-fit: cover;
  1481.  }
  1482.  
  1483.  .compact-name {
  1484.    color: var(--topbar-color, #111827);
  1485.    font-weight: 500;
  1486.  }
  1487.  
  1488.  /* Recent Articles Sidebar */
  1489.  .recent-section {
  1490.    background: var(--card-bg, #ffffff);
  1491.    border-radius: 12px;
  1492.    padding: 1.5rem;
  1493.    border: 1px solid var(--border-color, #e5e7eb);
  1494.    height: 100%;
  1495.  }
  1496.  
  1497.  .recent-title {
  1498.    font-size: 1.2rem;
  1499.    font-weight: 700;
  1500.    color: #111827;
  1501.    margin-bottom: 1rem;
  1502.    border-bottom: 1px solid var(--border-color, #e5e7eb);
  1503.    padding-bottom: 0.5rem;
  1504.  }
  1505.  
  1506.  .recent-list {
  1507.    display: flex;
  1508.    flex-direction: column;
  1509.    gap: 1rem;
  1510.  }
  1511.  
  1512.  .recent-item {
  1513.    padding: 0.75rem;
  1514.    border-radius: 8px;
  1515.    transition: background 0.2s ease;
  1516.    border: 1px solid var(--border-color, #e5e7eb);
  1517.  }
  1518.  
  1519.  .recent-item:hover {
  1520.    background: var(--card-bg);
  1521.  }
  1522.  
  1523.  .recent-article-title {
  1524.    font-size: 0.95rem;
  1525.    font-weight: 500;
  1526.    color: var(--topbar-color, #111827);
  1527.    margin-bottom: 0.25rem;
  1528.  }
  1529.  
  1530.  .recent-article-title a {
  1531.    color: inherit;
  1532.    text-decoration: none;
  1533.  }
  1534.  
  1535.  .recent-article-title a:hover {
  1536.    color: #3b82f6;
  1537.    transition: color 0.3s ease;
  1538.  }
  1539.  
  1540.  .recent-date {
  1541.    font-size: 0.8rem;
  1542.    color: #6b7280;
  1543.  }
  1544.  
  1545.  /* Responsive Design */
  1546.  @media (max-width: 992px) {
  1547.    .featured-image-container {
  1548.      height: 300px;
  1549.    }
  1550.    
  1551.    .featured-title {
  1552.      font-size: 2rem;
  1553.    }
  1554.    
  1555.    .compact-image {
  1556.      height: 140px;
  1557.    }
  1558.  }
  1559.  
  1560.  @media (max-width: 768px) {
  1561.    .featured-content,
  1562.    .compact-body {
  1563.      padding: 1.5rem;
  1564.    }
  1565.    
  1566.    .article-meta {
  1567.      flex-direction: column;
  1568.      align-items: flex-start;
  1569.      gap: 0.75rem;
  1570.    }
  1571.    
  1572.    .recent-section {
  1573.      margin-top: 2rem;
  1574.    }
  1575.  }
  1576.  
  1577.  @media (max-width: 576px) {
  1578.    .featured-title {
  1579.      font-size: 1.8rem;
  1580.    }
  1581.    
  1582.    .compact-title {
  1583.      font-size: 1rem;
  1584.    }
  1585.    
  1586.    .featured-content {
  1587.      padding: 1rem;
  1588.    }
  1589.    
  1590.    .compact-body {
  1591.      padding: 1rem;
  1592.    }
  1593.  }
  1594. </style>
  1595.  
  1596.  
  1597.        <!-- end of wpo-blog-hero -->
  1598.  
  1599.        <!-- start of wpo-breacking-news -->
  1600.        
  1601.        <!-- end of wpo-breacking-news -->
  1602.        
  1603.        <!-- start wpo-blog-highlights-section -->
  1604.        
  1605.  
  1606.  
  1607.  
  1608.    
  1609.  
  1610.  
  1611.  
  1612. <style>
  1613.    .blog-highlights-v4 {
  1614.        padding: 30px 0;
  1615.        position: relative;
  1616.        min-height: 100vh;
  1617.        background: transparent; /* Solid background color */
  1618.    }
  1619.  
  1620.    /* Blog Container */
  1621.    .blog-container-v4 {
  1622.        position: relative;
  1623.        z-index: 10;
  1624.    }
  1625.  
  1626.    /* Card Design */
  1627.    .blog-card-v4 {
  1628.        border-radius: 25px;
  1629.        background: var(--card-bg);
  1630.        border: 1px solid var(--border-color);
  1631.        position: relative;
  1632.        overflow: hidden;
  1633.        transition: opacity 1.2s ease; /* Fade animation for card */
  1634.    }
  1635.  
  1636.    /* Image Container */
  1637.    .blog-image-container-v4 {
  1638.        height: 280px;
  1639.        border-radius: 20px 20px 0 0;
  1640.        overflow: hidden;
  1641.        position: relative;
  1642.        z-index: 2;
  1643.    }
  1644.  
  1645.    .blog-image-v4 {
  1646.        width: 100%;
  1647.        height: 100%;
  1648.        position: relative;
  1649.        overflow: hidden;
  1650.    }
  1651.  
  1652.    .blog-image-v4 img {
  1653.        width: 100%;
  1654.        height: 100%;
  1655.        object-fit: cover;
  1656.    }
  1657.  
  1658.    /* Category Badge */
  1659.    .blog-category-v4 {
  1660.        position: absolute;
  1661.        top: 20px;
  1662.        left: 20px;
  1663.        padding: 10px 18px;
  1664.        border-radius: 20px;
  1665.        font-size: 11px;
  1666.        font-weight: 700;
  1667.        text-transform: uppercase;
  1668.        letter-spacing: 1.2px;
  1669.        z-index: 5;
  1670.        border: 1px solid rgba(255, 255, 255, 0.3);
  1671.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1672.    }
  1673.  
  1674.    /* Content Area */
  1675.    .blog-content-v4 {
  1676.        padding: 20px 25px 25px;
  1677.        display: flex;
  1678.        flex-direction: column;
  1679.        justify-content: space-between;
  1680.        position: relative;
  1681.        z-index: 2;
  1682.    }
  1683.  
  1684.    /* Title */
  1685.    .blog-title-v4 {
  1686.        font-size: 20px;
  1687.        font-weight: 800;
  1688.        line-height: 1.3;
  1689.        margin-bottom: 8px;
  1690.    }
  1691.  
  1692.    .blog-title-v4 a {
  1693.        text-decoration: none;
  1694.    }
  1695.  
  1696.    /* Meta Information */
  1697.    .blog-meta-v4 {
  1698.        display: flex;
  1699.        align-items: center;
  1700.        gap: 12px;
  1701.        margin-bottom: 15px;
  1702.        font-size: 13px;
  1703.    }
  1704.  
  1705.    .blog-author-img-v4 {
  1706.        width: 35px;
  1707.        height: 35px;
  1708.        border-radius: 50%;
  1709.        border: 2px solid var(--border-color);
  1710.    }
  1711.  
  1712.    /* Excerpt */
  1713.    .blog-excerpt-v4 {
  1714.        font-size: 14px;
  1715.        line-height: 1.6;
  1716.        margin-bottom: 8px;
  1717.        display: -webkit-box;
  1718.        -webkit-line-clamp: 3;
  1719.        -webkit-box-orient: vertical;
  1720.        overflow: hidden;
  1721.    }
  1722.  
  1723.    /* Actions Area */
  1724.    .blog-actions-v4 {
  1725.        display: flex;
  1726.        justify-content: space-between;
  1727.        align-items: center;
  1728.    }
  1729.  
  1730.    .blog-stats-v4 {
  1731.        display: flex;
  1732.        gap: 20px;
  1733.        align-items: center;
  1734.    }
  1735.  
  1736.    .blog-stat-item-v4 {
  1737.        display: flex;
  1738.        align-items: center;
  1739.        gap: 6px;
  1740.        font-size: 12px;
  1741.    }
  1742.  
  1743.    /* Read More Button */
  1744.    .blog-read-more-v4 {
  1745.        width: 40px;
  1746.        height: 40px;
  1747.        border-radius: 50%;
  1748.        background: var(--border-color);
  1749.        border: 2px solid var(--border-color);
  1750.        display: flex;
  1751.        align-items: center;
  1752.        justify-content: center;
  1753.        text-decoration: none;
  1754.    }
  1755.  
  1756.    ..blog-read-more-v4:hover{
  1757.        background-color: #172133;
  1758.    }
  1759.    /* Section Header */
  1760.    .section-header-v4 {
  1761.        text-align: center;
  1762.        margin-bottom: 40px;
  1763.        position: relative;
  1764.        z-index: 15;
  1765.    }
  1766.  
  1767.    .section-title-v4 {
  1768.        font-size: 3.5rem;
  1769.        font-weight: 900;
  1770.        margin-bottom: .5rem;
  1771.    }
  1772.  
  1773.    .section-subtitle-v4 {
  1774.        font-size: 1.4rem;
  1775.        max-width: 700px;
  1776.        margin: 0 auto;
  1777.        line-height: 1.7;
  1778.        font-weight: 300;
  1779.    }
  1780.  
  1781.    /* Scroll Fade Animation */
  1782.    .scroll-trigger {
  1783.        opacity: 0;
  1784.        transition: opacity 1.2s ease;
  1785.    }
  1786.  
  1787.    .scroll-trigger.active {
  1788.        opacity: 1;
  1789.    }
  1790.  
  1791.    /* Responsive Design */
  1792.    @media (max-width: 768px) {
  1793.        .section-title-v4 {
  1794.            font-size: 3rem;
  1795.        }
  1796.        .blog-highlights-v4 {
  1797.            padding: 80px 0;
  1798.        }
  1799.        .blog-card-v4 {
  1800.            height: 450px;
  1801.        }
  1802.        .blog-content-v4 {
  1803.            padding: 15px 20px 20px;
  1804.        }
  1805.    }
  1806. </style>
  1807.  
  1808. <section class="blog-highlights-v4">
  1809.    <div class="container-fluid fluid-container blog-container-v4">
  1810.        <!-- Section Header -->
  1811.        <div class="row">
  1812.            <div class="col-12">
  1813.                <div class="section-header-v4">
  1814.                    <h2 class="section-title-v4">
  1815.                Today's Top Highlights
  1816.                   </h2>
  1817.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  1818.                </div>
  1819.            </div>
  1820.        </div>
  1821.        
  1822.        <!-- Blog Grid -->
  1823.        <div class="row">
  1824.            <div class="col-lg-8">
  1825.                <div class="row g-4">
  1826.                    
  1827.                    <div class="col-lg-6 col-md-6">
  1828.                        <article class="blog-card-v4 scroll-trigger">
  1829.                            <div class="blog-image-container-v4">
  1830.                                <div class="blog-image-v4">
  1831.                                    
  1832.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1833.                                    
  1834.                                </div>
  1835.                                
  1836.                                <span class="blog-category-v4 bg-primary-gradient">
  1837.                                    News
  1838.                                </span>
  1839.                            </div>
  1840.                            
  1841.                            <div class="blog-content-v4">
  1842.                                <h3 class="blog-title-v4">
  1843.                                    <a href="/person-of-interest-in-brown-university-incident-located-dead-inside-storage-unit/" class="top-color">
  1844.                                    Person of Interest in Brown University Incident Located Dead Inside Storage Unit.
  1845.                                    </a>
  1846.                                </h3>
  1847.                                <div class="blog-meta-v4">
  1848.                                    
  1849.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;"  class="blog-author-img-v4">
  1850.                                    
  1851.                                    <span>By <strong>Mackenzie Berg</strong></span>
  1852.                                    <span>•</span>
  1853.                                    <span>19 May 2026</span>
  1854.                                </div>
  1855.                                
  1856.                                <p class="blog-excerpt-v4">
  1857.                                    
  1858.                                </p>
  1859.                                
  1860.                                <div class="blog-actions-v4">
  1861.                                    
  1862.                                    <a href="/person-of-interest-in-brown-university-incident-located-dead-inside-storage-unit/" class="blog-read-more-v4 bg-primary-gradient">
  1863.                                        <i class="ti-arrow-right"></i>
  1864.                                    </a>
  1865.                                </div>
  1866.                            </div>
  1867.                        </article>
  1868.                    </div>
  1869.                    
  1870.                    <div class="col-lg-6 col-md-6">
  1871.                        <article class="blog-card-v4 scroll-trigger">
  1872.                            <div class="blog-image-container-v4">
  1873.                                <div class="blog-image-v4">
  1874.                                    
  1875.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1876.                                    
  1877.                                </div>
  1878.                                
  1879.                                <span class="blog-category-v4 bg-primary-gradient">
  1880.                                    News
  1881.                                </span>
  1882.                            </div>
  1883.                            
  1884.                            <div class="blog-content-v4">
  1885.                                <h3 class="blog-title-v4">
  1886.                                    <a href="/washing-mushrooms-the-great-debate-a-guide-to-preparing-edible-fungi/" class="top-color">
  1887.                                    Washing Mushrooms: The Great Debate: A Guide to Preparing Edible Fungi
  1888.                                    </a>
  1889.                                </h3>
  1890.                                <div class="blog-meta-v4">
  1891.                                    
  1892.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;"  class="blog-author-img-v4">
  1893.                                    
  1894.                                    <span>By <strong>Mackenzie Berg</strong></span>
  1895.                                    <span>•</span>
  1896.                                    <span>19 May 2026</span>
  1897.                                </div>
  1898.                                
  1899.                                <p class="blog-excerpt-v4">
  1900.                                    
  1901.                                </p>
  1902.                                
  1903.                                <div class="blog-actions-v4">
  1904.                                    
  1905.                                    <a href="/washing-mushrooms-the-great-debate-a-guide-to-preparing-edible-fungi/" class="blog-read-more-v4 bg-primary-gradient">
  1906.                                        <i class="ti-arrow-right"></i>
  1907.                                    </a>
  1908.                                </div>
  1909.                            </div>
  1910.                        </article>
  1911.                    </div>
  1912.                    
  1913.                    <div class="col-lg-6 col-md-6">
  1914.                        <article class="blog-card-v4 scroll-trigger">
  1915.                            <div class="blog-image-container-v4">
  1916.                                <div class="blog-image-v4">
  1917.                                    
  1918.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1919.                                    
  1920.                                </div>
  1921.                                
  1922.                                <span class="blog-category-v4 bg-primary-gradient">
  1923.                                    News
  1924.                                </span>
  1925.                            </div>
  1926.                            
  1927.                            <div class="blog-content-v4">
  1928.                                <h3 class="blog-title-v4">
  1929.                                    <a href="/human-remains-of-competitive-swimmer-apparently-attacked-by-predator-found-on-california-coastline/" class="top-color">
  1930.                                    Human Remains of Competitive Swimmer Apparently Attacked by Predator Found on California Coastline
  1931.                                    </a>
  1932.                                </h3>
  1933.                                <div class="blog-meta-v4">
  1934.                                    
  1935.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;"  class="blog-author-img-v4">
  1936.                                    
  1937.                                    <span>By <strong>Mackenzie Berg</strong></span>
  1938.                                    <span>•</span>
  1939.                                    <span>19 May 2026</span>
  1940.                                </div>
  1941.                                
  1942.                                <p class="blog-excerpt-v4">
  1943.                                    
  1944.                                </p>
  1945.                                
  1946.                                <div class="blog-actions-v4">
  1947.                                    
  1948.                                    <a href="/human-remains-of-competitive-swimmer-apparently-attacked-by-predator-found-on-california-coastline/" class="blog-read-more-v4 bg-primary-gradient">
  1949.                                        <i class="ti-arrow-right"></i>
  1950.                                    </a>
  1951.                                </div>
  1952.                            </div>
  1953.                        </article>
  1954.                    </div>
  1955.                    
  1956.                    <div class="col-lg-6 col-md-6">
  1957.                        <article class="blog-card-v4 scroll-trigger">
  1958.                            <div class="blog-image-container-v4">
  1959.                                <div class="blog-image-v4">
  1960.                                    
  1961.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1962.                                    
  1963.                                </div>
  1964.                                
  1965.                                <span class="blog-category-v4 bg-primary-gradient">
  1966.                                    News
  1967.                                </span>
  1968.                            </div>
  1969.                            
  1970.                            <div class="blog-content-v4">
  1971.                                <h3 class="blog-title-v4">
  1972.                                    <a href="/barry-manilow-will-have-an-operation-for-cancer-in-his-lung/" class="top-color">
  1973.                                    Barry Manilow Will Have an Operation for Cancer in His Lung.
  1974.                                    </a>
  1975.                                </h3>
  1976.                                <div class="blog-meta-v4">
  1977.                                    
  1978.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;"  class="blog-author-img-v4">
  1979.                                    
  1980.                                    <span>By <strong>Mackenzie Berg</strong></span>
  1981.                                    <span>•</span>
  1982.                                    <span>19 May 2026</span>
  1983.                                </div>
  1984.                                
  1985.                                <p class="blog-excerpt-v4">
  1986.                                    
  1987.                                </p>
  1988.                                
  1989.                                <div class="blog-actions-v4">
  1990.                                    
  1991.                                    <a href="/barry-manilow-will-have-an-operation-for-cancer-in-his-lung/" class="blog-read-more-v4 bg-primary-gradient">
  1992.                                        <i class="ti-arrow-right"></i>
  1993.                                    </a>
  1994.                                </div>
  1995.                            </div>
  1996.                        </article>
  1997.                    </div>
  1998.                    
  1999.                    <div class="col-lg-6 col-md-6">
  2000.                        <article class="blog-card-v4 scroll-trigger">
  2001.                            <div class="blog-image-container-v4">
  2002.                                <div class="blog-image-v4">
  2003.                                    
  2004.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2005.                                    
  2006.                                </div>
  2007.                                
  2008.                                <span class="blog-category-v4 bg-primary-gradient">
  2009.                                    News
  2010.                                </span>
  2011.                            </div>
  2012.                            
  2013.                            <div class="blog-content-v4">
  2014.                                <h3 class="blog-title-v4">
  2015.                                    <a href="/former-uk-soldier-accused-of-killing-kenya-female-appears-in-court/" class="top-color">
  2016.                                    Former UK Soldier Accused of Killing Kenya Female Appears in Court
  2017.                                    </a>
  2018.                                </h3>
  2019.                                <div class="blog-meta-v4">
  2020.                                    
  2021.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;"  class="blog-author-img-v4">
  2022.                                    
  2023.                                    <span>By <strong>Mackenzie Berg</strong></span>
  2024.                                    <span>•</span>
  2025.                                    <span>19 May 2026</span>
  2026.                                </div>
  2027.                                
  2028.                                <p class="blog-excerpt-v4">
  2029.                                    
  2030.                                </p>
  2031.                                
  2032.                                <div class="blog-actions-v4">
  2033.                                    
  2034.                                    <a href="/former-uk-soldier-accused-of-killing-kenya-female-appears-in-court/" class="blog-read-more-v4 bg-primary-gradient">
  2035.                                        <i class="ti-arrow-right"></i>
  2036.                                    </a>
  2037.                                </div>
  2038.                            </div>
  2039.                        </article>
  2040.                    </div>
  2041.                    
  2042.                    <div class="col-lg-6 col-md-6">
  2043.                        <article class="blog-card-v4 scroll-trigger">
  2044.                            <div class="blog-image-container-v4">
  2045.                                <div class="blog-image-v4">
  2046.                                    
  2047.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2048.                                    
  2049.                                </div>
  2050.                                
  2051.                                <span class="blog-category-v4 bg-primary-gradient">
  2052.                                    News
  2053.                                </span>
  2054.                            </div>
  2055.                            
  2056.                            <div class="blog-content-v4">
  2057.                                <h3 class="blog-title-v4">
  2058.                                    <a href="/fda-clears-addyi-a-libido-enhancing-treatment-for-women-after-menopause/" class="top-color">
  2059.                                    FDA Clears Addyi, a Libido-Enhancing Treatment for Women After Menopause
  2060.                                    </a>
  2061.                                </h3>
  2062.                                <div class="blog-meta-v4">
  2063.                                    
  2064.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;"  class="blog-author-img-v4">
  2065.                                    
  2066.                                    <span>By <strong>Mackenzie Berg</strong></span>
  2067.                                    <span>•</span>
  2068.                                    <span>19 May 2026</span>
  2069.                                </div>
  2070.                                
  2071.                                <p class="blog-excerpt-v4">
  2072.                                    
  2073.                                </p>
  2074.                                
  2075.                                <div class="blog-actions-v4">
  2076.                                    
  2077.                                    <a href="/fda-clears-addyi-a-libido-enhancing-treatment-for-women-after-menopause/" class="blog-read-more-v4 bg-primary-gradient">
  2078.                                        <i class="ti-arrow-right"></i>
  2079.                                    </a>
  2080.                                </div>
  2081.                            </div>
  2082.                        </article>
  2083.                    </div>
  2084.                    
  2085.                    <div class="col-lg-6 col-md-6">
  2086.                        <article class="blog-card-v4 scroll-trigger">
  2087.                            <div class="blog-image-container-v4">
  2088.                                <div class="blog-image-v4">
  2089.                                    
  2090.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2091.                                    
  2092.                                </div>
  2093.                                
  2094.                                <span class="blog-category-v4 bg-primary-gradient">
  2095.                                    News
  2096.                                </span>
  2097.                            </div>
  2098.                            
  2099.                            <div class="blog-content-v4">
  2100.                                <h3 class="blog-title-v4">
  2101.                                    <a href="/we-must-have-a-chopper-to-search-for-them-teenagers-urgent-plea-to-rescue-loved-ones-stranded-off-aussie-coast-revealed/" class="top-color">
  2102.                                    We Must Have a Chopper to Search For Them’: Teenager’s Urgent Plea to Rescue Loved Ones Stranded Off Aussie Coast Revealed
  2103.                                    </a>
  2104.                                </h3>
  2105.                                <div class="blog-meta-v4">
  2106.                                    
  2107.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;"  class="blog-author-img-v4">
  2108.                                    
  2109.                                    <span>By <strong>Mackenzie Berg</strong></span>
  2110.                                    <span>•</span>
  2111.                                    <span>19 May 2026</span>
  2112.                                </div>
  2113.                                
  2114.                                <p class="blog-excerpt-v4">
  2115.                                    
  2116.                                </p>
  2117.                                
  2118.                                <div class="blog-actions-v4">
  2119.                                    
  2120.                                    <a href="/we-must-have-a-chopper-to-search-for-them-teenagers-urgent-plea-to-rescue-loved-ones-stranded-off-aussie-coast-revealed/" class="blog-read-more-v4 bg-primary-gradient">
  2121.                                        <i class="ti-arrow-right"></i>
  2122.                                    </a>
  2123.                                </div>
  2124.                            </div>
  2125.                        </article>
  2126.                    </div>
  2127.                    
  2128.                    <div class="col-lg-6 col-md-6">
  2129.                        <article class="blog-card-v4 scroll-trigger">
  2130.                            <div class="blog-image-container-v4">
  2131.                                <div class="blog-image-v4">
  2132.                                    
  2133.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2134.                                    
  2135.                                </div>
  2136.                                
  2137.                                <span class="blog-category-v4 bg-primary-gradient">
  2138.                                    News
  2139.                                </span>
  2140.                            </div>
  2141.                            
  2142.                            <div class="blog-content-v4">
  2143.                                <h3 class="blog-title-v4">
  2144.                                    <a href="/los-blancos-trent-alexander-arnold-could-play-against-liverpool-in-novembers-european-clash/" class="top-color">
  2145.                                    Los Blancos&#x27; Trent Alexander-Arnold Could Play Against Liverpool in November&#x27;s European Clash
  2146.                                    </a>
  2147.                                </h3>
  2148.                                <div class="blog-meta-v4">
  2149.                                    
  2150.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;"  class="blog-author-img-v4">
  2151.                                    
  2152.                                    <span>By <strong>Mackenzie Berg</strong></span>
  2153.                                    <span>•</span>
  2154.                                    <span>18 May 2026</span>
  2155.                                </div>
  2156.                                
  2157.                                <p class="blog-excerpt-v4">
  2158.                                    
  2159.                                </p>
  2160.                                
  2161.                                <div class="blog-actions-v4">
  2162.                                    
  2163.                                    <a href="/los-blancos-trent-alexander-arnold-could-play-against-liverpool-in-novembers-european-clash/" class="blog-read-more-v4 bg-primary-gradient">
  2164.                                        <i class="ti-arrow-right"></i>
  2165.                                    </a>
  2166.                                </div>
  2167.                            </div>
  2168.                        </article>
  2169.                    </div>
  2170.                    
  2171.                    <div class="col-lg-6 col-md-6">
  2172.                        <article class="blog-card-v4 scroll-trigger">
  2173.                            <div class="blog-image-container-v4">
  2174.                                <div class="blog-image-v4">
  2175.                                    
  2176.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2177.                                    
  2178.                                </div>
  2179.                                
  2180.                                <span class="blog-category-v4 bg-primary-gradient">
  2181.                                    News
  2182.                                </span>
  2183.                            </div>
  2184.                            
  2185.                            <div class="blog-content-v4">
  2186.                                <h3 class="blog-title-v4">
  2187.                                    <a href="/worrying-remembrances-resurface-in-davao-as-authorities-piece-together-bondi-shooting-suspects-activities/" class="top-color">
  2188.                                    Worrying Remembrances Resurface in Davao as Authorities Piece Together Bondi Shooting Suspects’ Activities
  2189.                                    </a>
  2190.                                </h3>
  2191.                                <div class="blog-meta-v4">
  2192.                                    
  2193.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;"  class="blog-author-img-v4">
  2194.                                    
  2195.                                    <span>By <strong>Mackenzie Berg</strong></span>
  2196.                                    <span>•</span>
  2197.                                    <span>18 May 2026</span>
  2198.                                </div>
  2199.                                
  2200.                                <p class="blog-excerpt-v4">
  2201.                                    
  2202.                                </p>
  2203.                                
  2204.                                <div class="blog-actions-v4">
  2205.                                    
  2206.                                    <a href="/worrying-remembrances-resurface-in-davao-as-authorities-piece-together-bondi-shooting-suspects-activities/" class="blog-read-more-v4 bg-primary-gradient">
  2207.                                        <i class="ti-arrow-right"></i>
  2208.                                    </a>
  2209.                                </div>
  2210.                            </div>
  2211.                        </article>
  2212.                    </div>
  2213.                    
  2214.                    <div class="col-lg-6 col-md-6">
  2215.                        <article class="blog-card-v4 scroll-trigger">
  2216.                            <div class="blog-image-container-v4">
  2217.                                <div class="blog-image-v4">
  2218.                                    
  2219.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2220.                                    
  2221.                                </div>
  2222.                                
  2223.                                <span class="blog-category-v4 bg-primary-gradient">
  2224.                                    News
  2225.                                </span>
  2226.                            </div>
  2227.                            
  2228.                            <div class="blog-content-v4">
  2229.                                <h3 class="blog-title-v4">
  2230.                                    <a href="/genuine-algarve-discovering-portugal-past-the-coastline/" class="top-color">
  2231.                                    Genuine Algarve: Discovering Portugal Past the Coastline
  2232.                                    </a>
  2233.                                </h3>
  2234.                                <div class="blog-meta-v4">
  2235.                                    
  2236.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;"  class="blog-author-img-v4">
  2237.                                    
  2238.                                    <span>By <strong>Mackenzie Berg</strong></span>
  2239.                                    <span>•</span>
  2240.                                    <span>18 May 2026</span>
  2241.                                </div>
  2242.                                
  2243.                                <p class="blog-excerpt-v4">
  2244.                                    
  2245.                                </p>
  2246.                                
  2247.                                <div class="blog-actions-v4">
  2248.                                    
  2249.                                    <a href="/genuine-algarve-discovering-portugal-past-the-coastline/" class="blog-read-more-v4 bg-primary-gradient">
  2250.                                        <i class="ti-arrow-right"></i>
  2251.                                    </a>
  2252.                                </div>
  2253.                            </div>
  2254.                        </article>
  2255.                    </div>
  2256.                    
  2257.                    <div class="col-lg-6 col-md-6">
  2258.                        <article class="blog-card-v4 scroll-trigger">
  2259.                            <div class="blog-image-container-v4">
  2260.                                <div class="blog-image-v4">
  2261.                                    
  2262.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2263.                                    
  2264.                                </div>
  2265.                                
  2266.                                <span class="blog-category-v4 bg-primary-gradient">
  2267.                                    News
  2268.                                </span>
  2269.                            </div>
  2270.                            
  2271.                            <div class="blog-content-v4">
  2272.                                <h3 class="blog-title-v4">
  2273.                                    <a href="/david-raya-praises-teams-strength-as-key-to-silverware-pursuit/" class="top-color">
  2274.                                    David Raya Praises Team&#x27;s Strength as Key to Silverware Pursuit
  2275.                                    </a>
  2276.                                </h3>
  2277.                                <div class="blog-meta-v4">
  2278.                                    
  2279.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;"  class="blog-author-img-v4">
  2280.                                    
  2281.                                    <span>By <strong>Mackenzie Berg</strong></span>
  2282.                                    <span>•</span>
  2283.                                    <span>18 May 2026</span>
  2284.                                </div>
  2285.                                
  2286.                                <p class="blog-excerpt-v4">
  2287.                                    
  2288.                                </p>
  2289.                                
  2290.                                <div class="blog-actions-v4">
  2291.                                    
  2292.                                    <a href="/david-raya-praises-teams-strength-as-key-to-silverware-pursuit/" class="blog-read-more-v4 bg-primary-gradient">
  2293.                                        <i class="ti-arrow-right"></i>
  2294.                                    </a>
  2295.                                </div>
  2296.                            </div>
  2297.                        </article>
  2298.                    </div>
  2299.                    
  2300.                    <div class="col-lg-6 col-md-6">
  2301.                        <article class="blog-card-v4 scroll-trigger">
  2302.                            <div class="blog-image-container-v4">
  2303.                                <div class="blog-image-v4">
  2304.                                    
  2305.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2306.                                    
  2307.                                </div>
  2308.                                
  2309.                                <span class="blog-category-v4 bg-primary-gradient">
  2310.                                    News
  2311.                                </span>
  2312.                            </div>
  2313.                            
  2314.                            <div class="blog-content-v4">
  2315.                                <h3 class="blog-title-v4">
  2316.                                    <a href="/can-the-all-blacks-regain-their-winning-form-in-the-upcoming-matches/" class="top-color">
  2317.                                    Can the All Blacks regain their winning form in the upcoming matches?
  2318.                                    </a>
  2319.                                </h3>
  2320.                                <div class="blog-meta-v4">
  2321.                                    
  2322.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;"  class="blog-author-img-v4">
  2323.                                    
  2324.                                    <span>By <strong>Mackenzie Berg</strong></span>
  2325.                                    <span>•</span>
  2326.                                    <span>18 May 2026</span>
  2327.                                </div>
  2328.                                
  2329.                                <p class="blog-excerpt-v4">
  2330.                                    
  2331.                                </p>
  2332.                                
  2333.                                <div class="blog-actions-v4">
  2334.                                    
  2335.                                    <a href="/can-the-all-blacks-regain-their-winning-form-in-the-upcoming-matches/" class="blog-read-more-v4 bg-primary-gradient">
  2336.                                        <i class="ti-arrow-right"></i>
  2337.                                    </a>
  2338.                                </div>
  2339.                            </div>
  2340.                        </article>
  2341.                    </div>
  2342.                    
  2343.                    
  2344.  
  2345.                </div>
  2346.            </div>
  2347.            
  2348.             <div class="col col-lg-4 col-12">
  2349.                
  2350.  
  2351.  
  2352.  
  2353.    
  2354.  
  2355.  
  2356. <!-- Blog Sidebar V2 - Focused Design -->
  2357.  <div class="sidebar mb-3">
  2358.    <!-- Recent Posts Section -->
  2359.    <div class="sidebar-widget mb-5">
  2360.      <div class="widget-title-wrapper mb-3">
  2361.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2362.          <i class="ti-time me-2"></i>Recent Posts
  2363.          <span class="title-arrow-primary"></span>
  2364.        </h4>
  2365.      </div>
  2366.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2367.        <div class="recent-post-list">
  2368.          
  2369.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2370.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2371.                
  2372.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2373.              
  2374.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2375.            </div>
  2376.            <div class="post-content flex-grow-1">
  2377.              <h6 class="post-title mb-2">
  2378.                 <a href="/trumps-overarching-influence-in-the-sporting-world-achieved-new-heights-in-last-year-2026-promises-to-be-even-bigger/" class="text-decoration-none top-color fw-semibold lh-sm">
  2379.                                            Trump&#x27;s Overarching Influence in The Sporting World Achieved New Heights in Last Year. 2026 Promises to Be Even Bigger.
  2380.                                            </a>
  2381.              </h6>
  2382.              <div class="post-meta mb-3">
  2383.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2384.                <!-- <small class="text-muted">
  2385.                  <i class="ti-eye me-1"></i>348 views
  2386.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2387.                </small> -->
  2388.              </div>
  2389.            </div>
  2390.          </div>
  2391.        
  2392.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2393.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2394.                
  2395.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2396.              
  2397.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2398.            </div>
  2399.            <div class="post-content flex-grow-1">
  2400.              <h6 class="post-title mb-2">
  2401.                 <a href="/we-were-let-go-and-were-owning-it-this-is-how-to-find-a-new-role-that-works-your-needs/" class="text-decoration-none top-color fw-semibold lh-sm">
  2402.                                            We Were Let Go, and We&#x27;re Owning It – This Is How to Find a New Role That Works Your Needs
  2403.                                            </a>
  2404.              </h6>
  2405.              <div class="post-meta mb-3">
  2406.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2407.                <!-- <small class="text-muted">
  2408.                  <i class="ti-eye me-1"></i>348 views
  2409.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2410.                </small> -->
  2411.              </div>
  2412.            </div>
  2413.          </div>
  2414.        
  2415.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2416.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2417.                
  2418.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2419.              
  2420.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2421.            </div>
  2422.            <div class="post-content flex-grow-1">
  2423.              <h6 class="post-title mb-2">
  2424.                 <a href="/more-than-60000-escape-sudans-city-after-capture-by-rapid-support-forces-paramilitary-group-united-nations-states/" class="text-decoration-none top-color fw-semibold lh-sm">
  2425.                                            More than 60,000 Escape Sudan&#x27;s City After Capture by Rapid Support Forces Paramilitary Group, United Nations States
  2426.                                            </a>
  2427.              </h6>
  2428.              <div class="post-meta mb-3">
  2429.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2430.                <!-- <small class="text-muted">
  2431.                  <i class="ti-eye me-1"></i>348 views
  2432.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2433.                </small> -->
  2434.              </div>
  2435.            </div>
  2436.          </div>
  2437.        
  2438.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2439.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2440.                
  2441.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2442.              
  2443.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2444.            </div>
  2445.            <div class="post-content flex-grow-1">
  2446.              <h6 class="post-title mb-2">
  2447.                 <a href="/work-out-while-you-work-a-dozen-muscle-toning-office-movements-you-can-do-in-regular-clothes/" class="text-decoration-none top-color fw-semibold lh-sm">
  2448.                                            Work out while you work? A dozen muscle-toning office movements you can do in regular clothes
  2449.                                            </a>
  2450.              </h6>
  2451.              <div class="post-meta mb-3">
  2452.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2453.                <!-- <small class="text-muted">
  2454.                  <i class="ti-eye me-1"></i>348 views
  2455.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2456.                </small> -->
  2457.              </div>
  2458.            </div>
  2459.          </div>
  2460.        
  2461.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2462.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2463.                
  2464.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2465.              
  2466.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  2467.            </div>
  2468.            <div class="post-content flex-grow-1">
  2469.              <h6 class="post-title mb-2">
  2470.                 <a href="/the-future-of-gambling-entertainment-exploring-online-slot-games/" class="text-decoration-none top-color fw-semibold lh-sm">
  2471.                                            The Future of Gambling Entertainment: Exploring Online Slot Games
  2472.                                            </a>
  2473.              </h6>
  2474.              <div class="post-meta mb-3">
  2475.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2476.                <!-- <small class="text-muted">
  2477.                  <i class="ti-eye me-1"></i>348 views
  2478.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2479.                </small> -->
  2480.              </div>
  2481.            </div>
  2482.          </div>
  2483.        
  2484.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2485.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2486.                
  2487.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2488.              
  2489.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2490.            </div>
  2491.            <div class="post-content flex-grow-1">
  2492.              <h6 class="post-title mb-2">
  2493.                 <a href="/anno-117-pax-romanas-best-kept-secret-turns-out-to-be-a-breathtaking-first-person-view/" class="text-decoration-none top-color fw-semibold lh-sm">
  2494.                                            Anno 117 Pax Romana&#x27;s Best-Kept Secret Turns Out to Be a Breathtaking First-Person View.
  2495.                                            </a>
  2496.              </h6>
  2497.              <div class="post-meta mb-3">
  2498.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2499.                <!-- <small class="text-muted">
  2500.                  <i class="ti-eye me-1"></i>348 views
  2501.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2502.                </small> -->
  2503.              </div>
  2504.            </div>
  2505.          </div>
  2506.        
  2507.        </div>
  2508.  
  2509.        <div class="text-center mt-4 pt-3 border-top border-light">
  2510.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2511.        </div>
  2512.      </div>
  2513.    </div>
  2514.  
  2515.    
  2516.    <div class="sidebar-widget mb-4">
  2517.      <div class="widget-title-wrapper mb-3">
  2518.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2519.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2520.          <span class="title-arrow"></span>
  2521.        </h4>
  2522.      </div>
  2523.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2524.        <div class="blog-roll-list scrollable-sidebar">
  2525.          
  2526.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2527.            <a href="http://infolight.org.ua/" class="text-decoration-none " rel="dofollow">
  2528.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2529.                <i class="ti-angle-right me-2 text-primary"></i>
  2530.                украина онлайн казино
  2531.              </h6>
  2532.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2533.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2534.              </div> -->
  2535.            </a>
  2536.          </div>
  2537.          
  2538.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2539.            <a href="http://wisdome.la/" class="text-decoration-none " rel="dofollow">
  2540.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2541.                <i class="ti-angle-right me-2 text-primary"></i>
  2542.                букмекерская контора
  2543.              </h6>
  2544.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2545.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2546.              </div> -->
  2547.            </a>
  2548.          </div>
  2549.          
  2550.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2551.            <a href="http://montgomery-herald.com/" class="text-decoration-none " rel="dofollow">
  2552.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2553.                <i class="ti-angle-right me-2 text-primary"></i>
  2554.                крипто казино
  2555.              </h6>
  2556.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2557.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2558.              </div> -->
  2559.            </a>
  2560.          </div>
  2561.          
  2562.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2563.            <a href="https://www.fablab-ulb.be/" class="text-decoration-none " rel="dofollow">
  2564.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2565.                <i class="ti-angle-right me-2 text-primary"></i>
  2566.                nouveau casino belge en ligne
  2567.              </h6>
  2568.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2569.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2570.              </div> -->
  2571.            </a>
  2572.          </div>
  2573.          
  2574.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2575.            <a href="https://www.oxynade.com/" class="text-decoration-none " rel="dofollow">
  2576.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2577.                <i class="ti-angle-right me-2 text-primary"></i>
  2578.                najlepsi bukmacherzy
  2579.              </h6>
  2580.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2581.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2582.              </div> -->
  2583.            </a>
  2584.          </div>
  2585.          
  2586.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2587.            <a href="https://www.airtract.com/" class="text-decoration-none " rel="dofollow">
  2588.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2589.                <i class="ti-angle-right me-2 text-primary"></i>
  2590.                zagraniczne kasyna
  2591.              </h6>
  2592.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2593.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2594.              </div> -->
  2595.            </a>
  2596.          </div>
  2597.          
  2598.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2599.            <a href="https://rozathun.pl/" class="text-decoration-none " rel="dofollow">
  2600.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2601.                <i class="ti-angle-right me-2 text-primary"></i>
  2602.                kasyno bitcoin
  2603.              </h6>
  2604.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2605.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2606.              </div> -->
  2607.            </a>
  2608.          </div>
  2609.          
  2610.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2611.            <a href="https://ferpay.com/" class="text-decoration-none " rel="dofollow">
  2612.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2613.                <i class="ti-angle-right me-2 text-primary"></i>
  2614.                gra plinko
  2615.              </h6>
  2616.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2617.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2618.              </div> -->
  2619.            </a>
  2620.          </div>
  2621.          
  2622.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2623.            <a href="https://www.ciese.org/" class="text-decoration-none " rel="dofollow">
  2624.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2625.                <i class="ti-angle-right me-2 text-primary"></i>
  2626.                kasyno bez weryfikacji
  2627.              </h6>
  2628.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2629.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2630.              </div> -->
  2631.            </a>
  2632.          </div>
  2633.          
  2634.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2635.            <a href="https://onwardca.org/" class="text-decoration-none " rel="dofollow">
  2636.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2637.                <i class="ti-angle-right me-2 text-primary"></i>
  2638.                lista bukmacherów
  2639.              </h6>
  2640.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2641.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2642.              </div> -->
  2643.            </a>
  2644.          </div>
  2645.          
  2646.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2647.            <a href="https://algramo.com/" class="text-decoration-none " rel="dofollow">
  2648.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2649.                <i class="ti-angle-right me-2 text-primary"></i>
  2650.                mejores casinos online chile
  2651.              </h6>
  2652.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2653.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2654.              </div> -->
  2655.            </a>
  2656.          </div>
  2657.          
  2658.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2659.            <a href="http://tachocards.ru/" class="text-decoration-none " rel="dofollow">
  2660.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2661.                <i class="ti-angle-right me-2 text-primary"></i>
  2662.                казино на деньги
  2663.              </h6>
  2664.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2665.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2666.              </div> -->
  2667.            </a>
  2668.          </div>
  2669.          
  2670.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2671.            <a href="http://leogaming.net/" class="text-decoration-none " rel="dofollow">
  2672.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2673.                <i class="ti-angle-right me-2 text-primary"></i>
  2674.                казино україни
  2675.              </h6>
  2676.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2677.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2678.              </div> -->
  2679.            </a>
  2680.          </div>
  2681.          
  2682.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2683.            <a href="http://gnesina-museum.com/" class="text-decoration-none " rel="dofollow">
  2684.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2685.                <i class="ti-angle-right me-2 text-primary"></i>
  2686.                казино онлайн на деньги
  2687.              </h6>
  2688.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2689.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2690.              </div> -->
  2691.            </a>
  2692.          </div>
  2693.          
  2694.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2695.            <a href="http://futsalua.org/" class="text-decoration-none " rel="dofollow">
  2696.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2697.                <i class="ti-angle-right me-2 text-primary"></i>
  2698.                онлайн казино україни
  2699.              </h6>
  2700.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2701.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2702.              </div> -->
  2703.            </a>
  2704.          </div>
  2705.          
  2706.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2707.            <a href="https://tmtr.me/" class="text-decoration-none " rel="dofollow">
  2708.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2709.                <i class="ti-angle-right me-2 text-primary"></i>
  2710.                онлайн казино
  2711.              </h6>
  2712.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2713.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2714.              </div> -->
  2715.            </a>
  2716.          </div>
  2717.          
  2718.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2719.            <a href="https://www.craigieonmain.com/" class="text-decoration-none " rel="dofollow">
  2720.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2721.                <i class="ti-angle-right me-2 text-primary"></i>
  2722.                ігрові автомати онлайн
  2723.              </h6>
  2724.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2725.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2726.              </div> -->
  2727.            </a>
  2728.          </div>
  2729.          
  2730.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2731.            <a href="http://spainvac-ru.com/" class="text-decoration-none " rel="dofollow">
  2732.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2733.                <i class="ti-angle-right me-2 text-primary"></i>
  2734.                топ казино онлайн
  2735.              </h6>
  2736.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2737.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2738.              </div> -->
  2739.            </a>
  2740.          </div>
  2741.          
  2742.  
  2743.        </div>
  2744. <!--
  2745.        <div class="text-center mt-4 pt-3 border-top border-light">
  2746.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2747.        </div> -->
  2748.      </div>
  2749.    </div>
  2750.    
  2751.    <div class="sidebar-widget mb-4">
  2752.      <div class="widget-title-wrapper mb-3">
  2753.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2754.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2755.          <span class="title-arrow"></span>
  2756.        </h4>
  2757.      </div>
  2758.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2759.        <div class="blog-roll-list scrollable-sidebar">
  2760.          
  2761.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2762.            <a href="http://tukwilareporter.com/" class="text-decoration-none " rel="dofollow">
  2763.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2764.                <i class="ti-angle-right me-2 text-primary"></i>
  2765.                казино онлайн
  2766.              </h6>
  2767.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2768.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2769.              </div> -->
  2770.            </a>
  2771.          </div>
  2772.          
  2773.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2774.            <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none " rel="dofollow">
  2775.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2776.                <i class="ti-angle-right me-2 text-primary"></i>
  2777.                best UK casino sites
  2778.              </h6>
  2779.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2780.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2781.              </div> -->
  2782.            </a>
  2783.          </div>
  2784.          
  2785.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2786.            <a href="https://irasilver.org/" class="text-decoration-none " rel="dofollow">
  2787.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2788.                <i class="ti-angle-right me-2 text-primary"></i>
  2789.                casino uden rofus
  2790.              </h6>
  2791.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2792.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2793.              </div> -->
  2794.            </a>
  2795.          </div>
  2796.          
  2797.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2798.            <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/" class="text-decoration-none " rel="dofollow">
  2799.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2800.                <i class="ti-angle-right me-2 text-primary"></i>
  2801.                casinos not on GamStop
  2802.              </h6>
  2803.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2804.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2805.              </div> -->
  2806.            </a>
  2807.          </div>
  2808.          
  2809.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2810.            <a href="https://www.balsamik.fr" class="text-decoration-none " rel="dofollow">
  2811.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2812.                <i class="ti-angle-right me-2 text-primary"></i>
  2813.                casino en ligne france
  2814.              </h6>
  2815.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2816.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2817.              </div> -->
  2818.            </a>
  2819.          </div>
  2820.          
  2821.  
  2822.        </div>
  2823. <!--
  2824.        <div class="text-center mt-4 pt-3 border-top border-light">
  2825.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2826.        </div> -->
  2827.      </div>
  2828.    </div>
  2829.    
  2830.    <div class="sidebar-widget mb-4">
  2831.      <div class="widget-title-wrapper mb-3">
  2832.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2833.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2834.          <span class="title-arrow"></span>
  2835.        </h4>
  2836.      </div>
  2837.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2838.        <div class="blog-roll-list scrollable-sidebar">
  2839.          
  2840.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2841.            <a href="http://akademiaorange.pl/" class="text-decoration-none " rel="dofollow">
  2842.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2843.                <i class="ti-angle-right me-2 text-primary"></i>
  2844.                kasyna online
  2845.              </h6>
  2846.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2847.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2848.              </div> -->
  2849.            </a>
  2850.          </div>
  2851.          
  2852.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2853.            <a href="http://fpds.pl/" class="text-decoration-none " rel="dofollow">
  2854.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2855.                <i class="ti-angle-right me-2 text-primary"></i>
  2856.                kasyna online
  2857.              </h6>
  2858.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2859.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2860.              </div> -->
  2861.            </a>
  2862.          </div>
  2863.          
  2864.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2865.            <a href="http://contrace.org/" class="text-decoration-none " rel="dofollow">
  2866.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2867.                <i class="ti-angle-right me-2 text-primary"></i>
  2868.                najlepsze kasyna online
  2869.              </h6>
  2870.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2871.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2872.              </div> -->
  2873.            </a>
  2874.          </div>
  2875.          
  2876.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2877.            <a href="https://www.start-net.org/" class="text-decoration-none " rel="dofollow">
  2878.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2879.                <i class="ti-angle-right me-2 text-primary"></i>
  2880.                siti casino non AAMS
  2881.              </h6>
  2882.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2883.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2884.              </div> -->
  2885.            </a>
  2886.          </div>
  2887.          
  2888.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2889.            <a href="https://www.kanttia2.fi/" class="text-decoration-none " rel="dofollow">
  2890.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2891.                <i class="ti-angle-right me-2 text-primary"></i>
  2892.                parhaat uudet nettikasinot
  2893.              </h6>
  2894.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2895.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2896.              </div> -->
  2897.            </a>
  2898.          </div>
  2899.          
  2900.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2901.            <a href="https://oncallfire.uk/" class="text-decoration-none " rel="dofollow">
  2902.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2903.                <i class="ti-angle-right me-2 text-primary"></i>
  2904.                casino not on GAMSTOP
  2905.              </h6>
  2906.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2907.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2908.              </div> -->
  2909.            </a>
  2910.          </div>
  2911.          
  2912.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2913.            <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none " rel="dofollow">
  2914.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2915.                <i class="ti-angle-right me-2 text-primary"></i>
  2916.                non GamStop casino
  2917.              </h6>
  2918.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2919.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2920.              </div> -->
  2921.            </a>
  2922.          </div>
  2923.          
  2924.  
  2925.        </div>
  2926. <!--
  2927.        <div class="text-center mt-4 pt-3 border-top border-light">
  2928.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2929.        </div> -->
  2930.      </div>
  2931.    </div>
  2932.    
  2933.  </div>
  2934.  
  2935. <!-- Sidebar V2 Styles -->
  2936. <style>
  2937.  .sidebar-widget {
  2938.    position: relative;
  2939.  }
  2940.  
  2941.  .widget-title {
  2942.    font-size: 1.1rem;
  2943.    font-weight: 700;
  2944.    display: inline-block;
  2945.    position: relative;
  2946.    z-index: 2;
  2947.    border-radius: 0;
  2948.  }
  2949.  
  2950.  /* Green arrow for August Blog Roll */
  2951.  .title-arrow::after {
  2952.    content: '';
  2953.    position: absolute;
  2954.    top: 0;
  2955.    right: -22px;
  2956.    width: 0;
  2957.    height: 0;
  2958.    border-left: 22px solid var(--bs-primary);
  2959.    border-top: 22px solid transparent;
  2960.    border-bottom: 22px solid transparent;
  2961.    z-index: 1;
  2962.  }
  2963.  
  2964.  /* Blue arrow for Recent Posts */
  2965.  .title-arrow-primary::after {
  2966.    content: '';
  2967.    position: absolute;
  2968.    top: 0;
  2969.    right: -22px;
  2970.    width: 0;
  2971.    height: 0;
  2972.    border-left: 22px solid var(--bs-primary);
  2973.    border-top: 22px solid transparent;
  2974.    border-bottom: 22px solid transparent;
  2975.    z-index: 1;
  2976.  }
  2977.  
  2978.  .widget-content {
  2979.    margin-top: -1px;
  2980.    position: relative;
  2981.    z-index: 1;
  2982.     background-color: var(--card-bg);
  2983.  }
  2984.  
  2985.  /* Blog Roll Items Hover Effects */
  2986.  .blog-roll-item:hover .blog-title {
  2987.    color: #198754 !important;
  2988.    transform: translateX(5px);
  2989.    transition: all 0.3s ease;
  2990.  }
  2991.  
  2992.  /* Recent Post Items Hover Effects */
  2993.  .recent-post-item:hover .post-title a {
  2994.    color: #0d6efd !important;
  2995.    transition: color 0.3s ease;
  2996.  }
  2997.  
  2998.  .recent-post-item:hover .post-image img {
  2999.    transform: scale(1.05);
  3000.    transition: transform 0.3s ease;
  3001.  }
  3002.  
  3003.  /* Button Hover Effects */
  3004.  .btn:hover {
  3005.    transform: translateY(-2px);
  3006.    transition: all 0.3s ease;
  3007.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3008.  }
  3009.  
  3010.  /* Badge Hover Effects */
  3011.  .badge:hover {
  3012.    transform: scale(1.05);
  3013.    transition: transform 0.3s ease;
  3014.  }
  3015.  
  3016.  @media (max-width: 991px) {
  3017.    .sidebar {
  3018.      margin-top: 3rem;
  3019.    }
  3020.  }
  3021.  
  3022.  @media (max-width: 576px) {
  3023.    .widget-title {
  3024.      font-size: 1rem;
  3025.      padding: 0.75rem 1rem !important;
  3026.    }
  3027.  
  3028.    .title-arrow::after,
  3029.    .title-arrow-primary::after {
  3030.      right: -18px;
  3031.      border-left-width: 18px;
  3032.      border-top-width: 18px;
  3033.      border-bottom-width: 18px;
  3034.    }
  3035.  
  3036.    .post-image {
  3037.      width: 70px !important;
  3038.      height: 55px !important;
  3039.    }
  3040.  
  3041.    .blog-meta {
  3042.      flex-direction: column !important;
  3043.      align-items: flex-start !important;
  3044.      gap: 0.5rem;
  3045.    }
  3046.  }
  3047. </style>
  3048.  
  3049.    
  3050.            </div>
  3051.        </div>
  3052.    </div>
  3053. </section>
  3054.  
  3055. <script>
  3056. document.addEventListener('DOMContentLoaded', function() {
  3057.    // Intersection Observer for Fade Animation on Scroll Up and Down
  3058.    const observerOptions = {
  3059.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  3060.        rootMargin: '0px 0px -100px 0px'
  3061.    };
  3062.  
  3063.    // Group cards into pairs (assuming two cards per row)
  3064.    const cards = document.querySelectorAll('.scroll-trigger');
  3065.    const cardPairs = [];
  3066.    for (let i = 0; i < cards.length; i += 2) {
  3067.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  3068.    }
  3069.  
  3070.    const observer = new IntersectionObserver(function(entries) {
  3071.        entries.forEach(entry => {
  3072.            const card = entry.target;
  3073.            // Find the pair index for the current card
  3074.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  3075.            const pair = cardPairs[pairIndex];
  3076.  
  3077.            if (entry.isIntersecting) {
  3078.                // Fade in the pair with a delay based on pair index
  3079.                pair.forEach((cardInPair, index) => {
  3080.                    setTimeout(() => {
  3081.                        cardInPair.classList.add('active');
  3082.                    }, pairIndex * 300); // 300ms delay between pairs
  3083.                });
  3084.            } else {
  3085.                // Fade out the pair when exiting viewport
  3086.                pair.forEach(cardInPair => {
  3087.                    cardInPair.classList.remove('active');
  3088.                });
  3089.            }
  3090.        });
  3091.    }, observerOptions);
  3092.  
  3093.    // Observe each card individually
  3094.    cards.forEach(card => {
  3095.        observer.observe(card);
  3096.    });
  3097. });
  3098. </script>
  3099.  
  3100.    
  3101.        
  3102.        <!-- end wpo-blog-highlights-section -->
  3103.        <!-- start wpo-blog-sponsored-section -->
  3104.        
  3105.  
  3106.  
  3107.  
  3108.    
  3109.  
  3110.  
  3111.  
  3112. <style>
  3113.    .sponsored-section-v6 {
  3114.        padding: 45px 0;
  3115.        background: transparent;
  3116.    }
  3117.    
  3118.    .sponsored-card-v6 {
  3119.        background: #ffffff;
  3120.        border: 1px solid #f8f8f8;
  3121.        transition: opacity 0.3s ease;
  3122.        height: 100%;
  3123.    }
  3124.    
  3125.    .sponsored-card-v6:hover {
  3126.        opacity: 0.95;
  3127.    }
  3128.    
  3129.    .sponsored-image-v6 {
  3130.        position: relative;
  3131.        height: 170px;
  3132.    }
  3133.    
  3134.    .sponsored-image-v6 img {
  3135.        width: 100%;
  3136.        height: 100%;
  3137.        object-fit: cover;
  3138.    }
  3139.    
  3140.    .sponsored-image-v6::after {
  3141.        content: '';
  3142.        position: absolute;
  3143.        top: 0;
  3144.        left: 0;
  3145.        right: 0;
  3146.        bottom: 0;
  3147.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  3148.    }
  3149.    
  3150.    .sponsored-badge-v6 {
  3151.        position: absolute;
  3152.        top: 10px;
  3153.        left: 10px;
  3154.        padding: 5px 12px;
  3155.        font-size: 12px;
  3156.        font-weight: 600;
  3157.        text-transform: uppercase;
  3158.        border-radius: 4px;
  3159.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  3160.    }
  3161.    
  3162.    .sponsored-content-v6 {
  3163.        padding: 12px;
  3164.    }
  3165.    
  3166.    .sponsored-title-v6 {
  3167.        font-size: 14px;
  3168.        font-weight: 700;
  3169.        line-height: 1.3;
  3170.        margin-bottom: 6px;
  3171.        color: #333;
  3172.    }
  3173.    
  3174.    .sponsored-title-v6 a {
  3175.        text-decoration: none;
  3176.        color: #333;
  3177.    }
  3178.    
  3179.    .sponsored-title-v6 a:hover {
  3180.        color: #fd7e14; /* Orange hover */
  3181.    }
  3182.    
  3183.    .sponsored-excerpt-v6 {
  3184.        font-size: 12px;
  3185.        font-weight: 600;
  3186.        color: #868e96;
  3187.        margin-bottom: 8px;
  3188.        line-height: 1.4;
  3189.    }
  3190.    
  3191.    .sponsored-meta-v6 {
  3192.        font-size: 11px;
  3193.        color: #6c757d;
  3194.    }
  3195.    
  3196.    .author-info-v6 {
  3197.        display: inline;
  3198.        margin-right: 10px;
  3199.    }
  3200.    
  3201.    .sponsored-author-img-v6 {
  3202.        width: 20px;
  3203.        height: 20px;
  3204.        border-radius: 50%;
  3205.        object-fit: cover;
  3206.        vertical-align: middle;
  3207.        margin-right: 4px;
  3208.    }
  3209.    
  3210.    .section-title-sponsored-v6 {
  3211.        font-size: 1.9rem;
  3212.        font-weight: 600;
  3213.        text-align: left;
  3214.        margin-bottom: 25px;
  3215.        color: #333;
  3216.        border-left: 4px solid #fd7e14;
  3217.        padding-left: 15px;
  3218.    }
  3219.  
  3220.    @media (max-width: 768px) {
  3221.        .sponsored-section-v6 {
  3222.            padding: 25px 0;
  3223.        }
  3224.        .sponsored-image-v6 {
  3225.            height: 130px;
  3226.        }
  3227.        .sponsored-content-v6 {
  3228.            padding: 10px;
  3229.        }
  3230.        .sponsored-title-v6 {
  3231.            font-size: 13px;
  3232.        }
  3233.        .sponsored-excerpt-v6 {
  3234.            font-size: 11px;
  3235.        }
  3236.        .section-title-sponsored-v6 {
  3237.            font-size: 1.6rem;
  3238.            padding-left: 10px;
  3239.        }
  3240.    }
  3241. </style>
  3242.  
  3243. <section class="sponsored-section-v6">
  3244.    <div class="container-fluid fluid-container">
  3245.        <div class="row">
  3246.            <div class="col-12">
  3247.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  3248.            </div>
  3249.        </div>
  3250.        
  3251.        <div class="row g-3">
  3252.            
  3253.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3254.                <div class="card sponsored-card-v6">
  3255.                    <div class="sponsored-image-v6">
  3256.                        
  3257.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3258.                        
  3259.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3260.                    </div>
  3261.                    <div class="sponsored-content-v6">
  3262.                        <h3 class="sponsored-title-v6">
  3263.                            <a href="/trumps-overarching-influence-in-the-sporting-world-achieved-new-heights-in-last-year-2026-promises-to-be-even-bigger/" >
  3264.                                            Trump&#x27;s Overarching Influence in The Sporting World Achieved New Heights in Last Year. 2026 Promises to Be Even Bigger.
  3265.                                            </a>
  3266.                        </h3>
  3267.                        <p class="sponsored-excerpt-v6">
  3268.                            
  3269.                        </p>
  3270.                        <div class="sponsored-meta-v6">
  3271.                            <span class="author-info-v6">
  3272.                                
  3273.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;" class="sponsored-author-img-v6">
  3274.                                
  3275.                               Mackenzie Berg
  3276.                            </span>
  3277.                            | 18 May 2026
  3278.                        </div>
  3279.                    </div>
  3280.                </div>
  3281.            </div>
  3282.            
  3283.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3284.                <div class="card sponsored-card-v6">
  3285.                    <div class="sponsored-image-v6">
  3286.                        
  3287.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3288.                        
  3289.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3290.                    </div>
  3291.                    <div class="sponsored-content-v6">
  3292.                        <h3 class="sponsored-title-v6">
  3293.                            <a href="/we-were-let-go-and-were-owning-it-this-is-how-to-find-a-new-role-that-works-your-needs/" >
  3294.                                            We Were Let Go, and We&#x27;re Owning It – This Is How to Find a New Role That Works Your Needs
  3295.                                            </a>
  3296.                        </h3>
  3297.                        <p class="sponsored-excerpt-v6">
  3298.                            
  3299.                        </p>
  3300.                        <div class="sponsored-meta-v6">
  3301.                            <span class="author-info-v6">
  3302.                                
  3303.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;" class="sponsored-author-img-v6">
  3304.                                
  3305.                               Mackenzie Berg
  3306.                            </span>
  3307.                            | 18 May 2026
  3308.                        </div>
  3309.                    </div>
  3310.                </div>
  3311.            </div>
  3312.            
  3313.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3314.                <div class="card sponsored-card-v6">
  3315.                    <div class="sponsored-image-v6">
  3316.                        
  3317.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3318.                        
  3319.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3320.                    </div>
  3321.                    <div class="sponsored-content-v6">
  3322.                        <h3 class="sponsored-title-v6">
  3323.                            <a href="/more-than-60000-escape-sudans-city-after-capture-by-rapid-support-forces-paramilitary-group-united-nations-states/" >
  3324.                                            More than 60,000 Escape Sudan&#x27;s City After Capture by Rapid Support Forces Paramilitary Group, United Nations States
  3325.                                            </a>
  3326.                        </h3>
  3327.                        <p class="sponsored-excerpt-v6">
  3328.                            
  3329.                        </p>
  3330.                        <div class="sponsored-meta-v6">
  3331.                            <span class="author-info-v6">
  3332.                                
  3333.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;" class="sponsored-author-img-v6">
  3334.                                
  3335.                               Mackenzie Berg
  3336.                            </span>
  3337.                            | 17 May 2026
  3338.                        </div>
  3339.                    </div>
  3340.                </div>
  3341.            </div>
  3342.            
  3343.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3344.                <div class="card sponsored-card-v6">
  3345.                    <div class="sponsored-image-v6">
  3346.                        
  3347.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3348.                        
  3349.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3350.                    </div>
  3351.                    <div class="sponsored-content-v6">
  3352.                        <h3 class="sponsored-title-v6">
  3353.                            <a href="/work-out-while-you-work-a-dozen-muscle-toning-office-movements-you-can-do-in-regular-clothes/" >
  3354.                                            Work out while you work? A dozen muscle-toning office movements you can do in regular clothes
  3355.                                            </a>
  3356.                        </h3>
  3357.                        <p class="sponsored-excerpt-v6">
  3358.                            
  3359.                        </p>
  3360.                        <div class="sponsored-meta-v6">
  3361.                            <span class="author-info-v6">
  3362.                                
  3363.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;" class="sponsored-author-img-v6">
  3364.                                
  3365.                               Mackenzie Berg
  3366.                            </span>
  3367.                            | 17 May 2026
  3368.                        </div>
  3369.                    </div>
  3370.                </div>
  3371.            </div>
  3372.            
  3373.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3374.                <div class="card sponsored-card-v6">
  3375.                    <div class="sponsored-image-v6">
  3376.                        
  3377.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3378.                        
  3379.                        <div class="sponsored-badge-v6 bg-primary-gradient">Others</div>
  3380.                    </div>
  3381.                    <div class="sponsored-content-v6">
  3382.                        <h3 class="sponsored-title-v6">
  3383.                            <a href="/the-future-of-gambling-entertainment-exploring-online-slot-games/" >
  3384.                                            The Future of Gambling Entertainment: Exploring Online Slot Games
  3385.                                            </a>
  3386.                        </h3>
  3387.                        <p class="sponsored-excerpt-v6">
  3388.                            
  3389.                        </p>
  3390.                        <div class="sponsored-meta-v6">
  3391.                            <span class="author-info-v6">
  3392.                                
  3393.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;" class="sponsored-author-img-v6">
  3394.                                
  3395.                               Mackenzie Berg
  3396.                            </span>
  3397.                            | 17 May 2026
  3398.                        </div>
  3399.                    </div>
  3400.                </div>
  3401.            </div>
  3402.            
  3403.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3404.                <div class="card sponsored-card-v6">
  3405.                    <div class="sponsored-image-v6">
  3406.                        
  3407.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3408.                        
  3409.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3410.                    </div>
  3411.                    <div class="sponsored-content-v6">
  3412.                        <h3 class="sponsored-title-v6">
  3413.                            <a href="/anno-117-pax-romanas-best-kept-secret-turns-out-to-be-a-breathtaking-first-person-view/" >
  3414.                                            Anno 117 Pax Romana&#x27;s Best-Kept Secret Turns Out to Be a Breathtaking First-Person View.
  3415.                                            </a>
  3416.                        </h3>
  3417.                        <p class="sponsored-excerpt-v6">
  3418.                            
  3419.                        </p>
  3420.                        <div class="sponsored-meta-v6">
  3421.                            <span class="author-info-v6">
  3422.                                
  3423.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/8feb0a21-5363-4e4c-8b56-e14e53d57497_profile.png" alt="Mackenzie Berg" style="object-fit: cover;" class="sponsored-author-img-v6">
  3424.                                
  3425.                               Mackenzie Berg
  3426.                            </span>
  3427.                            | 17 May 2026
  3428.                        </div>
  3429.                    </div>
  3430.                </div>
  3431.            </div>
  3432.            
  3433.        </div>
  3434.    </div>
  3435. </section>
  3436.  
  3437.  
  3438.    
  3439.        <!-- end wpo-blog-sponsored-section -->
  3440.        <!-- start wpo-subscribe-section -->
  3441.        
  3442.        <!-- end subscribe-section -->
  3443.        <!-- start of wpo-site-footer-section -->
  3444.        
  3445.  
  3446.  
  3447.  
  3448.  
  3449.  
  3450.  
  3451. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3452. <footer class="footer-v5 bg-primary-gradient border-top">
  3453.    
  3454.    <!-- Main Footer Content -->
  3455.    <div class="container-fluid py-5">
  3456.        
  3457.        <!-- Top Section with Logo and Description -->
  3458.        <div class="row mb-5">
  3459.            <div class="col-12 text-center">
  3460.                <div class="footer-brand mb-4">
  3461.                    
  3462.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/bd73ca0c-60b5-4ae5-bc7c-9d526da06278_logo.png" alt="Urban Spin Lounge" class="footer-logo mb-3" height="60">
  3463.                    
  3464.                    <h4 class="fw-bold footer-color mb-2">Urban Spin Lounge</h4>
  3465.                    <p class="footer-color opacity-50">Urban Spin Lounge offers high-energy indoor cycling classes in the heart of the city, designed for urban professionals seeking a dynamic workout experience.</p>
  3466.                </div>
  3467.            </div>
  3468.        </div>
  3469.  
  3470.        <!-- Content Grid -->
  3471.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3472.            
  3473.            <!-- Quick Links Column -->
  3474.            <div class="">
  3475.                <div class="footer-section">
  3476.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3477.                        Quick Links
  3478.                    </h6>
  3479.                    <ul class="list-unstyled footer-links">
  3480.                        
  3481.                        <li class="mb-2">
  3482.                            <a href="/becoming-a-master-at-the-art-of-dominating-online-casino-slot-games/"
  3483.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3484.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3485.                                Becoming a Master at the Art of Dominating Online Casino Slot Games
  3486.                            </a>
  3487.                        </li>
  3488.                        
  3489.                        <li class="mb-2">
  3490.                            <a href="/swiss-ski-resort-blaze-survivors-receive-care-in-specialist-clinics-across-europe/"
  3491.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3492.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3493.                                Swiss Ski Resort Blaze Survivors Receive Care in Specialist Clinics Across Europe
  3494.                            </a>
  3495.                        </li>
  3496.                        
  3497.                        <li class="mb-2">
  3498.                            <a href="/transforming-entertainment-engaging-features-in-digital-slot-games/"
  3499.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3500.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3501.                                Transforming Entertainment: Engaging Features in Digital Slot Games
  3502.                            </a>
  3503.                        </li>
  3504.                        
  3505.                        <li class="mb-2">
  3506.                            <a href="/leaders-salute-titans-as-the-president-offers-the-mayor-elect-a-cordial-reception/"
  3507.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3508.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3509.                                Leaders Salute Titans as The President Offers The Mayor-Elect a Cordial Reception
  3510.                            </a>
  3511.                        </li>
  3512.                        
  3513.                        <li class="mb-2">
  3514.                            <a href="/the-decade-of-desire-from-erin-somers-a-midlife-adultery-tale-this-era-deserves/"
  3515.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3516.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3517.                                The Decade of Desire from Erin Somers: A Midlife Adultery Tale This Era Deserves.
  3518.                            </a>
  3519.                        </li>
  3520.                        
  3521.                        <li class="mb-2">
  3522.                            <a href="/leader-zelensky-states-ukraine-was-ten-percent-off-from-a-peace-deal-yet-not-at-any-price/"
  3523.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3524.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3525.                                Leader Zelensky States Ukraine Was Ten Percent Off from a Peace Deal, Yet Not at Any Price
  3526.                            </a>
  3527.                        </li>
  3528.                        
  3529.                    </ul>
  3530.                </div>
  3531.            </div>
  3532.  
  3533.            <!-- Resources Column -->
  3534.            <div class="">
  3535.                <div class="footer-section">
  3536.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3537.                        Resources
  3538.                    </h6>
  3539.                   <ul class="footer-links" id="footerLinks">
  3540.        
  3541.        
  3542.  
  3543.        
  3544.        
  3545.        
  3546.        
  3547.    </ul>
  3548.                </div>
  3549.            </div>
  3550.  
  3551.            <!-- Categories Column -->
  3552.            <div class="">
  3553.                <div class="footer-section">
  3554.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3555.                        Categories
  3556.                    </h6>
  3557.                    <div class="category-tags">
  3558.                      
  3559.                                <li>
  3560.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3561.                                        All Posts
  3562.                                    </a>
  3563.                                </li>
  3564.                                
  3565.                                <li>
  3566.                                    <a href="/category/business/" class="footer-link footer-color">
  3567.                                        Business
  3568.                                    </a>
  3569.                                </li>
  3570.                                
  3571.                                <li>
  3572.                                    <a href="/category/esports/" class="footer-link footer-color">
  3573.                                        Esports
  3574.                                    </a>
  3575.                                </li>
  3576.                                
  3577.                                <li>
  3578.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3579.                                        Fashion
  3580.                                    </a>
  3581.                                </li>
  3582.                                
  3583.                                <li>
  3584.                                    <a href="/category/featured/" class="footer-link footer-color">
  3585.                                        Featured
  3586.                                    </a>
  3587.                                </li>
  3588.                                
  3589.                                <li>
  3590.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3591.                                        Gaming
  3592.                                    </a>
  3593.                                </li>
  3594.                                
  3595.                    </div>
  3596.                </div>
  3597.            </div>
  3598.  
  3599.        </div>
  3600.  
  3601.    </div>
  3602.  
  3603.    <!-- Footer Bottom -->
  3604.    <div class="footer-bottom  border-top py-3">
  3605.        <div class="container-fluid fluid-container">
  3606.            <div class=" d-flex justify-content-between flex-wrap">
  3607.                <div class="">
  3608.                    <p class="mb-0 footer-color  ">
  3609.                        © 2026 <span class="fw-semibold footer-color">Urban Spin Lounge</span>. All rights reserved.
  3610.                    </p>
  3611.                </div>
  3612.                <div class="">
  3613.                    <div class="footer-nav">
  3614.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3615.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3616.                        </a>
  3617.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3618.                            <i class="bi bi-file-text me-1"></i>Terms
  3619.                        </a>
  3620.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3621.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3622.                        </a>
  3623.                    </div>
  3624.                </div>
  3625.            </div>
  3626.        </div>
  3627.    </div>
  3628.  
  3629. </footer>
  3630.  
  3631. <style>
  3632. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3633.  
  3634.  
  3635.  
  3636.  
  3637. .footer-logo {
  3638.    border-radius: 8px;
  3639. }
  3640.  
  3641. /* Footer Sections */
  3642. .footer-section {
  3643.    padding: 0 15px;
  3644. }
  3645.  
  3646. .footer-section h6 {
  3647.    position: relative;
  3648.    padding-bottom: 8px;
  3649. }
  3650.  
  3651. .footer-section h6::after {
  3652.    content: '';
  3653.    position: absolute;
  3654.    bottom: 0;
  3655.    left: 0;
  3656.    width: 30px;
  3657.    height: 2px;
  3658.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3659.    border-radius: 1px;
  3660. }
  3661.  
  3662. /* Links Styling */
  3663. .footer-links a {
  3664.    transition: all 0.3s ease;
  3665.    padding: 4px 0;
  3666.    border-radius: 4px;
  3667. }
  3668.  
  3669. .footer-links a:hover {
  3670.    color: var(--bs-primary) !important;
  3671.    padding-left: 8px;
  3672. }
  3673.  
  3674. .footer-links a:hover i {
  3675.    transform: translateX(2px);
  3676. }
  3677.  
  3678. /* Category Tags */
  3679. .category-tag {
  3680.    transition: all 0.3s ease;
  3681.    padding: 6px 12px !important;
  3682.    font-size: 0.875rem;
  3683. }
  3684.  
  3685.  
  3686.  
  3687. /* Footer Bottom */
  3688. .footer-bottom {
  3689.    backdrop-filter: blur(10px);
  3690. }
  3691.  
  3692. /* Responsive Design */
  3693. @media (max-width: 768px) {
  3694.    .footer-v5 {
  3695.        margin-top: 60px;
  3696.    }
  3697.    
  3698.    .footer-section {
  3699.        text-align:start;
  3700.        margin-bottom: 40px;
  3701.    }
  3702.    
  3703.    .footer-links a,
  3704.    .category-tags {
  3705.        justify-content:start;
  3706.    }
  3707.    
  3708.    .social-links .d-flex {
  3709.        justify-content:start;
  3710.    }
  3711. }
  3712.  
  3713. @media (max-width: 576px) {
  3714.    .footer-brand h4 {
  3715.        font-size: 1.25rem;
  3716.    }
  3717.    
  3718.    .stats-item h5 {
  3719.        font-size: 1.1rem;
  3720.    }
  3721.    
  3722.    .newsletter-form .btn {
  3723.        padding: 8px 12px;
  3724.    }
  3725. }
  3726.  
  3727. /* Animation Classes */
  3728. .fade-in {
  3729.    animation: fadeIn 0.6s ease-in;
  3730. }
  3731.  
  3732. @keyframes fadeIn {
  3733.    from { opacity: 0; transform: translateY(20px); }
  3734.    to { opacity: 1; transform: translateY(0); }
  3735. }
  3736.  
  3737. /* Loading State */
  3738. .loading {
  3739.    pointer-events: none;
  3740.    opacity: 0.7;
  3741. }
  3742.  
  3743. .loading .btn {
  3744.    position: relative;
  3745. }
  3746.  
  3747. .loading .btn::after {
  3748.    content: '';
  3749.    position: absolute;
  3750.    top: 50%;
  3751.    left: 50%;
  3752.    width: 16px;
  3753.    height: 16px;
  3754.    margin: -8px 0 0 -8px;
  3755.    border: 2px solid transparent;
  3756.    border-top-color: currentColor;
  3757.    border-radius: 50%;
  3758.    animation: spin 1s linear infinite;
  3759. }
  3760.  
  3761. @keyframes spin {
  3762.    to { transform: rotate(360deg); }
  3763. }
  3764.  
  3765. /* Utility Classes */
  3766. .text-gradient {
  3767.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3768.    -webkit-background-clip: text;
  3769.    -webkit-text-fill-color: transparent;
  3770.    background-clip: text;
  3771. }
  3772.  
  3773. .hover-lift {
  3774.    transition: transform 0.3s ease;
  3775. }
  3776.  
  3777. .hover-lift:hover {
  3778.    transform: translateY(-2px);
  3779. }
  3780. </style>
  3781.  
  3782.  
  3783. <script>
  3784. document.addEventListener('DOMContentLoaded', function() {
  3785.    
  3786.    // Initialize Bootstrap tooltips
  3787.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3788.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3789.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3790.    });
  3791.  
  3792.    // Newsletter form handling
  3793.    const newsletterForm = document.querySelector('.newsletter-form');
  3794.    if (newsletterForm) {
  3795.        newsletterForm.addEventListener('submit', function(e) {
  3796.            e.preventDefault();
  3797.            
  3798.            const email = this.querySelector('input[name="email"]').value.trim();
  3799.            const submitBtn = this.querySelector('button[type="submit"]');
  3800.            const originalContent = submitBtn.innerHTML;
  3801.            
  3802.            // Validate email
  3803.            if (!email || !isValidEmail(email)) {
  3804.                showToast('Please enter a valid email address', 'error');
  3805.                return;
  3806.            }
  3807.            
  3808.            // Show loading state
  3809.            this.classList.add('loading');
  3810.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  3811.            submitBtn.disabled = true;
  3812.            
  3813.            // Simulate API call
  3814.            setTimeout(() => {
  3815.                // Success state
  3816.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  3817.                submitBtn.classList.remove('btn-primary');
  3818.                submitBtn.classList.add('btn-success');
  3819.                
  3820.                showToast('Successfully subscribed to newsletter!', 'success');
  3821.                
  3822.                // Reset form
  3823.                setTimeout(() => {
  3824.                    this.classList.remove('loading');
  3825.                    submitBtn.innerHTML = originalContent;
  3826.                    submitBtn.classList.remove('btn-success');
  3827.                    submitBtn.classList.add('btn-primary');
  3828.                    submitBtn.disabled = false;
  3829.                    this.reset();
  3830.                }, 2000);
  3831.                
  3832.            }, 1500);
  3833.        });
  3834.    }
  3835.    
  3836.    // Email validation function
  3837.    function isValidEmail(email) {
  3838.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3839.        return emailRegex.test(email);
  3840.    }
  3841.    
  3842.    // Toast notification function
  3843.    function showToast(message, type = 'info') {
  3844.        // Remove existing toasts
  3845.        const existingToasts = document.querySelectorAll('.custom-toast');
  3846.        existingToasts.forEach(toast => toast.remove());
  3847.        
  3848.        // Create toast
  3849.        const toast = document.createElement('div');
  3850.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3851.        toast.style.zIndex = '9999';
  3852.        toast.innerHTML = `
  3853.            <div class="d-flex align-items-center">
  3854.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3855.                <span>${message}</span>
  3856.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3857.            </div>
  3858.        `;
  3859.        
  3860.        document.body.appendChild(toast);
  3861.        
  3862.        // Auto remove after 4 seconds
  3863.        setTimeout(() => {
  3864.            if (toast && toast.parentNode) {
  3865.                toast.remove();
  3866.            }
  3867.        }, 4000);
  3868.    }
  3869.    
  3870.    // Smooth scroll for internal links
  3871.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3872.        anchor.addEventListener('click', function(e) {
  3873.            e.preventDefault();
  3874.            const target = document.querySelector(this.getAttribute('href'));
  3875.            if (target) {
  3876.                target.scrollIntoView({
  3877.                    behavior: 'smooth',
  3878.                    block: 'start'
  3879.                });
  3880.            }
  3881.        });
  3882.    });
  3883.    
  3884.    // Add fade-in animation to footer sections on scroll
  3885.    const observerOptions = {
  3886.        threshold: 0.1,
  3887.        rootMargin: '0px 0px -50px 0px'
  3888.    };
  3889.    
  3890.    const sectionObserver = new IntersectionObserver((entries) => {
  3891.        entries.forEach(entry => {
  3892.            if (entry.isIntersecting) {
  3893.                entry.target.classList.add('fade-in');
  3894.            }
  3895.        });
  3896.    }, observerOptions);
  3897.    
  3898.    // Observe footer sections
  3899.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3900.        sectionObserver.observe(section);
  3901.    });
  3902.    
  3903.    // Enhanced hover effects for category tags
  3904.    document.querySelectorAll('.category-tag').forEach(tag => {
  3905.        tag.addEventListener('mouseenter', function() {
  3906.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3907.        });
  3908.        
  3909.        tag.addEventListener('mouseleave', function() {
  3910.            this.style.transform = 'translateY(0) scale(1)';
  3911.        });
  3912.    });
  3913.    
  3914.    // Prevent default for demo links
  3915.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3916.        link.addEventListener('click', function(e) {
  3917.            e.preventDefault();
  3918.        });
  3919.    });
  3920.    
  3921.    // Add click ripple effect to buttons
  3922.    document.querySelectorAll('.btn').forEach(btn => {
  3923.        btn.addEventListener('click', function(e) {
  3924.            const ripple = document.createElement('span');
  3925.            const rect = this.getBoundingClientRect();
  3926.            const size = Math.max(rect.width, rect.height);
  3927.            const x = e.clientX - rect.left - size / 2;
  3928.            const y = e.clientY - rect.top - size / 2;
  3929.            
  3930.            ripple.style.cssText = `
  3931.                position: absolute;
  3932.                left: ${x}px;
  3933.                top: ${y}px;
  3934.                width: ${size}px;
  3935.                height: ${size}px;
  3936.                border-radius: 50%;
  3937.                background: rgba(255, 255, 255, 0.4);
  3938.                transform: scale(0);
  3939.                animation: ripple-effect 0.6s linear;
  3940.                pointer-events: none;
  3941.            `;
  3942.            
  3943.            this.style.position = 'relative';
  3944.            this.style.overflow = 'hidden';
  3945.            this.appendChild(ripple);
  3946.            
  3947.            setTimeout(() => ripple.remove(), 600);
  3948.        });
  3949.    });
  3950.    
  3951. });
  3952.  
  3953. // Add ripple animation CSS
  3954. const rippleCSS = document.createElement('style');
  3955. rippleCSS.textContent = `
  3956.    @keyframes ripple-effect {
  3957.        to {
  3958.            transform: scale(4);
  3959.            opacity: 0;
  3960.        }
  3961.    }
  3962. `;
  3963. document.head.appendChild(rippleCSS);
  3964.  
  3965. document.addEventListener('DOMContentLoaded', function () {
  3966.    var btn = document.getElementById('toggleFooterLinks');
  3967.    if (!btn) return; // No extra links, no button
  3968.  
  3969.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3970.  
  3971.    btn.addEventListener('click', function () {
  3972.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3973.            return li.classList.contains('d-none');
  3974.        });
  3975.  
  3976.        extras.forEach(function (li) {
  3977.            if (anyHidden) {
  3978.                li.classList.remove('d-none');
  3979.                li.classList.add('show');
  3980.            } else {
  3981.                li.classList.add('d-none');
  3982.                li.classList.remove('show');
  3983.            }
  3984.        });
  3985.  
  3986.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3987.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3988.    });
  3989. });
  3990.  
  3991. </script>
  3992.  
  3993.        <!-- end of wpo-site-footer-section -->
  3994.    </div>
  3995.    <!-- end of page-wrapper -->
  3996.  
  3997.    <!-- All JavaScript files
  3998.    ================================================== -->
  3999.    
  4000.  
  4001. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4002. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4003. <!-- Plugins for this template -->
  4004. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4005. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4006. <!-- Custom script for this template -->
  4007. <script src="/static/blogapp/assets/js/script.js"></script>
  4008.  
  4009. <script>
  4010. (function () {
  4011. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4012. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4013.  
  4014. function applyFallback(img) {
  4015. if (!img || img.dataset.fallbackApplied === "1") {
  4016. return;
  4017. }
  4018. var failedSrc = img.currentSrc || img.src || "";
  4019. img.dataset.fallbackApplied = "1";
  4020. img.onerror = null;
  4021. img.src = fallbackImageSrc;
  4022. console.warn("[ImageFallback] Replaced broken image:", {
  4023. failedSrc: failedSrc,
  4024. fallbackSrc: fallbackImageSrc,
  4025. alt: img.alt || "",
  4026. });
  4027. }
  4028.  
  4029. document.querySelectorAll("img").forEach(function (img) {
  4030. if (img.complete && img.naturalWidth === 0) {
  4031. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4032. failedSrc: img.currentSrc || img.src || "",
  4033. alt: img.alt || "",
  4034. });
  4035. applyFallback(img);
  4036. }
  4037. });
  4038.  
  4039. document.addEventListener(
  4040. "error",
  4041. function (event) {
  4042. var target = event.target;
  4043. if (target && target.tagName === "IMG") {
  4044. applyFallback(target);
  4045. }
  4046. },
  4047. true
  4048. );
  4049. })();
  4050. </script>
  4051.  
  4052. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4053.  
  4054.  
  4055.  
  4056. <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":"7ad2592d26ca4598a9f565dc39bd020a","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4057. </body>
  4058.  
  4059. </html>
  4060.  
  4061.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda