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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="poppins">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T174819.324_nRGZ45Q_rsfAz1W_p8Bo3Dy.png">
  14.    
  15.  
  16.    <title>Creative Vault: Unlocking Inspiration for Artists and Innovators</title>
  17.    <meta name="description" content="Explore a treasure trove of creative ideas, tutorials, and insights for artists, designers, and innovators seeking inspiration and practical guidance.">
  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://creativevault.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #0d9488;
  42.        --bs-primary-rgb: 0d9488;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #f0fdfa;
  49.        --bs-dark: #0f2027;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #0d9488;
  53.        --theme-primary-color-s2: #0d9488;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #134e4a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #134e4a;
  59.        --border-color: #99f6e4;
  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: #ccfbf1;
  75.        --navbar-color: #134e4a;
  76.        --topbar-bg: #f0fdfa;
  77.        --topbar-color: #134e4a;
  78.        --footer-bg: #134e4a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 16px;
  83.        --link-color: #0d9488;
  84.        --link-hover: #0f766e;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(13, 148, 136, 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-fresh">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417. <style>
  418.    /* General styling for top bar */
  419.    .unique-topbar-v7 {
  420.        background-color: var(--topbar-bg);
  421.        color: #fff;
  422.      
  423.    }
  424.    .unique-v7 {
  425.        padding: 10px 30px;
  426.        display: flex;
  427.        align-items: center;
  428.        justify-content: space-between; /* Ensure it stretches across */
  429.    }
  430.  
  431.    .unique-menu-btn-v7 {
  432.        border: none;
  433.        max-width: 145px !important;
  434.        padding: 8px;
  435.        cursor: pointer;
  436.        border-radius: 5px;
  437.    }
  438.  
  439.    .unique-news-container-v7 {
  440.        display: flex;
  441.        align-items: center;
  442.        overflow: hidden;
  443.        width: fit-content;
  444.        flex-grow: 1; /* Take remaining space */
  445.        height: 60px;
  446.    }
  447.  
  448.    .unique-news-wrapper-v7 {
  449.        display: flex;
  450.        flex-direction: row;
  451.        align-items: center;
  452.        padding: 5px;
  453.    }
  454.  
  455.    .unique-news-item-v7 {
  456.        opacity: 0;
  457.        transform: translateX(100px);
  458.        transition: all 0.5s ease;
  459.        font-size: 16px;
  460.        color: var(--topbar-color);
  461.        height: 0;
  462.        width: 0;
  463.    }
  464.    
  465.    .unique-news-item-v7.active-v7 {
  466.        padding: 10px;
  467.        opacity: 1;
  468.          height: auto;
  469.        width: auto;
  470.        margin-right: 20px;
  471.        transform: translateX(0);
  472.    }
  473.  
  474.    .unique-news-item-v7.exit-up-v7 {
  475.        opacity: 0;
  476.        transform: translateX(-100px); /* Move news item left */
  477.    }
  478.  
  479.    /* Social Icons in Inline */
  480.    .contact-info-v7 {
  481.        display: flex;
  482.        gap: 10px;
  483.    }
  484.  
  485.    .contact-info-v7 ul {
  486.        display: flex;
  487.        gap: 15px;
  488.        list-style: none;
  489.    }
  490.  
  491.    .social-icon-v7 {
  492.        color: var(--topbar-color) !important;
  493.        font-size: 20px;
  494.        text-decoration: none;
  495.    }
  496.  
  497.    .social-icon-v7:hover {
  498.        color: #1da1f2;
  499.    }
  500. </style>
  501.  
  502. <div class="unique-topbar-v7">
  503.    <div class="fluid-container unique-v7 container-fluid">
  504.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  505.      
  506.        <div class="unique-news-container-v7">
  507.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  508.                <!-- News items will be added dynamically -->
  509.            </div>
  510.        </div>
  511.      
  512.        <div class="contact-info-v7">
  513.            <ul>
  514.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  515.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  516.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  517.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  518.            </ul>
  519.        </div>
  520.    </div>
  521. </div>
  522.  
  523. <script>
  524.    // Build array dynamically from Django context
  525.    const newsItems = [
  526.        
  527.            { title: "Tottenham Ease Pressure on Thomas Frank as Simons Rounds Off Comfortable Victory Against Slavia Prague", url: "/tottenham-ease-pressure-on-thomas-frank-as-simons-rounds-off-comfortable-victory-against-slavia-prague/" },
  528.        
  529.            { title: "Leonard and Hungry Paul Review: A Soothing Comedy Featuring the Voice of Julia Roberts Provides the Perfect Remedy to Modern Life", url: "/leonard-and-hungry-paul-review-a-soothing-comedy-featuring-the-voice-of-julia-roberts-provides-the-perfect-remedy-to-modern-life/" },
  530.        
  531.            { title: "How to Perfect Paneer Makhni – Step\u002Dby\u002DStep Guide", url: "/how-to-perfect-paneer-makhni-step-by-step-guide/" },
  532.        
  533.            { title: "UK and Scottish Governments Clash Over Who Should Pay the £24.5m Cost for Trump and Vance Trips", url: "/uk-and-scottish-governments-clash-over-who-should-pay-the-245m-cost-for-trump-and-vance-trips/" },
  534.        
  535.            { title: "High Court Approves Newly Drawn Texas Congressional Maps.", url: "/high-court-approves-newly-drawn-texas-congressional-maps/" }
  536.        
  537.    ];
  538.  
  539.    let currentNewsIndex = 0;
  540.    const newsWrapper = document.getElementById('newsWrapper-v7');
  541.    let newsElements = [];
  542.  
  543.    // Create news elements
  544.    function createNewsElements() {
  545.        newsItems.forEach((news, index) => {
  546.            const newsElement = document.createElement('div');
  547.            newsElement.className = 'unique-news-item-v7';
  548.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  549.            newsWrapper.appendChild(newsElement);
  550.            newsElements.push(newsElement);
  551.        });
  552.  
  553.        if (newsElements.length > 0) {
  554.            newsElements[0].classList.add('active-v7');
  555.        }
  556.    }
  557.  
  558.    // Animate news change
  559.    function changeNews() {
  560.        const currentElement = newsElements[currentNewsIndex];
  561.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  562.        const nextElement = newsElements[nextIndex];
  563.  
  564.        currentElement.classList.remove('active-v7');
  565.        currentElement.classList.add('exit-up-v7');
  566.  
  567.        setTimeout(() => {
  568.            nextElement.classList.add('active-v7');
  569.            currentNewsIndex = nextIndex;
  570.  
  571.            setTimeout(() => {
  572.                currentElement.classList.remove('exit-up-v7');
  573.            }, 100);
  574.        }, 250);
  575.    }
  576.  
  577.    // Start news rotation
  578.    function startNewsRotation() {
  579.        setInterval(changeNews, 5000);
  580.    }
  581.  
  582.    window.onload = function() {
  583.        createNewsElements();
  584.        startNewsRotation();
  585.    };
  586. </script>
  587.  
  588.  
  589.  
  590.            
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597. <header class="header-v8 mb-4">
  598.    <div class="container-fluid fluid-container">
  599.        <!-- Main Navigation Card -->
  600.        <div class="nav-card-v8">
  601.            <div class="row align-items-center justify-content-between">
  602.                <!-- Logo Section -->
  603.               <div class="col-lg-2 col-md-3 col-6">
  604.                    <div class="logo-section-v8">
  605.                        <a class="logo-link-v8" href="/">
  606.                            
  607.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/275b3dae-3817-4ea5-abcc-bc7b20cb5cd8_logo.png" alt="Creative Vault" class="logo-img-v8" />
  608.                            
  609.                        </a>
  610.                    </div>
  611.                </div>
  612.  
  613.                <!-- Navigation Menu -->
  614.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  615.                    <nav class="main-nav-v8">
  616.                        <ul class="nav-list-v8">
  617.  
  618.                            
  619.                            <li class="nav-item-v8">
  620.                                <a href="/" class="nav-link-v8 active-v8"
  621.                                    data-text="Home">Home</a>
  622.                            </li>
  623.  
  624.                            
  625.                            
  626.                             <li class="nav-item-v8">
  627.                                <a href="/category/all-posts/" class="nav-link-v8"
  628.                                    data-text="All Posts">
  629.                                    All Posts
  630.                                </a>
  631.                                </li>
  632.  
  633.                                
  634.  
  635.                                                
  636.                                                
  637.                                
  638.                             <li class="nav-item-v8">
  639.                                <a href="/category/business/" class="nav-link-v8"
  640.                                    data-text="Business">
  641.                                    Business
  642.                                </a>
  643.                                </li>
  644.  
  645.                                
  646.  
  647.                                                
  648.                                                
  649.                                
  650.                             <li class="nav-item-v8">
  651.                                <a href="/category/esports/" class="nav-link-v8"
  652.                                    data-text="Esports">
  653.                                    Esports
  654.                                </a>
  655.                                </li>
  656.  
  657.                                
  658.  
  659.                                                
  660.                                                
  661.                                
  662.                             <li class="nav-item-v8">
  663.                                <a href="/category/fashion/" class="nav-link-v8"
  664.                                    data-text="Fashion">
  665.                                    Fashion
  666.                                </a>
  667.                                </li>
  668.  
  669.                                
  670.  
  671.                                                
  672.                                                
  673.                                
  674.                             <li class="nav-item-v8">
  675.                                <a href="/category/featured/" class="nav-link-v8"
  676.                                    data-text="Featured">
  677.                                    Featured
  678.                                </a>
  679.                                </li>
  680.  
  681.                                
  682.  
  683.                                                
  684.                                                
  685.                                
  686.                             <li class="nav-item-v8">
  687.                                <a href="/category/gaming/" class="nav-link-v8"
  688.                                    data-text="Gaming">
  689.                                    Gaming
  690.                                </a>
  691.                                </li>
  692.  
  693.                                
  694.  
  695.                                                
  696.                                                
  697.                                
  698.                             <li class="nav-item-v8">
  699.                                <a href="/category/health/" class="nav-link-v8"
  700.                                    data-text="Health">
  701.                                    Health
  702.                                </a>
  703.                                </li>
  704.  
  705.                                
  706.  
  707.                                                
  708.                                                
  709.                                
  710.                            
  711.                                
  712.                                
  713.                                <li class="nav-item-v8 has-dropdown-v8">
  714.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  715.                                    <div class="dropdown-card-v8">
  716.                                        <div class="dropdown-grid-v8">
  717.                                            <div class="dropdown-section-v8">
  718.                                                <a href="/category/life-fitness/"
  719.                                                    class="dropdown-link-v8">
  720.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  721.                                                </a>
  722.                                                
  723.  
  724.                                                
  725.  
  726.                                                
  727.                                                
  728.                                
  729.                            
  730.                                                <a href="/category/lifestyle/"
  731.                                                    class="dropdown-link-v8">
  732.                                                    <span class="link-icon-v8"></span> Lifestyle
  733.                                                </a>
  734.                                                
  735.  
  736.                                                
  737.                                                
  738.                                
  739.                            
  740.                                                <a href="/category/news/"
  741.                                                    class="dropdown-link-v8">
  742.                                                    <span class="link-icon-v8"></span> News
  743.                                                </a>
  744.                                                
  745.  
  746.                                                
  747.                                                
  748.                                
  749.                            
  750.                                                <a href="/category/others/"
  751.                                                    class="dropdown-link-v8">
  752.                                                    <span class="link-icon-v8"></span> Others
  753.                                                </a>
  754.                                                
  755.  
  756.                                                
  757.                                                
  758.                                
  759.                            
  760.                                                <a href="/category/politics/"
  761.                                                    class="dropdown-link-v8">
  762.                                                    <span class="link-icon-v8"></span> Politics
  763.                                                </a>
  764.                                                
  765.  
  766.                                                
  767.                                                
  768.                                
  769.                            
  770.                                                <a href="/category/sports/"
  771.                                                    class="dropdown-link-v8">
  772.                                                    <span class="link-icon-v8"></span> Sports
  773.                                                </a>
  774.                                                
  775.  
  776.                                                
  777.                                                
  778.                                
  779.                            
  780.                                                <a href="/category/tech/"
  781.                                                    class="dropdown-link-v8">
  782.                                                    <span class="link-icon-v8"></span> Tech
  783.                                                </a>
  784.                                                
  785.  
  786.                                                
  787.                                                
  788.                                
  789.                            
  790.                                                <a href="/category/travel/"
  791.                                                    class="dropdown-link-v8">
  792.                                                    <span class="link-icon-v8"></span> Travel
  793.                                                </a>
  794.                                                
  795.  
  796.                                                
  797.                                                
  798.                                            </div>
  799.                                        </div>
  800.                                    </div>
  801.                                </li>
  802.                                
  803.                                
  804. <li>
  805.                  <a href="/page/contact-us/">
  806.                     Contact Us
  807.                  </a>
  808.              </li>
  809.                        </ul>
  810.                    </nav>
  811.  
  812.                </div>
  813.  
  814.                <!-- Search & Mobile Toggle -->
  815.                <div class="col-lg-2 col-md-3 col-6">
  816.                    <div class="nav-actions-v8">
  817.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  818.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  819.                                stroke-width="2">
  820.                                <circle cx="11" cy="11" r="8"></circle>
  821.                                <path d="m21 21-4.35-4.35"></path>
  822.                            </svg>
  823.                        </button>
  824.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  825.                            <i class="ti-menu fs-5"></i>
  826.                        </button>
  827.                    </div>
  828.                </div>
  829.            </div>
  830.        </div>
  831.  
  832.        <!-- Floating Search Card -->
  833.        <div class="search-card-v8" id="searchCardV8">
  834.            <div class="search-container-v8">
  835.                <form class="search-form-v8" action="#" method="get">
  836.                    <div class="search-input-wrapper-v8">
  837.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  838.                            stroke="currentColor" stroke-width="2">
  839.                            <circle cx="11" cy="11" r="8"></circle>
  840.                            <path d="m21 21-4.35-4.35"></path>
  841.                        </svg>
  842.                        <input type="search" class="search-input-v8" id="search-input"
  843.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  844.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  845.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  846.                                stroke-width="2">
  847.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  848.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  849.                            </svg>
  850.                        </button>
  851.                    </div>
  852.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  853.                        
  854.                        
  855.                    </div>
  856.                </form>
  857.            </div>
  858.        </div>
  859.  
  860.        <!-- Mobile Navigation Card -->
  861.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  862.            <div class="mobile-nav-content-v8">
  863.                <ul class="mobile-nav-list-v8">
  864.  
  865.                    
  866.                    <li class="mobile-nav-item-v8">
  867.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  868.                            Home
  869.                        </a>
  870.                    </li>
  871.  
  872.                    
  873.                      <li class="mobile-nav-item-v8">
  874.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  875.                            All Posts
  876.                        </a>
  877.                        </li>
  878.  
  879.                        
  880.  
  881.                                
  882.                                
  883.                        
  884.                      <li class="mobile-nav-item-v8">
  885.                        <a href="/category/business/" class="mobile-nav-link-v8">
  886.                            Business
  887.                        </a>
  888.                        </li>
  889.  
  890.                        
  891.  
  892.                                
  893.                                
  894.                        
  895.                      <li class="mobile-nav-item-v8">
  896.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  897.                            Esports
  898.                        </a>
  899.                        </li>
  900.  
  901.                        
  902.  
  903.                                
  904.                                
  905.                        
  906.                      <li class="mobile-nav-item-v8">
  907.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  908.                            Fashion
  909.                        </a>
  910.                        </li>
  911.  
  912.                        
  913.  
  914.                                
  915.                                
  916.                        
  917.                      <li class="mobile-nav-item-v8">
  918.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  919.                            Featured
  920.                        </a>
  921.                        </li>
  922.  
  923.                        
  924.  
  925.                                
  926.                                
  927.                        
  928.                      <li class="mobile-nav-item-v8">
  929.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  930.                            Gaming
  931.                        </a>
  932.                        </li>
  933.  
  934.                        
  935.  
  936.                                
  937.                                
  938.                        
  939.                      <li class="mobile-nav-item-v8">
  940.                        <a href="/category/health/" class="mobile-nav-link-v8">
  941.                            Health
  942.                        </a>
  943.                        </li>
  944.  
  945.                        
  946.  
  947.                                
  948.                                
  949.                        
  950.                    
  951.                        
  952.                        
  953.                        <li class="mobile-nav-item-v8">
  954.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  955.                                More
  956.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  957.                                    stroke="currentColor" stroke-width="2">
  958.                                    <polyline points="6,9 12,15 18,9"></polyline>
  959.                                </svg>
  960.                            </a>
  961.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  962.                                <li>
  963.                                    <a href="/category/life-fitness/"
  964.                                        class="mobile-sub-link-v8">
  965.                                        Life &amp; Fitness
  966.                                    </a>
  967.                                </li>
  968.                                
  969.  
  970.                                
  971.  
  972.                                
  973.                                
  974.                        
  975.                    
  976.                                
  977.                                <li>
  978.                                    <a href="/category/lifestyle/"
  979.                                        class="mobile-sub-link-v8">
  980.                                        Lifestyle
  981.                                    </a>
  982.                                </li>
  983.                                
  984.  
  985.                                
  986.                                
  987.                        
  988.                    
  989.                                
  990.                                <li>
  991.                                    <a href="/category/news/"
  992.                                        class="mobile-sub-link-v8">
  993.                                        News
  994.                                    </a>
  995.                                </li>
  996.                                
  997.  
  998.                                
  999.                                
  1000.                        
  1001.                    
  1002.                                
  1003.                                <li>
  1004.                                    <a href="/category/others/"
  1005.                                        class="mobile-sub-link-v8">
  1006.                                        Others
  1007.                                    </a>
  1008.                                </li>
  1009.                                
  1010.  
  1011.                                
  1012.                                
  1013.                        
  1014.                    
  1015.                                
  1016.                                <li>
  1017.                                    <a href="/category/politics/"
  1018.                                        class="mobile-sub-link-v8">
  1019.                                        Politics
  1020.                                    </a>
  1021.                                </li>
  1022.                                
  1023.  
  1024.                                
  1025.                                
  1026.                        
  1027.                    
  1028.                                
  1029.                                <li>
  1030.                                    <a href="/category/sports/"
  1031.                                        class="mobile-sub-link-v8">
  1032.                                        Sports
  1033.                                    </a>
  1034.                                </li>
  1035.                                
  1036.  
  1037.                                
  1038.                                
  1039.                        
  1040.                    
  1041.                                
  1042.                                <li>
  1043.                                    <a href="/category/tech/"
  1044.                                        class="mobile-sub-link-v8">
  1045.                                        Tech
  1046.                                    </a>
  1047.                                </li>
  1048.                                
  1049.  
  1050.                                
  1051.                                
  1052.                        
  1053.                    
  1054.                                
  1055.                                <li>
  1056.                                    <a href="/category/travel/"
  1057.                                        class="mobile-sub-link-v8">
  1058.                                        Travel
  1059.                                    </a>
  1060.                                </li>
  1061.                                
  1062.  
  1063.                                
  1064.                                
  1065.                            </ul>
  1066.                        </li>
  1067.                        
  1068.                        
  1069.  
  1070.                </ul>
  1071.  
  1072.            </div>
  1073.        </div>
  1074.    </div>
  1075.  
  1076.    <!-- Background Overlay -->
  1077.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  1078. </header>
  1079.  
  1080. <style>
  1081.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  1082.    .header-v8 {
  1083.        padding: 20px 0;
  1084.        position: relative;
  1085.        min-height: 120px;
  1086.    }
  1087.  
  1088.    /* Main Navigation Card */
  1089.    .nav-card-v8 {
  1090.        background:var(--navbar-bg);
  1091.        backdrop-filter: blur(20px);
  1092.        border: 1px solid var(--border-color);
  1093.        border-radius: 20px;
  1094.        padding: 15px 25px;
  1095.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  1096.        position: relative;
  1097.        z-index: 100;
  1098.    }
  1099.  
  1100.    /* Logo Styles */
  1101.    .logo-img-v8 {
  1102.        max-height: 60px;
  1103.        transition: all 0.3s ease;
  1104.    }
  1105.  
  1106.    .logo-link-v8:hover .logo-img-v8 {
  1107.        transform: scale(1.05) rotate(2deg);
  1108.    }
  1109.  
  1110.    /* Main Navigation */
  1111.    .nav-list-v8 {
  1112.        list-style: none;
  1113.        padding: 0;
  1114.        margin: 0;
  1115.        display: flex;
  1116.        align-items: center;
  1117.        justify-content: center;
  1118.        gap: 8px;
  1119.    }
  1120.  
  1121.    .nav-item-v8 {
  1122.        position: relative;
  1123.    }
  1124.  
  1125.    .nav-link-v8 {
  1126.        color: #4a5568;
  1127.        text-decoration: none;
  1128.        font-weight: 500;
  1129.        font-size: 15px;
  1130.        padding: 12px 18px;
  1131.        border-radius: 12px;
  1132.        position: relative;
  1133.        transition: all 0.3s ease;
  1134.        display: block;
  1135.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1136.    }
  1137.  
  1138.    .nav-link-v8::before {
  1139.        content: attr(data-text);
  1140.        position: absolute;
  1141.        top: 0;
  1142.        left: 0;
  1143.        right: 0;
  1144.        bottom: 0;
  1145.        display: flex;
  1146.        align-items: center;
  1147.        justify-content: center;
  1148.        background: var(--sub-nav);
  1149.        color: var(--topbar-color);
  1150.        border-radius: 12px;
  1151.        opacity: 0;
  1152.        transform: scale(0.8);
  1153.        transition: all 0.3s ease;
  1154.        font-weight: 600;
  1155.    }
  1156.  
  1157.    .nav-link-v8:hover::before,
  1158.    .nav-link-v8.active-v8::before {
  1159.        opacity: 1;
  1160.        transform: scale(1);
  1161.    }
  1162.  
  1163.    .nav-link-v8:hover,
  1164.    .nav-link-v8.active-v8 {
  1165.        color: transparent;
  1166.        background: rgba(102, 126, 234, 0.1);
  1167.    }
  1168.  
  1169.    /* Dropdown Styles */
  1170.    .dropdown-card-v8 {
  1171.        position: absolute;
  1172.        top: calc(100% + 15px);
  1173.        left: 50%;
  1174.        transform: translateX(-50%);
  1175.        background:var(--navbar-bg);
  1176.        backdrop-filter: blur(20px);
  1177.        border: 1px solid var(--border-color);
  1178.        border-radius: 16px;
  1179.        padding: 25px;
  1180.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1181.        opacity: 0;
  1182.        visibility: hidden;
  1183.        transform: translateX(-50%) translateY(-10px);
  1184.        transition: all 0.3s ease;
  1185.        z-index: 200;
  1186.        min-width: 320px;
  1187.    }
  1188.  
  1189.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1190.        opacity: 1;
  1191.        visibility: visible;
  1192.        transform: translateX(-50%) translateY(0);
  1193.    }
  1194.  
  1195.    .dropdown-grid-v8 {
  1196.        display: grid;
  1197.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1198.        gap: 20px;
  1199.    }
  1200.  
  1201.    .dropdown-header-v8 {
  1202.        font-size: 12px;
  1203.        font-weight: 700;
  1204.        color: #667eea;
  1205.        margin-bottom: 12px;
  1206.        text-transform: uppercase;
  1207.        letter-spacing: 1px;
  1208.    }
  1209.  
  1210.    .dropdown-link-v8 {
  1211.        display: flex;
  1212.        align-items: center;
  1213.        color: var(--navbar-color) !important;;
  1214.        text-decoration: none;
  1215.        font-size: 14px;
  1216.        padding: 10px 12px;
  1217.        border-radius: 10px;
  1218.        transition: all 0.3s ease;
  1219.        margin-bottom: 8px;
  1220.    }
  1221.  
  1222.    .dropdown-link-v8:hover {
  1223.        background:var(--bs-primary);
  1224.        color: var(--bs-white) !important;;
  1225.        transform: translateX(5px);
  1226.    }
  1227.  
  1228.    .link-icon-v8 {
  1229.        margin-right: 10px;
  1230.        height: 5px;
  1231.        width: 5px;
  1232.        border: 1px solid #2d3748;
  1233.        border-radius: 50%;
  1234.    }
  1235.  
  1236.    /* Navigation Actions */
  1237.    .nav-actions-v8 {
  1238.        display: flex;
  1239.        align-items: center;
  1240.        justify-content: flex-end;
  1241.        gap: 10px;
  1242.    }
  1243.  
  1244.    .search-toggle-v8,
  1245.    .mobile-toggle-v8 {
  1246.        background: rgba(102, 126, 234, 0.1);
  1247.        border: none;
  1248.        border-radius: 12px;
  1249.        padding: 12px;
  1250.        cursor: pointer;
  1251.        transition: all 0.3s ease;
  1252.        color: var(--bs-white);
  1253.    }
  1254.  
  1255.    .search-toggle-v8:hover,
  1256.    .mobile-toggle-v8:hover {
  1257.        background: var(--sub-nav);
  1258.        color: var(--topbar-color);
  1259.        transform: scale(1.05);
  1260.    }
  1261.  
  1262.    .mobile-toggle-v8 {
  1263.        flex-direction: column;
  1264.        gap: 3px;
  1265.        padding: 10px 12px;
  1266.    }
  1267.  
  1268.    .toggle-line-v8 {
  1269.        width: 20px;
  1270.        height: 2px;
  1271.        background: currentColor;
  1272.        border-radius: 1px;
  1273.        transition: all 0.3s ease;
  1274.    }
  1275.  
  1276.    /* Floating Search Card */
  1277.    .search-card-v8 {
  1278.        position: absolute;
  1279.        top: 100%;
  1280.        left: 50%;
  1281.        transform: translateX(-50%);
  1282.        width: calc(100% - 40px);
  1283.        max-width: 600px;
  1284.        background:var(--navbar-bg);
  1285.        backdrop-filter: blur(20px);
  1286.        border: 1px solid var(--border-color);
  1287.        border-radius: 20px;
  1288.        padding: 25px;
  1289.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1290.        opacity: 0;
  1291.        visibility: hidden;
  1292.        transform: translateX(-50%) translateY(-20px);
  1293.        transition: all 0.4s ease;
  1294.        z-index: 300;
  1295.        margin-top: 15px;
  1296.    }
  1297.  
  1298.    .search-card-v8.show-v8 {
  1299.        opacity: 1;
  1300.        visibility: visible;
  1301.        transform: translateX(-50%) translateY(0);
  1302.    }
  1303.  
  1304.    .search-input-wrapper-v8 {
  1305.        display: flex;
  1306.        align-items: center;
  1307.        background: rgba(248, 250, 252, 0.8);
  1308.        border: 2px solid rgba(102, 126, 234, 0.2);
  1309.        border-radius: 15px;
  1310.        padding: 5px;
  1311.        margin-bottom: 20px;
  1312.        transition: all 0.3s ease;
  1313.    }
  1314.  
  1315.    .search-input-wrapper-v8:focus-within {
  1316.        border-color: #667eea;
  1317.        background: rgba(255, 255, 255, 0.9);
  1318.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1319.    }
  1320.  
  1321.    .search-icon-v8 {
  1322.        color: #a0aec0;
  1323.        margin: 0 15px;
  1324.        transition: color 0.3s ease;
  1325.    }
  1326.  
  1327.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1328.        color: #667eea;
  1329.    }
  1330.  
  1331.    .search-input-v8 {
  1332.        flex: 1;
  1333.        border: none;
  1334.        background: transparent;
  1335.        font-size: 16px;
  1336.        padding: 15px 0;
  1337.        outline: none;
  1338.        color: #2d3748;
  1339.    }
  1340.  
  1341.    .search-input-v8::placeholder {
  1342.        color: #a0aec0;
  1343.    }
  1344.  
  1345.    .search-close-v8 {
  1346.        background: rgba(160, 174, 192, 0.2);
  1347.        border: none;
  1348.        border-radius: 10px;
  1349.        padding: 8px;
  1350.        margin-right: 8px;
  1351.        cursor: pointer;
  1352.        transition: all 0.3s ease;
  1353.        color: #a0aec0;
  1354.    }
  1355.  
  1356.    .search-close-v8:hover {
  1357.        background: rgba(229, 62, 62, 0.1);
  1358.        color: #e53e3e;
  1359.    }
  1360.  
  1361.    /* Search Suggestions */
  1362.    .search-suggestions-v8 {
  1363.        display: grid;
  1364.        gap: 8px;
  1365.    }
  1366.  
  1367.    .suggestion-item-v8 {
  1368.        display: flex;
  1369.        align-items: center;
  1370.        padding: 12px 15px;
  1371.        background: rgba(248, 250, 252, 0.1);
  1372.        border-radius: 12px;
  1373.        cursor: pointer;
  1374.        transition: all 0.3s ease;
  1375.    }
  1376.  
  1377.    .suggestion-item-v8:hover {
  1378.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1379.        color: white;
  1380.        transform: translateX(5px);
  1381.    }
  1382.  
  1383.    .suggestion-icon-v8 {
  1384.        margin-right: 12px;
  1385.        font-size: 16px;
  1386.    }
  1387.  
  1388.    .suggestion-text-v8 {
  1389.        font-size: 14px;
  1390.        font-weight: 500;
  1391.    }
  1392.  
  1393.    /* Mobile Navigation Card */
  1394.    .mobile-nav-card-v8 {
  1395.        position: absolute;
  1396.        top: 100%;
  1397.        left: 50%;
  1398.        transform: translateX(-50%);
  1399.        width: calc(100% - 40px);
  1400.        background:var(--card-bg);
  1401.        backdrop-filter: blur(20px);
  1402.        border: 1px solid var(--border-color);
  1403.        border-radius: 20px;
  1404.        padding: 20px;
  1405.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1406.        opacity: 0;
  1407.        visibility: hidden;
  1408.        transform: translateX(-50%) translateY(-20px);
  1409.        transition: all 0.4s ease;
  1410.        z-index: 300;
  1411.        margin-top: 15px;
  1412.        max-height: 70vh;
  1413.        overflow-y: auto;
  1414.    }
  1415.  
  1416.    .mobile-nav-card-v8.show-v8 {
  1417.        opacity: 1;
  1418.        visibility: visible;
  1419.        transform: translateX(-50%) translateY(0);
  1420.    }
  1421.  
  1422.    .mobile-nav-list-v8 {
  1423.        list-style: none;
  1424.        padding: 0;
  1425.        margin: 0;
  1426.    }
  1427.  
  1428.    .mobile-nav-item-v8 {
  1429.        margin-bottom: 8px;
  1430.    }
  1431.  
  1432.    .mobile-nav-link-v8 {
  1433.        display: flex;
  1434.        align-items: center;
  1435.        color: var(--navbar-color) !important;
  1436.        text-decoration: none;
  1437.        font-weight: 500;
  1438.        font-size: 16px;
  1439.        padding: 15px;
  1440.        border-radius: 12px;
  1441.        justify-content: space-between;
  1442.    }
  1443.  
  1444.    .mobile-nav-link-v8:hover,
  1445.    .mobile-nav-link-v8.active-v8 {
  1446.        background:var(--sub-nav);
  1447.        color: var(--topbar-color) !important;
  1448.    }
  1449.  
  1450.    .mobile-nav-icon-v8 {
  1451.        font-size: 18px;
  1452.        background-color: var(--navbar-bg) !important;
  1453.        margin-right: 12px;
  1454.    }
  1455.  
  1456.    .mobile-arrow-v8 {
  1457.        transition: transform 0.3s ease;
  1458.    }
  1459.  
  1460.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1461.        transform: rotate(180deg);
  1462.    }
  1463.  
  1464.    .mobile-dropdown-v8 {
  1465.        list-style: none;
  1466.        padding: 0;
  1467.        margin: 0;
  1468.        max-height: 0;
  1469.        overflow: hidden;
  1470.        transition: all 0.3s ease;
  1471.        background: rgba(248, 250, 252, 0.5);
  1472.        border-radius: 12px;
  1473.        margin-top: 8px;
  1474.    }
  1475.  
  1476.    .mobile-dropdown-v8.show-v8 {
  1477.        max-height: 300px;
  1478.        background-color: var(--navbar-bg);
  1479.        padding: 10px 0;
  1480.    }
  1481.  
  1482.    .mobile-sub-link-v8 {
  1483.        display: block;
  1484.        color: var(--navbar-color) !important;
  1485.        text-decoration: none;
  1486.        font-size: 14px;
  1487.        padding: 10px 20px;
  1488.        transition: all 0.3s ease;
  1489.    }
  1490.  
  1491.    .mobile-sub-link-v8:hover {
  1492.        color: var(--topbar-color);
  1493.        background: var(--sub-nav);
  1494.        border-radius: 12px;
  1495.    }
  1496.  
  1497.    /* Background Overlay */
  1498.    .nav-overlay-v8 {
  1499.        position: fixed;
  1500.        top: 0;
  1501.        left: 0;
  1502.        right: 0;
  1503.        bottom: 0;
  1504.        background: rgba(0, 0, 0, 0.3);
  1505.        backdrop-filter: blur(5px);
  1506.        z-index: 250;
  1507.        opacity: 0;
  1508.        visibility: hidden;
  1509.        transition: all 0.3s ease;
  1510.    }
  1511.  
  1512.    .nav-overlay-v8.show-v8 {
  1513.        opacity: 1;
  1514.        visibility: visible;
  1515.    }
  1516.  
  1517.    /* Responsive Design */
  1518.    @media (max-width: 1300px) {
  1519.        .header-v8 {
  1520.            padding: 15px 0;
  1521.        }
  1522.  
  1523.        .nav-card-v8 {
  1524.            padding: 12px 20px;
  1525.            border-radius: 15px;
  1526.        }
  1527.  
  1528.        .search-card-v8,
  1529.        .mobile-nav-card-v8 {
  1530.            width: calc(100% - 40px);
  1531.            padding: 20px;
  1532.        }
  1533.    }
  1534.  
  1535.    @media (max-width: 576px) {
  1536.        .nav-card-v8 {
  1537.            padding: 10px 15px;
  1538.        }
  1539.  
  1540.        .logo-img-v8 {
  1541.            max-height: 35px;
  1542.        }
  1543.    }
  1544. </style>
  1545.  
  1546. <script>
  1547.    let activeCard = null;
  1548.  
  1549.    function toggleSearchV8() {
  1550.        const searchCard = document.getElementById('searchCardV8');
  1551.        const overlay = document.getElementById('navOverlayV8');
  1552.        const mobileNav = document.getElementById('mobileNavV8');
  1553.  
  1554.        // Close mobile nav if open
  1555.        mobileNav.classList.remove('show-v8');
  1556.  
  1557.        if (searchCard.classList.contains('show-v8')) {
  1558.            searchCard.classList.remove('show-v8');
  1559.            overlay.classList.remove('show-v8');
  1560.            activeCard = null;
  1561.        } else {
  1562.            searchCard.classList.add('show-v8');
  1563.            overlay.classList.add('show-v8');
  1564.            activeCard = 'search';
  1565.  
  1566.            // Focus on search input
  1567.            setTimeout(() => {
  1568.                const searchInput = document.querySelector('.search-input-v8');
  1569.                if (searchInput) searchInput.focus();
  1570.            }, 100);
  1571.        }
  1572.    }
  1573.  
  1574.    function toggleMobileNavV8() {
  1575.        const mobileNav = document.getElementById('mobileNavV8');
  1576.        const overlay = document.getElementById('navOverlayV8');
  1577.        const searchCard = document.getElementById('searchCardV8');
  1578.  
  1579.        // Close search if open
  1580.        searchCard.classList.remove('show-v8');
  1581.  
  1582.        if (mobileNav.classList.contains('show-v8')) {
  1583.            mobileNav.classList.remove('show-v8');
  1584.            overlay.classList.remove('show-v8');
  1585.            activeCard = null;
  1586.        } else {
  1587.            mobileNav.classList.add('show-v8');
  1588.            overlay.classList.add('show-v8');
  1589.            activeCard = 'mobile';
  1590.        }
  1591.    }
  1592.  
  1593.    function toggleMobileDropdownV8(dropdownId) {
  1594.        const dropdown = document.getElementById(dropdownId);
  1595.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1596.  
  1597.        // Close other dropdowns
  1598.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1599.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1600.  
  1601.        allDropdowns.forEach(dd => {
  1602.            if (dd.id !== dropdownId) {
  1603.                dd.classList.remove('show-v8');
  1604.            }
  1605.        });
  1606.  
  1607.        allParents.forEach(parent => {
  1608.            if (parent !== parentItem) {
  1609.                parent.classList.remove('open-v8');
  1610.            }
  1611.        });
  1612.  
  1613.        // Toggle current dropdown
  1614.        dropdown.classList.toggle('show-v8');
  1615.        parentItem.classList.toggle('open-v8');
  1616.    }
  1617.  
  1618.    function closeAllV8() {
  1619.        const searchCard = document.getElementById('searchCardV8');
  1620.        const mobileNav = document.getElementById('mobileNavV8');
  1621.        const overlay = document.getElementById('navOverlayV8');
  1622.  
  1623.        searchCard.classList.remove('show-v8');
  1624.        mobileNav.classList.remove('show-v8');
  1625.        overlay.classList.remove('show-v8');
  1626.        activeCard = null;
  1627.    }
  1628.  
  1629.    // Close on escape key
  1630.    document.addEventListener('keydown', function (e) {
  1631.        if (e.key === 'Escape' && activeCard) {
  1632.            closeAllV8();
  1633.        }
  1634.    });
  1635.  
  1636.    // Handle suggestion clicks
  1637.    document.addEventListener('click', function (e) {
  1638.        if (e.target.closest('.suggestion-item-v8')) {
  1639.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1640.            const searchInput = document.querySelector('.search-input-v8');
  1641.            if (searchInput) {
  1642.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1643.            }
  1644.        }
  1645.    });
  1646. </script>
  1647. <script>
  1648.  document.addEventListener("DOMContentLoaded", function () {
  1649.    console.log("loaded");
  1650.  
  1651.     const searchInput = document.getElementById("search-input")
  1652.    const searchResults = document.getElementById("search-results");
  1653.  
  1654.    if (!searchInput || !searchResults) {
  1655.      console.error("Search input/results not found");
  1656.      return;
  1657.    }
  1658.  
  1659.    // Prevent form submission
  1660.    if (searchInput.form) {
  1661.      searchInput.form.addEventListener("submit", function (e) {
  1662.        e.preventDefault();
  1663.      });
  1664.    }
  1665.  
  1666.    // Add event listener for keyup
  1667.    searchInput.addEventListener("keyup", function (e) {
  1668.      console.log("Key pressed:", e.key);
  1669.      e.preventDefault();
  1670.  
  1671.      const query = searchInput.value.trim();
  1672.      console.log("User is typing: " + query);
  1673.  
  1674.      // If empty → clear and hide
  1675.      if (query === "") {
  1676.        searchResults.innerHTML = "";
  1677.        searchResults.style.display = "none";
  1678.        return;
  1679.      }
  1680.  
  1681.      // Show results
  1682.      searchResults.style.display = "block";
  1683.  
  1684.      // Fetch search results
  1685.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1686.        method: "GET",
  1687.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1688.      })
  1689.        .then(response => {
  1690.          console.log("Response Status:", response.status);
  1691.          return response.json();
  1692.        })
  1693.        .then(data => {
  1694.          console.log("Data received:", data);
  1695.          if (data.html) {
  1696.            searchResults.innerHTML = data.html;
  1697.          } else {
  1698.            searchResults.innerHTML = "<p>No results found.</p>";
  1699.          }
  1700.        })
  1701.        .catch(error => {
  1702.          console.error("Error fetching search results:", error);
  1703.        });
  1704.    });
  1705.  
  1706.    // Close results when clicking outside
  1707.    document.addEventListener("click", function (e) {
  1708.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1709.        searchResults.style.display = "none";
  1710.      }
  1711.    });
  1712.  
  1713.    // Close results on ESC key
  1714.    document.addEventListener("keydown", function (e) {
  1715.      if (e.key === "Escape") {
  1716.        searchResults.style.display = "none";
  1717.      }
  1718.    });
  1719.  });
  1720. </script>
  1721.  
  1722.  
  1723.        </header>
  1724.        <!-- end of header -->
  1725.        <!-- start of wpo-blog-hero -->
  1726.        
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733.  
  1734. <div class="blog-hero-v3 pt-3">
  1735.    <div class="container-fluid fluid-container">
  1736.        <div class="row g-4">
  1737.            
  1738.            
  1739.              
  1740.            <!-- Left Column -->
  1741.            <div class="col-lg-4 col-md-6">
  1742.                <div class="magazine-card tall-card h-100">
  1743.                    <div class="card-image">
  1744.                        
  1745.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1746.                        
  1747.                        <div class="image-overlay"></div>
  1748.                    </div>
  1749.                    <div class="card-content">
  1750.                        <div class="category-pill bg-primary-gradient">News</div>
  1751.                        <h2> <a href="/doctors-from-scotland-and-the-us-achieve-historic-stroke-procedure-using-robot/">
  1752.                                        Doctors from Scotland and the US Achieve Historic Stroke Procedure Using Robot
  1753.                                    </a></h2>
  1754.                        <p></p>
  1755.                        <div class="author-section">
  1756.                            
  1757.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;" class="author-img">
  1758.                            
  1759.                            <div class="author-details">
  1760.                                <span class="author-name">Jonathan Miller</span>
  1761.                                <span class="publish-date">14 May 2026</span>
  1762.                            </div>
  1763.                        </div>
  1764.                    </div>
  1765.                </div>
  1766.            </div>
  1767.  
  1768.            
  1769.            
  1770.  
  1771.            <!-- Center Column -->
  1772.            <div class="col-lg-4 col-md-6">
  1773.                <div class="row g-4">
  1774.                    
  1775.                    <div class="col-12">
  1776.                        <div class="magazine-card square-card">
  1777.                            <div class="card-image">
  1778.                            
  1779.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1780.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1781.                            
  1782.                                <div class="floating-category bg-primary-gradient">News</div>
  1783.                            </div>
  1784.                            <div class="card-content compact">
  1785.                                <h3> <a href="/chinas-new-ai-guidelines-aim-on-youth-protection-and-self-harm-risk-reduction/" >
  1786.                                        China&#x27;s New AI Guidelines Aim on Youth Protection and Self-Harm Risk Reduction.
  1787.                                    </a></h3>
  1788.                                    
  1789.                                <div class="mini-meta">
  1790.                                    <span>By Jonathan Miller</span>
  1791.                                    <span class="date-dot">• 13 May 2026</span>
  1792.                                </div>
  1793.                            </div>
  1794.                        </div>
  1795.                    </div>
  1796.                    
  1797.                    <div class="col-12">
  1798.                        <div class="magazine-card square-card">
  1799.                            <div class="card-image">
  1800.                            
  1801.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1802.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1803.                            
  1804.                                <div class="floating-category bg-primary-gradient">News</div>
  1805.                            </div>
  1806.                            <div class="card-content compact">
  1807.                                <h3> <a href="/gavin-newsom-acknowledges-he-is-evaluating-a-presidential-campaign-for-2028/" >
  1808.                                        Gavin Newsom Acknowledges He Is Evaluating a Presidential Campaign for 2028
  1809.                                    </a></h3>
  1810.                                    
  1811.                                <div class="mini-meta">
  1812.                                    <span>By Jonathan Miller</span>
  1813.                                    <span class="date-dot">• 13 May 2026</span>
  1814.                                </div>
  1815.                            </div>
  1816.                        </div>
  1817.                    </div>
  1818.                    
  1819.  
  1820.                </div>
  1821.            </div>
  1822.            
  1823.            
  1824.              
  1825.            <!-- Right Column -->
  1826.            <div class="col-lg-4 col-md-12">
  1827.                <div class="magazine-card featured-card">
  1828.                    <div class="featured-header">
  1829.                        <h4>Featured Story</h4>
  1830.                        <div class="featured-line"></div>
  1831.                    </div>
  1832.                    <div class="card-image featured-img" >
  1833.                    
  1834.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1835.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1836.                    
  1837.                    </div>
  1838.                    <div class="card-content featured-content">
  1839.                        <div class="category-pill bg-primary-gradient">News</div>
  1840.                        <h2><a href="/certain-factions-on-the-left-and-right-who-offer-only-discontent-the-government-is-proceeding-with-the-job-of-economic-rejuvenation/">
  1841.                                        Certain factions on the left and right who offer only discontent: The government is proceeding with the job of economic rejuvenation.
  1842.                                    </a></h2>
  1843.                        
  1844.                        <div class="author-section featured-author">
  1845.                            
  1846.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;border-radius: 20px; width: 50px;">
  1847.                            
  1848.                            <div class="author-details">
  1849.                                <span class="author-name">Jonathan Miller</span>
  1850.                                <!-- <span class="author-title">Business Analyst</span> -->
  1851.                                <span class="publish-date">13 May 2026</span>
  1852.                            </div>
  1853.                        </div>
  1854.                    </div>
  1855.                </div>
  1856.            </div>
  1857.  
  1858.            
  1859.            
  1860.        </div>
  1861.    </div>
  1862. </div>
  1863.  
  1864. <style>
  1865. /* Blog Hero V3 - Magazine Style */
  1866. .blog-hero-v3 {
  1867.    padding: 80px 0;
  1868.    position: relative;
  1869. }
  1870.  
  1871. /* Magazine Cards */
  1872. .magazine-card {
  1873.    background: var(--card-bg);
  1874.    border-radius: 20px;
  1875.    overflow: hidden;
  1876.    position: relative;
  1877.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1878.    border: 1px solid var(--border-color);
  1879. }
  1880.  
  1881. .magazine-card:hover {
  1882.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1883. }
  1884.  
  1885. /* Tall Card (Left Column) */
  1886. .tall-card {
  1887.    display: flex;
  1888.    flex-direction: column;
  1889. }
  1890.  
  1891. .tall-card .card-image {
  1892.    height: 300px;
  1893.    position: relative;
  1894.    overflow: hidden;
  1895. }
  1896.  
  1897. .tall-card .card-image img {
  1898.    width: 100%;
  1899.    height: 100%;
  1900.    object-fit: cover;
  1901.    transition: transform 0.6s ease;
  1902. }
  1903.  
  1904. .tall-card:hover .card-image img {
  1905.    transform: scale(1.1) rotate(-2deg);
  1906. }
  1907.  
  1908. .image-overlay {
  1909.    position: absolute;
  1910.    top: 0;
  1911.    left: 0;
  1912.    right: 0;
  1913.    bottom: 0;
  1914.    opacity: 0;
  1915.    transition: opacity 0.3s ease;
  1916. }
  1917.  
  1918. .tall-card:hover .image-overlay {
  1919.    opacity: 1;
  1920. }
  1921.  
  1922. .tall-card .card-content {
  1923.    padding: 20px;
  1924.    flex-grow: 1;
  1925.    display: flex;
  1926.    flex-direction: column;
  1927. }
  1928.  
  1929. .tall-card h2 {
  1930.    font-size: 1.5rem;
  1931.    font-weight: 700;
  1932.    color: #2c3e50;
  1933.    margin: 12px 0;
  1934.    line-height: 1.3;
  1935. }
  1936.  
  1937. .tall-card p {
  1938.    color: #7f8c8d;
  1939.    line-height: 1.6;
  1940.    margin-bottom: 1rem;
  1941.    flex-grow: 1;
  1942. }
  1943.  
  1944. /* Square Cards (Center Column) */
  1945. .square-card {
  1946.    position: relative;
  1947.    overflow: hidden;
  1948. }
  1949.  
  1950. .square-card .card-image {
  1951.    height: 180px;
  1952.    position: relative;
  1953. }
  1954.  
  1955. .square-card .card-image img {
  1956.    width: 100%;
  1957.    height: 100%;
  1958.    object-fit: cover;
  1959.    filter: brightness(1.1) saturate(1.2);
  1960.    transition: all 0.4s ease;
  1961. }
  1962.  
  1963. .square-card:hover .card-image img {
  1964.    transform: scale(1.15);
  1965.    filter: brightness(1.2) saturate(1.4);
  1966. }
  1967.  
  1968. .floating-category {
  1969.    position: absolute;
  1970.    top: 15px;
  1971.    right: 15px;
  1972.    padding: 8px 15px;
  1973.    border-radius: 20px;
  1974.    font-size: 0.75rem;
  1975.    text-transform: uppercase;
  1976.    letter-spacing: 1px;
  1977.    backdrop-filter: blur(10px);
  1978.    border: 1px solid rgba(255, 255, 255, 0.3);
  1979. }
  1980.  
  1981. .square-card .card-content.compact {
  1982.    padding: 1.2rem;
  1983. }
  1984.  
  1985. .square-card h3 {
  1986.    font-size: 1.1rem;
  1987.    font-weight: 600;
  1988.    color: #2c3e50;
  1989.    margin-bottom: 10px;
  1990.    line-height: 1.3;
  1991. }
  1992.  
  1993. .mini-meta {
  1994.    font-size: 0.85rem;
  1995.    color: #95a5a6;
  1996. }
  1997.  
  1998. .date-dot {
  1999.    margin-left: 8px;
  2000. }
  2001.  
  2002. /* Featured Card (Right Column) */
  2003. .featured-card {
  2004.    color: white;
  2005.    position: relative;
  2006.    overflow: hidden;
  2007. }
  2008.  
  2009. .featured-card::before {
  2010.    content: '';
  2011.    position: absolute;
  2012.    top: -50%;
  2013.    right: -50%;
  2014.    width: 200%;
  2015.    height: 200%;
  2016.    pointer-events: none;
  2017. }
  2018.  
  2019.  
  2020.  
  2021. .featured-header {
  2022.    padding: 25px 25px 0;
  2023.    position: relative;
  2024. }
  2025.  
  2026. .featured-header h4 {
  2027.    font-size: 0.9rem;
  2028.    text-transform: uppercase;
  2029.    letter-spacing: 2px;
  2030.    margin: 0;
  2031.    opacity: 0.9;
  2032. }
  2033.  
  2034. .featured-line {
  2035.    width: 50px;
  2036.    height: 2px;
  2037.    background: rgba(255, 255, 255, 0.6);
  2038.    margin-top: 10px;
  2039. }
  2040.  
  2041. .featured-img {
  2042.    height: 200px;
  2043.    margin: 1rem;
  2044.    border-radius: 15px;
  2045.    overflow: hidden;
  2046.    position: relative;
  2047. }
  2048.  
  2049. .featured-img img {
  2050.    width: 100%;
  2051.    height: 100%;
  2052.    object-fit: cover;
  2053.    transition: transform 0.5s ease;
  2054. }
  2055.  
  2056. .featured-card:hover .featured-img img {
  2057.    transform: scale(1.1);
  2058. }
  2059.  
  2060. .featured-content {
  2061.    padding: 0 1rem 1.5rem;
  2062. }
  2063.  
  2064. .featured-content h2 {
  2065.    font-size: 1.4rem;
  2066.    font-weight: 700;
  2067.    margin: 15px 0;
  2068.    line-height: 1.3;
  2069. }
  2070.  
  2071. .featured-content p {
  2072.    font-size: 0.95rem;
  2073.    opacity: 0.9;
  2074.    line-height: 1.6;
  2075.    margin-bottom: 1rem;
  2076. }
  2077.  
  2078. /* Category Pills */
  2079. .category-pill {
  2080.    display: inline-block;
  2081.    padding: 6px 16px;
  2082.    border-radius: 20px;
  2083.    font-size: 0.75rem;
  2084.    text-transform: uppercase;
  2085.    letter-spacing: 1px;
  2086.    margin-bottom: 10px;
  2087.    width: fit-content;
  2088. }
  2089.  
  2090. /* Author Sections */
  2091. .author-section {
  2092.    display: flex;
  2093.    align-items: center;
  2094.    gap: 15px;
  2095.    margin-top: auto;
  2096. }
  2097.  
  2098. .author-img {
  2099.    width: 60px;
  2100.    height: 60px;
  2101.    border-radius: 50%;
  2102.    object-fit: cover;
  2103. }
  2104.  
  2105. .author-details {
  2106.    display: flex;
  2107.    flex-direction: column;
  2108. }
  2109.  
  2110. .author-name {
  2111.    font-weight: 600;
  2112. color: #95a5a6;
  2113.    font-size: 16px;
  2114. }
  2115.  
  2116. .author-title {
  2117.    font-size: 0.8rem;
  2118. color: #95a5a6;
  2119.    font-weight: 500;
  2120. }
  2121.  
  2122. .publish-date {
  2123.    font-size: 0.8rem;
  2124.    color: #95a5a6;
  2125.    margin-top: 2px;
  2126. }
  2127.  
  2128. /* Featured Stats */
  2129. .featured-stats {
  2130.    display: flex;
  2131.    gap: 30px;
  2132.    margin: 20px 0;
  2133. }
  2134.  
  2135. .stat-item {
  2136.    text-align: center;
  2137. }
  2138.  
  2139. .stat-number {
  2140.    display: block;
  2141.    font-size: 1.5rem;
  2142.    font-weight: 700;
  2143.    color: white;
  2144. }
  2145.  
  2146. .stat-label {
  2147.    font-size: 0.8rem;
  2148.    opacity: 0.8;
  2149.    text-transform: uppercase;
  2150.    letter-spacing: 1px;
  2151. }
  2152.  
  2153. /* Read More Button */
  2154. .read-more-btn {
  2155.    padding: 0 30px 30px;
  2156. }
  2157.  
  2158. .btn-read {
  2159.    display: inline-block;
  2160.    padding: 12px 30px;
  2161.    background: linear-gradient(45deg, #667eea, #764ba2);
  2162.    color: white;
  2163.    text-decoration: none;
  2164.    border-radius: 20px;
  2165.    font-weight: 600;
  2166.    text-transform: uppercase;
  2167.    letter-spacing: 1px;
  2168.    font-size: 0.85rem;
  2169.    transition: all 0.3s ease;
  2170.    position: relative;
  2171.    overflow: hidden;
  2172. }
  2173.  
  2174. .btn-read::before {
  2175.    content: '';
  2176.    position: absolute;
  2177.    top: 0;
  2178.    left: -100%;
  2179.    width: 100%;
  2180.    height: 100%;
  2181.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  2182.    transition: left 0.5s ease;
  2183. }
  2184.  
  2185. .btn-read:hover::before {
  2186.    left: 100%;
  2187. }
  2188.  
  2189. .btn-read:hover {
  2190.    transform: translateY(-2px);
  2191.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  2192.    color: white;
  2193. }
  2194.  
  2195. /* Trending Bar */
  2196. .trending-bar {
  2197.    background: white;
  2198.    border-radius: 20px;
  2199.    padding: 25px 35px;
  2200.    display: flex;
  2201.    align-items: center;
  2202.    gap: 30px;
  2203.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  2204.    border-left: 5px solid #667eea;
  2205. }
  2206.  
  2207. .trending-header h5 {
  2208.    margin: 0;
  2209.    font-weight: 700;
  2210.    color: #2c3e50;
  2211.    font-size: 1.1rem;
  2212. }
  2213.  
  2214. .trending-tags {
  2215.    display: flex;
  2216.    flex-wrap: wrap;
  2217.    gap: 15px;
  2218. }
  2219.  
  2220. .trend-tag {
  2221.    padding: 8px 18px;
  2222.    background: #f8f9fa;
  2223.    border: 2px solid #e9ecef;
  2224.    border-radius: 20px;
  2225.    font-size: 0.85rem;
  2226.    font-weight: 500;
  2227.    color: #495057;
  2228.    transition: all 0.3s ease;
  2229.    cursor: pointer;
  2230. }
  2231.  
  2232. .trend-tag:hover {
  2233.    background: #667eea;
  2234.    color: white;
  2235.    border-color: #667eea;
  2236.    transform: translateY(-2px);
  2237. }
  2238.  
  2239. /* Responsive Design */
  2240. @media (max-width: 992px) {
  2241.    .tall-card,
  2242.    .featured-card {
  2243.        height: auto;
  2244.        margin-bottom: 30px;
  2245.    }
  2246.    
  2247.  
  2248.    
  2249.    .trending-bar {
  2250.        flex-direction: column;
  2251.        align-items: flex-start;
  2252.        gap: 20px;
  2253.    }
  2254. }
  2255.  
  2256. @media (max-width: 768px) {
  2257.    .blog-hero-v3 {
  2258.        padding: 40px 0;
  2259.    }
  2260.  
  2261.    
  2262.    .trending-tags {
  2263.        justify-content: center;
  2264.    }
  2265.    
  2266.    .featured-stats {
  2267.        justify-content: center;
  2268.    }
  2269. }
  2270. </style>
  2271.  
  2272.  
  2273.  
  2274.  
  2275.        <!-- end of wpo-blog-hero -->
  2276.  
  2277.        <!-- start of wpo-breacking-news -->
  2278.        
  2279.        <!-- end of wpo-breacking-news -->
  2280.        
  2281.        <!-- start wpo-blog-highlights-section -->
  2282.        
  2283.  
  2284.  
  2285.  
  2286.    
  2287.  
  2288.  
  2289. <section class="wpo-blog-highlights-section">
  2290.    <div class="container-fluid fluid-container">
  2291.        <div class="wpo-section-title">
  2292.            
  2293.                <h2>Today's Top Highlights</h2>
  2294.                    
  2295.        </div>
  2296.        <div class="row">
  2297.            <div class="col col-lg-8 col-12">
  2298.                <!-- start wpo-blog-section -->
  2299.                <div class="wpo-blog-highlights-wrap">
  2300.                    <div class="wpo-blog-items">
  2301.                        <div class="row">
  2302.                            
  2303.                            
  2304.                            <div class="col col-lg-6 col-md-6 col-12">
  2305.                                <div class="wpo-blog-item">
  2306.                                    <div class="wpo-blog-img">
  2307.                                        
  2308.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2309.                                        
  2310.                                        <div class="thumb bg-primary-gradient">News</div>
  2311.                                    </div>
  2312.                                    <div class="wpo-blog-content"  >
  2313.                                        <h2>
  2314.                                            <a href="/ex-british-broadcasting-corporation-advisers-face-parliamentary-questioning-in-the-wake-of-assertions-of-bias-in-leaked-memorandum/" class="top-color">
  2315.                                            Ex- British Broadcasting Corporation Advisers Face Parliamentary Questioning In the Wake of Assertions of Bias in Leaked Memorandum
  2316.                                            </a>
  2317.                                        </h2>
  2318.                                        <ul>
  2319.                                            <li>  
  2320.                                                
  2321.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;">
  2322.                                                
  2323.                                            </li>
  2324.                                            <li class="top-color">By Jonathan Miller</li>
  2325.                                            <li class="top-color">13 May 2026</li>
  2326.                                        </ul>
  2327.                                        <p class="top-color"> </p>
  2328.                                    </div>
  2329.                                </div>
  2330.                            </div>
  2331.                        
  2332.                            
  2333.                            
  2334.                            <div class="col col-lg-6 col-md-6 col-12">
  2335.                                <div class="wpo-blog-item">
  2336.                                    <div class="wpo-blog-img">
  2337.                                        
  2338.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2339.                                        
  2340.                                        <div class="thumb bg-primary-gradient">News</div>
  2341.                                    </div>
  2342.                                    <div class="wpo-blog-content"  >
  2343.                                        <h2>
  2344.                                            <a href="/toronto-blue-jays-earn-fall-classic-meeting-with-los-angeles-dodgers/" class="top-color">
  2345.                                            Toronto Blue Jays Earn Fall Classic Meeting With Los Angeles Dodgers
  2346.                                            </a>
  2347.                                        </h2>
  2348.                                        <ul>
  2349.                                            <li>  
  2350.                                                
  2351.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;">
  2352.                                                
  2353.                                            </li>
  2354.                                            <li class="top-color">By Jonathan Miller</li>
  2355.                                            <li class="top-color">13 May 2026</li>
  2356.                                        </ul>
  2357.                                        <p class="top-color"> </p>
  2358.                                    </div>
  2359.                                </div>
  2360.                            </div>
  2361.                        
  2362.                            
  2363.                            
  2364.                            <div class="col col-lg-6 col-md-6 col-12">
  2365.                                <div class="wpo-blog-item">
  2366.                                    <div class="wpo-blog-img">
  2367.                                        
  2368.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2369.                                        
  2370.                                        <div class="thumb bg-primary-gradient">News</div>
  2371.                                    </div>
  2372.                                    <div class="wpo-blog-content"  >
  2373.                                        <h2>
  2374.                                            <a href="/the-visitors-name-bashir-in-squad-for-ashes-initial-match/" class="top-color">
  2375.                                            The visitors Name Bashir in Squad for Ashes Initial Match
  2376.                                            </a>
  2377.                                        </h2>
  2378.                                        <ul>
  2379.                                            <li>  
  2380.                                                
  2381.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;">
  2382.                                                
  2383.                                            </li>
  2384.                                            <li class="top-color">By Jonathan Miller</li>
  2385.                                            <li class="top-color">13 May 2026</li>
  2386.                                        </ul>
  2387.                                        <p class="top-color"> </p>
  2388.                                    </div>
  2389.                                </div>
  2390.                            </div>
  2391.                        
  2392.                            
  2393.                            
  2394.                            <div class="col col-lg-6 col-md-6 col-12">
  2395.                                <div class="wpo-blog-item">
  2396.                                    <div class="wpo-blog-img">
  2397.                                        
  2398.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2399.                                        
  2400.                                        <div class="thumb bg-primary-gradient">News</div>
  2401.                                    </div>
  2402.                                    <div class="wpo-blog-content"  >
  2403.                                        <h2>
  2404.                                            <a href="/olympian-and-other-eritreans-released-after-nearly-two-decades-without-facing-charges-relatives-say/" class="top-color">
  2405.                                            Olympian and Other Eritreans Released After Nearly Two Decades Without Facing Charges, Relatives Say
  2406.                                            </a>
  2407.                                        </h2>
  2408.                                        <ul>
  2409.                                            <li>  
  2410.                                                
  2411.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;">
  2412.                                                
  2413.                                            </li>
  2414.                                            <li class="top-color">By Jonathan Miller</li>
  2415.                                            <li class="top-color">13 May 2026</li>
  2416.                                        </ul>
  2417.                                        <p class="top-color"> </p>
  2418.                                    </div>
  2419.                                </div>
  2420.                            </div>
  2421.                        
  2422.                            
  2423.                            
  2424.                            <div class="col col-lg-6 col-md-6 col-12">
  2425.                                <div class="wpo-blog-item">
  2426.                                    <div class="wpo-blog-img">
  2427.                                        
  2428.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2429.                                        
  2430.                                        <div class="thumb bg-primary-gradient">News</div>
  2431.                                    </div>
  2432.                                    <div class="wpo-blog-content"  >
  2433.                                        <h2>
  2434.                                            <a href="/the-kpop-demon-hunters-series-floats-to-make-a-grand-appearance-at-macys-thanksgiving-day-parade/" class="top-color">
  2435.                                            The KPop Demon Hunters Series Floats to Make a Grand Appearance at Macy&#x27;s Thanksgiving Day Parade
  2436.                                            </a>
  2437.                                        </h2>
  2438.                                        <ul>
  2439.                                            <li>  
  2440.                                                
  2441.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;">
  2442.                                                
  2443.                                            </li>
  2444.                                            <li class="top-color">By Jonathan Miller</li>
  2445.                                            <li class="top-color">12 May 2026</li>
  2446.                                        </ul>
  2447.                                        <p class="top-color"> </p>
  2448.                                    </div>
  2449.                                </div>
  2450.                            </div>
  2451.                        
  2452.                            
  2453.                            
  2454.                            <div class="col col-lg-6 col-md-6 col-12">
  2455.                                <div class="wpo-blog-item">
  2456.                                    <div class="wpo-blog-img">
  2457.                                        
  2458.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2459.                                        
  2460.                                        <div class="thumb bg-primary-gradient">News</div>
  2461.                                    </div>
  2462.                                    <div class="wpo-blog-content"  >
  2463.                                        <h2>
  2464.                                            <a href="/tragic-unearthing-bodies-of-missing-mother-and-child-located-in-freezers-in-austria/" class="top-color">
  2465.                                            Tragic Unearthing: Bodies of Missing Mother and Child Located in Freezers in Austria
  2466.                                            </a>
  2467.                                        </h2>
  2468.                                        <ul>
  2469.                                            <li>  
  2470.                                                
  2471.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;">
  2472.                                                
  2473.                                            </li>
  2474.                                            <li class="top-color">By Jonathan Miller</li>
  2475.                                            <li class="top-color">12 May 2026</li>
  2476.                                        </ul>
  2477.                                        <p class="top-color"> </p>
  2478.                                    </div>
  2479.                                </div>
  2480.                            </div>
  2481.                        
  2482.                            
  2483.                            
  2484.                            <div class="col col-lg-6 col-md-6 col-12">
  2485.                                <div class="wpo-blog-item">
  2486.                                    <div class="wpo-blog-img">
  2487.                                        
  2488.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2489.                                        
  2490.                                        <div class="thumb bg-primary-gradient">News</div>
  2491.                                    </div>
  2492.                                    <div class="wpo-blog-content"  >
  2493.                                        <h2>
  2494.                                            <a href="/the-music-streaming-giants-wrapped-launch-date-plus-your-burning-questions-answered/" class="top-color">
  2495.                                            The Music Streaming Giant&#x27;s Wrapped: Launch Date plus Your Burning Questions Answered
  2496.                                            </a>
  2497.                                        </h2>
  2498.                                        <ul>
  2499.                                            <li>  
  2500.                                                
  2501.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;">
  2502.                                                
  2503.                                            </li>
  2504.                                            <li class="top-color">By Jonathan Miller</li>
  2505.                                            <li class="top-color">12 May 2026</li>
  2506.                                        </ul>
  2507.                                        <p class="top-color"> </p>
  2508.                                    </div>
  2509.                                </div>
  2510.                            </div>
  2511.                        
  2512.                            
  2513.                            
  2514.                            <div class="col col-lg-6 col-md-6 col-12">
  2515.                                <div class="wpo-blog-item">
  2516.                                    <div class="wpo-blog-img">
  2517.                                        
  2518.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2519.                                        
  2520.                                        <div class="thumb bg-primary-gradient">News</div>
  2521.                                    </div>
  2522.                                    <div class="wpo-blog-content"  >
  2523.                                        <h2>
  2524.                                            <a href="/smooth-conclusion-to-messis-visit-to-india-in-the-wake-of-unrest-in-kolkata/" class="top-color">
  2525.                                            Smooth Conclusion to Messi&#x27;s Visit to India In the Wake of Unrest in Kolkata
  2526.                                            </a>
  2527.                                        </h2>
  2528.                                        <ul>
  2529.                                            <li>  
  2530.                                                
  2531.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;">
  2532.                                                
  2533.                                            </li>
  2534.                                            <li class="top-color">By Jonathan Miller</li>
  2535.                                            <li class="top-color">12 May 2026</li>
  2536.                                        </ul>
  2537.                                        <p class="top-color"> </p>
  2538.                                    </div>
  2539.                                </div>
  2540.                            </div>
  2541.                        
  2542.                            
  2543.                            
  2544.                            <div class="col col-lg-6 col-md-6 col-12">
  2545.                                <div class="wpo-blog-item">
  2546.                                    <div class="wpo-blog-img">
  2547.                                        
  2548.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2549.                                        
  2550.                                        <div class="thumb bg-primary-gradient">News</div>
  2551.                                    </div>
  2552.                                    <div class="wpo-blog-content"  >
  2553.                                        <h2>
  2554.                                            <a href="/esteemed-photographer-brian-harris-obituary-a-life-through-the-camera/" class="top-color">
  2555.                                            Esteemed Photographer Brian Harris Obituary: A Life Through the Camera
  2556.                                            </a>
  2557.                                        </h2>
  2558.                                        <ul>
  2559.                                            <li>  
  2560.                                                
  2561.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;">
  2562.                                                
  2563.                                            </li>
  2564.                                            <li class="top-color">By Jonathan Miller</li>
  2565.                                            <li class="top-color">12 May 2026</li>
  2566.                                        </ul>
  2567.                                        <p class="top-color"> </p>
  2568.                                    </div>
  2569.                                </div>
  2570.                            </div>
  2571.                        
  2572.                            
  2573.                            
  2574.                            <div class="col col-lg-6 col-md-6 col-12">
  2575.                                <div class="wpo-blog-item">
  2576.                                    <div class="wpo-blog-img">
  2577.                                        
  2578.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2579.                                        
  2580.                                        <div class="thumb bg-primary-gradient">News</div>
  2581.                                    </div>
  2582.                                    <div class="wpo-blog-content"  >
  2583.                                        <h2>
  2584.                                            <a href="/new-yorks-met-museum-faces-legal-action-over-supposedly-nazi-stolen-van-gogh-artwork/" class="top-color">
  2585.                                            New York&#x27;s Met Museum Faces Legal Action Over Supposedly Nazi-Stolen Van Gogh Artwork
  2586.                                            </a>
  2587.                                        </h2>
  2588.                                        <ul>
  2589.                                            <li>  
  2590.                                                
  2591.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;">
  2592.                                                
  2593.                                            </li>
  2594.                                            <li class="top-color">By Jonathan Miller</li>
  2595.                                            <li class="top-color">12 May 2026</li>
  2596.                                        </ul>
  2597.                                        <p class="top-color"> </p>
  2598.                                    </div>
  2599.                                </div>
  2600.                            </div>
  2601.                        
  2602.                            
  2603.                            
  2604.                            <div class="col col-lg-6 col-md-6 col-12">
  2605.                                <div class="wpo-blog-item">
  2606.                                    <div class="wpo-blog-img">
  2607.                                        
  2608.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2609.                                        
  2610.                                        <div class="thumb bg-primary-gradient">News</div>
  2611.                                    </div>
  2612.                                    <div class="wpo-blog-content"  >
  2613.                                        <h2>
  2614.                                            <a href="/us-congressman-urges-former-prince-andrew-to-testify-in-epstein-inquiry/" class="top-color">
  2615.                                            US Congressman Urges Former Prince Andrew to Testify in Epstein Inquiry
  2616.                                            </a>
  2617.                                        </h2>
  2618.                                        <ul>
  2619.                                            <li>  
  2620.                                                
  2621.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;">
  2622.                                                
  2623.                                            </li>
  2624.                                            <li class="top-color">By Jonathan Miller</li>
  2625.                                            <li class="top-color">12 May 2026</li>
  2626.                                        </ul>
  2627.                                        <p class="top-color"> </p>
  2628.                                    </div>
  2629.                                </div>
  2630.                            </div>
  2631.                        
  2632.                            
  2633.                            
  2634.                            <div class="col col-lg-6 col-md-6 col-12">
  2635.                                <div class="wpo-blog-item">
  2636.                                    <div class="wpo-blog-img">
  2637.                                        
  2638.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2639.                                        
  2640.                                        <div class="thumb bg-primary-gradient">News</div>
  2641.                                    </div>
  2642.                                    <div class="wpo-blog-content"  >
  2643.                                        <h2>
  2644.                                            <a href="/the-gulf-nation-to-argue-at-british-supreme-court-over-state-immunity-in-spyware-claims/" class="top-color">
  2645.                                            The Gulf nation to Argue at British Supreme Court Over State Immunity in Spyware Claims
  2646.                                            </a>
  2647.                                        </h2>
  2648.                                        <ul>
  2649.                                            <li>  
  2650.                                                
  2651.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;">
  2652.                                                
  2653.                                            </li>
  2654.                                            <li class="top-color">By Jonathan Miller</li>
  2655.                                            <li class="top-color">12 May 2026</li>
  2656.                                        </ul>
  2657.                                        <p class="top-color"> </p>
  2658.                                    </div>
  2659.                                </div>
  2660.                            </div>
  2661.                        
  2662.                            
  2663.                            
  2664.  
  2665.                        </div>
  2666.                    </div>
  2667.                </div>
  2668.                <!-- end wpo-blog-section -->
  2669.            </div>
  2670.  
  2671.            <div class="col col-lg-4 col-12">
  2672.                
  2673.  
  2674.  
  2675.  
  2676.    
  2677.  
  2678.  
  2679. <!-- Blog Sidebar V2 - Focused Design -->
  2680.  <div class="sidebar mb-3">
  2681.    <!-- Recent Posts Section -->
  2682.    <div class="sidebar-widget mb-4">
  2683.      <div class="widget-title-wrapper mb-3">
  2684.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2685.          <i class="ti-time me-2"></i>Recent Posts
  2686.          <span class="title-arrow-primary"></span>
  2687.        </h4>
  2688.      </div>
  2689.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2690.        <div class="recent-post-list">
  2691.          
  2692.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2693.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2694.                
  2695.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2696.                
  2697.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2698.            </div>
  2699.            <div class="post-content flex-grow-1">
  2700.              <h6 class="post-title mb-2">
  2701.                 <a href="/the-visionary-filmmaker-makes-it-clear-computers-dont-create-avatar-films/" class="text-decoration-none top-color fw-semibold lh-sm">
  2702.                                            The Visionary Filmmaker Makes It Clear: ‘Computers Don’t Create Avatar Films’
  2703.                                            </a>
  2704.              </h6>
  2705.              <div class="post-meta mb-3">
  2706.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2707.                <!-- <small class="text-muted">
  2708.                  <i class="ti-eye me-1"></i>348 views
  2709.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2710.                </small> -->
  2711.              </div>
  2712.            </div>
  2713.          </div>
  2714.          
  2715.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2716.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2717.                
  2718.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2719.                
  2720.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2721.            </div>
  2722.            <div class="post-content flex-grow-1">
  2723.              <h6 class="post-title mb-2">
  2724.                 <a href="/bound-isolated-and-scared-the-bleak-reality-for-female-prisoners-compelled-to-give-birth-in-detention/" class="text-decoration-none top-color fw-semibold lh-sm">
  2725.                                            Bound, Isolated and Scared: The Bleak Reality for Female Prisoners Compelled to Give Birth in Detention.
  2726.                                            </a>
  2727.              </h6>
  2728.              <div class="post-meta mb-3">
  2729.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2730.                <!-- <small class="text-muted">
  2731.                  <i class="ti-eye me-1"></i>348 views
  2732.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2733.                </small> -->
  2734.              </div>
  2735.            </div>
  2736.          </div>
  2737.          
  2738.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2739.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2740.                
  2741.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2742.                
  2743.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2744.            </div>
  2745.            <div class="post-content flex-grow-1">
  2746.              <h6 class="post-title mb-2">
  2747.                 <a href="/an-story-of-unexpected-generosity-the-time-a-university-student-let-me-sleep-on-her-dormitory-floor/" class="text-decoration-none top-color fw-semibold lh-sm">
  2748.                                            An Story of Unexpected Generosity: The Time a University Student Let Me Sleep on Her Dormitory Floor
  2749.                                            </a>
  2750.              </h6>
  2751.              <div class="post-meta mb-3">
  2752.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2753.                <!-- <small class="text-muted">
  2754.                  <i class="ti-eye me-1"></i>348 views
  2755.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2756.                </small> -->
  2757.              </div>
  2758.            </div>
  2759.          </div>
  2760.          
  2761.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2762.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2763.                
  2764.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2765.                
  2766.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2767.            </div>
  2768.            <div class="post-content flex-grow-1">
  2769.              <h6 class="post-title mb-2">
  2770.                 <a href="/among-the-bombed-out-debris-of-an-apartment-block-i-found-a-volume-id-rendered/" class="text-decoration-none top-color fw-semibold lh-sm">
  2771.                                            Among the Bombed-Out Debris of an Apartment Block, I Found a Volume I’d Rendered
  2772.                                            </a>
  2773.              </h6>
  2774.              <div class="post-meta mb-3">
  2775.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2776.                <!-- <small class="text-muted">
  2777.                  <i class="ti-eye me-1"></i>348 views
  2778.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2779.                </small> -->
  2780.              </div>
  2781.            </div>
  2782.          </div>
  2783.          
  2784.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2785.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2786.                
  2787.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2788.                
  2789.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2790.            </div>
  2791.            <div class="post-content flex-grow-1">
  2792.              <h6 class="post-title mb-2">
  2793.                 <a href="/3-xbox-game-pass-games-we-are-enjoying-this-weekend-oct-10-12/" class="text-decoration-none top-color fw-semibold lh-sm">
  2794.                                            3 Xbox Game Pass Games We Are Enjoying This Weekend (Oct. 10-12)
  2795.                                            </a>
  2796.              </h6>
  2797.              <div class="post-meta mb-3">
  2798.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2799.                <!-- <small class="text-muted">
  2800.                  <i class="ti-eye me-1"></i>348 views
  2801.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2802.                </small> -->
  2803.              </div>
  2804.            </div>
  2805.          </div>
  2806.          
  2807.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2808.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2809.                
  2810.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2811.                
  2812.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2813.            </div>
  2814.            <div class="post-content flex-grow-1">
  2815.              <h6 class="post-title mb-2">
  2816.                 <a href="/everyday-reality-for-120000-refugees-in-mauritanias-vast-refugee-camp-on-the-malians-frontier/" class="text-decoration-none top-color fw-semibold lh-sm">
  2817.                                            Everyday Reality for 120,000 Refugees in Mauritania&#x27;s Vast Refugee Camp on the Malians Frontier.
  2818.                                            </a>
  2819.              </h6>
  2820.              <div class="post-meta mb-3">
  2821.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2822.                <!-- <small class="text-muted">
  2823.                  <i class="ti-eye me-1"></i>348 views
  2824.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2825.                </small> -->
  2826.              </div>
  2827.            </div>
  2828.          </div>
  2829.          
  2830.  
  2831.        </div>
  2832.  
  2833.        <div class="text-center mt-4 pt-3 border-top border-light">
  2834.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2835.        </div>
  2836.      </div>
  2837.    </div>
  2838.  
  2839.    
  2840.    <div class="sidebar-widget mb-4">
  2841.      <div class="widget-title-wrapper mb-3">
  2842.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2843.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2844.          <span class="title-arrow"></span>
  2845.        </h4>
  2846.      </div>
  2847.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2848.        <div class="blog-roll-list scrollable-sidebar">
  2849.          
  2850.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2851.            <a href="https://siberiastationspa.com/" rel="dofollow" class="text-decoration-none ">
  2852.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2853.                <i class="ti-angle-right me-2 text-primary"></i>
  2854.                casino en ligne
  2855.              </h6>
  2856.            </a>
  2857.          </div>
  2858.          
  2859.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2860.            <a href="https://www.cma2019.ca/" rel="dofollow" class="text-decoration-none ">
  2861.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2862.                <i class="ti-angle-right me-2 text-primary"></i>
  2863.                casino en ligne le plus payant
  2864.              </h6>
  2865.            </a>
  2866.          </div>
  2867.          
  2868.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2869.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  2870.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2871.                <i class="ti-angle-right me-2 text-primary"></i>
  2872.                casinos not signed up to Gamban
  2873.              </h6>
  2874.            </a>
  2875.          </div>
  2876.          
  2877.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2878.            <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none ">
  2879.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2880.                <i class="ti-angle-right me-2 text-primary"></i>
  2881.                online casinos canada
  2882.              </h6>
  2883.            </a>
  2884.          </div>
  2885.          
  2886.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2887.            <a href="https://on360.ca/" rel="dofollow" class="text-decoration-none ">
  2888.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2889.                <i class="ti-angle-right me-2 text-primary"></i>
  2890.                best payout casino canada
  2891.              </h6>
  2892.            </a>
  2893.          </div>
  2894.          
  2895.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2896.            <a href="https://www.childbirthsolutions.com/" rel="dofollow" class="text-decoration-none ">
  2897.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2898.                <i class="ti-angle-right me-2 text-primary"></i>
  2899.                ontario online casino
  2900.              </h6>
  2901.            </a>
  2902.          </div>
  2903.          
  2904.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2905.            <a href="https://www.cma2019.ca/" rel="dofollow" class="text-decoration-none ">
  2906.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2907.                <i class="ti-angle-right me-2 text-primary"></i>
  2908.                casinos en ligne
  2909.              </h6>
  2910.            </a>
  2911.          </div>
  2912.          
  2913.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2914.            <a href="https://www.campagnepourlalecture.ca/" rel="dofollow" class="text-decoration-none ">
  2915.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2916.                <i class="ti-angle-right me-2 text-primary"></i>
  2917.                meilleurs casinos en ligne
  2918.              </h6>
  2919.            </a>
  2920.          </div>
  2921.          
  2922.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2923.            <a href="https://www.station16gallery.com/" rel="dofollow" class="text-decoration-none ">
  2924.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2925.                <i class="ti-angle-right me-2 text-primary"></i>
  2926.                betting sites canada
  2927.              </h6>
  2928.            </a>
  2929.          </div>
  2930.          
  2931.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2932.            <a href="https://cafb-acba.ca/" rel="dofollow" class="text-decoration-none ">
  2933.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2934.                <i class="ti-angle-right me-2 text-primary"></i>
  2935.                online casinos
  2936.              </h6>
  2937.            </a>
  2938.          </div>
  2939.          
  2940.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2941.            <a href="https://www.phlebology.org/" rel="dofollow" class="text-decoration-none ">
  2942.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2943.                <i class="ti-angle-right me-2 text-primary"></i>
  2944.                online casinos
  2945.              </h6>
  2946.            </a>
  2947.          </div>
  2948.          
  2949.      </div>
  2950.    </div>
  2951.    
  2952.    <div class="sidebar-widget mb-4">
  2953.      <div class="widget-title-wrapper mb-3">
  2954.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2955.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2956.          <span class="title-arrow"></span>
  2957.        </h4>
  2958.      </div>
  2959.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2960.        <div class="blog-roll-list scrollable-sidebar">
  2961.          
  2962.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2963.            <a href="https://www.dresshead.com/" rel="dofollow" class="text-decoration-none ">
  2964.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2965.                <i class="ti-angle-right me-2 text-primary"></i>
  2966.                online casino
  2967.              </h6>
  2968.            </a>
  2969.          </div>
  2970.          
  2971.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2972.            <a href="https://www.activehealthykids.ca/" rel="dofollow" class="text-decoration-none ">
  2973.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2974.                <i class="ti-angle-right me-2 text-primary"></i>
  2975.                online casino
  2976.              </h6>
  2977.            </a>
  2978.          </div>
  2979.          
  2980.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2981.            <a href="https://hriportal.ca/" rel="dofollow" class="text-decoration-none ">
  2982.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2983.                <i class="ti-angle-right me-2 text-primary"></i>
  2984.                online casino canada
  2985.              </h6>
  2986.            </a>
  2987.          </div>
  2988.          
  2989.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2990.            <a href="https://delbarber.com/" rel="dofollow" class="text-decoration-none ">
  2991.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2992.                <i class="ti-angle-right me-2 text-primary"></i>
  2993.                online casinos canada
  2994.              </h6>
  2995.            </a>
  2996.          </div>
  2997.          
  2998.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2999.            <a href="https://gameplayspace.com/" rel="dofollow" class="text-decoration-none ">
  3000.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3001.                <i class="ti-angle-right me-2 text-primary"></i>
  3002.                online casino canada
  3003.              </h6>
  3004.            </a>
  3005.          </div>
  3006.          
  3007.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3008.            <a href="https://www.gamblinginsider.com/ca/online-casinos" rel="dofollow" class="text-decoration-none ">
  3009.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3010.                <i class="ti-angle-right me-2 text-primary"></i>
  3011.                online casinos
  3012.              </h6>
  3013.            </a>
  3014.          </div>
  3015.          
  3016.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3017.            <a href="https://www.directioninformatique.com/" rel="dofollow" class="text-decoration-none ">
  3018.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3019.                <i class="ti-angle-right me-2 text-primary"></i>
  3020.                casinos en ligne
  3021.              </h6>
  3022.            </a>
  3023.          </div>
  3024.          
  3025.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3026.            <a href="https://www.activehealthykids.ca/" rel="dofollow" class="text-decoration-none ">
  3027.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3028.                <i class="ti-angle-right me-2 text-primary"></i>
  3029.                online casino canada
  3030.              </h6>
  3031.            </a>
  3032.          </div>
  3033.          
  3034.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3035.            <a href="https://maliciousaireport.com/" rel="dofollow" class="text-decoration-none ">
  3036.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3037.                <i class="ti-angle-right me-2 text-primary"></i>
  3038.                fast withdrawal casino
  3039.              </h6>
  3040.            </a>
  3041.          </div>
  3042.          
  3043.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3044.            <a href="https://www.fraserdowns.com/" rel="dofollow" class="text-decoration-none ">
  3045.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3046.                <i class="ti-angle-right me-2 text-primary"></i>
  3047.                online casino
  3048.              </h6>
  3049.            </a>
  3050.          </div>
  3051.          
  3052.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3053.            <a href="https://www.smartsaver.org/" rel="dofollow" class="text-decoration-none ">
  3054.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3055.                <i class="ti-angle-right me-2 text-primary"></i>
  3056.                online casino canada
  3057.              </h6>
  3058.            </a>
  3059.          </div>
  3060.          
  3061.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3062.            <a href="https://www.itwc.ca/" rel="dofollow" class="text-decoration-none ">
  3063.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3064.                <i class="ti-angle-right me-2 text-primary"></i>
  3065.                online casinos
  3066.              </h6>
  3067.            </a>
  3068.          </div>
  3069.          
  3070.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3071.            <a href="https://www.fastestpayoutonlinecasino.com/" rel="dofollow" class="text-decoration-none ">
  3072.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3073.                <i class="ti-angle-right me-2 text-primary"></i>
  3074.                online casinos
  3075.              </h6>
  3076.            </a>
  3077.          </div>
  3078.          
  3079.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3080.            <a href="https://projectunderstood.ca/" rel="dofollow" class="text-decoration-none ">
  3081.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3082.                <i class="ti-angle-right me-2 text-primary"></i>
  3083.                online casinos
  3084.              </h6>
  3085.            </a>
  3086.          </div>
  3087.          
  3088.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3089.            <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none ">
  3090.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3091.                <i class="ti-angle-right me-2 text-primary"></i>
  3092.                online casino
  3093.              </h6>
  3094.            </a>
  3095.          </div>
  3096.          
  3097.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3098.            <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none ">
  3099.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3100.                <i class="ti-angle-right me-2 text-primary"></i>
  3101.                online casinos
  3102.              </h6>
  3103.            </a>
  3104.          </div>
  3105.          
  3106.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3107.            <a href="https://delbarber.com/" rel="dofollow" class="text-decoration-none ">
  3108.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3109.                <i class="ti-angle-right me-2 text-primary"></i>
  3110.                online casino
  3111.              </h6>
  3112.            </a>
  3113.          </div>
  3114.          
  3115.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3116.            <a href="https://www.esportsbets.com/casino/quebec/" rel="dofollow" class="text-decoration-none ">
  3117.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3118.                <i class="ti-angle-right me-2 text-primary"></i>
  3119.                meilleur casino en ligne québec
  3120.              </h6>
  3121.            </a>
  3122.          </div>
  3123.          
  3124.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3125.            <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none ">
  3126.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3127.                <i class="ti-angle-right me-2 text-primary"></i>
  3128.                online casinos
  3129.              </h6>
  3130.            </a>
  3131.          </div>
  3132.          
  3133.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3134.            <a href="https://www.od4d.net/" rel="dofollow" class="text-decoration-none ">
  3135.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3136.                <i class="ti-angle-right me-2 text-primary"></i>
  3137.                online casinos
  3138.              </h6>
  3139.            </a>
  3140.          </div>
  3141.          
  3142.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3143.            <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none ">
  3144.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3145.                <i class="ti-angle-right me-2 text-primary"></i>
  3146.                online casino canada
  3147.              </h6>
  3148.            </a>
  3149.          </div>
  3150.          
  3151.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3152.            <a href="https://www.ravenszone.net/" rel="dofollow" class="text-decoration-none ">
  3153.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3154.                <i class="ti-angle-right me-2 text-primary"></i>
  3155.                bitcoin casinos
  3156.              </h6>
  3157.            </a>
  3158.          </div>
  3159.          
  3160.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3161.            <a href="https://www.esportsbets.com/casino/quebec/" rel="dofollow" class="text-decoration-none ">
  3162.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3163.                <i class="ti-angle-right me-2 text-primary"></i>
  3164.                casino en ligne québec
  3165.              </h6>
  3166.            </a>
  3167.          </div>
  3168.          
  3169.      </div>
  3170.    </div>
  3171.    
  3172.    <div class="sidebar-widget mb-4">
  3173.      <div class="widget-title-wrapper mb-3">
  3174.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3175.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3176.          <span class="title-arrow"></span>
  3177.        </h4>
  3178.      </div>
  3179.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3180.        <div class="blog-roll-list scrollable-sidebar">
  3181.          
  3182.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3183.            <a href="https://www.payequitychrc.ca/" rel="dofollow" class="text-decoration-none ">
  3184.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3185.                <i class="ti-angle-right me-2 text-primary"></i>
  3186.                best online casinos
  3187.              </h6>
  3188.            </a>
  3189.          </div>
  3190.          
  3191.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3192.            <a href="https://www.od4d.net/" rel="dofollow" class="text-decoration-none ">
  3193.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3194.                <i class="ti-angle-right me-2 text-primary"></i>
  3195.                online casino
  3196.              </h6>
  3197.            </a>
  3198.          </div>
  3199.          
  3200.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3201.            <a href="https://www.windpowerexpo.org/" rel="dofollow" class="text-decoration-none ">
  3202.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3203.                <i class="ti-angle-right me-2 text-primary"></i>
  3204.                top online casinos
  3205.              </h6>
  3206.            </a>
  3207.          </div>
  3208.          
  3209.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3210.            <a href="https://www.bluecanoetheatrical.ca/" rel="dofollow" class="text-decoration-none ">
  3211.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3212.                <i class="ti-angle-right me-2 text-primary"></i>
  3213.                online casino
  3214.              </h6>
  3215.            </a>
  3216.          </div>
  3217.          
  3218.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3219.            <a href="https://wirkn.com/" rel="dofollow" class="text-decoration-none ">
  3220.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3221.                <i class="ti-angle-right me-2 text-primary"></i>
  3222.                best betting sites
  3223.              </h6>
  3224.            </a>
  3225.          </div>
  3226.          
  3227.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3228.            <a href="https://nbhrf.com/" rel="dofollow" class="text-decoration-none ">
  3229.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3230.                <i class="ti-angle-right me-2 text-primary"></i>
  3231.                online casino
  3232.              </h6>
  3233.            </a>
  3234.          </div>
  3235.          
  3236.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3237.            <a href="https://bankingombuds.ca/" rel="dofollow" class="text-decoration-none ">
  3238.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3239.                <i class="ti-angle-right me-2 text-primary"></i>
  3240.                online casino
  3241.              </h6>
  3242.            </a>
  3243.          </div>
  3244.          
  3245.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3246.            <a href="https://noticiasmontreal.com/" rel="dofollow" class="text-decoration-none ">
  3247.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3248.                <i class="ti-angle-right me-2 text-primary"></i>
  3249.                casino en ligne canada
  3250.              </h6>
  3251.            </a>
  3252.          </div>
  3253.          
  3254.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3255.            <a href="https://synapsec.ca/" rel="dofollow" class="text-decoration-none ">
  3256.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3257.                <i class="ti-angle-right me-2 text-primary"></i>
  3258.                casino en ligne canada
  3259.              </h6>
  3260.            </a>
  3261.          </div>
  3262.          
  3263.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3264.            <a href="https://www.station16gallery.com/" rel="dofollow" class="text-decoration-none ">
  3265.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3266.                <i class="ti-angle-right me-2 text-primary"></i>
  3267.                betting sites
  3268.              </h6>
  3269.            </a>
  3270.          </div>
  3271.          
  3272.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3273.            <a href="https://newurbanmechanics.org/" rel="dofollow" class="text-decoration-none ">
  3274.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3275.                <i class="ti-angle-right me-2 text-primary"></i>
  3276.                online casino canada
  3277.              </h6>
  3278.            </a>
  3279.          </div>
  3280.          
  3281.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3282.            <a href="https://nbhrf.com/" rel="dofollow" class="text-decoration-none ">
  3283.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3284.                <i class="ti-angle-right me-2 text-primary"></i>
  3285.                online casino canada
  3286.              </h6>
  3287.            </a>
  3288.          </div>
  3289.          
  3290.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3291.            <a href="https://energypoverty.ca/" rel="dofollow" class="text-decoration-none ">
  3292.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3293.                <i class="ti-angle-right me-2 text-primary"></i>
  3294.                online casino canada
  3295.              </h6>
  3296.            </a>
  3297.          </div>
  3298.          
  3299.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3300.            <a href="https://www.beaconlearningcenter.com/" rel="dofollow" class="text-decoration-none ">
  3301.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3302.                <i class="ti-angle-right me-2 text-primary"></i>
  3303.                best online casinos
  3304.              </h6>
  3305.            </a>
  3306.          </div>
  3307.          
  3308.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3309.            <a href="https://www.lacopropriete.info/" rel="dofollow" class="text-decoration-none ">
  3310.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3311.                <i class="ti-angle-right me-2 text-primary"></i>
  3312.                meilleur casino en ligne canada
  3313.              </h6>
  3314.            </a>
  3315.          </div>
  3316.          
  3317.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3318.            <a href="https://zyrobotics.com/" rel="dofollow" class="text-decoration-none ">
  3319.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3320.                <i class="ti-angle-right me-2 text-primary"></i>
  3321.                crypto casinos
  3322.              </h6>
  3323.            </a>
  3324.          </div>
  3325.          
  3326.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3327.            <a href="https://effabrush.com/" rel="dofollow" class="text-decoration-none ">
  3328.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3329.                <i class="ti-angle-right me-2 text-primary"></i>
  3330.                canadian online casinos
  3331.              </h6>
  3332.            </a>
  3333.          </div>
  3334.          
  3335.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3336.            <a href="https://www.skyscan.ca/" rel="dofollow" class="text-decoration-none ">
  3337.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3338.                <i class="ti-angle-right me-2 text-primary"></i>
  3339.                best online casinos
  3340.              </h6>
  3341.            </a>
  3342.          </div>
  3343.          
  3344.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3345.            <a href="https://www.rapidtvnews.com/" rel="dofollow" class="text-decoration-none ">
  3346.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3347.                <i class="ti-angle-right me-2 text-primary"></i>
  3348.                online casinos canada
  3349.              </h6>
  3350.            </a>
  3351.          </div>
  3352.          
  3353.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3354.            <a href="https://www.birthplaceofhockey.com/" rel="dofollow" class="text-decoration-none ">
  3355.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3356.                <i class="ti-angle-right me-2 text-primary"></i>
  3357.                best sports betting sites
  3358.              </h6>
  3359.            </a>
  3360.          </div>
  3361.          
  3362.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3363.            <a href="https://lovenorthernbc.com/" rel="dofollow" class="text-decoration-none ">
  3364.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3365.                <i class="ti-angle-right me-2 text-primary"></i>
  3366.                online casino real money
  3367.              </h6>
  3368.            </a>
  3369.          </div>
  3370.          
  3371.      </div>
  3372.    </div>
  3373.    
  3374.    <div class="sidebar-widget mb-4">
  3375.      <div class="widget-title-wrapper mb-3">
  3376.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3377.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3378.          <span class="title-arrow"></span>
  3379.        </h4>
  3380.      </div>
  3381.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3382.        <div class="blog-roll-list scrollable-sidebar">
  3383.          
  3384.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3385.            <a href="https://bankingombuds.ca/" rel="dofollow" class="text-decoration-none ">
  3386.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3387.                <i class="ti-angle-right me-2 text-primary"></i>
  3388.                online casino canada
  3389.              </h6>
  3390.            </a>
  3391.          </div>
  3392.          
  3393.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3394.            <a href="https://www.musicaltoronto.org/" rel="dofollow" class="text-decoration-none ">
  3395.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3396.                <i class="ti-angle-right me-2 text-primary"></i>
  3397.                online casinos canada
  3398.              </h6>
  3399.            </a>
  3400.          </div>
  3401.          
  3402.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3403.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  3404.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3405.                <i class="ti-angle-right me-2 text-primary"></i>
  3406.                crypto sports betting
  3407.              </h6>
  3408.            </a>
  3409.          </div>
  3410.          
  3411.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3412.            <a href="https://espacelafontaine.com/" rel="dofollow" class="text-decoration-none ">
  3413.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3414.                <i class="ti-angle-right me-2 text-primary"></i>
  3415.                casino en ligne quebec
  3416.              </h6>
  3417.            </a>
  3418.          </div>
  3419.          
  3420.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3421.            <a href="https://www.ijic.info/" rel="dofollow" class="text-decoration-none ">
  3422.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3423.                <i class="ti-angle-right me-2 text-primary"></i>
  3424.                online casinos
  3425.              </h6>
  3426.            </a>
  3427.          </div>
  3428.          
  3429.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3430.            <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none ">
  3431.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3432.                <i class="ti-angle-right me-2 text-primary"></i>
  3433.                online casino
  3434.              </h6>
  3435.            </a>
  3436.          </div>
  3437.          
  3438.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3439.            <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none ">
  3440.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3441.                <i class="ti-angle-right me-2 text-primary"></i>
  3442.                online casino
  3443.              </h6>
  3444.            </a>
  3445.          </div>
  3446.          
  3447.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3448.            <a href="https://clarketheatre.ca/" rel="dofollow" class="text-decoration-none ">
  3449.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3450.                <i class="ti-angle-right me-2 text-primary"></i>
  3451.                online casino
  3452.              </h6>
  3453.            </a>
  3454.          </div>
  3455.          
  3456.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3457.            <a href="https://micharity.com/" rel="dofollow" class="text-decoration-none ">
  3458.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3459.                <i class="ti-angle-right me-2 text-primary"></i>
  3460.                online casino
  3461.              </h6>
  3462.            </a>
  3463.          </div>
  3464.          
  3465.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3466.            <a href="https://crystalshawanda.co/" rel="dofollow" class="text-decoration-none ">
  3467.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3468.                <i class="ti-angle-right me-2 text-primary"></i>
  3469.                online casino
  3470.              </h6>
  3471.            </a>
  3472.          </div>
  3473.          
  3474.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3475.            <a href="https://www.fcadv.org/" rel="dofollow" class="text-decoration-none ">
  3476.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3477.                <i class="ti-angle-right me-2 text-primary"></i>
  3478.                online casinos
  3479.              </h6>
  3480.            </a>
  3481.          </div>
  3482.          
  3483.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3484.            <a href="https://www.safepetottawa.com/" rel="dofollow" class="text-decoration-none ">
  3485.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3486.                <i class="ti-angle-right me-2 text-primary"></i>
  3487.                online casino
  3488.              </h6>
  3489.            </a>
  3490.          </div>
  3491.          
  3492.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3493.            <a href="https://watergovernance.ca/" rel="dofollow" class="text-decoration-none ">
  3494.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3495.                <i class="ti-angle-right me-2 text-primary"></i>
  3496.                online casino
  3497.              </h6>
  3498.            </a>
  3499.          </div>
  3500.          
  3501.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3502.            <a href="https://www.governancevote.ca/" rel="dofollow" class="text-decoration-none ">
  3503.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3504.                <i class="ti-angle-right me-2 text-primary"></i>
  3505.                online casino
  3506.              </h6>
  3507.            </a>
  3508.          </div>
  3509.          
  3510.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3511.            <a href="https://autismspeaks.ca" rel="dofollow" class="text-decoration-none ">
  3512.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3513.                <i class="ti-angle-right me-2 text-primary"></i>
  3514.                online casino
  3515.              </h6>
  3516.            </a>
  3517.          </div>
  3518.          
  3519.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3520.            <a href="https://www.devmcgill.com/" rel="dofollow" class="text-decoration-none ">
  3521.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3522.                <i class="ti-angle-right me-2 text-primary"></i>
  3523.                online casino
  3524.              </h6>
  3525.            </a>
  3526.          </div>
  3527.          
  3528.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3529.            <a href="https://www.fraserdowns.com/" rel="dofollow" class="text-decoration-none ">
  3530.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3531.                <i class="ti-angle-right me-2 text-primary"></i>
  3532.                online casinos
  3533.              </h6>
  3534.            </a>
  3535.          </div>
  3536.          
  3537.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3538.            <a href="https://www.northernstars.ca/" rel="dofollow" class="text-decoration-none ">
  3539.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3540.                <i class="ti-angle-right me-2 text-primary"></i>
  3541.                online casinos
  3542.              </h6>
  3543.            </a>
  3544.          </div>
  3545.          
  3546.      </div>
  3547.    </div>
  3548.    
  3549.  </div>
  3550.  
  3551. <!-- Sidebar V2 Styles -->
  3552. <style>
  3553.  .sidebar-widget {
  3554.    position: relative;
  3555.  }
  3556.  
  3557.  .widget-title {
  3558.    font-size: 1.1rem;
  3559.    font-weight: 700;
  3560.    display: inline-block;
  3561.    position: relative;
  3562.    z-index: 2;
  3563.    border-radius: 0;
  3564.  }
  3565.  
  3566.  /* Green arrow for August Blog Roll */
  3567.  .title-arrow::after {
  3568.    content: '';
  3569.    position: absolute;
  3570.    top: 0;
  3571.    right: -22px;
  3572.    width: 0;
  3573.    height: 0;
  3574.    border-left: 22px solid var(--bs-primary);
  3575.    border-top: 22px solid transparent;
  3576.    border-bottom: 22px solid transparent;
  3577.    z-index: 1;
  3578.  }
  3579.  
  3580.  /* Blue arrow for Recent Posts */
  3581.  .title-arrow-primary::after {
  3582.    content: '';
  3583.    position: absolute;
  3584.    top: 0;
  3585.    right: -22px;
  3586.    width: 0;
  3587.    height: 0;
  3588.    border-left: 22px solid var(--bs-primary);
  3589.    border-top: 22px solid transparent;
  3590.    border-bottom: 22px solid transparent;
  3591.    z-index: 1;
  3592.  }
  3593.  
  3594.  .widget-content {
  3595.    margin-top: -1px;
  3596.    position: relative;
  3597.    z-index: 1;
  3598.     background-color: var(--card-bg);
  3599.  }
  3600.  
  3601.  /* Blog Roll Items Hover Effects */
  3602.  .blog-roll-item:hover .blog-title {
  3603.    color: #198754 !important;
  3604.    transform: translateX(5px);
  3605.    transition: all 0.3s ease;
  3606.  }
  3607.  
  3608.  /* Recent Post Items Hover Effects */
  3609.  .recent-post-item:hover .post-title a {
  3610.    color: #0d6efd !important;
  3611.    transition: color 0.3s ease;
  3612.  }
  3613.  
  3614.  .recent-post-item:hover .post-image img {
  3615.    transform: scale(1.05);
  3616.    transition: transform 0.3s ease;
  3617.  }
  3618.  
  3619.  /* Button Hover Effects */
  3620.  .btn:hover {
  3621.    transform: translateY(-2px);
  3622.    transition: all 0.3s ease;
  3623.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3624.  }
  3625.  
  3626.  /* Badge Hover Effects */
  3627.  .badge:hover {
  3628.    transform: scale(1.05);
  3629.    transition: transform 0.3s ease;
  3630.  }
  3631.  
  3632.  @media (max-width: 991px) {
  3633.    .sidebar {
  3634.      margin-top: 3rem;
  3635.    }
  3636.  }
  3637.  
  3638.  @media (max-width: 576px) {
  3639.    .widget-title {
  3640.      font-size: 1rem;
  3641.      padding: 0.75rem 1rem !important;
  3642.    }
  3643.  
  3644.    .title-arrow::after,
  3645.    .title-arrow-primary::after {
  3646.      right: -18px;
  3647.      border-left-width: 18px;
  3648.      border-top-width: 18px;
  3649.      border-bottom-width: 18px;
  3650.    }
  3651.  
  3652.    .post-image {
  3653.      width: 70px !important;
  3654.      height: 55px !important;
  3655.    }
  3656.  
  3657.    .blog-meta {
  3658.      flex-direction: column !important;
  3659.      align-items: flex-start !important;
  3660.      gap: 0.5rem;
  3661.    }
  3662.  }
  3663. </style>
  3664.  
  3665.    
  3666.            </div>
  3667.        </div>
  3668.    </div> <!-- end container -->
  3669. </section>
  3670.  
  3671.    
  3672.        
  3673.        <!-- end wpo-blog-highlights-section -->
  3674.        <!-- start wpo-blog-sponsored-section -->
  3675.        
  3676.  
  3677.  
  3678.  
  3679.    
  3680.  
  3681.  
  3682.  
  3683. <style>
  3684.    .sponsored-section-v4 {
  3685.        padding: 50px 0;
  3686.    }
  3687.    
  3688.    .sponsored-card-v4 {
  3689.        background: var(--card-bg);
  3690.        border: 1px solid var(--border-color);
  3691.        border-radius: 4px;
  3692.        transition: border-color 0.3s ease;
  3693.        height: 100%;
  3694.        padding: 15px;
  3695.    }
  3696.    
  3697.    .sponsored-card-v4:hover {
  3698.        border-color: #adb5bd;
  3699.    }
  3700.    
  3701.    .sponsored-image-v4 {
  3702.        width: 150px;
  3703.        height: 150px;
  3704.        margin: 10px auto;
  3705.        border-radius: 50%;
  3706.        shape-outside: circle(50%);
  3707.        float: left;
  3708.    }
  3709.    
  3710.    .sponsored-image-v4 img {
  3711.        width: 100%;
  3712.        height: 100%;
  3713.        object-fit: cover;
  3714.        border-radius: 50%;
  3715.    }
  3716.    
  3717.    .sponsored-content-v4 {
  3718.        padding: 10px;
  3719.        overflow: hidden; /* Clearfix for floated image */
  3720.    }
  3721.    
  3722.    .sponsored-title-v4 {
  3723.        font-size: 15px;
  3724.        font-weight: 700;
  3725.        line-height: 1.4;
  3726.        margin-bottom: 8px;
  3727.        color: #333;
  3728.        position: relative;
  3729.        display: inline-block;
  3730.    }
  3731.    
  3732.    .sponsored-title-v4 a {
  3733.        text-decoration: none;
  3734.        color: var(--topbar-color) !important;
  3735.        margin: 10px 0px;
  3736.    }
  3737.    
  3738.    .sponsored-title-v4 a:hover {
  3739.        color: #6f42c1 !important; /* Purple hover */
  3740.    }
  3741.    
  3742.    .sponsored-title-v4::after {
  3743.        content: '';
  3744.        position: absolute;
  3745.        bottom: -2px;
  3746.        left: 0;
  3747.        width: 100%;
  3748.        height: 2px;
  3749.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark))
  3750.    }
  3751.    
  3752.    .sponsored-excerpt-v4 {
  3753.        font-size: 12px;
  3754.        font-weight: 400;
  3755.        color: #6c757d;
  3756.        margin-bottom: 10px;
  3757.        line-height: 1.5;
  3758.    }
  3759.    
  3760.    .sponsored-meta-v4 {
  3761.        font-size: 11px;
  3762.        color: #6c757d;
  3763.    }
  3764.    
  3765.    .author-info-v4 {
  3766.        margin-bottom: 5px;
  3767.    }
  3768.    
  3769.    .sponsored-author-img-v4 {
  3770.        width: 20px;
  3771.        height: 20px;
  3772.        border-radius: 50%;
  3773.        object-fit: cover;
  3774.        vertical-align: middle;
  3775.        margin-right: 5px;
  3776.    }
  3777.    
  3778.    .section-title-sponsored-v4 {
  3779.        font-size: 1.9rem;
  3780.        font-weight: 600;
  3781.        text-align: center;
  3782.        margin-bottom: 30px;
  3783.        color: #333;
  3784.        position: relative;
  3785.    }
  3786.    
  3787.    .section-title-sponsored-v4::after {
  3788.        content: '';
  3789.        position: absolute;
  3790.        bottom: -8px;
  3791.        left: 50%;
  3792.        transform: translateX(-50%);
  3793.        width: 80px;
  3794.        height: 3px;
  3795.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3796.    }
  3797.  
  3798.    @media (max-width: 768px) {
  3799.        .sponsored-section-v4 {
  3800.            padding: 30px 0;
  3801.        }
  3802.        .sponsored-image-v4 {
  3803.            width: 120px;
  3804.            height: 120px;
  3805.            float: none;
  3806.            margin: 10px auto;
  3807.        }
  3808.        .sponsored-content-v4 {
  3809.            padding: 12px;
  3810.            text-align: center;
  3811.        }
  3812.        .sponsored-title-v4 {
  3813.            font-size: 14px;
  3814.        }
  3815.        .sponsored-excerpt-v4 {
  3816.            font-size: 11px;
  3817.        }
  3818.        .sponsored-meta-v4 {
  3819.            font-size: 10px;
  3820.        }
  3821.        .section-title-sponsored-v4 {
  3822.            font-size: 1.6rem;
  3823.        }
  3824.    }
  3825. </style>
  3826.  
  3827. <section class="sponsored-section-v4">
  3828.    <div class="container-fluid fluid-container">
  3829.        <div class="row">
  3830.            <div class="col-12">
  3831.                <h2 class="section-title-sponsored-v4">Sponsored News</h2>
  3832.            </div>
  3833.        </div>
  3834.        
  3835.        <div class="row g-4">
  3836.            
  3837.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3838.                <div class="card sponsored-card-v4">
  3839.                    <div class="sponsored-image-v4">
  3840.                        
  3841.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3842.                        
  3843.                    </div>
  3844.                    <div class="sponsored-content-v4">
  3845.                        <h3 class="sponsored-title-v4">
  3846.                            <a href="/the-visionary-filmmaker-makes-it-clear-computers-dont-create-avatar-films/" >
  3847.                                            The Visionary Filmmaker Makes It Clear: ‘Computers Don’t Create Avatar Films’
  3848.                                            </a>
  3849.                        </h3>
  3850.                        <p class="sponsored-excerpt-v4">
  3851.                          
  3852.                        </p>
  3853.                        <div class="sponsored-meta-v4">
  3854.                            <div class="author-info-v4">
  3855.                                
  3856.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;" class="sponsored-author-img-v4">
  3857.                                
  3858.                                <span>
  3859.                                    Jonathan Miller
  3860.                                </span>
  3861.                            </div>
  3862.                            <div>11 May 2026</div>
  3863.                        </div>
  3864.                    </div>
  3865.                </div>
  3866.            </div>
  3867.            
  3868.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3869.                <div class="card sponsored-card-v4">
  3870.                    <div class="sponsored-image-v4">
  3871.                        
  3872.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3873.                        
  3874.                    </div>
  3875.                    <div class="sponsored-content-v4">
  3876.                        <h3 class="sponsored-title-v4">
  3877.                            <a href="/bound-isolated-and-scared-the-bleak-reality-for-female-prisoners-compelled-to-give-birth-in-detention/" >
  3878.                                            Bound, Isolated and Scared: The Bleak Reality for Female Prisoners Compelled to Give Birth in Detention.
  3879.                                            </a>
  3880.                        </h3>
  3881.                        <p class="sponsored-excerpt-v4">
  3882.                          
  3883.                        </p>
  3884.                        <div class="sponsored-meta-v4">
  3885.                            <div class="author-info-v4">
  3886.                                
  3887.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;" class="sponsored-author-img-v4">
  3888.                                
  3889.                                <span>
  3890.                                    Jonathan Miller
  3891.                                </span>
  3892.                            </div>
  3893.                            <div>11 May 2026</div>
  3894.                        </div>
  3895.                    </div>
  3896.                </div>
  3897.            </div>
  3898.            
  3899.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3900.                <div class="card sponsored-card-v4">
  3901.                    <div class="sponsored-image-v4">
  3902.                        
  3903.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3904.                        
  3905.                    </div>
  3906.                    <div class="sponsored-content-v4">
  3907.                        <h3 class="sponsored-title-v4">
  3908.                            <a href="/an-story-of-unexpected-generosity-the-time-a-university-student-let-me-sleep-on-her-dormitory-floor/" >
  3909.                                            An Story of Unexpected Generosity: The Time a University Student Let Me Sleep on Her Dormitory Floor
  3910.                                            </a>
  3911.                        </h3>
  3912.                        <p class="sponsored-excerpt-v4">
  3913.                          
  3914.                        </p>
  3915.                        <div class="sponsored-meta-v4">
  3916.                            <div class="author-info-v4">
  3917.                                
  3918.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;" class="sponsored-author-img-v4">
  3919.                                
  3920.                                <span>
  3921.                                    Jonathan Miller
  3922.                                </span>
  3923.                            </div>
  3924.                            <div>11 May 2026</div>
  3925.                        </div>
  3926.                    </div>
  3927.                </div>
  3928.            </div>
  3929.            
  3930.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3931.                <div class="card sponsored-card-v4">
  3932.                    <div class="sponsored-image-v4">
  3933.                        
  3934.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3935.                        
  3936.                    </div>
  3937.                    <div class="sponsored-content-v4">
  3938.                        <h3 class="sponsored-title-v4">
  3939.                            <a href="/among-the-bombed-out-debris-of-an-apartment-block-i-found-a-volume-id-rendered/" >
  3940.                                            Among the Bombed-Out Debris of an Apartment Block, I Found a Volume I’d Rendered
  3941.                                            </a>
  3942.                        </h3>
  3943.                        <p class="sponsored-excerpt-v4">
  3944.                          
  3945.                        </p>
  3946.                        <div class="sponsored-meta-v4">
  3947.                            <div class="author-info-v4">
  3948.                                
  3949.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;" class="sponsored-author-img-v4">
  3950.                                
  3951.                                <span>
  3952.                                    Jonathan Miller
  3953.                                </span>
  3954.                            </div>
  3955.                            <div>11 May 2026</div>
  3956.                        </div>
  3957.                    </div>
  3958.                </div>
  3959.            </div>
  3960.            
  3961.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3962.                <div class="card sponsored-card-v4">
  3963.                    <div class="sponsored-image-v4">
  3964.                        
  3965.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3966.                        
  3967.                    </div>
  3968.                    <div class="sponsored-content-v4">
  3969.                        <h3 class="sponsored-title-v4">
  3970.                            <a href="/3-xbox-game-pass-games-we-are-enjoying-this-weekend-oct-10-12/" >
  3971.                                            3 Xbox Game Pass Games We Are Enjoying This Weekend (Oct. 10-12)
  3972.                                            </a>
  3973.                        </h3>
  3974.                        <p class="sponsored-excerpt-v4">
  3975.                          
  3976.                        </p>
  3977.                        <div class="sponsored-meta-v4">
  3978.                            <div class="author-info-v4">
  3979.                                
  3980.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;" class="sponsored-author-img-v4">
  3981.                                
  3982.                                <span>
  3983.                                    Jonathan Miller
  3984.                                </span>
  3985.                            </div>
  3986.                            <div>11 May 2026</div>
  3987.                        </div>
  3988.                    </div>
  3989.                </div>
  3990.            </div>
  3991.            
  3992.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3993.                <div class="card sponsored-card-v4">
  3994.                    <div class="sponsored-image-v4">
  3995.                        
  3996.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3997.                        
  3998.                    </div>
  3999.                    <div class="sponsored-content-v4">
  4000.                        <h3 class="sponsored-title-v4">
  4001.                            <a href="/everyday-reality-for-120000-refugees-in-mauritanias-vast-refugee-camp-on-the-malians-frontier/" >
  4002.                                            Everyday Reality for 120,000 Refugees in Mauritania&#x27;s Vast Refugee Camp on the Malians Frontier.
  4003.                                            </a>
  4004.                        </h3>
  4005.                        <p class="sponsored-excerpt-v4">
  4006.                          
  4007.                        </p>
  4008.                        <div class="sponsored-meta-v4">
  4009.                            <div class="author-info-v4">
  4010.                                
  4011.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3ae44755-8054-4ab6-bff7-c3ccbe2584d5_profile.png" alt="Jonathan Miller" style="object-fit: cover;" class="sponsored-author-img-v4">
  4012.                                
  4013.                                <span>
  4014.                                    Jonathan Miller
  4015.                                </span>
  4016.                            </div>
  4017.                            <div>11 May 2026</div>
  4018.                        </div>
  4019.                    </div>
  4020.                </div>
  4021.            </div>
  4022.            
  4023.        </div>
  4024.    </div>
  4025. </section>
  4026.  
  4027.  
  4028.    
  4029.        <!-- end wpo-blog-sponsored-section -->
  4030.        <!-- start wpo-subscribe-section -->
  4031.        
  4032.        <!-- end subscribe-section -->
  4033.        <!-- start of wpo-site-footer-section -->
  4034.        
  4035.  
  4036.  
  4037.  
  4038.  
  4039.  
  4040. <footer class="wpo-site-footer-v2">
  4041.  <!-- Top Section - Logo & CTA -->
  4042.  <div class="footer-top-section py-3">
  4043.    <div class="container-fluid fluid-container">
  4044.      <div class="row align-items-center">
  4045.        <div class="brand-logo d-flex align-items-center justify-content-center">
  4046.          
  4047.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/275b3dae-3817-4ea5-abcc-bc7b20cb5cd8_logo.png" alt="Creative Vault" class="footer-logo" />
  4048.          
  4049.          <div class="brand-info">
  4050.            <h3 class="brand-title">Creative Vault</h3>
  4051.          </div>
  4052.        </div>
  4053.      </div>
  4054.    </div>
  4055.  </div>
  4056.  
  4057.  <!-- Main Content Grid -->
  4058.  <div class="footer-main-content py-4">
  4059.    <div class="container-fluid fluid-container px-3">
  4060.      <div class="d-flex justify-content-between flex-wrap gap-3">
  4061.        <!-- Column 1: Quick Links & Top Categories -->
  4062.        <div class="">
  4063.          <div class="footer-column">
  4064.            <h5 class="column-title">Quick Links</h5>
  4065.            <ul class="footer-menu list-unstyled">
  4066.              
  4067.                <li>
  4068.                  <a class="menu-link" href="/abigail-spanberger-creates-a-landmark-as-virginias-initial-woman-state-leader/">Abigail Spanberger Creates a Landmark as Virginia&#x27;s Initial Woman State Leader</a>
  4069.                </li>
  4070.              
  4071.                <li>
  4072.                  <a class="menu-link" href="/when-did-i-get-that-handsome-the-rock-legend-on-watching-jeremy-allen-white-portray-him-in-film/">‘When Did I Get That Handsome?’: The Rock Legend on Watching Jeremy Allen White Portray Him In Film</a>
  4073.                </li>
  4074.              
  4075.                <li>
  4076.                  <a class="menu-link" href="/jennifer-waltons-debut-record-daughters-explores-sorrow-and-style/">Jennifer Walton&#x27;s Debut Record &quot;Daughters&quot; Explores Sorrow and Style</a>
  4077.                </li>
  4078.              
  4079.                <li>
  4080.                  <a class="menu-link" href="/putin-pledges-uninterrupted-crude-oil-shipments-to-india-in-defiance-of-washington-pressure/">Putin Pledges Uninterrupted Crude Oil Shipments to India in Defiance of Washington Pressure</a>
  4081.                </li>
  4082.              
  4083.                <li>
  4084.                  <a class="menu-link" href="/gaza-war-in-maps-following-two-years-of-hostilities/">Gaza War in Maps Following Two Years of Hostilities</a>
  4085.                </li>
  4086.              
  4087.                <li>
  4088.                  <a class="menu-link" href="/democratic-lawmakers-condemn-trump-after-he-claims-they-should-face-capital-punishment/">Democratic lawmakers Condemn Trump After He Claims They Should Face Capital Punishment</a>
  4089.                </li>
  4090.              
  4091.            </ul>
  4092.          </div>
  4093.        </div>
  4094.        <div class="">
  4095.          <div class="footer-column mt-4">
  4096.            <h5 class="column-title">Top Categories</h5>
  4097.            <ul class="footer-menu list-unstyled">
  4098.              
  4099.                <li>
  4100.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4101.                </li>
  4102.              
  4103.                <li>
  4104.                  <a class="menu-link" href="/category/business/">Business</a>
  4105.                </li>
  4106.              
  4107.                <li>
  4108.                  <a class="menu-link" href="/category/esports/">Esports</a>
  4109.                </li>
  4110.              
  4111.                <li>
  4112.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  4113.                </li>
  4114.              
  4115.                <li>
  4116.                  <a class="menu-link" href="/category/featured/">Featured</a>
  4117.                </li>
  4118.              
  4119.            </ul>
  4120.          </div>
  4121.        </div>
  4122.        <!-- Column 2: Blog Rolls -->
  4123.      <div class="">
  4124.          <div class="footer-column">
  4125.            <h5 class="column-title">Blog Rolls</h5>
  4126.            <ul class="footer-menu list-unstyled" id="blogRollLinks">
  4127.              
  4128.              
  4129.  
  4130.              
  4131.              
  4132.                
  4133.              
  4134.            </ul>
  4135.          </div>
  4136.        </div>
  4137.      </div>
  4138.    </div>
  4139.  </div>
  4140.  
  4141.  <!-- Tagline Section -->
  4142.  <div class="footer-tagline bg-primary-gradient text-center py-3">
  4143.    <div class="container-fluid fluid-container">
  4144.      <p class="mb-0 text-white text-capitalize">Explore a treasure trove of creative ideas, tutorials, and insights for artists, designers, and innovators seeking inspiration and practical guidance.</p>
  4145.    </div>
  4146.  </div>
  4147.  
  4148.  <!-- Footer Bottom -->
  4149.  <div class="footer-bottom py-3">
  4150.    <div class="container-fluid fluid-container">
  4151.      <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-center">
  4152.        <div class="copyright-info">
  4153.          <p class="mb-0 text-color">
  4154.            &copy; 2026 <strong>Creative Vault</strong>. All rights reserved.
  4155.          </p>
  4156.        </div>
  4157.        <div class="utility-links mt-2 mt-md-0">
  4158.          <a href="/page/write-for-us/" class="utility-link me-3">Write For Us</a>
  4159.          <a href="/page/terms-and-conditions/" class="utility-link me-3">Terms &amp; Conditions</a>
  4160.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4161.        </div>
  4162.      </div>
  4163.    </div>
  4164.  </div>
  4165. </footer>
  4166.  
  4167.  
  4168. <style>
  4169.  
  4170. .footer-top-section {
  4171.    border-bottom: 1px solid var(--border-color);
  4172.    background-color: var(--card-bg) !important;
  4173. }
  4174.  
  4175. .footer-logo {
  4176.    height:50px;
  4177.    width: auto;
  4178. }
  4179. .text-color{
  4180.    color: var(--topbar-color) !important;
  4181. }
  4182. .brand-title {
  4183.    font-size: 20px;
  4184.    font-weight: 600;
  4185.    color: var(--topbar-color);
  4186.    margin: 0;
  4187. }
  4188.  
  4189. .footer-main-content {
  4190.    background: var(--card-bg);
  4191. }
  4192.  
  4193. .column-title {
  4194.    font-size: 16px;
  4195.    font-weight: 600;
  4196.    color: var(--topbar-color) !important;
  4197.    margin-bottom: 15px;
  4198. }
  4199.  
  4200. .footer-menu li {
  4201.    margin-bottom: 8px;
  4202. }
  4203.  
  4204. .menu-link {
  4205.    color: var(--topbar-color) !important;
  4206.    text-decoration: none;
  4207.    font-size: 16px;
  4208.    transition: color 0.3s ease;
  4209. }
  4210.  
  4211. .footer-tagline {
  4212.    font-size: 16px;
  4213. }
  4214.  
  4215. .footer-bottom {
  4216.    font-size: 16px;
  4217.    background-color: var(--card-bg) !important;
  4218. }
  4219.  
  4220. .utility-link {
  4221.    color: var(--topbar-color) !important;
  4222.    text-decoration: none;
  4223.    transition: color 0.3s ease;
  4224. }
  4225.  
  4226. .utility-link:hover {
  4227.    color: var(--secondary-color);
  4228. }
  4229.  
  4230. /* Responsive Design */
  4231. @media (max-width: 992px) {
  4232.    .footer-top-section {
  4233.        text-align: start;
  4234.    }
  4235.    .cta-btn {
  4236.        margin-top: 10px;
  4237.    }
  4238. }
  4239.  
  4240. @media (max-width: 768px) {
  4241.    .footer-column {
  4242.        text-align: start;
  4243.    }
  4244.    .footer-tagline {
  4245.        font-size: 13px;
  4246.    }
  4247. }
  4248.  
  4249. @media (max-width: 576px) {
  4250.    .column-title {
  4251.        font-size: 15px;
  4252.    }
  4253.    .menu-link {
  4254.        font-size: 13px;
  4255.    }
  4256.    .cta-btn {
  4257.        font-size: 13px;
  4258.        padding: 7px 15px;
  4259.    }
  4260. }
  4261. </style>
  4262.  
  4263. <script>
  4264. // Prevent default for placeholder links
  4265. document.addEventListener('DOMContentLoaded', function() {
  4266.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4267.        anchor.addEventListener('click', function(e) {
  4268.            e.preventDefault();
  4269.        });
  4270.    });
  4271. });
  4272. document.addEventListener('DOMContentLoaded', function () {
  4273.    var btn = document.getElementById('toggleBlogRollLinks');
  4274.    if (!btn) return; // No extra items, no button
  4275.  
  4276.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4277.  
  4278.    btn.addEventListener('click', function () {
  4279.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4280.            return li.classList.contains('d-none');
  4281.        });
  4282.  
  4283.        extras.forEach(function (li) {
  4284.            if (anyHidden) {
  4285.                li.classList.remove('d-none');
  4286.                li.classList.add('show');
  4287.            } else {
  4288.                li.classList.add('d-none');
  4289.                li.classList.remove('show');
  4290.            }
  4291.        });
  4292.  
  4293.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4294.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4295.    });
  4296. });
  4297.  
  4298. </script>
  4299.  
  4300.        <!-- end of wpo-site-footer-section -->
  4301.    </div>
  4302.    <!-- end of page-wrapper -->
  4303.  
  4304.    <!-- All JavaScript files
  4305.    ================================================== -->
  4306.    
  4307.  
  4308. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4309. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4310. <!-- Plugins for this template -->
  4311. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4312. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4313. <!-- Custom script for this template -->
  4314. <script src="/static/blogapp/assets/js/script.js"></script>
  4315.  
  4316. <script>
  4317. (function () {
  4318. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4319. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4320.  
  4321. function applyFallback(img) {
  4322. if (!img || img.dataset.fallbackApplied === "1") {
  4323. return;
  4324. }
  4325. var failedSrc = img.currentSrc || img.src || "";
  4326. img.dataset.fallbackApplied = "1";
  4327. img.onerror = null;
  4328. img.src = fallbackImageSrc;
  4329. console.warn("[ImageFallback] Replaced broken image:", {
  4330. failedSrc: failedSrc,
  4331. fallbackSrc: fallbackImageSrc,
  4332. alt: img.alt || "",
  4333. });
  4334. }
  4335.  
  4336. document.querySelectorAll("img").forEach(function (img) {
  4337. if (img.complete && img.naturalWidth === 0) {
  4338. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4339. failedSrc: img.currentSrc || img.src || "",
  4340. alt: img.alt || "",
  4341. });
  4342. applyFallback(img);
  4343. }
  4344. });
  4345.  
  4346. document.addEventListener(
  4347. "error",
  4348. function (event) {
  4349. var target = event.target;
  4350. if (target && target.tagName === "IMG") {
  4351. applyFallback(target);
  4352. }
  4353. },
  4354. true
  4355. );
  4356. })();
  4357. </script>
  4358.  
  4359. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4360.  
  4361.  
  4362.  
  4363. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"e0769758997a49e29befef90b62f0a3b","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4364. </body>
  4365.  
  4366. </html>
  4367.  
  4368.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda