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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="work">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_80_RFL8FhO_FWikT9a_P8wTAii.png">
  14.    
  15.  
  16.    <title>StrideLand: Canadian Running Adventures &amp; Trail Exploration Blog</title>
  17.    <meta name="description" content="Discover inspiring stories from Canadian trails, running adventures, gear reviews, and training tips for outdoor enthusiasts exploring nature&#x27;s paths.">
  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://strideland.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #2dd4bf;
  42.        --bs-primary-rgb: 2dd4bf;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #d1fae5;
  49.        --bs-dark: #064e3b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #2dd4bf;
  53.        --theme-primary-color-s2: #2dd4bf;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #d1fae5;
  57.        --text-light-color: #676767;
  58.        --heading-color: #d1fae5;
  59.        --border-color: #475569;
  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: #064e3b;
  73.        --nav-bg: #064e3b;
  74.        --sub-nav: #1a2e05;
  75.        --navbar-color: #d1fae5;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #d1fae5;
  78.        --footer-bg: #064e3b;
  79.        --footer-color: #d1fae5;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #2dd4bf;
  84.        --link-hover: #25b8a3;
  85.        --blog-color: #d1fae5;
  86.        --blog-bg: rgba(45, 212, 191, 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: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_70">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.            <!-- end preloader -->
  397.        
  398.        <!-- Start header -->
  399.        <header id="header" class="wpo-site-header">
  400.            
  401.  
  402.  
  403.    
  404.  
  405.  
  406. <style>
  407.    /* General styling for top bar */
  408.    .unique-topbar-v7 {
  409.        background-color: var(--topbar-bg);
  410.        color: #fff;
  411.      
  412.    }
  413.    .unique-v7 {
  414.        padding: 10px 30px;
  415.        display: flex;
  416.        align-items: center;
  417.        justify-content: space-between; /* Ensure it stretches across */
  418.    }
  419.  
  420.    .unique-menu-btn-v7 {
  421.        border: none;
  422.        max-width: 145px !important;
  423.        padding: 8px;
  424.        cursor: pointer;
  425.        border-radius: 5px;
  426.    }
  427.  
  428.    .unique-news-container-v7 {
  429.        display: flex;
  430.        align-items: center;
  431.        overflow: hidden;
  432.        width: fit-content;
  433.        flex-grow: 1; /* Take remaining space */
  434.        height: 60px;
  435.    }
  436.  
  437.    .unique-news-wrapper-v7 {
  438.        display: flex;
  439.        flex-direction: row;
  440.        align-items: center;
  441.        padding: 5px;
  442.    }
  443.  
  444.    .unique-news-item-v7 {
  445.        opacity: 0;
  446.        transform: translateX(100px);
  447.        transition: all 0.5s ease;
  448.        font-size: 16px;
  449.        color: var(--topbar-color);
  450.        height: 0;
  451.        width: 0;
  452.    }
  453.    
  454.    .unique-news-item-v7.active-v7 {
  455.        padding: 10px;
  456.        opacity: 1;
  457.          height: auto;
  458.        width: auto;
  459.        margin-right: 20px;
  460.        transform: translateX(0);
  461.    }
  462.  
  463.    .unique-news-item-v7.exit-up-v7 {
  464.        opacity: 0;
  465.        transform: translateX(-100px); /* Move news item left */
  466.    }
  467.  
  468.    /* Social Icons in Inline */
  469.    .contact-info-v7 {
  470.        display: flex;
  471.        gap: 10px;
  472.    }
  473.  
  474.    .contact-info-v7 ul {
  475.        display: flex;
  476.        gap: 15px;
  477.        list-style: none;
  478.    }
  479.  
  480.    .social-icon-v7 {
  481.        color: var(--topbar-color) !important;
  482.        font-size: 20px;
  483.        text-decoration: none;
  484.    }
  485.  
  486.    .social-icon-v7:hover {
  487.        color: #1da1f2;
  488.    }
  489. </style>
  490.  
  491. <div class="unique-topbar-v7">
  492.    <div class="fluid-container unique-v7 container-fluid">
  493.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  494.      
  495.        <div class="unique-news-container-v7">
  496.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  497.                <!-- News items will be added dynamically -->
  498.            </div>
  499.        </div>
  500.      
  501.        <div class="contact-info-v7">
  502.            <ul>
  503.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  506.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  507.            </ul>
  508.        </div>
  509.    </div>
  510. </div>
  511.  
  512. <script>
  513.    // Build array dynamically from Django context
  514.    const newsItems = [
  515.        
  516.            { title: "Spurs Ease Strain on Frank as Xavi Simons Seals Comfortable Victory Over Slavia Prague", url: "/spurs-ease-strain-on-frank-as-xavi-simons-seals-comfortable-victory-over-slavia-prague/" },
  517.        
  518.            { title: "The Story of Leonard and Hungry Paul Review: A Calming Show Featuring the Voice of the Hollywood Star Offers a Great Remedy to Contemporary Living", url: "/the-story-of-leonard-and-hungry-paul-review-a-calming-show-featuring-the-voice-of-the-hollywood-star-offers-a-great-remedy-to-contemporary-living/" },
  519.        
  520.            { title: "Creating the Ideal Paneer Makhni – Recipe", url: "/creating-the-ideal-paneer-makhni-recipe/" },
  521.        
  522.            { title: "British and Scottish government Authorities Clash Over Who Should Pay the £24.5 million Bill for Trump and Vance Trips", url: "/british-and-scottish-government-authorities-clash-over-who-should-pay-the-245-million-bill-for-trump-and-vance-trips/" },
  523.        
  524.            { title: "High Court Backs Revised Texas Congressional Districts.", url: "/high-court-backs-revised-texas-congressional-districts/" }
  525.        
  526.    ];
  527.  
  528.    let currentNewsIndex = 0;
  529.    const newsWrapper = document.getElementById('newsWrapper-v7');
  530.    let newsElements = [];
  531.  
  532.    // Create news elements
  533.    function createNewsElements() {
  534.        newsItems.forEach((news, index) => {
  535.            const newsElement = document.createElement('div');
  536.            newsElement.className = 'unique-news-item-v7';
  537.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  538.            newsWrapper.appendChild(newsElement);
  539.            newsElements.push(newsElement);
  540.        });
  541.  
  542.        if (newsElements.length > 0) {
  543.            newsElements[0].classList.add('active-v7');
  544.        }
  545.    }
  546.  
  547.    // Animate news change
  548.    function changeNews() {
  549.        const currentElement = newsElements[currentNewsIndex];
  550.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  551.        const nextElement = newsElements[nextIndex];
  552.  
  553.        currentElement.classList.remove('active-v7');
  554.        currentElement.classList.add('exit-up-v7');
  555.  
  556.        setTimeout(() => {
  557.            nextElement.classList.add('active-v7');
  558.            currentNewsIndex = nextIndex;
  559.  
  560.            setTimeout(() => {
  561.                currentElement.classList.remove('exit-up-v7');
  562.            }, 100);
  563.        }, 250);
  564.    }
  565.  
  566.    // Start news rotation
  567.    function startNewsRotation() {
  568.        setInterval(changeNews, 5000);
  569.    }
  570.  
  571.    window.onload = function() {
  572.        createNewsElements();
  573.        startNewsRotation();
  574.    };
  575. </script>
  576.  
  577.  
  578.  
  579.            
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586. <header class="header-v10 mb-4">
  587.    <div class="container-fluid fluid-container">
  588.        <!-- Top Bar -->
  589.        <div class="top-bar-v10">
  590.            <div
  591.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  592.               <div class="col-lg-3 col-md-12 col-12">
  593.                    <div class="brand-section-v10">
  594.                        <a class="logo-link-v9" href="/">
  595.                            
  596.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/471aee97-9b81-46d5-a803-33131c38b847_logo.png" alt="StrideLand" class="logo-img-v9" />
  597.                            
  598.                        </a>
  599.                    </div>
  600.                </div>
  601.                <div class="col-lg-6 col-md-12 d-inline-block">
  602.                    <div class="search-container-v10">
  603.                        <form class="search-form-v10" action="#" method="get">
  604.                            <div class="search-group-v10">
  605.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  606.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  607.                                <button type="submit" class="search-button-v10">
  608.                                    <i class="ti-search"></i>
  609.                                </button>
  610.                            </div>
  611.                            <div id="search-results" class="search-results-container search-v1"></div>
  612.                        </form>
  613.                    </div>
  614.                </div>
  615.                <div class="col-12 ">
  616.                    <div class="header-utilities-v10">
  617.                        <div class="utility-item-v10 d-lg-none">
  618.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  619.                                <div class="menu-icon-v10">
  620.                                    <span class="menu-bar-v10"></span>
  621.                                    <span class="menu-bar-v10"></span>
  622.                                    <span class="menu-bar-v10"></span>
  623.                                </div>
  624.                            </button>
  625.                        </div>
  626.                    </div>
  627.                </div>
  628.            </div>
  629.        </div>
  630.  
  631.        <!-- Navigation Bar -->
  632.    <nav class="navigation-v10 d-none d-lg-block">
  633.    <div class="nav-container-v10">
  634.        <ul class="nav-menu-v10">
  635.  
  636.            
  637.            <li class="nav-item-v10">
  638.                <a href="/" class="nav-link-v10 active-v10">
  639.                    <div class="link-content-v10">
  640.                        <span class="link-text-v10">Home</span>
  641.                        <div class="link-indicator-v10"></div>
  642.                    </div>
  643.                </a>
  644.            </li>
  645.  
  646.            
  647.            
  648.                
  649.                    
  650.                    
  651.                        <li class="nav-item-v10">
  652.                            <a href="/category/all-posts/" class="nav-link-v10">
  653.                                <div class="link-content-v10">
  654.                                    <span class="link-text-v10">All Posts</span>
  655.                                    <div class="link-indicator-v10"></div>
  656.                                </div>
  657.                            </a>
  658.                        </li>
  659.                    
  660.  
  661.                
  662.  
  663.                
  664.                
  665.            
  666.                
  667.                    
  668.                    
  669.                        <li class="nav-item-v10">
  670.                            <a href="/category/business/" class="nav-link-v10">
  671.                                <div class="link-content-v10">
  672.                                    <span class="link-text-v10">Business</span>
  673.                                    <div class="link-indicator-v10"></div>
  674.                                </div>
  675.                            </a>
  676.                        </li>
  677.                    
  678.  
  679.                
  680.  
  681.                
  682.                
  683.            
  684.                
  685.                    
  686.                    
  687.                        <li class="nav-item-v10">
  688.                            <a href="/category/esports/" class="nav-link-v10">
  689.                                <div class="link-content-v10">
  690.                                    <span class="link-text-v10">Esports</span>
  691.                                    <div class="link-indicator-v10"></div>
  692.                                </div>
  693.                            </a>
  694.                        </li>
  695.                    
  696.  
  697.                
  698.  
  699.                
  700.                
  701.            
  702.                
  703.                    
  704.                    
  705.                        <li class="nav-item-v10">
  706.                            <a href="/category/fashion/" class="nav-link-v10">
  707.                                <div class="link-content-v10">
  708.                                    <span class="link-text-v10">Fashion</span>
  709.                                    <div class="link-indicator-v10"></div>
  710.                                </div>
  711.                            </a>
  712.                        </li>
  713.                    
  714.  
  715.                
  716.  
  717.                
  718.                
  719.            
  720.                
  721.                    
  722.                    
  723.                        <li class="nav-item-v10">
  724.                            <a href="/category/featured/" class="nav-link-v10">
  725.                                <div class="link-content-v10">
  726.                                    <span class="link-text-v10">Featured</span>
  727.                                    <div class="link-indicator-v10"></div>
  728.                                </div>
  729.                            </a>
  730.                        </li>
  731.                    
  732.  
  733.                
  734.  
  735.                
  736.                
  737.            
  738.                
  739.                    
  740.                    
  741.                        <li class="nav-item-v10">
  742.                            <a href="/category/gaming/" class="nav-link-v10">
  743.                                <div class="link-content-v10">
  744.                                    <span class="link-text-v10">Gaming</span>
  745.                                    <div class="link-indicator-v10"></div>
  746.                                </div>
  747.                            </a>
  748.                        </li>
  749.                    
  750.  
  751.                
  752.  
  753.                
  754.                
  755.            
  756.                
  757.                    
  758.                    
  759.                        <li class="nav-item-v10">
  760.                            <a href="/category/health/" class="nav-link-v10">
  761.                                <div class="link-content-v10">
  762.                                    <span class="link-text-v10">Health</span>
  763.                                    <div class="link-indicator-v10"></div>
  764.                                </div>
  765.                            </a>
  766.                        </li>
  767.                    
  768.  
  769.                
  770.  
  771.                
  772.                
  773.            
  774.                
  775.                    
  776.                    
  777.                        <li class="nav-item-v10">
  778.                            <a href="/category/life-fitness/" class="nav-link-v10">
  779.                                <div class="link-content-v10">
  780.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  781.                                    <div class="link-indicator-v10"></div>
  782.                                </div>
  783.                            </a>
  784.                        </li>
  785.                    
  786.  
  787.                
  788.  
  789.                
  790.                
  791.            
  792.                
  793.                    
  794.                    
  795.                        <li class="nav-item-v10">
  796.                            <a href="/category/lifestyle/" class="nav-link-v10">
  797.                                <div class="link-content-v10">
  798.                                    <span class="link-text-v10">Lifestyle</span>
  799.                                    <div class="link-indicator-v10"></div>
  800.                                </div>
  801.                            </a>
  802.                        </li>
  803.                    
  804.  
  805.                
  806.  
  807.                
  808.                
  809.            
  810.                
  811.                    
  812.                    <li class="nav-item-v10 has-submenu-v10">
  813.                        <a href="#" class="nav-link-v10">
  814.                            <div class="link-content-v10">
  815.                                <span class="link-text-v10">More</span>
  816.                                <div class="link-arrow-v10"></div>
  817.                                <div class="link-indicator-v10"></div>
  818.                            </div>
  819.                        </a>
  820.                        <div class="submenu-v10">
  821.                            <div class="submenu-content-v10">
  822.                                <div class="submenu-column-v10">
  823.                                    <ul class="submenu-links-v10">
  824.                                        <li>
  825.                                            <a href="/category/news/" class="submenu-link-v10">
  826.                                                News
  827.                                            </a>
  828.                                        </li>
  829.                
  830.  
  831.                
  832.                
  833.            
  834.                
  835.                                        <li>
  836.                                            <a href="/category/others/" class="submenu-link-v10">
  837.                                                Others
  838.                                            </a>
  839.                                        </li>
  840.                
  841.  
  842.                
  843.                
  844.            
  845.                
  846.                                        <li>
  847.                                            <a href="/category/politics/" class="submenu-link-v10">
  848.                                                Politics
  849.                                            </a>
  850.                                        </li>
  851.                
  852.  
  853.                
  854.                
  855.            
  856.                
  857.                                        <li>
  858.                                            <a href="/category/sports/" class="submenu-link-v10">
  859.                                                Sports
  860.                                            </a>
  861.                                        </li>
  862.                
  863.  
  864.                
  865.                
  866.            
  867.                
  868.                                        <li>
  869.                                            <a href="/category/tech/" class="submenu-link-v10">
  870.                                                Tech
  871.                                            </a>
  872.                                        </li>
  873.                
  874.  
  875.                
  876.                
  877.            
  878.                
  879.                                        <li>
  880.                                            <a href="/category/travel/" class="submenu-link-v10">
  881.                                                Travel
  882.                                            </a>
  883.                                        </li>
  884.                
  885.  
  886.                
  887.                
  888.                                    </ul>
  889.                                </div>
  890.                            </div>
  891.                        </div>
  892.                    </li>
  893.                
  894.            
  895.            <li class="nav-item-v10">
  896.                <a href="/page/contact-us/" class="nav-link-v10">
  897.                    <div class="link-content-v10">
  898.                        <span class="link-text-v10">Contact Us</span>
  899.                        <div class="link-indicator-v10"></div>
  900.                    </div>
  901.                </a>
  902.            </li>
  903.        </ul>
  904.    </div>
  905. </nav>
  906.  
  907.        <!-- Mobile Menu -->
  908.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  909.            <div class="mobile-menu-content-v10">
  910.                <ul class="mobile-menu-list-v10">
  911.  
  912.                    
  913.                    <li class="mobile-menu-item-v10">
  914.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  915.                            <span class="mobile-link-text-v10">Home</span>
  916.                        </a>
  917.                    </li>
  918.  
  919.                    
  920.                    
  921.                    
  922.                    <li class="mobile-menu-item-v10">
  923.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  924.                            <span class="mobile-link-text-v10">All Posts</span>
  925.                        </a>
  926.                    </li>
  927.                    
  928.                    
  929.                    
  930.                    <li class="mobile-menu-item-v10">
  931.                        <a href="/category/business/" class="mobile-menu-link-v10">
  932.                            <span class="mobile-link-text-v10">Business</span>
  933.                        </a>
  934.                    </li>
  935.                    
  936.                    
  937.                    
  938.                    <li class="mobile-menu-item-v10">
  939.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  940.                            <span class="mobile-link-text-v10">Esports</span>
  941.                        </a>
  942.                    </li>
  943.                    
  944.                    
  945.                    
  946.                    <li class="mobile-menu-item-v10">
  947.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  948.                            <span class="mobile-link-text-v10">Fashion</span>
  949.                        </a>
  950.                    </li>
  951.                    
  952.                    
  953.                    
  954.                    <li class="mobile-menu-item-v10">
  955.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  956.                            <span class="mobile-link-text-v10">Featured</span>
  957.                        </a>
  958.                    </li>
  959.                    
  960.                    
  961.                    
  962.                    <li class="mobile-menu-item-v10">
  963.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  964.                            <span class="mobile-link-text-v10">Gaming</span>
  965.                        </a>
  966.                    </li>
  967.                    
  968.                    
  969.                    
  970.                    <li class="mobile-menu-item-v10">
  971.                        <a href="/category/health/" class="mobile-menu-link-v10">
  972.                            <span class="mobile-link-text-v10">Health</span>
  973.                        </a>
  974.                    </li>
  975.                    
  976.                    
  977.                    
  978.                    <li class="mobile-menu-item-v10">
  979.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  980.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  981.                        </a>
  982.                    </li>
  983.                    
  984.                    
  985.                    
  986.                    <li class="mobile-menu-item-v10">
  987.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  988.                            <span class="mobile-link-text-v10">Lifestyle</span>
  989.                        </a>
  990.                    </li>
  991.                    
  992.                    
  993.                    
  994.                    <li class="mobile-menu-item-v10">
  995.                        <a href="/category/news/" class="mobile-menu-link-v10">
  996.                            <span class="mobile-link-text-v10">News</span>
  997.                        </a>
  998.                    </li>
  999.                    
  1000.                    
  1001.                    
  1002.                    <li class="mobile-menu-item-v10">
  1003.                        <a href="/category/others/" class="mobile-menu-link-v10">
  1004.                            <span class="mobile-link-text-v10">Others</span>
  1005.                        </a>
  1006.                    </li>
  1007.                    
  1008.                    
  1009.                    
  1010.                    <li class="mobile-menu-item-v10">
  1011.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  1012.                            <span class="mobile-link-text-v10">Politics</span>
  1013.                        </a>
  1014.                    </li>
  1015.                    
  1016.                    
  1017.                    
  1018.                    <li class="mobile-menu-item-v10">
  1019.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  1020.                            <span class="mobile-link-text-v10">Sports</span>
  1021.                        </a>
  1022.                    </li>
  1023.                    
  1024.                    
  1025.                    
  1026.                    <li class="mobile-menu-item-v10">
  1027.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  1028.                            <span class="mobile-link-text-v10">Tech</span>
  1029.                        </a>
  1030.                    </li>
  1031.                    
  1032.                    
  1033.                    
  1034.                    <li class="mobile-menu-item-v10">
  1035.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  1036.                            <span class="mobile-link-text-v10">Travel</span>
  1037.                        </a>
  1038.                    </li>
  1039.                    
  1040.                    
  1041.  
  1042.                </ul>
  1043.            </div>
  1044.        </div>
  1045.  
  1046.    </div>
  1047. </header>
  1048.  
  1049. <style>
  1050.    .logo-link-v9 img{
  1051.        height: 70px;
  1052.        width: auto;
  1053.        object-fit: cover;
  1054.    }
  1055.    /* Navbar V10 Styles - Modern Two-Tier Design */
  1056.    .header-v10 {
  1057.        background: var(--navbar-bg);
  1058.        margin-bottom: 10px;
  1059.        position: relative;
  1060.    }
  1061.  
  1062.    /* Top Bar */
  1063.    .top-bar-v10 {
  1064.        padding: 16px 0;
  1065.    }
  1066.  
  1067.    /* Brand Section */
  1068.    .brand-section-v10 {
  1069.        display: flex;
  1070.        align-items: center;
  1071.    }
  1072.  
  1073.    .brand-link-v10 {
  1074.        display: flex;
  1075.        align-items: center;
  1076.        text-decoration: none;
  1077.    }
  1078.  
  1079.    .brand-icon-v10 {
  1080.        width: 48px;
  1081.        height: 48px;
  1082.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1083.        border-radius: 12px;
  1084.        display: flex;
  1085.        align-items: center;
  1086.        justify-content: center;
  1087.        padding: 8px;
  1088.    }
  1089.  
  1090.    .brand-img-v10 {
  1091.        max-width: 100%;
  1092.        max-height: 100%;
  1093.        filter: brightness(0) invert(1);
  1094.    }
  1095.  
  1096.    /* Search Container */
  1097.    .search-container-v10 {
  1098.        max-width: 500px;
  1099.        margin-left: auto;
  1100.    }
  1101.  
  1102.    .search-group-v10 {
  1103.        display: flex;
  1104.        align-items: center;
  1105.        background: #f9fafb;
  1106.        border: 2px solid #e5e7eb;
  1107.        border-radius: 12px;
  1108.        overflow: hidden;
  1109.        transition: all 0.3s ease;
  1110.    }
  1111.  
  1112.    .search-group-v10:focus-within {
  1113.        background: #ffffff;
  1114.        border-color: #3b82f6;
  1115.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  1116.    }
  1117.  
  1118.    .search-icon-wrapper-v10 {
  1119.        padding: 12px 16px;
  1120.        display: flex;
  1121.        align-items: center;
  1122.    }
  1123.  
  1124.    .search-icon-v10 {
  1125.        width: 16px;
  1126.        height: 16px;
  1127.        background: #9ca3af;
  1128.        border-radius: 50%;
  1129.        position: relative;
  1130.    }
  1131.  
  1132.    .search-icon-v10::after {
  1133.        content: '';
  1134.        position: absolute;
  1135.        top: 12px;
  1136.        left: 12px;
  1137.        width: 6px;
  1138.        height: 1px;
  1139.        background: #9ca3af;
  1140.        transform: rotate(45deg);
  1141.    }
  1142.  
  1143.    .search-field-v10 {
  1144.        flex: 1;
  1145.        border: none;
  1146.        background: transparent;
  1147.        font-size: 15px;
  1148.        padding: 12px 0;
  1149.        outline: none;
  1150.        color: #1f2937;
  1151.    }
  1152.  
  1153.    .search-field-v10::placeholder {
  1154.        color: #9ca3af;
  1155.    }
  1156.  
  1157.    .search-button-v10 {
  1158.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1159.        color: white;
  1160.        border: none;
  1161.        padding: 14px 15px;
  1162.        font-weight: 600;
  1163.        cursor: pointer;
  1164.        transition: all 0.3s ease;
  1165.    }
  1166.  
  1167.    .search-button-v10:hover {
  1168.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1169.    }
  1170.  
  1171.    /* Header Utilities */
  1172.    .header-utilities-v10 {
  1173.        display: flex;
  1174.        align-items: center;
  1175.        justify-content: flex-end;
  1176.        gap: 8px;
  1177.    }
  1178.  
  1179.    .utility-item-v10 {
  1180.        display: flex;
  1181.    }
  1182.  
  1183.    .theme-toggle-v10,
  1184.    .mobile-search-v10,
  1185.    .menu-trigger-v10 {
  1186.        background: #f9fafb;
  1187.        border: 1px solid #e5e7eb;
  1188.        border-radius: 8px;
  1189.        padding: 10px;
  1190.        cursor: pointer;
  1191.        transition: all 0.3s ease;
  1192.    }
  1193.  
  1194.    .mobile-search-v10:hover,
  1195.    .menu-trigger-v10:hover {
  1196.        background: #f3f4f6;
  1197.        border-color: #d1d5db;
  1198.    }
  1199.  
  1200.    .mobile-search-icon-v10 {
  1201.        width: 16px;
  1202.        height: 16px;
  1203.        background: #6b7280;
  1204.        border-radius: 50%;
  1205.    }
  1206.  
  1207.    .menu-icon-v10 {
  1208.        display: flex;
  1209.        flex-direction: column;
  1210.        gap: 3px;
  1211.        width: 16px;
  1212.    }
  1213.  
  1214.    .menu-bar-v10 {
  1215.        height: 2px;
  1216.        background: #6b7280;
  1217.        border-radius: 1px;
  1218.        transition: all 0.3s ease;
  1219.    }
  1220.  
  1221.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1222.        transform: rotate(45deg) translate(4px, 4px);
  1223.    }
  1224.  
  1225.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1226.        opacity: 0;
  1227.    }
  1228.  
  1229.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1230.        transform: rotate(-45deg) translate(6px, -6px);
  1231.    }
  1232.  
  1233.    /* Navigation */
  1234.    .navigation-v10 {
  1235.        background: var(--navbar-bg);
  1236.    }
  1237.  
  1238.    .nav-container-v10 {
  1239.        padding: 0;
  1240.        display: flex;
  1241.        justify-content: flex-end;
  1242.    }
  1243.  
  1244.    .nav-menu-v10 {
  1245.        list-style: none;
  1246.        padding: 0;
  1247.        margin: 0;
  1248.        display: flex;
  1249.        align-items: stretch;
  1250.    }
  1251.  
  1252.    .nav-item-v10 {
  1253.        position: relative;
  1254.    }
  1255.  
  1256.    .nav-link-v10 {
  1257.        color: #374151;
  1258.        text-decoration: none;
  1259.        display: block;
  1260.        transition: all 0.3s ease;
  1261.    }
  1262.  
  1263.    .link-content-v10 {
  1264.        padding: 16px 20px;
  1265.        display: flex;
  1266.        align-items: center;
  1267.        gap: 6px;
  1268.        position: relative;
  1269.    }
  1270.  
  1271.    .link-text-v10 {
  1272.        font-size: 15px;
  1273.        font-weight: 600;
  1274.    }
  1275.  
  1276.    .link-arrow-v10 {
  1277.        width: 0;
  1278.        height: 0;
  1279.        border-left: 3px solid transparent;
  1280.        border-right: 3px solid transparent;
  1281.        border-top: 3px solid currentColor;
  1282.        transition: transform 0.3s ease;
  1283.    }
  1284.  
  1285.    .link-indicator-v10 {
  1286.        position: absolute;
  1287.        bottom: 0;
  1288.        left: 0;
  1289.        right: 0;
  1290.        height: 3px;
  1291.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1292.        transform: scaleX(0);
  1293.        transition: transform 0.3s ease;
  1294.    }
  1295.  
  1296.    .nav-link-v10:hover,
  1297.    .nav-link-v10.active-v10 {
  1298.        color: white !important;
  1299.        background: var(--bs-primary);
  1300.    }
  1301.  
  1302.    .nav-link-v10:hover .link-indicator-v10,
  1303.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1304.        transform: scaleX(1);
  1305.    }
  1306.  
  1307.    .has-submenu-v10:hover .link-arrow-v10 {
  1308.        transform: rotate(180deg);
  1309.    }
  1310.  
  1311.    /* Submenu */
  1312.    .submenu-v10 {
  1313.        position: absolute;
  1314.        top: 100%;
  1315.        left: 0;
  1316.        background: #ffffff;
  1317.        border: 1px solid #e5e7eb;
  1318.        border-radius: 12px;
  1319.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1320.        opacity: 0;
  1321.        visibility: hidden;
  1322.        transform: translateY(-8px);
  1323.        transition: all 0.3s ease;
  1324.        z-index: 1000;
  1325.        min-width: 400px;
  1326.        padding: 24px;
  1327.        margin-top: 8px;
  1328.    }
  1329.  
  1330.    .has-submenu-v10:hover .submenu-v10 {
  1331.        opacity: 1;
  1332.        visibility: visible;
  1333.        transform: translateY(0);
  1334.    }
  1335.  
  1336.    .submenu-content-v10 {
  1337.        display: grid;
  1338.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1339.        gap: 24px;
  1340.    }
  1341.  
  1342.    .submenu-title-v10 {
  1343.        font-size: 13px;
  1344.        font-weight: 700;
  1345.        color: #3b82f6;
  1346.        margin-bottom: 12px;
  1347.        text-transform: uppercase;
  1348.        letter-spacing: 0.5px;
  1349.    }
  1350.  
  1351.    .submenu-links-v10 {
  1352.        list-style: none;
  1353.        padding: 0;
  1354.        margin: 0;
  1355.    }
  1356.  
  1357.    .submenu-link-v10 {
  1358.        display: block;
  1359.        color: #6b7280 !important;
  1360.        text-decoration: none;
  1361.        font-size: 14px;
  1362.        padding: 8px 0;
  1363.        transition: color 0.3s ease;
  1364.    }
  1365.  
  1366.    .submenu-link-v10:hover {
  1367.        color: #3b82f6 !important;
  1368.    }
  1369.  
  1370.    /* Mobile Search Panel */
  1371.    .mobile-search-panel-v10 {
  1372.        background: #f9fafb;
  1373.        border-bottom: 1px solid #e5e7eb;
  1374.        padding: 12px 0;
  1375.        max-height: 0;
  1376.        overflow: hidden;
  1377.        transition: all 0.3s ease;
  1378.    }
  1379.  
  1380.    .mobile-search-panel-v10.show-v10 {
  1381.        max-height: 80px;
  1382.    }
  1383.  
  1384.    .mobile-search-wrapper-v10 {
  1385.        display: flex;
  1386.        align-items: center;
  1387.        background: #ffffff;
  1388.        border: 1px solid #e5e7eb;
  1389.        border-radius: 8px;
  1390.        overflow: hidden;
  1391.    }
  1392.  
  1393.    .mobile-search-input-v10 {
  1394.        flex: 1;
  1395.        border: none;
  1396.        padding: 12px 16px;
  1397.        font-size: 15px;
  1398.        outline: none;
  1399.        background: transparent;
  1400.    }
  1401.  
  1402.    .mobile-search-btn-v10 {
  1403.        background: #3b82f6;
  1404.        border: none;
  1405.        padding: 12px 16px;
  1406.        cursor: pointer;
  1407.    }
  1408.  
  1409.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1410.        background: white;
  1411.    }
  1412.  
  1413.    /* Mobile Menu */
  1414.    .mobile-menu-v10 {
  1415.        background: #ffffff;
  1416.        border-bottom: 1px solid #e5e7eb;
  1417.        max-height: 0;
  1418.        overflow: hidden;
  1419.        transition: all 0.4s ease;
  1420.    }
  1421.  
  1422.    .mobile-menu-v10.show-v10 {
  1423.        max-height: 500px;
  1424.    }
  1425.  
  1426.    .mobile-menu-content-v10 {
  1427.        padding: 16px 30px;
  1428.    }
  1429.  
  1430.    .mobile-menu-list-v10 {
  1431.        list-style: none;
  1432.        padding: 0;
  1433.        margin: 0;
  1434.    }
  1435.  
  1436.    .mobile-menu-item-v10 {
  1437.        border-bottom: 1px solid #f3f4f6;
  1438.    }
  1439.  
  1440.    .mobile-menu-link-v10,
  1441.    .mobile-menu-toggle-v10 {
  1442.        display: flex;
  1443.        align-items: center;
  1444.        justify-content: space-between;
  1445.        color: #374151;
  1446.        text-decoration: none;
  1447.        font-size: 16px;
  1448.        font-weight: 600;
  1449.        padding: 16px 0;
  1450.        transition: color 0.3s ease;
  1451.        background: none;
  1452.        border: none;
  1453.        width: 100%;
  1454.        cursor: pointer;
  1455.    }
  1456.  
  1457.    .mobile-menu-link-v10:hover,
  1458.    .mobile-menu-toggle-v10:hover,
  1459.    .mobile-menu-link-v10.active-v10 {
  1460.        color: var(--bs-light);
  1461.    }
  1462.  
  1463.    .mobile-toggle-arrow-v10 {
  1464.        width: 0;
  1465.        height: 0;
  1466.        border-left: 4px solid transparent;
  1467.        border-right: 4px solid transparent;
  1468.        border-top: 4px solid currentColor;
  1469.        transition: transform 0.3s ease;
  1470.    }
  1471.  
  1472.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1473.        transform: rotate(180deg);
  1474.    }
  1475.  
  1476.    .mobile-submenu-v10 {
  1477.        list-style: none;
  1478.        padding: 0;
  1479.        margin: 0;
  1480.        max-height: 0;
  1481.        overflow: hidden;
  1482.        transition: all 0.3s ease;
  1483.        background: #f9fafb;
  1484.    }
  1485.  
  1486.    .mobile-submenu-v10.show-v10 {
  1487.        max-height: 200px;
  1488.        padding: 8px 0;
  1489.    }
  1490.  
  1491.    .mobile-submenu-link-v10 {
  1492.        display: block;
  1493.        color: #6b7280;
  1494.        text-decoration: none;
  1495.        font-size: 14px;
  1496.        padding: 10px 20px;
  1497.        transition: color 0.3s ease;
  1498.    }
  1499.  
  1500.    .mobile-submenu-link-v10:hover {
  1501.        color: #3b82f6;
  1502.    }
  1503.  
  1504.    /* Responsive Design */
  1505.    @media (max-width: 768px) {
  1506.        .top-bar-v10 {
  1507.            padding: 12px 0;
  1508.        }
  1509.  
  1510.        .brand-icon-v10 {
  1511.            width: 40px;
  1512.            height: 40px;
  1513.        }
  1514.  
  1515.        .brand-name-v10 {
  1516.            font-size: 18px;
  1517.        }
  1518.  
  1519.        .brand-tagline-v10 {
  1520.            font-size: 11px;
  1521.        }
  1522.    }
  1523.  
  1524.    @media (max-width: 576px) {
  1525.        .brand-text-v10 {
  1526.            display: none;
  1527.        }
  1528.    }
  1529. </style>
  1530.  
  1531. <script>
  1532.    function toggleMobileSearchV10() {
  1533.        const searchPanel = document.getElementById('mobileSearchV10');
  1534.        const searchBtn = document.querySelector('.mobile-search-v10');
  1535.  
  1536.        if (searchPanel) {
  1537.            searchPanel.classList.toggle('show-v10');
  1538.  
  1539.            if (searchPanel.classList.contains('show-v10')) {
  1540.                setTimeout(() => {
  1541.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1542.                    if (input) input.focus();
  1543.                }, 100);
  1544.            }
  1545.        }
  1546.    }
  1547.  
  1548.    function toggleMenuV10() {
  1549.        const mobileMenu = document.getElementById('mobileMenuV10');
  1550.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1551.  
  1552.        if (mobileMenu && menuBtn) {
  1553.            mobileMenu.classList.toggle('show-v10');
  1554.            menuBtn.classList.toggle('active-v10');
  1555.        }
  1556.    }
  1557.  
  1558.    function toggleMobileSubmenuV10(submenuId) {
  1559.        const submenu = document.getElementById(submenuId);
  1560.        if (!submenu) return;
  1561.  
  1562.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1563.  
  1564.        // Close other submenus
  1565.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1566.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1567.  
  1568.        allSubmenus.forEach(menu => {
  1569.            if (menu.id !== submenuId) {
  1570.                menu.classList.remove('show-v10');
  1571.            }
  1572.        });
  1573.  
  1574.        allParents.forEach(parent => {
  1575.            if (parent !== parentItem) {
  1576.                parent.classList.remove('open-v10');
  1577.            }
  1578.        });
  1579.  
  1580.        // Toggle current submenu
  1581.        submenu.classList.toggle('show-v10');
  1582.        if (parentItem) {
  1583.            parentItem.classList.toggle('open-v10');
  1584.        }
  1585.    }
  1586.  
  1587.    // Close menus when clicking outside
  1588.    document.addEventListener('click', function (e) {
  1589.        const mobileMenu = document.getElementById('mobileMenuV10');
  1590.        const mobileSearch = document.getElementById('mobileSearchV10');
  1591.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1592.        const searchBtn = document.querySelector('.mobile-search-v10');
  1593.  
  1594.        // Close mobile menu
  1595.        if (mobileMenu && menuBtn &&
  1596.            !mobileMenu.contains(e.target) &&
  1597.            !menuBtn.contains(e.target)) {
  1598.            mobileMenu.classList.remove('show-v10');
  1599.            menuBtn.classList.remove('active-v10');
  1600.        }
  1601.  
  1602.        // Close mobile search
  1603.        if (mobileSearch && searchBtn &&
  1604.            !mobileSearch.contains(e.target) &&
  1605.            !searchBtn.contains(e.target)) {
  1606.            mobileSearch.classList.remove('show-v10');
  1607.        }
  1608.    });
  1609. </script>
  1610.  
  1611. <script>
  1612.  document.addEventListener("DOMContentLoaded", function () {
  1613.    console.log("loaded");
  1614.  
  1615.     const searchInput = document.getElementById("search-input")
  1616.    const searchResults = document.getElementById("search-results");
  1617.  
  1618.    if (!searchInput || !searchResults) {
  1619.      console.error("Search input/results not found");
  1620.      return;
  1621.    }
  1622.  
  1623.    // Prevent form submission
  1624.    if (searchInput.form) {
  1625.      searchInput.form.addEventListener("submit", function (e) {
  1626.        e.preventDefault();
  1627.      });
  1628.    }
  1629.  
  1630.    // Add event listener for keyup
  1631.    searchInput.addEventListener("keyup", function (e) {
  1632.      console.log("Key pressed:", e.key);
  1633.      e.preventDefault();
  1634.  
  1635.      const query = searchInput.value.trim();
  1636.      console.log("User is typing: " + query);
  1637.  
  1638.      // If empty → clear and hide
  1639.      if (query === "") {
  1640.        searchResults.innerHTML = "";
  1641.        searchResults.style.display = "none";
  1642.        return;
  1643.      }
  1644.  
  1645.      // Show results
  1646.      searchResults.style.display = "block";
  1647.  
  1648.      // Fetch search results
  1649.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1650.        method: "GET",
  1651.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1652.      })
  1653.        .then(response => {
  1654.          console.log("Response Status:", response.status);
  1655.          return response.json();
  1656.        })
  1657.        .then(data => {
  1658.          console.log("Data received:", data);
  1659.          if (data.html) {
  1660.            searchResults.innerHTML = data.html;
  1661.          } else {
  1662.            searchResults.innerHTML = "<p>No results found.</p>";
  1663.          }
  1664.        })
  1665.        .catch(error => {
  1666.          console.error("Error fetching search results:", error);
  1667.        });
  1668.    });
  1669.  
  1670.    // Close results when clicking outside
  1671.    document.addEventListener("click", function (e) {
  1672.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1673.        searchResults.style.display = "none";
  1674.      }
  1675.    });
  1676.  
  1677.    // Close results on ESC key
  1678.    document.addEventListener("keydown", function (e) {
  1679.      if (e.key === "Escape") {
  1680.        searchResults.style.display = "none";
  1681.      }
  1682.    });
  1683.  });
  1684. </script>
  1685.  
  1686. <style>
  1687.        /* search field */
  1688.  .search-results-container {
  1689.  position: absolute;
  1690.  top: 60%; /* Position it below the input field */
  1691.  left: 10px;
  1692.  right: 10px;
  1693.  background-color: white;
  1694.  border: 1px solid #ddd;
  1695.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1696.  max-height: 300px;
  1697.  overflow-y: auto;
  1698.  z-index: 1000;
  1699.  display: none; /* Initially hidden */
  1700. }
  1701.  
  1702. .search-results-container p {
  1703.  margin: 0;
  1704. }
  1705.  
  1706. .search-results-container .result-item {
  1707.  padding: 10px;
  1708.  cursor: pointer;
  1709. }
  1710.  
  1711. .search-results-container .result-item:hover {
  1712.  background-color: #f0f0f0;
  1713. }
  1714. @media (max-width: 992px) {
  1715.  .search-results-container {
  1716.    top: 70%;
  1717.  }
  1718.    
  1719. }
  1720. </style>
  1721.  
  1722.        </header>
  1723.        <!-- end of header -->
  1724.        <!-- start of wpo-blog-hero -->
  1725.        
  1726.  
  1727.  
  1728.  
  1729.  
  1730.  
  1731.  
  1732.  
  1733. <div class="blog-hero-v6">
  1734.    <div class="container-fluid fluid-container">
  1735.        
  1736.        <!-- Top Section - Two Column Layout -->
  1737.        <div class="row g-4 mb-5">
  1738.            <!-- Main Featured Article - Left -->
  1739.            
  1740.  
  1741.            <div class="col-lg-6 col-md-12">
  1742.                <article class="main-featured">
  1743.                    <div class="featured-image-container">
  1744.                        
  1745.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1746.                                class="featured-image" style="object-fit: cover;" alt="">
  1747.                        
  1748.                        <div class="category-tag bg-primary-gradient">News</div>
  1749.                    </div>
  1750.                    <div class="featured-content">
  1751.                        <h1 class="featured-title"><a class="top-color" href="/medical-experts-from-the-scottish-region-and-the-us-achieve-historic-stroke-procedure-using-robot/" >
  1752.                                        Medical Experts from the Scottish region and the US Achieve Historic Stroke Procedure Using Robot
  1753.                                    </a></h1>
  1754.                        <p class="featured-summary"></p>
  1755.                        <div class="article-meta">
  1756.                            <div class="author-info">
  1757.                                
  1758.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="author-pic">
  1759.                                
  1760.                                <div class="author-text">
  1761.                                    <span class="author-name">Walter Ramirez</span>
  1762.                                    <span class="post-time">14 May 2026</span>
  1763.                                    
  1764.                                </div>
  1765.                            </div>
  1766.                            <div class="reading-info">
  1767.                                <!-- <span class="read-time">4 min read</span> -->
  1768.                            </div>
  1769.                        </div>
  1770.                    </div>
  1771.                </article>
  1772.            </div>
  1773.            
  1774.  
  1775.            <div class="col-lg-6 col-md-12">
  1776.                <article class="main-featured">
  1777.                    <div class="featured-image-container">
  1778.                        
  1779.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1780.                                class="featured-image" style="object-fit: cover;" alt="">
  1781.                        
  1782.                        <div class="category-tag bg-primary-gradient">News</div>
  1783.                    </div>
  1784.                    <div class="featured-content">
  1785.                        <h1 class="featured-title"><a class="top-color" href="/the-chinese-draft-artificial-intelligence-rules-target-on-youth-protection-and-self-harm-prevention-mitigation/" >
  1786.                                        The Chinese Draft Artificial Intelligence Rules Target on Youth Protection and Self-Harm Prevention Mitigation.
  1787.                                    </a></h1>
  1788.                        <p class="featured-summary"></p>
  1789.                        <div class="article-meta">
  1790.                            <div class="author-info">
  1791.                                
  1792.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="author-pic">
  1793.                                
  1794.                                <div class="author-text">
  1795.                                    <span class="author-name">Walter Ramirez</span>
  1796.                                    <span class="post-time">13 May 2026</span>
  1797.                                    
  1798.                                </div>
  1799.                            </div>
  1800.                            <div class="reading-info">
  1801.                                <!-- <span class="read-time">4 min read</span> -->
  1802.                            </div>
  1803.                        </div>
  1804.                    </div>
  1805.                </article>
  1806.            </div>
  1807.            
  1808.  
  1809.        </div>
  1810.  
  1811.        <!-- Bottom Section - Three Column Grid -->
  1812.        <div class="row g-4">
  1813.            
  1814.                <div class="col-lg-4 col-md-6 col-12">
  1815.                    <article class="compact-card">
  1816.                        <div class="compact-image">
  1817.                            
  1818.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1819.                                   style="object-fit: cover;" alt="">
  1820.                            
  1821.                            <div class="compact-category bg-primary-gradient">News</div>
  1822.                        </div>
  1823.                        <div class="compact-body">
  1824.                            <h3 class="compact-title"> <a class="top-color" href="/gavin-newsom-states-he-is-considering-a-2028-presidential-run/" >
  1825.                                        Gavin Newsom States He Is Considering a 2028 Presidential Run
  1826.                                    </a></h3>
  1827.                            <p class="compact-text"></p>
  1828.                            <div class="compact-footer">
  1829.                                <div class="compact-author">
  1830.                                    
  1831.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1832.                                    
  1833.                                    <span class="compact-name">Walter Ramirez</span>
  1834.                                </div>
  1835.                                <span class="compact-date">13 May 2026</span>
  1836.                            </div>
  1837.                        </div>
  1838.                    </article>
  1839.                </div>
  1840.            
  1841.                <div class="col-lg-4 col-md-6 col-12">
  1842.                    <article class="compact-card">
  1843.                        <div class="compact-image">
  1844.                            
  1845.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1846.                                   style="object-fit: cover;" alt="">
  1847.                            
  1848.                            <div class="compact-category bg-primary-gradient">News</div>
  1849.                        </div>
  1850.                        <div class="compact-body">
  1851.                            <h3 class="compact-title"> <a class="top-color" href="/certain-factions-on-the-political-spectrum-who-offer-only-complaints-the-government-is-proceeding-with-the-job-of-financial-revitalization/" >
  1852.                                        Certain factions on the political spectrum who offer only complaints: The government is proceeding with the job of financial revitalization.
  1853.                                    </a></h3>
  1854.                            <p class="compact-text"></p>
  1855.                            <div class="compact-footer">
  1856.                                <div class="compact-author">
  1857.                                    
  1858.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1859.                                    
  1860.                                    <span class="compact-name">Walter Ramirez</span>
  1861.                                </div>
  1862.                                <span class="compact-date">13 May 2026</span>
  1863.                            </div>
  1864.                        </div>
  1865.                    </article>
  1866.                </div>
  1867.            
  1868.  
  1869.            <div class="col-lg-4 col-md-12 col-12">
  1870.                <!-- Recent Articles Sidebar -->
  1871.                <div class="recent-section">
  1872.                    <h3 class="recent-title">Recent Articles</h3>
  1873.                    <div class="recent-list">
  1874.                        
  1875.                        <div class="recent-item">
  1876.                            <div class="recent-content">
  1877.                                <h4 class="recent-article-title"><a class="top-color" href="/the-greater-manchester-mayor-would-probably-have-won-the-recent-byelection-says-labour-number-two/" >
  1878.                                        The Greater Manchester Mayor Would &#x27;Probably&#x27; Have Won the Recent Byelection, Says Labour Number Two
  1879.                                    </a></h4>
  1880.                                <span class="recent-date">13 May 2026</span>
  1881.                            </div>
  1882.                        </div>
  1883.                        
  1884.                    </div>
  1885.                </div>
  1886.            </div>
  1887.        </div>
  1888.    </div>
  1889. </div>
  1890.  
  1891. <style>
  1892. /* Blog Hero V6 - Magazine Style with White Background */
  1893. .blog-hero-v6 {
  1894.    padding: 3rem 0;
  1895.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1896. }
  1897.  
  1898. /* Main Featured Article */
  1899. .main-featured {
  1900.    background: var(--card-bg);
  1901.    border-radius: 16px;
  1902.    overflow: hidden;
  1903.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1904.    border: 1px solid var(--border-color);
  1905.    transition: all 0.3s ease;
  1906. }
  1907.  
  1908. .main-featured:hover {
  1909.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1910.    transform: translateY(-2px);
  1911. }
  1912.  
  1913. .featured-image-container {
  1914.    position: relative;
  1915.    height: 300px;
  1916.    overflow: hidden;
  1917. }
  1918.  
  1919. .featured-image {
  1920.    width: 100%;
  1921.    height: 100%;
  1922.    object-fit: cover;
  1923.    transition: transform 0.4s ease;
  1924. }
  1925.  
  1926. .main-featured:hover .featured-image {
  1927.    transform: scale(1.03);
  1928. }
  1929.  
  1930. .featured-content {
  1931.    padding: 2.5rem;
  1932. }
  1933.  
  1934. .featured-title {
  1935.    font-size: 2rem;
  1936.    font-weight: 700;
  1937.    color: #1a202c;
  1938.    margin-bottom: 1rem;
  1939.    line-height: 1.25;
  1940.    letter-spacing: -0.025em;
  1941. }
  1942.  
  1943. .featured-summary {
  1944.    font-size: 1.1rem;
  1945.    color: #4a5568;
  1946.    line-height: 1.6;
  1947.    margin-bottom: 2rem;
  1948. }
  1949.  
  1950. /* Category Tags */
  1951. .category-tag {
  1952.    position: absolute;
  1953.    top: 1.5rem;
  1954.    left: 1.5rem;
  1955.    padding: 0.5rem 1rem;
  1956.    font-size: 0.75rem;
  1957.    font-weight: 600;
  1958.    text-transform: uppercase;
  1959.    letter-spacing: 0.1em;
  1960.    color: white;
  1961.    border-radius: 6px;
  1962.    z-index: 2;
  1963. }
  1964.  
  1965.  
  1966. /* Article Meta */
  1967. .article-meta {
  1968.    display: flex;
  1969.    align-items: center;
  1970.    justify-content: space-between;
  1971. }
  1972.  
  1973. .author-info {
  1974.    display: flex;
  1975.    align-items: center;
  1976.    gap: 1rem;
  1977. }
  1978.  
  1979. .author-pic {
  1980.    width: 48px;
  1981.    height: 48px;
  1982.    border-radius: 50%;
  1983.    object-fit: cover;
  1984.    border: 2px solid #e2e8f0;
  1985. }
  1986.  
  1987. .author-text {
  1988.    display: flex;
  1989.    flex-direction: column;
  1990. }
  1991.  
  1992. .author-name {
  1993.    font-weight: 600;
  1994.    color: #2d3748;
  1995.    font-size: 0.95rem;
  1996. }
  1997.  
  1998. .post-time {
  1999.    font-size: 0.85rem;
  2000.    color: #718096;
  2001. }
  2002.  
  2003. .reading-info {
  2004.    display: flex;
  2005.    align-items: center;
  2006. }
  2007.  
  2008. .read-time {
  2009.    font-size: 0.9rem;
  2010.    color: #718096;
  2011.    padding: 0.25rem 0.75rem;
  2012.    background: #f7fafc;
  2013.    border-radius: 15px;
  2014.    font-weight: 500;
  2015. }
  2016.  
  2017. /* Secondary Featured */
  2018. .secondary-featured {
  2019.    background: var(--card-bg);
  2020.    border-radius: 16px;
  2021.    overflow: hidden;
  2022.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  2023.    border: 1px solid var(--border-color);
  2024.    height: 100%;
  2025.    transition: all 0.3s ease;
  2026. }
  2027.  
  2028. .secondary-featured:hover {
  2029.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  2030.    transform: translateY(-2px);
  2031. }
  2032.  
  2033. .secondary-image-wrapper {
  2034.    position: relative;
  2035.    height: 200px;
  2036.    overflow: hidden;
  2037. }
  2038.  
  2039. .secondary-image-wrapper img {
  2040.    width: 100%;
  2041.    height: 100%;
  2042.    object-fit: cover;
  2043.    transition: transform 0.4s ease;
  2044. }
  2045.  
  2046. .secondary-featured:hover .secondary-image-wrapper img {
  2047.    transform: scale(1.03);
  2048. }
  2049.  
  2050. .secondary-content {
  2051.    padding: 2rem;
  2052. }
  2053.  
  2054. .secondary-title {
  2055.    font-size: 1.5rem;
  2056.    font-weight: 600;
  2057.    color: #1a202c;
  2058.    margin-bottom: 1rem;
  2059.    line-height: 1.3;
  2060. }
  2061.  
  2062. .secondary-excerpt {
  2063.    font-size: 0.95rem;
  2064.    color: #4a5568;
  2065.    line-height: 1.6;
  2066.    margin-bottom: 1.5rem;
  2067. }
  2068.  
  2069. .secondary-meta {
  2070.    display: flex;
  2071.    align-items: center;
  2072.    gap: 0.5rem;
  2073.    font-size: 0.85rem;
  2074.    color: #718096;
  2075. }
  2076.  
  2077. .meta-divider {
  2078.    color: #cbd5e0;
  2079. }
  2080.  
  2081. /* Compact Cards */
  2082. .compact-card {
  2083.    background: var(--card-bg);
  2084.    border-radius: 12px;
  2085.    overflow: hidden;
  2086.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  2087.    border: 1px solid var(--border-color);
  2088.    transition: all 0.3s ease;
  2089.    height: 100%;
  2090.    display: flex;
  2091.    flex-direction: column;
  2092. }
  2093.  
  2094. .compact-card:hover {
  2095.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  2096.    transform: translateY(-3px);
  2097. }
  2098.  
  2099. .compact-image {
  2100.    position: relative;
  2101.    height: 180px;
  2102.    overflow: hidden;
  2103. }
  2104.  
  2105. .compact-image img {
  2106.    width: 100%;
  2107.    height: 100%;
  2108.    object-fit: cover;
  2109.    transition: transform 0.4s ease;
  2110. }
  2111.  
  2112. .compact-card:hover .compact-image img {
  2113.    transform: scale(1.05);
  2114. }
  2115.  
  2116. .compact-category {
  2117.    position: absolute;
  2118.    top: 1rem;
  2119.    left: 1rem;
  2120.    padding: 0.25rem 0.75rem;
  2121.    font-size: 0.7rem;
  2122.    font-weight: 600;
  2123.    text-transform: uppercase;
  2124.    color: white;
  2125.    border-radius: 4px;
  2126. }
  2127.  
  2128. .compact-body {
  2129.    padding: 1.5rem;
  2130.    flex-grow: 1;
  2131.    display: flex;
  2132.    flex-direction: column;
  2133. }
  2134.  
  2135. .compact-title {
  2136.    font-size: 1.1rem;
  2137.    font-weight: 600;
  2138.    color: #1a202c;
  2139.    margin-bottom: 0.75rem;
  2140.    line-height: 1.4;
  2141. }
  2142.  
  2143. .compact-text {
  2144.    font-size: 0.9rem;
  2145.    color: #4a5568;
  2146.    line-height: 1.5;
  2147.    margin-bottom: 1.5rem;
  2148.    flex-grow: 1;
  2149. }
  2150.  
  2151. .compact-footer {
  2152.    display: flex;
  2153.    align-items: center;
  2154.    justify-content: space-between;
  2155.    margin-top: auto;
  2156. }
  2157.  
  2158. .compact-author {
  2159.    display: flex;
  2160.    align-items: center;
  2161.    gap: 0.5rem;
  2162. }
  2163.  
  2164. .compact-avatar {
  2165.    width: 32px;
  2166.    height: 32px;
  2167.    border-radius: 50%;
  2168.    object-fit: cover;
  2169. }
  2170.  
  2171. .compact-name {
  2172.    font-size: 0.85rem;
  2173.    font-weight: 500;
  2174.    color: #2d3748;
  2175. }
  2176.  
  2177. .compact-date {
  2178.    font-size: 0.8rem;
  2179.    color: #718096;
  2180. }
  2181.  
  2182. /* Recent Articles Section */
  2183. .recent-section {
  2184.    background: var(--card-bg);
  2185.    border-radius: 12px;
  2186.    padding: 2rem;
  2187.    border: 1px solid var(--border-color);
  2188.    height: 100%;
  2189. }
  2190.  
  2191. .recent-title {
  2192.    font-size: 1.25rem;
  2193.    font-weight: 700;
  2194.    color: #1a202c;
  2195.    margin-bottom: 1.5rem;
  2196.    padding-bottom: 0.75rem;
  2197.    border-bottom: 2px solid var(--border-color);
  2198. }
  2199.  
  2200. .recent-list {
  2201.    display: flex;
  2202.    flex-direction: column;
  2203.    gap: 1.25rem;
  2204. }
  2205.  
  2206. .recent-item {
  2207.    display: flex;
  2208.    align-items: center;
  2209.    gap: 1rem;
  2210.    padding: 0.8rem;
  2211.    background: var(--card-bg);
  2212.    border-radius: 8px;
  2213.    transition: all 0.2s ease;
  2214.    border: 1px solid var(--border-color);
  2215. }
  2216.  
  2217. .recent-item:hover {
  2218.    transform: translateX(4px);
  2219.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  2220. }
  2221.  
  2222. .recent-content {
  2223.    flex-grow: 1;
  2224. }
  2225.  
  2226. .recent-article-title {
  2227.    font-size: 0.95rem;
  2228.    font-weight: 600;
  2229.    color: #1a202c;
  2230.    margin-bottom: 0rem;
  2231.    line-height: 1.3;
  2232. }
  2233.  
  2234. .recent-date {
  2235.    font-size: 0.8rem;
  2236.    color: #718096;
  2237. }
  2238.  
  2239. /* Responsive Design */
  2240. @media (max-width: 992px) {
  2241.    .blog-hero-v6 {
  2242.        padding: 2rem 0;
  2243.    }
  2244.    
  2245.    .featured-title {
  2246.        font-size: 1.75rem;
  2247.    }
  2248.    
  2249.    .secondary-title {
  2250.        font-size: 1.3rem;
  2251.    }
  2252.    
  2253.    .article-meta {
  2254.        flex-direction: column;
  2255.        align-items: flex-start;
  2256.        gap: 1rem;
  2257.    }
  2258. }
  2259.  
  2260. @media (max-width: 768px) {
  2261.    .featured-content,
  2262.    .secondary-content {
  2263.        padding: 1.5rem;
  2264.    }
  2265.    
  2266.    .featured-title {
  2267.        font-size: 1.5rem;
  2268.    }
  2269.    
  2270.    .featured-image-container,
  2271.    .secondary-image-wrapper {
  2272.        height: 200px;
  2273.    }
  2274.    
  2275.    .compact-image {
  2276.        height: 150px;
  2277.    }
  2278.    
  2279.    .recent-section {
  2280.        margin-top: 2rem;
  2281.    }
  2282. }
  2283.  
  2284. @media (max-width: 576px) {
  2285.    .reading-info {
  2286.        margin-top: 1rem;
  2287.    }
  2288.    
  2289.    .secondary-meta {
  2290.        flex-wrap: wrap;
  2291.    }
  2292.    
  2293.    .recent-item {
  2294.        padding: 0.75rem;
  2295.    }
  2296. }
  2297. </style>
  2298.  
  2299.  
  2300.  
  2301.  
  2302.        <!-- end of wpo-blog-hero -->
  2303.  
  2304.        <!-- start of wpo-breacking-news -->
  2305.        
  2306.        <!-- end of wpo-breacking-news -->
  2307.        
  2308.        <!-- start wpo-blog-highlights-section -->
  2309.        
  2310.  
  2311.  
  2312.  
  2313.    
  2314.  
  2315.  
  2316. <style>
  2317.  
  2318.    .blog-highlights-section {
  2319.        padding: 30px 0;
  2320.    }
  2321.  
  2322.    .blog-cards-grid {
  2323.        display: grid;
  2324.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  2325.        gap: 30px;
  2326.    }
  2327.  
  2328.    .blog-card {
  2329.        background: var(--card-bg);
  2330.        border: 1px solid var(--card-border);
  2331.        border-radius: var(--border-radius);
  2332.        overflow: hidden;
  2333.        transition: all 0.3s ease;
  2334.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  2335.    }
  2336.  
  2337.    .blog-card:hover {
  2338.        transform: translateY(-8px);
  2339.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  2340.        border-color: var(--theme-primary-color);
  2341.    }
  2342.  
  2343.    .blog-card-image {
  2344.        position: relative;
  2345.        height: 220px;
  2346.        overflow: hidden;
  2347.    }
  2348.  
  2349.    .blog-card-image img {
  2350.        width: 100%;
  2351.        height: 100%;
  2352.        object-fit: cover;
  2353.        transition: transform 0.3s ease;
  2354.    }
  2355.  
  2356.    .blog-card:hover .blog-card-image img {
  2357.        transform: scale(1.05);
  2358.    }
  2359.  
  2360.    .blog-category {
  2361.        position: absolute;
  2362.        top: 15px;
  2363.        right: 15px;
  2364.        color: white;
  2365.        padding: 6px 12px;
  2366.        border-radius: 20px;
  2367.        font-size: 12px;
  2368.        font-weight: 600;
  2369.        text-transform: uppercase;
  2370.        letter-spacing: 0.5px;
  2371.    }
  2372.  
  2373.    .blog-card-content {
  2374.        padding: 25px;
  2375.    }
  2376.  
  2377.    .blog-card-title {
  2378.        font-family: var(--heading-font);
  2379.        font-size: 1.3rem;
  2380.        font-weight: var(--heading-weight);
  2381.        color: var(--top-color);
  2382.        margin-bottom: 15px;
  2383.        line-height: 1.4;
  2384.    }
  2385.  
  2386.    .blog-card-title a {
  2387.        color: inherit !important;
  2388.        text-decoration: none;
  2389.        transition: color 0.3s ease;
  2390.    }
  2391.  
  2392.    .blog-card-title a:hover {
  2393.        color: var(--theme-primary-color);
  2394.    }
  2395.  
  2396.    .blog-card-meta {
  2397.        display: flex;
  2398.        align-items: center;
  2399.        gap: 15px;
  2400.        margin-bottom: 15px;
  2401.        font-size: 14px;
  2402.        color: var(--text-light-color);
  2403.    }
  2404.  
  2405.    .blog-author-img {
  2406.        width: 30px;
  2407.        height: 30px;
  2408.        border-radius: 50%;
  2409.        object-fit: cover;
  2410.    }
  2411.  
  2412.    .blog-card-excerpt {
  2413.        color: var(--body-color);
  2414.        font-size: 15px;
  2415.        line-height: 1.6;
  2416.        margin-bottom: 20px;
  2417.        display: -webkit-box;
  2418.        -webkit-line-clamp: 3;
  2419.        -webkit-box-orient: vertical;
  2420.        overflow: hidden;
  2421.    }
  2422.  
  2423.    .blog-card-footer {
  2424.        display: flex;
  2425.        justify-content: space-between;
  2426.        align-items: center;
  2427.        padding-top: 15px;
  2428.        border-top: 1px solid var(--border-color-s2);
  2429.    }
  2430.  
  2431.    .blog-read-time {
  2432.        font-size: 13px;
  2433.        color: var(--light);
  2434.    }
  2435.  
  2436.    .blog-read-more {
  2437.        color: var(--top-color) !important;
  2438.        text-decoration: none;
  2439.        font-weight: 600;
  2440.        font-size: 14px;
  2441.        transition: all 0.3s ease;
  2442.    }
  2443.  
  2444.    .blog-read-more:hover {
  2445.        color: var(--theme-primary-color-s2);
  2446.        text-decoration: underline;
  2447.    }
  2448.  
  2449.    .section-title {
  2450.        font-family: var(--heading-font);
  2451.        font-size: 2.5rem;
  2452.        font-weight: var(--heading-weight);
  2453.        color: var(--heading-color);
  2454.        text-align: center;
  2455.        margin-bottom: 20px;
  2456.    }
  2457.  
  2458.    .section-subtitle {
  2459.        text-align: center;
  2460.        color: var(--text-light-color);
  2461.        font-size: 1.1rem;
  2462.        max-width: 600px;
  2463.        margin: 0 auto;
  2464.    }
  2465.  
  2466.    @media (max-width: 768px) {
  2467.        .blog-cards-grid {
  2468.            grid-template-columns: 1fr;
  2469.            gap: 20px;
  2470.        }
  2471.        
  2472.        .section-title {
  2473.            font-size: 2rem;
  2474.        }
  2475.        
  2476.        .blog-highlights-section {
  2477.            padding: 60px 0;
  2478.        }
  2479.    }
  2480. </style>
  2481.  
  2482. <section class="blog-highlights-section">
  2483.     <div class="container-fluid fluid-container">
  2484.      
  2485.            <div class="section-title">
  2486.                <h2>
  2487.                Today's Top Highlights
  2488.                   </h2>
  2489.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  2490.    </div>
  2491.        
  2492.        <div class="row">
  2493.            <div class="col-lg-8 col-12">
  2494.                <div class="blog-cards-grid">
  2495.                    
  2496.                    <article class="blog-card">
  2497.                        <div class="blog-card-image">
  2498.                          
  2499.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2500.                            
  2501.                            <span class="blog-category bg-primary-gradient">
  2502.                                News
  2503.                            </span>
  2504.                        </div>
  2505.                        <div class="blog-card-content">
  2506.                            <h3 class="blog-card-title">
  2507.                                <a href="/ex-bbc-consultants-participate-in-mps-questioning-following-allegations-of-prejudice-in-unauthorized-memo/" >
  2508.                                Ex- BBC Consultants Participate in MPs&#x27; Questioning Following Allegations of Prejudice in Unauthorized Memo
  2509.                                </a>
  2510.                            </h3>
  2511.                            <div class="blog-card-meta">
  2512.                                
  2513.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="blog-author-img">
  2514.                                
  2515.                                <span>By <strong>Walter Ramirez</strong></span>
  2516.                                <span>•</span>
  2517.                                <span>13 May 2026</span>
  2518.                            </div>
  2519.                            <p class="blog-card-excerpt">
  2520.                                
  2521.                            </p>
  2522.                            <div class="blog-card-footer">
  2523.                                <div class="blog-read-time">
  2524.                                    📖 5 min read
  2525.                                </div>
  2526.                                <a href="/ex-bbc-consultants-participate-in-mps-questioning-following-allegations-of-prejudice-in-unauthorized-memo/" class="blog-read-more">
  2527.                                    Read More →
  2528.                                </a>
  2529.                            </div>
  2530.                        </div>
  2531.                    </article>
  2532.                    
  2533.                    <article class="blog-card">
  2534.                        <div class="blog-card-image">
  2535.                          
  2536.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2537.                            
  2538.                            <span class="blog-category bg-primary-gradient">
  2539.                                News
  2540.                            </span>
  2541.                        </div>
  2542.                        <div class="blog-card-content">
  2543.                            <h3 class="blog-card-title">
  2544.                                <a href="/canadas-blue-jays-earn-world-series-showdown-against-the-dodgers/" >
  2545.                                Canada&#x27;s Blue Jays Earn World Series Showdown Against the Dodgers
  2546.                                </a>
  2547.                            </h3>
  2548.                            <div class="blog-card-meta">
  2549.                                
  2550.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="blog-author-img">
  2551.                                
  2552.                                <span>By <strong>Walter Ramirez</strong></span>
  2553.                                <span>•</span>
  2554.                                <span>13 May 2026</span>
  2555.                            </div>
  2556.                            <p class="blog-card-excerpt">
  2557.                                
  2558.                            </p>
  2559.                            <div class="blog-card-footer">
  2560.                                <div class="blog-read-time">
  2561.                                    📖 5 min read
  2562.                                </div>
  2563.                                <a href="/canadas-blue-jays-earn-world-series-showdown-against-the-dodgers/" class="blog-read-more">
  2564.                                    Read More →
  2565.                                </a>
  2566.                            </div>
  2567.                        </div>
  2568.                    </article>
  2569.                    
  2570.                    <article class="blog-card">
  2571.                        <div class="blog-card-image">
  2572.                          
  2573.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2574.                            
  2575.                            <span class="blog-category bg-primary-gradient">
  2576.                                News
  2577.                            </span>
  2578.                        </div>
  2579.                        <div class="blog-card-content">
  2580.                            <h3 class="blog-card-title">
  2581.                                <a href="/england-select-bashir-in-line-up-for-ashes-opener/" >
  2582.                                England Select Bashir in Line-up for Ashes Opener
  2583.                                </a>
  2584.                            </h3>
  2585.                            <div class="blog-card-meta">
  2586.                                
  2587.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="blog-author-img">
  2588.                                
  2589.                                <span>By <strong>Walter Ramirez</strong></span>
  2590.                                <span>•</span>
  2591.                                <span>13 May 2026</span>
  2592.                            </div>
  2593.                            <p class="blog-card-excerpt">
  2594.                                
  2595.                            </p>
  2596.                            <div class="blog-card-footer">
  2597.                                <div class="blog-read-time">
  2598.                                    📖 5 min read
  2599.                                </div>
  2600.                                <a href="/england-select-bashir-in-line-up-for-ashes-opener/" class="blog-read-more">
  2601.                                    Read More →
  2602.                                </a>
  2603.                            </div>
  2604.                        </div>
  2605.                    </article>
  2606.                    
  2607.                    <article class="blog-card">
  2608.                        <div class="blog-card-image">
  2609.                          
  2610.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2611.                            
  2612.                            <span class="blog-category bg-primary-gradient">
  2613.                                News
  2614.                            </span>
  2615.                        </div>
  2616.                        <div class="blog-card-content">
  2617.                            <h3 class="blog-card-title">
  2618.                                <a href="/olympic-athlete-and-several-eritreans-released-after-nearly-two-decades-without-trial-relatives-report/" >
  2619.                                Olympic Athlete and Several Eritreans Released After Nearly Two Decades Without Trial, Relatives Report
  2620.                                </a>
  2621.                            </h3>
  2622.                            <div class="blog-card-meta">
  2623.                                
  2624.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="blog-author-img">
  2625.                                
  2626.                                <span>By <strong>Walter Ramirez</strong></span>
  2627.                                <span>•</span>
  2628.                                <span>13 May 2026</span>
  2629.                            </div>
  2630.                            <p class="blog-card-excerpt">
  2631.                                
  2632.                            </p>
  2633.                            <div class="blog-card-footer">
  2634.                                <div class="blog-read-time">
  2635.                                    📖 5 min read
  2636.                                </div>
  2637.                                <a href="/olympic-athlete-and-several-eritreans-released-after-nearly-two-decades-without-trial-relatives-report/" class="blog-read-more">
  2638.                                    Read More →
  2639.                                </a>
  2640.                            </div>
  2641.                        </div>
  2642.                    </article>
  2643.                    
  2644.                    <article class="blog-card">
  2645.                        <div class="blog-card-image">
  2646.                          
  2647.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2648.                            
  2649.                            <span class="blog-category bg-primary-gradient">
  2650.                                News
  2651.                            </span>
  2652.                        </div>
  2653.                        <div class="blog-card-content">
  2654.                            <h3 class="blog-card-title">
  2655.                                <a href="/kpop-demon-hunters-balloons-to-take-center-stage-at-macys-thanksgiving-day-parade/" >
  2656.                                KPop Demon Hunters Balloons to Take Center Stage at Macy&#x27;s Thanksgiving Day Parade
  2657.                                </a>
  2658.                            </h3>
  2659.                            <div class="blog-card-meta">
  2660.                                
  2661.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="blog-author-img">
  2662.                                
  2663.                                <span>By <strong>Walter Ramirez</strong></span>
  2664.                                <span>•</span>
  2665.                                <span>12 May 2026</span>
  2666.                            </div>
  2667.                            <p class="blog-card-excerpt">
  2668.                                
  2669.                            </p>
  2670.                            <div class="blog-card-footer">
  2671.                                <div class="blog-read-time">
  2672.                                    📖 5 min read
  2673.                                </div>
  2674.                                <a href="/kpop-demon-hunters-balloons-to-take-center-stage-at-macys-thanksgiving-day-parade/" class="blog-read-more">
  2675.                                    Read More →
  2676.                                </a>
  2677.                            </div>
  2678.                        </div>
  2679.                    </article>
  2680.                    
  2681.                    <article class="blog-card">
  2682.                        <div class="blog-card-image">
  2683.                          
  2684.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2685.                            
  2686.                            <span class="blog-category bg-primary-gradient">
  2687.                                News
  2688.                            </span>
  2689.                        </div>
  2690.                        <div class="blog-card-content">
  2691.                            <h3 class="blog-card-title">
  2692.                                <a href="/tragic-discovery-bodies-of-vanished-mum-and-daughter-located-in-freezing-units-in-austria/" >
  2693.                                Tragic Discovery: Bodies of Vanished Mum and Daughter Located in Freezing Units in Austria
  2694.                                </a>
  2695.                            </h3>
  2696.                            <div class="blog-card-meta">
  2697.                                
  2698.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="blog-author-img">
  2699.                                
  2700.                                <span>By <strong>Walter Ramirez</strong></span>
  2701.                                <span>•</span>
  2702.                                <span>12 May 2026</span>
  2703.                            </div>
  2704.                            <p class="blog-card-excerpt">
  2705.                                
  2706.                            </p>
  2707.                            <div class="blog-card-footer">
  2708.                                <div class="blog-read-time">
  2709.                                    📖 5 min read
  2710.                                </div>
  2711.                                <a href="/tragic-discovery-bodies-of-vanished-mum-and-daughter-located-in-freezing-units-in-austria/" class="blog-read-more">
  2712.                                    Read More →
  2713.                                </a>
  2714.                            </div>
  2715.                        </div>
  2716.                    </article>
  2717.                    
  2718.                    <article class="blog-card">
  2719.                        <div class="blog-card-image">
  2720.                          
  2721.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2722.                            
  2723.                            <span class="blog-category bg-primary-gradient">
  2724.                                News
  2725.                            </span>
  2726.                        </div>
  2727.                        <div class="blog-card-content">
  2728.                            <h3 class="blog-card-title">
  2729.                                <a href="/the-music-streaming-giants-year-end-recap-launch-date-and-your-burning-questions-explained/" >
  2730.                                The Music Streaming Giant&#x27;s Year-End Recap: Launch Date and Your Burning Questions Explained
  2731.                                </a>
  2732.                            </h3>
  2733.                            <div class="blog-card-meta">
  2734.                                
  2735.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="blog-author-img">
  2736.                                
  2737.                                <span>By <strong>Walter Ramirez</strong></span>
  2738.                                <span>•</span>
  2739.                                <span>12 May 2026</span>
  2740.                            </div>
  2741.                            <p class="blog-card-excerpt">
  2742.                                
  2743.                            </p>
  2744.                            <div class="blog-card-footer">
  2745.                                <div class="blog-read-time">
  2746.                                    📖 5 min read
  2747.                                </div>
  2748.                                <a href="/the-music-streaming-giants-year-end-recap-launch-date-and-your-burning-questions-explained/" class="blog-read-more">
  2749.                                    Read More →
  2750.                                </a>
  2751.                            </div>
  2752.                        </div>
  2753.                    </article>
  2754.                    
  2755.                    <article class="blog-card">
  2756.                        <div class="blog-card-image">
  2757.                          
  2758.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2759.                            
  2760.                            <span class="blog-category bg-primary-gradient">
  2761.                                News
  2762.                            </span>
  2763.                        </div>
  2764.                        <div class="blog-card-content">
  2765.                            <h3 class="blog-card-title">
  2766.                                <a href="/smooth-conclusion-to-lionel-messis-visit-to-india-following-disorder-in-kolkata/" >
  2767.                                Smooth Conclusion to Lionel Messi&#x27;s Visit to India Following Disorder in Kolkata
  2768.                                </a>
  2769.                            </h3>
  2770.                            <div class="blog-card-meta">
  2771.                                
  2772.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="blog-author-img">
  2773.                                
  2774.                                <span>By <strong>Walter Ramirez</strong></span>
  2775.                                <span>•</span>
  2776.                                <span>12 May 2026</span>
  2777.                            </div>
  2778.                            <p class="blog-card-excerpt">
  2779.                                
  2780.                            </p>
  2781.                            <div class="blog-card-footer">
  2782.                                <div class="blog-read-time">
  2783.                                    📖 5 min read
  2784.                                </div>
  2785.                                <a href="/smooth-conclusion-to-lionel-messis-visit-to-india-following-disorder-in-kolkata/" class="blog-read-more">
  2786.                                    Read More →
  2787.                                </a>
  2788.                            </div>
  2789.                        </div>
  2790.                    </article>
  2791.                    
  2792.                    <article class="blog-card">
  2793.                        <div class="blog-card-image">
  2794.                          
  2795.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2796.                            
  2797.                            <span class="blog-category bg-primary-gradient">
  2798.                                News
  2799.                            </span>
  2800.                        </div>
  2801.                        <div class="blog-card-content">
  2802.                            <h3 class="blog-card-title">
  2803.                                <a href="/brian-harris-obituary-a-life-behind-the-lens/" >
  2804.                                Brian Harris Obituary: A Life Behind the Lens
  2805.                                </a>
  2806.                            </h3>
  2807.                            <div class="blog-card-meta">
  2808.                                
  2809.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="blog-author-img">
  2810.                                
  2811.                                <span>By <strong>Walter Ramirez</strong></span>
  2812.                                <span>•</span>
  2813.                                <span>12 May 2026</span>
  2814.                            </div>
  2815.                            <p class="blog-card-excerpt">
  2816.                                
  2817.                            </p>
  2818.                            <div class="blog-card-footer">
  2819.                                <div class="blog-read-time">
  2820.                                    📖 5 min read
  2821.                                </div>
  2822.                                <a href="/brian-harris-obituary-a-life-behind-the-lens/" class="blog-read-more">
  2823.                                    Read More →
  2824.                                </a>
  2825.                            </div>
  2826.                        </div>
  2827.                    </article>
  2828.                    
  2829.                    <article class="blog-card">
  2830.                        <div class="blog-card-image">
  2831.                          
  2832.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2833.                            
  2834.                            <span class="blog-category bg-primary-gradient">
  2835.                                News
  2836.                            </span>
  2837.                        </div>
  2838.                        <div class="blog-card-content">
  2839.                            <h3 class="blog-card-title">
  2840.                                <a href="/the-met-responds-to-lawsuit-over-reportedly-nazi-looted-van-gogh-painting/" >
  2841.                                The Met Responds to Lawsuit Over Reportedly Nazi-Looted Van Gogh Painting
  2842.                                </a>
  2843.                            </h3>
  2844.                            <div class="blog-card-meta">
  2845.                                
  2846.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="blog-author-img">
  2847.                                
  2848.                                <span>By <strong>Walter Ramirez</strong></span>
  2849.                                <span>•</span>
  2850.                                <span>12 May 2026</span>
  2851.                            </div>
  2852.                            <p class="blog-card-excerpt">
  2853.                                
  2854.                            </p>
  2855.                            <div class="blog-card-footer">
  2856.                                <div class="blog-read-time">
  2857.                                    📖 5 min read
  2858.                                </div>
  2859.                                <a href="/the-met-responds-to-lawsuit-over-reportedly-nazi-looted-van-gogh-painting/" class="blog-read-more">
  2860.                                    Read More →
  2861.                                </a>
  2862.                            </div>
  2863.                        </div>
  2864.                    </article>
  2865.                    
  2866.                    <article class="blog-card">
  2867.                        <div class="blog-card-image">
  2868.                          
  2869.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2870.                            
  2871.                            <span class="blog-category bg-primary-gradient">
  2872.                                News
  2873.                            </span>
  2874.                        </div>
  2875.                        <div class="blog-card-content">
  2876.                            <h3 class="blog-card-title">
  2877.                                <a href="/american-congressman-urges-ex-royal-andrew-to-provide-testimony-in-epstein-investigation/" >
  2878.                                American Congressman Urges Ex-Royal Andrew to Provide Testimony in Epstein Investigation
  2879.                                </a>
  2880.                            </h3>
  2881.                            <div class="blog-card-meta">
  2882.                                
  2883.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="blog-author-img">
  2884.                                
  2885.                                <span>By <strong>Walter Ramirez</strong></span>
  2886.                                <span>•</span>
  2887.                                <span>12 May 2026</span>
  2888.                            </div>
  2889.                            <p class="blog-card-excerpt">
  2890.                                
  2891.                            </p>
  2892.                            <div class="blog-card-footer">
  2893.                                <div class="blog-read-time">
  2894.                                    📖 5 min read
  2895.                                </div>
  2896.                                <a href="/american-congressman-urges-ex-royal-andrew-to-provide-testimony-in-epstein-investigation/" class="blog-read-more">
  2897.                                    Read More →
  2898.                                </a>
  2899.                            </div>
  2900.                        </div>
  2901.                    </article>
  2902.                    
  2903.                    <article class="blog-card">
  2904.                        <div class="blog-card-image">
  2905.                          
  2906.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2907.                            
  2908.                            <span class="blog-category bg-primary-gradient">
  2909.                                News
  2910.                            </span>
  2911.                        </div>
  2912.                        <div class="blog-card-content">
  2913.                            <h3 class="blog-card-title">
  2914.                                <a href="/the-gulf-nation-to-argue-at-uk-highest-court-over-state-immunity-in-spyware-claims/" >
  2915.                                The Gulf nation to Argue at UK Highest Court Over State Immunity in Spyware Claims
  2916.                                </a>
  2917.                            </h3>
  2918.                            <div class="blog-card-meta">
  2919.                                
  2920.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="blog-author-img">
  2921.                                
  2922.                                <span>By <strong>Walter Ramirez</strong></span>
  2923.                                <span>•</span>
  2924.                                <span>12 May 2026</span>
  2925.                            </div>
  2926.                            <p class="blog-card-excerpt">
  2927.                                
  2928.                            </p>
  2929.                            <div class="blog-card-footer">
  2930.                                <div class="blog-read-time">
  2931.                                    📖 5 min read
  2932.                                </div>
  2933.                                <a href="/the-gulf-nation-to-argue-at-uk-highest-court-over-state-immunity-in-spyware-claims/" class="blog-read-more">
  2934.                                    Read More →
  2935.                                </a>
  2936.                            </div>
  2937.                        </div>
  2938.                    </article>
  2939.                    
  2940.                    
  2941.  
  2942.                </div>
  2943.            </div>
  2944.            
  2945.              <div class="col col-lg-4 col-12">
  2946.                
  2947.  
  2948.  
  2949.  
  2950.    
  2951.  
  2952. <!-- Curved Heading Sidebar -->
  2953.    <div class="sidebar">
  2954.        
  2955.       <div class="sidebar-widget mb-4">
  2956.            <div class="widget-title-wrapper mb-3">
  2957.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2958.                    <div class="title-border"></div>
  2959.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2960.                </h4>
  2961.            </div>
  2962.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2963.                <div class="archives-list scrollable-sidebar">
  2964.                    
  2965.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2966.                        <a href="https://www.fromagesbouffetraditions.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2967.                            <i class="ti-angle-right me-2 text-primary"></i>
  2968.                            <span class="archive-link top-color fw-semibold"> casino en ligne argent canadien</span>
  2969.                        </a>
  2970.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2971.                    </div>
  2972.                
  2973.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2974.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2975.                            <i class="ti-angle-right me-2 text-primary"></i>
  2976.                            <span class="archive-link top-color fw-semibold"> Non Gamstop Casino</span>
  2977.                        </a>
  2978.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2979.                    </div>
  2980.                
  2981.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2982.                        <a href="https://gameplayspace.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2983.                            <i class="ti-angle-right me-2 text-primary"></i>
  2984.                            <span class="archive-link top-color fw-semibold"> fast withdrawal casino</span>
  2985.                        </a>
  2986.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2987.                    </div>
  2988.                
  2989.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2990.                        <a href="https://www.students4bestevidence.net/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2991.                            <i class="ti-angle-right me-2 text-primary"></i>
  2992.                            <span class="archive-link top-color fw-semibold"> best online casino canada</span>
  2993.                        </a>
  2994.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2995.                    </div>
  2996.                
  2997.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2998.                        <a href="https://projectunderstood.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2999.                            <i class="ti-angle-right me-2 text-primary"></i>
  3000.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3001.                        </a>
  3002.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3003.                    </div>
  3004.                
  3005.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3006.                        <a href="https://siberiastationspa.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3007.                            <i class="ti-angle-right me-2 text-primary"></i>
  3008.                            <span class="archive-link top-color fw-semibold"> casino en ligne le plus payant au québec</span>
  3009.                        </a>
  3010.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3011.                    </div>
  3012.                
  3013.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3014.                        <a href="https://bestsportsbettingcanada.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3015.                            <i class="ti-angle-right me-2 text-primary"></i>
  3016.                            <span class="archive-link top-color fw-semibold"> best sports betting sites</span>
  3017.                        </a>
  3018.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3019.                    </div>
  3020.                
  3021.                </div>
  3022.                
  3023.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3024.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3025.                        <i class="ti-archive me-1"></i>View All Archives
  3026.                    </a>
  3027.                </div> -->
  3028.            </div>
  3029.        </div>
  3030.        
  3031.       <div class="sidebar-widget mb-4">
  3032.            <div class="widget-title-wrapper mb-3">
  3033.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3034.                    <div class="title-border"></div>
  3035.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  3036.                </h4>
  3037.            </div>
  3038.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3039.                <div class="archives-list scrollable-sidebar">
  3040.                    
  3041.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3042.                        <a href="https://www.projectcheck.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3043.                            <i class="ti-angle-right me-2 text-primary"></i>
  3044.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3045.                        </a>
  3046.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3047.                    </div>
  3048.                
  3049.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3050.                        <a href="https://readwrite.com/gambling/casino/canada/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3051.                            <i class="ti-angle-right me-2 text-primary"></i>
  3052.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3053.                        </a>
  3054.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3055.                    </div>
  3056.                
  3057.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3058.                        <a href="https://www.fastestpayoutonlinecasino.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3059.                            <i class="ti-angle-right me-2 text-primary"></i>
  3060.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3061.                        </a>
  3062.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3063.                    </div>
  3064.                
  3065.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3066.                        <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3067.                            <i class="ti-angle-right me-2 text-primary"></i>
  3068.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3069.                        </a>
  3070.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3071.                    </div>
  3072.                
  3073.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3074.                        <a href="https://projectunderstood.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3075.                            <i class="ti-angle-right me-2 text-primary"></i>
  3076.                            <span class="archive-link top-color fw-semibold"> online casinos canada</span>
  3077.                        </a>
  3078.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3079.                    </div>
  3080.                
  3081.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3082.                        <a href="https://trueviralnews.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3083.                            <i class="ti-angle-right me-2 text-primary"></i>
  3084.                            <span class="archive-link top-color fw-semibold"> interac online casino</span>
  3085.                        </a>
  3086.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3087.                    </div>
  3088.                
  3089.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3090.                        <a href="https://www.sheeats.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3091.                            <i class="ti-angle-right me-2 text-primary"></i>
  3092.                            <span class="archive-link top-color fw-semibold"> interac online casino</span>
  3093.                        </a>
  3094.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3095.                    </div>
  3096.                
  3097.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3098.                        <a href="http://hswc.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3099.                            <i class="ti-angle-right me-2 text-primary"></i>
  3100.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3101.                        </a>
  3102.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3103.                    </div>
  3104.                
  3105.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3106.                        <a href="https://www.dresshead.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3107.                            <i class="ti-angle-right me-2 text-primary"></i>
  3108.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3109.                        </a>
  3110.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3111.                    </div>
  3112.                
  3113.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3114.                        <a href="https://consumercrafts.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3115.                            <i class="ti-angle-right me-2 text-primary"></i>
  3116.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3117.                        </a>
  3118.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3119.                    </div>
  3120.                
  3121.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3122.                        <a href="https://camanjs.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3123.                            <i class="ti-angle-right me-2 text-primary"></i>
  3124.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3125.                        </a>
  3126.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3127.                    </div>
  3128.                
  3129.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3130.                        <a href="https://www.od4d.net/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3131.                            <i class="ti-angle-right me-2 text-primary"></i>
  3132.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3133.                        </a>
  3134.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3135.                    </div>
  3136.                
  3137.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3138.                        <a href="https://nbhrf.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3139.                            <i class="ti-angle-right me-2 text-primary"></i>
  3140.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3141.                        </a>
  3142.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3143.                    </div>
  3144.                
  3145.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3146.                        <a href="https://gameplayspace.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3147.                            <i class="ti-angle-right me-2 text-primary"></i>
  3148.                            <span class="archive-link top-color fw-semibold"> best payout casino canada</span>
  3149.                        </a>
  3150.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3151.                    </div>
  3152.                
  3153.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3154.                        <a href="https://delbarber.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3155.                            <i class="ti-angle-right me-2 text-primary"></i>
  3156.                            <span class="archive-link top-color fw-semibold"> new casino</span>
  3157.                        </a>
  3158.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3159.                    </div>
  3160.                
  3161.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3162.                        <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3163.                            <i class="ti-angle-right me-2 text-primary"></i>
  3164.                            <span class="archive-link top-color fw-semibold"> canadian online casinos</span>
  3165.                        </a>
  3166.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3167.                    </div>
  3168.                
  3169.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3170.                        <a href="https://nac-cnn.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3171.                            <i class="ti-angle-right me-2 text-primary"></i>
  3172.                            <span class="archive-link top-color fw-semibold"> online casino real money</span>
  3173.                        </a>
  3174.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3175.                    </div>
  3176.                
  3177.                </div>
  3178.                
  3179.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3180.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3181.                        <i class="ti-archive me-1"></i>View All Archives
  3182.                    </a>
  3183.                </div> -->
  3184.            </div>
  3185.        </div>
  3186.        
  3187.       <div class="sidebar-widget mb-4">
  3188.            <div class="widget-title-wrapper mb-3">
  3189.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3190.                    <div class="title-border"></div>
  3191.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  3192.                </h4>
  3193.            </div>
  3194.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3195.                <div class="archives-list scrollable-sidebar">
  3196.                    
  3197.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3198.                        <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3199.                            <i class="ti-angle-right me-2 text-primary"></i>
  3200.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3201.                        </a>
  3202.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3203.                    </div>
  3204.                
  3205.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3206.                        <a href="https://wirkn.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3207.                            <i class="ti-angle-right me-2 text-primary"></i>
  3208.                            <span class="archive-link top-color fw-semibold"> best betting sites</span>
  3209.                        </a>
  3210.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3211.                    </div>
  3212.                
  3213.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3214.                        <a href="https://nac-cnn.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3215.                            <i class="ti-angle-right me-2 text-primary"></i>
  3216.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  3217.                        </a>
  3218.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3219.                    </div>
  3220.                
  3221.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3222.                        <a href="https://www.devmcgill.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3223.                            <i class="ti-angle-right me-2 text-primary"></i>
  3224.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3225.                        </a>
  3226.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3227.                    </div>
  3228.                
  3229.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3230.                        <a href="https://www.birthplaceofhockey.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3231.                            <i class="ti-angle-right me-2 text-primary"></i>
  3232.                            <span class="archive-link top-color fw-semibold"> betting sites canada</span>
  3233.                        </a>
  3234.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3235.                    </div>
  3236.                
  3237.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3238.                        <a href="https://www.od4d.net/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3239.                            <i class="ti-angle-right me-2 text-primary"></i>
  3240.                            <span class="archive-link top-color fw-semibold"> top online casinos</span>
  3241.                        </a>
  3242.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3243.                    </div>
  3244.                
  3245.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3246.                        <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3247.                            <i class="ti-angle-right me-2 text-primary"></i>
  3248.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3249.                        </a>
  3250.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3251.                    </div>
  3252.                
  3253.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3254.                        <a href="https://visualgenome.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3255.                            <i class="ti-angle-right me-2 text-primary"></i>
  3256.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3257.                        </a>
  3258.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3259.                    </div>
  3260.                
  3261.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3262.                        <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3263.                            <i class="ti-angle-right me-2 text-primary"></i>
  3264.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3265.                        </a>
  3266.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3267.                    </div>
  3268.                
  3269.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3270.                        <a href="https://wirkn.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3271.                            <i class="ti-angle-right me-2 text-primary"></i>
  3272.                            <span class="archive-link top-color fw-semibold"> betting sites canada</span>
  3273.                        </a>
  3274.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3275.                    </div>
  3276.                
  3277.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3278.                        <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3279.                            <i class="ti-angle-right me-2 text-primary"></i>
  3280.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3281.                        </a>
  3282.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3283.                    </div>
  3284.                
  3285.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3286.                        <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3287.                            <i class="ti-angle-right me-2 text-primary"></i>
  3288.                            <span class="archive-link top-color fw-semibold"> online casinos canada</span>
  3289.                        </a>
  3290.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3291.                    </div>
  3292.                
  3293.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3294.                        <a href="https://www.tvarchive.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3295.                            <i class="ti-angle-right me-2 text-primary"></i>
  3296.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3297.                        </a>
  3298.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3299.                    </div>
  3300.                
  3301.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3302.                        <a href="https://prinniefied.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3303.                            <i class="ti-angle-right me-2 text-primary"></i>
  3304.                            <span class="archive-link top-color fw-semibold"> best online casinos</span>
  3305.                        </a>
  3306.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3307.                    </div>
  3308.                
  3309.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3310.                        <a href="https://autismspeaks.ca"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3311.                            <i class="ti-angle-right me-2 text-primary"></i>
  3312.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3313.                        </a>
  3314.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3315.                    </div>
  3316.                
  3317.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3318.                        <a href="https://nbhrf.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3319.                            <i class="ti-angle-right me-2 text-primary"></i>
  3320.                            <span class="archive-link top-color fw-semibold"> online casinos canada</span>
  3321.                        </a>
  3322.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3323.                    </div>
  3324.                
  3325.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3326.                        <a href="https://www.biomilq.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3327.                            <i class="ti-angle-right me-2 text-primary"></i>
  3328.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3329.                        </a>
  3330.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3331.                    </div>
  3332.                
  3333.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3334.                        <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3335.                            <i class="ti-angle-right me-2 text-primary"></i>
  3336.                            <span class="archive-link top-color fw-semibold"> online casinos canada</span>
  3337.                        </a>
  3338.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3339.                    </div>
  3340.                
  3341.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3342.                        <a href="https://clarketheatre.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3343.                            <i class="ti-angle-right me-2 text-primary"></i>
  3344.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3345.                        </a>
  3346.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3347.                    </div>
  3348.                
  3349.                </div>
  3350.                
  3351.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3352.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3353.                        <i class="ti-archive me-1"></i>View All Archives
  3354.                    </a>
  3355.                </div> -->
  3356.            </div>
  3357.        </div>
  3358.        
  3359.       <div class="sidebar-widget mb-4">
  3360.            <div class="widget-title-wrapper mb-3">
  3361.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3362.                    <div class="title-border"></div>
  3363.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3364.                </h4>
  3365.            </div>
  3366.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3367.                <div class="archives-list scrollable-sidebar">
  3368.                    
  3369.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3370.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3371.                            <i class="ti-angle-right me-2 text-primary"></i>
  3372.                            <span class="archive-link top-color fw-semibold"> bookies not on gamstop</span>
  3373.                        </a>
  3374.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3375.                    </div>
  3376.                
  3377.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3378.                        <a href="https://crystalshawanda.co/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3379.                            <i class="ti-angle-right me-2 text-primary"></i>
  3380.                            <span class="archive-link top-color fw-semibold"> best online casino canada</span>
  3381.                        </a>
  3382.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3383.                    </div>
  3384.                
  3385.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3386.                        <a href="https://www.birthplaceofhockey.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3387.                            <i class="ti-angle-right me-2 text-primary"></i>
  3388.                            <span class="archive-link top-color fw-semibold"> sports betting sites canada</span>
  3389.                        </a>
  3390.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3391.                    </div>
  3392.                
  3393.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3394.                        <a href="https://www.lesintouchables.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3395.                            <i class="ti-angle-right me-2 text-primary"></i>
  3396.                            <span class="archive-link top-color fw-semibold"> casino en ligne</span>
  3397.                        </a>
  3398.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3399.                    </div>
  3400.                
  3401.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3402.                        <a href="https://margelo.io/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3403.                            <i class="ti-angle-right me-2 text-primary"></i>
  3404.                            <span class="archive-link top-color fw-semibold"> new betting sites</span>
  3405.                        </a>
  3406.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3407.                    </div>
  3408.                
  3409.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3410.                        <a href="https://watergovernance.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3411.                            <i class="ti-angle-right me-2 text-primary"></i>
  3412.                            <span class="archive-link top-color fw-semibold"> new casino</span>
  3413.                        </a>
  3414.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3415.                    </div>
  3416.                
  3417.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3418.                        <a href="https://daydreaminginparadise.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3419.                            <i class="ti-angle-right me-2 text-primary"></i>
  3420.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3421.                        </a>
  3422.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3423.                    </div>
  3424.                
  3425.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3426.                        <a href="https://loplops.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3427.                            <i class="ti-angle-right me-2 text-primary"></i>
  3428.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3429.                        </a>
  3430.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3431.                    </div>
  3432.                
  3433.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3434.                        <a href="https://micharity.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3435.                            <i class="ti-angle-right me-2 text-primary"></i>
  3436.                            <span class="archive-link top-color fw-semibold"> canadian online casinos</span>
  3437.                        </a>
  3438.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3439.                    </div>
  3440.                
  3441.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3442.                        <a href="https://www.fraserdowns.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3443.                            <i class="ti-angle-right me-2 text-primary"></i>
  3444.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3445.                        </a>
  3446.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3447.                    </div>
  3448.                
  3449.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3450.                        <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3451.                            <i class="ti-angle-right me-2 text-primary"></i>
  3452.                            <span class="archive-link top-color fw-semibold"> canadian online casinos</span>
  3453.                        </a>
  3454.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3455.                    </div>
  3456.                
  3457.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3458.                        <a href="https://watergovernance.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3459.                            <i class="ti-angle-right me-2 text-primary"></i>
  3460.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3461.                        </a>
  3462.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3463.                    </div>
  3464.                
  3465.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3466.                        <a href="https://autismspeaks.ca"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3467.                            <i class="ti-angle-right me-2 text-primary"></i>
  3468.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3469.                        </a>
  3470.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3471.                    </div>
  3472.                
  3473.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3474.                        <a href="https://www.devmcgill.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3475.                            <i class="ti-angle-right me-2 text-primary"></i>
  3476.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3477.                        </a>
  3478.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3479.                    </div>
  3480.                
  3481.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3482.                        <a href="https://torontosversion.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3483.                            <i class="ti-angle-right me-2 text-primary"></i>
  3484.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3485.                        </a>
  3486.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3487.                    </div>
  3488.                
  3489.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3490.                        <a href="https://loplops.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3491.                            <i class="ti-angle-right me-2 text-primary"></i>
  3492.                            <span class="archive-link top-color fw-semibold"> new casino canada</span>
  3493.                        </a>
  3494.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3495.                    </div>
  3496.                
  3497.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3498.                        <a href="https://www.balmoralresources.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3499.                            <i class="ti-angle-right me-2 text-primary"></i>
  3500.                            <span class="archive-link top-color fw-semibold"> new casino canada</span>
  3501.                        </a>
  3502.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3503.                    </div>
  3504.                
  3505.                </div>
  3506.                
  3507.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3508.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3509.                        <i class="ti-archive me-1"></i>View All Archives
  3510.                    </a>
  3511.                </div> -->
  3512.            </div>
  3513.        </div>
  3514.        
  3515.  
  3516.       <!-- <div class="sidebar-widget mb-5">
  3517.            <div class="widget-title-wrapper mb-3">
  3518.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3519.                    <div class="title-border"></div>
  3520.                    <i class="ti-folder me-2"></i>Blog Archives
  3521.                </h4>
  3522.            </div>
  3523.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3524.                <div class="archives-list">
  3525.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3526.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3527.                            <i class="ti-angle-right me-2 text-primary"></i>
  3528.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3529.                        </a>
  3530.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3531.                    </div>
  3532.  
  3533.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3534.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3535.                            <i class="ti-angle-right me-2 text-primary"></i>
  3536.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3537.                        </a>
  3538.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3539.                    </div>
  3540.  
  3541.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3542.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3543.                            <i class="ti-angle-right me-2 text-primary"></i>
  3544.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3545.                        </a>
  3546.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3547.                    </div>
  3548.  
  3549.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3550.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3551.                            <i class="ti-angle-right me-2 text-primary"></i>
  3552.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3553.                        </a>
  3554.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3555.                    </div>
  3556.  
  3557.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3558.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3559.                            <i class="ti-angle-right me-2 text-primary"></i>
  3560.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3561.                        </a>
  3562.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3563.                    </div>
  3564.  
  3565.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3566.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3567.                            <i class="ti-angle-right me-2 text-primary"></i>
  3568.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3569.                        </a>
  3570.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3571.                    </div>
  3572.                </div>
  3573.                
  3574.                <div class="text-center mt-4 pt-3 border-top border-color">
  3575.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3576.                        <i class="ti-archive me-1"></i>View All Archives
  3577.                    </a>
  3578.                </div>
  3579.            </div>
  3580.        </div> -->
  3581.  
  3582.        <div class="sidebar-widget mb-4">
  3583.            <div class="widget-title-wrapper mb-3">
  3584.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3585.                    <div class="title-border-primary"></div>
  3586.                    <i class="ti-star me-2"></i>Popular Posts
  3587.                </h4>
  3588.            </div>
  3589.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3590.                <div class="popular-post-list">
  3591.                    
  3592.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3593.                        <div class="post-content flex-grow-1">
  3594.                            <h6 class="post-title mb-1">
  3595.                                 <a href="/james-cameron-sets-the-record-straight-ai-doesnt-produce-the-avatar-series/" class="text-decoration-none top-color fw-semibold lh-sm">
  3596.                                            James Cameron Sets the Record Straight: ‘AI Doesn’t Produce the Avatar Series’
  3597.                                            </a>
  3598.                            </h6>
  3599.                            <div class="post-meta">
  3600.                                <small class="text-muted">
  3601.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3602.                                </small>
  3603.                                <!-- <small class="text-muted ms-3">
  3604.                                    <i class="ti-eye me-1"></i>1,234 views
  3605.                                </small> -->
  3606.                            </div>
  3607.                        </div>
  3608.                    </div>
  3609.                    
  3610.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3611.                        <div class="post-content flex-grow-1">
  3612.                            <h6 class="post-title mb-1">
  3613.                                 <a href="/shackled-solitary-and-scared-the-grim-truth-for-women-compelled-to-have-their-babies-in-prison/" class="text-decoration-none top-color fw-semibold lh-sm">
  3614.                                            Shackled, Solitary and Scared: The Grim Truth for Women Compelled to Have Their Babies in Prison.
  3615.                                            </a>
  3616.                            </h6>
  3617.                            <div class="post-meta">
  3618.                                <small class="text-muted">
  3619.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3620.                                </small>
  3621.                                <!-- <small class="text-muted ms-3">
  3622.                                    <i class="ti-eye me-1"></i>1,234 views
  3623.                                </small> -->
  3624.                            </div>
  3625.                        </div>
  3626.                    </div>
  3627.                    
  3628.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3629.                        <div class="post-content flex-grow-1">
  3630.                            <h6 class="post-title mb-1">
  3631.                                 <a href="/a-tale-of-surprising-generosity-the-time-a-university-student-allowed-me-to-stay-on-her-dorm-floor/" class="text-decoration-none top-color fw-semibold lh-sm">
  3632.                                            A Tale of Surprising Generosity: The Time a University Student Allowed Me to Stay on Her Dorm Floor
  3633.                                            </a>
  3634.                            </h6>
  3635.                            <div class="post-meta">
  3636.                                <small class="text-muted">
  3637.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3638.                                </small>
  3639.                                <!-- <small class="text-muted ms-3">
  3640.                                    <i class="ti-eye me-1"></i>1,234 views
  3641.                                </small> -->
  3642.                            </div>
  3643.                        </div>
  3644.                    </div>
  3645.                    
  3646.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3647.                        <div class="post-content flex-grow-1">
  3648.                            <h6 class="post-title mb-1">
  3649.                                 <a href="/among-the-bombed-out-remains-of-an-apartment-block-i-saw-a-volume-id-translated/" class="text-decoration-none top-color fw-semibold lh-sm">
  3650.                                            Among the Bombed-Out Remains of an Apartment Block, I Saw a Volume I’d Translated
  3651.                                            </a>
  3652.                            </h6>
  3653.                            <div class="post-meta">
  3654.                                <small class="text-muted">
  3655.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3656.                                </small>
  3657.                                <!-- <small class="text-muted ms-3">
  3658.                                    <i class="ti-eye me-1"></i>1,234 views
  3659.                                </small> -->
  3660.                            </div>
  3661.                        </div>
  3662.                    </div>
  3663.                    
  3664.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3665.                        <div class="post-content flex-grow-1">
  3666.                            <h6 class="post-title mb-1">
  3667.                                 <a href="/three-game-pass-titles-were-playing-over-the-weekend-oct-10-12/" class="text-decoration-none top-color fw-semibold lh-sm">
  3668.                                            Three Game Pass Titles We&#x27;re Playing Over the Weekend (Oct. 10-12)
  3669.                                            </a>
  3670.                            </h6>
  3671.                            <div class="post-meta">
  3672.                                <small class="text-muted">
  3673.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3674.                                </small>
  3675.                                <!-- <small class="text-muted ms-3">
  3676.                                    <i class="ti-eye me-1"></i>1,234 views
  3677.                                </small> -->
  3678.                            </div>
  3679.                        </div>
  3680.                    </div>
  3681.                    
  3682.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3683.                        <div class="post-content flex-grow-1">
  3684.                            <h6 class="post-title mb-1">
  3685.                                 <a href="/everyday-reality-for-120000-refugees-in-the-vast-shelter-on-the-malians-border/" class="text-decoration-none top-color fw-semibold lh-sm">
  3686.                                            Everyday Reality for 120,000 Refugees in the Vast Shelter on the Malians Border.
  3687.                                            </a>
  3688.                            </h6>
  3689.                            <div class="post-meta">
  3690.                                <small class="text-muted">
  3691.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3692.                                </small>
  3693.                                <!-- <small class="text-muted ms-3">
  3694.                                    <i class="ti-eye me-1"></i>1,234 views
  3695.                                </small> -->
  3696.                            </div>
  3697.                        </div>
  3698.                    </div>
  3699.                    
  3700.  
  3701.                </div>
  3702.                
  3703.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3704.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3705.                        <i class="ti-trophy me-1"></i>View All Popular
  3706.                    </a>
  3707.                </div> -->
  3708.            </div>
  3709.        </div>
  3710.  
  3711. </div>
  3712.  
  3713. <style>
  3714.     .widget-content {
  3715.        margin-top: -1px;
  3716.        position: relative;
  3717.        z-index: 1;
  3718.         background-color: var(--card-bg);
  3719.    }
  3720. </style>
  3721.  
  3722.    
  3723.            </div>
  3724.        </div>
  3725.    </div>
  3726. </section>
  3727.  
  3728. <script>
  3729. document.addEventListener('DOMContentLoaded', function() {
  3730.    // Simple scroll animation
  3731.    const cards = document.querySelectorAll('.blog-card');
  3732.    
  3733.    const observer = new IntersectionObserver(function(entries) {
  3734.        entries.forEach(entry => {
  3735.            if (entry.isIntersecting) {
  3736.                entry.target.style.opacity = '1';
  3737.                entry.target.style.transform = 'translateY(0)';
  3738.            }
  3739.        });
  3740.    }, {
  3741.        threshold: 0.1
  3742.    });
  3743.  
  3744.    cards.forEach((card, index) => {
  3745.        card.style.opacity = '0';
  3746.        card.style.transform = 'translateY(30px)';
  3747.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3748.        observer.observe(card);
  3749.    });
  3750. });
  3751. </script>
  3752.  
  3753.    
  3754.        
  3755.        <!-- end wpo-blog-highlights-section -->
  3756.        <!-- start wpo-blog-sponsored-section -->
  3757.        
  3758.  
  3759.  
  3760.  
  3761.    
  3762.  
  3763.  
  3764.  <style>
  3765.    .sponsored-section-v7 {
  3766.      padding: 50px 0;
  3767.    }
  3768.    
  3769.    .sponsored-card-v7 {
  3770.      background: #fafafa;
  3771.      border: none;
  3772.      transition: transform 0.3s ease;
  3773.      height: 100%;
  3774.    }
  3775.    
  3776.    .sponsored-card-v7:hover {
  3777.      transform: translateY(-3px);
  3778.    }
  3779.    
  3780.    .sponsored-image-v7 {
  3781.      position: relative;
  3782.      height: 160px;
  3783.    }
  3784.    
  3785.    .sponsored-image-v7 img {
  3786.      width: 100%;
  3787.      height: 100%;
  3788.      object-fit: cover;
  3789.      border-radius: 10px; /* Apply curve to image */
  3790.    }
  3791.    
  3792.    .sponsored-badge-v7 {
  3793.      position: absolute;
  3794.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3795.      left: 10px;
  3796.      z-index: 10;
  3797.    
  3798.      /* pill look */
  3799.      display: inline-flex; /* vertical centering */
  3800.      align-items: center;
  3801.      justify-content: center;
  3802.      padding: 8px 16px; /* width = content + padding */
  3803.      border-radius: 999px; /* full pill */
  3804.      white-space: nowrap; /* ek hi line me rahe */
  3805.      /* text */
  3806.      font-size: 12px;
  3807.      text-transform: uppercase;
  3808.      letter-spacing: 0.5px;
  3809.      line-height: 1;
  3810.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3811.    }
  3812.    
  3813.    /* optional: icon ke saath thoda gap */
  3814.    .sponsored-badge-v7 i,
  3815.    .sponsored-badge-v7 .icon {
  3816.      margin-right: 8px;
  3817.      font-size: 14px;
  3818.      line-height: 1;
  3819.    }
  3820.    
  3821.    .sponsored-content-v7 {
  3822.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3823.    }
  3824.    
  3825.    .sponsored-title-v7 {
  3826.      font-size: 15px;
  3827.      font-weight: 700;
  3828.      line-height: 1.4;
  3829.      margin-bottom: 8px;
  3830.      color: #333;
  3831.    }
  3832.    
  3833.    .sponsored-title-v7 a {
  3834.      text-decoration: none;
  3835.      font-size: 16px;
  3836.      color: var(--topbar-color);
  3837.    }
  3838.    
  3839.    .sponsored-title-v7 a:hover {
  3840.      color: var(--bs-primary); /* Green hover */
  3841.    }
  3842.    
  3843.    .sponsored-excerpt-v7 {
  3844.      font-size: 12px;
  3845.      font-weight: 400;
  3846.      color:  var(--topbar-color);;
  3847.      margin-bottom: 10px;
  3848.      line-height: 1.5;
  3849.    }
  3850.    
  3851.    .sponsored-meta-v7 {
  3852.      font-size: 11px;
  3853.       color: var(--topbar-color);;
  3854.    }
  3855.    
  3856.    .author-info-v7 {
  3857.      margin-bottom: 5px;
  3858.    }
  3859.    
  3860.    .sponsored-author-img-v7 {
  3861.      width: 30px;
  3862.      height: 30px;
  3863.      border-radius: 50%;
  3864.      object-fit: cover;
  3865.      vertical-align: middle;
  3866.      margin-right: 5px;
  3867.    }
  3868.    
  3869.    .section-title-sponsored-v7 {
  3870.      font-size: 1.9rem;
  3871.      font-weight: 600;
  3872.      text-align: center;
  3873.      margin-bottom: 30px;
  3874.      color: #333;
  3875.      position: relative;
  3876.    }
  3877.    
  3878.    .section-title-sponsored-v7::after {
  3879.      content: '';
  3880.      position: absolute;
  3881.      bottom: -8px;
  3882.      left: 50%;
  3883.      transform: translateX(-50%);
  3884.      width: 100px;
  3885.      height: 3px;
  3886.      background: var(--bs-primary);
  3887.    }
  3888.    
  3889.    @media (max-width: 768px) {
  3890.      .sponsored-section-v7 {
  3891.        padding: 30px 0;
  3892.      }
  3893.      .sponsored-image-v7 {
  3894.        height: 120px;
  3895.      }
  3896.      .sponsored-content-v7 {
  3897.        padding: 35px 12px 12px;
  3898.      }
  3899.  
  3900.      .sponsored-title-v7 {
  3901.        font-size: 14px;
  3902.      }
  3903.      .sponsored-excerpt-v7 {
  3904.        font-size: 11px;
  3905.      }
  3906.      .section-title-sponsored-v7 {
  3907.        font-size: 1.6rem;
  3908.      }
  3909.    }
  3910.  </style>
  3911.  
  3912.  <section class="sponsored-section-v7">
  3913.    <div class="container-fluid fluid-container">
  3914.      <div class="row mb-3">
  3915.        <div class="col-12">
  3916.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3917.        </div>
  3918.      </div>
  3919.  
  3920.      <div class="row g-3 d-flex justify-content-center">
  3921.        
  3922.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3923.            <div class="card sponsored-card-v7">
  3924.              <div class="sponsored-image-v7">
  3925.                
  3926.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3927.                
  3928.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3929.              </div>
  3930.              <div class="sponsored-content-v7">
  3931.                <h3 class="sponsored-title-v7"><a href="/james-cameron-sets-the-record-straight-ai-doesnt-produce-the-avatar-series/">James Cameron Sets the Record Straight: ‘AI Doesn’t Produce the Avatar Series’</a></h3>
  3932.                <p class="sponsored-excerpt-v7 "></p>
  3933.                <div class="sponsored-meta-v7">
  3934.                  <div class="author-info-v7">
  3935.                    
  3936.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3937.                    
  3938.                    <span>Walter Ramirez</span>
  3939.                  </div>
  3940.                  <div>11 May 2026</div>
  3941.                </div>
  3942.              </div>
  3943.            </div>
  3944.          </div>
  3945.        
  3946.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3947.            <div class="card sponsored-card-v7">
  3948.              <div class="sponsored-image-v7">
  3949.                
  3950.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3951.                
  3952.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3953.              </div>
  3954.              <div class="sponsored-content-v7">
  3955.                <h3 class="sponsored-title-v7"><a href="/shackled-solitary-and-scared-the-grim-truth-for-women-compelled-to-have-their-babies-in-prison/">Shackled, Solitary and Scared: The Grim Truth for Women Compelled to Have Their Babies in Prison.</a></h3>
  3956.                <p class="sponsored-excerpt-v7 "></p>
  3957.                <div class="sponsored-meta-v7">
  3958.                  <div class="author-info-v7">
  3959.                    
  3960.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3961.                    
  3962.                    <span>Walter Ramirez</span>
  3963.                  </div>
  3964.                  <div>11 May 2026</div>
  3965.                </div>
  3966.              </div>
  3967.            </div>
  3968.          </div>
  3969.        
  3970.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3971.            <div class="card sponsored-card-v7">
  3972.              <div class="sponsored-image-v7">
  3973.                
  3974.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3975.                
  3976.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3977.              </div>
  3978.              <div class="sponsored-content-v7">
  3979.                <h3 class="sponsored-title-v7"><a href="/a-tale-of-surprising-generosity-the-time-a-university-student-allowed-me-to-stay-on-her-dorm-floor/">A Tale of Surprising Generosity: The Time a University Student Allowed Me to Stay on Her Dorm Floor</a></h3>
  3980.                <p class="sponsored-excerpt-v7 "></p>
  3981.                <div class="sponsored-meta-v7">
  3982.                  <div class="author-info-v7">
  3983.                    
  3984.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3985.                    
  3986.                    <span>Walter Ramirez</span>
  3987.                  </div>
  3988.                  <div>11 May 2026</div>
  3989.                </div>
  3990.              </div>
  3991.            </div>
  3992.          </div>
  3993.        
  3994.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3995.            <div class="card sponsored-card-v7">
  3996.              <div class="sponsored-image-v7">
  3997.                
  3998.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3999.                
  4000.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4001.              </div>
  4002.              <div class="sponsored-content-v7">
  4003.                <h3 class="sponsored-title-v7"><a href="/among-the-bombed-out-remains-of-an-apartment-block-i-saw-a-volume-id-translated/">Among the Bombed-Out Remains of an Apartment Block, I Saw a Volume I’d Translated</a></h3>
  4004.                <p class="sponsored-excerpt-v7 "></p>
  4005.                <div class="sponsored-meta-v7">
  4006.                  <div class="author-info-v7">
  4007.                    
  4008.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="sponsored-author-img-v7" />
  4009.                    
  4010.                    <span>Walter Ramirez</span>
  4011.                  </div>
  4012.                  <div>11 May 2026</div>
  4013.                </div>
  4014.              </div>
  4015.            </div>
  4016.          </div>
  4017.        
  4018.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4019.            <div class="card sponsored-card-v7">
  4020.              <div class="sponsored-image-v7">
  4021.                
  4022.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4023.                
  4024.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4025.              </div>
  4026.              <div class="sponsored-content-v7">
  4027.                <h3 class="sponsored-title-v7"><a href="/three-game-pass-titles-were-playing-over-the-weekend-oct-10-12/">Three Game Pass Titles We&#x27;re Playing Over the Weekend (Oct. 10-12)</a></h3>
  4028.                <p class="sponsored-excerpt-v7 "></p>
  4029.                <div class="sponsored-meta-v7">
  4030.                  <div class="author-info-v7">
  4031.                    
  4032.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="sponsored-author-img-v7" />
  4033.                    
  4034.                    <span>Walter Ramirez</span>
  4035.                  </div>
  4036.                  <div>11 May 2026</div>
  4037.                </div>
  4038.              </div>
  4039.            </div>
  4040.          </div>
  4041.        
  4042.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4043.            <div class="card sponsored-card-v7">
  4044.              <div class="sponsored-image-v7">
  4045.                
  4046.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4047.                
  4048.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4049.              </div>
  4050.              <div class="sponsored-content-v7">
  4051.                <h3 class="sponsored-title-v7"><a href="/everyday-reality-for-120000-refugees-in-the-vast-shelter-on-the-malians-border/">Everyday Reality for 120,000 Refugees in the Vast Shelter on the Malians Border.</a></h3>
  4052.                <p class="sponsored-excerpt-v7 "></p>
  4053.                <div class="sponsored-meta-v7">
  4054.                  <div class="author-info-v7">
  4055.                    
  4056.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/7aa48c39-3d76-471f-af5e-b5ed5362c532_profile.png" alt="Walter Ramirez" style="object-fit: cover;" class="sponsored-author-img-v7" />
  4057.                    
  4058.                    <span>Walter Ramirez</span>
  4059.                  </div>
  4060.                  <div>11 May 2026</div>
  4061.                </div>
  4062.              </div>
  4063.            </div>
  4064.          </div>
  4065.        
  4066.      </div>
  4067.    </div>
  4068.  </section>
  4069.  
  4070.  
  4071.    
  4072.        <!-- end wpo-blog-sponsored-section -->
  4073.        <!-- start wpo-subscribe-section -->
  4074.        
  4075.        <!-- end subscribe-section -->
  4076.        <!-- start of wpo-site-footer-section -->
  4077.        
  4078.  
  4079.  
  4080.  
  4081.  
  4082.  
  4083.  
  4084. <!-- Footer V4 - Modern Corporate Design -->
  4085. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  4086.  
  4087.    <div class="container-fluid fluid-container">
  4088.        
  4089.        <!-- Content Sections -->
  4090.        <div class="content-sections">
  4091.            <div class="row g-5">
  4092.                
  4093.                <!-- Brand Column -->
  4094.                <div class="col-lg-4 col-md-12">
  4095.                    <div class="brand-section">
  4096.                        <div class="brand-header">
  4097.                            
  4098.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/471aee97-9b81-46d5-a803-33131c38b847_logo.png" alt="StrideLand" class="brand-logo" loading="lazy">
  4099.                            
  4100.                            <div class="brand-text">
  4101.                                <h3 class="brand-name">StrideLand</h3>
  4102.                                <span class="brand-type">Digital Publication</span>
  4103.                            </div>
  4104.                        </div>
  4105.                        <p class="brand-description  text-lg-start ">
  4106.                            Discover inspiring stories from Canadian trails, running adventures, gear reviews, and training tips for outdoor enthusiasts exploring nature&#x27;s paths.
  4107.                        </p>
  4108.                    </div>
  4109.                </div>
  4110.  
  4111.                <!-- Quick Links Column -->
  4112.               <div class="col-lg-4 col-md-6">
  4113.                    <div class="links-section">
  4114.                        <div class="section-title">
  4115.                            <h4 class="title-text">Resources</h4>
  4116.                            <div class="title-decoration"></div>
  4117.                        </div>
  4118.                        <div class="links-container">
  4119.                          
  4120. <div class="link-group">
  4121.    <ul class="link-list" id="externalLinks">
  4122.        
  4123.  
  4124.    
  4125.        
  4126.        
  4127.        
  4128.    </ul>
  4129. </div>
  4130.  
  4131.                        </div>
  4132.                    </div>
  4133.                </div>
  4134.  
  4135.                <!-- Categories Column -->
  4136.                <div class="col-lg-4 col-md-6">
  4137.                    <div class="categories-section">
  4138.                        <div class="section-title">
  4139.                            <h4 class="title-text">Explore Topics</h4>
  4140.                            <div class="title-decoration"></div>
  4141.                        </div>
  4142.                        <div class="categories-container">
  4143.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  4144.                            <div class="categories-cloud">
  4145.                                
  4146.                                <a href="/category/all-posts/" class="category-pill">
  4147.                                    All Posts
  4148.                                </a>
  4149.                                
  4150.                                <a href="/category/business/" class="category-pill">
  4151.                                    Business
  4152.                                </a>
  4153.                                
  4154.                                <a href="/category/esports/" class="category-pill">
  4155.                                    Esports
  4156.                                </a>
  4157.                                
  4158.                                <a href="/category/fashion/" class="category-pill">
  4159.                                    Fashion
  4160.                                </a>
  4161.                                
  4162.                                <a href="/category/featured/" class="category-pill">
  4163.                                    Featured
  4164.                                </a>
  4165.                                
  4166.                                <a href="/category/gaming/" class="category-pill">
  4167.                                    Gaming
  4168.                                </a>
  4169.                                
  4170.                                <a href="/category/health/" class="category-pill">
  4171.                                    Health
  4172.                                </a>
  4173.                                
  4174.                                <a href="/category/life-fitness/" class="category-pill">
  4175.                                    Life &amp; Fitness
  4176.                                </a>
  4177.                                
  4178.                            </div>
  4179.                        </div>
  4180.                    </div>
  4181.                </div>
  4182.  
  4183.            </div>
  4184.        </div>
  4185.  
  4186.        <!-- Footer Bottom -->
  4187.        <div class="footer-bottom">
  4188.            <div class="bottom-border"></div>
  4189.            <div class=" d-flex justify-content-between flex-wrap">
  4190.                <div>
  4191.                    <div class="copyright-info">
  4192.                        <p class="copyright-main">
  4193.                            © 2026 <span class="brand-highlight">StrideLand</span>. All rights reserved.
  4194.                        </p>
  4195.                        <p class="copyright-sub">
  4196.                            Thoughtfully crafted content for curious minds worldwide.
  4197.                        </p>
  4198.                    </div>
  4199.                </div>
  4200.                <div>
  4201.                    <div class="footer-actions">
  4202.                        <div class="action-links">
  4203.                            <a href="/page/write-for-us/" class="action-link">
  4204.                                <i class="bi bi-shield-check"></i>
  4205.                                <span>Write For Us</span>
  4206.                            </a>
  4207.                            <a href="/page/terms-and-conditions/" class="action-link">
  4208.                                <i class="bi bi-shield-check"></i>
  4209.                                <span>Terms & Conditions</span>
  4210.                            </a>
  4211.                            <a href="/sitemap.xml" class="action-link">
  4212.                                <i class="bi bi-diagram-3"></i>
  4213.                                <span>Sitemap</span>
  4214.                            </a>
  4215.                        </div>
  4216.  
  4217.                    </div>
  4218.                </div>
  4219.            </div>
  4220.        </div>
  4221.  
  4222.    </div>
  4223.  
  4224.    
  4225.  
  4226. </footer>
  4227.  
  4228.  
  4229. <style>
  4230. /* Footer V4 - Modern Corporate Design */
  4231. .wpo-site-footer-v4 {
  4232.    color: var(--footer-color);
  4233.    margin-top: 100px;
  4234. }
  4235.  
  4236.  
  4237. .accent-line {
  4238.    position: absolute;
  4239.    top: 0;
  4240.    height: 100%;
  4241.    width: 33.333%;
  4242.    opacity: 0.8;
  4243. }
  4244.  
  4245. .accent-1 {
  4246.    left: 0;
  4247.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  4248.    animation: slideRight 3s ease-in-out infinite;
  4249. }
  4250.  
  4251. .accent-2 {
  4252.    left: 33.333%;
  4253.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  4254.    animation: slideRight 3s ease-in-out infinite 1s;
  4255. }
  4256.  
  4257. .accent-3 {
  4258.    left: 66.666%;
  4259.    background: linear-gradient(90deg, #10b981, #059669);
  4260.    animation: slideRight 3s ease-in-out infinite 2s;
  4261. }
  4262.  
  4263. @keyframes slideRight {
  4264.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  4265.    50% { transform: translateX(10px); opacity: 1; }
  4266. }
  4267.  
  4268. /* Content Sections */
  4269. .content-sections {
  4270.    padding: 60px 0;
  4271.    position: relative;
  4272.    z-index: 2;
  4273. }
  4274.  
  4275. /* Brand Section */
  4276. .brand-section {
  4277.    padding-right: 2rem;
  4278. }
  4279.  
  4280. .brand-header {
  4281.    display: flex;
  4282.    align-items: center;
  4283.    margin-bottom: 2rem;
  4284.    gap: 1rem;
  4285. }
  4286.  
  4287. .brand-logo {
  4288.    height: 50px;
  4289.    width: auto;
  4290.    border-radius: 8px;
  4291. }
  4292.  
  4293. .brand-name {
  4294.    font-size: 1.5rem;
  4295.    font-weight: 800;
  4296.    color: var(--footer-color) !important;
  4297.    margin: 0;
  4298. }
  4299.  
  4300. .brand-type {
  4301.    color: var(--footer-color) !important;
  4302.    opacity: 0.8;
  4303.    font-size: 0.85rem;
  4304.    font-weight: 500;
  4305.    text-transform: uppercase;
  4306.    letter-spacing: 0.5px;
  4307. }
  4308.  
  4309. .brand-description {
  4310.    color: var(--footer-color) !important;
  4311.    line-height: 1.7;
  4312.    margin-bottom: 2rem;
  4313.    font-size: 0.95rem;
  4314. }
  4315.  
  4316. .brand-stats {
  4317.    display: flex;
  4318.    align-items: center;
  4319.    gap: 1.5rem;
  4320. }
  4321.  
  4322. .stat-item {
  4323.    text-align: center;
  4324. }
  4325.  
  4326. .stat-number {
  4327.    font-size: 1.5rem;
  4328.    font-weight: 800;
  4329.    color: #3b82f6;
  4330.    display: block;
  4331.    line-height: 1;
  4332. }
  4333.  
  4334. .stat-label {
  4335.    font-size: 0.8rem;
  4336.    color: #94a3b8;
  4337.    margin-top: 0.25rem;
  4338. }
  4339.  
  4340. .stat-divider {
  4341.    width: 1px;
  4342.    height: 40px;
  4343.    background: rgba(255, 255, 255, 0.2);
  4344. }
  4345.  
  4346. /* Links Section */
  4347. .links-section {
  4348.    padding-left: 1rem;
  4349.    padding-right: 1rem;
  4350. }
  4351.  
  4352. .section-title {
  4353.    margin-bottom: 2rem;
  4354.    position: relative;
  4355. }
  4356.  
  4357. .title-text {
  4358.    font-size: 1.3rem;
  4359.    font-weight: 700;
  4360.    color: var(--footer-color) !important;
  4361.    margin-bottom: 0.5rem;
  4362.    text-align: justify !important;
  4363. }
  4364.  
  4365.  
  4366. .link-group {
  4367.    margin-bottom: 2rem;
  4368. }
  4369.  
  4370. .group-title {
  4371.    font-size: 1rem;
  4372.    font-weight: 600;
  4373.    color: #f1f5f9;
  4374.    margin-bottom: 1rem;
  4375.    padding-bottom: 0.5rem;
  4376.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4377. }
  4378.  
  4379. .link-list {
  4380.    list-style: none;
  4381.    padding: 0;
  4382.    margin: 0;
  4383. }
  4384.  
  4385. .link-item {
  4386.    margin-bottom: 0.75rem;
  4387. }
  4388.  
  4389. .link-text {
  4390.    color: var(--footer-color) !important;
  4391.    text-decoration: none;
  4392.    font-size: 0.9rem;
  4393.    display: flex;
  4394.    align-items: center;
  4395.    transition: all 0.3s ease;
  4396.    padding: 0.25rem 0;
  4397. }
  4398.  
  4399. .link-text:hover {
  4400.    color: #3b82f6;
  4401.    padding-left: 0.5rem;
  4402. }
  4403.  
  4404. .link-icon {
  4405.    margin-right: 0.5rem;
  4406.    opacity: 0;
  4407.    transition: opacity 0.3s ease;
  4408. }
  4409.  
  4410. .link-text:hover .link-icon {
  4411.    opacity: 1;
  4412. }
  4413.  
  4414. .external-icon {
  4415.    color: #10b981;
  4416. }
  4417.  
  4418. /* Categories Section */
  4419. .categories-section {
  4420.    padding-left: 1rem;
  4421. }
  4422.  
  4423. .categories-intro {
  4424.    color: #cbd5e1;
  4425.    margin-bottom: 1.5rem;
  4426.    font-size: 0.9rem;
  4427. }
  4428.  
  4429. .categories-cloud {
  4430.    display: flex;
  4431.    flex-wrap: wrap;
  4432.    gap: 0.75rem;
  4433. }
  4434.  
  4435. .category-pill {
  4436.    display: inline-block;
  4437.    padding: 0.5rem 1rem;
  4438.    background: rgba(255, 255, 255, 0.1);
  4439.    border: 1px solid rgba(255, 255, 255, 0.2);
  4440.    border-radius: 20px;
  4441.    color:  var(--footer-color) !important;
  4442.    text-decoration: none;
  4443.    font-size: 0.85rem;
  4444.    opacity: 0.7;
  4445.    font-weight: 500;
  4446.    transition: all 0.3s ease;
  4447. }
  4448.  
  4449. .category-pill:hover {
  4450.    background: #3b82f6;
  4451.    border-color: #3b82f6;
  4452.    color: var(--footer-color) !important;
  4453.    opacity: 1;
  4454.    transform: translateY(-1px);
  4455.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4456. }
  4457.  
  4458. /* Footer Bottom */
  4459. .footer-bottom {
  4460.    padding: 2rem 0;
  4461.    position: relative;
  4462.    z-index: 2;
  4463. }
  4464.  
  4465. .bottom-border {
  4466.    height: 1px;
  4467.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4468.    margin-bottom: 2rem;
  4469. }
  4470.  
  4471. .copyright-main {
  4472.    font-size: 1rem;
  4473.    color: #e2e8f0;
  4474.    margin-bottom: 0.25rem;
  4475. }
  4476.  
  4477. .brand-highlight {
  4478.    color: var(--footer-color);
  4479.    font-weight: 700;
  4480. }
  4481.  
  4482. .copyright-sub {
  4483.    font-size: 0.85rem;
  4484.    color: #94a3b8;
  4485.    margin: 0;
  4486. }
  4487.  
  4488. .footer-actions {
  4489.    display: flex;
  4490.    align-items: center;
  4491.    gap: 2rem;
  4492. }
  4493.  
  4494. .action-links {
  4495.    display: flex;
  4496.    gap: 1.5rem;
  4497. }
  4498.  
  4499. .action-link {
  4500.    display: flex;
  4501.    align-items: center;
  4502.    gap: 0.5rem;
  4503.    color: #cbd5e1;
  4504.    text-decoration: none;
  4505.    font-size: 0.9rem;
  4506.    transition: color 0.3s ease;
  4507. }
  4508.  
  4509. .action-link:hover {
  4510.    color: #3b82f6;
  4511. }
  4512.  
  4513. .scroll-to-top-btn {
  4514.    background: rgba(255, 255, 255, 0.1);
  4515.    border: 1px solid rgba(255, 255, 255, 0.2);
  4516.    color: #cbd5e1;
  4517.    width: 44px;
  4518.    height: 44px;
  4519.    border-radius: 12px;
  4520.    cursor: pointer;
  4521.    transition: all 0.3s ease;
  4522.    display: flex;
  4523.    align-items: center;
  4524.    justify-content: center;
  4525. }
  4526.  
  4527. .scroll-to-top-btn:hover {
  4528.    background: #3b82f6;
  4529.    border-color: #3b82f6;
  4530.    color: white;
  4531.    transform: translateY(-2px);
  4532. }
  4533.  
  4534. /* Background Pattern */
  4535. .footer-pattern {
  4536.    position: absolute;
  4537.    top: 0;
  4538.    left: 0;
  4539.    width: 100%;
  4540.    height: 100%;
  4541.    z-index: 1;
  4542.    overflow: hidden;
  4543. }
  4544.  
  4545. .pattern-grid {
  4546.    position: relative;
  4547.    width: 100%;
  4548.    height: 100%;
  4549. }
  4550.  
  4551. .pattern-dot {
  4552.    position: absolute;
  4553.    width: 2px;
  4554.    height: 2px;
  4555.    background: rgba(255, 255, 255, 0.1);
  4556.    border-radius: 50%;
  4557. }
  4558.  
  4559. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4560. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4561. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4562. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4563. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4564. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4565.  
  4566. /* Responsive Design */
  4567. @media (max-width: 992px) {
  4568.    .newsletter-heading {
  4569.        font-size: 2rem;
  4570.    }
  4571.    
  4572.    .brand-section {
  4573.        padding-right: 0;
  4574.        margin-bottom: 3rem;
  4575.    }
  4576.    
  4577.    .links-section, .categories-section {
  4578.        padding-left: 0;
  4579.        padding-right: 0;
  4580.    }
  4581.    
  4582.    .brand-stats {
  4583.        justify-content: center;
  4584.        margin-top: 2rem;
  4585.    }
  4586. }
  4587.  
  4588. @media (max-width: 768px) {
  4589.    .newsletter-section {
  4590.        padding: 60px 0 40px;
  4591.    }
  4592.    
  4593.    .newsletter-container {
  4594.        padding: 2rem 1.5rem;
  4595.        margin: 0 1rem;
  4596.    }
  4597.    
  4598.    .newsletter-heading {
  4599.        font-size: 1.75rem;
  4600.    }
  4601.    
  4602.    .content-sections {
  4603.        padding: 40px 0;
  4604.    }
  4605.    
  4606.    .brand-header {
  4607.        flex-direction: column;
  4608.        text-align: center;
  4609.    }
  4610.    
  4611.    .footer-actions {
  4612.        flex-direction: column;
  4613.        gap: 1rem;
  4614.        margin-top: 1.5rem;
  4615.    }
  4616.    
  4617.    .action-links {
  4618.        order: 2;
  4619.    }
  4620.    
  4621.    .scroll-to-top-btn {
  4622.        order: 1;
  4623.    }
  4624. }
  4625.  
  4626. @media (max-width: 576px) {
  4627.    .newsletter-container {
  4628.        padding: 1.5rem 1rem;
  4629.    }
  4630.    
  4631.    .newsletter-heading {
  4632.        font-size: 1.5rem;
  4633.    }
  4634.    
  4635.    .brand-stats {
  4636.        flex-direction: column;
  4637.        gap: 1rem;
  4638.    }
  4639.    
  4640.    .stat-divider {
  4641.        width: 40px;
  4642.        height: 1px;
  4643.    }
  4644.    
  4645.    .action-links {
  4646.        flex-direction: column;
  4647.        gap: 0.75rem;
  4648.        text-align: center;
  4649.    }
  4650.    
  4651.    .pattern-dot {
  4652.        display: none;
  4653.    }
  4654. }
  4655. </style>
  4656.  
  4657. <!-- Bootstrap 5 JS -->
  4658.  
  4659. <script>
  4660. // Scroll to Top Function
  4661. document.addEventListener('DOMContentLoaded', function () {
  4662.    var btn = document.getElementById('toggleExternal');
  4663.    if (!btn) return; // No extra items, no button
  4664.  
  4665.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4666.  
  4667.    btn.addEventListener('click', function () {
  4668.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4669.            return li.classList.contains('d-none');
  4670.        });
  4671.  
  4672.        extras.forEach(function (li) {
  4673.            if (anyHidden) {
  4674.                li.classList.remove('d-none');
  4675.                li.classList.add('show');
  4676.            } else {
  4677.                li.classList.add('d-none');
  4678.                li.classList.remove('show');
  4679.            }
  4680.        });
  4681.  
  4682.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4683.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4684.    });
  4685. });
  4686. function scrollToTop() {
  4687.    window.scrollTo({
  4688.        top: 0,
  4689.        behavior: 'smooth'
  4690.    });
  4691. }
  4692.  
  4693. // Initialize Footer V4 Features
  4694. document.addEventListener('DOMContentLoaded', function() {
  4695.    
  4696.    // Newsletter Form Handling
  4697.    const newsletterForm = document.querySelector('.newsletter-form');
  4698.    const emailInput = document.querySelector('.form-input');
  4699.    const submitButton = document.querySelector('.submit-button');
  4700.    const successMessage = document.querySelector('.success-message');
  4701.    const errorMessage = document.querySelector('.error-message');
  4702.    const infoMessage = document.querySelector('.info-message');
  4703.    
  4704.    if (newsletterForm && emailInput && submitButton) {
  4705.        
  4706.        // Form submission
  4707.        newsletterForm.addEventListener('submit', function(e) {
  4708.            e.preventDefault();
  4709.            
  4710.            const email = emailInput.value.trim();
  4711.            
  4712.            // Validate email
  4713.            if (!email || !isValidEmail(email)) {
  4714.                showMessage('error');
  4715.                emailInput.focus();
  4716.                return;
  4717.            }
  4718.            
  4719.            // Show loading state
  4720.            const originalText = submitButton.querySelector('.button-text').textContent;
  4721.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4722.            
  4723.            submitButton.disabled = true;
  4724.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4725.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4726.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4727.            
  4728.            // Simulate API call
  4729.            setTimeout(() => {
  4730.                // Success state
  4731.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4732.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4733.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4734.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4735.                
  4736.                showMessage('success');
  4737.                
  4738.                // Reset after delay
  4739.                setTimeout(() => {
  4740.                    submitButton.querySelector('.button-text').textContent = originalText;
  4741.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4742.                    submitButton.style.background = '';
  4743.                    submitButton.disabled = false;
  4744.                    emailInput.value = '';
  4745.                    showMessage('info');
  4746.                }, 3000);
  4747.                
  4748.            }, 2000);
  4749.        });
  4750.        
  4751.        // Input validation
  4752.        emailInput.addEventListener('blur', function() {
  4753.            const email = this.value.trim();
  4754.            if (email && !isValidEmail(email)) {
  4755.                this.style.borderColor = '#ef4444';
  4756.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4757.            } else if (email && isValidEmail(email)) {
  4758.                this.style.borderColor = '#10b981';
  4759.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4760.            }
  4761.        });
  4762.        
  4763.        emailInput.addEventListener('focus', function() {
  4764.            this.style.borderColor = '#3b82f6';
  4765.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4766.        });
  4767.        
  4768.        // Reset validation styling on input
  4769.        emailInput.addEventListener('input', function() {
  4770.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4771.                this.style.borderColor = '';
  4772.                this.style.boxShadow = '';
  4773.            }
  4774.        });
  4775.    }
  4776.    
  4777.    // Email validation function
  4778.    function isValidEmail(email) {
  4779.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4780.        return emailRegex.test(email);
  4781.    }
  4782.    
  4783.    // Message display function
  4784.    function showMessage(type) {
  4785.        // Hide all messages
  4786.        successMessage.style.display = 'none';
  4787.        errorMessage.style.display = 'none';
  4788.        infoMessage.style.display = 'none';
  4789.        
  4790.        // Show specific message
  4791.        if (type === 'success') {
  4792.            successMessage.style.display = 'block';
  4793.        } else if (type === 'error') {
  4794.            errorMessage.style.display = 'block';
  4795.        } else if (type === 'info') {
  4796.            infoMessage.style.display = 'block';
  4797.        }
  4798.    }
  4799.    
  4800.    // Smooth reveal animations
  4801.    const observerOptions = {
  4802.        threshold: 0.1,
  4803.        rootMargin: '0px 0px -30px 0px'
  4804.    };
  4805.    
  4806.    const sectionObserver = new IntersectionObserver((entries) => {
  4807.        entries.forEach(entry => {
  4808.            if (entry.isIntersecting) {
  4809.                entry.target.style.opacity = '1';
  4810.                entry.target.style.transform = 'translateY(0)';
  4811.            }
  4812.        });
  4813.    }, observerOptions);
  4814.    
  4815.    // Animate sections
  4816.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4817.        section.style.opacity = '0';
  4818.        section.style.transform = 'translateY(20px)';
  4819.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4820.        sectionObserver.observe(section);
  4821.    });
  4822.    
  4823.    // Animate category pills
  4824.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4825.        pill.style.opacity = '0';
  4826.        pill.style.transform = 'translateY(10px)';
  4827.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4828.        
  4829.        setTimeout(() => {
  4830.            pill.style.opacity = '1';
  4831.            pill.style.transform = 'translateY(0)';
  4832.        }, 300 + (index * 100));
  4833.    });
  4834.    
  4835.    // Enhanced link hover effects
  4836.    document.querySelectorAll('.link-text').forEach(link => {
  4837.        link.addEventListener('mouseenter', function() {
  4838.            const icon = this.querySelector('.link-icon');
  4839.            if (icon) {
  4840.                icon.style.transform = 'translateX(4px)';
  4841.            }
  4842.        });
  4843.        
  4844.        link.addEventListener('mouseleave', function() {
  4845.            const icon = this.querySelector('.link-icon');
  4846.            if (icon) {
  4847.                icon.style.transform = 'translateX(0)';
  4848.            }
  4849.        });
  4850.    });
  4851.    
  4852.    // Prevent default for demo links
  4853.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4854.        link.addEventListener('click', function(e) {
  4855.            e.preventDefault();
  4856.        });
  4857.    });
  4858.    
  4859.    // Add ripple effect to submit button
  4860.    submitButton.addEventListener('click', function(e) {
  4861.        const ripple = document.createElement('span');
  4862.        const rect = this.getBoundingClientRect();
  4863.        const size = Math.max(rect.width, rect.height);
  4864.        const x = e.clientX - rect.left - size / 2;
  4865.        const y = e.clientY - rect.top - size / 2;
  4866.        
  4867.        ripple.style.cssText = `
  4868.            position: absolute;
  4869.            width: ${size}px;
  4870.            height: ${size}px;
  4871.            left: ${x}px;
  4872.            top: ${y}px;
  4873.            background: rgba(255, 255, 255, 0.3);
  4874.            border-radius: 50%;
  4875.            transform: scale(0);
  4876.            animation: ripple 0.6s ease-out;
  4877.            pointer-events: none;
  4878.        `;
  4879.        
  4880.        this.appendChild(ripple);
  4881.        
  4882.        setTimeout(() => {
  4883.            ripple.remove();
  4884.        }, 600);
  4885.    });
  4886.    
  4887. });
  4888.  
  4889. // Add CSS for ripple animation
  4890. const rippleStyle = document.createElement('style');
  4891. rippleStyle.textContent = `
  4892.    @keyframes ripple {
  4893.        to {
  4894.            transform: scale(2);
  4895.            opacity: 0;
  4896.        }
  4897.    }
  4898.    
  4899.    @keyframes spin {
  4900.        from { transform: rotate(0deg); }
  4901.        to { transform: rotate(360deg); }
  4902.    }
  4903.    
  4904.    .submit-button {
  4905.        position: relative;
  4906.        overflow: hidden;
  4907.    }
  4908. `;
  4909. document.head.appendChild(rippleStyle);
  4910. </script>
  4911.  
  4912.        <!-- end of wpo-site-footer-section -->
  4913.    </div>
  4914.    <!-- end of page-wrapper -->
  4915.  
  4916.    <!-- All JavaScript files
  4917.    ================================================== -->
  4918.    
  4919.  
  4920. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4921. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4922. <!-- Plugins for this template -->
  4923. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4924. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4925. <!-- Custom script for this template -->
  4926. <script src="/static/blogapp/assets/js/script.js"></script>
  4927.  
  4928. <script>
  4929. (function () {
  4930. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4931. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4932.  
  4933. function applyFallback(img) {
  4934. if (!img || img.dataset.fallbackApplied === "1") {
  4935. return;
  4936. }
  4937. var failedSrc = img.currentSrc || img.src || "";
  4938. img.dataset.fallbackApplied = "1";
  4939. img.onerror = null;
  4940. img.src = fallbackImageSrc;
  4941. console.warn("[ImageFallback] Replaced broken image:", {
  4942. failedSrc: failedSrc,
  4943. fallbackSrc: fallbackImageSrc,
  4944. alt: img.alt || "",
  4945. });
  4946. }
  4947.  
  4948. document.querySelectorAll("img").forEach(function (img) {
  4949. if (img.complete && img.naturalWidth === 0) {
  4950. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4951. failedSrc: img.currentSrc || img.src || "",
  4952. alt: img.alt || "",
  4953. });
  4954. applyFallback(img);
  4955. }
  4956. });
  4957.  
  4958. document.addEventListener(
  4959. "error",
  4960. function (event) {
  4961. var target = event.target;
  4962. if (target && target.tagName === "IMG") {
  4963. applyFallback(target);
  4964. }
  4965. },
  4966. true
  4967. );
  4968. })();
  4969. </script>
  4970.  
  4971. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4972.  
  4973.  
  4974.  
  4975. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"d48c303a887b44e69135bd72cafd8681","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4976. </body>
  4977.  
  4978. </html>
  4979.  
  4980.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda