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://trendjournal.ca

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