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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="quicksand">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_2_faduVon_A1Rw2Pg_UGPqBJ0_t1P8QO9.png">
  14.    
  15.  
  16.    <title>TrueOnline: Expert Insights on Canadian Tech and Digital Trends</title>
  17.    <meta name="description" content="TrueOnline delivers in-depth analysis and news on Canada&#x27;s technology sector, covering innovations, startups, and digital transformation across industries.">
  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://trueonline.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #00c4b4;
  42.        --bs-primary-rgb: 00c4b4;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #e6fafa;
  49.        --bs-dark: #0a2f2f;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #00c4b4;
  53.        --theme-primary-color-s2: #00c4b4;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0a2f2f;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0a2f2f;
  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: #0a2f2f;
  76.        --topbar-bg: #e6fafa;
  77.        --topbar-color: #0a2f2f;
  78.        --footer-bg: #0a2f2f;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 10px;
  83.        --link-color: #00c4b4;
  84.        --link-hover: #00a896;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(0, 196, 180, 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_82">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  407.    <span id="current-time"></span>
  408.    
  409.    <div class="unique-news-container2">
  410.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  411.            <!-- News items will be dynamically added here -->
  412.        </div>
  413.    </div>
  414.  
  415.    <div class="contact-info">
  416.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  417.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  418.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  419.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  420.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  421.        </ul>
  422.    </div>
  423. </div>
  424. </div>
  425.  
  426. <script>
  427.  // ----------------- Clock -----------------
  428.  function updateCurrentTime() {
  429.    const currentDate = new Date();
  430.    const day = currentDate.getDate().toString().padStart(2, '0');
  431.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  432.    const month = monthNames[currentDate.getMonth()];
  433.    const year = currentDate.getFullYear();
  434.    const hours = currentDate.getHours().toString().padStart(2, '0');
  435.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  436.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  437.    document.getElementById('current-time').innerHTML =
  438.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  439.  }
  440.  setInterval(updateCurrentTime, 1000);
  441.  updateCurrentTime();
  442.  
  443.  // ----------------- News from Django -----------------
  444.  const newsItems = [
  445.    
  446.      { title: "Root Expresses Dual Feelings on Pink\u002DBall Test Games Before Crucial Ashes Series Showdown", url: "/root-expresses-dual-feelings-on-pink-ball-test-games-before-crucial-ashes-series-showdown/" },
  447.    
  448.      { title: "Conversing Over the Divide: An Meeting Between Different Viewpoints", url: "/conversing-over-the-divide-an-meeting-between-different-viewpoints/" },
  449.    
  450.      { title: "WTA Finals Latest News: Rybakina Takes On Ekaterina Alexandrova, Iga Swiatek Clashes With Anisimova", url: "/wta-finals-latest-news-rybakina-takes-on-ekaterina-alexandrova-iga-swiatek-clashes-with-anisimova/" },
  451.    
  452.      { title: "Cameroonian Opposition Figure Faces Court Action Over Electoral Turmoil, Authorities Announces", url: "/cameroonian-opposition-figure-faces-court-action-over-electoral-turmoil-authorities-announces/" },
  453.    
  454.      { title: "The Big Apple Braces For Fresh Casinos Amid An American Betting Boom", url: "/the-big-apple-braces-for-fresh-casinos-amid-an-american-betting-boom/" }
  455.    
  456.  ];
  457.  
  458.  let currentNewsIndex = 0;
  459.  const newsWrapper = document.getElementById('newsWrapper');
  460.  let newsElements = [];
  461.  
  462.  function createNewsElements() {
  463.      newsItems.forEach((news, index) => {
  464.          const newsElement = document.createElement('div');
  465.          newsElement.className = 'unique-news-item2 top-color';
  466.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  467.          newsWrapper.appendChild(newsElement);
  468.          newsElements.push(newsElement);
  469.      });
  470.      if (newsElements.length > 0) {
  471.          newsElements[0].classList.add('active');
  472.      }
  473.  }
  474.  
  475.  function changeNews() {
  476.      const currentElement = newsElements[currentNewsIndex];
  477.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  478.      const nextElement = newsElements[nextIndex];
  479.  
  480.      currentElement.classList.remove('active');
  481.      currentElement.classList.add('exit-up');
  482.  
  483.      setTimeout(() => {
  484.          nextElement.classList.add('active');
  485.          currentNewsIndex = nextIndex;
  486.          setTimeout(() => {
  487.              currentElement.classList.remove('exit-up');
  488.          }, 100);
  489.      }, 250);
  490.  }
  491.  
  492.  function startNewsRotation() {
  493.      setInterval(changeNews, 5000);
  494.  }
  495.  
  496.  window.onload = function() {
  497.      createNewsElements();
  498.      startNewsRotation();
  499.  };
  500. </script>
  501.  
  502.  
  503.  
  504.            
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511. <header class="header-v2 mb-4">
  512.    <div class="main-header-v2">
  513.        <div class="container-fluid fluid-container">
  514.            <div class="row align-items-center">
  515.                <div class="col-lg-3 col-md-4 col-6">
  516.                   <div class="logo-area-v2">
  517.                        <a class="navbar-brand" href="/">
  518.                            
  519.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/5c177dcf-1572-4192-8cd3-580ba727de0e_logo.png" alt="TrueOnline">
  520.                            
  521.                        </a>
  522.                    </div>
  523.                </div>
  524.  
  525.                <div class="col-lg-6 col-md-8 col-6 d-none d-md-block">
  526.                    <div class="search-area-v2">
  527.                        <form class="search-wrapper-v2" action="#" method="get">
  528.                            <input type="search" class="search-field-v2"
  529.                                placeholder="Search articles, news, tutorials..." name="q" id="search-input1">
  530.                            <!-- <button type="submit" class="search-button-v2">
  531.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  532.                                    stroke-width="2">
  533.                                    <circle cx="11" cy="11" r="8"></circle>
  534.                                    <path d="m21 21-4.35-4.35"></path>
  535.                                </svg>
  536.                                <span>Search</span>
  537.                            </button> -->
  538.                            <!-- The search results will be displayed here -->
  539.                        </form>
  540.                        <div id="search-results1" class="search-results-container search-v1"></div>
  541.                    </div>
  542.                </div>
  543.            </div>
  544.  
  545.            <!-- Mobile Search -->
  546.            <div class="row d-md-none">
  547.                <div class="col-12">
  548.                    <div class="search-area-v2">
  549.                        <form class="search-wrapper-v2" action="#" method="get">
  550.                            <input type="search" class="search-field-v2" placeholder="Search..." name="q" id="search-input">
  551.                            <!-- <button type="submit" class="search-button-v2">
  552.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  553.                                    stroke-width="2">
  554.                                    <circle cx="11" cy="11" r="8"></circle>
  555.                                    <path d="m21 21-4.35-4.35"></path>
  556.                                </svg>
  557.                                <span>Search</span>
  558.                            </button> -->
  559.                        <!-- The search results will be displayed here -->
  560.                    </form>
  561.                    <div id="search-results12" class="search-results-container search-v1"></div>
  562.                    </div>
  563.                </div>
  564.            </div>
  565.        </div>
  566.    </div>
  567.  
  568.    <!-- Navigation Bar -->
  569.    <nav class="nav-bar-v2">
  570.        <div class="container-fluid fluid-container">
  571.            <div class="nav-container-v2 py-2">
  572.  
  573.                <!-- Mobile Menu Toggle -->
  574.                <button class="mobile-toggle d-lg-none" type="button" onclick="toggleMobileMenu()">
  575.                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  576.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  577.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  578.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  579.                    </svg>
  580.                    Menu
  581.                </button>
  582.  
  583.                <!-- Navigation Menu -->
  584.                <ul class="nav-menu-v2" id="navMenu">
  585.  
  586.                    
  587.                    <li class="nav-item-v2">
  588.                        <a href="/" class="nav-link-v2 active-v2">Home</a>
  589.                    </li>
  590.  
  591.                    
  592.                    
  593.                     <li class="nav-item-v2">
  594.                        <a href="/category/all-posts/" class="nav-link-v2">
  595.                            All Posts
  596.                        </a>
  597.                        </li>
  598.  
  599.                        
  600.  
  601.                                
  602.                                
  603.                        
  604.                     <li class="nav-item-v2">
  605.                        <a href="/category/business/" class="nav-link-v2">
  606.                            Business
  607.                        </a>
  608.                        </li>
  609.  
  610.                        
  611.  
  612.                                
  613.                                
  614.                        
  615.                     <li class="nav-item-v2">
  616.                        <a href="/category/esports/" class="nav-link-v2">
  617.                            Esports
  618.                        </a>
  619.                        </li>
  620.  
  621.                        
  622.  
  623.                                
  624.                                
  625.                        
  626.                     <li class="nav-item-v2">
  627.                        <a href="/category/fashion/" class="nav-link-v2">
  628.                            Fashion
  629.                        </a>
  630.                        </li>
  631.  
  632.                        
  633.  
  634.                                
  635.                                
  636.                        
  637.                     <li class="nav-item-v2">
  638.                        <a href="/category/featured/" class="nav-link-v2">
  639.                            Featured
  640.                        </a>
  641.                        </li>
  642.  
  643.                        
  644.  
  645.                                
  646.                                
  647.                        
  648.                    
  649.                        
  650.                        <li class="nav-item-v2" onclick="toggleDropdown(this, event)">
  651.                            <a href="#" class="nav-link-v2">
  652.                                More
  653.                                <svg class="d-lg-none" width="12" height="12" style="margin-left: 5px;"
  654.                                    viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  655.                                    <path d="m6 9 6 6 6-6"></path>
  656.                                </svg>
  657.                            </a>
  658.                            <div class="dropdown-v2">
  659.                                <a href="/category/gaming/" class="dropdown-link-v2">
  660.                                    Gaming
  661.                                </a>
  662.                                
  663.  
  664.                                
  665.                                
  666.                        
  667.                    
  668.                                <a href="/category/health/" class="dropdown-link-v2">
  669.                                    Health
  670.                                </a>
  671.                                
  672.  
  673.                                
  674.                                
  675.                        
  676.                    
  677.                                <a href="/category/life-fitness/" class="dropdown-link-v2">
  678.                                    Life &amp; Fitness
  679.                                </a>
  680.                                
  681.  
  682.                                
  683.                                
  684.                        
  685.                    
  686.                                <a href="/category/lifestyle/" class="dropdown-link-v2">
  687.                                    Lifestyle
  688.                                </a>
  689.                                
  690.  
  691.                                
  692.                                
  693.                        
  694.                    
  695.                                <a href="/category/news/" class="dropdown-link-v2">
  696.                                    News
  697.                                </a>
  698.                                
  699.  
  700.                                
  701.                                
  702.                        
  703.                    
  704.                                <a href="/category/others/" class="dropdown-link-v2">
  705.                                    Others
  706.                                </a>
  707.                                
  708.  
  709.                                
  710.                                
  711.                        
  712.                    
  713.                                <a href="/category/politics/" class="dropdown-link-v2">
  714.                                    Politics
  715.                                </a>
  716.                                
  717.  
  718.                                
  719.                                
  720.                        
  721.                    
  722.                                <a href="/category/sports/" class="dropdown-link-v2">
  723.                                    Sports
  724.                                </a>
  725.                                
  726.  
  727.                                
  728.                                
  729.                        
  730.                    
  731.                                <a href="/category/tech/" class="dropdown-link-v2">
  732.                                    Tech
  733.                                </a>
  734.                                
  735.  
  736.                                
  737.                                
  738.                        
  739.                    
  740.                                <a href="/category/travel/" class="dropdown-link-v2">
  741.                                    Travel
  742.                                </a>
  743.                                
  744.  
  745.                                
  746.                                
  747.                            </div>
  748.                        </li>
  749.                        
  750.                        
  751. <li>
  752.                  <a href="/page/contact-us/">
  753.                     Contact Us
  754.                  </a>
  755.              </li>
  756.                </ul>
  757.  
  758.            </div>
  759.        </div>
  760.    </nav>
  761. </header>
  762.  
  763. <script>
  764.    function toggleMobileMenu() {
  765.        const navMenu = document.getElementById('navMenu');
  766.        navMenu.classList.toggle('show');
  767.    }
  768.  
  769.    function toggleDropdown(element, event) {
  770.        // Only handle dropdown toggle on mobile
  771.        if (window.innerWidth < 992) {
  772.            event.preventDefault();
  773.            element.classList.toggle('dropdown-open');
  774.        }
  775.    }
  776.  
  777.    // Close mobile menu when clicking outside
  778.    document.addEventListener('click', function (event) {
  779.        const navMenu = document.getElementById('navMenu');
  780.        const mobileToggle = document.querySelector('.mobile-toggle');
  781.  
  782.        if (!navMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  783.            navMenu.classList.remove('show');
  784.        }
  785.    });
  786.  
  787.    // Handle window resize
  788.    window.addEventListener('resize', function () {
  789.        const navMenu = document.getElementById('navMenu');
  790.        if (window.innerWidth >= 992) {
  791.            navMenu.classList.remove('show');
  792.            // Remove all dropdown-open classes
  793.            document.querySelectorAll('.dropdown-open').forEach(item => {
  794.                item.classList.remove('dropdown-open');
  795.            });
  796.        }
  797.    });
  798. </script>
  799.  
  800. <script>
  801.  document.addEventListener("DOMContentLoaded", function () {
  802.    console.log("loaded");
  803.  
  804.    //const searchInput = document.getElementById("search-input1");
  805.     const searchInput = window.innerWidth <= 991
  806.      ? document.getElementById("search-input")
  807.      : document.getElementById("search-input1");
  808.    const searchResults = window.innerWidth <= 991
  809.      ? document.getElementById("search-results12") :document.getElementById("search-results1");
  810.  
  811.    if (!searchInput || !searchResults) {
  812.      console.error("Search input/results not found");
  813.      return;
  814.    }
  815.  
  816.    // Prevent form submission
  817.    if (searchInput.form) {
  818.      searchInput.form.addEventListener("submit", function (e) {
  819.        e.preventDefault();
  820.      });
  821.    }
  822.  
  823.    // Add event listener for keyup
  824.    searchInput.addEventListener("keyup", function (e) {
  825.      console.log("Key pressed:", e.key);
  826.      e.preventDefault();
  827.  
  828.      const query = searchInput.value.trim();
  829.      console.log("User is typing: " + query);
  830.  
  831.      // If empty → clear and hide
  832.      if (query === "") {
  833.        searchResults.innerHTML = "";
  834.        searchResults.style.display = "none";
  835.        return;
  836.      }
  837.  
  838.      // Show results
  839.      searchResults.style.display = "block";
  840.  
  841.      // Fetch search results
  842.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  843.        method: "GET",
  844.        headers: { "X-Requested-With": "XMLHttpRequest" },
  845.      })
  846.        .then(response => {
  847.          console.log("Response Status:", response.status);
  848.          return response.json();
  849.        })
  850.        .then(data => {
  851.          console.log("Data received:", data);
  852.          if (data.html) {
  853.            searchResults.innerHTML = data.html;
  854.          } else {
  855.            searchResults.innerHTML = "<p>No results found.</p>";
  856.          }
  857.        })
  858.        .catch(error => {
  859.          console.error("Error fetching search results:", error);
  860.        });
  861.    });
  862.  
  863.    // Close results when clicking outside
  864.    document.addEventListener("click", function (e) {
  865.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  866.        searchResults.style.display = "none";
  867.      }
  868.    });
  869.  
  870.    // Close results on ESC key
  871.    document.addEventListener("keydown", function (e) {
  872.      if (e.key === "Escape") {
  873.        searchResults.style.display = "none";
  874.      }
  875.    });
  876.  });
  877. </script>
  878.  
  879. <style>
  880.        /* search field */
  881.  .search-results-container {
  882.  position: absolute;
  883.  top: 100%; /* Position it below the input field */
  884.  left: 10px;
  885.  right: 10px;
  886.  background-color: white;
  887.  border: 1px solid #ddd;
  888.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  889.  max-height: 300px;
  890.  overflow-y: auto;
  891.  z-index: 1000;
  892.  display: none; /* Initially hidden */
  893. }
  894.  
  895. .search-results-container p {
  896.  margin: 0;
  897. }
  898.  
  899. .search-results-container .result-item {
  900.  padding: 10px;
  901.  cursor: pointer;
  902. }
  903.  
  904. .search-results-container .result-item:hover {
  905.  background-color: #f0f0f0;
  906. }
  907. </style>
  908.  
  909.        </header>
  910.        <!-- end of header -->
  911.        <!-- start of wpo-blog-hero -->
  912.        
  913.  
  914.  
  915.  
  916.  
  917.  
  918.  
  919.  
  920. <div class="blog-hero-v9">
  921.  <div class="container-fluid fluid-container">
  922.    <!-- Top Section: Split Layout -->
  923.    <div class="row g-4 mb-5">
  924.      <!-- Large Featured Article (Left) -->
  925.      
  926.              
  927.      <div class="col-lg-8 col-12">
  928.        <article class="large-featured">
  929.          <div class="featured-image-container">
  930.            
  931.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Finnish Team Stuns Back-to-Back Defending Title Holders US in U20 World Championship Quarterfinal Round." class="featured-image">
  932.            
  933.            <div class="category-tag bg-primary-gradient">News</div>
  934.          </div>
  935.          <div class="featured-content">
  936.            <h1 class="featured-title"><a href="/the-finnish-team-stuns-back-to-back-defending-title-holders-us-in-u20-world-championship-quarterfinal-round/">
  937.                                The Finnish Team Stuns Back-to-Back Defending Title Holders US in U20 World Championship Quarterfinal Round.
  938.                            </a></h1>
  939.            <p class="featured-summary"></p>
  940.            <div class="article-meta">
  941.              <div class="author-info">
  942.                
  943.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" class="author-pic" >
  944.                  
  945.                <span class="author-name">David Reed</span>
  946.                <span class="post-time">May 07, 2026</span>
  947.              </div>
  948.            </div>
  949.          </div>
  950.        </article>
  951.      </div>
  952.      
  953.      
  954.  
  955.      <!-- Smaller Featured Articles (Right, Stacked) -->
  956.      <div class="col-lg-4 col-12">
  957.        <div class="stacked-features">
  958.          
  959.          <article class="small-featured">
  960.            <div class="small-image-container">
  961.              
  962.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Struggling to have the time of your life at university? You&#x27;re not alone." class="small-image">
  963.              
  964.              <div class="category-tag bg-primary-gradient">News</div>
  965.            </div>
  966.            <div class="small-content">
  967.              <h3 class="small-title"> <a href="/struggling-to-have-the-time-of-your-life-at-university-youre-not-alone/">
  968.                                Struggling to have the time of your life at university? You&#x27;re not alone.
  969.                            </a></h3>
  970.              <p class="compact-text"></p>
  971.              <div class="small-meta">
  972.                <span class="small-author">David Reed</span>
  973.                <span class="small-date">May 07, 2026</span>
  974.              </div>
  975.            </div>
  976.          </article>
  977.      
  978.          <article class="small-featured">
  979.            <div class="small-image-container">
  980.              
  981.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Which Player is Your Favourite Cricket Player in the Legacy of the Ashes Series?" class="small-image">
  982.              
  983.              <div class="category-tag bg-primary-gradient">News</div>
  984.            </div>
  985.            <div class="small-content">
  986.              <h3 class="small-title"> <a href="/which-player-is-your-favourite-cricket-player-in-the-legacy-of-the-ashes-series/">
  987.                                Which Player is Your Favourite Cricket Player in the Legacy of the Ashes Series?
  988.                            </a></h3>
  989.              <p class="compact-text"></p>
  990.              <div class="small-meta">
  991.                <span class="small-author">David Reed</span>
  992.                <span class="small-date">May 07, 2026</span>
  993.              </div>
  994.            </div>
  995.          </article>
  996.      
  997.        </div>
  998.      </div>
  999.    </div>
  1000.    <!-- Bottom Section: Three Compact Cards -->
  1001.    <div class="row g-4">
  1002.      
  1003.      <div class="col-lg-4 col-md-6 col-12">
  1004.        <article class="compact-card">
  1005.          <div class="compact-image">
  1006.            
  1007.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Manager Claims First Celtic Win After Two Decades" >
  1008.            
  1009.            <div class="compact-category bg-primary-gradient">News</div>
  1010.          </div>
  1011.          <div class="compact-body">
  1012.            <h3 class="compact-title"> <a href="/the-manager-claims-first-celtic-win-after-two-decades/">
  1013.                                    The Manager Claims First Celtic Win After Two Decades
  1014.                                </a></h3>
  1015.            <p class="compact-text"></p>
  1016.            <div class="compact-footer">
  1017.              <span class="compact-name">David Reed</span>
  1018.              <span class="compact-date">May 07</span>
  1019.            </div>
  1020.          </div>
  1021.        </article>
  1022.      </div>
  1023.      
  1024.      <div class="col-lg-4 col-md-6 col-12">
  1025.        <article class="compact-card">
  1026.          <div class="compact-image">
  1027.            
  1028.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Can the UK&#x27;s Common Toads Be Saved from Roads and Population Collapse?" >
  1029.            
  1030.            <div class="compact-category bg-primary-gradient">News</div>
  1031.          </div>
  1032.          <div class="compact-body">
  1033.            <h3 class="compact-title"> <a href="/can-the-uks-common-toads-be-saved-from-roads-and-population-collapse/">
  1034.                                    Can the UK&#x27;s Common Toads Be Saved from Roads and Population Collapse?
  1035.                                </a></h3>
  1036.            <p class="compact-text"></p>
  1037.            <div class="compact-footer">
  1038.              <span class="compact-name">David Reed</span>
  1039.              <span class="compact-date">May 07</span>
  1040.            </div>
  1041.          </div>
  1042.        </article>
  1043.      </div>
  1044.      
  1045.    </div>
  1046.  </div>
  1047. </div>
  1048.  
  1049. <style>
  1050.  
  1051.  /* Large Featured Article */
  1052.  .large-featured {
  1053.    background: var(--card-bg, #ffffff);
  1054.    border-radius: 10px;
  1055.    overflow: hidden;
  1056.    transition: box-shadow 0.3s ease;
  1057.  }
  1058.  
  1059.  .large-featured:hover {
  1060.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1061.  }
  1062.  
  1063.  .featured-image-container {
  1064.    position: relative;
  1065.    height: 350px;
  1066.    overflow: hidden;
  1067.  }
  1068.  
  1069.  .featured-image {
  1070.    width: 100%;
  1071.    height: 100%;
  1072.    object-fit: cover;
  1073.  }
  1074.  
  1075.  .featured-content {
  1076.    padding: 2rem;
  1077.  }
  1078.  
  1079.  .featured-title {
  1080.    font-size: 2.2rem;
  1081.    font-weight: 700;
  1082.    color: #111827;
  1083.    margin-bottom: 0.75rem;
  1084.    line-height: 1.3;
  1085.  }
  1086.  
  1087.  .featured-summary {
  1088.    font-size: 1rem;
  1089.    color: #4b5563;
  1090.    line-height: 1.6;
  1091.    margin-bottom: 1.25rem;
  1092.  }
  1093.  
  1094.  .article-meta {
  1095.    display: flex;
  1096.    align-items: center;
  1097.    gap: 0.75rem;
  1098.    font-size: 0.85rem;
  1099.    color: #6b7280;
  1100.  }
  1101.  
  1102.  .author-info {
  1103.    display: flex;
  1104.    align-items: center;
  1105.    gap: 0.5rem;
  1106.  }
  1107.  
  1108.  .author-pic {
  1109.    width: 36px;
  1110.    height: 36px;
  1111.    border-radius: 50%;
  1112.  }
  1113.  
  1114.  .author-name {
  1115.    font-weight: 600;
  1116.    color: #374151;
  1117.  }
  1118.  
  1119.  /* Smaller Featured Articles (Stacked) */
  1120.  .stacked-features {
  1121.    display: flex;
  1122.    flex-direction: column;
  1123.    gap: 1.5rem;
  1124.  }
  1125.  
  1126.  .small-featured {
  1127.    background: var(--card-bg, #ffffff);
  1128.    border-radius: 10px;
  1129.    overflow: hidden;
  1130.    transition: box-shadow 0.3s ease;
  1131.  }
  1132.  
  1133.  .small-featured:hover {
  1134.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1135.  }
  1136.  
  1137.  .small-image-container {
  1138.    position: relative;
  1139.    height: 150px;
  1140.    overflow: hidden;
  1141.  }
  1142.  
  1143.  .small-image {
  1144.    width: 100%;
  1145.    height: 100%;
  1146.    object-fit: cover;
  1147.  }
  1148.  
  1149.  .small-content {
  1150.    padding: 1.25rem;
  1151.  }
  1152.  
  1153.  .small-title {
  1154.    font-size: 1.2rem;
  1155.    font-weight: 600;
  1156.    color: #111827;
  1157.    margin-bottom: 0.5rem;
  1158.  }
  1159.  
  1160.  .small-meta {
  1161.    display: flex;
  1162.    gap: 0.5rem;
  1163.    font-size: 0.8rem;
  1164.    color: #6b7280;
  1165.  }
  1166.  
  1167.  /* Category Tags - Gradient for Difference */
  1168.  .category-tag {
  1169.    position: absolute;
  1170.    top: 0.75rem;
  1171.    left: 0.75rem;
  1172.    padding: 0.3rem 1rem;
  1173.    font-size: 0.75rem;
  1174.    font-weight: 600;
  1175.    text-transform: uppercase;
  1176.    color: white;
  1177.    border-radius: 15px; /* Soft pill shape */
  1178.  }
  1179.  
  1180.  
  1181.  
  1182.  /* Compact Cards - Borderless */
  1183.  .compact-card {
  1184.    background: var(--card-bg, #ffffff);
  1185.    border-radius: 10px;
  1186.    overflow: hidden;
  1187.    transition: box-shadow 0.3s ease;
  1188.  }
  1189.  
  1190.  .compact-card:hover {
  1191.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1192.  }
  1193.  
  1194.  .compact-image {
  1195.    position: relative;
  1196.    height: 180px;
  1197.    overflow: hidden;
  1198.  }
  1199.  
  1200.  .compact-image img {
  1201.    width: 100%;
  1202.    height: 100%;
  1203.    object-fit: cover;
  1204.  }
  1205.  
  1206.  .compact-category {
  1207.    position: absolute;
  1208.    top: 0.75rem;
  1209.    left: 0.75rem;
  1210.    padding: 0.3rem 0.8rem;
  1211.    font-size: 0.7rem;
  1212.    border-radius: 15px;
  1213.    color: white;
  1214.  }
  1215.  
  1216.  .compact-body {
  1217.    padding: 1.5rem;
  1218.  }
  1219.  
  1220.  .compact-title {
  1221.    font-size: 1.1rem;
  1222.    font-weight: 600;
  1223.    color: #111827;
  1224.    margin-bottom: 0.5rem;
  1225.  }
  1226.  
  1227.  .compact-text {
  1228.    font-size: 0.9rem;
  1229.    color: #4b5563;
  1230.    line-height: 1.5;
  1231.    margin-bottom: 1rem;
  1232.  }
  1233.  
  1234.  .compact-footer {
  1235.    display: flex;
  1236.    justify-content: space-between;
  1237.    font-size: 0.8rem;
  1238.    color: #6b7280;
  1239.  }
  1240.  
  1241.  /* Responsive Design */
  1242.  @media (max-width: 992px) {
  1243.    .featured-image-container {
  1244.      height: 280px;
  1245.    }
  1246.  
  1247.    .featured-title {
  1248.      font-size: 1.8rem;
  1249.    }
  1250.  
  1251.    .small-image-container {
  1252.      height: 120px;
  1253.    }
  1254.  }
  1255.  
  1256.  @media (max-width: 768px) {
  1257.    .featured-content,
  1258.    .small-content,
  1259.    .compact-body {
  1260.      padding: 1.25rem;
  1261.    }
  1262.  
  1263.    .compact-image {
  1264.      height: 150px;
  1265.    }
  1266.  }
  1267.  
  1268.  @media (max-width: 576px) {
  1269.    .featured-title {
  1270.      font-size: 1.5rem;
  1271.    }
  1272.  
  1273.    .small-title,
  1274.    .compact-title {
  1275.      font-size: 1rem;
  1276.    }
  1277.  }
  1278. </style>
  1279.  
  1280.  
  1281.  
  1282.  
  1283.        <!-- end of wpo-blog-hero -->
  1284.  
  1285.        <!-- start of wpo-breacking-news -->
  1286.        
  1287.        <!-- end of wpo-breacking-news -->
  1288.        
  1289.        <!-- start wpo-blog-highlights-section -->
  1290.        
  1291.  
  1292.  
  1293.  
  1294.    
  1295.  
  1296.  
  1297.  
  1298. <style>
  1299.    .blog-highlights-v4 {
  1300.        padding: 30px 0;
  1301.        position: relative;
  1302.        min-height: 100vh;
  1303.        background: transparent; /* Solid background color */
  1304.    }
  1305.  
  1306.    /* Blog Container */
  1307.    .blog-container-v4 {
  1308.        position: relative;
  1309.        z-index: 10;
  1310.    }
  1311.  
  1312.    /* Card Design */
  1313.    .blog-card-v4 {
  1314.        border-radius: 25px;
  1315.        background: var(--card-bg);
  1316.        border: 1px solid var(--border-color);
  1317.        position: relative;
  1318.        overflow: hidden;
  1319.        transition: opacity 1.2s ease; /* Fade animation for card */
  1320.    }
  1321.  
  1322.    /* Image Container */
  1323.    .blog-image-container-v4 {
  1324.        height: 280px;
  1325.        border-radius: 20px 20px 0 0;
  1326.        overflow: hidden;
  1327.        position: relative;
  1328.        z-index: 2;
  1329.    }
  1330.  
  1331.    .blog-image-v4 {
  1332.        width: 100%;
  1333.        height: 100%;
  1334.        position: relative;
  1335.        overflow: hidden;
  1336.    }
  1337.  
  1338.    .blog-image-v4 img {
  1339.        width: 100%;
  1340.        height: 100%;
  1341.        object-fit: cover;
  1342.    }
  1343.  
  1344.    /* Category Badge */
  1345.    .blog-category-v4 {
  1346.        position: absolute;
  1347.        top: 20px;
  1348.        left: 20px;
  1349.        padding: 10px 18px;
  1350.        border-radius: 20px;
  1351.        font-size: 11px;
  1352.        font-weight: 700;
  1353.        text-transform: uppercase;
  1354.        letter-spacing: 1.2px;
  1355.        z-index: 5;
  1356.        border: 1px solid rgba(255, 255, 255, 0.3);
  1357.        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  1358.    }
  1359.  
  1360.    /* Content Area */
  1361.    .blog-content-v4 {
  1362.        padding: 20px 25px 25px;
  1363.        display: flex;
  1364.        flex-direction: column;
  1365.        justify-content: space-between;
  1366.        position: relative;
  1367.        z-index: 2;
  1368.    }
  1369.  
  1370.    /* Title */
  1371.    .blog-title-v4 {
  1372.        font-size: 20px;
  1373.        font-weight: 800;
  1374.        line-height: 1.3;
  1375.        margin-bottom: 8px;
  1376.    }
  1377.  
  1378.    .blog-title-v4 a {
  1379.        text-decoration: none;
  1380.    }
  1381.  
  1382.    /* Meta Information */
  1383.    .blog-meta-v4 {
  1384.        display: flex;
  1385.        align-items: center;
  1386.        gap: 12px;
  1387.        margin-bottom: 15px;
  1388.        font-size: 13px;
  1389.    }
  1390.  
  1391.    .blog-author-img-v4 {
  1392.        width: 35px;
  1393.        height: 35px;
  1394.        border-radius: 50%;
  1395.        border: 2px solid var(--border-color);
  1396.    }
  1397.  
  1398.    /* Excerpt */
  1399.    .blog-excerpt-v4 {
  1400.        font-size: 14px;
  1401.        line-height: 1.6;
  1402.        margin-bottom: 8px;
  1403.        display: -webkit-box;
  1404.        -webkit-line-clamp: 3;
  1405.        -webkit-box-orient: vertical;
  1406.        overflow: hidden;
  1407.    }
  1408.  
  1409.    /* Actions Area */
  1410.    .blog-actions-v4 {
  1411.        display: flex;
  1412.        justify-content: space-between;
  1413.        align-items: center;
  1414.    }
  1415.  
  1416.    .blog-stats-v4 {
  1417.        display: flex;
  1418.        gap: 20px;
  1419.        align-items: center;
  1420.    }
  1421.  
  1422.    .blog-stat-item-v4 {
  1423.        display: flex;
  1424.        align-items: center;
  1425.        gap: 6px;
  1426.        font-size: 12px;
  1427.    }
  1428.  
  1429.    /* Read More Button */
  1430.    .blog-read-more-v4 {
  1431.        width: 40px;
  1432.        height: 40px;
  1433.        border-radius: 50%;
  1434.        background: var(--border-color);
  1435.        border: 2px solid var(--border-color);
  1436.        display: flex;
  1437.        align-items: center;
  1438.        justify-content: center;
  1439.        text-decoration: none;
  1440.    }
  1441.  
  1442.    ..blog-read-more-v4:hover{
  1443.        background-color: #172133;
  1444.    }
  1445.    /* Section Header */
  1446.    .section-header-v4 {
  1447.        text-align: center;
  1448.        margin-bottom: 40px;
  1449.        position: relative;
  1450.        z-index: 15;
  1451.    }
  1452.  
  1453.    .section-title-v4 {
  1454.        font-size: 3.5rem;
  1455.        font-weight: 900;
  1456.        margin-bottom: .5rem;
  1457.    }
  1458.  
  1459.    .section-subtitle-v4 {
  1460.        font-size: 1.4rem;
  1461.        max-width: 700px;
  1462.        margin: 0 auto;
  1463.        line-height: 1.7;
  1464.        font-weight: 300;
  1465.    }
  1466.  
  1467.    /* Scroll Fade Animation */
  1468.    .scroll-trigger {
  1469.        opacity: 0;
  1470.        transition: opacity 1.2s ease;
  1471.    }
  1472.  
  1473.    .scroll-trigger.active {
  1474.        opacity: 1;
  1475.    }
  1476.  
  1477.    /* Responsive Design */
  1478.    @media (max-width: 768px) {
  1479.        .section-title-v4 {
  1480.            font-size: 3rem;
  1481.        }
  1482.        .blog-highlights-v4 {
  1483.            padding: 80px 0;
  1484.        }
  1485.        .blog-card-v4 {
  1486.            height: 450px;
  1487.        }
  1488.        .blog-content-v4 {
  1489.            padding: 15px 20px 20px;
  1490.        }
  1491.    }
  1492. </style>
  1493.  
  1494. <section class="blog-highlights-v4">
  1495.    <div class="container-fluid fluid-container blog-container-v4">
  1496.        <!-- Section Header -->
  1497.        <div class="row">
  1498.            <div class="col-12">
  1499.                <div class="section-header-v4">
  1500.                    <h2 class="section-title-v4">
  1501.                Today's Top Highlights
  1502.                   </h2>
  1503.                    <p class="section-subtitle-v4">Experience the future of storytelling through immersive digital journeys that blend creativity with cutting-edge technology</p>
  1504.                </div>
  1505.            </div>
  1506.        </div>
  1507.        
  1508.        <!-- Blog Grid -->
  1509.        <div class="row">
  1510.            <div class="col-lg-8">
  1511.                <div class="row g-4">
  1512.                    
  1513.                    <div class="col-lg-6 col-md-6">
  1514.                        <article class="blog-card-v4 scroll-trigger">
  1515.                            <div class="blog-image-container-v4">
  1516.                                <div class="blog-image-v4">
  1517.                                    
  1518.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1519.                                    
  1520.                                </div>
  1521.                                
  1522.                                <span class="blog-category-v4 bg-primary-gradient">
  1523.                                    News
  1524.                                </span>
  1525.                            </div>
  1526.                            
  1527.                            <div class="blog-content-v4">
  1528.                                <h3 class="blog-title-v4">
  1529.                                    <a href="/condemnation-surges-as-former-president-trumps-comments-on-rob-reiner-spurs-widespread-criticism/" class="top-color">
  1530.                                    Condemnation Surges as Former President Trump&#x27;s Comments on Rob Reiner Spurs Widespread Criticism
  1531.                                    </a>
  1532.                                </h3>
  1533.                                <div class="blog-meta-v4">
  1534.                                    
  1535.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;"  class="blog-author-img-v4">
  1536.                                    
  1537.                                    <span>By <strong>David Reed</strong></span>
  1538.                                    <span>•</span>
  1539.                                    <span>07 May 2026</span>
  1540.                                </div>
  1541.                                
  1542.                                <p class="blog-excerpt-v4">
  1543.                                    
  1544.                                </p>
  1545.                                
  1546.                                <div class="blog-actions-v4">
  1547.                                    
  1548.                                    <a href="/condemnation-surges-as-former-president-trumps-comments-on-rob-reiner-spurs-widespread-criticism/" class="blog-read-more-v4 bg-primary-gradient">
  1549.                                        <i class="ti-arrow-right"></i>
  1550.                                    </a>
  1551.                                </div>
  1552.                            </div>
  1553.                        </article>
  1554.                    </div>
  1555.                    
  1556.                    <div class="col-lg-6 col-md-6">
  1557.                        <article class="blog-card-v4 scroll-trigger">
  1558.                            <div class="blog-image-container-v4">
  1559.                                <div class="blog-image-v4">
  1560.                                    
  1561.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1562.                                    
  1563.                                </div>
  1564.                                
  1565.                                <span class="blog-category-v4 bg-primary-gradient">
  1566.                                    News
  1567.                                </span>
  1568.                            </div>
  1569.                            
  1570.                            <div class="blog-content-v4">
  1571.                                <h3 class="blog-title-v4">
  1572.                                    <a href="/this-thriller-sequel-eminfluencersem-could-give-competing-digital-thrillers-serious-fomo/" class="top-color">
  1573.                                    This Thriller Sequel &lt;em&gt;Influencers&lt;/em&gt; Could Give Competing Digital Thrillers Serious FOMO
  1574.                                    </a>
  1575.                                </h3>
  1576.                                <div class="blog-meta-v4">
  1577.                                    
  1578.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;"  class="blog-author-img-v4">
  1579.                                    
  1580.                                    <span>By <strong>David Reed</strong></span>
  1581.                                    <span>•</span>
  1582.                                    <span>07 May 2026</span>
  1583.                                </div>
  1584.                                
  1585.                                <p class="blog-excerpt-v4">
  1586.                                    
  1587.                                </p>
  1588.                                
  1589.                                <div class="blog-actions-v4">
  1590.                                    
  1591.                                    <a href="/this-thriller-sequel-eminfluencersem-could-give-competing-digital-thrillers-serious-fomo/" class="blog-read-more-v4 bg-primary-gradient">
  1592.                                        <i class="ti-arrow-right"></i>
  1593.                                    </a>
  1594.                                </div>
  1595.                            </div>
  1596.                        </article>
  1597.                    </div>
  1598.                    
  1599.                    <div class="col-lg-6 col-md-6">
  1600.                        <article class="blog-card-v4 scroll-trigger">
  1601.                            <div class="blog-image-container-v4">
  1602.                                <div class="blog-image-v4">
  1603.                                    
  1604.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1605.                                    
  1606.                                </div>
  1607.                                
  1608.                                <span class="blog-category-v4 bg-primary-gradient">
  1609.                                    News
  1610.                                </span>
  1611.                            </div>
  1612.                            
  1613.                            <div class="blog-content-v4">
  1614.                                <h3 class="blog-title-v4">
  1615.                                    <a href="/renowned-performer-the-actor-pat-finn-known-for-parts-in-the-middle-and-friends-dies-at-the-age-of-sixty/" class="top-color">
  1616.                                    Renowned Performer The actor Pat Finn, Known For Parts in The Middle and Friends, Dies at the Age of Sixty.
  1617.                                    </a>
  1618.                                </h3>
  1619.                                <div class="blog-meta-v4">
  1620.                                    
  1621.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;"  class="blog-author-img-v4">
  1622.                                    
  1623.                                    <span>By <strong>David Reed</strong></span>
  1624.                                    <span>•</span>
  1625.                                    <span>07 May 2026</span>
  1626.                                </div>
  1627.                                
  1628.                                <p class="blog-excerpt-v4">
  1629.                                    
  1630.                                </p>
  1631.                                
  1632.                                <div class="blog-actions-v4">
  1633.                                    
  1634.                                    <a href="/renowned-performer-the-actor-pat-finn-known-for-parts-in-the-middle-and-friends-dies-at-the-age-of-sixty/" class="blog-read-more-v4 bg-primary-gradient">
  1635.                                        <i class="ti-arrow-right"></i>
  1636.                                    </a>
  1637.                                </div>
  1638.                            </div>
  1639.                        </article>
  1640.                    </div>
  1641.                    
  1642.                    <div class="col-lg-6 col-md-6">
  1643.                        <article class="blog-card-v4 scroll-trigger">
  1644.                            <div class="blog-image-container-v4">
  1645.                                <div class="blog-image-v4">
  1646.                                    
  1647.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1648.                                    
  1649.                                </div>
  1650.                                
  1651.                                <span class="blog-category-v4 bg-primary-gradient">
  1652.                                    News
  1653.                                </span>
  1654.                            </div>
  1655.                            
  1656.                            <div class="blog-content-v4">
  1657.                                <h3 class="blog-title-v4">
  1658.                                    <a href="/aryna-sabalenka-ready-to-face-nick-kyrgios-in-modern-cross-gender-clash-exhibition/" class="top-color">
  1659.                                    Aryna Sabalenka Ready to Face Nick Kyrgios in Modern Cross-Gender Clash Exhibition
  1660.                                    </a>
  1661.                                </h3>
  1662.                                <div class="blog-meta-v4">
  1663.                                    
  1664.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;"  class="blog-author-img-v4">
  1665.                                    
  1666.                                    <span>By <strong>David Reed</strong></span>
  1667.                                    <span>•</span>
  1668.                                    <span>06 May 2026</span>
  1669.                                </div>
  1670.                                
  1671.                                <p class="blog-excerpt-v4">
  1672.                                    
  1673.                                </p>
  1674.                                
  1675.                                <div class="blog-actions-v4">
  1676.                                    
  1677.                                    <a href="/aryna-sabalenka-ready-to-face-nick-kyrgios-in-modern-cross-gender-clash-exhibition/" class="blog-read-more-v4 bg-primary-gradient">
  1678.                                        <i class="ti-arrow-right"></i>
  1679.                                    </a>
  1680.                                </div>
  1681.                            </div>
  1682.                        </article>
  1683.                    </div>
  1684.                    
  1685.                    <div class="col-lg-6 col-md-6">
  1686.                        <article class="blog-card-v4 scroll-trigger">
  1687.                            <div class="blog-image-container-v4">
  1688.                                <div class="blog-image-v4">
  1689.                                    
  1690.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1691.                                    
  1692.                                </div>
  1693.                                
  1694.                                <span class="blog-category-v4 bg-primary-gradient">
  1695.                                    News
  1696.                                </span>
  1697.                            </div>
  1698.                            
  1699.                            <div class="blog-content-v4">
  1700.                                <h3 class="blog-title-v4">
  1701.                                    <a href="/netflix-selects-perfect-star-for-bon-clay-in-one-piece-upcoming-installment/" class="top-color">
  1702.                                    Netflix Selects Perfect Star for Bon Clay in One Piece Upcoming Installment
  1703.                                    </a>
  1704.                                </h3>
  1705.                                <div class="blog-meta-v4">
  1706.                                    
  1707.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;"  class="blog-author-img-v4">
  1708.                                    
  1709.                                    <span>By <strong>David Reed</strong></span>
  1710.                                    <span>•</span>
  1711.                                    <span>06 May 2026</span>
  1712.                                </div>
  1713.                                
  1714.                                <p class="blog-excerpt-v4">
  1715.                                    
  1716.                                </p>
  1717.                                
  1718.                                <div class="blog-actions-v4">
  1719.                                    
  1720.                                    <a href="/netflix-selects-perfect-star-for-bon-clay-in-one-piece-upcoming-installment/" class="blog-read-more-v4 bg-primary-gradient">
  1721.                                        <i class="ti-arrow-right"></i>
  1722.                                    </a>
  1723.                                </div>
  1724.                            </div>
  1725.                        </article>
  1726.                    </div>
  1727.                    
  1728.                    <div class="col-lg-6 col-md-6">
  1729.                        <article class="blog-card-v4 scroll-trigger">
  1730.                            <div class="blog-image-container-v4">
  1731.                                <div class="blog-image-v4">
  1732.                                    
  1733.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1734.                                    
  1735.                                </div>
  1736.                                
  1737.                                <span class="blog-category-v4 bg-primary-gradient">
  1738.                                    News
  1739.                                </span>
  1740.                            </div>
  1741.                            
  1742.                            <div class="blog-content-v4">
  1743.                                <h3 class="blog-title-v4">
  1744.                                    <a href="/the-porcine-pardon-pig-named-6-7-granted-clemency-by-miami-dade-leader/" class="top-color">
  1745.                                    The Porcine Pardon: Pig Named 6-7 Granted Clemency by Miami-Dade Leader.
  1746.                                    </a>
  1747.                                </h3>
  1748.                                <div class="blog-meta-v4">
  1749.                                    
  1750.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;"  class="blog-author-img-v4">
  1751.                                    
  1752.                                    <span>By <strong>David Reed</strong></span>
  1753.                                    <span>•</span>
  1754.                                    <span>06 May 2026</span>
  1755.                                </div>
  1756.                                
  1757.                                <p class="blog-excerpt-v4">
  1758.                                    
  1759.                                </p>
  1760.                                
  1761.                                <div class="blog-actions-v4">
  1762.                                    
  1763.                                    <a href="/the-porcine-pardon-pig-named-6-7-granted-clemency-by-miami-dade-leader/" class="blog-read-more-v4 bg-primary-gradient">
  1764.                                        <i class="ti-arrow-right"></i>
  1765.                                    </a>
  1766.                                </div>
  1767.                            </div>
  1768.                        </article>
  1769.                    </div>
  1770.                    
  1771.                    <div class="col-lg-6 col-md-6">
  1772.                        <article class="blog-card-v4 scroll-trigger">
  1773.                            <div class="blog-image-container-v4">
  1774.                                <div class="blog-image-v4">
  1775.                                    
  1776.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1777.                                    
  1778.                                </div>
  1779.                                
  1780.                                <span class="blog-category-v4 bg-primary-gradient">
  1781.                                    News
  1782.                                </span>
  1783.                            </div>
  1784.                            
  1785.                            <div class="blog-content-v4">
  1786.                                <h3 class="blog-title-v4">
  1787.                                    <a href="/president-trump-calls-loved-ones-of-injured-national-guard-members-to-white-house/" class="top-color">
  1788.                                    President Trump Calls Loved Ones of Injured National Guard Members to White House
  1789.                                    </a>
  1790.                                </h3>
  1791.                                <div class="blog-meta-v4">
  1792.                                    
  1793.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;"  class="blog-author-img-v4">
  1794.                                    
  1795.                                    <span>By <strong>David Reed</strong></span>
  1796.                                    <span>•</span>
  1797.                                    <span>06 May 2026</span>
  1798.                                </div>
  1799.                                
  1800.                                <p class="blog-excerpt-v4">
  1801.                                    
  1802.                                </p>
  1803.                                
  1804.                                <div class="blog-actions-v4">
  1805.                                    
  1806.                                    <a href="/president-trump-calls-loved-ones-of-injured-national-guard-members-to-white-house/" class="blog-read-more-v4 bg-primary-gradient">
  1807.                                        <i class="ti-arrow-right"></i>
  1808.                                    </a>
  1809.                                </div>
  1810.                            </div>
  1811.                        </article>
  1812.                    </div>
  1813.                    
  1814.                    <div class="col-lg-6 col-md-6">
  1815.                        <article class="blog-card-v4 scroll-trigger">
  1816.                            <div class="blog-image-container-v4">
  1817.                                <div class="blog-image-v4">
  1818.                                    
  1819.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1820.                                    
  1821.                                </div>
  1822.                                
  1823.                                <span class="blog-category-v4 bg-primary-gradient">
  1824.                                    News
  1825.                                </span>
  1826.                            </div>
  1827.                            
  1828.                            <div class="blog-content-v4">
  1829.                                <h3 class="blog-title-v4">
  1830.                                    <a href="/scream-original-star-matthew-lillard-is-anxious-he-could-ruin-the-franchise-with-scream-7/" class="top-color">
  1831.                                    Scream Original Star Matthew Lillard Is Anxious He Could Ruin the Franchise with Scream 7.
  1832.                                    </a>
  1833.                                </h3>
  1834.                                <div class="blog-meta-v4">
  1835.                                    
  1836.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;"  class="blog-author-img-v4">
  1837.                                    
  1838.                                    <span>By <strong>David Reed</strong></span>
  1839.                                    <span>•</span>
  1840.                                    <span>06 May 2026</span>
  1841.                                </div>
  1842.                                
  1843.                                <p class="blog-excerpt-v4">
  1844.                                    
  1845.                                </p>
  1846.                                
  1847.                                <div class="blog-actions-v4">
  1848.                                    
  1849.                                    <a href="/scream-original-star-matthew-lillard-is-anxious-he-could-ruin-the-franchise-with-scream-7/" class="blog-read-more-v4 bg-primary-gradient">
  1850.                                        <i class="ti-arrow-right"></i>
  1851.                                    </a>
  1852.                                </div>
  1853.                            </div>
  1854.                        </article>
  1855.                    </div>
  1856.                    
  1857.                    <div class="col-lg-6 col-md-6">
  1858.                        <article class="blog-card-v4 scroll-trigger">
  1859.                            <div class="blog-image-container-v4">
  1860.                                <div class="blog-image-v4">
  1861.                                    
  1862.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1863.                                    
  1864.                                </div>
  1865.                                
  1866.                                <span class="blog-category-v4 bg-primary-gradient">
  1867.                                    News
  1868.                                </span>
  1869.                            </div>
  1870.                            
  1871.                            <div class="blog-content-v4">
  1872.                                <h3 class="blog-title-v4">
  1873.                                    <a href="/captain-ben-stokes-is-exhausted-yet-insists-hes-ready-to-bowl/" class="top-color">
  1874.                                    Captain Ben Stokes Is &#x27;Exhausted&#x27; Yet Insists He&#x27;s &#x27;Ready to Bowl&#x27;
  1875.                                    </a>
  1876.                                </h3>
  1877.                                <div class="blog-meta-v4">
  1878.                                    
  1879.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;"  class="blog-author-img-v4">
  1880.                                    
  1881.                                    <span>By <strong>David Reed</strong></span>
  1882.                                    <span>•</span>
  1883.                                    <span>06 May 2026</span>
  1884.                                </div>
  1885.                                
  1886.                                <p class="blog-excerpt-v4">
  1887.                                    
  1888.                                </p>
  1889.                                
  1890.                                <div class="blog-actions-v4">
  1891.                                    
  1892.                                    <a href="/captain-ben-stokes-is-exhausted-yet-insists-hes-ready-to-bowl/" class="blog-read-more-v4 bg-primary-gradient">
  1893.                                        <i class="ti-arrow-right"></i>
  1894.                                    </a>
  1895.                                </div>
  1896.                            </div>
  1897.                        </article>
  1898.                    </div>
  1899.                    
  1900.                    <div class="col-lg-6 col-md-6">
  1901.                        <article class="blog-card-v4 scroll-trigger">
  1902.                            <div class="blog-image-container-v4">
  1903.                                <div class="blog-image-v4">
  1904.                                    
  1905.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1906.                                    
  1907.                                </div>
  1908.                                
  1909.                                <span class="blog-category-v4 bg-primary-gradient">
  1910.                                    News
  1911.                                </span>
  1912.                            </div>
  1913.                            
  1914.                            <div class="blog-content-v4">
  1915.                                <h3 class="blog-title-v4">
  1916.                                    <a href="/from-grudging-respect-to-unease-russia-weighs-up-the-fall-of-maduro/" class="top-color">
  1917.                                    From Grudging Respect to Unease: Russia Weighs Up the Fall of Maduro.
  1918.                                    </a>
  1919.                                </h3>
  1920.                                <div class="blog-meta-v4">
  1921.                                    
  1922.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;"  class="blog-author-img-v4">
  1923.                                    
  1924.                                    <span>By <strong>David Reed</strong></span>
  1925.                                    <span>•</span>
  1926.                                    <span>06 May 2026</span>
  1927.                                </div>
  1928.                                
  1929.                                <p class="blog-excerpt-v4">
  1930.                                    
  1931.                                </p>
  1932.                                
  1933.                                <div class="blog-actions-v4">
  1934.                                    
  1935.                                    <a href="/from-grudging-respect-to-unease-russia-weighs-up-the-fall-of-maduro/" class="blog-read-more-v4 bg-primary-gradient">
  1936.                                        <i class="ti-arrow-right"></i>
  1937.                                    </a>
  1938.                                </div>
  1939.                            </div>
  1940.                        </article>
  1941.                    </div>
  1942.                    
  1943.                    <div class="col-lg-6 col-md-6">
  1944.                        <article class="blog-card-v4 scroll-trigger">
  1945.                            <div class="blog-image-container-v4">
  1946.                                <div class="blog-image-v4">
  1947.                                    
  1948.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1949.                                    
  1950.                                </div>
  1951.                                
  1952.                                <span class="blog-category-v4 bg-primary-gradient">
  1953.                                    News
  1954.                                </span>
  1955.                            </div>
  1956.                            
  1957.                            <div class="blog-content-v4">
  1958.                                <h3 class="blog-title-v4">
  1959.                                    <a href="/recent-drugs-recognized-as-a-pivotal-moment-in-combating-drug-resistant-gonorrhoea/" class="top-color">
  1960.                                    Recent Drugs Recognized as a &#x27;Pivotal Moment&#x27; in Combating Drug-Resistant Gonorrhoea
  1961.                                    </a>
  1962.                                </h3>
  1963.                                <div class="blog-meta-v4">
  1964.                                    
  1965.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;"  class="blog-author-img-v4">
  1966.                                    
  1967.                                    <span>By <strong>David Reed</strong></span>
  1968.                                    <span>•</span>
  1969.                                    <span>06 May 2026</span>
  1970.                                </div>
  1971.                                
  1972.                                <p class="blog-excerpt-v4">
  1973.                                    
  1974.                                </p>
  1975.                                
  1976.                                <div class="blog-actions-v4">
  1977.                                    
  1978.                                    <a href="/recent-drugs-recognized-as-a-pivotal-moment-in-combating-drug-resistant-gonorrhoea/" class="blog-read-more-v4 bg-primary-gradient">
  1979.                                        <i class="ti-arrow-right"></i>
  1980.                                    </a>
  1981.                                </div>
  1982.                            </div>
  1983.                        </article>
  1984.                    </div>
  1985.                    
  1986.                    <div class="col-lg-6 col-md-6">
  1987.                        <article class="blog-card-v4 scroll-trigger">
  1988.                            <div class="blog-image-container-v4">
  1989.                                <div class="blog-image-v4">
  1990.                                    
  1991.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1992.                                    
  1993.                                </div>
  1994.                                
  1995.                                <span class="blog-category-v4 bg-primary-gradient">
  1996.                                    News
  1997.                                </span>
  1998.                            </div>
  1999.                            
  2000.                            <div class="blog-content-v4">
  2001.                                <h3 class="blog-title-v4">
  2002.                                    <a href="/he-brought-laughter-honoring-snookers-departed-star-a-score-of-years-on/" class="top-color">
  2003.                                    &#x27;He brought laughter&#x27;: Honoring snooker&#x27;s departed star a score of years on.
  2004.                                    </a>
  2005.                                </h3>
  2006.                                <div class="blog-meta-v4">
  2007.                                    
  2008.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;"  class="blog-author-img-v4">
  2009.                                    
  2010.                                    <span>By <strong>David Reed</strong></span>
  2011.                                    <span>•</span>
  2012.                                    <span>05 May 2026</span>
  2013.                                </div>
  2014.                                
  2015.                                <p class="blog-excerpt-v4">
  2016.                                    
  2017.                                </p>
  2018.                                
  2019.                                <div class="blog-actions-v4">
  2020.                                    
  2021.                                    <a href="/he-brought-laughter-honoring-snookers-departed-star-a-score-of-years-on/" class="blog-read-more-v4 bg-primary-gradient">
  2022.                                        <i class="ti-arrow-right"></i>
  2023.                                    </a>
  2024.                                </div>
  2025.                            </div>
  2026.                        </article>
  2027.                    </div>
  2028.                    
  2029.                    
  2030.  
  2031.                </div>
  2032.            </div>
  2033.            
  2034.             <div class="col col-lg-4 col-12">
  2035.                
  2036.  
  2037.  
  2038.  
  2039.    
  2040.  
  2041. <!-- Curved Heading Sidebar -->
  2042.    <div class="sidebar mb-3">
  2043.        
  2044.       <div class="sidebar-widget mb-5">
  2045.            <div class="widget-title-wrapper mb-3">
  2046.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2047.                    <div class="title-border"></div>
  2048.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2049.                </h4>
  2050.            </div>
  2051.            <div class="widget-content shadow-sm rounded-3 p-4">
  2052.                <div class="archives-list scrollable-sidebar">
  2053.                    
  2054.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2055.                        <a href="https://bestsportsbettingcanada.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2056.                            <i class="ti-angle-right me-2 text-primary"></i>
  2057.                            <span class="archive-link top-color fw-semibold">sports betting sites</span>
  2058.                        </a>
  2059.                    </div>
  2060.                    
  2061.  
  2062.                </div>
  2063.            </div>
  2064.        </div>
  2065.        
  2066.       <div class="sidebar-widget mb-5">
  2067.            <div class="widget-title-wrapper mb-3">
  2068.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2069.                    <div class="title-border"></div>
  2070.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2071.                </h4>
  2072.            </div>
  2073.            <div class="widget-content shadow-sm rounded-3 p-4">
  2074.                <div class="archives-list scrollable-sidebar">
  2075.                    
  2076.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2077.                        <a href="https://www.mmdonline.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2078.                            <i class="ti-angle-right me-2 text-primary"></i>
  2079.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2080.                        </a>
  2081.                    </div>
  2082.                    
  2083.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2084.                        <a href="https://www.projectcheck.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2085.                            <i class="ti-angle-right me-2 text-primary"></i>
  2086.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2087.                        </a>
  2088.                    </div>
  2089.                    
  2090.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2091.                        <a href="https://readwrite.com/gambling/casino/canada/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2092.                            <i class="ti-angle-right me-2 text-primary"></i>
  2093.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2094.                        </a>
  2095.                    </div>
  2096.                    
  2097.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2098.                        <a href="https://www.fastestpayoutonlinecasino.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2099.                            <i class="ti-angle-right me-2 text-primary"></i>
  2100.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2101.                        </a>
  2102.                    </div>
  2103.                    
  2104.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2105.                        <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2106.                            <i class="ti-angle-right me-2 text-primary"></i>
  2107.                            <span class="archive-link top-color fw-semibold">online casinos canada</span>
  2108.                        </a>
  2109.                    </div>
  2110.                    
  2111.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2112.                        <a href="https://nac-cnn.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2113.                            <i class="ti-angle-right me-2 text-primary"></i>
  2114.                            <span class="archive-link top-color fw-semibold">online casinos canada</span>
  2115.                        </a>
  2116.                    </div>
  2117.                    
  2118.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2119.                        <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2120.                            <i class="ti-angle-right me-2 text-primary"></i>
  2121.                            <span class="archive-link top-color fw-semibold">best UK non GamStop casinos</span>
  2122.                        </a>
  2123.                    </div>
  2124.                    
  2125.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2126.                        <a href="https://www.salifkeita.us/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2127.                            <i class="ti-angle-right me-2 text-primary"></i>
  2128.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2129.                        </a>
  2130.                    </div>
  2131.                    
  2132.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2133.                        <a href="https://www.parentsmatter.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2134.                            <i class="ti-angle-right me-2 text-primary"></i>
  2135.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2136.                        </a>
  2137.                    </div>
  2138.                    
  2139.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2140.                        <a href="http://hswc.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2141.                            <i class="ti-angle-right me-2 text-primary"></i>
  2142.                            <span class="archive-link top-color fw-semibold">top online casinos</span>
  2143.                        </a>
  2144.                    </div>
  2145.                    
  2146.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2147.                        <a href="https://camanjs.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2148.                            <i class="ti-angle-right me-2 text-primary"></i>
  2149.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2150.                        </a>
  2151.                    </div>
  2152.                    
  2153.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2154.                        <a href="https://consumercrafts.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2155.                            <i class="ti-angle-right me-2 text-primary"></i>
  2156.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2157.                        </a>
  2158.                    </div>
  2159.                    
  2160.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2161.                        <a href="https://nbhrf.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2162.                            <i class="ti-angle-right me-2 text-primary"></i>
  2163.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2164.                        </a>
  2165.                    </div>
  2166.                    
  2167.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2168.                        <a href="https://www.dresshead.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2169.                            <i class="ti-angle-right me-2 text-primary"></i>
  2170.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2171.                        </a>
  2172.                    </div>
  2173.                    
  2174.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2175.                        <a href="https://www.od4d.net/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2176.                            <i class="ti-angle-right me-2 text-primary"></i>
  2177.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2178.                        </a>
  2179.                    </div>
  2180.                    
  2181.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2182.                        <a href="https://delbarber.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2183.                            <i class="ti-angle-right me-2 text-primary"></i>
  2184.                            <span class="archive-link top-color fw-semibold">online casino real money</span>
  2185.                        </a>
  2186.                    </div>
  2187.                    
  2188.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2189.                        <a href="https://gameplayspace.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2190.                            <i class="ti-angle-right me-2 text-primary"></i>
  2191.                            <span class="archive-link top-color fw-semibold">interac online casino</span>
  2192.                        </a>
  2193.                    </div>
  2194.                    
  2195.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2196.                        <a href="https://www.proteme.fr" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2197.                            <i class="ti-angle-right me-2 text-primary"></i>
  2198.                            <span class="archive-link top-color fw-semibold">meilleur casino en ligne</span>
  2199.                        </a>
  2200.                    </div>
  2201.                    
  2202.  
  2203.                </div>
  2204.            </div>
  2205.        </div>
  2206.        
  2207.       <div class="sidebar-widget mb-5">
  2208.            <div class="widget-title-wrapper mb-3">
  2209.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2210.                    <div class="title-border"></div>
  2211.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2212.                </h4>
  2213.            </div>
  2214.            <div class="widget-content shadow-sm rounded-3 p-4">
  2215.                <div class="archives-list scrollable-sidebar">
  2216.                    
  2217.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2218.                        <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2219.                            <i class="ti-angle-right me-2 text-primary"></i>
  2220.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2221.                        </a>
  2222.                    </div>
  2223.                    
  2224.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2225.                        <a href="https://synapsec.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2226.                            <i class="ti-angle-right me-2 text-primary"></i>
  2227.                            <span class="archive-link top-color fw-semibold">casino en ligne canadien</span>
  2228.                        </a>
  2229.                    </div>
  2230.                    
  2231.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2232.                        <a href="https://opaonline.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2233.                            <i class="ti-angle-right me-2 text-primary"></i>
  2234.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2235.                        </a>
  2236.                    </div>
  2237.                    
  2238.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2239.                        <a href="https://synapsec.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2240.                            <i class="ti-angle-right me-2 text-primary"></i>
  2241.                            <span class="archive-link top-color fw-semibold">meilleur casino en ligne canada</span>
  2242.                        </a>
  2243.                    </div>
  2244.                    
  2245.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2246.                        <a href="https://www.devmcgill.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2247.                            <i class="ti-angle-right me-2 text-primary"></i>
  2248.                            <span class="archive-link top-color fw-semibold">online casinos canada</span>
  2249.                        </a>
  2250.                    </div>
  2251.                    
  2252.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2253.                        <a href="https://www.station16gallery.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2254.                            <i class="ti-angle-right me-2 text-primary"></i>
  2255.                            <span class="archive-link top-color fw-semibold">betting sites</span>
  2256.                        </a>
  2257.                    </div>
  2258.                    
  2259.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2260.                        <a href="https://www.safepetottawa.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2261.                            <i class="ti-angle-right me-2 text-primary"></i>
  2262.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2263.                        </a>
  2264.                    </div>
  2265.                    
  2266.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2267.                        <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2268.                            <i class="ti-angle-right me-2 text-primary"></i>
  2269.                            <span class="archive-link top-color fw-semibold">best online casinos</span>
  2270.                        </a>
  2271.                    </div>
  2272.                    
  2273.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2274.                        <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2275.                            <i class="ti-angle-right me-2 text-primary"></i>
  2276.                            <span class="archive-link top-color fw-semibold">online casino real money</span>
  2277.                        </a>
  2278.                    </div>
  2279.                    
  2280.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2281.                        <a href="https://www.windpowerexpo.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2282.                            <i class="ti-angle-right me-2 text-primary"></i>
  2283.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2284.                        </a>
  2285.                    </div>
  2286.                    
  2287.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2288.                        <a href="https://wirkn.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2289.                            <i class="ti-angle-right me-2 text-primary"></i>
  2290.                            <span class="archive-link top-color fw-semibold">betting sites canada</span>
  2291.                        </a>
  2292.                    </div>
  2293.                    
  2294.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2295.                        <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2296.                            <i class="ti-angle-right me-2 text-primary"></i>
  2297.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2298.                        </a>
  2299.                    </div>
  2300.                    
  2301.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2302.                        <a href="https://ecoledeballetduquebec.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2303.                            <i class="ti-angle-right me-2 text-primary"></i>
  2304.                            <span class="archive-link top-color fw-semibold">casino en ligne canadien</span>
  2305.                        </a>
  2306.                    </div>
  2307.                    
  2308.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2309.                        <a href="https://nbhrf.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2310.                            <i class="ti-angle-right me-2 text-primary"></i>
  2311.                            <span class="archive-link top-color fw-semibold">best online casinos</span>
  2312.                        </a>
  2313.                    </div>
  2314.                    
  2315.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2316.                        <a href="https://www.tvarchive.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2317.                            <i class="ti-angle-right me-2 text-primary"></i>
  2318.                            <span class="archive-link top-color fw-semibold">new casino</span>
  2319.                        </a>
  2320.                    </div>
  2321.                    
  2322.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2323.                        <a href="https://www.stuzoclothing.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2324.                            <i class="ti-angle-right me-2 text-primary"></i>
  2325.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2326.                        </a>
  2327.                    </div>
  2328.                    
  2329.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2330.                        <a href="https://www.biomilq.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2331.                            <i class="ti-angle-right me-2 text-primary"></i>
  2332.                            <span class="archive-link top-color fw-semibold">new casino</span>
  2333.                        </a>
  2334.                    </div>
  2335.                    
  2336.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2337.                        <a href="https://autismspeaks.ca" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2338.                            <i class="ti-angle-right me-2 text-primary"></i>
  2339.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2340.                        </a>
  2341.                    </div>
  2342.                    
  2343.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2344.                        <a href="https://nordicbridges.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">canadian 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://clarketheatre.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">fast withdrawal casino</span>
  2354.                        </a>
  2355.                    </div>
  2356.                    
  2357.  
  2358.                </div>
  2359.            </div>
  2360.        </div>
  2361.        
  2362.       <div class="sidebar-widget mb-5">
  2363.            <div class="widget-title-wrapper mb-3">
  2364.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2365.                    <div class="title-border"></div>
  2366.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  2367.                </h4>
  2368.            </div>
  2369.            <div class="widget-content shadow-sm rounded-3 p-4">
  2370.                <div class="archives-list scrollable-sidebar">
  2371.                    
  2372.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2373.                        <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2374.                            <i class="ti-angle-right me-2 text-primary"></i>
  2375.                            <span class="archive-link top-color fw-semibold">betting apps not on gamstop</span>
  2376.                        </a>
  2377.                    </div>
  2378.                    
  2379.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2380.                        <a href="https://daydreaminginparadise.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2381.                            <i class="ti-angle-right me-2 text-primary"></i>
  2382.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2383.                        </a>
  2384.                    </div>
  2385.                    
  2386.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2387.                        <a href="https://margelo.io/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2388.                            <i class="ti-angle-right me-2 text-primary"></i>
  2389.                            <span class="archive-link top-color fw-semibold">best online betting sites canada</span>
  2390.                        </a>
  2391.                    </div>
  2392.                    
  2393.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2394.                        <a href="https://www.gsa2024.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2395.                            <i class="ti-angle-right me-2 text-primary"></i>
  2396.                            <span class="archive-link top-color fw-semibold">online casino canada</span>
  2397.                        </a>
  2398.                    </div>
  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.fraserdowns.com/" 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://nordicbridges.ca/" 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">best online casino 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://lovenorthernbc.com/" 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 casino</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://startuparound.com/" 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">online 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://micharity.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">best 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://watergovernance.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 canada</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://www.governancevote.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 casino canada</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://autismspeaks.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">online casino 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://www.devmcgill.com/" 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 canada</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.digitaltransformationawards.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://nordicbridges.ca/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2472.                            <i class="ti-angle-right me-2 text-primary"></i>
  2473.                            <span class="archive-link top-color fw-semibold">online casino</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 casinos</span>
  2481.                        </a>
  2482.                    </div>
  2483.                    
  2484.  
  2485.                </div>
  2486.            </div>
  2487.        </div>
  2488.        
  2489. <!--        
  2490.       <div class="sidebar-widget mb-5">
  2491.            <div class="widget-title-wrapper mb-3">
  2492.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2493.                    <div class="title-border"></div>
  2494.                    <i class="ti-folder me-2"></i>Blog Archives
  2495.                </h4>
  2496.            </div>
  2497.            <div class="widget-content shadow-sm rounded-3 p-4">
  2498.                <div class="archives-list">
  2499.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2500.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2501.                            <i class="ti-angle-right me-2 text-primary"></i>
  2502.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  2503.                        </a>
  2504.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  2505.                    </div>
  2506.  
  2507.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2508.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2509.                            <i class="ti-angle-right me-2 text-primary"></i>
  2510.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  2511.                        </a>
  2512.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  2513.                    </div>
  2514.  
  2515.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2516.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2517.                            <i class="ti-angle-right me-2 text-primary"></i>
  2518.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  2519.                        </a>
  2520.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  2521.                    </div>
  2522.  
  2523.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2524.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2525.                            <i class="ti-angle-right me-2 text-primary"></i>
  2526.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  2527.                        </a>
  2528.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  2529.                    </div>
  2530.  
  2531.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  2532.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2533.                            <i class="ti-angle-right me-2 text-primary"></i>
  2534.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  2535.                        </a>
  2536.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  2537.                    </div>
  2538.  
  2539.                    <div class="archive-item d-flex justify-content-between align-items-center">
  2540.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  2541.                            <i class="ti-angle-right me-2 text-primary"></i>
  2542.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  2543.                        </a>
  2544.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  2545.                    </div>
  2546.                </div>
  2547.                
  2548.                <div class="text-center mt-4 pt-3 border-top border-color">
  2549.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2550.                        <i class="ti-archive me-1"></i>View All Archives
  2551.                    </a>
  2552.                </div>
  2553.            </div>
  2554.        </div> -->
  2555.        <div class="sidebar-widget mb-4">
  2556.            <div class="widget-title-wrapper mb-3">
  2557.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2558.                    <div class="title-border-primary"></div>
  2559.                    <i class="ti-star me-2"></i>Popular Posts
  2560.                </h4>
  2561.            </div>
  2562.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  2563.                <div class="popular-post-list">
  2564.                    
  2565.                    
  2566.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2567.                        <div class="post-content flex-grow-1">
  2568.                            <h6 class="post-title mb-1">
  2569.                                 <a href="/why-los-blancos-possess-total-faith-in-teenager-thiago-pitarch/" class="text-decoration-none top-color fw-semibold lh-sm">
  2570.                                            Why Los Blancos Possess &#x27;Total Faith&#x27; in Teenager Thiago Pitarch
  2571.                                            </a>
  2572.                            </h6>
  2573.                            <div class="post-meta">
  2574.                                <small class="text-muted">
  2575.                                    <i class="ti-calendar me-1"></i>05 May 2026
  2576.                                </small>
  2577.                                <!-- <small class="text-muted ms-3">
  2578.                                    <i class="ti-eye me-1"></i>1,234 views
  2579.                                </small> -->
  2580.                            </div>
  2581.                        </div>
  2582.                    </div>
  2583.                    
  2584.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2585.                        <div class="post-content flex-grow-1">
  2586.                            <h6 class="post-title mb-1">
  2587.                                 <a href="/twitch-streamer-welcomes-newborn-in-the-midst-of-live-stream-for-tens-of-thousands-of-audience-members/" class="text-decoration-none top-color fw-semibold lh-sm">
  2588.                                            Twitch Streamer Welcomes Newborn In the Midst of Live Stream for Tens of Thousands of Audience Members
  2589.                                            </a>
  2590.                            </h6>
  2591.                            <div class="post-meta">
  2592.                                <small class="text-muted">
  2593.                                    <i class="ti-calendar me-1"></i>05 May 2026
  2594.                                </small>
  2595.                                <!-- <small class="text-muted ms-3">
  2596.                                    <i class="ti-eye me-1"></i>1,234 views
  2597.                                </small> -->
  2598.                            </div>
  2599.                        </div>
  2600.                    </div>
  2601.                    
  2602.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2603.                        <div class="post-content flex-grow-1">
  2604.                            <h6 class="post-title mb-1">
  2605.                                 <a href="/manchester-united-poised-to-secure-germany-forward-lea-sch%C3%BCller-away-from-the-bavarian-giants/" class="text-decoration-none top-color fw-semibold lh-sm">
  2606.                                            Manchester United Poised to Secure Germany Forward Lea Schüller away from the Bavarian Giants
  2607.                                            </a>
  2608.                            </h6>
  2609.                            <div class="post-meta">
  2610.                                <small class="text-muted">
  2611.                                    <i class="ti-calendar me-1"></i>05 May 2026
  2612.                                </small>
  2613.                                <!-- <small class="text-muted ms-3">
  2614.                                    <i class="ti-eye me-1"></i>1,234 views
  2615.                                </small> -->
  2616.                            </div>
  2617.                        </div>
  2618.                    </div>
  2619.                    
  2620.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2621.                        <div class="post-content flex-grow-1">
  2622.                            <h6 class="post-title mb-1">
  2623.                                 <a href="/celebrating-like-a-champions-league-champion-kendalls-memorable-performance-for-england/" class="text-decoration-none top-color fw-semibold lh-sm">
  2624.                                            ‘Celebrating like a Champions League champion’ - Kendall’s memorable performance for England
  2625.                                            </a>
  2626.                            </h6>
  2627.                            <div class="post-meta">
  2628.                                <small class="text-muted">
  2629.                                    <i class="ti-calendar me-1"></i>05 May 2026
  2630.                                </small>
  2631.                                <!-- <small class="text-muted ms-3">
  2632.                                    <i class="ti-eye me-1"></i>1,234 views
  2633.                                </small> -->
  2634.                            </div>
  2635.                        </div>
  2636.                    </div>
  2637.                    
  2638.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2639.                        <div class="post-content flex-grow-1">
  2640.                            <h6 class="post-title mb-1">
  2641.                                 <a href="/china-tightens-oversight-on-rare-earth-element-sales-citing-security-issues/" class="text-decoration-none top-color fw-semibold lh-sm">
  2642.                                            China Tightens Oversight on Rare Earth Element Sales, Citing Security Issues
  2643.                                            </a>
  2644.                            </h6>
  2645.                            <div class="post-meta">
  2646.                                <small class="text-muted">
  2647.                                    <i class="ti-calendar me-1"></i>05 May 2026
  2648.                                </small>
  2649.                                <!-- <small class="text-muted ms-3">
  2650.                                    <i class="ti-eye me-1"></i>1,234 views
  2651.                                </small> -->
  2652.                            </div>
  2653.                        </div>
  2654.                    </div>
  2655.                    
  2656.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  2657.                        <div class="post-content flex-grow-1">
  2658.                            <h6 class="post-title mb-1">
  2659.                                 <a href="/the-renowned-filmmaker-reflecting-on-his-monumental-revolutionary-war-documentary-no-project-will-be-more-significant/" class="text-decoration-none top-color fw-semibold lh-sm">
  2660.                                            The Renowned Filmmaker reflecting on His Monumental Revolutionary War Documentary: ‘No Project Will Be More Significant’
  2661.                                            </a>
  2662.                            </h6>
  2663.                            <div class="post-meta">
  2664.                                <small class="text-muted">
  2665.                                    <i class="ti-calendar me-1"></i>05 May 2026
  2666.                                </small>
  2667.                                <!-- <small class="text-muted ms-3">
  2668.                                    <i class="ti-eye me-1"></i>1,234 views
  2669.                                </small> -->
  2670.                            </div>
  2671.                        </div>
  2672.                    </div>
  2673.                    
  2674.  
  2675.                </div>
  2676.                
  2677.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2678.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  2679.                        <i class="ti-trophy me-1"></i>View All Popular
  2680.                    </a>
  2681.                </div> -->
  2682.            </div>
  2683.        </div>
  2684.  
  2685. </div>
  2686. <style>
  2687.    
  2688.  .widget-content {
  2689.    background-color: var(--card-bg);
  2690.    border: 1px solid var(--border-color);
  2691.  }
  2692. </style>
  2693.  
  2694.    
  2695.            </div>
  2696.        </div>
  2697.    </div>
  2698. </section>
  2699.  
  2700. <script>
  2701. document.addEventListener('DOMContentLoaded', function() {
  2702.    // Intersection Observer for Fade Animation on Scroll Up and Down
  2703.    const observerOptions = {
  2704.        threshold: [0, 0.15], // Trigger at 0% and 15% visibility
  2705.        rootMargin: '0px 0px -100px 0px'
  2706.    };
  2707.  
  2708.    // Group cards into pairs (assuming two cards per row)
  2709.    const cards = document.querySelectorAll('.scroll-trigger');
  2710.    const cardPairs = [];
  2711.    for (let i = 0; i < cards.length; i += 2) {
  2712.        cardPairs.push([cards[i], cards[i + 1]].filter(Boolean)); // Handle odd number of cards
  2713.    }
  2714.  
  2715.    const observer = new IntersectionObserver(function(entries) {
  2716.        entries.forEach(entry => {
  2717.            const card = entry.target;
  2718.            // Find the pair index for the current card
  2719.            const pairIndex = cardPairs.findIndex(pair => pair.includes(card));
  2720.            const pair = cardPairs[pairIndex];
  2721.  
  2722.            if (entry.isIntersecting) {
  2723.                // Fade in the pair with a delay based on pair index
  2724.                pair.forEach((cardInPair, index) => {
  2725.                    setTimeout(() => {
  2726.                        cardInPair.classList.add('active');
  2727.                    }, pairIndex * 300); // 300ms delay between pairs
  2728.                });
  2729.            } else {
  2730.                // Fade out the pair when exiting viewport
  2731.                pair.forEach(cardInPair => {
  2732.                    cardInPair.classList.remove('active');
  2733.                });
  2734.            }
  2735.        });
  2736.    }, observerOptions);
  2737.  
  2738.    // Observe each card individually
  2739.    cards.forEach(card => {
  2740.        observer.observe(card);
  2741.    });
  2742. });
  2743. </script>
  2744.  
  2745.    
  2746.        
  2747.        <!-- end wpo-blog-highlights-section -->
  2748.        <!-- start wpo-blog-sponsored-section -->
  2749.        
  2750.  
  2751.  
  2752.  
  2753.    
  2754.  
  2755.  
  2756.  
  2757. <style>
  2758.    .sponsored-section-v6 {
  2759.        padding: 45px 0;
  2760.        background: transparent;
  2761.    }
  2762.    
  2763.    .sponsored-card-v6 {
  2764.        background: #ffffff;
  2765.        border: 1px solid #f8f8f8;
  2766.        transition: opacity 0.3s ease;
  2767.        height: 100%;
  2768.    }
  2769.    
  2770.    .sponsored-card-v6:hover {
  2771.        opacity: 0.95;
  2772.    }
  2773.    
  2774.    .sponsored-image-v6 {
  2775.        position: relative;
  2776.        height: 170px;
  2777.    }
  2778.    
  2779.    .sponsored-image-v6 img {
  2780.        width: 100%;
  2781.        height: 100%;
  2782.        object-fit: cover;
  2783.    }
  2784.    
  2785.    .sponsored-image-v6::after {
  2786.        content: '';
  2787.        position: absolute;
  2788.        top: 0;
  2789.        left: 0;
  2790.        right: 0;
  2791.        bottom: 0;
  2792.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  2793.    }
  2794.    
  2795.    .sponsored-badge-v6 {
  2796.        position: absolute;
  2797.        top: 10px;
  2798.        left: 10px;
  2799.        padding: 5px 12px;
  2800.        font-size: 12px;
  2801.        font-weight: 600;
  2802.        text-transform: uppercase;
  2803.        border-radius: 4px;
  2804.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  2805.    }
  2806.    
  2807.    .sponsored-content-v6 {
  2808.        padding: 12px;
  2809.    }
  2810.    
  2811.    .sponsored-title-v6 {
  2812.        font-size: 14px;
  2813.        font-weight: 700;
  2814.        line-height: 1.3;
  2815.        margin-bottom: 6px;
  2816.        color: #333;
  2817.    }
  2818.    
  2819.    .sponsored-title-v6 a {
  2820.        text-decoration: none;
  2821.        color: #333;
  2822.    }
  2823.    
  2824.    .sponsored-title-v6 a:hover {
  2825.        color: #fd7e14; /* Orange hover */
  2826.    }
  2827.    
  2828.    .sponsored-excerpt-v6 {
  2829.        font-size: 12px;
  2830.        font-weight: 600;
  2831.        color: #868e96;
  2832.        margin-bottom: 8px;
  2833.        line-height: 1.4;
  2834.    }
  2835.    
  2836.    .sponsored-meta-v6 {
  2837.        font-size: 11px;
  2838.        color: #6c757d;
  2839.    }
  2840.    
  2841.    .author-info-v6 {
  2842.        display: inline;
  2843.        margin-right: 10px;
  2844.    }
  2845.    
  2846.    .sponsored-author-img-v6 {
  2847.        width: 20px;
  2848.        height: 20px;
  2849.        border-radius: 50%;
  2850.        object-fit: cover;
  2851.        vertical-align: middle;
  2852.        margin-right: 4px;
  2853.    }
  2854.    
  2855.    .section-title-sponsored-v6 {
  2856.        font-size: 1.9rem;
  2857.        font-weight: 600;
  2858.        text-align: left;
  2859.        margin-bottom: 25px;
  2860.        color: #333;
  2861.        border-left: 4px solid #fd7e14;
  2862.        padding-left: 15px;
  2863.    }
  2864.  
  2865.    @media (max-width: 768px) {
  2866.        .sponsored-section-v6 {
  2867.            padding: 25px 0;
  2868.        }
  2869.        .sponsored-image-v6 {
  2870.            height: 130px;
  2871.        }
  2872.        .sponsored-content-v6 {
  2873.            padding: 10px;
  2874.        }
  2875.        .sponsored-title-v6 {
  2876.            font-size: 13px;
  2877.        }
  2878.        .sponsored-excerpt-v6 {
  2879.            font-size: 11px;
  2880.        }
  2881.        .section-title-sponsored-v6 {
  2882.            font-size: 1.6rem;
  2883.            padding-left: 10px;
  2884.        }
  2885.    }
  2886. </style>
  2887.  
  2888. <section class="sponsored-section-v6">
  2889.    <div class="container-fluid fluid-container">
  2890.        <div class="row">
  2891.            <div class="col-12">
  2892.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  2893.            </div>
  2894.        </div>
  2895.        
  2896.        <div class="row g-3">
  2897.            
  2898.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2899.                <div class="card sponsored-card-v6">
  2900.                    <div class="sponsored-image-v6">
  2901.                        
  2902.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2903.                        
  2904.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  2905.                    </div>
  2906.                    <div class="sponsored-content-v6">
  2907.                        <h3 class="sponsored-title-v6">
  2908.                            <a href="/why-los-blancos-possess-total-faith-in-teenager-thiago-pitarch/" >
  2909.                                            Why Los Blancos Possess &#x27;Total Faith&#x27; in Teenager Thiago Pitarch
  2910.                                            </a>
  2911.                        </h3>
  2912.                        <p class="sponsored-excerpt-v6">
  2913.                            
  2914.                        </p>
  2915.                        <div class="sponsored-meta-v6">
  2916.                            <span class="author-info-v6">
  2917.                                
  2918.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;" class="sponsored-author-img-v6">
  2919.                                
  2920.                               David Reed
  2921.                            </span>
  2922.                            | 05 May 2026
  2923.                        </div>
  2924.                    </div>
  2925.                </div>
  2926.            </div>
  2927.            
  2928.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2929.                <div class="card sponsored-card-v6">
  2930.                    <div class="sponsored-image-v6">
  2931.                        
  2932.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2933.                        
  2934.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  2935.                    </div>
  2936.                    <div class="sponsored-content-v6">
  2937.                        <h3 class="sponsored-title-v6">
  2938.                            <a href="/twitch-streamer-welcomes-newborn-in-the-midst-of-live-stream-for-tens-of-thousands-of-audience-members/" >
  2939.                                            Twitch Streamer Welcomes Newborn In the Midst of Live Stream for Tens of Thousands of Audience Members
  2940.                                            </a>
  2941.                        </h3>
  2942.                        <p class="sponsored-excerpt-v6">
  2943.                            
  2944.                        </p>
  2945.                        <div class="sponsored-meta-v6">
  2946.                            <span class="author-info-v6">
  2947.                                
  2948.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;" class="sponsored-author-img-v6">
  2949.                                
  2950.                               David Reed
  2951.                            </span>
  2952.                            | 05 May 2026
  2953.                        </div>
  2954.                    </div>
  2955.                </div>
  2956.            </div>
  2957.            
  2958.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2959.                <div class="card sponsored-card-v6">
  2960.                    <div class="sponsored-image-v6">
  2961.                        
  2962.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2963.                        
  2964.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  2965.                    </div>
  2966.                    <div class="sponsored-content-v6">
  2967.                        <h3 class="sponsored-title-v6">
  2968.                            <a href="/manchester-united-poised-to-secure-germany-forward-lea-sch%C3%BCller-away-from-the-bavarian-giants/" >
  2969.                                            Manchester United Poised to Secure Germany Forward Lea Schüller away from the Bavarian Giants
  2970.                                            </a>
  2971.                        </h3>
  2972.                        <p class="sponsored-excerpt-v6">
  2973.                            
  2974.                        </p>
  2975.                        <div class="sponsored-meta-v6">
  2976.                            <span class="author-info-v6">
  2977.                                
  2978.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;" class="sponsored-author-img-v6">
  2979.                                
  2980.                               David Reed
  2981.                            </span>
  2982.                            | 05 May 2026
  2983.                        </div>
  2984.                    </div>
  2985.                </div>
  2986.            </div>
  2987.            
  2988.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2989.                <div class="card sponsored-card-v6">
  2990.                    <div class="sponsored-image-v6">
  2991.                        
  2992.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2993.                        
  2994.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  2995.                    </div>
  2996.                    <div class="sponsored-content-v6">
  2997.                        <h3 class="sponsored-title-v6">
  2998.                            <a href="/celebrating-like-a-champions-league-champion-kendalls-memorable-performance-for-england/" >
  2999.                                            ‘Celebrating like a Champions League champion’ - Kendall’s memorable performance for England
  3000.                                            </a>
  3001.                        </h3>
  3002.                        <p class="sponsored-excerpt-v6">
  3003.                            
  3004.                        </p>
  3005.                        <div class="sponsored-meta-v6">
  3006.                            <span class="author-info-v6">
  3007.                                
  3008.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;" class="sponsored-author-img-v6">
  3009.                                
  3010.                               David Reed
  3011.                            </span>
  3012.                            | 05 May 2026
  3013.                        </div>
  3014.                    </div>
  3015.                </div>
  3016.            </div>
  3017.            
  3018.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3019.                <div class="card sponsored-card-v6">
  3020.                    <div class="sponsored-image-v6">
  3021.                        
  3022.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3023.                        
  3024.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3025.                    </div>
  3026.                    <div class="sponsored-content-v6">
  3027.                        <h3 class="sponsored-title-v6">
  3028.                            <a href="/china-tightens-oversight-on-rare-earth-element-sales-citing-security-issues/" >
  3029.                                            China Tightens Oversight on Rare Earth Element Sales, Citing Security Issues
  3030.                                            </a>
  3031.                        </h3>
  3032.                        <p class="sponsored-excerpt-v6">
  3033.                            
  3034.                        </p>
  3035.                        <div class="sponsored-meta-v6">
  3036.                            <span class="author-info-v6">
  3037.                                
  3038.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;" class="sponsored-author-img-v6">
  3039.                                
  3040.                               David Reed
  3041.                            </span>
  3042.                            | 05 May 2026
  3043.                        </div>
  3044.                    </div>
  3045.                </div>
  3046.            </div>
  3047.            
  3048.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3049.                <div class="card sponsored-card-v6">
  3050.                    <div class="sponsored-image-v6">
  3051.                        
  3052.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3053.                        
  3054.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3055.                    </div>
  3056.                    <div class="sponsored-content-v6">
  3057.                        <h3 class="sponsored-title-v6">
  3058.                            <a href="/the-renowned-filmmaker-reflecting-on-his-monumental-revolutionary-war-documentary-no-project-will-be-more-significant/" >
  3059.                                            The Renowned Filmmaker reflecting on His Monumental Revolutionary War Documentary: ‘No Project Will Be More Significant’
  3060.                                            </a>
  3061.                        </h3>
  3062.                        <p class="sponsored-excerpt-v6">
  3063.                            
  3064.                        </p>
  3065.                        <div class="sponsored-meta-v6">
  3066.                            <span class="author-info-v6">
  3067.                                
  3068.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a23441f9-a83f-4d44-892e-405f7e22d633_profile.png" alt="David Reed" style="object-fit: cover;" class="sponsored-author-img-v6">
  3069.                                
  3070.                               David Reed
  3071.                            </span>
  3072.                            | 05 May 2026
  3073.                        </div>
  3074.                    </div>
  3075.                </div>
  3076.            </div>
  3077.            
  3078.        </div>
  3079.    </div>
  3080. </section>
  3081.  
  3082.  
  3083.    
  3084.        <!-- end wpo-blog-sponsored-section -->
  3085.        <!-- start wpo-subscribe-section -->
  3086.        
  3087.        <!-- end subscribe-section -->
  3088.        <!-- start of wpo-site-footer-section -->
  3089.        
  3090.  
  3091.  
  3092.  
  3093.  
  3094.  
  3095. <footer class="wpo-site-footer-v3">
  3096.  <!-- Top Section - Logo -->
  3097.  <div class="footer-top-section py-4 border-bottom">
  3098.    <div class="container-fluid fluid-container">
  3099.      <div class="row justify-content-center">
  3100.        <div class="col-12 text-center">
  3101.          <div class="brand-logo">
  3102.            
  3103.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/5c177dcf-1572-4192-8cd3-580ba727de0e_logo.png" alt="TrueOnline" class="footer-logo" />
  3104.            
  3105.            <p class="brand-tagline mt-2">TrueOnline delivers in-depth analysis and news on Canada&#x27;s technology sector, covering innovations, startups, and digital transformation across industries.</p>
  3106.          </div>
  3107.        </div>
  3108.      </div>
  3109.    </div>
  3110.  </div>
  3111.  
  3112.  <!-- Main Content -->
  3113.  <div class="footer-main-content pt-4">
  3114.    <div class="container-fluid fluid-container">
  3115.      <div class="row justify-content-center">
  3116.        <!-- Single Column: Quick Links -->
  3117.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3118.          <div class="footer-column">
  3119.            <h5 class="column-title">Quick Links</h5>
  3120.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3121.              
  3122.                <li>
  3123.                  <a class="menu-link" href="/eurovision-used-to-be-a-whimsical-delight-but-it-has-become-a-strategic-method-to-sanitize-conflict/">Eurovision Used to Be a Whimsical Delight – But It Has Become a Strategic Method to Sanitize Conflict.</a>
  3124.                </li>
  3125.              
  3126.                <li>
  3127.                  <a class="menu-link" href="/underdog-justin-hood-smashes-record-with-stunning-11-straight-doubles-in-world-championship-thrashing/">Underdog Justin Hood Smashes Record with Stunning 11 Straight Doubles in World Championship Thrashing</a>
  3128.                </li>
  3129.              
  3130.                <li>
  3131.                  <a class="menu-link" href="/the-ongoing-issue-with-edinburghs-plastic-shrouded-hotel/">The Ongoing Issue with Edinburgh&#x27;s Plastic-Shrouded Hotel?</a>
  3132.                </li>
  3133.              
  3134.                <li>
  3135.                  <a class="menu-link" href="/during-a-violent-tempest-i-could-hear-this-is-christmas-in-gaza/">During a Violent Tempest, I Could Hear. This is Christmas in Gaza</a>
  3136.                </li>
  3137.              
  3138.                <li>
  3139.                  <a class="menu-link" href="/an-alarming-state-of-affairs-conflict-on-iran-squeezes-indias-kitchen-fuel-supplies/">‘An Alarming State of Affairs’: Conflict on Iran Squeezes India&#x27;s Kitchen Fuel Supplies.</a>
  3140.                </li>
  3141.              
  3142.                <li>
  3143.                  <a class="menu-link" href="/los-blancos-strong-yet-vinicius-strains-intensify-key-spanish-derby-takeaways/">Los Blancos Strong yet Vinicius Strains Intensify – Key Spanish Derby Takeaways</a>
  3144.                </li>
  3145.              
  3146.            </ul>
  3147.          </div>
  3148.        </div>
  3149.  
  3150.        <!-- Single Column: Top Categories -->
  3151.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3152.          <div class="footer-column">
  3153.            <h5 class="column-title">Top Categories</h5>
  3154.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3155.              
  3156.                <li>
  3157.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3158.                </li>
  3159.              
  3160.                <li>
  3161.                  <a class="menu-link" href="/category/business/">Business</a>
  3162.                </li>
  3163.              
  3164.                <li>
  3165.                  <a class="menu-link" href="/category/esports/">Esports</a>
  3166.                </li>
  3167.              
  3168.                <li>
  3169.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  3170.                </li>
  3171.              
  3172.                <li>
  3173.                  <a class="menu-link" href="/category/featured/">Featured</a>
  3174.                </li>
  3175.              
  3176.            </ul>
  3177.          </div>
  3178.        </div>
  3179.  
  3180.        <!-- Single Column: Blog Rolls -->
  3181.      <div class="col-12 text-center border-bottom pb-4">
  3182.          <div class="footer-column">
  3183.            <h5 class="column-title">Blog Rolls</h5>
  3184.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3185.              
  3186.              
  3187.  
  3188.              
  3189.              
  3190.                
  3191.              
  3192.            </ul>
  3193.          </div>
  3194.        </div>
  3195.      </div>
  3196.    </div>
  3197.  </div>
  3198.  
  3199.  <!-- Footer Bottom -->
  3200.  <div class="footer-bottom py-3">
  3201.    <div class="container-fluid fluid-container">
  3202.      <div class="row justify-content-center">
  3203.        <div class="col-12 text-center">
  3204.          <div class="bottom-content">
  3205.            <div class="copyright-info mb-3">
  3206.              <p class="mb-0 text-info">
  3207.                &copy; 2026 <strong>TrueOnline</strong>. All rights reserved.
  3208.              </p>
  3209.            </div>
  3210.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  3211.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3212.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3213.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3214.            </div>
  3215.          </div>
  3216.        </div>
  3217.      </div>
  3218.    </div>
  3219.  </div>
  3220. </footer>
  3221.  
  3222. <style>
  3223. .wpo-site-footer-v3 {
  3224.    background: var(--card-bg) !important;
  3225. }
  3226.  
  3227. .footer-logo {
  3228.    height: 60px;
  3229.    width: auto;
  3230. }
  3231. .text-info{
  3232.    color: var(--topbar-color) !important;
  3233. }
  3234.  
  3235. .brand-title {
  3236.    font-size: 22px;
  3237.    font-weight: 700;
  3238.    color: var(--topbar-color);
  3239.    margin: 0;
  3240. }
  3241.  
  3242. .brand-tagline {
  3243.    font-size: 14px;
  3244.    color: var(--topbar-color);
  3245.    margin: 0;
  3246. }
  3247.  
  3248. .column-title {
  3249.    font-size: 16px;
  3250.    font-weight: 600;
  3251.    color: var(--topbar-color) !important;
  3252.    margin-bottom: 15px;
  3253. }
  3254.  
  3255. .footer-menu {
  3256.    margin: 0;
  3257. }
  3258.  
  3259. .menu-link {
  3260.    color: var(--topbar-color) !important;
  3261.    text-decoration: none;
  3262.    font-size: 14px;
  3263.    transition: color 0.3s ease;
  3264. }
  3265.  
  3266. .menu-link:hover {
  3267.    color: var(--primary-color);
  3268. }
  3269.  
  3270. .footer-bottom {
  3271.    font-size: 13px;
  3272. }
  3273.  
  3274. .utility-link {
  3275.    color: var(--topbar-color) !important;
  3276.    text-decoration: none;
  3277.    font-size: 13px;
  3278.    transition: color 0.3s ease;
  3279. }
  3280. /* Responsive Design */
  3281. @media (max-width: 768px) {
  3282.    .footer-logo {
  3283.        height: 50px;
  3284.    }
  3285.    
  3286.    .column-title {
  3287.        font-size: 15px;
  3288.    }
  3289.    
  3290.    .menu-link {
  3291.        font-size: 13px;
  3292.    }
  3293. }
  3294.  
  3295. @media (max-width: 576px) {
  3296.    .brand-title {
  3297.        font-size: 20px;
  3298.    }
  3299.    
  3300.    .brand-tagline {
  3301.        font-size: 13px;
  3302.    }
  3303.    
  3304.    .cta-btn {
  3305.        font-size: 12px;
  3306.        padding: 5px 12px;
  3307.    }
  3308. }
  3309. </style>
  3310.  
  3311. <script>
  3312. // Prevent default for placeholder links
  3313. document.addEventListener('DOMContentLoaded', function() {
  3314.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3315.        anchor.addEventListener('click', function(e) {
  3316.            e.preventDefault();
  3317.        });
  3318.    });
  3319. });
  3320. document.addEventListener('DOMContentLoaded', function () {
  3321.    var btn = document.getElementById('toggleBlogRollLinks');
  3322.    if (!btn) return; // No extra items, no button
  3323.  
  3324.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3325.  
  3326.    btn.addEventListener('click', function () {
  3327.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3328.            return li.classList.contains('d-none');
  3329.        });
  3330.  
  3331.        extras.forEach(function (li) {
  3332.            if (anyHidden) {
  3333.                li.classList.remove('d-none');
  3334.                li.classList.add('show');
  3335.            } else {
  3336.                li.classList.add('d-none');
  3337.                li.classList.remove('show');
  3338.            }
  3339.        });
  3340.  
  3341.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3342.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3343.    });
  3344. });
  3345.  
  3346. </script>
  3347.  
  3348.        <!-- end of wpo-site-footer-section -->
  3349.    </div>
  3350.    <!-- end of page-wrapper -->
  3351.  
  3352.    <!-- All JavaScript files
  3353.    ================================================== -->
  3354.    
  3355.  
  3356. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3357. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3358. <!-- Plugins for this template -->
  3359. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3360. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3361. <!-- Custom script for this template -->
  3362. <script src="/static/blogapp/assets/js/script.js"></script>
  3363.  
  3364. <script>
  3365. (function () {
  3366. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3367. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3368.  
  3369. function applyFallback(img) {
  3370. if (!img || img.dataset.fallbackApplied === "1") {
  3371. return;
  3372. }
  3373. var failedSrc = img.currentSrc || img.src || "";
  3374. img.dataset.fallbackApplied = "1";
  3375. img.onerror = null;
  3376. img.src = fallbackImageSrc;
  3377. console.warn("[ImageFallback] Replaced broken image:", {
  3378. failedSrc: failedSrc,
  3379. fallbackSrc: fallbackImageSrc,
  3380. alt: img.alt || "",
  3381. });
  3382. }
  3383.  
  3384. document.querySelectorAll("img").forEach(function (img) {
  3385. if (img.complete && img.naturalWidth === 0) {
  3386. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3387. failedSrc: img.currentSrc || img.src || "",
  3388. alt: img.alt || "",
  3389. });
  3390. applyFallback(img);
  3391. }
  3392. });
  3393.  
  3394. document.addEventListener(
  3395. "error",
  3396. function (event) {
  3397. var target = event.target;
  3398. if (target && target.tagName === "IMG") {
  3399. applyFallback(target);
  3400. }
  3401. },
  3402. true
  3403. );
  3404. })();
  3405. </script>
  3406.  
  3407. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3408.  
  3409.  
  3410.  
  3411. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"1bd2c7255d8b4b20b41d232cd474bcce","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3412. </body>
  3413.  
  3414. </html>
  3415.  
  3416.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda