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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="mulish">
  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-26T132017.830_r6epYpH_T6oGWkn_EaAt4Ag.png">
  14.    
  15.  
  16.    <title>Fluxline Web Design Blog | Modern Digital Solutions &amp; Trends</title>
  17.    <meta name="description" content="Explore expert insights on web design, digital marketing, and tech trends at Fluxline. Stay updated with tips, tutorials, and industry news.">
  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://fluxline.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #fb8500;
  42.        --bs-primary-rgb: fb8500;
  43.        --bs-secondary: #71717a;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #431407;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #fb8500;
  53.        --theme-primary-color-s2: #fb8500;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #431407;
  57.        --text-light-color: #676767;
  58.        --heading-color: #431407;
  59.        --border-color: #fed7aa;
  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: #ffedd5;
  75.        --navbar-color: #431407;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #431407;
  78.        --footer-bg: #431407;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 12px;
  83.        --link-color: #fb8500;
  84.        --link-hover: #ea580c;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(251, 133, 0, 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_24">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <style>
  406.    /* General styling for top bar */
  407.    .unique-topbar-v7 {
  408.        background-color: var(--topbar-bg);
  409.        color: #fff;
  410.      
  411.    }
  412.    .unique-v7 {
  413.        padding: 10px 30px;
  414.        display: flex;
  415.        align-items: center;
  416.        justify-content: space-between; /* Ensure it stretches across */
  417.    }
  418.  
  419.    .unique-menu-btn-v7 {
  420.        border: none;
  421.        max-width: 145px !important;
  422.        padding: 8px;
  423.        cursor: pointer;
  424.        border-radius: 5px;
  425.    }
  426.  
  427.    .unique-news-container-v7 {
  428.        display: flex;
  429.        align-items: center;
  430.        overflow: hidden;
  431.        width: fit-content;
  432.        flex-grow: 1; /* Take remaining space */
  433.        height: 60px;
  434.    }
  435.  
  436.    .unique-news-wrapper-v7 {
  437.        display: flex;
  438.        flex-direction: row;
  439.        align-items: center;
  440.        padding: 5px;
  441.    }
  442.  
  443.    .unique-news-item-v7 {
  444.        opacity: 0;
  445.        transform: translateX(100px);
  446.        transition: all 0.5s ease;
  447.        font-size: 16px;
  448.        color: var(--topbar-color);
  449.        height: 0;
  450.        width: 0;
  451.    }
  452.    
  453.    .unique-news-item-v7.active-v7 {
  454.        padding: 10px;
  455.        opacity: 1;
  456.          height: auto;
  457.        width: auto;
  458.        margin-right: 20px;
  459.        transform: translateX(0);
  460.    }
  461.  
  462.    .unique-news-item-v7.exit-up-v7 {
  463.        opacity: 0;
  464.        transform: translateX(-100px); /* Move news item left */
  465.    }
  466.  
  467.    /* Social Icons in Inline */
  468.    .contact-info-v7 {
  469.        display: flex;
  470.        gap: 10px;
  471.    }
  472.  
  473.    .contact-info-v7 ul {
  474.        display: flex;
  475.        gap: 15px;
  476.        list-style: none;
  477.    }
  478.  
  479.    .social-icon-v7 {
  480.        color: var(--topbar-color) !important;
  481.        font-size: 20px;
  482.        text-decoration: none;
  483.    }
  484.  
  485.    .social-icon-v7:hover {
  486.        color: #1da1f2;
  487.    }
  488. </style>
  489.  
  490. <div class="unique-topbar-v7">
  491.    <div class="fluid-container unique-v7 container-fluid">
  492.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  493.      
  494.        <div class="unique-news-container-v7">
  495.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  496.                <!-- News items will be added dynamically -->
  497.            </div>
  498.        </div>
  499.      
  500.        <div class="contact-info-v7">
  501.            <ul>
  502.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  503.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  506.            </ul>
  507.        </div>
  508.    </div>
  509. </div>
  510.  
  511. <script>
  512.    // Build array dynamically from Django context
  513.    const newsItems = [
  514.        
  515.            { title: "Spurs Ease Strain on Thomas Frank as Simons Seals Straightforward Victory Against Slavia Prague", url: "/spurs-ease-strain-on-thomas-frank-as-simons-seals-straightforward-victory-against-slavia-prague/" },
  516.        
  517.            { title: "Leonard \u0026 Hungry Paul Overview: A Soothing Series Featuring the Voice of Julia Roberts Provides the Perfect Remedy to Modern Life", url: "/leonard-hungry-paul-overview-a-soothing-series-featuring-the-voice-of-julia-roberts-provides-the-perfect-remedy-to-modern-life/" },
  518.        
  519.            { title: "How to Flawless Paneer Makhni – Recipe", url: "/how-to-flawless-paneer-makhni-recipe/" },
  520.        
  521.            { title: "British and Scottish government Authorities Clash Over Who Should Pay the £24.5m Bill for Trump and JD Vance Visits", url: "/british-and-scottish-government-authorities-clash-over-who-should-pay-the-245m-bill-for-trump-and-jd-vance-visits/" },
  522.        
  523.            { title: "Nation\u0027s Highest Court Backs Redrawn Texas House Districts.", url: "/nations-highest-court-backs-redrawn-texas-house-districts/" }
  524.        
  525.    ];
  526.  
  527.    let currentNewsIndex = 0;
  528.    const newsWrapper = document.getElementById('newsWrapper-v7');
  529.    let newsElements = [];
  530.  
  531.    // Create news elements
  532.    function createNewsElements() {
  533.        newsItems.forEach((news, index) => {
  534.            const newsElement = document.createElement('div');
  535.            newsElement.className = 'unique-news-item-v7';
  536.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  537.            newsWrapper.appendChild(newsElement);
  538.            newsElements.push(newsElement);
  539.        });
  540.  
  541.        if (newsElements.length > 0) {
  542.            newsElements[0].classList.add('active-v7');
  543.        }
  544.    }
  545.  
  546.    // Animate news change
  547.    function changeNews() {
  548.        const currentElement = newsElements[currentNewsIndex];
  549.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  550.        const nextElement = newsElements[nextIndex];
  551.  
  552.        currentElement.classList.remove('active-v7');
  553.        currentElement.classList.add('exit-up-v7');
  554.  
  555.        setTimeout(() => {
  556.            nextElement.classList.add('active-v7');
  557.            currentNewsIndex = nextIndex;
  558.  
  559.            setTimeout(() => {
  560.                currentElement.classList.remove('exit-up-v7');
  561.            }, 100);
  562.        }, 250);
  563.    }
  564.  
  565.    // Start news rotation
  566.    function startNewsRotation() {
  567.        setInterval(changeNews, 5000);
  568.    }
  569.  
  570.    window.onload = function() {
  571.        createNewsElements();
  572.        startNewsRotation();
  573.    };
  574. </script>
  575.  
  576.  
  577.  
  578.            
  579.  
  580.  
  581.  
  582.  
  583.  
  584. <header class="sticky-top mb-sm-5 mb-4  nav-bg">
  585.  <div class="container-fluid fluid-container  ">
  586.    <nav class="nav-v1 navbar custom-nav navbar-expand-xl" role="navigation" aria-label="Main Navigation">
  587.      <div class="py-2 d-flex gap-2 justify-content-between align-items-center nav-width">
  588.        <!-- Mobile Brand & Search -->
  589.        <a class="brand-1 navbar-brand d-xl-none" href="/" aria-label="Home">
  590.          
  591.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/bab7f17a-727e-4850-9df2-9986f5e67a79_logo.png" alt="Fluxline Blog" />
  592.          
  593.        </a>
  594.        <div class="flex-grow-1 d-xl-none d-flex">
  595.          <form class="search-wrapper-v1">
  596.            <input type="search" class="form-control search-input-v1" id="search-input"
  597.              placeholder="Search articles..." aria-label="Search content" />
  598.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  599.              <circle cx="11" cy="11" r="8"></circle>
  600.              <path d="m21 21-4.35-4.35"></path>
  601.            </svg>
  602.          </form>
  603.          <!-- The search results will be displayed here -->
  604.          <div id="search-results" class="search-results-container"></div>
  605.        </div>
  606.  
  607.        <button class="navbar-toggler border-0 text-link" type="button" data-bs-toggle="collapse"
  608.          data-bs-target="#navCollapse-v1" aria-controls="navCollapse-v1" aria-expanded="false"
  609.          aria-label="Toggle navigation">
  610.          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  611.            <line x1="3" y1="6" x2="21" y2="6"></line>
  612.            <line x1="3" y1="12" x2="21" y2="12"></line>
  613.            <line x1="3" y1="18" x2="21" y2="18"></line>
  614.          </svg>
  615.        </button>
  616.  
  617.        <!-- Desktop Layout -->
  618.        <a class="brandv1 navbar-brand d-none d-xl-block me-4" href='/' aria-label="Home">
  619.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/bab7f17a-727e-4850-9df2-9986f5e67a79_logo.png" alt="" />
  620.        </a>
  621.  
  622.        <div class="d-none d-xl-flex flex-grow-1 flex-wrap">
  623.          <form class="search-wrapper-v1" action="#" method="get" role="search">
  624.            <input type="text" id="search-input1" class="form-control search-input-v1" placeholder="Search articles..." />
  625.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  626.              <circle cx="11" cy="11" r="8"></circle>
  627.              <path d="m21 21-4.35-4.35"></path>
  628.            </svg>
  629.          </form>
  630.           <!-- The search results will be displayed here -->
  631.          <div id="search-results1" class="search-results-container search-v1"></div>
  632.        </div>
  633.        <!-- Navigation Menu -->
  634.      </div>
  635.      <div class="collapse justify-content-end" id="navCollapse-v1">
  636.        <ul class="navbar-nav gap-2 pt-3 mb-lg-0 align-items-xl-center">
  637.          <!-- <li class="nav-item d-xl-block d-none mb-3">
  638.            <div class="d-xl-flex align-items-center gap-2">
  639.              <button class="btn menu-btn-v1 d-none d-xl-flex align-items-center gap-2" type="button"
  640.                data-bs-toggle="offcanvas" data-bs-target="#sidebar-v1" aria-controls="sidebar-v1">
  641.                <span>More</span>
  642.                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  643.                  <circle cx="12" cy="12" r="1"></circle>
  644.                  <circle cx="19" cy="12" r="1"></circle>
  645.                  <circle cx="5" cy="12" r="1"></circle>
  646.                </svg>
  647.              </button>
  648.            </div>
  649.          </li> -->
  650.          <li class="nav-item mb-3">
  651.            <a class="navlink-v1" href="/">
  652.              Home
  653.            </a>
  654.          </li>
  655.          
  656.           <li class="nav-item mb-3">
  657.            <a class="navlink-v1" href="/category/all-posts/">
  658.              All Posts
  659.            </a>
  660.            </li>
  661.            
  662.  
  663.                
  664.                
  665.            
  666.           <li class="nav-item mb-3">
  667.            <a class="navlink-v1" href="/category/business/">
  668.              Business
  669.            </a>
  670.            </li>
  671.            
  672.  
  673.                
  674.                
  675.            
  676.           <li class="nav-item mb-3">
  677.            <a class="navlink-v1" href="/category/esports/">
  678.              Esports
  679.            </a>
  680.            </li>
  681.            
  682.  
  683.                
  684.                
  685.            
  686.           <li class="nav-item mb-3">
  687.            <a class="navlink-v1" href="/category/fashion/">
  688.              Fashion
  689.            </a>
  690.            </li>
  691.            
  692.  
  693.                
  694.                
  695.            
  696.           <li class="nav-item mb-3">
  697.            <a class="navlink-v1" href="/category/featured/">
  698.              Featured
  699.            </a>
  700.            </li>
  701.            
  702.  
  703.                
  704.                
  705.            
  706.          
  707.            <li class="nav-item mb-3 dropdown">
  708.              <a class="navlink-v1 dropdown-toggle" href="#" id="moreDropdown-v1" role="button"
  709.                data-bs-toggle="dropdown" aria-expanded="false">More</a>
  710.              <ul class="dropdown-menu dropdown-v1" aria-labelledby="moreDropdown-v1">
  711.                <li>
  712.                  <a class="dropdown-item dropdown-item-v1" href="/category/gaming/">
  713.                    Gaming
  714.                  </a>
  715.                </li>
  716.                
  717.  
  718.                
  719.                
  720.            
  721.          
  722.                <li>
  723.                  <a class="dropdown-item dropdown-item-v1" href="/category/health/">
  724.                    Health
  725.                  </a>
  726.                </li>
  727.                
  728.  
  729.                
  730.                
  731.            
  732.          
  733.                <li>
  734.                  <a class="dropdown-item dropdown-item-v1" href="/category/life-fitness/">
  735.                    Life &amp; Fitness
  736.                  </a>
  737.                </li>
  738.                
  739.  
  740.                
  741.                
  742.            
  743.          
  744.                <li>
  745.                  <a class="dropdown-item dropdown-item-v1" href="/category/lifestyle/">
  746.                    Lifestyle
  747.                  </a>
  748.                </li>
  749.                
  750.  
  751.                
  752.                
  753.            
  754.          
  755.                <li>
  756.                  <a class="dropdown-item dropdown-item-v1" href="/category/news/">
  757.                    News
  758.                  </a>
  759.                </li>
  760.                
  761.  
  762.                
  763.                
  764.            
  765.          
  766.                <li>
  767.                  <a class="dropdown-item dropdown-item-v1" href="/category/others/">
  768.                    Others
  769.                  </a>
  770.                </li>
  771.                
  772.  
  773.                
  774.                
  775.            
  776.          
  777.                <li>
  778.                  <a class="dropdown-item dropdown-item-v1" href="/category/politics/">
  779.                    Politics
  780.                  </a>
  781.                </li>
  782.                
  783.  
  784.                
  785.                
  786.            
  787.          
  788.                <li>
  789.                  <a class="dropdown-item dropdown-item-v1" href="/category/sports/">
  790.                    Sports
  791.                  </a>
  792.                </li>
  793.                
  794.  
  795.                
  796.                
  797.            
  798.          
  799.                <li>
  800.                  <a class="dropdown-item dropdown-item-v1" href="/category/tech/">
  801.                    Tech
  802.                  </a>
  803.                </li>
  804.                
  805.  
  806.                
  807.                
  808.            
  809.          
  810.                <li>
  811.                  <a class="dropdown-item dropdown-item-v1" href="/category/travel/">
  812.                    Travel
  813.                  </a>
  814.                </li>
  815.                
  816.  
  817.                
  818.                
  819.              </ul>
  820.            </li>
  821.            
  822.            
  823.            <li class="nav-item mb-3">
  824.              <a class="navlink-v1" href="/page/contact-us/">
  825.                Contact Us
  826.              </a>
  827.            </li>
  828.            <li class="nav-item d-xl-none mt-2">
  829.              <button class="btn menu-btn-v1 w-100" type="button" data-bs-toggle="offcanvas"
  830.                data-bs-target="#sidebar-v1">
  831.                More Options
  832.              </button>
  833.            </li>
  834.        </ul>
  835.      </div>
  836.    </nav>
  837.  </div>
  838.  
  839. </header>
  840.  
  841. <!-- Sidebar -->
  842. <div class="offcanvas offcanvas-end offcanvas-v1" tabindex="-1" id="sidebar-v1" aria-labelledby="sidebarLabel-v1">
  843.  <div class="offcanvas-header border-bottom">
  844.    <h5 class="offcanvas-title fw-semibold" id="sidebarLabel-v1">
  845.      Latest Updates
  846.    </h5>
  847.    <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  848.  </div>
  849.  <div class="offcanvas-body p-3">
  850.    <div class="mb-4">
  851.      <h6 class="fw-semibold mb-3 text-muted">Featured Posts</h6>
  852.      <div class="vstack gap-3">
  853.        <article class="post-card-v1 d-flex gap-3">
  854.          <img src="https://picsum.photos/seed/tech1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  855.          <div class="flex-grow-1">
  856.            <small class="text-muted">2 hours ago</small>
  857.            <h6 class="mb-1 lh-sm">
  858.              <a href="#" class="text-decoration-none text-dark">Modern Web Development Trends</a>
  859.            </h6>
  860.            <small class="text-muted">Technology</small>
  861.          </div>
  862.        </article>
  863.  
  864.        <article class="post-card-v1 d-flex gap-3">
  865.          <img src="https://picsum.photos/seed/design1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  866.          <div class="flex-grow-1">
  867.            <small class="text-muted">5 hours ago</small>
  868.            <h6 class="mb-1 lh-sm">
  869.              <a href="#" class="text-decoration-none text-dark">UI Design Best Practices</a>
  870.            </h6>
  871.            <small class="text-muted">Design</small>
  872.          </div>
  873.        </article>
  874.  
  875.        <article class="post-card-v1 d-flex gap-3">
  876.          <img src="https://picsum.photos/seed/life1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  877.          <div class="flex-grow-1">
  878.            <small class="text-muted">1 day ago</small>
  879.            <h6 class="mb-1 lh-sm">
  880.              <a href="#" class="text-decoration-none text-dark">Minimalist Living Tips</a>
  881.            </h6>
  882.            <small class="text-muted">Lifestyle</small>
  883.          </div>
  884.        </article>
  885.      </div>
  886.    </div>
  887.  
  888.    <hr />
  889.  
  890.    <div class="contact-info-v1">
  891.      <h6 class="fw-semibold mb-3">Get in Touch</h6>
  892.      <div class="small text-muted lh-lg">
  893.        <div class="mb-2">
  894.          <strong>Location:</strong><br />
  895.          123 Innovation Street<br />
  896.          Tech District, CA 94105
  897.        </div>
  898.        <div class="mb-2">
  899.          <strong>Email:</strong><br />
  900.          <a href="/cdn-cgi/l/email-protection#442c2128282b042636252a206a272b29" class="text-decoration-none"><span class="__cf_email__" data-cfemail="6e060b0202012e0c1c0f000a400d0103">[email&#160;protected]</span></a>
  901.        </div>
  902.        <div>
  903.          <strong>Phone:</strong><br />
  904.          <a href="tel:+1234567890" class="text-decoration-none">+1 (234) 567-890</a>
  905.        </div>
  906.      </div>
  907.    </div>
  908.  </div>
  909. </div>
  910.  
  911. <!-- Custom CSS -->
  912. <style>
  913.  .navbar {
  914.    padding-inline: 20px;
  915.  }
  916.  
  917.  .nav-v1 {
  918.    backdrop-filter: blur(12px);
  919.  }
  920.  
  921.  .brand-v1 img {
  922.    height: 32px;
  923.    transition: transform 0.3s ease;
  924.  }
  925.  
  926.  .brand-v1:hover img {
  927.    transform: scale(1.05);
  928.  }
  929.  
  930.  .search-wrapper-v1 {
  931.    max-width: 600px;
  932.    position: relative;
  933.  }
  934.  
  935.  .search-input-v1 {
  936.    padding: 10px 16px 10px 42px;
  937.    border: 1px solid #e2e8f0;
  938.    border-radius: 24px;
  939.    font-size: 14px;
  940.    transition: all 0.3s ease;
  941.    background: white;
  942.    width: 100%;
  943.    max-width: 400px;
  944.  }
  945.  
  946.  .search-input-v1:focus {
  947.    border-color: #2563eb;
  948.    outline: none;
  949.    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  950.    transform: translateY(-1px);
  951.  }
  952.  
  953.  .search-icon-v1 {
  954.    position: absolute;
  955.    left: 14px;
  956.    top: 50%;
  957.    transform: translateY(-50%);
  958.    color: #64748b;
  959.    width: 16px;
  960.    height: 16px;
  961.  }
  962.  
  963.  .navlink-v1 {
  964.    color: #374151;
  965.    font-weight: 500;
  966.    font-size: 15px;
  967.    padding: 8px 16px;
  968.    border-radius: 12px;
  969.    transition: all 0.2s ease;
  970.    text-decoration: none;
  971.    position: relative;
  972.  }
  973.  
  974.  .navlink-v1:hover {
  975.    background: rgba(37, 99, 235, 0.1);
  976.    color: #2563eb;
  977.    transform: translateY(-1px);
  978.  }
  979.  
  980.  .navlink-v1.active-v1 {
  981.    background: #2563eb;
  982.    color: white !important;
  983.  }
  984.  
  985.  .dropdown-v1 {
  986.    border: 1px solid #e2e8f0;
  987.    border-radius: 16px;
  988.    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  989.    backdrop-filter: blur(8px);
  990.    background: rgba(255, 255, 255, 0.98);
  991.    padding: 8px 0;
  992.  }
  993.  
  994.  .dropdown-item-v1 {
  995.    padding: 8px 20px;
  996.    font-size: 14px;
  997.    color: #374151 !important;
  998.    transition: all 0.2s ease;
  999.    border-radius: 8px;
  1000.    margin: 2px 0px;
  1001.  }
  1002.  
  1003.  .dropdown-item-v1:hover {
  1004.    background: rgba(37, 99, 235, 0.1);
  1005.    color: #2563eb !important;
  1006.  }
  1007.  
  1008.  .menu-btn-v1 {
  1009.    padding: 8px 16px;
  1010.    border: 1px solid #e2e8f0;
  1011.    border-radius: 12px;
  1012.    background: white;
  1013.    color: #374151;
  1014.    font-weight: 500;
  1015.    transition: all 0.2s ease;
  1016.  }
  1017.  
  1018.  .menu-btn-v1:hover {
  1019.    border-color: #2563eb;
  1020.    color: #2563eb;
  1021.    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
  1022.  }
  1023.  
  1024.  .offcanvas-v1 {
  1025.    width: min(360px, 90vw);
  1026.    background: white;
  1027.    z-index: 1050;
  1028.  }
  1029.  
  1030.  .post-card-v1 {
  1031.    padding: 12px;
  1032.    border-radius: 12px;
  1033.    transition: all 0.2s ease;
  1034.    border: 1px solid transparent;
  1035.  }
  1036.  
  1037.  .post-card-v1:hover {
  1038.    background: #f8fafc;
  1039.    border-color: #e2e8f0;
  1040.  }
  1041.  
  1042.  .post-img-v1 {
  1043.    border-radius: 8px;
  1044.    transition: transform 0.3s ease;
  1045.  }
  1046.  
  1047.  .post-card-v1:hover .post-img-v1 {
  1048.    transform: scale(1.02);
  1049.  }
  1050.  
  1051.  .contact-info-v1 {
  1052.    background: #f8fafc;
  1053.    padding: 16px;
  1054.    border-radius: 12px;
  1055.    border: 1px solid #e2e8f0;
  1056.  }
  1057.  
  1058.  @media (max-width: 1200px) {
  1059.    .nav-width {
  1060.      width: 100%;
  1061.    }
  1062.  }
  1063.  
  1064.  @media (max-width: 991px) {
  1065.    .navlink-v1 {
  1066.      padding: 12px 16px;
  1067.      margin: 2px 0;
  1068.    }
  1069.  
  1070.    .search-wrapper-v1 {
  1071.      margin: 12px 0;
  1072.    }
  1073.  }
  1074.  
  1075.  /* search field */
  1076.  .search-results-container {
  1077.    position: absolute;
  1078.    top: 100%;
  1079.    /* Position it below the input field */
  1080. left: 10px;
  1081.  right: 10px;
  1082.    background-color: white;
  1083.    border: 1px solid #ddd;
  1084.    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1085.    max-height: 300px;
  1086.    overflow-y: auto;
  1087.    z-index: 1000;
  1088.    display: none;
  1089.    /* Initially hidden */
  1090.  }
  1091.  
  1092.  .search-results-container p {
  1093.    margin: 0;
  1094.  }
  1095.  
  1096.  .search-results-container .result-item {
  1097.    padding: 10px;
  1098.    cursor: pointer;
  1099.  }
  1100.  
  1101.  .search-results-container .result-item:hover {
  1102.    background-color: #f0f0f0;
  1103.  }
  1104. </style>
  1105. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  1106.  document.addEventListener("DOMContentLoaded", function () {
  1107.    console.error("loaded");
  1108.  
  1109.    // Pick input depending on screen size
  1110.    const searchInput = window.innerWidth <= 991
  1111.      ? document.getElementById("search-input")
  1112.      : document.getElementById("search-input1");
  1113.  
  1114.    if (searchInput) {
  1115.      console.log("inside");
  1116.  
  1117.      // Add event listener for keyup
  1118.      searchInput.addEventListener("keyup", function (e) {
  1119.        console.log('test');
  1120.        console.log("Key pressed:", e.key);
  1121.        e.preventDefault();
  1122.  
  1123.        const query = searchInput.value;
  1124.        const searchResults = window.innerWidth <= 991
  1125.          ? document.getElementById("search-results")
  1126.          : document.getElementById("search-results1");
  1127.  
  1128.        console.log("User is typing: " + query);
  1129.  
  1130.        if (query === "") {
  1131.          searchResults.innerHTML = "";
  1132.          searchResults.style.display = "none";
  1133.          return;
  1134.        }
  1135.  
  1136.        searchResults.style.display = "block";
  1137.  
  1138.        fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1139.          method: "GET",
  1140.          headers: {
  1141.            "X-Requested-With": "XMLHttpRequest",
  1142.          },
  1143.        })
  1144.          .then(response => {
  1145.            console.log("Response Status:", response.status);
  1146.            return response.json();
  1147.          })
  1148.          .then(data => {
  1149.            console.log("Data received:", data);
  1150.            if (data.html) {
  1151.              searchResults.innerHTML = data.html;
  1152.            } else {
  1153.              searchResults.innerHTML = "<p>No results found.</p>";
  1154.            }
  1155.          })
  1156.          .catch(error => {
  1157.            console.error("Error fetching search results:", error);
  1158.          });
  1159.      });
  1160.  
  1161.      // 🔹 Close results when clicking outside
  1162.      document.addEventListener("click", function (e) {
  1163.        const searchResults = window.innerWidth <= 991
  1164.          ? document.getElementById("search-results")
  1165.          : document.getElementById("search-results1");
  1166.  
  1167.        if (searchResults && !searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1168.          searchResults.style.display = "none";
  1169.        }
  1170.      });
  1171.  
  1172.    } else {
  1173.      console.error("Search input not found");
  1174.    }
  1175.  });
  1176. </script>
  1177. <script>
  1178.  // Function to check screen size and remove 'navbar-collapse' class
  1179.  function removeNavbarCollapseClass() {
  1180.    const navbar = document.getElementById('navCollapse-v1');
  1181.    // Check if screen width is greater than or equal to 1024px (Bootstrap's lg breakpoint)
  1182.    if (window.innerWidth <= 1100) {
  1183.      if (navbar) {
  1184.        navbar.classList.remove('navbar-collapse');
  1185.      }
  1186.    } else {
  1187.      // You can re-add the class if the screen is smaller than 'lg' size
  1188.      if (navbar) {
  1189.        navbar.classList.add('navbar-collapse');
  1190.      }
  1191.    }
  1192.  }
  1193.  
  1194.  // Run the function on page load
  1195.  window.addEventListener('load', removeNavbarCollapseClass);
  1196.  
  1197.  // Also, run the function on window resize to check screen size dynamically
  1198.  window.addEventListener('resize', removeNavbarCollapseClass);
  1199.  
  1200.  
  1201. </script>
  1202.  
  1203.        </header>
  1204.        <!-- end of header -->
  1205.        <!-- start of wpo-blog-hero -->
  1206.        
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214. <div class="blog-hero-v2">
  1215.  <div class="container-fluid fluid-container">
  1216.    <div class="row">
  1217.      <!-- Main Featured Post -->
  1218.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1219.        
  1220.        
  1221.        
  1222.          
  1223.        <div class="featured-post">
  1224.          <div class="post-image">
  1225.            
  1226.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1227.              class="img-fluid" alt="">
  1228.            
  1229.            <div class="post-overlay">
  1230.              <div class="post-content">
  1231.                <span class="category-badge bg-primary-gradient">News</span>
  1232.                <h1 class="post-title1 blog-color">
  1233.                  <a href="/doctors-from-the-scottish-region-and-america-accomplish-historic-stroke-procedure-using-robotic-system/" class="blog-color">
  1234.                    Doctors from the Scottish region and America Accomplish Historic Stroke Procedure Using Robotic System
  1235.                  </a>
  1236.                </h1>
  1237.                <p class="post-excerpt"></p>
  1238.                <div class="post-meta">
  1239.                  <div class="author-info">
  1240.                    
  1241.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/11a71a72-06de-4257-9ba1-b133b3a05b69_profile.png" alt="Marvin Jacobson"
  1242.                      style="object-fit: cover;" class="author-avatar">
  1243.                    
  1244.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Marvin Jacobson</a></span>
  1245.                  </div>
  1246.                  <span class="post-date">14 May 2026</span>
  1247.                </div>
  1248.              </div>
  1249.            </div>
  1250.          </div>
  1251.        </div>
  1252.  
  1253.        
  1254.        
  1255.      </div>
  1256.  
  1257.      <!-- Side Posts -->
  1258.      <div class="col-lg-4 col-md-12">
  1259.        <div class="row h-100">
  1260.        
  1261.  
  1262.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1263.            <div class="side-post h-100">
  1264.              <div class="row g-0 h-100">
  1265.                <div class="col-5">
  1266.                  <div class="side-post-image">
  1267.                    
  1268.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1269.                      style="object-fit: cover;" alt="">
  1270.                    
  1271.                  </div>
  1272.                </div>
  1273.                <div class="col-7">
  1274.                  <div class="side-post-content">
  1275.                    <div>
  1276.                      <span class="category-badge bg-primary-gradient">News</span>
  1277.                      <h3> <a href="/the-chinese-new-ai-rules-aim-on-child-protection-and-self-harm-risk-mitigation/" class="line-clamp-2">
  1278.                          The Chinese New AI Rules Aim on Child Protection and Self-Harm Risk Mitigation.
  1279.                        </a></h3>
  1280.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1281.                    </div>
  1282.                    <div class="side-post-meta">
  1283.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Marvin Jacobson</a></span>
  1284.                    </div>
  1285.                  </div>
  1286.                </div>
  1287.              </div>
  1288.            </div>
  1289.          </div>
  1290.  
  1291.          
  1292.  
  1293.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1294.            <div class="side-post h-100">
  1295.              <div class="row g-0 h-100">
  1296.                <div class="col-5">
  1297.                  <div class="side-post-image">
  1298.                    
  1299.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1300.                      style="object-fit: cover;" alt="">
  1301.                    
  1302.                  </div>
  1303.                </div>
  1304.                <div class="col-7">
  1305.                  <div class="side-post-content">
  1306.                    <div>
  1307.                      <span class="category-badge bg-primary-gradient">News</span>
  1308.                      <h3> <a href="/gavin-newsom-confirms-he-is-evaluating-a-white-house-bid-in-2028/" class="line-clamp-2">
  1309.                          Gavin Newsom Confirms He Is Evaluating a White House Bid in 2028
  1310.                        </a></h3>
  1311.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1312.                    </div>
  1313.                    <div class="side-post-meta">
  1314.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Marvin Jacobson</a></span>
  1315.                    </div>
  1316.                  </div>
  1317.                </div>
  1318.              </div>
  1319.            </div>
  1320.          </div>
  1321.  
  1322.          
  1323.  
  1324.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1325.            <div class="side-post h-100">
  1326.              <div class="row g-0 h-100">
  1327.                <div class="col-5">
  1328.                  <div class="side-post-image">
  1329.                    
  1330.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1331.                      style="object-fit: cover;" alt="">
  1332.                    
  1333.                  </div>
  1334.                </div>
  1335.                <div class="col-7">
  1336.                  <div class="side-post-content">
  1337.                    <div>
  1338.                      <span class="category-badge bg-primary-gradient">News</span>
  1339.                      <h3> <a href="/certain-factions-on-the-left-and-right-who-offer-only-complaints-ministers-are-moving-forward-with-the-job-of-financial-revitalization/" class="line-clamp-2">
  1340.                          Certain factions on the left and right who offer only complaints: Ministers are moving forward with the job of financial revitalization.
  1341.                        </a></h3>
  1342.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1343.                    </div>
  1344.                    <div class="side-post-meta">
  1345.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Marvin Jacobson</a></span>
  1346.                    </div>
  1347.                  </div>
  1348.                </div>
  1349.              </div>
  1350.            </div>
  1351.          </div>
  1352.  
  1353.          
  1354.        </div>
  1355.      </div>
  1356.    </div>
  1357.  </div>
  1358. </div>
  1359.  
  1360. <style>
  1361.  /* Blog Hero V2 Styles */
  1362.  .blog-hero-v2 {
  1363.    padding: 60px 0;
  1364.  }
  1365.  
  1366.  /* Featured Post Styles */
  1367.  .featured-post {
  1368.    position: relative;
  1369.    border-radius: 20px;
  1370.    overflow: hidden;
  1371.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1372.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1373.  }
  1374.  
  1375.  .featured-post:hover {
  1376.    transform: translateY(-5px);
  1377.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1378.  }
  1379.  
  1380.  .featured-post .post-image {
  1381.    position: relative;
  1382.    height: 500px;
  1383.    overflow: hidden;
  1384.  }
  1385.  
  1386.  .featured-post .post-image img {
  1387.    width: 100%;
  1388.    height: 100%;
  1389.    object-fit: cover;
  1390.    transition: transform 0.5s ease;
  1391.  }
  1392.  
  1393.  .featured-post:hover .post-image img {
  1394.    transform: scale(1.05);
  1395.  }
  1396.  
  1397.  .post-overlay {
  1398.    position: absolute;
  1399.    top: 0;
  1400.    left: 0;
  1401.    right: 0;
  1402.    bottom: 0;
  1403.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1404.    display: flex;
  1405.    align-items: flex-end;
  1406.    padding: 40px;
  1407.  }
  1408.  
  1409.  .post-content .post-title1 {
  1410.    color: white;
  1411.    font-size: 2.5rem;
  1412.    font-weight: 700;
  1413.    margin: 15px 0;
  1414.    line-height: 1.2;
  1415.  }
  1416.  
  1417.  .post-content .post-excerpt {
  1418.    color: rgba(255, 255, 255, 0.9);
  1419.    font-size: 1.1rem;
  1420.    margin-bottom: 20px;
  1421.    line-height: 1.6;
  1422.  }
  1423.  
  1424.  /* Category Badges */
  1425.  .category-badge {
  1426.    display: inline-block;
  1427.    padding: 4px 8px;
  1428.    font-size: 0.75rem;
  1429.    font-weight: 600;
  1430.    text-transform: uppercase;
  1431.    letter-spacing: 0.5px;
  1432.    border-radius: 25px;
  1433.    text-align: center;
  1434.    width: fit-content;
  1435.  }
  1436.  
  1437.  /* Post Meta */
  1438.  .post-meta {
  1439.    display: flex;
  1440.    align-items: center;
  1441.    justify-content: space-between;
  1442.    margin-top: 25px;
  1443.  }
  1444.  
  1445.  .author-info {
  1446.    display: flex;
  1447.    align-items: center;
  1448.    gap: 12px;
  1449.  }
  1450.  
  1451.  .author-avatar {
  1452.    width: 45px !important;
  1453.    height: 45px !important;
  1454.    border-radius: 50%;
  1455.    border: 3px solid white;
  1456.  }
  1457.  
  1458.  .author-name,
  1459.  .post-date {
  1460.    color: rgba(255, 255, 255, 0.9);
  1461.    font-weight: 500;
  1462.  }
  1463.  
  1464.  .author-name {
  1465.    text-decoration: none;
  1466.  }
  1467.  
  1468.  .author-name:hover {
  1469.    color: white;
  1470.  }
  1471.  
  1472.  /* Side Posts */
  1473.  .side-post {
  1474.    background: var(--card-bg);
  1475.    border-radius: 15px;
  1476.    border: 1px solid var(--border-color);
  1477.    overflow: hidden;
  1478.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1479.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1480.    height: auto;
  1481.  }
  1482.  
  1483.  .side-post:hover {
  1484.    transform: translateY(-3px);
  1485.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1486.  }
  1487.  
  1488.  .side-post-image {
  1489.    max-height: 155px;
  1490.    height: 100%;
  1491.    overflow: hidden;
  1492.  }
  1493.  
  1494.  .side-post-image img {
  1495.    width: 100%;
  1496.    height: 100%;
  1497.    object-fit: cover;
  1498.    transition: transform 0.3s ease;
  1499.  }
  1500.  
  1501.  .side-post:hover .side-post-image img {
  1502.    transform: scale(1.1);
  1503.  }
  1504.  
  1505.  .side-post-content {
  1506.    padding: 8px 16px;
  1507.    display: flex;
  1508.    flex-direction: column;
  1509.    justify-content: space-between;
  1510.    height: 100%;
  1511.  }
  1512.  
  1513.  .side-post-content h3 {
  1514.    font-size: 1rem;
  1515.    font-weight: 600;
  1516.    margin: 8px 0;
  1517.    line-height: 1.4;
  1518.  }
  1519.  
  1520.  .side-post-content h3 a {
  1521.    color: #333;
  1522.    text-decoration: none;
  1523.    transition: color 0.3s ease;
  1524.  }
  1525.  
  1526.  .side-post-content h3 a:hover {
  1527.    color: #007bff;
  1528.  }
  1529.  
  1530.  .side-post-meta {
  1531.    font-size: 0.8rem;
  1532.    color: #666;
  1533.    display: flex;
  1534.    flex-direction: column;
  1535.    gap: 4px;
  1536.  }
  1537.  
  1538.  .side-post-meta a {
  1539.    color: #007bff;
  1540.    text-decoration: none;
  1541.  }
  1542.  
  1543.  .side-post-meta a:hover {
  1544.    text-decoration: underline;
  1545.  }
  1546.  
  1547.  /* Responsive Design */
  1548.  @media (max-width: 768px) {
  1549.    .blog-hero-v2 {
  1550.      padding: 30px 0;
  1551.    }
  1552.  
  1553.    .featured-post .post-image {
  1554.      height: 350px;
  1555.    }
  1556.  
  1557.    .post-overlay {
  1558.      padding: 25px;
  1559.    }
  1560.  
  1561.    .post-content .post-title1 {
  1562.      font-size: 1.8rem;
  1563.    }
  1564.  
  1565.    .post-content .post-excerpt {
  1566.      font-size: 1rem;
  1567.      margin-bottom: 15px;
  1568.    }
  1569.  
  1570.    .post-meta {
  1571.      flex-direction: column;
  1572.      align-items: flex-start;
  1573.      gap: 10px;
  1574.    }
  1575.  
  1576.    .side-post {
  1577.      height: auto;
  1578.    }
  1579.  
  1580.    .side-post-content {
  1581.      height: auto;
  1582.      padding: 15px;
  1583.    }
  1584.  }
  1585.  
  1586.  @media (max-width: 576px) {
  1587.    .post-content .post-title1 {
  1588.      font-size: 1.5rem;
  1589.    }
  1590.  
  1591.    .side-post-content h3 {
  1592.      font-size: 0.9rem;
  1593.    }
  1594.  
  1595.    .side-post-image img {}
  1596.  }
  1597. </style>
  1598.  
  1599.  
  1600.  
  1601.  
  1602.        <!-- end of wpo-blog-hero -->
  1603.  
  1604.        <!-- start of wpo-breacking-news -->
  1605.        
  1606.        <!-- end of wpo-breacking-news -->
  1607.        
  1608.        <!-- start wpo-blog-highlights-section -->
  1609.        
  1610.  
  1611.  
  1612.  
  1613.    
  1614.  
  1615.  
  1616.  <style>
  1617.    /* Section Header */
  1618.    .section-header-v9 {
  1619.      text-align: center;
  1620.      margin-bottom: 20px;
  1621.    }
  1622.    
  1623.    .section-title-v9 {
  1624.      font-size: 3rem;
  1625.      font-weight: 700;
  1626.      color: var(--topbar-color);
  1627.      margin-bottom: 20px;
  1628.      text-transform: uppercase;
  1629.    }
  1630.    
  1631.    .section-subtitle-v9 {
  1632.      font-size: 1.2rem;
  1633.      color: var(--topbar-color);
  1634.      opacity: 0.5;
  1635.      max-width: 800px;
  1636.      margin: 0 auto;
  1637.      line-height: 1.8;
  1638.    }
  1639.        
  1640.    /* Blog Card */
  1641.    .blog-card-v9 {
  1642.      background: var(--card-bg);
  1643.      border: 1px solid var(--border-color);
  1644.      border-radius: 8px;
  1645.      margin-bottom: 30px;
  1646.      overflow: hidden;
  1647.      opacity: 0;
  1648.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  1649.    }
  1650.    
  1651.    .blog-card-v9.fade-in {
  1652.      opacity: 1;
  1653.    }
  1654.    
  1655.    @keyframes fadeIn {
  1656.      from {
  1657.        opacity: 0;
  1658.      }
  1659.      to {
  1660.        opacity: 1;
  1661.      }
  1662.    }
  1663.    
  1664.    .blog-card-v9:hover {
  1665.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1666.    }
  1667.    
  1668.    /* Blog Image */
  1669.    .blog-image-container-v9 {
  1670.      width: 100%;
  1671.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  1672.      overflow: hidden;
  1673.    }
  1674.    
  1675.    .blog-image-v9 {
  1676.      width: 100%;
  1677.      height: 100%;
  1678.    }
  1679.    
  1680.    .blog-image-v9 img {
  1681.      width: 100%;
  1682.      height: 100%;
  1683.      object-fit: cover;
  1684.      display: block;
  1685.    }
  1686.    
  1687.    /* Blog Content */
  1688.    .blog-content-v9 {
  1689.      padding: 20px;
  1690.    }
  1691.    
  1692.    .blog-title-v9 {
  1693.      font-size: 1.2rem;
  1694.      font-weight: 600;
  1695.      margin-bottom: 15px;
  1696.      color: var(--topbar-color) !important;
  1697.      text-transform: capitalize;
  1698.    }
  1699.    
  1700.    .blog-meta-v9 {
  1701.      display: flex;
  1702.      align-items: center;
  1703.      gap: 10px;
  1704.      font-size: 0.9rem;
  1705.      color: var(--topbar-color);
  1706.      margin-bottom: 10px;
  1707.    }
  1708.    
  1709.    .blog-meta-v9 span {
  1710.      display: inline-block;
  1711.    }
  1712.    
  1713.    .blog-excerpt-v9 {
  1714.      font-size: 1rem;
  1715.      color: var(--topbar-color);
  1716.      opacity: .6;
  1717.      margin-bottom: 15px;
  1718.      line-height: 1.6;
  1719.    }
  1720.    
  1721.    .blog-actions-v9 {
  1722.      display: flex;
  1723.      justify-content: flex-start;
  1724.    }
  1725.    
  1726.    .blog-read-more-v9 {
  1727.      font-size: 1rem;
  1728.      color: var(--topbar-color);
  1729.      text-decoration: none;
  1730.      transition: color 0.3s ease;
  1731.    }
  1732.    
  1733.    .blog-read-more-v9:hover {
  1734.      color: #2980b9 !important;
  1735.    }
  1736.    
  1737.    /* Responsive Design */
  1738.    @media (max-width: 768px) {
  1739.      .section-title-v9 {
  1740.        font-size: 2.5rem;
  1741.      }
  1742.    
  1743.      .blog-card-v9 {
  1744.        margin-bottom: 20px;
  1745.      }
  1746.    
  1747.      .blog-meta-v9 {
  1748.        font-size: 0.8rem;
  1749.      }
  1750.    
  1751.      .blog-image-container-v9 {
  1752.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  1753.      }
  1754.    }
  1755.  </style>
  1756.  
  1757.  <section class="blog-highlights-v9 mt-5">
  1758.    <div class="container-fluid fluid-container">
  1759.      <!-- Section Header -->
  1760.      <div class="row justify-content-center">
  1761.        <div class="col-12 col-lg-10">
  1762.          <div class="section-header-v9">
  1763.            <h2 class="section-title-v9 mb-0">
  1764.                Today's Top Highlights
  1765.                   </h2>
  1766.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  1767.          </div>
  1768.        </div>
  1769.      </div>
  1770.  
  1771.      <!-- Blog Grid -->
  1772.      <div class="row ">
  1773.        <div class="col-lg-8">
  1774.          <div class="row d-flex justify-content-center">
  1775.            
  1776.              <div class="col-md-6 pb-3">
  1777.                <article class="blog-card-v9 h-100">
  1778.                  <div class="blog-image-container-v9">
  1779.                    <div class="blog-image-v9">
  1780.                      
  1781.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1782.                      
  1783.                    </div>
  1784.                  </div>
  1785.                  <div class="blog-content-v9">
  1786.                    <h3 class="blog-title-v9 "><a class="top-color" href="/ex-bbc-specialists-undergo-members-of-parliaments-inquiry-in-the-wake-of-allegations-of-partiality-in-disclosed-document/">Ex- BBC Specialists Undergo Members of Parliament&#x27;s Inquiry In the Wake of Allegations of Partiality in Disclosed Document</a></h3>
  1787.                    <div class="blog-meta-v9">
  1788.                      <span>By <strong>Marvin Jacobson</strong></span>
  1789.                      <span>•</span>
  1790.                      <span>13 May 2026</span>
  1791.                    </div>
  1792.                    <p class="blog-excerpt-v9"></p>
  1793.                    <div class="blog-actions-v9">
  1794.                      <a href="/ex-bbc-specialists-undergo-members-of-parliaments-inquiry-in-the-wake-of-allegations-of-partiality-in-disclosed-document/" class="blog-read-more-v9">Read More →</a>
  1795.                    </div>
  1796.                  </div>
  1797.                </article>
  1798.              </div>
  1799.            
  1800.              <div class="col-md-6 pb-3">
  1801.                <article class="blog-card-v9 h-100">
  1802.                  <div class="blog-image-container-v9">
  1803.                    <div class="blog-image-v9">
  1804.                      
  1805.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1806.                      
  1807.                    </div>
  1808.                  </div>
  1809.                  <div class="blog-content-v9">
  1810.                    <h3 class="blog-title-v9 "><a class="top-color" href="/canadas-blue-jays-claim-world-series-showdown-with-the-dodgers/">Canada&#x27;s Blue Jays Claim World Series Showdown With the Dodgers</a></h3>
  1811.                    <div class="blog-meta-v9">
  1812.                      <span>By <strong>Marvin Jacobson</strong></span>
  1813.                      <span>•</span>
  1814.                      <span>13 May 2026</span>
  1815.                    </div>
  1816.                    <p class="blog-excerpt-v9"></p>
  1817.                    <div class="blog-actions-v9">
  1818.                      <a href="/canadas-blue-jays-claim-world-series-showdown-with-the-dodgers/" class="blog-read-more-v9">Read More →</a>
  1819.                    </div>
  1820.                  </div>
  1821.                </article>
  1822.              </div>
  1823.            
  1824.              <div class="col-md-6 pb-3">
  1825.                <article class="blog-card-v9 h-100">
  1826.                  <div class="blog-image-container-v9">
  1827.                    <div class="blog-image-v9">
  1828.                      
  1829.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1830.                      
  1831.                    </div>
  1832.                  </div>
  1833.                  <div class="blog-content-v9">
  1834.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-english-team-name-the-off-spinner-in-line-up-for-ashes-first-test/">The English team Name the off-spinner in Line-up for Ashes First Test</a></h3>
  1835.                    <div class="blog-meta-v9">
  1836.                      <span>By <strong>Marvin Jacobson</strong></span>
  1837.                      <span>•</span>
  1838.                      <span>13 May 2026</span>
  1839.                    </div>
  1840.                    <p class="blog-excerpt-v9"></p>
  1841.                    <div class="blog-actions-v9">
  1842.                      <a href="/the-english-team-name-the-off-spinner-in-line-up-for-ashes-first-test/" class="blog-read-more-v9">Read More →</a>
  1843.                    </div>
  1844.                  </div>
  1845.                </article>
  1846.              </div>
  1847.            
  1848.              <div class="col-md-6 pb-3">
  1849.                <article class="blog-card-v9 h-100">
  1850.                  <div class="blog-image-container-v9">
  1851.                    <div class="blog-image-v9">
  1852.                      
  1853.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1854.                      
  1855.                    </div>
  1856.                  </div>
  1857.                  <div class="blog-content-v9">
  1858.                    <h3 class="blog-title-v9 "><a class="top-color" href="/olympic-athlete-and-several-eritreans-freed-after-18-years-without-facing-charges-family-members-report/">Olympic Athlete and Several Eritreans Freed After 18 Years Without Facing Charges, Family Members Report</a></h3>
  1859.                    <div class="blog-meta-v9">
  1860.                      <span>By <strong>Marvin Jacobson</strong></span>
  1861.                      <span>•</span>
  1862.                      <span>13 May 2026</span>
  1863.                    </div>
  1864.                    <p class="blog-excerpt-v9"></p>
  1865.                    <div class="blog-actions-v9">
  1866.                      <a href="/olympic-athlete-and-several-eritreans-freed-after-18-years-without-facing-charges-family-members-report/" class="blog-read-more-v9">Read More →</a>
  1867.                    </div>
  1868.                  </div>
  1869.                </article>
  1870.              </div>
  1871.            
  1872.              <div class="col-md-6 pb-3">
  1873.                <article class="blog-card-v9 h-100">
  1874.                  <div class="blog-image-container-v9">
  1875.                    <div class="blog-image-v9">
  1876.                      
  1877.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1878.                      
  1879.                    </div>
  1880.                  </div>
  1881.                  <div class="blog-content-v9">
  1882.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-kpop-demon-hunters-series-balloons-to-make-a-grand-appearance-at-macys-thanksgiving-day-parade/">The KPop Demon Hunters Series Balloons to Make a Grand Appearance at Macy&#x27;s Thanksgiving Day Parade</a></h3>
  1883.                    <div class="blog-meta-v9">
  1884.                      <span>By <strong>Marvin Jacobson</strong></span>
  1885.                      <span>•</span>
  1886.                      <span>12 May 2026</span>
  1887.                    </div>
  1888.                    <p class="blog-excerpt-v9"></p>
  1889.                    <div class="blog-actions-v9">
  1890.                      <a href="/the-kpop-demon-hunters-series-balloons-to-make-a-grand-appearance-at-macys-thanksgiving-day-parade/" class="blog-read-more-v9">Read More →</a>
  1891.                    </div>
  1892.                  </div>
  1893.                </article>
  1894.              </div>
  1895.            
  1896.              <div class="col-md-6 pb-3">
  1897.                <article class="blog-card-v9 h-100">
  1898.                  <div class="blog-image-container-v9">
  1899.                    <div class="blog-image-v9">
  1900.                      
  1901.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1902.                      
  1903.                    </div>
  1904.                  </div>
  1905.                  <div class="blog-content-v9">
  1906.                    <h3 class="blog-title-v9 "><a class="top-color" href="/tragic-unearthing-bodies-of-missing-mum-and-daughter-found-in-freezing-units-in-austria/">Tragic Unearthing: Bodies of Missing Mum and Daughter Found in Freezing Units in Austria</a></h3>
  1907.                    <div class="blog-meta-v9">
  1908.                      <span>By <strong>Marvin Jacobson</strong></span>
  1909.                      <span>•</span>
  1910.                      <span>12 May 2026</span>
  1911.                    </div>
  1912.                    <p class="blog-excerpt-v9"></p>
  1913.                    <div class="blog-actions-v9">
  1914.                      <a href="/tragic-unearthing-bodies-of-missing-mum-and-daughter-found-in-freezing-units-in-austria/" class="blog-read-more-v9">Read More →</a>
  1915.                    </div>
  1916.                  </div>
  1917.                </article>
  1918.              </div>
  1919.            
  1920.              <div class="col-md-6 pb-3">
  1921.                <article class="blog-card-v9 h-100">
  1922.                  <div class="blog-image-container-v9">
  1923.                    <div class="blog-image-v9">
  1924.                      
  1925.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1926.                      
  1927.                    </div>
  1928.                  </div>
  1929.                  <div class="blog-content-v9">
  1930.                    <h3 class="blog-title-v9 "><a class="top-color" href="/spotify-year-end-recap-launch-date-plus-your-burning-questions-answered/">Spotify Year-End Recap: Launch Date plus Your Burning Questions Answered</a></h3>
  1931.                    <div class="blog-meta-v9">
  1932.                      <span>By <strong>Marvin Jacobson</strong></span>
  1933.                      <span>•</span>
  1934.                      <span>12 May 2026</span>
  1935.                    </div>
  1936.                    <p class="blog-excerpt-v9"></p>
  1937.                    <div class="blog-actions-v9">
  1938.                      <a href="/spotify-year-end-recap-launch-date-plus-your-burning-questions-answered/" class="blog-read-more-v9">Read More →</a>
  1939.                    </div>
  1940.                  </div>
  1941.                </article>
  1942.              </div>
  1943.            
  1944.              <div class="col-md-6 pb-3">
  1945.                <article class="blog-card-v9 h-100">
  1946.                  <div class="blog-image-container-v9">
  1947.                    <div class="blog-image-v9">
  1948.                      
  1949.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1950.                      
  1951.                    </div>
  1952.                  </div>
  1953.                  <div class="blog-content-v9">
  1954.                    <h3 class="blog-title-v9 "><a class="top-color" href="/smooth-end-to-messis-india-tour-after-kolkata-chaos/">Smooth End to Messi&#x27;s India Tour After Kolkata Chaos</a></h3>
  1955.                    <div class="blog-meta-v9">
  1956.                      <span>By <strong>Marvin Jacobson</strong></span>
  1957.                      <span>•</span>
  1958.                      <span>12 May 2026</span>
  1959.                    </div>
  1960.                    <p class="blog-excerpt-v9"></p>
  1961.                    <div class="blog-actions-v9">
  1962.                      <a href="/smooth-end-to-messis-india-tour-after-kolkata-chaos/" class="blog-read-more-v9">Read More →</a>
  1963.                    </div>
  1964.                  </div>
  1965.                </article>
  1966.              </div>
  1967.            
  1968.              <div class="col-md-6 pb-3">
  1969.                <article class="blog-card-v9 h-100">
  1970.                  <div class="blog-image-container-v9">
  1971.                    <div class="blog-image-v9">
  1972.                      
  1973.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1974.                      
  1975.                    </div>
  1976.                  </div>
  1977.                  <div class="blog-content-v9">
  1978.                    <h3 class="blog-title-v9 "><a class="top-color" href="/esteemed-photographer-brian-harris-obituary-a-life-behind-the-camera/">Esteemed Photographer Brian Harris Obituary: A Life Behind the Camera</a></h3>
  1979.                    <div class="blog-meta-v9">
  1980.                      <span>By <strong>Marvin Jacobson</strong></span>
  1981.                      <span>•</span>
  1982.                      <span>12 May 2026</span>
  1983.                    </div>
  1984.                    <p class="blog-excerpt-v9"></p>
  1985.                    <div class="blog-actions-v9">
  1986.                      <a href="/esteemed-photographer-brian-harris-obituary-a-life-behind-the-camera/" class="blog-read-more-v9">Read More →</a>
  1987.                    </div>
  1988.                  </div>
  1989.                </article>
  1990.              </div>
  1991.            
  1992.              <div class="col-md-6 pb-3">
  1993.                <article class="blog-card-v9 h-100">
  1994.                  <div class="blog-image-container-v9">
  1995.                    <div class="blog-image-v9">
  1996.                      
  1997.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1998.                      
  1999.                    </div>
  2000.                  </div>
  2001.                  <div class="blog-content-v9">
  2002.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-met-faces-legal-challenge-over-allegedly-nazi-looted-van-gogh-artwork/">The Met Faces Legal Challenge Over Allegedly Nazi-Looted Van Gogh Artwork</a></h3>
  2003.                    <div class="blog-meta-v9">
  2004.                      <span>By <strong>Marvin Jacobson</strong></span>
  2005.                      <span>•</span>
  2006.                      <span>12 May 2026</span>
  2007.                    </div>
  2008.                    <p class="blog-excerpt-v9"></p>
  2009.                    <div class="blog-actions-v9">
  2010.                      <a href="/the-met-faces-legal-challenge-over-allegedly-nazi-looted-van-gogh-artwork/" class="blog-read-more-v9">Read More →</a>
  2011.                    </div>
  2012.                  </div>
  2013.                </article>
  2014.              </div>
  2015.            
  2016.              <div class="col-md-6 pb-3">
  2017.                <article class="blog-card-v9 h-100">
  2018.                  <div class="blog-image-container-v9">
  2019.                    <div class="blog-image-v9">
  2020.                      
  2021.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2022.                      
  2023.                    </div>
  2024.                  </div>
  2025.                  <div class="blog-content-v9">
  2026.                    <h3 class="blog-title-v9 "><a class="top-color" href="/us-congressman-calls-on-former-prince-andrew-to-provide-testimony-in-jeffrey-epstein-investigation/">US Congressman Calls On Former Prince Andrew to Provide Testimony in Jeffrey Epstein Investigation</a></h3>
  2027.                    <div class="blog-meta-v9">
  2028.                      <span>By <strong>Marvin Jacobson</strong></span>
  2029.                      <span>•</span>
  2030.                      <span>12 May 2026</span>
  2031.                    </div>
  2032.                    <p class="blog-excerpt-v9"></p>
  2033.                    <div class="blog-actions-v9">
  2034.                      <a href="/us-congressman-calls-on-former-prince-andrew-to-provide-testimony-in-jeffrey-epstein-investigation/" class="blog-read-more-v9">Read More →</a>
  2035.                    </div>
  2036.                  </div>
  2037.                </article>
  2038.              </div>
  2039.            
  2040.              <div class="col-md-6 pb-3">
  2041.                <article class="blog-card-v9 h-100">
  2042.                  <div class="blog-image-container-v9">
  2043.                    <div class="blog-image-v9">
  2044.                      
  2045.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2046.                      
  2047.                    </div>
  2048.                  </div>
  2049.                  <div class="blog-content-v9">
  2050.                    <h3 class="blog-title-v9 "><a class="top-color" href="/bahrain-to-argue-at-uk-supreme-court-over-state-immunity-in-surveillance-allegations/">Bahrain to Argue at UK Supreme Court Over State Immunity in Surveillance Allegations</a></h3>
  2051.                    <div class="blog-meta-v9">
  2052.                      <span>By <strong>Marvin Jacobson</strong></span>
  2053.                      <span>•</span>
  2054.                      <span>12 May 2026</span>
  2055.                    </div>
  2056.                    <p class="blog-excerpt-v9"></p>
  2057.                    <div class="blog-actions-v9">
  2058.                      <a href="/bahrain-to-argue-at-uk-supreme-court-over-state-immunity-in-surveillance-allegations/" class="blog-read-more-v9">Read More →</a>
  2059.                    </div>
  2060.                  </div>
  2061.                </article>
  2062.              </div>
  2063.            
  2064.            
  2065.  
  2066.          </div>
  2067.        </div>
  2068.  
  2069.       <div class="col col-lg-4 col-12">
  2070.                
  2071.  
  2072.  
  2073.  
  2074.    
  2075.  
  2076. <!-- Curved Heading Sidebar -->
  2077.    <div class="sidebar mb-3">
  2078.        
  2079.       <div class="sidebar-widget mb-5">
  2080.            <div class="widget-title-wrapper mb-3">
  2081.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2082.                    <div class="title-border"></div>
  2083.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2084.                </h4>
  2085.            </div>
  2086.            <div class="widget-content shadow-sm rounded-3 p-4">
  2087.                <div class="archives-list scrollable-sidebar">
  2088.                    
  2089.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2090.                        <a href="https://siberiastationspa.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2091.                            <i class="ti-angle-right me-2 text-primary"></i>
  2092.                            <span class="archive-link top-color fw-semibold">meilleur casino en ligne</span>
  2093.                        </a>
  2094.                    </div>
  2095.                    
  2096.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2097.                        <a href="https://gameplayspace.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2098.                            <i class="ti-angle-right me-2 text-primary"></i>
  2099.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2100.                        </a>
  2101.                    </div>
  2102.                    
  2103.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2104.                        <a href="https://www.sheeats.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2105.                            <i class="ti-angle-right me-2 text-primary"></i>
  2106.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2107.                        </a>
  2108.                    </div>
  2109.                    
  2110.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2111.                        <a href="https://bankingombuds.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2112.                            <i class="ti-angle-right me-2 text-primary"></i>
  2113.                            <span class="archive-link top-color fw-semibold">best online casinos</span>
  2114.                        </a>
  2115.                    </div>
  2116.                    
  2117.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2118.                        <a href="https://www.cma2019.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2119.                            <i class="ti-angle-right me-2 text-primary"></i>
  2120.                            <span class="archive-link top-color fw-semibold">casino en ligne fiable</span>
  2121.                        </a>
  2122.                    </div>
  2123.                    
  2124.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2125.                        <a href="https://www.campagnepourlalecture.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2126.                            <i class="ti-angle-right me-2 text-primary"></i>
  2127.                            <span class="archive-link top-color fw-semibold">casino en ligne le plus payant</span>
  2128.                        </a>
  2129.                    </div>
  2130.                    
  2131.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2132.                        <a href="https://www.station16gallery.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2133.                            <i class="ti-angle-right me-2 text-primary"></i>
  2134.                            <span class="archive-link top-color fw-semibold">canada sports betting sites</span>
  2135.                        </a>
  2136.                    </div>
  2137.                    
  2138.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2139.                        <a href="https://alpustheme.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2140.                            <i class="ti-angle-right me-2 text-primary"></i>
  2141.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2142.                        </a>
  2143.                    </div>
  2144.                    
  2145.  
  2146.                </div>
  2147.            </div>
  2148.        </div>
  2149.        
  2150.       <div class="sidebar-widget mb-5">
  2151.            <div class="widget-title-wrapper mb-3">
  2152.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2153.                    <div class="title-border"></div>
  2154.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2155.                </h4>
  2156.            </div>
  2157.            <div class="widget-content shadow-sm rounded-3 p-4">
  2158.                <div class="archives-list scrollable-sidebar">
  2159.                    
  2160.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2161.                        <a href="https://www.childbirthsolutions.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2162.                            <i class="ti-angle-right me-2 text-primary"></i>
  2163.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2164.                        </a>
  2165.                    </div>
  2166.                    
  2167.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2168.                        <a href="https://www.sustainablehealthsystems.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2169.                            <i class="ti-angle-right me-2 text-primary"></i>
  2170.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2171.                        </a>
  2172.                    </div>
  2173.                    
  2174.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2175.                        <a href="https://www.thehpalliance.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2176.                            <i class="ti-angle-right me-2 text-primary"></i>
  2177.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2178.                        </a>
  2179.                    </div>
  2180.                    
  2181.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2182.                        <a href="https://www.od4d.net/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2183.                            <i class="ti-angle-right me-2 text-primary"></i>
  2184.                            <span class="archive-link top-color fw-semibold">online casinos canada</span>
  2185.                        </a>
  2186.                    </div>
  2187.                    
  2188.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2189.                        <a href="https://gameplayspace.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2190.                            <i class="ti-angle-right me-2 text-primary"></i>
  2191.                            <span class="archive-link top-color fw-semibold">new casino canada</span>
  2192.                        </a>
  2193.                    </div>
  2194.                    
  2195.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2196.                        <a href="https://www.gamblinginsider.com/ca/online-casinos" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2197.                            <i class="ti-angle-right me-2 text-primary"></i>
  2198.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2199.                        </a>
  2200.                    </div>
  2201.                    
  2202.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2203.                        <a href="https://nac-cnn.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2204.                            <i class="ti-angle-right me-2 text-primary"></i>
  2205.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2206.                        </a>
  2207.                    </div>
  2208.                    
  2209.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2210.                        <a href="https://worldle-game.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2211.                            <i class="ti-angle-right me-2 text-primary"></i>
  2212.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2213.                        </a>
  2214.                    </div>
  2215.                    
  2216.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2217.                        <a href="https://hriportal.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2218.                            <i class="ti-angle-right me-2 text-primary"></i>
  2219.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2220.                        </a>
  2221.                    </div>
  2222.                    
  2223.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2224.                        <a href="https://www.itwc.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2225.                            <i class="ti-angle-right me-2 text-primary"></i>
  2226.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2227.                        </a>
  2228.                    </div>
  2229.                    
  2230.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2231.                        <a href="https://www.smartsaver.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2232.                            <i class="ti-angle-right me-2 text-primary"></i>
  2233.                            <span class="archive-link top-color fw-semibold">best online casinos</span>
  2234.                        </a>
  2235.                    </div>
  2236.                    
  2237.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2238.                        <a href="https://www.fastestpayoutonlinecasino.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2239.                            <i class="ti-angle-right me-2 text-primary"></i>
  2240.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2241.                        </a>
  2242.                    </div>
  2243.                    
  2244.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2245.                        <a href="https://projectunderstood.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2246.                            <i class="ti-angle-right me-2 text-primary"></i>
  2247.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2248.                        </a>
  2249.                    </div>
  2250.                    
  2251.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2252.                        <a href="https://www.albertaoilmagazine.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2253.                            <i class="ti-angle-right me-2 text-primary"></i>
  2254.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2255.                        </a>
  2256.                    </div>
  2257.                    
  2258.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2259.                        <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2260.                            <i class="ti-angle-right me-2 text-primary"></i>
  2261.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2262.                        </a>
  2263.                    </div>
  2264.                    
  2265.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2266.                        <a href="https://delbarber.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2267.                            <i class="ti-angle-right me-2 text-primary"></i>
  2268.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2269.                        </a>
  2270.                    </div>
  2271.                    
  2272.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2273.                        <a href="https://watergovernance.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2274.                            <i class="ti-angle-right me-2 text-primary"></i>
  2275.                            <span class="archive-link top-color fw-semibold">online casino real money</span>
  2276.                        </a>
  2277.                    </div>
  2278.                    
  2279.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2280.                        <a href="https://www.childbirthsolutions.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2281.                            <i class="ti-angle-right me-2 text-primary"></i>
  2282.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2283.                        </a>
  2284.                    </div>
  2285.                    
  2286.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2287.                        <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2288.                            <i class="ti-angle-right me-2 text-primary"></i>
  2289.                            <span class="archive-link top-color fw-semibold">best online casino canada</span>
  2290.                        </a>
  2291.                    </div>
  2292.                    
  2293.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2294.                        <a href="https://thegreenmanatinglewhite.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2295.                            <i class="ti-angle-right me-2 text-primary"></i>
  2296.                            <span class="archive-link top-color fw-semibold">non gamcare betting sites uk</span>
  2297.                        </a>
  2298.                    </div>
  2299.                    
  2300.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2301.                        <a href="https://www.valuewalk.com/igaming/casino-en-ligne-canada/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2302.                            <i class="ti-angle-right me-2 text-primary"></i>
  2303.                            <span class="archive-link top-color fw-semibold">casino en ligne québec</span>
  2304.                        </a>
  2305.                    </div>
  2306.                    
  2307.  
  2308.                </div>
  2309.            </div>
  2310.        </div>
  2311.        
  2312.       <div class="sidebar-widget mb-5">
  2313.            <div class="widget-title-wrapper mb-3">
  2314.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2315.                    <div class="title-border"></div>
  2316.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2317.                </h4>
  2318.            </div>
  2319.            <div class="widget-content shadow-sm rounded-3 p-4">
  2320.                <div class="archives-list scrollable-sidebar">
  2321.                    
  2322.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2323.                        <a href="https://spacingmontreal.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2324.                            <i class="ti-angle-right me-2 text-primary"></i>
  2325.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2326.                        </a>
  2327.                    </div>
  2328.                    
  2329.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2330.                        <a href="https://espacelafontaine.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2331.                            <i class="ti-angle-right me-2 text-primary"></i>
  2332.                            <span class="archive-link top-color fw-semibold">casino en ligne québec</span>
  2333.                        </a>
  2334.                    </div>
  2335.                    
  2336.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2337.                        <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2338.                            <i class="ti-angle-right me-2 text-primary"></i>
  2339.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2340.                        </a>
  2341.                    </div>
  2342.                    
  2343.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2344.                        <a href="https://www.childbirthsolutions.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2345.                            <i class="ti-angle-right me-2 text-primary"></i>
  2346.                            <span class="archive-link top-color fw-semibold">online casinos canada</span>
  2347.                        </a>
  2348.                    </div>
  2349.                    
  2350.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2351.                        <a href="https://wirkn.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2352.                            <i class="ti-angle-right me-2 text-primary"></i>
  2353.                            <span class="archive-link top-color fw-semibold">new betting sites</span>
  2354.                        </a>
  2355.                    </div>
  2356.                    
  2357.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2358.                        <a href="https://energypoverty.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2359.                            <i class="ti-angle-right me-2 text-primary"></i>
  2360.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2361.                        </a>
  2362.                    </div>
  2363.                    
  2364.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2365.                        <a href="https://www.od4d.net/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2366.                            <i class="ti-angle-right me-2 text-primary"></i>
  2367.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2368.                        </a>
  2369.                    </div>
  2370.                    
  2371.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2372.                        <a href="https://bankingombuds.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2373.                            <i class="ti-angle-right me-2 text-primary"></i>
  2374.                            <span class="archive-link top-color fw-semibold">canadian online casinos</span>
  2375.                        </a>
  2376.                    </div>
  2377.                    
  2378.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2379.                        <a href="https://energypoverty.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2380.                            <i class="ti-angle-right me-2 text-primary"></i>
  2381.                            <span class="archive-link top-color fw-semibold">new casino canada</span>
  2382.                        </a>
  2383.                    </div>
  2384.                    
  2385.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2386.                        <a href="https://www.station16gallery.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2387.                            <i class="ti-angle-right me-2 text-primary"></i>
  2388.                            <span class="archive-link top-color fw-semibold">betting sites</span>
  2389.                        </a>
  2390.                    </div>
  2391.                    
  2392.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2393.                        <a href="https://nbhrf.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2394.                            <i class="ti-angle-right me-2 text-primary"></i>
  2395.                            <span class="archive-link top-color fw-semibold">ontario online casino</span>
  2396.                        </a>
  2397.                    </div>
  2398.                    
  2399.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2400.                        <a href="https://www.fraserdowns.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2401.                            <i class="ti-angle-right me-2 text-primary"></i>
  2402.                            <span class="archive-link top-color fw-semibold">best online casino canada</span>
  2403.                        </a>
  2404.                    </div>
  2405.                    
  2406.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2407.                        <a href="https://energypoverty.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2408.                            <i class="ti-angle-right me-2 text-primary"></i>
  2409.                            <span class="archive-link top-color fw-semibold">canadian online casinos</span>
  2410.                        </a>
  2411.                    </div>
  2412.                    
  2413.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2414.                        <a href="https://www.buchabrew.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2415.                            <i class="ti-angle-right me-2 text-primary"></i>
  2416.                            <span class="archive-link top-color fw-semibold">best online casinos</span>
  2417.                        </a>
  2418.                    </div>
  2419.                    
  2420.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2421.                        <a href="https://torontosversion.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2422.                            <i class="ti-angle-right me-2 text-primary"></i>
  2423.                            <span class="archive-link top-color fw-semibold">online casinos canada</span>
  2424.                        </a>
  2425.                    </div>
  2426.                    
  2427.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2428.                        <a href="https://www.gftc.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2429.                            <i class="ti-angle-right me-2 text-primary"></i>
  2430.                            <span class="archive-link top-color fw-semibold">betting sites</span>
  2431.                        </a>
  2432.                    </div>
  2433.                    
  2434.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2435.                        <a href="https://www.ijic.info/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2436.                            <i class="ti-angle-right me-2 text-primary"></i>
  2437.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2438.                        </a>
  2439.                    </div>
  2440.                    
  2441.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2442.                        <a href="https://microtop.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2443.                            <i class="ti-angle-right me-2 text-primary"></i>
  2444.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2445.                        </a>
  2446.                    </div>
  2447.                    
  2448.  
  2449.                </div>
  2450.            </div>
  2451.        </div>
  2452.        
  2453.       <div class="sidebar-widget mb-5">
  2454.            <div class="widget-title-wrapper mb-3">
  2455.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2456.                    <div class="title-border"></div>
  2457.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  2458.                </h4>
  2459.            </div>
  2460.            <div class="widget-content shadow-sm rounded-3 p-4">
  2461.                <div class="archives-list scrollable-sidebar">
  2462.                    
  2463.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2464.                        <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2465.                            <i class="ti-angle-right me-2 text-primary"></i>
  2466.                            <span class="archive-link top-color fw-semibold">best betting sites</span>
  2467.                        </a>
  2468.                    </div>
  2469.                    
  2470.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2471.                        <a href="https://bankingombuds.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2472.                            <i class="ti-angle-right me-2 text-primary"></i>
  2473.                            <span class="archive-link top-color fw-semibold">best payout casino canada</span>
  2474.                        </a>
  2475.                    </div>
  2476.                    
  2477.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2478.                        <a href="https://www.operationspaix.net/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2479.                            <i class="ti-angle-right me-2 text-primary"></i>
  2480.                            <span class="archive-link top-color fw-semibold">meilleur casino en ligne</span>
  2481.                        </a>
  2482.                    </div>
  2483.                    
  2484.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2485.                        <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2486.                            <i class="ti-angle-right me-2 text-primary"></i>
  2487.                            <span class="archive-link top-color fw-semibold">online casinos canada</span>
  2488.                        </a>
  2489.                    </div>
  2490.                    
  2491.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2492.                        <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2493.                            <i class="ti-angle-right me-2 text-primary"></i>
  2494.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2495.                        </a>
  2496.                    </div>
  2497.                    
  2498.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2499.                        <a href="https://www.fraserdowns.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2500.                            <i class="ti-angle-right me-2 text-primary"></i>
  2501.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2502.                        </a>
  2503.                    </div>
  2504.                    
  2505.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2506.                        <a href="https://micharity.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2507.                            <i class="ti-angle-right me-2 text-primary"></i>
  2508.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2509.                        </a>
  2510.                    </div>
  2511.                    
  2512.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2513.                        <a href="https://crystalshawanda.co/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2514.                            <i class="ti-angle-right me-2 text-primary"></i>
  2515.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2516.                        </a>
  2517.                    </div>
  2518.                    
  2519.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2520.                        <a href="https://www.stuzoclothing.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2521.                            <i class="ti-angle-right me-2 text-primary"></i>
  2522.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2523.                        </a>
  2524.                    </div>
  2525.                    
  2526.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2527.                        <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2528.                            <i class="ti-angle-right me-2 text-primary"></i>
  2529.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2530.                        </a>
  2531.                    </div>
  2532.                    
  2533.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2534.                        <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2535.                            <i class="ti-angle-right me-2 text-primary"></i>
  2536.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2537.                        </a>
  2538.                    </div>
  2539.                    
  2540.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2541.                        <a href="https://torontosversion.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2542.                            <i class="ti-angle-right me-2 text-primary"></i>
  2543.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2544.                        </a>
  2545.                    </div>
  2546.                    
  2547.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2548.                        <a href="https://clarketheatre.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2549.                            <i class="ti-angle-right me-2 text-primary"></i>
  2550.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2551.                        </a>
  2552.                    </div>
  2553.                    
  2554.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2555.                        <a href="https://www.governancevote.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2556.                            <i class="ti-angle-right me-2 text-primary"></i>
  2557.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2558.                        </a>
  2559.                    </div>
  2560.                    
  2561.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2562.                        <a href="https://autismspeaks.ca" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2563.                            <i class="ti-angle-right me-2 text-primary"></i>
  2564.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2565.                        </a>
  2566.                    </div>
  2567.                    
  2568.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2569.                        <a href="https://www.devmcgill.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2570.                            <i class="ti-angle-right me-2 text-primary"></i>
  2571.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2572.                        </a>
  2573.                    </div>
  2574.                    
  2575.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2576.                        <a href="https://loplops.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2577.                            <i class="ti-angle-right me-2 text-primary"></i>
  2578.                            <span class="archive-link top-color fw-semibold">new casino canada</span>
  2579.                        </a>
  2580.                    </div>
  2581.                    
  2582.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2583.                        <a href="https://www.balmoralresources.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2584.                            <i class="ti-angle-right me-2 text-primary"></i>
  2585.                            <span class="archive-link top-color fw-semibold">new casino canada</span>
  2586.                        </a>
  2587.                    </div>
  2588.                    
  2589.  
  2590.                </div>
  2591.            </div>
  2592.        </div>
  2593.        
  2594. <!--        
  2595.       <div class="sidebar-widget mb-5">
  2596.            <div class="widget-title-wrapper mb-3">
  2597.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2598.                    <div class="title-border"></div>
  2599.                    <i class="ti-folder me-2"></i>Blog Archives
  2600.                </h4>
  2601.            </div>
  2602.            <div class="widget-content shadow-sm rounded-3 p-4">
  2603.                <div class="archives-list">
  2604.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2605.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2606.                            <i class="ti-angle-right me-2 text-primary"></i>
  2607.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2608.                        </a>
  2609.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  2610.                    </div>
  2611.  
  2612.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2613.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2614.                            <i class="ti-angle-right me-2 text-primary"></i>
  2615.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2616.                        </a>
  2617.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2618.                    </div>
  2619.  
  2620.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2621.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2622.                            <i class="ti-angle-right me-2 text-primary"></i>
  2623.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2624.                        </a>
  2625.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2626.                    </div>
  2627.  
  2628.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2629.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2630.                            <i class="ti-angle-right me-2 text-primary"></i>
  2631.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2632.                        </a>
  2633.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2634.                    </div>
  2635.  
  2636.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2637.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2638.                            <i class="ti-angle-right me-2 text-primary"></i>
  2639.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2640.                        </a>
  2641.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2642.                    </div>
  2643.  
  2644.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2645.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2646.                            <i class="ti-angle-right me-2 text-primary"></i>
  2647.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2648.                        </a>
  2649.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2650.                    </div>
  2651.                </div>
  2652.                
  2653.                <div class="text-center mt-4 pt-3 border-top border-color">
  2654.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2655.                        <i class="ti-archive me-1"></i>View All Archives
  2656.                    </a>
  2657.                </div>
  2658.            </div>
  2659.        </div> -->
  2660.        <div class="sidebar-widget mb-4">
  2661.            <div class="widget-title-wrapper mb-3">
  2662.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2663.                    <div class="title-border-primary"></div>
  2664.                    <i class="ti-star me-2"></i>Popular Posts
  2665.                </h4>
  2666.            </div>
  2667.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  2668.                <div class="popular-post-list">
  2669.                    
  2670.                    
  2671.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2672.                        <div class="post-content flex-grow-1">
  2673.                            <h6 class="post-title mb-1">
  2674.                                 <a href="/james-cameron-sets-the-record-straight-avatar-movies-are-not-made-by-computers/" class="text-decoration-none top-color fw-semibold lh-sm">
  2675.                                            James Cameron Sets the Record Straight: ‘Avatar Movies Are Not Made By Computers’
  2676.                                            </a>
  2677.                            </h6>
  2678.                            <div class="post-meta">
  2679.                                <small class="text-muted">
  2680.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2681.                                </small>
  2682.                                <!-- <small class="text-muted ms-3">
  2683.                                    <i class="ti-eye me-1"></i>1,234 views
  2684.                                </small> -->
  2685.                            </div>
  2686.                        </div>
  2687.                    </div>
  2688.                    
  2689.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2690.                        <div class="post-content flex-grow-1">
  2691.                            <h6 class="post-title mb-1">
  2692.                                 <a href="/shackled-alone-and-frightened-the-harsh-reality-for-female-prisoners-compelled-to-have-their-babies-in-incarceration/" class="text-decoration-none top-color fw-semibold lh-sm">
  2693.                                            Shackled, Alone and Frightened: The Harsh Reality for Female Prisoners Compelled to Have Their Babies in Incarceration.
  2694.                                            </a>
  2695.                            </h6>
  2696.                            <div class="post-meta">
  2697.                                <small class="text-muted">
  2698.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2699.                                </small>
  2700.                                <!-- <small class="text-muted ms-3">
  2701.                                    <i class="ti-eye me-1"></i>1,234 views
  2702.                                </small> -->
  2703.                            </div>
  2704.                        </div>
  2705.                    </div>
  2706.                    
  2707.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2708.                        <div class="post-content flex-grow-1">
  2709.                            <h6 class="post-title mb-1">
  2710.                                 <a href="/a-account-of-unexpected-kindness-the-time-a-student-let-me-sleep-on-her-dormitory-ground/" class="text-decoration-none top-color fw-semibold lh-sm">
  2711.                                            A Account of Unexpected Kindness: The Time a Student Let Me Sleep on Her Dormitory Ground
  2712.                                            </a>
  2713.                            </h6>
  2714.                            <div class="post-meta">
  2715.                                <small class="text-muted">
  2716.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2717.                                </small>
  2718.                                <!-- <small class="text-muted ms-3">
  2719.                                    <i class="ti-eye me-1"></i>1,234 views
  2720.                                </small> -->
  2721.                            </div>
  2722.                        </div>
  2723.                    </div>
  2724.                    
  2725.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2726.                        <div class="post-content flex-grow-1">
  2727.                            <h6 class="post-title mb-1">
  2728.                                 <a href="/amid-those-ruined-debris-of-an-apartment-block-i-found-a-volume-id-rendered/" class="text-decoration-none top-color fw-semibold lh-sm">
  2729.                                            Amid those Ruined Debris of an Apartment Block, I Found a Volume I’d Rendered
  2730.                                            </a>
  2731.                            </h6>
  2732.                            <div class="post-meta">
  2733.                                <small class="text-muted">
  2734.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2735.                                </small>
  2736.                                <!-- <small class="text-muted ms-3">
  2737.                                    <i class="ti-eye me-1"></i>1,234 views
  2738.                                </small> -->
  2739.                            </div>
  2740.                        </div>
  2741.                    </div>
  2742.                    
  2743.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2744.                        <div class="post-content flex-grow-1">
  2745.                            <h6 class="post-title mb-1">
  2746.                                 <a href="/three-xbox-game-pass-titles-we-are-playing-over-the-weekend-oct-10-12/" class="text-decoration-none top-color fw-semibold lh-sm">
  2747.                                            Three Xbox Game Pass Titles We Are Playing Over the Weekend (Oct. 10-12)
  2748.                                            </a>
  2749.                            </h6>
  2750.                            <div class="post-meta">
  2751.                                <small class="text-muted">
  2752.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2753.                                </small>
  2754.                                <!-- <small class="text-muted ms-3">
  2755.                                    <i class="ti-eye me-1"></i>1,234 views
  2756.                                </small> -->
  2757.                            </div>
  2758.                        </div>
  2759.                    </div>
  2760.                    
  2761.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2762.                        <div class="post-content flex-grow-1">
  2763.                            <h6 class="post-title mb-1">
  2764.                                 <a href="/life-for-one-hundred-twenty-thousand-refugees-in-mauritanias-vast-mbera-camp-on-the-malians-frontier/" class="text-decoration-none top-color fw-semibold lh-sm">
  2765.                                            Life for one hundred twenty thousand Refugees in Mauritania&#x27;s Vast Mbera Camp on the Malians Frontier.
  2766.                                            </a>
  2767.                            </h6>
  2768.                            <div class="post-meta">
  2769.                                <small class="text-muted">
  2770.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2771.                                </small>
  2772.                                <!-- <small class="text-muted ms-3">
  2773.                                    <i class="ti-eye me-1"></i>1,234 views
  2774.                                </small> -->
  2775.                            </div>
  2776.                        </div>
  2777.                    </div>
  2778.                    
  2779.  
  2780.                </div>
  2781.                
  2782.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2783.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  2784.                        <i class="ti-trophy me-1"></i>View All Popular
  2785.                    </a>
  2786.                </div> -->
  2787.            </div>
  2788.        </div>
  2789.  
  2790. </div>
  2791. <style>
  2792.    
  2793.  .widget-content {
  2794.    background-color: var(--card-bg);
  2795.    border: 1px solid var(--border-color);
  2796.  }
  2797. </style>
  2798.  
  2799.    
  2800.            </div>
  2801.      </div>
  2802.    </div>
  2803.  </section>
  2804.  
  2805.  <script>
  2806.    // Intersection Observer for Fade-in Effect
  2807.    document.addEventListener('DOMContentLoaded', function () {
  2808.      const observerOptions = {
  2809.        threshold: 0.2,
  2810.        rootMargin: '0px 0px -50px 0px'
  2811.      }
  2812.    
  2813.      const observer = new IntersectionObserver(function (entries, observer) {
  2814.        entries.forEach((entry) => {
  2815.          if (entry.isIntersecting) {
  2816.            entry.target.classList.add('fade-in')
  2817.            observer.unobserve(entry.target)
  2818.          }
  2819.        })
  2820.      }, observerOptions)
  2821.    
  2822.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  2823.        observer.observe(card)
  2824.      })
  2825.    })
  2826.  </script>
  2827.  
  2828.  
  2829.    
  2830.        
  2831.        <!-- end wpo-blog-highlights-section -->
  2832.        <!-- start wpo-blog-sponsored-section -->
  2833.        
  2834.  
  2835.  
  2836.  
  2837.    
  2838.  
  2839.  
  2840.  
  2841. <style>
  2842.    .sponsored-section-v6 {
  2843.        padding: 45px 0;
  2844.        background: transparent;
  2845.    }
  2846.    
  2847.    .sponsored-card-v6 {
  2848.        background: #ffffff;
  2849.        border: 1px solid #f8f8f8;
  2850.        transition: opacity 0.3s ease;
  2851.        height: 100%;
  2852.    }
  2853.    
  2854.    .sponsored-card-v6:hover {
  2855.        opacity: 0.95;
  2856.    }
  2857.    
  2858.    .sponsored-image-v6 {
  2859.        position: relative;
  2860.        height: 170px;
  2861.    }
  2862.    
  2863.    .sponsored-image-v6 img {
  2864.        width: 100%;
  2865.        height: 100%;
  2866.        object-fit: cover;
  2867.    }
  2868.    
  2869.    .sponsored-image-v6::after {
  2870.        content: '';
  2871.        position: absolute;
  2872.        top: 0;
  2873.        left: 0;
  2874.        right: 0;
  2875.        bottom: 0;
  2876.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  2877.    }
  2878.    
  2879.    .sponsored-badge-v6 {
  2880.        position: absolute;
  2881.        top: 10px;
  2882.        left: 10px;
  2883.        padding: 5px 12px;
  2884.        font-size: 12px;
  2885.        font-weight: 600;
  2886.        text-transform: uppercase;
  2887.        border-radius: 4px;
  2888.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  2889.    }
  2890.    
  2891.    .sponsored-content-v6 {
  2892.        padding: 12px;
  2893.    }
  2894.    
  2895.    .sponsored-title-v6 {
  2896.        font-size: 14px;
  2897.        font-weight: 700;
  2898.        line-height: 1.3;
  2899.        margin-bottom: 6px;
  2900.        color: #333;
  2901.    }
  2902.    
  2903.    .sponsored-title-v6 a {
  2904.        text-decoration: none;
  2905.        color: #333;
  2906.    }
  2907.    
  2908.    .sponsored-title-v6 a:hover {
  2909.        color: #fd7e14; /* Orange hover */
  2910.    }
  2911.    
  2912.    .sponsored-excerpt-v6 {
  2913.        font-size: 12px;
  2914.        font-weight: 600;
  2915.        color: #868e96;
  2916.        margin-bottom: 8px;
  2917.        line-height: 1.4;
  2918.    }
  2919.    
  2920.    .sponsored-meta-v6 {
  2921.        font-size: 11px;
  2922.        color: #6c757d;
  2923.    }
  2924.    
  2925.    .author-info-v6 {
  2926.        display: inline;
  2927.        margin-right: 10px;
  2928.    }
  2929.    
  2930.    .sponsored-author-img-v6 {
  2931.        width: 20px;
  2932.        height: 20px;
  2933.        border-radius: 50%;
  2934.        object-fit: cover;
  2935.        vertical-align: middle;
  2936.        margin-right: 4px;
  2937.    }
  2938.    
  2939.    .section-title-sponsored-v6 {
  2940.        font-size: 1.9rem;
  2941.        font-weight: 600;
  2942.        text-align: left;
  2943.        margin-bottom: 25px;
  2944.        color: #333;
  2945.        border-left: 4px solid #fd7e14;
  2946.        padding-left: 15px;
  2947.    }
  2948.  
  2949.    @media (max-width: 768px) {
  2950.        .sponsored-section-v6 {
  2951.            padding: 25px 0;
  2952.        }
  2953.        .sponsored-image-v6 {
  2954.            height: 130px;
  2955.        }
  2956.        .sponsored-content-v6 {
  2957.            padding: 10px;
  2958.        }
  2959.        .sponsored-title-v6 {
  2960.            font-size: 13px;
  2961.        }
  2962.        .sponsored-excerpt-v6 {
  2963.            font-size: 11px;
  2964.        }
  2965.        .section-title-sponsored-v6 {
  2966.            font-size: 1.6rem;
  2967.            padding-left: 10px;
  2968.        }
  2969.    }
  2970. </style>
  2971.  
  2972. <section class="sponsored-section-v6">
  2973.    <div class="container-fluid fluid-container">
  2974.        <div class="row">
  2975.            <div class="col-12">
  2976.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  2977.            </div>
  2978.        </div>
  2979.        
  2980.        <div class="row g-3">
  2981.            
  2982.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2983.                <div class="card sponsored-card-v6">
  2984.                    <div class="sponsored-image-v6">
  2985.                        
  2986.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2987.                        
  2988.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  2989.                    </div>
  2990.                    <div class="sponsored-content-v6">
  2991.                        <h3 class="sponsored-title-v6">
  2992.                            <a href="/james-cameron-sets-the-record-straight-avatar-movies-are-not-made-by-computers/" >
  2993.                                            James Cameron Sets the Record Straight: ‘Avatar Movies Are Not Made By Computers’
  2994.                                            </a>
  2995.                        </h3>
  2996.                        <p class="sponsored-excerpt-v6">
  2997.                            
  2998.                        </p>
  2999.                        <div class="sponsored-meta-v6">
  3000.                            <span class="author-info-v6">
  3001.                                
  3002.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/11a71a72-06de-4257-9ba1-b133b3a05b69_profile.png" alt="Marvin Jacobson" style="object-fit: cover;" class="sponsored-author-img-v6">
  3003.                                
  3004.                               Marvin Jacobson
  3005.                            </span>
  3006.                            | 11 May 2026
  3007.                        </div>
  3008.                    </div>
  3009.                </div>
  3010.            </div>
  3011.            
  3012.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3013.                <div class="card sponsored-card-v6">
  3014.                    <div class="sponsored-image-v6">
  3015.                        
  3016.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3017.                        
  3018.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3019.                    </div>
  3020.                    <div class="sponsored-content-v6">
  3021.                        <h3 class="sponsored-title-v6">
  3022.                            <a href="/shackled-alone-and-frightened-the-harsh-reality-for-female-prisoners-compelled-to-have-their-babies-in-incarceration/" >
  3023.                                            Shackled, Alone and Frightened: The Harsh Reality for Female Prisoners Compelled to Have Their Babies in Incarceration.
  3024.                                            </a>
  3025.                        </h3>
  3026.                        <p class="sponsored-excerpt-v6">
  3027.                            
  3028.                        </p>
  3029.                        <div class="sponsored-meta-v6">
  3030.                            <span class="author-info-v6">
  3031.                                
  3032.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/11a71a72-06de-4257-9ba1-b133b3a05b69_profile.png" alt="Marvin Jacobson" style="object-fit: cover;" class="sponsored-author-img-v6">
  3033.                                
  3034.                               Marvin Jacobson
  3035.                            </span>
  3036.                            | 11 May 2026
  3037.                        </div>
  3038.                    </div>
  3039.                </div>
  3040.            </div>
  3041.            
  3042.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3043.                <div class="card sponsored-card-v6">
  3044.                    <div class="sponsored-image-v6">
  3045.                        
  3046.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3047.                        
  3048.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3049.                    </div>
  3050.                    <div class="sponsored-content-v6">
  3051.                        <h3 class="sponsored-title-v6">
  3052.                            <a href="/a-account-of-unexpected-kindness-the-time-a-student-let-me-sleep-on-her-dormitory-ground/" >
  3053.                                            A Account of Unexpected Kindness: The Time a Student Let Me Sleep on Her Dormitory Ground
  3054.                                            </a>
  3055.                        </h3>
  3056.                        <p class="sponsored-excerpt-v6">
  3057.                            
  3058.                        </p>
  3059.                        <div class="sponsored-meta-v6">
  3060.                            <span class="author-info-v6">
  3061.                                
  3062.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/11a71a72-06de-4257-9ba1-b133b3a05b69_profile.png" alt="Marvin Jacobson" style="object-fit: cover;" class="sponsored-author-img-v6">
  3063.                                
  3064.                               Marvin Jacobson
  3065.                            </span>
  3066.                            | 11 May 2026
  3067.                        </div>
  3068.                    </div>
  3069.                </div>
  3070.            </div>
  3071.            
  3072.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3073.                <div class="card sponsored-card-v6">
  3074.                    <div class="sponsored-image-v6">
  3075.                        
  3076.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3077.                        
  3078.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3079.                    </div>
  3080.                    <div class="sponsored-content-v6">
  3081.                        <h3 class="sponsored-title-v6">
  3082.                            <a href="/amid-those-ruined-debris-of-an-apartment-block-i-found-a-volume-id-rendered/" >
  3083.                                            Amid those Ruined Debris of an Apartment Block, I Found a Volume I’d Rendered
  3084.                                            </a>
  3085.                        </h3>
  3086.                        <p class="sponsored-excerpt-v6">
  3087.                            
  3088.                        </p>
  3089.                        <div class="sponsored-meta-v6">
  3090.                            <span class="author-info-v6">
  3091.                                
  3092.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/11a71a72-06de-4257-9ba1-b133b3a05b69_profile.png" alt="Marvin Jacobson" style="object-fit: cover;" class="sponsored-author-img-v6">
  3093.                                
  3094.                               Marvin Jacobson
  3095.                            </span>
  3096.                            | 11 May 2026
  3097.                        </div>
  3098.                    </div>
  3099.                </div>
  3100.            </div>
  3101.            
  3102.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3103.                <div class="card sponsored-card-v6">
  3104.                    <div class="sponsored-image-v6">
  3105.                        
  3106.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3107.                        
  3108.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3109.                    </div>
  3110.                    <div class="sponsored-content-v6">
  3111.                        <h3 class="sponsored-title-v6">
  3112.                            <a href="/three-xbox-game-pass-titles-we-are-playing-over-the-weekend-oct-10-12/" >
  3113.                                            Three Xbox Game Pass Titles We Are Playing Over the Weekend (Oct. 10-12)
  3114.                                            </a>
  3115.                        </h3>
  3116.                        <p class="sponsored-excerpt-v6">
  3117.                            
  3118.                        </p>
  3119.                        <div class="sponsored-meta-v6">
  3120.                            <span class="author-info-v6">
  3121.                                
  3122.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/11a71a72-06de-4257-9ba1-b133b3a05b69_profile.png" alt="Marvin Jacobson" style="object-fit: cover;" class="sponsored-author-img-v6">
  3123.                                
  3124.                               Marvin Jacobson
  3125.                            </span>
  3126.                            | 11 May 2026
  3127.                        </div>
  3128.                    </div>
  3129.                </div>
  3130.            </div>
  3131.            
  3132.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3133.                <div class="card sponsored-card-v6">
  3134.                    <div class="sponsored-image-v6">
  3135.                        
  3136.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3137.                        
  3138.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3139.                    </div>
  3140.                    <div class="sponsored-content-v6">
  3141.                        <h3 class="sponsored-title-v6">
  3142.                            <a href="/life-for-one-hundred-twenty-thousand-refugees-in-mauritanias-vast-mbera-camp-on-the-malians-frontier/" >
  3143.                                            Life for one hundred twenty thousand Refugees in Mauritania&#x27;s Vast Mbera Camp on the Malians Frontier.
  3144.                                            </a>
  3145.                        </h3>
  3146.                        <p class="sponsored-excerpt-v6">
  3147.                            
  3148.                        </p>
  3149.                        <div class="sponsored-meta-v6">
  3150.                            <span class="author-info-v6">
  3151.                                
  3152.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/11a71a72-06de-4257-9ba1-b133b3a05b69_profile.png" alt="Marvin Jacobson" style="object-fit: cover;" class="sponsored-author-img-v6">
  3153.                                
  3154.                               Marvin Jacobson
  3155.                            </span>
  3156.                            | 11 May 2026
  3157.                        </div>
  3158.                    </div>
  3159.                </div>
  3160.            </div>
  3161.            
  3162.        </div>
  3163.    </div>
  3164. </section>
  3165.  
  3166.  
  3167.    
  3168.        <!-- end wpo-blog-sponsored-section -->
  3169.        <!-- start wpo-subscribe-section -->
  3170.        
  3171.        <!-- end subscribe-section -->
  3172.        <!-- start of wpo-site-footer-section -->
  3173.        
  3174.  
  3175.  
  3176.  
  3177.  
  3178.  
  3179. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3180.  <!-- Main Content: Asymmetrical Layout -->
  3181.  <div class="footer-main-content py-5">
  3182.    <div class="container-fluid fluid-container">
  3183.      <div class="row">
  3184.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3185.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3186.          <div class="brand-logo text-center text-lg-start">
  3187.            
  3188.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/bab7f17a-727e-4850-9df2-9986f5e67a79_logo.png" alt="Fluxline Blog" class="footer-logo" />
  3189.            
  3190.            <p class="brand-tagline mt-2">Explore expert insights on web design, digital marketing, and tech trends at Fluxline. Stay updated with tips, tutorials, and industry news.</p>
  3191.          </div>
  3192.        </div>
  3193.        <!-- Right: Staggered Links -->
  3194.        <div class="col-lg-9 col-md-8 col-12">
  3195.          <div class="d-flex flex-column gap-4">
  3196.            <!-- Quick Links -->
  3197.            <div class="footer-column offset-content">
  3198.              <h5 class="column-title">Quick Links</h5>
  3199.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3200.                
  3201.                  <li>
  3202.                    <a class="menu-link" href="/the-former-congresswoman-creates-history-as-virginias-initial-woman-state-leader/">The Former Congresswoman Creates History as Virginia&#x27;s Initial Woman State Leader</a>
  3203.                  </li>
  3204.                
  3205.                  <li>
  3206.                    <a class="menu-link" href="/when-did-i-get-that-handsome-bruce-springsteen-on-seeing-jeremy-allen-white-play-him-in-film/">‘When Did I Get That Handsome?’: Bruce Springsteen on Seeing Jeremy Allen White Play Him In Film</a>
  3207.                  </li>
  3208.                
  3209.                  <li>
  3210.                    <a class="menu-link" href="/jennifer-waltons-debut-record-daughters-delves-into-grief-and-style/">Jennifer Walton&#x27;s Debut Record &quot;Daughters&quot; Delves Into Grief and Style</a>
  3211.                  </li>
  3212.                
  3213.                  <li>
  3214.                    <a class="menu-link" href="/putin-pledges-uninterrupted-crude-oil-shipments-to-india-in-defiance-of-us-demands/">Putin Pledges Uninterrupted Crude Oil Shipments to India in Defiance of US Demands</a>
  3215.                  </li>
  3216.                
  3217.                  <li>
  3218.                    <a class="menu-link" href="/gaza-strip-war-in-visualizations-following-24-months-of-hostilities/">Gaza Strip War in Visualizations Following 24 Months of Hostilities</a>
  3219.                  </li>
  3220.                
  3221.                  <li>
  3222.                    <a class="menu-link" href="/democrats-condemn-trump-after-he-states-they-should-face-execution/">Democrats Condemn Trump After He States They Should Face Execution</a>
  3223.                  </li>
  3224.                
  3225.              </ul>
  3226.            </div>
  3227.            <!-- Top Categories -->
  3228.            <div class="footer-column offset-content offset-right">
  3229.              <h5 class="column-title">Top Categories</h5>
  3230.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3231.                
  3232.                  <li>
  3233.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3234.                  </li>
  3235.                
  3236.                  <li>
  3237.                    <a class="menu-link" href="/category/business/">Business</a>
  3238.                  </li>
  3239.                
  3240.                  <li>
  3241.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3242.                  </li>
  3243.                
  3244.                  <li>
  3245.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3246.                  </li>
  3247.                
  3248.                  <li>
  3249.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3250.                  </li>
  3251.                
  3252.              </ul>
  3253.            </div>
  3254.            <!-- Blog Rolls -->
  3255.           <div class="footer-column offset-content">
  3256.              <h5 class="column-title">Blog Rolls</h5>
  3257.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3258.                
  3259.                
  3260.  
  3261.                
  3262.                
  3263.                  
  3264.                
  3265.              </ul>
  3266.            </div>
  3267.          </div>
  3268.        </div>
  3269.      </div>
  3270.    </div>
  3271.  </div>
  3272.  
  3273.  <!-- Bottom Section -->
  3274.  <div class="footer-bottom bg-primary text-white py-3">
  3275.    <div class="container-fluid fluid-container">
  3276.      <div class="row justify-content-center">
  3277.        <div class="col-12 text-center">
  3278.          <div class="bottom-content">
  3279.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  3280.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3281.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3282.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3283.            </div>
  3284.            <div class="copyright-info ">
  3285.              <p class="mb-0 text-white">
  3286.                &copy; 2026 <strong>Fluxline Blog</strong>. All rights reserved.
  3287.              </p>
  3288.            </div>
  3289.          </div>
  3290.        </div>
  3291.      </div>
  3292.    </div>
  3293.  </div>
  3294. </footer>
  3295.  
  3296.  
  3297.  
  3298. <style>
  3299. .footer-logo {
  3300.    height: 60px;
  3301.    width: auto;
  3302. }
  3303.  
  3304. .brand-title {
  3305.    font-size: 24px;
  3306.    font-weight: 700;
  3307.    color: white  !important;
  3308.    margin: 0;
  3309. }
  3310.  
  3311. .brand-tagline {
  3312.    font-size: 14px;
  3313.    color: white  !important;
  3314.    margin: 0;
  3315. }
  3316.  
  3317. .column-title {
  3318.    font-size: 16px;
  3319.    font-weight: 600;
  3320.    color: white !important;
  3321.    margin-bottom: 12px;
  3322. }
  3323.  
  3324. .footer-menu {
  3325.    margin: 0;
  3326. }
  3327.  
  3328. .menu-link {
  3329.    color: white !important;
  3330.    text-decoration: none;
  3331.    font-size: 14px;
  3332.    transition: color 0.3s ease, transform 0.3s ease;
  3333. }
  3334.  
  3335. .menu-link:hover {
  3336.    color: var(--primary-color);
  3337.    transform: scale(1.05);
  3338. }
  3339.  
  3340. .offset-content {
  3341.    margin-left: 20px;
  3342. }
  3343.  
  3344. .footer-bottom {
  3345.    font-size: 13px;
  3346. }
  3347.  
  3348. .utility-link {
  3349.    color: white  !important;
  3350.    text-decoration: none;
  3351.    font-size: 13px;
  3352.    transition: color 0.3s ease;
  3353. }
  3354.  
  3355. .utility-link:hover {
  3356.    color: var(--primary-color);
  3357. }
  3358.  
  3359. .copyright-info p {
  3360.    font-size: 13px;
  3361. }
  3362.  
  3363. /* Responsive Design */
  3364. @media (max-width: 1024px) {
  3365.   .footer-logo{
  3366.    height: 40px;
  3367.    width: auto;
  3368.   }
  3369. }
  3370.  
  3371. @media (max-width: 768px) {
  3372.    .footer-logo {
  3373.        height: 60px;
  3374.    }
  3375.    
  3376.    .column-title {
  3377.        font-size: 15px;
  3378.        text-align: center;
  3379.    }
  3380.    
  3381.    .footer-menu {
  3382.        justify-content: center;
  3383.    }
  3384.    
  3385.    .menu-link {
  3386.        font-size: 13px;
  3387.    }
  3388. }
  3389.  
  3390. @media (max-width: 576px) {
  3391.    .brand-title {
  3392.        font-size: 20px;
  3393.    }
  3394.    
  3395.    .brand-tagline {
  3396.        font-size: 12px;
  3397.    }
  3398.    
  3399.    .cta-btn {
  3400.        font-size: 12px;
  3401.        padding: 5px 12px;
  3402.    }
  3403. }
  3404. </style>
  3405.  
  3406. <script>
  3407. // Prevent default for placeholder links
  3408. document.addEventListener('DOMContentLoaded', function() {
  3409.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3410.        anchor.addEventListener('click', function(e) {
  3411.            e.preventDefault();
  3412.        });
  3413.    });
  3414. });
  3415. document.addEventListener('DOMContentLoaded', function () {
  3416.    var btn = document.getElementById('toggleBlogRollLinks');
  3417.    if (!btn) return; // No extra items, no button
  3418.  
  3419.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3420.  
  3421.    btn.addEventListener('click', function () {
  3422.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3423.            return li.classList.contains('d-none');
  3424.        });
  3425.  
  3426.        extras.forEach(function (li) {
  3427.            if (anyHidden) {
  3428.                li.classList.remove('d-none');
  3429.                li.classList.add('show');
  3430.            } else {
  3431.                li.classList.add('d-none');
  3432.                li.classList.remove('show');
  3433.            }
  3434.        });
  3435.  
  3436.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3437.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3438.    });
  3439. });
  3440.  
  3441. </script>
  3442.  
  3443.        <!-- end of wpo-site-footer-section -->
  3444.    </div>
  3445.    <!-- end of page-wrapper -->
  3446.  
  3447.    <!-- All JavaScript files
  3448.    ================================================== -->
  3449.    
  3450.  
  3451. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3452. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3453. <!-- Plugins for this template -->
  3454. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3455. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3456. <!-- Custom script for this template -->
  3457. <script src="/static/blogapp/assets/js/script.js"></script>
  3458.  
  3459. <script>
  3460. (function () {
  3461. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3462. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3463.  
  3464. function applyFallback(img) {
  3465. if (!img || img.dataset.fallbackApplied === "1") {
  3466. return;
  3467. }
  3468. var failedSrc = img.currentSrc || img.src || "";
  3469. img.dataset.fallbackApplied = "1";
  3470. img.onerror = null;
  3471. img.src = fallbackImageSrc;
  3472. console.warn("[ImageFallback] Replaced broken image:", {
  3473. failedSrc: failedSrc,
  3474. fallbackSrc: fallbackImageSrc,
  3475. alt: img.alt || "",
  3476. });
  3477. }
  3478.  
  3479. document.querySelectorAll("img").forEach(function (img) {
  3480. if (img.complete && img.naturalWidth === 0) {
  3481. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3482. failedSrc: img.currentSrc || img.src || "",
  3483. alt: img.alt || "",
  3484. });
  3485. applyFallback(img);
  3486. }
  3487. });
  3488.  
  3489. document.addEventListener(
  3490. "error",
  3491. function (event) {
  3492. var target = event.target;
  3493. if (target && target.tagName === "IMG") {
  3494. applyFallback(target);
  3495. }
  3496. },
  3497. true
  3498. );
  3499. })();
  3500. </script>
  3501.  
  3502. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3503.  
  3504.  
  3505.  
  3506. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"f6437e3239b642eb975ed0237e55db6d","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3507. </body>
  3508.  
  3509. </html>
  3510.  
  3511.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda