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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="karla">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T131238.426_OjJjPYy_9gWXJQ9.png">
  14.    
  15.  
  16.    <title>OriginLine Blog: Exploring Tech Innovations and Digital Trends</title>
  17.    <meta name="description" content="Discover insights on technology, digital transformation, and industry trends through in-depth articles and expert analysis on the OriginLine blog.">
  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://originline.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #52b69a;
  42.        --bs-primary-rgb: 52b69a;
  43.        --bs-secondary: #71717a;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #ecfdf5;
  49.        --bs-dark: #1b4332;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #52b69a;
  53.        --theme-primary-color-s2: #52b69a;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1b4332;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1b4332;
  59.        --border-color: #99f6e4;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #ccfbf1;
  75.        --navbar-color: #1b4332;
  76.        --topbar-bg: #ecfdf5;
  77.        --topbar-color: #1b4332;
  78.        --footer-bg: #1b4332;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 12px;
  83.        --link-color: #52b69a;
  84.        --link-hover: #3d8b74;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(82, 182, 154, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_34">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407. <div class="top-bg">
  408.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  409.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  410.        
  411.        <div class="unique-news-container">
  412.            <div class="unique-news-wrapper" id="newsWrapper">
  413.                <!-- News items injected via JS -->
  414.            </div>
  415.        </div>
  416.    
  417.        <div class="contact-info">
  418.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  419.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  420.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  421.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  422.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  423.            </ul>
  424.        </div>
  425.    </div>
  426. </div>
  427.  
  428. <script>
  429.    // Build array dynamically from Django context
  430.    const newsItems = [
  431.        
  432.            { title: "Tottenham Ease Pressure on Thomas Frank as Simons Rounds Off Comfortable Victory Against Slavia Prague", url: "/tottenham-ease-pressure-on-thomas-frank-as-simons-rounds-off-comfortable-victory-against-slavia-prague/" },
  433.        
  434.            { title: "Leonard \u0026 Hungry Paul Review: A Soothing Show With Narration from the Hollywood Star Provides a Great Cure to Today\u0027s World", url: "/leonard-hungry-paul-review-a-soothing-show-with-narration-from-the-hollywood-star-provides-a-great-cure-to-todays-world/" },
  435.        
  436.            { title: "The Art of Ideal Creamy Paneer Curry – Recipe", url: "/the-art-of-ideal-creamy-paneer-curry-recipe/" },
  437.        
  438.            { title: "UK and Scottish Governments Clash Over Who Should Pay the £24.5 million Cost for Donald Trump and JD Vance Trips", url: "/uk-and-scottish-governments-clash-over-who-should-pay-the-245-million-cost-for-donald-trump-and-jd-vance-trips/" },
  439.        
  440.            { title: "High Court Upholds Newly Drawn Texas House Maps.", url: "/high-court-upholds-newly-drawn-texas-house-maps/" }
  441.        
  442.    ];
  443.  
  444.    let currentNewsIndex = 0;
  445.    const newsWrapper = document.getElementById('newsWrapper');
  446.    let newsElements = [];
  447.  
  448.    // Create news elements dynamically with links
  449.    function createNewsElements() {
  450.        newsItems.forEach((news, index) => {
  451.            const newsElement = document.createElement('div');
  452.            newsElement.className = 'unique-news-item';
  453.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  454.            newsWrapper.appendChild(newsElement);
  455.            newsElements.push(newsElement);
  456.        });
  457.  
  458.        if (newsElements.length > 0) {
  459.            newsElements[0].classList.add('active');
  460.        }
  461.    }
  462.  
  463.    function changeNews() {
  464.        const currentElement = newsElements[currentNewsIndex];
  465.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  466.        const nextElement = newsElements[nextIndex];
  467.  
  468.        currentElement.classList.remove('active');
  469.        currentElement.classList.add('exit-up');
  470.  
  471.        setTimeout(() => {
  472.            nextElement.classList.add('active');
  473.            currentNewsIndex = nextIndex;
  474.  
  475.            setTimeout(() => {
  476.                currentElement.classList.remove('exit-up');
  477.            }, 100);
  478.        }, 250);
  479.    }
  480.  
  481.    function startNewsRotation() {
  482.        setInterval(changeNews, 5000);
  483.    }
  484.  
  485.    window.onload = function() {
  486.        createNewsElements();
  487.        startNewsRotation();
  488.    };
  489. </script>
  490.  
  491.  
  492.  
  493.            
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500. <header class="header-v9 mb-4" role="banner">
  501.  <div class="container-fluid fluid-container">
  502.    <!-- Sticky/Glass Nav Card -->
  503.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  504.      <div class="row align-items-center justify-content-between g-3">
  505.        <!-- Logo -->
  506.       <div class="col-6 col-md-3 col-lg-2">
  507.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  508.            
  509.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d8aeaa01-09a2-4377-b84c-da773e05d661_logo.png" alt="Logo" class="logo-img-v9" width="160" height="48" decoding="async" fetchpriority="high" />
  510.            
  511.          </a>
  512.        </div>
  513.  
  514.        <!-- Desktop Nav -->
  515.        <div class="col d-none d-xl-block">
  516.          <nav class="main-nav-v9">
  517.            <ul class="nav-list-v9">
  518.              <!-- Home (static) -->
  519.              <li class="nav-item-v9">
  520.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  521.              </li >
  522.          
  523.              
  524.                
  525.                  <li class="nav-item-v9">
  526.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  527.                  </li>
  528.                
  529.                  <li class="nav-item-v9">
  530.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  531.                  </li>
  532.                
  533.                  <li class="nav-item-v9">
  534.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  535.                  </li>
  536.                
  537.                  <li class="nav-item-v9">
  538.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  539.                  </li>
  540.                
  541.                  <li class="nav-item-v9">
  542.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  543.                  </li>
  544.                
  545.                  <li class="nav-item-v9">
  546.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  547.                  </li>
  548.                
  549.                  <li class="nav-item-v9">
  550.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  551.                  </li>
  552.                
  553.                  <li class="nav-item-v9">
  554.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  555.                  </li>
  556.                
  557.  
  558.                
  559.                  <li class="nav-item-v9 has-dropdown-v9">
  560.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  561.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  562.                        <polyline points="6,9 12,15 18,9"></polyline>
  563.                      </svg>
  564.                    </button>
  565.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  566.                      <div class="dropdown-grid-v9">
  567.                        <div class="dropdown-section-v9">
  568.                          
  569.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  570.                          
  571.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  572.                          
  573.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  574.                          
  575.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  576.                          
  577.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  578.                          
  579.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  580.                          
  581.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  582.                          
  583.                        </div>
  584.                      </div>
  585.                    </div>
  586.                  </li>
  587.                
  588.              
  589.                <li class="nav-item-v9">
  590.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  591.              </li >
  592.            </ul>
  593.          </nav>
  594.        </div>
  595.  
  596.        <!-- Actions -->
  597.        <div class="col-6 col-md-3 col-lg-2">
  598.          <div class="nav-actions-v9">
  599.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  600.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  601.                <circle cx="11" cy="11" r="8"></circle>
  602.                <path d="m21 21-4.35-4.35"></path>
  603.              </svg>
  604.            </button>
  605.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  606.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  607.                <line x1="3" y1="6" x2="21" y2="6" />
  608.                <line x1="3" y1="12" x2="21" y2="12" />
  609.                <line x1="3" y1="18" x2="21" y2="18" />
  610.              </svg>
  611.            </button>
  612.          </div>
  613.        </div>
  614.      </div>
  615.  
  616.      <!-- Active underline (animated) -->
  617.      <span class="active-rail-v9" aria-hidden="true"></span>
  618.    </div>
  619.  
  620.    <!-- Search Panel -->
  621.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  622.      <form class="search-form-v9" action="" method="get" role="search">
  623.        <label for="q-v9" class="visually-hidden">Search</label>
  624.        <div class="search-input-wrap-v9">
  625.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  626.            <circle cx="11" cy="11" r="8"></circle>
  627.            <path d="m21 21-4.35-4.35"></path>
  628.          </svg>
  629.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  630.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  631.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  632.              <line x1="18" y1="6" x2="6" y2="18" />
  633.              <line x1="6" y1="6" x2="18" y2="18" />
  634.            </svg>
  635.          </button>
  636.        </div>
  637.        <div class="search-suggest-v9 search-v1" id="search-results">
  638.          
  639.        </div>
  640.      </form>
  641.    </div>
  642.  
  643.    <!-- Mobile Offcanvas -->
  644.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  645.      <div class="mobile-wrap-v9">
  646.        <div class="mobile-head-v9">
  647.          <span class="mobile-title-v9">Menu</span>
  648.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  649.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  650.              <line x1="18" y1="6" x2="6" y2="18" />
  651.              <line x1="6" y1="6" x2="18" y2="18" />
  652.            </svg>
  653.          </button>
  654.        </div>
  655.  
  656.        <ul class="mobile-list-v9">
  657.          <li>
  658.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  659.          </li>
  660.          <li class="">
  661.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  662.          </li >
  663.          
  664.            
  665.              <li>
  666.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  667.              </li>
  668.            
  669.              <li>
  670.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  671.              </li>
  672.            
  673.              <li>
  674.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  675.              </li>
  676.            
  677.              <li>
  678.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  679.              </li>
  680.            
  681.              <li>
  682.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  683.              </li>
  684.            
  685.  
  686.            
  687.          
  688.        </ul>
  689.      </div>
  690.    </aside>
  691.  </div>
  692.  
  693.  <!-- Overlay -->
  694.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  695. </header>
  696.  
  697. <style>
  698.  
  699.  .header-v9 {
  700.    position: relative;
  701.    padding: 14px 0;
  702.    z-index: 50;
  703.  }
  704.  .header-v9.is-scrolled .nav-card-v9 {
  705.    padding: 10px 18px;
  706.    border-radius: 14px;
  707.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  708.  }
  709.  .header-v9.is-scrolled .logo-img-v9 {
  710.    transform: scale(0.92);
  711.  }
  712.  
  713.  /* Card */
  714.  .nav-card-v9 {
  715.    background: var(--navbar-bg);
  716.    backdrop-filter: blur(18px);
  717.    border: 1px solid var(--border-color);
  718.    border-radius: 18px;
  719.    padding: 14px 22px;
  720.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  721.    position: sticky;
  722.    top: 10px;
  723.  }
  724.  
  725.  /* Logo */
  726.  .logo-img-v9 {
  727.    max-height: 60px;
  728.    width: auto;
  729.    transition: transform 0.25s ease, opacity 0.25s ease;
  730.  }
  731.  .logo-link-v9:hover .logo-img-v9 {
  732.    transform: translateY(-1px) scale(1.03);
  733.  }
  734.  
  735.  /* Desktop nav */
  736.  .main-nav-v9 {
  737.    display: flex;
  738.    justify-content: center;
  739.  }
  740.  .nav-list-v9 {
  741.    display: flex;
  742.    gap: 6px;
  743.    list-style: none;
  744.    margin: 0;
  745.    padding: 0;
  746.  }
  747.  .nav-item-v9 {
  748.    position: relative;
  749.  }
  750.  .nav-link-v9 {
  751.    position: relative;
  752.    display: inline-flex;
  753.    align-items: center;
  754.    justify-content: center;
  755.    padding: 10px 10px;
  756.    border-radius: 12px;
  757.    color: var(--navbar-color);
  758.    text-decoration: none;
  759.    font-weight: 500;
  760.    font-size: 15px;
  761.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  762.  }
  763.  .nav-link-v9:hover {
  764.    background: rgba(102, 126, 234, 0.1);
  765.    color: var(--topbar-color);
  766.    transform: translateY(-1px);
  767.  }
  768.  .nav-link-v9.active-v9 {
  769.    color: transparent;
  770.  }
  771.  .nav-link-v9.active-v9::after {
  772.    content: '';
  773.    position: absolute;
  774.    left: 12px;
  775.    right: 12px;
  776.    bottom: 6px;
  777.    height: 3px;
  778.    border-radius: 3px;
  779.    background: var(--sub-nav);
  780.  }
  781.  
  782.  /* Dropdown */
  783.  .has-dropdown-v9 {
  784.    position: relative;
  785.  }
  786.  .nav-more-btn-v9 {
  787.    display: inline-flex;
  788.    gap: 6px;
  789.    align-items: center;
  790.  }
  791.  .chev-v9 {
  792.    transition: transform 0.2s ease;
  793.  }
  794.  .has-dropdown-v9:focus-within .chev-v9,
  795.  .has-dropdown-v9:hover .chev-v9 {
  796.    transform: rotate(180deg);
  797.  }
  798.  
  799.  .dropdown-card-v9 {
  800.    position: absolute;
  801.    top: calc(100% + 14px);
  802.    left: 50%;
  803.    transform: translateX(-50%) translateY(-6px);
  804.    background: var(--navbar-bg);
  805.    border: 1px solid var(--border-color);
  806.    border-radius: 14px;
  807.    padding: 18px;
  808.    min-width: 280px;
  809.    z-index: 200;
  810.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  811.    opacity: 0;
  812.    visibility: hidden;
  813.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  814.  }
  815.  .has-dropdown-v9:hover .dropdown-card-v9,
  816.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  817.    opacity: 1;
  818.    visibility: visible;
  819.    transform: translateX(-50%) translateY(0);
  820.  }
  821.  
  822.  .dropdown-grid-v9 {
  823.    display: grid;
  824.    grid-template-columns: 1fr;
  825.    gap: 10px;
  826.  }
  827.  .dropdown-section-v9 {
  828.    display: grid;
  829.    gap: 6px;
  830.  }
  831.  .dropdown-link-v9 {
  832.    display: flex;
  833.    align-items: center;
  834.    gap: 10px;
  835.    padding: 10px 12px;
  836.    border-radius: 10px;
  837.    text-decoration: none;
  838.    font-size: 14px;
  839.    color: var(--navbar-color);
  840.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  841.  }
  842.  .dropdown-link-v9:hover {
  843.    background: var(--bs-primary);
  844.    color: var(--bs-white);
  845.    transform: translateX(4px);
  846.  }
  847.  .link-dot-v9 {
  848.    width: 6px;
  849.    height: 6px;
  850.    border-radius: 50%;
  851.    border: 1px solid currentColor;
  852.  }
  853.  
  854.  /* Actions */
  855.  .nav-actions-v9 {
  856.    display: flex;
  857.    justify-content: flex-end;
  858.    align-items: center;
  859.    gap: 8px;
  860.  }
  861.  .icon-btn-v9 {
  862.    border: 1px solid var(--border-color);
  863.    background: rgba(102, 126, 234, 0.1);
  864.    color: var(--navbar-color);
  865.    padding: 8px;
  866.    border-radius: 12px;
  867.    cursor: pointer;
  868.    transition: transform 0.2s, background 0.2s, color 0.2s;
  869.  }
  870.  .icon-btn-v9:hover {
  871.    background: var(--sub-nav);
  872.    color: var(--topbar-color) !important;
  873.    transform: translateY(-1px);
  874.  }
  875.  .icon-btn-v9.ghost {
  876.    background: transparent;
  877.  }
  878.  
  879.  /* Search Panel */
  880.  .search-panel-v9 {
  881.    position: fixed;
  882.    top: 14px;
  883.    left: 50%;
  884.    transform: translateX(-50%) translateY(-16px);
  885.    width: min(720px, calc(100% - 40px));
  886.    background: var(--navbar-bg);
  887.    border: 1px solid var(--border-color);
  888.    border-radius: 16px;
  889.    padding: 16px;
  890.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  891.    opacity: 0;
  892.    visibility: hidden;
  893.    z-index: 300;
  894.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  895.  }
  896.  .search-panel-v9.show-v9 {
  897.    opacity: 1;
  898.    visibility: visible;
  899.    transform: translateX(-50%) translateY(0);
  900.  }
  901.  .search-input-wrap-v9 {
  902.    display: flex;
  903.    align-items: center;
  904.    gap: 10px;
  905.    background: rgba(248, 250, 252, 0.8);
  906.    border: 2px solid rgba(102, 126, 234, 0.2);
  907.    border-radius: 12px;
  908.    padding: 6px 8px;
  909.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  910.  }
  911.  .search-input-wrap-v9:focus-within {
  912.    border-color: #667eea;
  913.    background: rgba(255, 255, 255, 0.9);
  914.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  915.  }
  916.  .search-icn-v9 {
  917.    color: #a0aec0;
  918.    margin-left: 6px;
  919.  }
  920.  .search-input-v9 {
  921.    flex: 1;
  922.    border: 0;
  923.    background: transparent;
  924.    outline: none;
  925.    padding: 12px 4px;
  926.    font-size: 16px;
  927.    color: #2d3748;
  928.  }
  929.  .search-suggest-v9 {
  930.    display: grid;
  931.    grid-template-columns: repeat(3, minmax(0, 1fr));
  932.    gap: 8px;
  933.    margin-top: 10px;
  934.  }
  935.  .suggestion-v9 {
  936.    border: 1px solid var(--border-color);
  937.    background: rgba(248, 250, 252, 0.5);
  938.    color: var(--navbar-color);
  939.    padding: 10px 12px;
  940.    border-radius: 10px;
  941.    font-size: 14px;
  942.    text-align: left;
  943.    cursor: pointer;
  944.    transition: background 0.2s, color 0.2s, transform 0.2s;
  945.  }
  946.  .suggestion-v9:hover {
  947.    background: var(--bs-primary) !important ;
  948.    color: var(--bs-white)  !important;
  949.    transform: translateY(-1px);
  950.  }
  951.  
  952.  /* Mobile */
  953.  .mobile-nav-v9 {
  954.    position: fixed;
  955.    right: 0;
  956.    top: 0;
  957.    height: 100vh;
  958.    width: min(86vw, 420px);
  959.    background: var(--card-bg);
  960.    border-left: 1px solid var(--border-color);
  961.    transform: translateX(100%);
  962.    transition: transform 0.3s ease;
  963.    z-index: 350;
  964.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  965.  }
  966.  .mobile-nav-v9.show-v9 {
  967.    transform: translateX(0);
  968.  }
  969.  .mobile-wrap-v9 {
  970.    display: flex;
  971.    flex-direction: column;
  972.    height: 100%;
  973.  }
  974.  .mobile-head-v9 {
  975.    display: flex;
  976.    align-items: center;
  977.    justify-content: space-between;
  978.    padding: 16px;
  979.    background: var(--navbar-bg);
  980.  }
  981.  .mobile-title-v9 {
  982.    font-weight: 600;
  983.  }
  984.  .mobile-list-v9 {
  985.    list-style: none;
  986.    padding: 10px 12px 20px;
  987.    margin: 0;
  988.    overflow-y: auto;
  989.  }
  990.  .mobile-link-v9 {
  991.    display: flex;
  992.    align-items: center;
  993.    justify-content: space-between;
  994.    padding: 14px 12px;
  995.    border-radius: 12px;
  996.    text-decoration: none;
  997.    color: var(--navbar-color);
  998.    font-weight: 500;
  999.    transition: background 0.2s, color 0.2s;
  1000.  }
  1001.  .mobile-link-v9:hover,
  1002.  .mobile-link-v9.active-v9 {
  1003.    background: var(--sub-nav);
  1004.    color: var(--topbar-color);
  1005.  }
  1006.  .mobile-group-v9 {
  1007.    margin-top: 4px;
  1008.  }
  1009.  .mobile-sublist-v9 {
  1010.    list-style: none;
  1011.    margin: 0;
  1012.    padding: 0;
  1013.    max-height: 0;
  1014.    overflow: auto;
  1015.    transition: max-height 0.25s ease;
  1016.    background:var(--navbar-bg);
  1017.    border-radius: 12px;
  1018.    margin-top: 6px;
  1019.  }
  1020.  .mobile-sublist-v9.show-v9 {
  1021.    max-height: 360px;
  1022.    background: var(--navbar-bg);
  1023.    padding: 6px 0;
  1024.  }
  1025.  .mobile-sublink-v9 {
  1026.    display: block;
  1027.    padding: 10px 16px;
  1028.    text-decoration: none;
  1029.    color: var(--navbar-color);
  1030.    border-radius: 10px;
  1031.    font-size: 14px;
  1032.  }
  1033.  .mobile-sublink-v9:hover {
  1034.    background: var(--sub-nav);
  1035.    color: var(--topbar-color);
  1036.  }
  1037.  .mobile-arrow-v9 {
  1038.    transition: transform 0.2s ease;
  1039.  }
  1040.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1041.    transform: rotate(180deg);
  1042.  }
  1043.  
  1044.  /* Overlay */
  1045.  .nav-overlay-v9 {
  1046.    position: fixed;
  1047.    inset: 0;
  1048.    background: rgba(0, 0, 0, 0.35);
  1049.    backdrop-filter: blur(4px);
  1050.    opacity: 0;
  1051.    visibility: hidden;
  1052.    transition: opacity 0.25s, visibility 0.25s;
  1053.    z-index: 200;
  1054.  }
  1055.  .nav-overlay-v9.show-v9 {
  1056.    opacity: 1;
  1057.    visibility: visible;
  1058.  }
  1059.  
  1060.  
  1061.  /* Utils */
  1062.  .visually-hidden {
  1063.    position: absolute !important;
  1064.    height: 1px;
  1065.    width: 1px;
  1066.    overflow: hidden;
  1067.    clip: rect(1px, 1px, 1px, 1px);
  1068.    white-space: nowrap;
  1069.  }
  1070.  
  1071.  /* Responsive tweaks */
  1072.  @media (max-width: 1300px) {
  1073.    .nav-card-v9 {
  1074.      padding: 12px 18px;
  1075.      border-radius: 16px;
  1076.    }
  1077.    .search-panel-v9 {
  1078.      width: calc(100% - 32px);
  1079.    }
  1080.  }
  1081.  @media (max-width: 576px) {
  1082.    .logo-img-v9 {
  1083.      max-height: 38px;
  1084.    }
  1085.  }
  1086. </style>
  1087.  
  1088. <script>
  1089.  /* ============ V9 JS ============ */
  1090.  ;(function () {
  1091.    const overlay = document.getElementById('navOverlayV9')
  1092.    const searchPanel = document.getElementById('searchPanelV9')
  1093.    const mobileNav = document.getElementById('mobileNavV9')
  1094.    const header = document.querySelector('.header-v9')
  1095.  
  1096.    function lockScroll(lock) {
  1097.      document.body.style.overflow = lock ? 'hidden' : ''
  1098.    }
  1099.  
  1100.    window.toggleSearchV9 = function () {
  1101.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1102.      const willOpen = !searchPanel.classList.contains('show-v9')
  1103.  
  1104.      // close mobile if open
  1105.      mobileNav.classList.remove('show-v9')
  1106.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1107.  
  1108.      searchPanel.classList.toggle('show-v9', willOpen)
  1109.      overlay.classList.toggle('show-v9', willOpen)
  1110.      btn?.setAttribute('aria-expanded', String(willOpen))
  1111.      lockScroll(willOpen)
  1112.  
  1113.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1114.    }
  1115.  
  1116.    window.toggleMobileNavV9 = function () {
  1117.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1118.      const willOpen = !mobileNav.classList.contains('show-v9')
  1119.  
  1120.      // close search if open
  1121.      searchPanel.classList.remove('show-v9')
  1122.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1123.  
  1124.      mobileNav.classList.toggle('show-v9', willOpen)
  1125.      overlay.classList.toggle('show-v9', willOpen)
  1126.      btn?.setAttribute('aria-expanded', String(willOpen))
  1127.      lockScroll(willOpen)
  1128.    }
  1129.  
  1130.    window.toggleMobileDropdownV9 = function (id) {
  1131.      const list = document.getElementById(id)
  1132.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1133.      const willOpen = !list.classList.contains('show-v9')
  1134.      // close siblings
  1135.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1136.        if (el.id !== id) el.classList.remove('show-v9')
  1137.      })
  1138.      list.classList.toggle('show-v9', willOpen)
  1139.      btn?.setAttribute('aria-expanded', String(willOpen))
  1140.    }
  1141.  
  1142.    window.closeAllV9 = function () {
  1143.      searchPanel.classList.remove('show-v9')
  1144.      mobileNav.classList.remove('show-v9')
  1145.      overlay.classList.remove('show-v9')
  1146.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1147.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1148.      lockScroll(false)
  1149.    }
  1150.  
  1151.    // ESC to close
  1152.    document.addEventListener('keydown', (e) => {
  1153.      if (e.key === 'Escape') window.closeAllV9()
  1154.    })
  1155.  
  1156.    // Sticky shrink on scroll
  1157.    let lastY = window.scrollY
  1158.    const onScroll = () => {
  1159.      const y = window.scrollY
  1160.      header.classList.toggle('is-scrolled', y > 10)
  1161.      lastY = y
  1162.    }
  1163.    onScroll()
  1164.    window.addEventListener('scroll', onScroll, { passive: true })
  1165.  
  1166.    // Suggestions fill
  1167.    document.addEventListener('click', (e) => {
  1168.      const btn = e.target.closest('.suggestion-v9')
  1169.      if (!btn) return
  1170.      const val = btn.getAttribute('data-fill') || ''
  1171.      const input = document.getElementById('q-v9')
  1172.      if (input) input.value = val
  1173.    })
  1174.  
  1175.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1176.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1177.    const moreCard = document.getElementById('more-desktop-v9')
  1178.    if (moreBtn && moreCard) {
  1179.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1180.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1181.    }
  1182.  })()
  1183. </script>
  1184.  
  1185. <script>
  1186.  document.addEventListener("DOMContentLoaded", function () {
  1187.    console.log("loaded");
  1188.  
  1189.     const searchInput = document.getElementById("search-input")
  1190.    const searchResults = document.getElementById("search-results");
  1191.  
  1192.    if (!searchInput || !searchResults) {
  1193.      console.error("Search input/results not found");
  1194.      return;
  1195.    }
  1196.  
  1197.    // Prevent form submission
  1198.    if (searchInput.form) {
  1199.      searchInput.form.addEventListener("submit", function (e) {
  1200.        e.preventDefault();
  1201.      });
  1202.    }
  1203.  
  1204.    // Add event listener for keyup
  1205.    searchInput.addEventListener("keyup", function (e) {
  1206.      console.log("Key pressed:", e.key);
  1207.      e.preventDefault();
  1208.  
  1209.      const query = searchInput.value.trim();
  1210.      console.log("User is typing: " + query);
  1211.  
  1212.      // If empty → clear and hide
  1213.      if (query === "") {
  1214.        searchResults.innerHTML = "";
  1215.        searchResults.style.display = "none";
  1216.        return;
  1217.      }
  1218.  
  1219.      // Show results
  1220.      searchResults.style.display = "block";
  1221.  
  1222.      // Fetch search results
  1223.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1224.        method: "GET",
  1225.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1226.      })
  1227.        .then(response => {
  1228.          console.log("Response Status:", response.status);
  1229.          return response.json();
  1230.        })
  1231.        .then(data => {
  1232.          console.log("Data received:", data);
  1233.          if (data.html) {
  1234.            searchResults.innerHTML = data.html;
  1235.          } else {
  1236.            searchResults.innerHTML = "<p>No results found.</p>";
  1237.          }
  1238.        })
  1239.        .catch(error => {
  1240.          console.error("Error fetching search results:", error);
  1241.        });
  1242.    });
  1243.  
  1244.    // Close results when clicking outside
  1245.    document.addEventListener("click", function (e) {
  1246.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1247.        searchResults.style.display = "none";
  1248.      }
  1249.    });
  1250.  
  1251.    // Close results on ESC key
  1252.    document.addEventListener("keydown", function (e) {
  1253.      if (e.key === "Escape") {
  1254.        searchResults.style.display = "none";
  1255.      }
  1256.    });
  1257.  });
  1258. </script>
  1259.  
  1260.  
  1261.        </header>
  1262.        <!-- end of header -->
  1263.        <!-- start of wpo-blog-hero -->
  1264.        
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272. <div class="blog-hero-v3 pt-3">
  1273.    <div class="container-fluid fluid-container">
  1274.        <div class="row g-4">
  1275.            
  1276.            
  1277.              
  1278.            <!-- Left Column -->
  1279.            <div class="col-lg-4 col-md-6">
  1280.                <div class="magazine-card tall-card h-100">
  1281.                    <div class="card-image">
  1282.                        
  1283.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1284.                        
  1285.                        <div class="image-overlay"></div>
  1286.                    </div>
  1287.                    <div class="card-content">
  1288.                        <div class="category-pill bg-primary-gradient">News</div>
  1289.                        <h2> <a href="/medical-experts-from-scotland-and-the-us-achieve-groundbreaking-brain-operation-with-automated-technology/">
  1290.                                        Medical Experts from Scotland and the US Achieve Groundbreaking Brain Operation With Automated Technology
  1291.                                    </a></h2>
  1292.                        <p></p>
  1293.                        <div class="author-section">
  1294.                            
  1295.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" style="object-fit: cover;" class="author-img">
  1296.                            
  1297.                            <div class="author-details">
  1298.                                <span class="author-name">Rose Hensley</span>
  1299.                                <span class="publish-date">14 May 2026</span>
  1300.                            </div>
  1301.                        </div>
  1302.                    </div>
  1303.                </div>
  1304.            </div>
  1305.  
  1306.            
  1307.            
  1308.  
  1309.            <!-- Center Column -->
  1310.            <div class="col-lg-4 col-md-6">
  1311.                <div class="row g-4">
  1312.                    
  1313.                    <div class="col-12">
  1314.                        <div class="magazine-card square-card">
  1315.                            <div class="card-image">
  1316.                            
  1317.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1318.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1319.                            
  1320.                                <div class="floating-category bg-primary-gradient">News</div>
  1321.                            </div>
  1322.                            <div class="card-content compact">
  1323.                                <h3> <a href="/chinas-new-ai-rules-focus-to-provide-minors-safeguards-and-suicide-prevention-reduction/" >
  1324.                                        China&#x27;s New AI Rules Focus to Provide Minors Safeguards and Suicide Prevention Reduction.
  1325.                                    </a></h3>
  1326.                                    
  1327.                                <div class="mini-meta">
  1328.                                    <span>By Rose Hensley</span>
  1329.                                    <span class="date-dot">• 13 May 2026</span>
  1330.                                </div>
  1331.                            </div>
  1332.                        </div>
  1333.                    </div>
  1334.                    
  1335.                    <div class="col-12">
  1336.                        <div class="magazine-card square-card">
  1337.                            <div class="card-image">
  1338.                            
  1339.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1340.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1341.                            
  1342.                                <div class="floating-category bg-primary-gradient">News</div>
  1343.                            </div>
  1344.                            <div class="card-content compact">
  1345.                                <h3> <a href="/gavin-newsom-states-he-is-weighing-a-presidential-campaign-for-2028/" >
  1346.                                        Gavin Newsom States He Is Weighing a Presidential Campaign for 2028
  1347.                                    </a></h3>
  1348.                                    
  1349.                                <div class="mini-meta">
  1350.                                    <span>By Rose Hensley</span>
  1351.                                    <span class="date-dot">• 13 May 2026</span>
  1352.                                </div>
  1353.                            </div>
  1354.                        </div>
  1355.                    </div>
  1356.                    
  1357.  
  1358.                </div>
  1359.            </div>
  1360.            
  1361.            
  1362.              
  1363.            <!-- Right Column -->
  1364.            <div class="col-lg-4 col-md-12">
  1365.                <div class="magazine-card featured-card">
  1366.                    <div class="featured-header">
  1367.                        <h4>Featured Story</h4>
  1368.                        <div class="featured-line"></div>
  1369.                    </div>
  1370.                    <div class="card-image featured-img" >
  1371.                    
  1372.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1373.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1374.                    
  1375.                    </div>
  1376.                    <div class="card-content featured-content">
  1377.                        <div class="category-pill bg-primary-gradient">News</div>
  1378.                        <h2><a href="/there-are-those-on-the-political-spectrum-who-offer-only-discontent-the-government-is-proceeding-with-the-job-of-economic-renewal/">
  1379.                                        There are those on the political spectrum who offer only discontent: The government is proceeding with the job of economic renewal.
  1380.                                    </a></h2>
  1381.                        
  1382.                        <div class="author-section featured-author">
  1383.                            
  1384.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" style="object-fit: cover;border-radius: 20px; width: 50px;">
  1385.                            
  1386.                            <div class="author-details">
  1387.                                <span class="author-name">Rose Hensley</span>
  1388.                                <!-- <span class="author-title">Business Analyst</span> -->
  1389.                                <span class="publish-date">13 May 2026</span>
  1390.                            </div>
  1391.                        </div>
  1392.                    </div>
  1393.                </div>
  1394.            </div>
  1395.  
  1396.            
  1397.            
  1398.        </div>
  1399.    </div>
  1400. </div>
  1401.  
  1402. <style>
  1403. /* Blog Hero V3 - Magazine Style */
  1404. .blog-hero-v3 {
  1405.    padding: 80px 0;
  1406.    position: relative;
  1407. }
  1408.  
  1409. /* Magazine Cards */
  1410. .magazine-card {
  1411.    background: var(--card-bg);
  1412.    border-radius: 20px;
  1413.    overflow: hidden;
  1414.    position: relative;
  1415.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1416.    border: 1px solid var(--border-color);
  1417. }
  1418.  
  1419. .magazine-card:hover {
  1420.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1421. }
  1422.  
  1423. /* Tall Card (Left Column) */
  1424. .tall-card {
  1425.    display: flex;
  1426.    flex-direction: column;
  1427. }
  1428.  
  1429. .tall-card .card-image {
  1430.    height: 300px;
  1431.    position: relative;
  1432.    overflow: hidden;
  1433. }
  1434.  
  1435. .tall-card .card-image img {
  1436.    width: 100%;
  1437.    height: 100%;
  1438.    object-fit: cover;
  1439.    transition: transform 0.6s ease;
  1440. }
  1441.  
  1442. .tall-card:hover .card-image img {
  1443.    transform: scale(1.1) rotate(-2deg);
  1444. }
  1445.  
  1446. .image-overlay {
  1447.    position: absolute;
  1448.    top: 0;
  1449.    left: 0;
  1450.    right: 0;
  1451.    bottom: 0;
  1452.    opacity: 0;
  1453.    transition: opacity 0.3s ease;
  1454. }
  1455.  
  1456. .tall-card:hover .image-overlay {
  1457.    opacity: 1;
  1458. }
  1459.  
  1460. .tall-card .card-content {
  1461.    padding: 20px;
  1462.    flex-grow: 1;
  1463.    display: flex;
  1464.    flex-direction: column;
  1465. }
  1466.  
  1467. .tall-card h2 {
  1468.    font-size: 1.5rem;
  1469.    font-weight: 700;
  1470.    color: #2c3e50;
  1471.    margin: 12px 0;
  1472.    line-height: 1.3;
  1473. }
  1474.  
  1475. .tall-card p {
  1476.    color: #7f8c8d;
  1477.    line-height: 1.6;
  1478.    margin-bottom: 1rem;
  1479.    flex-grow: 1;
  1480. }
  1481.  
  1482. /* Square Cards (Center Column) */
  1483. .square-card {
  1484.    position: relative;
  1485.    overflow: hidden;
  1486. }
  1487.  
  1488. .square-card .card-image {
  1489.    height: 180px;
  1490.    position: relative;
  1491. }
  1492.  
  1493. .square-card .card-image img {
  1494.    width: 100%;
  1495.    height: 100%;
  1496.    object-fit: cover;
  1497.    filter: brightness(1.1) saturate(1.2);
  1498.    transition: all 0.4s ease;
  1499. }
  1500.  
  1501. .square-card:hover .card-image img {
  1502.    transform: scale(1.15);
  1503.    filter: brightness(1.2) saturate(1.4);
  1504. }
  1505.  
  1506. .floating-category {
  1507.    position: absolute;
  1508.    top: 15px;
  1509.    right: 15px;
  1510.    padding: 8px 15px;
  1511.    border-radius: 20px;
  1512.    font-size: 0.75rem;
  1513.    text-transform: uppercase;
  1514.    letter-spacing: 1px;
  1515.    backdrop-filter: blur(10px);
  1516.    border: 1px solid rgba(255, 255, 255, 0.3);
  1517. }
  1518.  
  1519. .square-card .card-content.compact {
  1520.    padding: 1.2rem;
  1521. }
  1522.  
  1523. .square-card h3 {
  1524.    font-size: 1.1rem;
  1525.    font-weight: 600;
  1526.    color: #2c3e50;
  1527.    margin-bottom: 10px;
  1528.    line-height: 1.3;
  1529. }
  1530.  
  1531. .mini-meta {
  1532.    font-size: 0.85rem;
  1533.    color: #95a5a6;
  1534. }
  1535.  
  1536. .date-dot {
  1537.    margin-left: 8px;
  1538. }
  1539.  
  1540. /* Featured Card (Right Column) */
  1541. .featured-card {
  1542.    color: white;
  1543.    position: relative;
  1544.    overflow: hidden;
  1545. }
  1546.  
  1547. .featured-card::before {
  1548.    content: '';
  1549.    position: absolute;
  1550.    top: -50%;
  1551.    right: -50%;
  1552.    width: 200%;
  1553.    height: 200%;
  1554.    pointer-events: none;
  1555. }
  1556.  
  1557.  
  1558.  
  1559. .featured-header {
  1560.    padding: 25px 25px 0;
  1561.    position: relative;
  1562. }
  1563.  
  1564. .featured-header h4 {
  1565.    font-size: 0.9rem;
  1566.    text-transform: uppercase;
  1567.    letter-spacing: 2px;
  1568.    margin: 0;
  1569.    opacity: 0.9;
  1570. }
  1571.  
  1572. .featured-line {
  1573.    width: 50px;
  1574.    height: 2px;
  1575.    background: rgba(255, 255, 255, 0.6);
  1576.    margin-top: 10px;
  1577. }
  1578.  
  1579. .featured-img {
  1580.    height: 200px;
  1581.    margin: 1rem;
  1582.    border-radius: 15px;
  1583.    overflow: hidden;
  1584.    position: relative;
  1585. }
  1586.  
  1587. .featured-img img {
  1588.    width: 100%;
  1589.    height: 100%;
  1590.    object-fit: cover;
  1591.    transition: transform 0.5s ease;
  1592. }
  1593.  
  1594. .featured-card:hover .featured-img img {
  1595.    transform: scale(1.1);
  1596. }
  1597.  
  1598. .featured-content {
  1599.    padding: 0 1rem 1.5rem;
  1600. }
  1601.  
  1602. .featured-content h2 {
  1603.    font-size: 1.4rem;
  1604.    font-weight: 700;
  1605.    margin: 15px 0;
  1606.    line-height: 1.3;
  1607. }
  1608.  
  1609. .featured-content p {
  1610.    font-size: 0.95rem;
  1611.    opacity: 0.9;
  1612.    line-height: 1.6;
  1613.    margin-bottom: 1rem;
  1614. }
  1615.  
  1616. /* Category Pills */
  1617. .category-pill {
  1618.    display: inline-block;
  1619.    padding: 6px 16px;
  1620.    border-radius: 20px;
  1621.    font-size: 0.75rem;
  1622.    text-transform: uppercase;
  1623.    letter-spacing: 1px;
  1624.    margin-bottom: 10px;
  1625.    width: fit-content;
  1626. }
  1627.  
  1628. /* Author Sections */
  1629. .author-section {
  1630.    display: flex;
  1631.    align-items: center;
  1632.    gap: 15px;
  1633.    margin-top: auto;
  1634. }
  1635.  
  1636. .author-img {
  1637.    width: 60px;
  1638.    height: 60px;
  1639.    border-radius: 50%;
  1640.    object-fit: cover;
  1641. }
  1642.  
  1643. .author-details {
  1644.    display: flex;
  1645.    flex-direction: column;
  1646. }
  1647.  
  1648. .author-name {
  1649.    font-weight: 600;
  1650. color: #95a5a6;
  1651.    font-size: 16px;
  1652. }
  1653.  
  1654. .author-title {
  1655.    font-size: 0.8rem;
  1656. color: #95a5a6;
  1657.    font-weight: 500;
  1658. }
  1659.  
  1660. .publish-date {
  1661.    font-size: 0.8rem;
  1662.    color: #95a5a6;
  1663.    margin-top: 2px;
  1664. }
  1665.  
  1666. /* Featured Stats */
  1667. .featured-stats {
  1668.    display: flex;
  1669.    gap: 30px;
  1670.    margin: 20px 0;
  1671. }
  1672.  
  1673. .stat-item {
  1674.    text-align: center;
  1675. }
  1676.  
  1677. .stat-number {
  1678.    display: block;
  1679.    font-size: 1.5rem;
  1680.    font-weight: 700;
  1681.    color: white;
  1682. }
  1683.  
  1684. .stat-label {
  1685.    font-size: 0.8rem;
  1686.    opacity: 0.8;
  1687.    text-transform: uppercase;
  1688.    letter-spacing: 1px;
  1689. }
  1690.  
  1691. /* Read More Button */
  1692. .read-more-btn {
  1693.    padding: 0 30px 30px;
  1694. }
  1695.  
  1696. .btn-read {
  1697.    display: inline-block;
  1698.    padding: 12px 30px;
  1699.    background: linear-gradient(45deg, #667eea, #764ba2);
  1700.    color: white;
  1701.    text-decoration: none;
  1702.    border-radius: 20px;
  1703.    font-weight: 600;
  1704.    text-transform: uppercase;
  1705.    letter-spacing: 1px;
  1706.    font-size: 0.85rem;
  1707.    transition: all 0.3s ease;
  1708.    position: relative;
  1709.    overflow: hidden;
  1710. }
  1711.  
  1712. .btn-read::before {
  1713.    content: '';
  1714.    position: absolute;
  1715.    top: 0;
  1716.    left: -100%;
  1717.    width: 100%;
  1718.    height: 100%;
  1719.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1720.    transition: left 0.5s ease;
  1721. }
  1722.  
  1723. .btn-read:hover::before {
  1724.    left: 100%;
  1725. }
  1726.  
  1727. .btn-read:hover {
  1728.    transform: translateY(-2px);
  1729.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1730.    color: white;
  1731. }
  1732.  
  1733. /* Trending Bar */
  1734. .trending-bar {
  1735.    background: white;
  1736.    border-radius: 20px;
  1737.    padding: 25px 35px;
  1738.    display: flex;
  1739.    align-items: center;
  1740.    gap: 30px;
  1741.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1742.    border-left: 5px solid #667eea;
  1743. }
  1744.  
  1745. .trending-header h5 {
  1746.    margin: 0;
  1747.    font-weight: 700;
  1748.    color: #2c3e50;
  1749.    font-size: 1.1rem;
  1750. }
  1751.  
  1752. .trending-tags {
  1753.    display: flex;
  1754.    flex-wrap: wrap;
  1755.    gap: 15px;
  1756. }
  1757.  
  1758. .trend-tag {
  1759.    padding: 8px 18px;
  1760.    background: #f8f9fa;
  1761.    border: 2px solid #e9ecef;
  1762.    border-radius: 20px;
  1763.    font-size: 0.85rem;
  1764.    font-weight: 500;
  1765.    color: #495057;
  1766.    transition: all 0.3s ease;
  1767.    cursor: pointer;
  1768. }
  1769.  
  1770. .trend-tag:hover {
  1771.    background: #667eea;
  1772.    color: white;
  1773.    border-color: #667eea;
  1774.    transform: translateY(-2px);
  1775. }
  1776.  
  1777. /* Responsive Design */
  1778. @media (max-width: 992px) {
  1779.    .tall-card,
  1780.    .featured-card {
  1781.        height: auto;
  1782.        margin-bottom: 30px;
  1783.    }
  1784.    
  1785.  
  1786.    
  1787.    .trending-bar {
  1788.        flex-direction: column;
  1789.        align-items: flex-start;
  1790.        gap: 20px;
  1791.    }
  1792. }
  1793.  
  1794. @media (max-width: 768px) {
  1795.    .blog-hero-v3 {
  1796.        padding: 40px 0;
  1797.    }
  1798.  
  1799.    
  1800.    .trending-tags {
  1801.        justify-content: center;
  1802.    }
  1803.    
  1804.    .featured-stats {
  1805.        justify-content: center;
  1806.    }
  1807. }
  1808. </style>
  1809.  
  1810.  
  1811.  
  1812.  
  1813.        <!-- end of wpo-blog-hero -->
  1814.  
  1815.        <!-- start of wpo-breacking-news -->
  1816.        
  1817.        <!-- end of wpo-breacking-news -->
  1818.        
  1819.        <!-- start wpo-blog-highlights-section -->
  1820.        
  1821.  
  1822.  
  1823.  
  1824.    
  1825.  
  1826.  
  1827.  <style>
  1828.    .blog-section {
  1829.      padding: 60px 0;
  1830.    }
  1831.  
  1832.    .blog-card {
  1833.      background: var(--card-bg);
  1834.      border-radius: 12px;
  1835.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  1836.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  1837.      margin-bottom: 30px;
  1838.      overflow: hidden;
  1839.      border: none;
  1840.    }
  1841.  
  1842.    .blog-card-body {
  1843.      padding: 30px;
  1844.    }
  1845.  
  1846.    .blog-category {
  1847.      display: inline-block;
  1848.      padding: 6px 16px;
  1849.      border-radius: 20px;
  1850.      font-size: 12px;
  1851.      font-weight: 600;
  1852.      text-transform: uppercase;
  1853.      letter-spacing: 0.5px;
  1854.      margin-bottom: 20px;
  1855.    }
  1856.  
  1857.    .blog-title {
  1858.      font-weight: 700;
  1859.      color: var(--topbar-color);
  1860.      margin-bottom: 20px;
  1861.      line-height: 1.4;
  1862.      text-decoration: none;
  1863.    }
  1864.  
  1865.    .blog-title:hover {
  1866.      color: #1e40af !important;
  1867.      text-decoration: none;
  1868.    }
  1869.  
  1870.    .blog-meta {
  1871.      display: flex;
  1872.      align-items: center;
  1873.      margin-bottom: 20px;
  1874.      color: var(--topbar-color);
  1875.      font-size: 14px;
  1876.    }
  1877.  
  1878.    .blog-meta img {
  1879.      width: 35px;
  1880.      height: 35px;
  1881.      border-radius: 50%;
  1882.      object-fit: cover;
  1883.      display: block;
  1884.    }
  1885.  
  1886.    .blog-meta .meta-info {
  1887.      display: flex;
  1888.      align-items: center;
  1889.      gap: 15px;
  1890.    }
  1891.  
  1892.    .blog-description {
  1893.      color: var(--topbar-color);
  1894.      line-height: 1.7;
  1895.      margin-bottom: 25px;
  1896.      font-size: 15px;
  1897.    }
  1898.  
  1899.    .read-more-btn {
  1900.      background: transparent;
  1901.      border: 2px solid var(--bs-primary);
  1902.      color: var(--bs-primary);
  1903.      padding: 12px 30px;
  1904.      border-radius: 6px;
  1905.      font-weight: 600;
  1906.      text-transform: uppercase;
  1907.      letter-spacing: 0.5px;
  1908.      transition: all 0.3s ease;
  1909.      text-decoration: none;
  1910.      display: inline-block;
  1911.      font-size: 13px;
  1912.    }
  1913.  
  1914.    .read-more-btn:hover {
  1915.      background: var(--bs-primary);
  1916.      color: var(--bs-white) !important;
  1917.      text-decoration: none;
  1918.    }
  1919.  
  1920.    .section-title {
  1921.      text-align: center;
  1922.      margin-bottom: 50px;
  1923.    }
  1924.  
  1925.    .section-title h2 {
  1926.      font-size: 42px;
  1927.      font-weight: 800;
  1928.      color: #2c3e50;
  1929.      margin-bottom: 15px;
  1930.    }
  1931.  
  1932.    .section-title p {
  1933.      color: #6c757d;
  1934.      font-size: 18px;
  1935.      max-width: 600px;
  1936.      margin: 0 auto;
  1937.    }
  1938.  
  1939.    .avatar-placeholder {
  1940.      width: 35px;
  1941.      height: 35px;
  1942.      border-radius: 50%;
  1943.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  1944.      display: flex;
  1945.      align-items: center;
  1946.      justify-content: center;
  1947.      color: var(--bs-white);
  1948.      font-weight: bold;
  1949.      margin-right: 12px;
  1950.      overflow: hidden;
  1951.    }
  1952.  
  1953.    @media (max-width: 768px) {
  1954.  
  1955.  
  1956.      .section-title h2 {
  1957.        font-size: 32px;
  1958.      }
  1959.  
  1960.      .blog-card-body {
  1961.        padding: 20px;
  1962.      }
  1963.    }
  1964.  
  1965.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  1966.    :root{
  1967.      --fade-distance: 28px;
  1968.      --fade-duration: 700ms;
  1969.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  1970.    }
  1971.  
  1972.    .fade-base{
  1973.      opacity: 0;
  1974.      filter: blur(2px);
  1975.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  1976.      transition:
  1977.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1978.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1979.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  1980.      will-change: transform, opacity, filter;
  1981.    }
  1982.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  1983.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  1984.  
  1985.    .fade-show{
  1986.      opacity: 1;
  1987.      filter: blur(0);
  1988.      transform: translateY(0) translateZ(0);
  1989.    }
  1990.  
  1991.    /* Hover should still work after fade-in */
  1992.    .blog-card.fade-show:hover{
  1993.      transform: translateY(-5px) translateZ(0);
  1994.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1995.    }
  1996.  
  1997.    /* Reduced motion */
  1998.    @media (prefers-reduced-motion: reduce){
  1999.      .fade-base{
  2000.        transition: none !important;
  2001.        transform: none !important;
  2002.        opacity: 1 !important;
  2003.        filter: none !important;
  2004.      }
  2005.      .blog-card.fade-show:hover{
  2006.        transform: none !important;
  2007.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2008.      }
  2009.    }
  2010.  </style>
  2011.  
  2012.  <section class="blog-section">
  2013.    <div class="container-fluid fluid-container">
  2014.      <div class="row">
  2015.        <div class="section-title ">
  2016.          <h2>
  2017.                Today's Top Highlights
  2018.                   </h2>
  2019.          <p>Stay updated with the latest insights and trends in online gaming</p>
  2020.        </div>
  2021.  
  2022.        <div class="col-lg-8 col-12">
  2023.          
  2024.            <div class="blog-card fade-base">
  2025.              <div class="blog-card-body">
  2026.                <span class="blog-category bg-primary-gradient">News</span>
  2027.                <h3>
  2028.                  <a href="/previous-british-broadcasting-corporation-advisers-participate-in-parliamentary-inquiry-in-the-wake-of-allegations-of-partiality-in-unauthorized-document/" class="blog-title">
  2029.                    Previous British Broadcasting Corporation Advisers Participate in Parliamentary Inquiry In the Wake of Allegations of Partiality in Unauthorized Document
  2030.                  </a>
  2031.                </h3>
  2032.                <div class="blog-meta">
  2033.                  <div class="avatar-placeholder">
  2034.                    
  2035.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" />
  2036.                    
  2037.                  </div>
  2038.                  <div class="meta-info">
  2039.                    <span>Rose Hensley</span>
  2040.                    <span><i class="far fa-clock"></i> 13 May 2026</span>
  2041.                  </div>
  2042.                </div>
  2043.                <p class="blog-description"></p>
  2044.                <a href="/previous-british-broadcasting-corporation-advisers-participate-in-parliamentary-inquiry-in-the-wake-of-allegations-of-partiality-in-unauthorized-document/" class="read-more-btn">READ MORE</a>
  2045.              </div>
  2046.            </div>
  2047.          
  2048.            <div class="blog-card fade-base">
  2049.              <div class="blog-card-body">
  2050.                <span class="blog-category bg-primary-gradient">News</span>
  2051.                <h3>
  2052.                  <a href="/canadas-blue-jays-secure-world-series-showdown-versus-los-angeles-dodgers/" class="blog-title">
  2053.                    Canada&#x27;s Blue Jays Secure World Series Showdown Versus Los Angeles Dodgers
  2054.                  </a>
  2055.                </h3>
  2056.                <div class="blog-meta">
  2057.                  <div class="avatar-placeholder">
  2058.                    
  2059.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" />
  2060.                    
  2061.                  </div>
  2062.                  <div class="meta-info">
  2063.                    <span>Rose Hensley</span>
  2064.                    <span><i class="far fa-clock"></i> 13 May 2026</span>
  2065.                  </div>
  2066.                </div>
  2067.                <p class="blog-description"></p>
  2068.                <a href="/canadas-blue-jays-secure-world-series-showdown-versus-los-angeles-dodgers/" class="read-more-btn">READ MORE</a>
  2069.              </div>
  2070.            </div>
  2071.          
  2072.            <div class="blog-card fade-base">
  2073.              <div class="blog-card-body">
  2074.                <span class="blog-category bg-primary-gradient">News</span>
  2075.                <h3>
  2076.                  <a href="/the-english-team-name-shoaib-bashir-in-team-for-the-ashes-series-opener/" class="blog-title">
  2077.                    The English team Name Shoaib Bashir in Team for The Ashes series Opener
  2078.                  </a>
  2079.                </h3>
  2080.                <div class="blog-meta">
  2081.                  <div class="avatar-placeholder">
  2082.                    
  2083.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" />
  2084.                    
  2085.                  </div>
  2086.                  <div class="meta-info">
  2087.                    <span>Rose Hensley</span>
  2088.                    <span><i class="far fa-clock"></i> 13 May 2026</span>
  2089.                  </div>
  2090.                </div>
  2091.                <p class="blog-description"></p>
  2092.                <a href="/the-english-team-name-shoaib-bashir-in-team-for-the-ashes-series-opener/" class="read-more-btn">READ MORE</a>
  2093.              </div>
  2094.            </div>
  2095.          
  2096.            <div class="blog-card fade-base">
  2097.              <div class="blog-card-body">
  2098.                <span class="blog-category bg-primary-gradient">News</span>
  2099.                <h3>
  2100.                  <a href="/olympian-and-other-eritreans-freed-after-nearly-two-decades-without-facing-charges-relatives-say/" class="blog-title">
  2101.                    Olympian and Other Eritreans Freed After Nearly Two Decades Without Facing Charges, Relatives Say
  2102.                  </a>
  2103.                </h3>
  2104.                <div class="blog-meta">
  2105.                  <div class="avatar-placeholder">
  2106.                    
  2107.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" />
  2108.                    
  2109.                  </div>
  2110.                  <div class="meta-info">
  2111.                    <span>Rose Hensley</span>
  2112.                    <span><i class="far fa-clock"></i> 13 May 2026</span>
  2113.                  </div>
  2114.                </div>
  2115.                <p class="blog-description"></p>
  2116.                <a href="/olympian-and-other-eritreans-freed-after-nearly-two-decades-without-facing-charges-relatives-say/" class="read-more-btn">READ MORE</a>
  2117.              </div>
  2118.            </div>
  2119.          
  2120.            <div class="blog-card fade-base">
  2121.              <div class="blog-card-body">
  2122.                <span class="blog-category bg-primary-gradient">News</span>
  2123.                <h3>
  2124.                  <a href="/kpop-demon-hunters-balloons-to-take-center-stage-at-the-iconic-thanksgiving-parade/" class="blog-title">
  2125.                    KPop Demon Hunters Balloons to Take Center Stage at the Iconic Thanksgiving Parade
  2126.                  </a>
  2127.                </h3>
  2128.                <div class="blog-meta">
  2129.                  <div class="avatar-placeholder">
  2130.                    
  2131.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" />
  2132.                    
  2133.                  </div>
  2134.                  <div class="meta-info">
  2135.                    <span>Rose Hensley</span>
  2136.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2137.                  </div>
  2138.                </div>
  2139.                <p class="blog-description"></p>
  2140.                <a href="/kpop-demon-hunters-balloons-to-take-center-stage-at-the-iconic-thanksgiving-parade/" class="read-more-btn">READ MORE</a>
  2141.              </div>
  2142.            </div>
  2143.          
  2144.            <div class="blog-card fade-base">
  2145.              <div class="blog-card-body">
  2146.                <span class="blog-category bg-primary-gradient">News</span>
  2147.                <h3>
  2148.                  <a href="/disturbing-unearthing-bodies-of-vanished-mum-and-daughter-located-in-freezers-in-the-alpine-nation/" class="blog-title">
  2149.                    Disturbing Unearthing: Bodies of Vanished Mum and Daughter Located in Freezers in the Alpine Nation
  2150.                  </a>
  2151.                </h3>
  2152.                <div class="blog-meta">
  2153.                  <div class="avatar-placeholder">
  2154.                    
  2155.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" />
  2156.                    
  2157.                  </div>
  2158.                  <div class="meta-info">
  2159.                    <span>Rose Hensley</span>
  2160.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2161.                  </div>
  2162.                </div>
  2163.                <p class="blog-description"></p>
  2164.                <a href="/disturbing-unearthing-bodies-of-vanished-mum-and-daughter-located-in-freezers-in-the-alpine-nation/" class="read-more-btn">READ MORE</a>
  2165.              </div>
  2166.            </div>
  2167.          
  2168.            <div class="blog-card fade-base">
  2169.              <div class="blog-card-body">
  2170.                <span class="blog-category bg-primary-gradient">News</span>
  2171.                <h3>
  2172.                  <a href="/the-music-streaming-giants-year-end-recap-launch-date-plus-your-burning-questions-explained/" class="blog-title">
  2173.                    The Music Streaming Giant&#x27;s Year-End Recap: Launch Date plus Your Burning Questions Explained
  2174.                  </a>
  2175.                </h3>
  2176.                <div class="blog-meta">
  2177.                  <div class="avatar-placeholder">
  2178.                    
  2179.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" />
  2180.                    
  2181.                  </div>
  2182.                  <div class="meta-info">
  2183.                    <span>Rose Hensley</span>
  2184.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2185.                  </div>
  2186.                </div>
  2187.                <p class="blog-description"></p>
  2188.                <a href="/the-music-streaming-giants-year-end-recap-launch-date-plus-your-burning-questions-explained/" class="read-more-btn">READ MORE</a>
  2189.              </div>
  2190.            </div>
  2191.          
  2192.            <div class="blog-card fade-base">
  2193.              <div class="blog-card-body">
  2194.                <span class="blog-category bg-primary-gradient">News</span>
  2195.                <h3>
  2196.                  <a href="/smooth-finish-to-lionel-messis-india-tour-following-kolkata-chaos/" class="blog-title">
  2197.                    Smooth Finish to Lionel Messi&#x27;s India Tour Following Kolkata Chaos
  2198.                  </a>
  2199.                </h3>
  2200.                <div class="blog-meta">
  2201.                  <div class="avatar-placeholder">
  2202.                    
  2203.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" />
  2204.                    
  2205.                  </div>
  2206.                  <div class="meta-info">
  2207.                    <span>Rose Hensley</span>
  2208.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2209.                  </div>
  2210.                </div>
  2211.                <p class="blog-description"></p>
  2212.                <a href="/smooth-finish-to-lionel-messis-india-tour-following-kolkata-chaos/" class="read-more-btn">READ MORE</a>
  2213.              </div>
  2214.            </div>
  2215.          
  2216.            <div class="blog-card fade-base">
  2217.              <div class="blog-card-body">
  2218.                <span class="blog-category bg-primary-gradient">News</span>
  2219.                <h3>
  2220.                  <a href="/esteemed-photographer-brian-harris-life-story-a-life-through-the-camera/" class="blog-title">
  2221.                    Esteemed Photographer Brian Harris Life Story: A Life Through the Camera
  2222.                  </a>
  2223.                </h3>
  2224.                <div class="blog-meta">
  2225.                  <div class="avatar-placeholder">
  2226.                    
  2227.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" />
  2228.                    
  2229.                  </div>
  2230.                  <div class="meta-info">
  2231.                    <span>Rose Hensley</span>
  2232.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2233.                  </div>
  2234.                </div>
  2235.                <p class="blog-description"></p>
  2236.                <a href="/esteemed-photographer-brian-harris-life-story-a-life-through-the-camera/" class="read-more-btn">READ MORE</a>
  2237.              </div>
  2238.            </div>
  2239.          
  2240.            <div class="blog-card fade-base">
  2241.              <div class="blog-card-body">
  2242.                <span class="blog-category bg-primary-gradient">News</span>
  2243.                <h3>
  2244.                  <a href="/new-yorks-met-museum-faces-lawsuit-over-supposedly-nazi-stolen-van-gogh-artwork/" class="blog-title">
  2245.                    New York&#x27;s Met Museum Faces Lawsuit Over Supposedly Nazi-Stolen Van Gogh Artwork
  2246.                  </a>
  2247.                </h3>
  2248.                <div class="blog-meta">
  2249.                  <div class="avatar-placeholder">
  2250.                    
  2251.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" />
  2252.                    
  2253.                  </div>
  2254.                  <div class="meta-info">
  2255.                    <span>Rose Hensley</span>
  2256.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2257.                  </div>
  2258.                </div>
  2259.                <p class="blog-description"></p>
  2260.                <a href="/new-yorks-met-museum-faces-lawsuit-over-supposedly-nazi-stolen-van-gogh-artwork/" class="read-more-btn">READ MORE</a>
  2261.              </div>
  2262.            </div>
  2263.          
  2264.            <div class="blog-card fade-base">
  2265.              <div class="blog-card-body">
  2266.                <span class="blog-category bg-primary-gradient">News</span>
  2267.                <h3>
  2268.                  <a href="/american-lawmaker-urges-ex-royal-andrew-to-testify-in-epstein-investigation/" class="blog-title">
  2269.                    American Lawmaker Urges Ex-Royal Andrew to Testify in Epstein Investigation
  2270.                  </a>
  2271.                </h3>
  2272.                <div class="blog-meta">
  2273.                  <div class="avatar-placeholder">
  2274.                    
  2275.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" />
  2276.                    
  2277.                  </div>
  2278.                  <div class="meta-info">
  2279.                    <span>Rose Hensley</span>
  2280.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2281.                  </div>
  2282.                </div>
  2283.                <p class="blog-description"></p>
  2284.                <a href="/american-lawmaker-urges-ex-royal-andrew-to-testify-in-epstein-investigation/" class="read-more-btn">READ MORE</a>
  2285.              </div>
  2286.            </div>
  2287.          
  2288.            <div class="blog-card fade-base">
  2289.              <div class="blog-card-body">
  2290.                <span class="blog-category bg-primary-gradient">News</span>
  2291.                <h3>
  2292.                  <a href="/bahrain-to-present-case-at-uk-highest-court-over-state-immunity-in-surveillance-allegations/" class="blog-title">
  2293.                    Bahrain to Present Case at UK Highest Court Over State Immunity in Surveillance Allegations
  2294.                  </a>
  2295.                </h3>
  2296.                <div class="blog-meta">
  2297.                  <div class="avatar-placeholder">
  2298.                    
  2299.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" />
  2300.                    
  2301.                  </div>
  2302.                  <div class="meta-info">
  2303.                    <span>Rose Hensley</span>
  2304.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2305.                  </div>
  2306.                </div>
  2307.                <p class="blog-description"></p>
  2308.                <a href="/bahrain-to-present-case-at-uk-highest-court-over-state-immunity-in-surveillance-allegations/" class="read-more-btn">READ MORE</a>
  2309.              </div>
  2310.            </div>
  2311.          
  2312.          
  2313.  
  2314.        </div>
  2315.  
  2316.         <div class="col col-lg-4 col-12">
  2317.                
  2318.  
  2319.  
  2320.  
  2321.    
  2322.  
  2323. <!-- Curved Heading Sidebar -->
  2324.    <div class="sidebar mb-3">
  2325.        
  2326.       <div class="sidebar-widget mb-5">
  2327.            <div class="widget-title-wrapper mb-3">
  2328.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2329.                    <div class="title-border"></div>
  2330.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2331.                </h4>
  2332.            </div>
  2333.            <div class="widget-content shadow-sm rounded-3 p-4">
  2334.                <div class="archives-list scrollable-sidebar">
  2335.                    
  2336.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2337.                        <a href="https://www.fromagesbouffetraditions.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2338.                            <i class="ti-angle-right me-2 text-primary"></i>
  2339.                            <span class="archive-link top-color fw-semibold">meilleur casino en ligne canada</span>
  2340.                        </a>
  2341.                    </div>
  2342.                    
  2343.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2344.                        <a href="https://on360.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2345.                            <i class="ti-angle-right me-2 text-primary"></i>
  2346.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2347.                        </a>
  2348.                    </div>
  2349.                    
  2350.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2351.                        <a href="https://projectunderstood.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2352.                            <i class="ti-angle-right me-2 text-primary"></i>
  2353.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2354.                        </a>
  2355.                    </div>
  2356.                    
  2357.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2358.                        <a href="https://gauger.io/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2359.                            <i class="ti-angle-right me-2 text-primary"></i>
  2360.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2361.                        </a>
  2362.                    </div>
  2363.                    
  2364.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2365.                        <a href="https://siberiastationspa.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2366.                            <i class="ti-angle-right me-2 text-primary"></i>
  2367.                            <span class="archive-link top-color fw-semibold">casinos en ligne</span>
  2368.                        </a>
  2369.                    </div>
  2370.                    
  2371.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2372.                        <a href="https://www.cgq-qgc.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2373.                            <i class="ti-angle-right me-2 text-primary"></i>
  2374.                            <span class="archive-link top-color fw-semibold">casino en ligne quebec</span>
  2375.                        </a>
  2376.                    </div>
  2377.                    
  2378.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2379.                        <a href="https://www.beachhousevictoria.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2380.                            <i class="ti-angle-right me-2 text-primary"></i>
  2381.                            <span class="archive-link top-color fw-semibold">top betting sites</span>
  2382.                        </a>
  2383.                    </div>
  2384.                    
  2385.  
  2386.                </div>
  2387.            </div>
  2388.        </div>
  2389.        
  2390.       <div class="sidebar-widget mb-5">
  2391.            <div class="widget-title-wrapper mb-3">
  2392.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2393.                    <div class="title-border"></div>
  2394.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2395.                </h4>
  2396.            </div>
  2397.            <div class="widget-content shadow-sm rounded-3 p-4">
  2398.                <div class="archives-list scrollable-sidebar">
  2399.                    
  2400.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2401.                        <a href="https://www.students4bestevidence.net/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2402.                            <i class="ti-angle-right me-2 text-primary"></i>
  2403.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2404.                        </a>
  2405.                    </div>
  2406.                    
  2407.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2408.                        <a href="https://ali-aba.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2409.                            <i class="ti-angle-right me-2 text-primary"></i>
  2410.                            <span class="archive-link top-color fw-semibold">online casinos canada</span>
  2411.                        </a>
  2412.                    </div>
  2413.                    
  2414.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2415.                        <a href="https://www.digitaltransformationawards.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2416.                            <i class="ti-angle-right me-2 text-primary"></i>
  2417.                            <span class="archive-link top-color fw-semibold">online casinos canada</span>
  2418.                        </a>
  2419.                    </div>
  2420.                    
  2421.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2422.                        <a href="https://opaonline.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2423.                            <i class="ti-angle-right me-2 text-primary"></i>
  2424.                            <span class="archive-link top-color fw-semibold">fast withdrawal casino</span>
  2425.                        </a>
  2426.                    </div>
  2427.                    
  2428.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2429.                        <a href="https://gameplayspace.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2430.                            <i class="ti-angle-right me-2 text-primary"></i>
  2431.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2432.                        </a>
  2433.                    </div>
  2434.                    
  2435.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2436.                        <a href="https://autismspeaks.ca" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2437.                            <i class="ti-angle-right me-2 text-primary"></i>
  2438.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2439.                        </a>
  2440.                    </div>
  2441.                    
  2442.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2443.                        <a href="https://projectunderstood.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2444.                            <i class="ti-angle-right me-2 text-primary"></i>
  2445.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2446.                        </a>
  2447.                    </div>
  2448.                    
  2449.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2450.                        <a href="https://viva-media.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2451.                            <i class="ti-angle-right me-2 text-primary"></i>
  2452.                            <span class="archive-link top-color fw-semibold">gambling websites canada</span>
  2453.                        </a>
  2454.                    </div>
  2455.                    
  2456.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2457.                        <a href="https://6park.news/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2458.                            <i class="ti-angle-right me-2 text-primary"></i>
  2459.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2460.                        </a>
  2461.                    </div>
  2462.                    
  2463.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2464.                        <a href="https://www.accessibilitychrc.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2465.                            <i class="ti-angle-right me-2 text-primary"></i>
  2466.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2467.                        </a>
  2468.                    </div>
  2469.                    
  2470.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2471.                        <a href="https://www.gameshub.com/canada/online-casinos" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2472.                            <i class="ti-angle-right me-2 text-primary"></i>
  2473.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2474.                        </a>
  2475.                    </div>
  2476.                    
  2477.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2478.                        <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2479.                            <i class="ti-angle-right me-2 text-primary"></i>
  2480.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2481.                        </a>
  2482.                    </div>
  2483.                    
  2484.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2485.                        <a href="https://www.od4d.net/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2486.                            <i class="ti-angle-right me-2 text-primary"></i>
  2487.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2488.                        </a>
  2489.                    </div>
  2490.                    
  2491.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2492.                        <a href="https://www.dresshead.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2493.                            <i class="ti-angle-right me-2 text-primary"></i>
  2494.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2495.                        </a>
  2496.                    </div>
  2497.                    
  2498.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2499.                        <a href="https://nbhrf.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2500.                            <i class="ti-angle-right me-2 text-primary"></i>
  2501.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2502.                        </a>
  2503.                    </div>
  2504.                    
  2505.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2506.                        <a href="https://delbarber.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2507.                            <i class="ti-angle-right me-2 text-primary"></i>
  2508.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2509.                        </a>
  2510.                    </div>
  2511.                    
  2512.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2513.                        <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2514.                            <i class="ti-angle-right me-2 text-primary"></i>
  2515.                            <span class="archive-link top-color fw-semibold">Casinos Not Signed Up to Gamban</span>
  2516.                        </a>
  2517.                    </div>
  2518.                    
  2519.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2520.                        <a href="https://www.ichill.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2521.                            <i class="ti-angle-right me-2 text-primary"></i>
  2522.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2523.                        </a>
  2524.                    </div>
  2525.                    
  2526.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2527.                        <a href="https://www.fastestpayoutonlinecasino.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2528.                            <i class="ti-angle-right me-2 text-primary"></i>
  2529.                            <span class="archive-link top-color fw-semibold">canadian online casinos</span>
  2530.                        </a>
  2531.                    </div>
  2532.                    
  2533.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2534.                        <a href="https://delbarber.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2535.                            <i class="ti-angle-right me-2 text-primary"></i>
  2536.                            <span class="archive-link top-color fw-semibold">online casinos canada</span>
  2537.                        </a>
  2538.                    </div>
  2539.                    
  2540.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2541.                        <a href="https://craftanddough.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2542.                            <i class="ti-angle-right me-2 text-primary"></i>
  2543.                            <span class="archive-link top-color fw-semibold">credit card casino</span>
  2544.                        </a>
  2545.                    </div>
  2546.                    
  2547.  
  2548.                </div>
  2549.            </div>
  2550.        </div>
  2551.        
  2552.       <div class="sidebar-widget mb-5">
  2553.            <div class="widget-title-wrapper mb-3">
  2554.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2555.                    <div class="title-border"></div>
  2556.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2557.                </h4>
  2558.            </div>
  2559.            <div class="widget-content shadow-sm rounded-3 p-4">
  2560.                <div class="archives-list scrollable-sidebar">
  2561.                    
  2562.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2563.                        <a href="https://www.od4d.net/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2564.                            <i class="ti-angle-right me-2 text-primary"></i>
  2565.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2566.                        </a>
  2567.                    </div>
  2568.                    
  2569.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2570.                        <a href="https://synapsec.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2571.                            <i class="ti-angle-right me-2 text-primary"></i>
  2572.                            <span class="archive-link top-color fw-semibold">meilleur casino en ligne canada</span>
  2573.                        </a>
  2574.                    </div>
  2575.                    
  2576.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2577.                        <a href="https://wirkn.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2578.                            <i class="ti-angle-right me-2 text-primary"></i>
  2579.                            <span class="archive-link top-color fw-semibold">betting sites</span>
  2580.                        </a>
  2581.                    </div>
  2582.                    
  2583.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2584.                        <a href="https://scan-bugs.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2585.                            <i class="ti-angle-right me-2 text-primary"></i>
  2586.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2587.                        </a>
  2588.                    </div>
  2589.                    
  2590.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2591.                        <a href="https://www.fruitsofsherbrooke.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2592.                            <i class="ti-angle-right me-2 text-primary"></i>
  2593.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2594.                        </a>
  2595.                    </div>
  2596.                    
  2597.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2598.                        <a href="https://nbhrf.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2599.                            <i class="ti-angle-right me-2 text-primary"></i>
  2600.                            <span class="archive-link top-color fw-semibold">best online casino canada</span>
  2601.                        </a>
  2602.                    </div>
  2603.                    
  2604.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2605.                        <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2606.                            <i class="ti-angle-right me-2 text-primary"></i>
  2607.                            <span class="archive-link top-color fw-semibold">instant withdrawal casino canada</span>
  2608.                        </a>
  2609.                    </div>
  2610.                    
  2611.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2612.                        <a href="https://www.ijic.info/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2613.                            <i class="ti-angle-right me-2 text-primary"></i>
  2614.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2615.                        </a>
  2616.                    </div>
  2617.                    
  2618.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2619.                        <a href="https://www.lejournaldesherbrooke.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2620.                            <i class="ti-angle-right me-2 text-primary"></i>
  2621.                            <span class="archive-link top-color fw-semibold">casino en ligne québec</span>
  2622.                        </a>
  2623.                    </div>
  2624.                    
  2625.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2626.                        <a href="https://www.irec.net/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2627.                            <i class="ti-angle-right me-2 text-primary"></i>
  2628.                            <span class="archive-link top-color fw-semibold">casino en ligne canada</span>
  2629.                        </a>
  2630.                    </div>
  2631.                    
  2632.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2633.                        <a href="https://www.fcadv.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2634.                            <i class="ti-angle-right me-2 text-primary"></i>
  2635.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2636.                        </a>
  2637.                    </div>
  2638.                    
  2639.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2640.                        <a href="https://www.station16gallery.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2641.                            <i class="ti-angle-right me-2 text-primary"></i>
  2642.                            <span class="archive-link top-color fw-semibold">best sports betting sites canada</span>
  2643.                        </a>
  2644.                    </div>
  2645.                    
  2646.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2647.                        <a href="https://www.becausetheocean.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2648.                            <i class="ti-angle-right me-2 text-primary"></i>
  2649.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2650.                        </a>
  2651.                    </div>
  2652.                    
  2653.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2654.                        <a href="https://lovenorthernbc.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2655.                            <i class="ti-angle-right me-2 text-primary"></i>
  2656.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2657.                        </a>
  2658.                    </div>
  2659.                    
  2660.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2661.                        <a href="https://ecoledeballetduquebec.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2662.                            <i class="ti-angle-right me-2 text-primary"></i>
  2663.                            <span class="archive-link top-color fw-semibold">casino en ligne québec</span>
  2664.                        </a>
  2665.                    </div>
  2666.                    
  2667.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2668.                        <a href="https://www.governancevote.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2669.                            <i class="ti-angle-right me-2 text-primary"></i>
  2670.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2671.                        </a>
  2672.                    </div>
  2673.                    
  2674.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2675.                        <a href="https://abortionincanada.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2676.                            <i class="ti-angle-right me-2 text-primary"></i>
  2677.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2678.                        </a>
  2679.                    </div>
  2680.                    
  2681.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2682.                        <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2683.                            <i class="ti-angle-right me-2 text-primary"></i>
  2684.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2685.                        </a>
  2686.                    </div>
  2687.                    
  2688.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2689.                        <a href="https://www.gsa2024.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2690.                            <i class="ti-angle-right me-2 text-primary"></i>
  2691.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2692.                        </a>
  2693.                    </div>
  2694.                    
  2695.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2696.                        <a href="https://nbhrf.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2697.                            <i class="ti-angle-right me-2 text-primary"></i>
  2698.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2699.                        </a>
  2700.                    </div>
  2701.                    
  2702.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2703.                        <a href="https://www.cannellevanille.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2704.                            <i class="ti-angle-right me-2 text-primary"></i>
  2705.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2706.                        </a>
  2707.                    </div>
  2708.                    
  2709.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2710.                        <a href="https://www.beaconlearningcenter.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2711.                            <i class="ti-angle-right me-2 text-primary"></i>
  2712.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2713.                        </a>
  2714.                    </div>
  2715.                    
  2716.  
  2717.                </div>
  2718.            </div>
  2719.        </div>
  2720.        
  2721.       <div class="sidebar-widget mb-5">
  2722.            <div class="widget-title-wrapper mb-3">
  2723.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2724.                    <div class="title-border"></div>
  2725.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  2726.                </h4>
  2727.            </div>
  2728.            <div class="widget-content shadow-sm rounded-3 p-4">
  2729.                <div class="archives-list scrollable-sidebar">
  2730.                    
  2731.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2732.                        <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2733.                            <i class="ti-angle-right me-2 text-primary"></i>
  2734.                            <span class="archive-link top-color fw-semibold">betting sites not on gamstop</span>
  2735.                        </a>
  2736.                    </div>
  2737.                    
  2738.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2739.                        <a href="https://www.rapidtvnews.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2740.                            <i class="ti-angle-right me-2 text-primary"></i>
  2741.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2742.                        </a>
  2743.                    </div>
  2744.                    
  2745.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2746.                        <a href="https://daydreaminginparadise.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2747.                            <i class="ti-angle-right me-2 text-primary"></i>
  2748.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2749.                        </a>
  2750.                    </div>
  2751.                    
  2752.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2753.                        <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2754.                            <i class="ti-angle-right me-2 text-primary"></i>
  2755.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2756.                        </a>
  2757.                    </div>
  2758.                    
  2759.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2760.                        <a href="https://cojcr.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2761.                            <i class="ti-angle-right me-2 text-primary"></i>
  2762.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2763.                        </a>
  2764.                    </div>
  2765.                    
  2766.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2767.                        <a href="https://watergovernance.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2768.                            <i class="ti-angle-right me-2 text-primary"></i>
  2769.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2770.                        </a>
  2771.                    </div>
  2772.                    
  2773.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2774.                        <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2775.                            <i class="ti-angle-right me-2 text-primary"></i>
  2776.                            <span class="archive-link top-color fw-semibold">best online casino canada</span>
  2777.                        </a>
  2778.                    </div>
  2779.                    
  2780.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2781.                        <a href="https://watergovernance.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2782.                            <i class="ti-angle-right me-2 text-primary"></i>
  2783.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2784.                        </a>
  2785.                    </div>
  2786.                    
  2787.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2788.                        <a href="https://www.governancevote.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2789.                            <i class="ti-angle-right me-2 text-primary"></i>
  2790.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2791.                        </a>
  2792.                    </div>
  2793.                    
  2794.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2795.                        <a href="https://autismspeaks.ca" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2796.                            <i class="ti-angle-right me-2 text-primary"></i>
  2797.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2798.                        </a>
  2799.                    </div>
  2800.                    
  2801.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2802.                        <a href="https://www.devmcgill.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2803.                            <i class="ti-angle-right me-2 text-primary"></i>
  2804.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2805.                        </a>
  2806.                    </div>
  2807.                    
  2808.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2809.                        <a href="https://loplops.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2810.                            <i class="ti-angle-right me-2 text-primary"></i>
  2811.                            <span class="archive-link top-color fw-semibold">online casinos canada</span>
  2812.                        </a>
  2813.                    </div>
  2814.                    
  2815.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2816.                        <a href="https://www.balmoralresources.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2817.                            <i class="ti-angle-right me-2 text-primary"></i>
  2818.                            <span class="archive-link top-color fw-semibold">online casinos canada</span>
  2819.                        </a>
  2820.                    </div>
  2821.                    
  2822.  
  2823.                </div>
  2824.            </div>
  2825.        </div>
  2826.        
  2827. <!--        
  2828.       <div class="sidebar-widget mb-5">
  2829.            <div class="widget-title-wrapper mb-3">
  2830.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2831.                    <div class="title-border"></div>
  2832.                    <i class="ti-folder me-2"></i>Blog Archives
  2833.                </h4>
  2834.            </div>
  2835.            <div class="widget-content shadow-sm rounded-3 p-4">
  2836.                <div class="archives-list">
  2837.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2838.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2839.                            <i class="ti-angle-right me-2 text-primary"></i>
  2840.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2841.                        </a>
  2842.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  2843.                    </div>
  2844.  
  2845.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2846.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2847.                            <i class="ti-angle-right me-2 text-primary"></i>
  2848.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2849.                        </a>
  2850.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2851.                    </div>
  2852.  
  2853.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2854.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2855.                            <i class="ti-angle-right me-2 text-primary"></i>
  2856.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2857.                        </a>
  2858.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2859.                    </div>
  2860.  
  2861.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2862.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2863.                            <i class="ti-angle-right me-2 text-primary"></i>
  2864.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2865.                        </a>
  2866.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2867.                    </div>
  2868.  
  2869.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2870.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2871.                            <i class="ti-angle-right me-2 text-primary"></i>
  2872.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2873.                        </a>
  2874.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2875.                    </div>
  2876.  
  2877.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2878.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2879.                            <i class="ti-angle-right me-2 text-primary"></i>
  2880.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2881.                        </a>
  2882.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2883.                    </div>
  2884.                </div>
  2885.                
  2886.                <div class="text-center mt-4 pt-3 border-top border-color">
  2887.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2888.                        <i class="ti-archive me-1"></i>View All Archives
  2889.                    </a>
  2890.                </div>
  2891.            </div>
  2892.        </div> -->
  2893.        <div class="sidebar-widget mb-4">
  2894.            <div class="widget-title-wrapper mb-3">
  2895.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2896.                    <div class="title-border-primary"></div>
  2897.                    <i class="ti-star me-2"></i>Popular Posts
  2898.                </h4>
  2899.            </div>
  2900.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  2901.                <div class="popular-post-list">
  2902.                    
  2903.                    
  2904.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2905.                        <div class="post-content flex-grow-1">
  2906.                            <h6 class="post-title mb-1">
  2907.                                 <a href="/james-cameron-clarifies-avatar-movies-are-not-made-by-computers/" class="text-decoration-none top-color fw-semibold lh-sm">
  2908.                                            James Cameron Clarifies: ‘Avatar Movies Are Not Made By Computers’
  2909.                                            </a>
  2910.                            </h6>
  2911.                            <div class="post-meta">
  2912.                                <small class="text-muted">
  2913.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2914.                                </small>
  2915.                                <!-- <small class="text-muted ms-3">
  2916.                                    <i class="ti-eye me-1"></i>1,234 views
  2917.                                </small> -->
  2918.                            </div>
  2919.                        </div>
  2920.                    </div>
  2921.                    
  2922.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2923.                        <div class="post-content flex-grow-1">
  2924.                            <h6 class="post-title mb-1">
  2925.                                 <a href="/restrained-solitary-and-frightened-the-grim-reality-for-female-prisoners-made-to-give-birth-in-incarceration/" class="text-decoration-none top-color fw-semibold lh-sm">
  2926.                                            Restrained, Solitary and Frightened: The Grim Reality for Female Prisoners Made to Give Birth in Incarceration.
  2927.                                            </a>
  2928.                            </h6>
  2929.                            <div class="post-meta">
  2930.                                <small class="text-muted">
  2931.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2932.                                </small>
  2933.                                <!-- <small class="text-muted ms-3">
  2934.                                    <i class="ti-eye me-1"></i>1,234 views
  2935.                                </small> -->
  2936.                            </div>
  2937.                        </div>
  2938.                    </div>
  2939.                    
  2940.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2941.                        <div class="post-content flex-grow-1">
  2942.                            <h6 class="post-title mb-1">
  2943.                                 <a href="/a-account-of-surprising-kindness-the-time-a-university-student-allowed-me-to-stay-on-her-dormitory-floor/" class="text-decoration-none top-color fw-semibold lh-sm">
  2944.                                            A Account of Surprising Kindness: The Time a University Student Allowed Me to Stay on Her Dormitory Floor
  2945.                                            </a>
  2946.                            </h6>
  2947.                            <div class="post-meta">
  2948.                                <small class="text-muted">
  2949.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2950.                                </small>
  2951.                                <!-- <small class="text-muted ms-3">
  2952.                                    <i class="ti-eye me-1"></i>1,234 views
  2953.                                </small> -->
  2954.                            </div>
  2955.                        </div>
  2956.                    </div>
  2957.                    
  2958.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2959.                        <div class="post-content flex-grow-1">
  2960.                            <h6 class="post-title mb-1">
  2961.                                 <a href="/among-the-bombed-out-remains-of-an-apartment-block-i-encountered-a-book-i-had-translated/" class="text-decoration-none top-color fw-semibold lh-sm">
  2962.                                            Among the Bombed-Out Remains of an Apartment Block, I Encountered a Book I Had Translated
  2963.                                            </a>
  2964.                            </h6>
  2965.                            <div class="post-meta">
  2966.                                <small class="text-muted">
  2967.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2968.                                </small>
  2969.                                <!-- <small class="text-muted ms-3">
  2970.                                    <i class="ti-eye me-1"></i>1,234 views
  2971.                                </small> -->
  2972.                            </div>
  2973.                        </div>
  2974.                    </div>
  2975.                    
  2976.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2977.                        <div class="post-content flex-grow-1">
  2978.                            <h6 class="post-title mb-1">
  2979.                                 <a href="/3-game-pass-titles-were-enjoying-over-the-weekend-october-10-12/" class="text-decoration-none top-color fw-semibold lh-sm">
  2980.                                            3 Game Pass Titles We&#x27;re Enjoying Over the Weekend (October 10-12)
  2981.                                            </a>
  2982.                            </h6>
  2983.                            <div class="post-meta">
  2984.                                <small class="text-muted">
  2985.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2986.                                </small>
  2987.                                <!-- <small class="text-muted ms-3">
  2988.                                    <i class="ti-eye me-1"></i>1,234 views
  2989.                                </small> -->
  2990.                            </div>
  2991.                        </div>
  2992.                    </div>
  2993.                    
  2994.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2995.                        <div class="post-content flex-grow-1">
  2996.                            <h6 class="post-title mb-1">
  2997.                                 <a href="/life-for-120000-refugees-in-the-massive-mbera-camp-on-the-malians-border/" class="text-decoration-none top-color fw-semibold lh-sm">
  2998.                                            Life for 120,000 Refugees in the Massive Mbera Camp on the Malians Border.
  2999.                                            </a>
  3000.                            </h6>
  3001.                            <div class="post-meta">
  3002.                                <small class="text-muted">
  3003.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3004.                                </small>
  3005.                                <!-- <small class="text-muted ms-3">
  3006.                                    <i class="ti-eye me-1"></i>1,234 views
  3007.                                </small> -->
  3008.                            </div>
  3009.                        </div>
  3010.                    </div>
  3011.                    
  3012.  
  3013.                </div>
  3014.                
  3015.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3016.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3017.                        <i class="ti-trophy me-1"></i>View All Popular
  3018.                    </a>
  3019.                </div> -->
  3020.            </div>
  3021.        </div>
  3022.  
  3023. </div>
  3024. <style>
  3025.    
  3026.  .widget-content {
  3027.    background-color: var(--card-bg);
  3028.    border: 1px solid var(--border-color);
  3029.  }
  3030. </style>
  3031.  
  3032.    
  3033.            </div>
  3034.      </div>
  3035.    </div>
  3036.  </section>
  3037.  
  3038.  <script>
  3039.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  3040.    document.addEventListener('DOMContentLoaded', function () {
  3041.      // Fallback if IntersectionObserver unavailable
  3042.      if (!('IntersectionObserver' in window)) {
  3043.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  3044.        return;
  3045.      }
  3046.  
  3047.      let lastY = window.pageYOffset || 0;
  3048.      let scrollDir = 'down';
  3049.      let ticking = false;
  3050.  
  3051.      // Jank-free scroll direction tracking
  3052.      window.addEventListener('scroll', () => {
  3053.        const y = window.pageYOffset || 0;
  3054.        if (!ticking) {
  3055.          requestAnimationFrame(() => {
  3056.            scrollDir = y > lastY ? 'down' : 'up';
  3057.            lastY = y <= 0 ? 0 : y;
  3058.            ticking = false;
  3059.          });
  3060.          ticking = true;
  3061.        }
  3062.      }, { passive: true });
  3063.  
  3064.      const options = {
  3065.        threshold: 0.18,
  3066.        rootMargin: '0px 0px -8% 0px'
  3067.      };
  3068.  
  3069.      const io = new IntersectionObserver((entries) => {
  3070.        entries.forEach((entry) => {
  3071.          const el = entry.target;
  3072.  
  3073.          if (entry.isIntersecting) {
  3074.            // direction-based class
  3075.            el.classList.remove('fade-up', 'fade-down');
  3076.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  3077.  
  3078.            // smooth timing (override-able per element via CSS vars)
  3079.            if (!el.style.getPropertyValue('--dur')) {
  3080.              el.style.setProperty('--dur', '700ms');
  3081.            }
  3082.            if (!el.style.getPropertyValue('--ease')) {
  3083.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  3084.            }
  3085.  
  3086.            el.classList.add('fade-show');
  3087.          } else {
  3088.            // re-animate when re-entering
  3089.            el.classList.remove('fade-show');
  3090.          }
  3091.        });
  3092.      }, options);
  3093.  
  3094.      // Observe all fade targets with a light stagger
  3095.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  3096.      nodes.forEach((el, i) => {
  3097.        // 0–5 -> 0–300ms stagger (loops every 6)
  3098.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  3099.        io.observe(el);
  3100.      });
  3101.    });
  3102.  </script>
  3103.  
  3104.  
  3105.    
  3106.        
  3107.        <!-- end wpo-blog-highlights-section -->
  3108.        <!-- start wpo-blog-sponsored-section -->
  3109.        
  3110.  
  3111.  
  3112.  
  3113.    
  3114.  
  3115.  
  3116.  
  3117. <style>
  3118.    .sponsored-section-v2 {
  3119.        padding: 40px 0;
  3120.        background: var(--body-bg);
  3121.    }
  3122.    
  3123.    .sponsored-card-v2 {
  3124.        background: var(--body-bg);
  3125.        border: 1px solid #f0f0f0;
  3126.        border-radius: 8px;
  3127.        transition: box-shadow 0.3s ease;
  3128.        height: 100%;
  3129.        position: relative;
  3130.    }
  3131.    
  3132.    .sponsored-card-v2:hover {
  3133.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  3134.    }
  3135.    
  3136.    .sponsored-image-v2 {
  3137.        position: relative;
  3138.        height: 200px;
  3139.    }
  3140.    
  3141.    .sponsored-image-v2 img {
  3142.        width: 100%;
  3143.        height: 100%;
  3144.        object-fit: cover;
  3145.    }
  3146.    
  3147.    .sponsored-badge-v2 {
  3148.        position: absolute;
  3149.        bottom: 10px;
  3150.        left: 10px;
  3151.        padding: 6px 10px;
  3152.        font-size: 12px;
  3153.        font-weight: 600;
  3154.        text-transform: uppercase;
  3155.        border-radius: 4px;
  3156.    }
  3157.    
  3158.    .sponsored-content-v2 {
  3159.        padding: 20px;
  3160.    }
  3161.    
  3162.    .sponsored-title-v2 {
  3163.        font-size: 18px;
  3164.        font-weight: 600;
  3165.        line-height: 1.4;
  3166.        margin-bottom: 10px;
  3167.    }
  3168.    
  3169.    .sponsored-title-v2 a {
  3170.        text-decoration: none;
  3171.        transition: color 0.3s ease;
  3172.    }
  3173.    
  3174.    .sponsored-title-v2 a:hover {
  3175.        color: #007bff; /* Blue hover for variety */
  3176.    }
  3177.    
  3178.    .sponsored-excerpt-v2 {
  3179.        font-size: 14px;
  3180.        color: #6c757d;
  3181.        margin-bottom: 15px;
  3182.        line-height: 1.6;
  3183.    }
  3184.    
  3185.    .sponsored-meta-v2 {
  3186.        display: flex;
  3187.        align-items: center;
  3188.        justify-content: space-between;
  3189.        font-size: 12px;
  3190.        color: #6c757d;
  3191.    }
  3192.    
  3193.    .author-info-v2 {
  3194.        display: flex;
  3195.        align-items: center;
  3196.        gap: 8px;
  3197.    }
  3198.    
  3199.    .sponsored-author-img-v2 {
  3200.        width: 28px;
  3201.        height: 28px;
  3202.        border-radius: 50%;
  3203.        object-fit: cover;
  3204.    }
  3205.    
  3206.    .section-title-sponsored-v2 {
  3207.        font-size: 2.2rem;
  3208.        font-weight: 700;
  3209.        text-align: center;
  3210.        margin-bottom: 30px;
  3211.        color: #333;
  3212.    }
  3213.  
  3214.    @media (max-width: 768px) {
  3215.        .sponsored-section-v2 {
  3216.            padding: 30px 0;
  3217.        }
  3218.        .sponsored-content-v2 {
  3219.            padding: 15px;
  3220.        }
  3221.        .sponsored-title-v2 {
  3222.            font-size: 16px;
  3223.        }
  3224.        .sponsored-excerpt-v2 {
  3225.            font-size: 13px;
  3226.        }
  3227.    }
  3228. </style>
  3229.  
  3230. <section class="sponsored-section-v2">
  3231.    <div class="container-fluid fluid-container">
  3232.        <div class="row">
  3233.            <div class="col-12">
  3234.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  3235.            </div>
  3236.        </div>
  3237.        
  3238.        <div class="row g-4">
  3239.            
  3240.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3241.                <div class="card sponsored-card-v2">
  3242.                    <div class="sponsored-image-v2">
  3243.                        
  3244.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3245.                        
  3246.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3247.                    </div>
  3248.                    <div class="sponsored-content-v2">
  3249.                        <h3 class="sponsored-title-v2">
  3250.                            <a href="/james-cameron-clarifies-avatar-movies-are-not-made-by-computers/" class="top-color">
  3251.                            James Cameron Clarifies: ‘Avatar Movies Are Not Made By Computers’
  3252.                            </a>
  3253.                        </h3>
  3254.                        <p class="sponsored-excerpt-v2">
  3255.                            
  3256.                        </p>
  3257.                        <div class="sponsored-meta-v2">
  3258.                            <div class="author-info-v2">
  3259.                                
  3260.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" style="object-fit: cover;" class="sponsored-author-img-v2">
  3261.                                
  3262.                                <span>
  3263.                                    Rose Hensley
  3264.                                </span>
  3265.                            </div>
  3266.                            <span>11 May 2026</span>
  3267.                        </div>
  3268.                    </div>
  3269.                </div>
  3270.            </div>
  3271.            
  3272.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3273.                <div class="card sponsored-card-v2">
  3274.                    <div class="sponsored-image-v2">
  3275.                        
  3276.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3277.                        
  3278.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3279.                    </div>
  3280.                    <div class="sponsored-content-v2">
  3281.                        <h3 class="sponsored-title-v2">
  3282.                            <a href="/restrained-solitary-and-frightened-the-grim-reality-for-female-prisoners-made-to-give-birth-in-incarceration/" class="top-color">
  3283.                            Restrained, Solitary and Frightened: The Grim Reality for Female Prisoners Made to Give Birth in Incarceration.
  3284.                            </a>
  3285.                        </h3>
  3286.                        <p class="sponsored-excerpt-v2">
  3287.                            
  3288.                        </p>
  3289.                        <div class="sponsored-meta-v2">
  3290.                            <div class="author-info-v2">
  3291.                                
  3292.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" style="object-fit: cover;" class="sponsored-author-img-v2">
  3293.                                
  3294.                                <span>
  3295.                                    Rose Hensley
  3296.                                </span>
  3297.                            </div>
  3298.                            <span>11 May 2026</span>
  3299.                        </div>
  3300.                    </div>
  3301.                </div>
  3302.            </div>
  3303.            
  3304.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3305.                <div class="card sponsored-card-v2">
  3306.                    <div class="sponsored-image-v2">
  3307.                        
  3308.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3309.                        
  3310.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3311.                    </div>
  3312.                    <div class="sponsored-content-v2">
  3313.                        <h3 class="sponsored-title-v2">
  3314.                            <a href="/a-account-of-surprising-kindness-the-time-a-university-student-allowed-me-to-stay-on-her-dormitory-floor/" class="top-color">
  3315.                            A Account of Surprising Kindness: The Time a University Student Allowed Me to Stay on Her Dormitory Floor
  3316.                            </a>
  3317.                        </h3>
  3318.                        <p class="sponsored-excerpt-v2">
  3319.                            
  3320.                        </p>
  3321.                        <div class="sponsored-meta-v2">
  3322.                            <div class="author-info-v2">
  3323.                                
  3324.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" style="object-fit: cover;" class="sponsored-author-img-v2">
  3325.                                
  3326.                                <span>
  3327.                                    Rose Hensley
  3328.                                </span>
  3329.                            </div>
  3330.                            <span>11 May 2026</span>
  3331.                        </div>
  3332.                    </div>
  3333.                </div>
  3334.            </div>
  3335.            
  3336.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3337.                <div class="card sponsored-card-v2">
  3338.                    <div class="sponsored-image-v2">
  3339.                        
  3340.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3341.                        
  3342.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3343.                    </div>
  3344.                    <div class="sponsored-content-v2">
  3345.                        <h3 class="sponsored-title-v2">
  3346.                            <a href="/among-the-bombed-out-remains-of-an-apartment-block-i-encountered-a-book-i-had-translated/" class="top-color">
  3347.                            Among the Bombed-Out Remains of an Apartment Block, I Encountered a Book I Had Translated
  3348.                            </a>
  3349.                        </h3>
  3350.                        <p class="sponsored-excerpt-v2">
  3351.                            
  3352.                        </p>
  3353.                        <div class="sponsored-meta-v2">
  3354.                            <div class="author-info-v2">
  3355.                                
  3356.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" style="object-fit: cover;" class="sponsored-author-img-v2">
  3357.                                
  3358.                                <span>
  3359.                                    Rose Hensley
  3360.                                </span>
  3361.                            </div>
  3362.                            <span>11 May 2026</span>
  3363.                        </div>
  3364.                    </div>
  3365.                </div>
  3366.            </div>
  3367.            
  3368.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3369.                <div class="card sponsored-card-v2">
  3370.                    <div class="sponsored-image-v2">
  3371.                        
  3372.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3373.                        
  3374.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3375.                    </div>
  3376.                    <div class="sponsored-content-v2">
  3377.                        <h3 class="sponsored-title-v2">
  3378.                            <a href="/3-game-pass-titles-were-enjoying-over-the-weekend-october-10-12/" class="top-color">
  3379.                            3 Game Pass Titles We&#x27;re Enjoying Over the Weekend (October 10-12)
  3380.                            </a>
  3381.                        </h3>
  3382.                        <p class="sponsored-excerpt-v2">
  3383.                            
  3384.                        </p>
  3385.                        <div class="sponsored-meta-v2">
  3386.                            <div class="author-info-v2">
  3387.                                
  3388.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" style="object-fit: cover;" class="sponsored-author-img-v2">
  3389.                                
  3390.                                <span>
  3391.                                    Rose Hensley
  3392.                                </span>
  3393.                            </div>
  3394.                            <span>11 May 2026</span>
  3395.                        </div>
  3396.                    </div>
  3397.                </div>
  3398.            </div>
  3399.            
  3400.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3401.                <div class="card sponsored-card-v2">
  3402.                    <div class="sponsored-image-v2">
  3403.                        
  3404.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3405.                        
  3406.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3407.                    </div>
  3408.                    <div class="sponsored-content-v2">
  3409.                        <h3 class="sponsored-title-v2">
  3410.                            <a href="/life-for-120000-refugees-in-the-massive-mbera-camp-on-the-malians-border/" class="top-color">
  3411.                            Life for 120,000 Refugees in the Massive Mbera Camp on the Malians Border.
  3412.                            </a>
  3413.                        </h3>
  3414.                        <p class="sponsored-excerpt-v2">
  3415.                            
  3416.                        </p>
  3417.                        <div class="sponsored-meta-v2">
  3418.                            <div class="author-info-v2">
  3419.                                
  3420.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c4aea592-ea94-42e0-b400-0102fe3716e7_profile.png" alt="Rose Hensley" style="object-fit: cover;" class="sponsored-author-img-v2">
  3421.                                
  3422.                                <span>
  3423.                                    Rose Hensley
  3424.                                </span>
  3425.                            </div>
  3426.                            <span>11 May 2026</span>
  3427.                        </div>
  3428.                    </div>
  3429.                </div>
  3430.            </div>
  3431.            
  3432.        </div>
  3433.    </div>
  3434. </section>
  3435.  
  3436.  
  3437.    
  3438.        <!-- end wpo-blog-sponsored-section -->
  3439.        <!-- start wpo-subscribe-section -->
  3440.        
  3441.        <!-- end subscribe-section -->
  3442.        <!-- start of wpo-site-footer-section -->
  3443.        
  3444.  
  3445.  
  3446.  
  3447.  
  3448.  
  3449. <footer class="wpo-site-footer-v5 bg-primary-gradient">
  3450.  <!-- Top Layer: Logo & Tagline -->
  3451.  <div class="footer-top-layer py-5 text-center">
  3452.    <div class="container-fluid fluid-container">
  3453.      <div class="row">
  3454.        <div class="col-12">
  3455.          <div class="brand-logo">
  3456.            
  3457.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d8aeaa01-09a2-4377-b84c-da773e05d661_logo.png" alt="OriginLine Blog" class="footer-logo" />
  3458.            
  3459.            <p class="brand-tagline mt-2">Discover insights on technology, digital transformation, and industry trends through in-depth articles and expert analysis on the OriginLine blog.</p>
  3460.          </div>
  3461.        </div>
  3462.      </div>
  3463.    </div>
  3464.  </div>
  3465.  
  3466.  <!-- Content Layer: Full-Width Bands -->
  3467.  <div class="footer-content-layer pt-4">
  3468.    <div class="container-fluid fluid-container">
  3469.      <!-- Quick Links -->
  3470.      <div class="row">
  3471.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  3472.          <h5 class="column-title">Quick Links</h5>
  3473.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3474.            
  3475.              <li>
  3476.                <a class="menu-link" href="/abigail-spanberger-creates-a-landmark-as-virginias-initial-woman-state-leader/">Abigail Spanberger Creates a Landmark as Virginia&#x27;s Initial Woman State Leader</a>
  3477.              </li>
  3478.            
  3479.              <li>
  3480.                <a class="menu-link" href="/when-did-i-get-that-good-looking-bruce-springsteen-on-watching-the-actor-portray-him-in-film/">‘When Did I Get That Good-Looking?’: Bruce Springsteen on Watching The Actor Portray Him In Film</a>
  3481.              </li>
  3482.            
  3483.              <li>
  3484.                <a class="menu-link" href="/jennifer-waltons-first-record-daughters-delves-into-grief-and-style/">Jennifer Walton&#x27;s First Record &quot;Daughters&quot; Delves Into Grief and Style</a>
  3485.              </li>
  3486.            
  3487.              <li>
  3488.                <a class="menu-link" href="/putin-pledges-continuous-energy-supplies-to-india-in-rebuff-of-american-sanctions/">Putin Pledges Continuous Energy Supplies to India in Rebuff of American Sanctions</a>
  3489.              </li>
  3490.            
  3491.              <li>
  3492.                <a class="menu-link" href="/gaza-strip-conflict-in-maps-following-24-months-of-fighting/">Gaza Strip Conflict in Maps Following 24 Months of Fighting</a>
  3493.              </li>
  3494.            
  3495.              <li>
  3496.                <a class="menu-link" href="/democrats-denounce-trump-after-he-suggests-they-should-face-death-penalty/">Democrats Denounce Trump After He Suggests They Should Face Death Penalty</a>
  3497.              </li>
  3498.            
  3499.          </ul>
  3500.        </div>
  3501.      </div>
  3502.      <!-- Top Categories -->
  3503.      <div class="row">
  3504.        <div class="col-12 band-block pb-4  border-bottom">
  3505.          <h5 class="column-title">Top Categories</h5>
  3506.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3507.            
  3508.              <li>
  3509.                <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3510.              </li>
  3511.            
  3512.              <li>
  3513.                <a class="menu-link" href="/category/business/">Business</a>
  3514.              </li>
  3515.            
  3516.              <li>
  3517.                <a class="menu-link" href="/category/esports/">Esports</a>
  3518.              </li>
  3519.            
  3520.              <li>
  3521.                <a class="menu-link" href="/category/fashion/">Fashion</a>
  3522.              </li>
  3523.            
  3524.              <li>
  3525.                <a class="menu-link" href="/category/featured/">Featured</a>
  3526.              </li>
  3527.            
  3528.          </ul>
  3529.        </div>
  3530.      </div>
  3531.      <!-- Blog Rolls -->
  3532.       <div class="row">
  3533.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  3534.          <h5 class="column-title">Blog Rolls</h5>
  3535.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3536.            
  3537.            
  3538.  
  3539.            
  3540.            
  3541.              
  3542.            
  3543.          </ul>
  3544.        </div>
  3545.      </div>
  3546.    </div>
  3547.  </div>
  3548.  
  3549.  <!-- Bottom Layer -->
  3550.  <div class="footer-bottom-layer bg-primary text-white py-3">
  3551.    <div class="container-fluid fluid-container">
  3552.      <div class="row">
  3553.        <div class="col-12 text-center">
  3554.          <div class="bottom-content d-flex flex-wrap justify-content-center gap-3">
  3555.            <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3556.            <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3557.            <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3558.            <span class="copyright-info">&copy; 2026 <strong>OriginLine Blog</strong>. All rights reserved.</span>
  3559.          </div>
  3560.        </div>
  3561.      </div>
  3562.    </div>
  3563.  </div>
  3564. </footer>
  3565.  
  3566. <style>
  3567.  
  3568. .footer-logo {
  3569.    height: 60px;
  3570.    width: auto;
  3571. }
  3572.  
  3573. .brand-title {
  3574.    font-size: 22px;
  3575.    font-weight: 800;
  3576.    color: white !important;
  3577.    margin: 0;
  3578. }
  3579.  
  3580. .brand-tagline {
  3581.    font-size: 14px;
  3582.    color: white !important;
  3583.    margin: 0;
  3584. }
  3585.  
  3586. .column-title {
  3587.    font-size: 16px;
  3588.    font-weight: 700;
  3589.    color:  white !important;
  3590.    margin-bottom: 12px;
  3591.    text-align: center;
  3592. }
  3593.  
  3594. .footer-menu {
  3595.    margin: 0;
  3596. }
  3597.  
  3598. .menu-link {
  3599.    color: white !important;
  3600.    text-decoration: none;
  3601.    font-size: 14px;
  3602.    font-weight: 600;
  3603.    transition: color 0.3s ease;
  3604. }
  3605.  
  3606.  
  3607. .footer-bottom-layer {
  3608.    font-size: 13px;
  3609. }
  3610.  
  3611. .utility-link {
  3612.    color: white !important;
  3613.    text-decoration: none;
  3614.    font-size: 13px;
  3615.    font-weight: 600;
  3616.    transition: color 0.3s ease;
  3617. }
  3618.  
  3619. .utility-link:hover {
  3620.    color: blue !important;
  3621. }
  3622.  
  3623. .copyright-info {
  3624.    font-size: 13px;
  3625.    font-weight: 600;
  3626. }
  3627.  
  3628. /* Responsive Design */
  3629. @media (max-width: 768px) {
  3630.    .footer-logo {
  3631.        height: 60px;
  3632.    }
  3633.    
  3634.    .column-title {
  3635.        font-size: 15px;
  3636.    }
  3637.    
  3638.    .menu-link {
  3639.        font-size: 13px;
  3640.    }
  3641. }
  3642.  
  3643. @media (max-width: 576px) {
  3644.    .brand-title {
  3645.        font-size: 20px;
  3646.    }
  3647.    
  3648.    .brand-tagline {
  3649.        font-size: 12px;
  3650.    }
  3651.    
  3652.    .cta-btn {
  3653.        font-size: 12px;
  3654.        padding: 5px 12px;
  3655.    }
  3656.    
  3657.    .band-block {
  3658.        border-left: 3px solid var(--primary-color);
  3659.    }
  3660. }
  3661. </style>
  3662.  
  3663. <script>
  3664. // Prevent default for placeholder links
  3665. document.addEventListener('DOMContentLoaded', function() {
  3666.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3667.        anchor.addEventListener('click', function(e) {
  3668.            e.preventDefault();
  3669.        });
  3670.    });
  3671. });
  3672. document.addEventListener('DOMContentLoaded', function () {
  3673.    var btn = document.getElementById('toggleBlogRollLinks');
  3674.    if (!btn) return; // No extra items, no button
  3675.  
  3676.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3677.  
  3678.    btn.addEventListener('click', function () {
  3679.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3680.            return li.classList.contains('d-none');
  3681.        });
  3682.  
  3683.        extras.forEach(function (li) {
  3684.            if (anyHidden) {
  3685.                li.classList.remove('d-none');
  3686.                li.classList.add('show');
  3687.            } else {
  3688.                li.classList.add('d-none');
  3689.                li.classList.remove('show');
  3690.            }
  3691.        });
  3692.  
  3693.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3694.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3695.    });
  3696. });
  3697.  
  3698. </script>
  3699.  
  3700.        <!-- end of wpo-site-footer-section -->
  3701.    </div>
  3702.    <!-- end of page-wrapper -->
  3703.  
  3704.    <!-- All JavaScript files
  3705.    ================================================== -->
  3706.    
  3707.  
  3708. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3709. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3710. <!-- Plugins for this template -->
  3711. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3712. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3713. <!-- Custom script for this template -->
  3714. <script src="/static/blogapp/assets/js/script.js"></script>
  3715.  
  3716. <script>
  3717. (function () {
  3718. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3719. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3720.  
  3721. function applyFallback(img) {
  3722. if (!img || img.dataset.fallbackApplied === "1") {
  3723. return;
  3724. }
  3725. var failedSrc = img.currentSrc || img.src || "";
  3726. img.dataset.fallbackApplied = "1";
  3727. img.onerror = null;
  3728. img.src = fallbackImageSrc;
  3729. console.warn("[ImageFallback] Replaced broken image:", {
  3730. failedSrc: failedSrc,
  3731. fallbackSrc: fallbackImageSrc,
  3732. alt: img.alt || "",
  3733. });
  3734. }
  3735.  
  3736. document.querySelectorAll("img").forEach(function (img) {
  3737. if (img.complete && img.naturalWidth === 0) {
  3738. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3739. failedSrc: img.currentSrc || img.src || "",
  3740. alt: img.alt || "",
  3741. });
  3742. applyFallback(img);
  3743. }
  3744. });
  3745.  
  3746. document.addEventListener(
  3747. "error",
  3748. function (event) {
  3749. var target = event.target;
  3750. if (target && target.tagName === "IMG") {
  3751. applyFallback(target);
  3752. }
  3753. },
  3754. true
  3755. );
  3756. })();
  3757. </script>
  3758.  
  3759. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3760.  
  3761.  
  3762.  
  3763. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"6160c29cbab5442980ce5ff124a00904","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3764. </body>
  3765.  
  3766. </html>
  3767.  
  3768.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda