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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  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_89_1rqdm9L_2u0HKuL_VA5voHf.png">
  14.    
  15.  
  16.    <title>Lumen Gaming - Latest Esports News, Reviews &amp; Community Updates</title>
  17.    <meta name="description" content="Lumen Gaming provides comprehensive coverage of esports tournaments, game reviews, and community discussions. Stay updated with the latest gaming trends and strategies.">
  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://lumengaming.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #10b981;
  42.        --bs-primary-rgb: 10b981;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #d1fae5;
  49.        --bs-dark: #064e3b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #10b981;
  53.        --theme-primary-color-s2: #10b981;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #d1fae5;
  57.        --text-light-color: #676767;
  58.        --heading-color: #d1fae5;
  59.        --border-color: #475569;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #064e3b;
  73.        --nav-bg: #064e3b;
  74.        --sub-nav: #1a2e05;
  75.        --navbar-color: #d1fae5;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #d1fae5;
  78.        --footer-bg: #064e3b;
  79.        --footer-color: #d1fae5;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #10b981;
  84.        --link-hover: #059669;
  85.        --blog-color: #d1fae5;
  86.        --blog-bg: rgba(16, 185, 129, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_50">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.            <!-- end preloader -->
  397.        
  398.        <!-- Start header -->
  399.        <header id="header" class="wpo-site-header">
  400.            
  401.  
  402.  
  403.    
  404.  
  405.  
  406.  
  407. <div class="topbar d-sm-flex d-none">
  408.  <div class="container-fluid fluid-container">
  409.    <div class="row">
  410.      <div>
  411.        <div class="pt-2 d-flex  gap-2   pb-0">
  412.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2 ">
  413.            <div class=" d-flex  ">
  414.              <sapn class="fw-bold ">
  415.                Latest
  416.              </sapn>
  417.            </div>
  418.            <div class="d-flex">
  419.              <sapn class="fw-bold ">
  420.                Update
  421.              </sapn>
  422.            </div>
  423.          </div>
  424.          <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  425.            <p class="text-center">
  426.              
  427.              <a href="/californias-governor-states-he-is-evaluating-a-white-house-bid-in-2028/" class="px-5 top-color">
  428.                California&#x27;s Governor States He Is Evaluating a White House Bid in 2028
  429.              </a>
  430.              
  431.              <a href="/there-are-those-on-the-opposing-sides-who-offer-only-complaints-labour-is-getting-on-with-the-job-of-economic-renewal/" class="px-5 top-color">
  432.                There are those on the opposing sides who offer only complaints: Labour is getting on with the job of economic renewal.
  433.              </a>
  434.              
  435.              <a href="/the-greater-manchester-mayor-was-likely-to-have-secured-the-recent-byelection-says-labour-deputy-leader/" class="px-5 top-color">
  436.                The Greater Manchester Mayor Was &#x27;Likely&#x27; to Have Secured the Recent Byelection, Says Labour Deputy Leader
  437.              </a>
  438.              
  439.              <a href="/former-bbc-advisers-face-parliamentary-questioning-in-the-wake-of-allegations-of-partiality-in-leaked-memo/" class="px-5 top-color">
  440.                Former BBC Advisers Face Parliamentary Questioning In the Wake of Allegations of Partiality in Leaked Memo
  441.              </a>
  442.              
  443.              <a href="/canadas-blue-jays-earn-world-series-meeting-with-defending-champion-dodgers/" class="px-5 top-color">
  444.                Canada&#x27;s Blue Jays Earn World Series Meeting With defending champion Dodgers
  445.              </a>
  446.              
  447.            </p>
  448.          </marquee>
  449.        </div>
  450.      </div>
  451.    </div>
  452.  </div>
  453. </div>
  454.  
  455.  
  456.  
  457.  
  458.            
  459.  
  460.  
  461.  
  462.  
  463.  
  464. <header class="sticky-top mb-sm-5 mb-4  nav-bg">
  465.  <div class="container-fluid fluid-container  ">
  466.    <nav class="nav-v1 navbar custom-nav navbar-expand-xl" role="navigation" aria-label="Main Navigation">
  467.      <div class="py-2 d-flex gap-2 justify-content-between align-items-center nav-width">
  468.        <!-- Mobile Brand & Search -->
  469.        <a class="brand-1 navbar-brand d-xl-none" href="/" aria-label="Home">
  470.          
  471.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/16d3e7a2-4b03-4b8b-9dcf-f29d8020454c_logo.png" alt="Lumen Gaming" />
  472.          
  473.        </a>
  474.        <div class="flex-grow-1 d-xl-none d-flex">
  475.          <form class="search-wrapper-v1">
  476.            <input type="search" class="form-control search-input-v1" id="search-input"
  477.              placeholder="Search articles..." aria-label="Search content" />
  478.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  479.              <circle cx="11" cy="11" r="8"></circle>
  480.              <path d="m21 21-4.35-4.35"></path>
  481.            </svg>
  482.          </form>
  483.          <!-- The search results will be displayed here -->
  484.          <div id="search-results" class="search-results-container"></div>
  485.        </div>
  486.  
  487.        <button class="navbar-toggler border-0 text-link" type="button" data-bs-toggle="collapse"
  488.          data-bs-target="#navCollapse-v1" aria-controls="navCollapse-v1" aria-expanded="false"
  489.          aria-label="Toggle navigation">
  490.          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  491.            <line x1="3" y1="6" x2="21" y2="6"></line>
  492.            <line x1="3" y1="12" x2="21" y2="12"></line>
  493.            <line x1="3" y1="18" x2="21" y2="18"></line>
  494.          </svg>
  495.        </button>
  496.  
  497.        <!-- Desktop Layout -->
  498.        <a class="brandv1 navbar-brand d-none d-xl-block me-4" href='/' aria-label="Home">
  499.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/16d3e7a2-4b03-4b8b-9dcf-f29d8020454c_logo.png" alt="" />
  500.        </a>
  501.  
  502.        <div class="d-none d-xl-flex flex-grow-1 flex-wrap">
  503.          <form class="search-wrapper-v1" action="#" method="get" role="search">
  504.            <input type="text" id="search-input1" class="form-control search-input-v1" placeholder="Search articles..." />
  505.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  506.              <circle cx="11" cy="11" r="8"></circle>
  507.              <path d="m21 21-4.35-4.35"></path>
  508.            </svg>
  509.          </form>
  510.           <!-- The search results will be displayed here -->
  511.          <div id="search-results1" class="search-results-container search-v1"></div>
  512.        </div>
  513.        <!-- Navigation Menu -->
  514.      </div>
  515.      <div class="collapse justify-content-end" id="navCollapse-v1">
  516.        <ul class="navbar-nav gap-2 pt-3 mb-lg-0 align-items-xl-center">
  517.          <!-- <li class="nav-item d-xl-block d-none mb-3">
  518.            <div class="d-xl-flex align-items-center gap-2">
  519.              <button class="btn menu-btn-v1 d-none d-xl-flex align-items-center gap-2" type="button"
  520.                data-bs-toggle="offcanvas" data-bs-target="#sidebar-v1" aria-controls="sidebar-v1">
  521.                <span>More</span>
  522.                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  523.                  <circle cx="12" cy="12" r="1"></circle>
  524.                  <circle cx="19" cy="12" r="1"></circle>
  525.                  <circle cx="5" cy="12" r="1"></circle>
  526.                </svg>
  527.              </button>
  528.            </div>
  529.          </li> -->
  530.          <li class="nav-item mb-3">
  531.            <a class="navlink-v1" href="/">
  532.              Home
  533.            </a>
  534.          </li>
  535.          
  536.           <li class="nav-item mb-3">
  537.            <a class="navlink-v1" href="/category/all-posts/">
  538.              All Posts
  539.            </a>
  540.            </li>
  541.            
  542.  
  543.                
  544.                
  545.            
  546.           <li class="nav-item mb-3">
  547.            <a class="navlink-v1" href="/category/business/">
  548.              Business
  549.            </a>
  550.            </li>
  551.            
  552.  
  553.                
  554.                
  555.            
  556.           <li class="nav-item mb-3">
  557.            <a class="navlink-v1" href="/category/esports/">
  558.              Esports
  559.            </a>
  560.            </li>
  561.            
  562.  
  563.                
  564.                
  565.            
  566.           <li class="nav-item mb-3">
  567.            <a class="navlink-v1" href="/category/fashion/">
  568.              Fashion
  569.            </a>
  570.            </li>
  571.            
  572.  
  573.                
  574.                
  575.            
  576.           <li class="nav-item mb-3">
  577.            <a class="navlink-v1" href="/category/featured/">
  578.              Featured
  579.            </a>
  580.            </li>
  581.            
  582.  
  583.                
  584.                
  585.            
  586.          
  587.            <li class="nav-item mb-3 dropdown">
  588.              <a class="navlink-v1 dropdown-toggle" href="#" id="moreDropdown-v1" role="button"
  589.                data-bs-toggle="dropdown" aria-expanded="false">More</a>
  590.              <ul class="dropdown-menu dropdown-v1" aria-labelledby="moreDropdown-v1">
  591.                <li>
  592.                  <a class="dropdown-item dropdown-item-v1" href="/category/gaming/">
  593.                    Gaming
  594.                  </a>
  595.                </li>
  596.                
  597.  
  598.                
  599.                
  600.            
  601.          
  602.                <li>
  603.                  <a class="dropdown-item dropdown-item-v1" href="/category/health/">
  604.                    Health
  605.                  </a>
  606.                </li>
  607.                
  608.  
  609.                
  610.                
  611.            
  612.          
  613.                <li>
  614.                  <a class="dropdown-item dropdown-item-v1" href="/category/life-fitness/">
  615.                    Life &amp; Fitness
  616.                  </a>
  617.                </li>
  618.                
  619.  
  620.                
  621.                
  622.            
  623.          
  624.                <li>
  625.                  <a class="dropdown-item dropdown-item-v1" href="/category/lifestyle/">
  626.                    Lifestyle
  627.                  </a>
  628.                </li>
  629.                
  630.  
  631.                
  632.                
  633.            
  634.          
  635.                <li>
  636.                  <a class="dropdown-item dropdown-item-v1" href="/category/news/">
  637.                    News
  638.                  </a>
  639.                </li>
  640.                
  641.  
  642.                
  643.                
  644.            
  645.          
  646.                <li>
  647.                  <a class="dropdown-item dropdown-item-v1" href="/category/others/">
  648.                    Others
  649.                  </a>
  650.                </li>
  651.                
  652.  
  653.                
  654.                
  655.            
  656.          
  657.                <li>
  658.                  <a class="dropdown-item dropdown-item-v1" href="/category/politics/">
  659.                    Politics
  660.                  </a>
  661.                </li>
  662.                
  663.  
  664.                
  665.                
  666.            
  667.          
  668.                <li>
  669.                  <a class="dropdown-item dropdown-item-v1" href="/category/sports/">
  670.                    Sports
  671.                  </a>
  672.                </li>
  673.                
  674.  
  675.                
  676.                
  677.            
  678.          
  679.                <li>
  680.                  <a class="dropdown-item dropdown-item-v1" href="/category/tech/">
  681.                    Tech
  682.                  </a>
  683.                </li>
  684.                
  685.  
  686.                
  687.                
  688.            
  689.          
  690.                <li>
  691.                  <a class="dropdown-item dropdown-item-v1" href="/category/travel/">
  692.                    Travel
  693.                  </a>
  694.                </li>
  695.                
  696.  
  697.                
  698.                
  699.              </ul>
  700.            </li>
  701.            
  702.            
  703.            <li class="nav-item mb-3">
  704.              <a class="navlink-v1" href="/page/contact-us/">
  705.                Contact Us
  706.              </a>
  707.            </li>
  708.            <li class="nav-item d-xl-none mt-2">
  709.              <button class="btn menu-btn-v1 w-100" type="button" data-bs-toggle="offcanvas"
  710.                data-bs-target="#sidebar-v1">
  711.                More Options
  712.              </button>
  713.            </li>
  714.        </ul>
  715.      </div>
  716.    </nav>
  717.  </div>
  718.  
  719. </header>
  720.  
  721. <!-- Sidebar -->
  722. <div class="offcanvas offcanvas-end offcanvas-v1" tabindex="-1" id="sidebar-v1" aria-labelledby="sidebarLabel-v1">
  723.  <div class="offcanvas-header border-bottom">
  724.    <h5 class="offcanvas-title fw-semibold" id="sidebarLabel-v1">
  725.      Latest Updates
  726.    </h5>
  727.    <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  728.  </div>
  729.  <div class="offcanvas-body p-3">
  730.    <div class="mb-4">
  731.      <h6 class="fw-semibold mb-3 text-muted">Featured Posts</h6>
  732.      <div class="vstack gap-3">
  733.        <article class="post-card-v1 d-flex gap-3">
  734.          <img src="https://picsum.photos/seed/tech1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  735.          <div class="flex-grow-1">
  736.            <small class="text-muted">2 hours ago</small>
  737.            <h6 class="mb-1 lh-sm">
  738.              <a href="#" class="text-decoration-none text-dark">Modern Web Development Trends</a>
  739.            </h6>
  740.            <small class="text-muted">Technology</small>
  741.          </div>
  742.        </article>
  743.  
  744.        <article class="post-card-v1 d-flex gap-3">
  745.          <img src="https://picsum.photos/seed/design1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  746.          <div class="flex-grow-1">
  747.            <small class="text-muted">5 hours ago</small>
  748.            <h6 class="mb-1 lh-sm">
  749.              <a href="#" class="text-decoration-none text-dark">UI Design Best Practices</a>
  750.            </h6>
  751.            <small class="text-muted">Design</small>
  752.          </div>
  753.        </article>
  754.  
  755.        <article class="post-card-v1 d-flex gap-3">
  756.          <img src="https://picsum.photos/seed/life1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  757.          <div class="flex-grow-1">
  758.            <small class="text-muted">1 day ago</small>
  759.            <h6 class="mb-1 lh-sm">
  760.              <a href="#" class="text-decoration-none text-dark">Minimalist Living Tips</a>
  761.            </h6>
  762.            <small class="text-muted">Lifestyle</small>
  763.          </div>
  764.        </article>
  765.      </div>
  766.    </div>
  767.  
  768.    <hr />
  769.  
  770.    <div class="contact-info-v1">
  771.      <h6 class="fw-semibold mb-3">Get in Touch</h6>
  772.      <div class="small text-muted lh-lg">
  773.        <div class="mb-2">
  774.          <strong>Location:</strong><br />
  775.          123 Innovation Street<br />
  776.          Tech District, CA 94105
  777.        </div>
  778.        <div class="mb-2">
  779.          <strong>Email:</strong><br />
  780.          <a href="/cdn-cgi/l/email-protection#5f373a3333301f3d2d3e313b713c3032" class="text-decoration-none"><span class="__cf_email__" data-cfemail="bed6dbd2d2d1fedcccdfd0da90ddd1d3">[email&#160;protected]</span></a>
  781.        </div>
  782.        <div>
  783.          <strong>Phone:</strong><br />
  784.          <a href="tel:+1234567890" class="text-decoration-none">+1 (234) 567-890</a>
  785.        </div>
  786.      </div>
  787.    </div>
  788.  </div>
  789. </div>
  790.  
  791. <!-- Custom CSS -->
  792. <style>
  793.  .navbar {
  794.    padding-inline: 20px;
  795.  }
  796.  
  797.  .nav-v1 {
  798.    backdrop-filter: blur(12px);
  799.  }
  800.  
  801.  .brand-v1 img {
  802.    height: 32px;
  803.    transition: transform 0.3s ease;
  804.  }
  805.  
  806.  .brand-v1:hover img {
  807.    transform: scale(1.05);
  808.  }
  809.  
  810.  .search-wrapper-v1 {
  811.    max-width: 600px;
  812.    position: relative;
  813.  }
  814.  
  815.  .search-input-v1 {
  816.    padding: 10px 16px 10px 42px;
  817.    border: 1px solid #e2e8f0;
  818.    border-radius: 24px;
  819.    font-size: 14px;
  820.    transition: all 0.3s ease;
  821.    background: white;
  822.    width: 100%;
  823.    max-width: 400px;
  824.  }
  825.  
  826.  .search-input-v1:focus {
  827.    border-color: #2563eb;
  828.    outline: none;
  829.    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  830.    transform: translateY(-1px);
  831.  }
  832.  
  833.  .search-icon-v1 {
  834.    position: absolute;
  835.    left: 14px;
  836.    top: 50%;
  837.    transform: translateY(-50%);
  838.    color: #64748b;
  839.    width: 16px;
  840.    height: 16px;
  841.  }
  842.  
  843.  .navlink-v1 {
  844.    color: #374151;
  845.    font-weight: 500;
  846.    font-size: 15px;
  847.    padding: 8px 16px;
  848.    border-radius: 12px;
  849.    transition: all 0.2s ease;
  850.    text-decoration: none;
  851.    position: relative;
  852.  }
  853.  
  854.  .navlink-v1:hover {
  855.    background: rgba(37, 99, 235, 0.1);
  856.    color: #2563eb;
  857.    transform: translateY(-1px);
  858.  }
  859.  
  860.  .navlink-v1.active-v1 {
  861.    background: #2563eb;
  862.    color: white !important;
  863.  }
  864.  
  865.  .dropdown-v1 {
  866.    border: 1px solid #e2e8f0;
  867.    border-radius: 16px;
  868.    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  869.    backdrop-filter: blur(8px);
  870.    background: rgba(255, 255, 255, 0.98);
  871.    padding: 8px 0;
  872.  }
  873.  
  874.  .dropdown-item-v1 {
  875.    padding: 8px 20px;
  876.    font-size: 14px;
  877.    color: #374151 !important;
  878.    transition: all 0.2s ease;
  879.    border-radius: 8px;
  880.    margin: 2px 0px;
  881.  }
  882.  
  883.  .dropdown-item-v1:hover {
  884.    background: rgba(37, 99, 235, 0.1);
  885.    color: #2563eb !important;
  886.  }
  887.  
  888.  .menu-btn-v1 {
  889.    padding: 8px 16px;
  890.    border: 1px solid #e2e8f0;
  891.    border-radius: 12px;
  892.    background: white;
  893.    color: #374151;
  894.    font-weight: 500;
  895.    transition: all 0.2s ease;
  896.  }
  897.  
  898.  .menu-btn-v1:hover {
  899.    border-color: #2563eb;
  900.    color: #2563eb;
  901.    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
  902.  }
  903.  
  904.  .offcanvas-v1 {
  905.    width: min(360px, 90vw);
  906.    background: white;
  907.    z-index: 1050;
  908.  }
  909.  
  910.  .post-card-v1 {
  911.    padding: 12px;
  912.    border-radius: 12px;
  913.    transition: all 0.2s ease;
  914.    border: 1px solid transparent;
  915.  }
  916.  
  917.  .post-card-v1:hover {
  918.    background: #f8fafc;
  919.    border-color: #e2e8f0;
  920.  }
  921.  
  922.  .post-img-v1 {
  923.    border-radius: 8px;
  924.    transition: transform 0.3s ease;
  925.  }
  926.  
  927.  .post-card-v1:hover .post-img-v1 {
  928.    transform: scale(1.02);
  929.  }
  930.  
  931.  .contact-info-v1 {
  932.    background: #f8fafc;
  933.    padding: 16px;
  934.    border-radius: 12px;
  935.    border: 1px solid #e2e8f0;
  936.  }
  937.  
  938.  @media (max-width: 1200px) {
  939.    .nav-width {
  940.      width: 100%;
  941.    }
  942.  }
  943.  
  944.  @media (max-width: 991px) {
  945.    .navlink-v1 {
  946.      padding: 12px 16px;
  947.      margin: 2px 0;
  948.    }
  949.  
  950.    .search-wrapper-v1 {
  951.      margin: 12px 0;
  952.    }
  953.  }
  954.  
  955.  /* search field */
  956.  .search-results-container {
  957.    position: absolute;
  958.    top: 100%;
  959.    /* Position it below the input field */
  960. left: 10px;
  961.  right: 10px;
  962.    background-color: white;
  963.    border: 1px solid #ddd;
  964.    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  965.    max-height: 300px;
  966.    overflow-y: auto;
  967.    z-index: 1000;
  968.    display: none;
  969.    /* Initially hidden */
  970.  }
  971.  
  972.  .search-results-container p {
  973.    margin: 0;
  974.  }
  975.  
  976.  .search-results-container .result-item {
  977.    padding: 10px;
  978.    cursor: pointer;
  979.  }
  980.  
  981.  .search-results-container .result-item:hover {
  982.    background-color: #f0f0f0;
  983.  }
  984. </style>
  985. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  986.  document.addEventListener("DOMContentLoaded", function () {
  987.    console.error("loaded");
  988.  
  989.    // Pick input depending on screen size
  990.    const searchInput = window.innerWidth <= 991
  991.      ? document.getElementById("search-input")
  992.      : document.getElementById("search-input1");
  993.  
  994.    if (searchInput) {
  995.      console.log("inside");
  996.  
  997.      // Add event listener for keyup
  998.      searchInput.addEventListener("keyup", function (e) {
  999.        console.log('test');
  1000.        console.log("Key pressed:", e.key);
  1001.        e.preventDefault();
  1002.  
  1003.        const query = searchInput.value;
  1004.        const searchResults = window.innerWidth <= 991
  1005.          ? document.getElementById("search-results")
  1006.          : document.getElementById("search-results1");
  1007.  
  1008.        console.log("User is typing: " + query);
  1009.  
  1010.        if (query === "") {
  1011.          searchResults.innerHTML = "";
  1012.          searchResults.style.display = "none";
  1013.          return;
  1014.        }
  1015.  
  1016.        searchResults.style.display = "block";
  1017.  
  1018.        fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1019.          method: "GET",
  1020.          headers: {
  1021.            "X-Requested-With": "XMLHttpRequest",
  1022.          },
  1023.        })
  1024.          .then(response => {
  1025.            console.log("Response Status:", response.status);
  1026.            return response.json();
  1027.          })
  1028.          .then(data => {
  1029.            console.log("Data received:", data);
  1030.            if (data.html) {
  1031.              searchResults.innerHTML = data.html;
  1032.            } else {
  1033.              searchResults.innerHTML = "<p>No results found.</p>";
  1034.            }
  1035.          })
  1036.          .catch(error => {
  1037.            console.error("Error fetching search results:", error);
  1038.          });
  1039.      });
  1040.  
  1041.      // 🔹 Close results when clicking outside
  1042.      document.addEventListener("click", function (e) {
  1043.        const searchResults = window.innerWidth <= 991
  1044.          ? document.getElementById("search-results")
  1045.          : document.getElementById("search-results1");
  1046.  
  1047.        if (searchResults && !searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1048.          searchResults.style.display = "none";
  1049.        }
  1050.      });
  1051.  
  1052.    } else {
  1053.      console.error("Search input not found");
  1054.    }
  1055.  });
  1056. </script>
  1057. <script>
  1058.  // Function to check screen size and remove 'navbar-collapse' class
  1059.  function removeNavbarCollapseClass() {
  1060.    const navbar = document.getElementById('navCollapse-v1');
  1061.    // Check if screen width is greater than or equal to 1024px (Bootstrap's lg breakpoint)
  1062.    if (window.innerWidth <= 1100) {
  1063.      if (navbar) {
  1064.        navbar.classList.remove('navbar-collapse');
  1065.      }
  1066.    } else {
  1067.      // You can re-add the class if the screen is smaller than 'lg' size
  1068.      if (navbar) {
  1069.        navbar.classList.add('navbar-collapse');
  1070.      }
  1071.    }
  1072.  }
  1073.  
  1074.  // Run the function on page load
  1075.  window.addEventListener('load', removeNavbarCollapseClass);
  1076.  
  1077.  // Also, run the function on window resize to check screen size dynamically
  1078.  window.addEventListener('resize', removeNavbarCollapseClass);
  1079.  
  1080.  
  1081. </script>
  1082.  
  1083.        </header>
  1084.        <!-- end of header -->
  1085.        <!-- start of wpo-blog-hero -->
  1086.        
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094. <style>
  1095. .blog-hero-section {
  1096.    padding: 3rem 0;
  1097. }
  1098.  
  1099.  
  1100. .hero-grid {
  1101.    display: grid;
  1102.    grid-template-columns: 2fr 1fr 1fr;
  1103.    grid-template-rows: 1fr 1fr;
  1104.    gap: 1.5rem;
  1105.    height: 500px;
  1106. }
  1107.  
  1108. .hero-card {
  1109.    background: var(--card-bg);
  1110.    border-radius: 12px;
  1111.    overflow: hidden;
  1112.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1113.    transition: all 0.3s ease;
  1114.    position: relative;
  1115. }
  1116.  
  1117. .hero-card:hover {
  1118.    transform: translateY(-8px);
  1119.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1120. }
  1121.  
  1122. .main-hero {
  1123.    grid-row: 1 / -1;
  1124.    grid-column: 1;
  1125. }
  1126.  
  1127. .card-image {
  1128.    width: 100%;
  1129.    height: 60%;
  1130.    object-fit: cover;
  1131.    transition: transform 0.3s ease;
  1132. }
  1133.  
  1134. .main-hero .card-image {
  1135.    height: 65%;
  1136. }
  1137.  
  1138. .hero-card:hover .card-image {
  1139.    transform: scale(1.05);
  1140. }
  1141.  
  1142. .card-content {
  1143.    padding: 1.5rem;
  1144.    height: 40%;
  1145.    display: flex;
  1146.    flex-direction: column;
  1147.    justify-content: space-between;
  1148. }
  1149.  
  1150. .main-hero .card-content {
  1151.    height: 35%;
  1152. }
  1153.  
  1154. .category-badge {
  1155.    display: inline-block;
  1156.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1157.    color: white;
  1158.    padding: 0.4rem 1rem;
  1159.    border-radius: 20px;
  1160.    font-size: 0.8rem;
  1161.    font-weight: 600;
  1162.    text-transform: uppercase;
  1163.    letter-spacing: 0.5px;
  1164.    margin-bottom: 0.8rem;
  1165.    width: fit-content;
  1166. }
  1167.  
  1168. .card-title {
  1169.    font-size: 1.1rem;
  1170.    font-weight: 700;
  1171.    line-height: 1.4;
  1172.    margin-bottom: 0.5rem;
  1173. }
  1174.  
  1175. .main-hero .card-title {
  1176.    font-size: 1.6rem;
  1177.    line-height: 1.3;
  1178.    margin-bottom: 0.8rem;
  1179. }
  1180.  
  1181. .card-title a {
  1182.    color: var(--top-color);
  1183.    text-decoration: none;
  1184.    transition: color 0.3s ease;
  1185. }
  1186.  
  1187.  
  1188. .card-description {
  1189.    color: var(--top-color);
  1190.    line-height: 1.6;
  1191.    margin-bottom: 1rem;
  1192.    display: -webkit-box;
  1193.    -webkit-line-clamp: 2;
  1194.    -webkit-box-orient: vertical;
  1195.    overflow: hidden;
  1196. }
  1197.  
  1198. .main-hero .card-description {
  1199.    -webkit-line-clamp: 3;
  1200. }
  1201.  
  1202. .card-meta {
  1203.    display: flex;
  1204.    align-items: center;
  1205.    justify-content: space-between;
  1206.    margin-top: auto;
  1207. }
  1208.  
  1209. .author-section {
  1210.    display: flex;
  1211.    align-items: center;
  1212.    gap: 0.8rem;
  1213. }
  1214.  
  1215. .author-avatar {
  1216.    width: 35px;
  1217.    height: 35px;
  1218.    border-radius: 50%;
  1219.    object-fit: cover;
  1220.    border: 2px solid #f8f9fa;
  1221. }
  1222.  
  1223. .author-name {
  1224.    color: #667eea;
  1225.    text-decoration: none;
  1226.    font-weight: 600;
  1227.    font-size: 0.9rem;
  1228. }
  1229.  
  1230. .author-name:hover {
  1231.    text-decoration: underline;
  1232. }
  1233.  
  1234. .publish-date {
  1235.    color: #95a5a6;
  1236.    font-size: 0.85rem;
  1237.    font-weight: 500;
  1238. }
  1239.  
  1240. .side-card-1 {
  1241.    grid-column: 2;
  1242.    grid-row: 1;
  1243. }
  1244.  
  1245. .side-card-2 {
  1246.    grid-column: 3;
  1247.    grid-row: 1;
  1248. }
  1249.  
  1250. .side-card-3 {
  1251.    grid-column: 2 / 4;
  1252.    grid-row: 2;
  1253. }
  1254.  
  1255. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1256. @media (min-width: 992px) {
  1257.    
  1258.    .main-hero .card-image,
  1259.    .side-card-1 .card-image,
  1260.    .side-card-2 .card-image {
  1261.        height: 100%;
  1262.    }
  1263.    
  1264.    .main-hero .card-content,
  1265.    .side-card-1 .card-content,
  1266.    .side-card-2 .card-content {
  1267.        position: absolute;
  1268.        bottom: 0;
  1269.        left: 0;
  1270.        right: 0;
  1271.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1272.        color: white;
  1273.        padding: 2rem 1.5rem 1.5rem;
  1274.        height: auto;
  1275.    }
  1276.    
  1277.    .main-hero .card-content {
  1278.        padding: 3rem 2rem 2rem;
  1279.    }
  1280.    
  1281.    .main-hero .category-badge,
  1282.    .side-card-1 .category-badge,
  1283.    .side-card-2 .category-badge {
  1284.      
  1285.        margin-bottom: 0.8rem;
  1286.    }
  1287.    
  1288.    .main-hero .card-title a,
  1289.    .side-card-1 .card-title a,
  1290.    .side-card-2 .card-title a {
  1291.        color: white;
  1292.    }
  1293.    
  1294.    .main-hero .card-description {
  1295.        color: #f8f9fa;
  1296.    }
  1297.    
  1298.    .main-hero .author-name,
  1299.    .side-card-1 .author-name,
  1300.    .side-card-2 .author-name {
  1301.        color: #f8f9fa;
  1302.    }
  1303.    
  1304.    .main-hero .publish-date,
  1305.    .side-card-1 .publish-date,
  1306.    .side-card-2 .publish-date {
  1307.        color: #e9ecef;
  1308.    }
  1309. }
  1310.  
  1311. .side-card-3 {
  1312.    display: flex;
  1313.    flex-direction: row;
  1314. }
  1315.  
  1316. .side-card-3 .card-image {
  1317.    width: 40%;
  1318.    height: 100%;
  1319. }
  1320.  
  1321. .side-card-3 .card-content {
  1322.    width: 60%;
  1323.    height: 100%;
  1324.    padding: 1.5rem;
  1325. }
  1326.  
  1327. /* Mobile Responsive */
  1328. @media (max-width: 992px) {
  1329.    .hero-grid {
  1330.        grid-template-columns: 1fr;
  1331.        grid-template-rows: auto;
  1332.        height: auto;
  1333.        gap: 1rem;
  1334.    }
  1335.    
  1336.    .main-hero {
  1337.        grid-row: 1;
  1338.        grid-column: 1;
  1339.    }
  1340.    
  1341.    .side-card-1, .side-card-2, .side-card-3 {
  1342.        grid-column: 1;
  1343.        grid-row: auto;
  1344.    }
  1345.    
  1346.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1347.    .main-hero .card-content,
  1348.    .side-card-1 .card-content,
  1349.    .side-card-2 .card-content {
  1350.        position: relative;
  1351.        background: var(--card-bg);
  1352.        color: inherit;
  1353.        padding: 1.5rem;
  1354.        height: auto;
  1355.    }
  1356.    
  1357.    .main-hero .card-image,
  1358.    .side-card-1 .card-image,
  1359.    .side-card-2 .card-image {
  1360.        height: 200px;
  1361.    }
  1362.    
  1363.    .main-hero .card-image {
  1364.        height: 250px;
  1365.    }
  1366.    
  1367.    .main-hero .category-badge,
  1368.    .side-card-1 .category-badge,
  1369.    .side-card-2 .category-badge {
  1370.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1371.        color: white;
  1372.    }
  1373.    
  1374.    .main-hero .card-title a,
  1375.    .side-card-1 .card-title a,
  1376.    .side-card-2 .card-title a {
  1377.        color: var(--top-color);
  1378.    }
  1379.    
  1380.    .main-hero .card-description {
  1381.        color: #7f8c8d;
  1382.    }
  1383.    
  1384.    .main-hero .author-name,
  1385.    .side-card-1 .author-name,
  1386.    .side-card-2 .author-name {
  1387.        color: #667eea;
  1388.    }
  1389.    
  1390.    .main-hero .publish-date,
  1391.    .side-card-1 .publish-date,
  1392.    .side-card-2 .publish-date {
  1393.        color: #95a5a6;
  1394.    }
  1395.    
  1396.    .side-card-3 {
  1397.        flex-direction: column;
  1398.    }
  1399.    
  1400.    .side-card-3 .card-image {
  1401.        width: 100%;
  1402.        height: 200px;
  1403.    }
  1404.    
  1405.    .side-card-3 .card-content {
  1406.        width: 100%;
  1407.        height: auto;
  1408.    }
  1409.    
  1410.    .card-image {
  1411.        height: 200px;
  1412.    }
  1413.    
  1414.    .main-hero .card-image {
  1415.        height: 250px;
  1416.    }
  1417.    
  1418.    .main-hero .card-content {
  1419.        height: auto;
  1420.    }
  1421. }
  1422. </style>
  1423.  
  1424. <div class="blog-hero-section">
  1425.    <div class="container-fluid fluid-container">
  1426.        <div class="hero-grid">
  1427.            <!-- Main Featured Post -->
  1428.            
  1429.                              
  1430.                    <article class="hero-card main-hero">
  1431.                        
  1432.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="England Name Bashir in Line-up for Ashes Initial Match" class="card-image">
  1433.                        
  1434.                        
  1435.                        <div class="card-content">
  1436.                            <div>
  1437.                                <span class="category-badge">News</span>
  1438.                                <h2 class="card-title">
  1439.                                    <a href="/england-name-bashir-in-line-up-for-ashes-initial-match/">
  1440.                                        England Name Bashir in Line-up for Ashes Initial Match
  1441.                                    </a>
  1442.                                </h2>
  1443.                                <p class="card-description"></p>
  1444.                            </div>
  1445.                            
  1446.                            <div class="card-meta">
  1447.                                <div class="author-section">
  1448.                                    
  1449.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" class="author-avatar">
  1450.                                    
  1451.                                    <a href="#" class="author-name">Tiffany Harrison</a>
  1452.                                </div>
  1453.                                <span class="publish-date">May 13, 2026</span>
  1454.                            </div>
  1455.                        </div>
  1456.                    </article>
  1457.                
  1458.            
  1459.  
  1460.            <!-- Side Cards -->
  1461.            
  1462.                <article class="hero-card side-card-1">
  1463.                    
  1464.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Olympic Athlete and Other Eritreans Released After Nearly Two Decades Without Facing Charges, Relatives Say" class="card-image">
  1465.                    
  1466.                    
  1467.                    <div class="card-content">
  1468.                        <div>
  1469.                            <span class="category-badge">News</span>
  1470.                            <h3 class="card-title">
  1471.                                <a href="/olympic-athlete-and-other-eritreans-released-after-nearly-two-decades-without-facing-charges-relatives-say/">
  1472.                                    Olympic Athlete and Other Eritreans Released After Nearly Two Decades Without Facing Charges, Relatives Say
  1473.                                </a>
  1474.                            </h3>
  1475.                            <p class="card-description"></p>
  1476.                        </div>
  1477.                        
  1478.                        <div class="card-meta">
  1479.                            <div class="author-section">
  1480.                                <a href="#" class="author-name">Tiffany Harrison</a>
  1481.                            </div>
  1482.                            <span class="publish-date">May 13</span>
  1483.                        </div>
  1484.                    </div>
  1485.                </article>
  1486.            
  1487.                <article class="hero-card side-card-2">
  1488.                    
  1489.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The KPop Demon Hunters Series Balloons to Take Center Stage at Macy&#x27;s Thanksgiving Day Parade" class="card-image">
  1490.                    
  1491.                    
  1492.                    <div class="card-content">
  1493.                        <div>
  1494.                            <span class="category-badge">News</span>
  1495.                            <h3 class="card-title">
  1496.                                <a href="/the-kpop-demon-hunters-series-balloons-to-take-center-stage-at-macys-thanksgiving-day-parade/">
  1497.                                    The KPop Demon Hunters Series Balloons to Take Center Stage at Macy&#x27;s Thanksgiving Day Parade
  1498.                                </a>
  1499.                            </h3>
  1500.                            <p class="card-description"></p>
  1501.                        </div>
  1502.                        
  1503.                        <div class="card-meta">
  1504.                            <div class="author-section">
  1505.                                <a href="#" class="author-name">Tiffany Harrison</a>
  1506.                            </div>
  1507.                            <span class="publish-date">May 12</span>
  1508.                        </div>
  1509.                    </div>
  1510.                </article>
  1511.            
  1512.                <article class="hero-card side-card-3">
  1513.                    
  1514.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Shocking Find: Remains of Vanished Mother and Child Found in Freezers in the Alpine Nation" class="card-image">
  1515.                    
  1516.                    
  1517.                    <div class="card-content">
  1518.                        <div>
  1519.                            <span class="category-badge">News</span>
  1520.                            <h3 class="card-title">
  1521.                                <a href="/shocking-find-remains-of-vanished-mother-and-child-found-in-freezers-in-the-alpine-nation/">
  1522.                                    Shocking Find: Remains of Vanished Mother and Child Found in Freezers in the Alpine Nation
  1523.                                </a>
  1524.                            </h3>
  1525.                            <p class="card-description"></p>
  1526.                        </div>
  1527.                        
  1528.                        <div class="card-meta">
  1529.                            <div class="author-section">
  1530.                                <a href="#" class="author-name">Tiffany Harrison</a>
  1531.                            </div>
  1532.                            <span class="publish-date">May 12</span>
  1533.                        </div>
  1534.                    </div>
  1535.                </article>
  1536.            
  1537.        </div>
  1538.    </div>
  1539. </div>
  1540.  
  1541.  
  1542.  
  1543.  
  1544.        <!-- end of wpo-blog-hero -->
  1545.  
  1546.        <!-- start of wpo-breacking-news -->
  1547.        
  1548.        <!-- end of wpo-breacking-news -->
  1549.        
  1550.        <!-- start wpo-blog-highlights-section -->
  1551.        
  1552.  
  1553.  
  1554.  
  1555.    
  1556.  
  1557.  
  1558. <style>
  1559.  
  1560.    .blog-highlights-section {
  1561.        padding: 30px 0;
  1562.    }
  1563.  
  1564.    .blog-cards-grid {
  1565.        display: grid;
  1566.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1567.        gap: 30px;
  1568.    }
  1569.  
  1570.    .blog-card {
  1571.        background: var(--card-bg);
  1572.        border: 1px solid var(--card-border);
  1573.        border-radius: var(--border-radius);
  1574.        overflow: hidden;
  1575.        transition: all 0.3s ease;
  1576.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1577.    }
  1578.  
  1579.    .blog-card:hover {
  1580.        transform: translateY(-8px);
  1581.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1582.        border-color: var(--theme-primary-color);
  1583.    }
  1584.  
  1585.    .blog-card-image {
  1586.        position: relative;
  1587.        height: 220px;
  1588.        overflow: hidden;
  1589.    }
  1590.  
  1591.    .blog-card-image img {
  1592.        width: 100%;
  1593.        height: 100%;
  1594.        object-fit: cover;
  1595.        transition: transform 0.3s ease;
  1596.    }
  1597.  
  1598.    .blog-card:hover .blog-card-image img {
  1599.        transform: scale(1.05);
  1600.    }
  1601.  
  1602.    .blog-category {
  1603.        position: absolute;
  1604.        top: 15px;
  1605.        right: 15px;
  1606.        color: white;
  1607.        padding: 6px 12px;
  1608.        border-radius: 20px;
  1609.        font-size: 12px;
  1610.        font-weight: 600;
  1611.        text-transform: uppercase;
  1612.        letter-spacing: 0.5px;
  1613.    }
  1614.  
  1615.    .blog-card-content {
  1616.        padding: 25px;
  1617.    }
  1618.  
  1619.    .blog-card-title {
  1620.        font-family: var(--heading-font);
  1621.        font-size: 1.3rem;
  1622.        font-weight: var(--heading-weight);
  1623.        color: var(--top-color);
  1624.        margin-bottom: 15px;
  1625.        line-height: 1.4;
  1626.    }
  1627.  
  1628.    .blog-card-title a {
  1629.        color: inherit !important;
  1630.        text-decoration: none;
  1631.        transition: color 0.3s ease;
  1632.    }
  1633.  
  1634.    .blog-card-title a:hover {
  1635.        color: var(--theme-primary-color);
  1636.    }
  1637.  
  1638.    .blog-card-meta {
  1639.        display: flex;
  1640.        align-items: center;
  1641.        gap: 15px;
  1642.        margin-bottom: 15px;
  1643.        font-size: 14px;
  1644.        color: var(--text-light-color);
  1645.    }
  1646.  
  1647.    .blog-author-img {
  1648.        width: 30px;
  1649.        height: 30px;
  1650.        border-radius: 50%;
  1651.        object-fit: cover;
  1652.    }
  1653.  
  1654.    .blog-card-excerpt {
  1655.        color: var(--body-color);
  1656.        font-size: 15px;
  1657.        line-height: 1.6;
  1658.        margin-bottom: 20px;
  1659.        display: -webkit-box;
  1660.        -webkit-line-clamp: 3;
  1661.        -webkit-box-orient: vertical;
  1662.        overflow: hidden;
  1663.    }
  1664.  
  1665.    .blog-card-footer {
  1666.        display: flex;
  1667.        justify-content: space-between;
  1668.        align-items: center;
  1669.        padding-top: 15px;
  1670.        border-top: 1px solid var(--border-color-s2);
  1671.    }
  1672.  
  1673.    .blog-read-time {
  1674.        font-size: 13px;
  1675.        color: var(--light);
  1676.    }
  1677.  
  1678.    .blog-read-more {
  1679.        color: var(--top-color) !important;
  1680.        text-decoration: none;
  1681.        font-weight: 600;
  1682.        font-size: 14px;
  1683.        transition: all 0.3s ease;
  1684.    }
  1685.  
  1686.    .blog-read-more:hover {
  1687.        color: var(--theme-primary-color-s2);
  1688.        text-decoration: underline;
  1689.    }
  1690.  
  1691.    .section-title {
  1692.        font-family: var(--heading-font);
  1693.        font-size: 2.5rem;
  1694.        font-weight: var(--heading-weight);
  1695.        color: var(--heading-color);
  1696.        text-align: center;
  1697.        margin-bottom: 20px;
  1698.    }
  1699.  
  1700.    .section-subtitle {
  1701.        text-align: center;
  1702.        color: var(--text-light-color);
  1703.        font-size: 1.1rem;
  1704.        max-width: 600px;
  1705.        margin: 0 auto;
  1706.    }
  1707.  
  1708.    @media (max-width: 768px) {
  1709.        .blog-cards-grid {
  1710.            grid-template-columns: 1fr;
  1711.            gap: 20px;
  1712.        }
  1713.        
  1714.        .section-title {
  1715.            font-size: 2rem;
  1716.        }
  1717.        
  1718.        .blog-highlights-section {
  1719.            padding: 60px 0;
  1720.        }
  1721.    }
  1722. </style>
  1723.  
  1724. <section class="blog-highlights-section">
  1725.     <div class="container-fluid fluid-container">
  1726.      
  1727.            <div class="section-title">
  1728.                <h2>
  1729.                Today's Top Highlights
  1730.                   </h2>
  1731.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  1732.    </div>
  1733.        
  1734.        <div class="row">
  1735.            <div class="col-lg-8 col-12">
  1736.                <div class="blog-cards-grid">
  1737.                    
  1738.                    <article class="blog-card">
  1739.                        <div class="blog-card-image">
  1740.                          
  1741.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1742.                            
  1743.                            <span class="blog-category bg-primary-gradient">
  1744.                                News
  1745.                            </span>
  1746.                        </div>
  1747.                        <div class="blog-card-content">
  1748.                            <h3 class="blog-card-title">
  1749.                                <a href="/peaceful-finish-to-messis-visit-to-india-following-unrest-in-kolkata/" >
  1750.                                Peaceful Finish to Messi&#x27;s Visit to India Following Unrest in Kolkata
  1751.                                </a>
  1752.                            </h3>
  1753.                            <div class="blog-card-meta">
  1754.                                
  1755.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;" class="blog-author-img">
  1756.                                
  1757.                                <span>By <strong>Tiffany Harrison</strong></span>
  1758.                                <span>•</span>
  1759.                                <span>12 May 2026</span>
  1760.                            </div>
  1761.                            <p class="blog-card-excerpt">
  1762.                                
  1763.                            </p>
  1764.                            <div class="blog-card-footer">
  1765.                                <div class="blog-read-time">
  1766.                                    📖 5 min read
  1767.                                </div>
  1768.                                <a href="/peaceful-finish-to-messis-visit-to-india-following-unrest-in-kolkata/" class="blog-read-more">
  1769.                                    Read More →
  1770.                                </a>
  1771.                            </div>
  1772.                        </div>
  1773.                    </article>
  1774.                    
  1775.                    <article class="blog-card">
  1776.                        <div class="blog-card-image">
  1777.                          
  1778.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1779.                            
  1780.                            <span class="blog-category bg-primary-gradient">
  1781.                                News
  1782.                            </span>
  1783.                        </div>
  1784.                        <div class="blog-card-content">
  1785.                            <h3 class="blog-card-title">
  1786.                                <a href="/esteemed-photographer-brian-harris-obituary-an-existence-through-the-lens/" >
  1787.                                Esteemed Photographer Brian Harris Obituary: An Existence Through the Lens
  1788.                                </a>
  1789.                            </h3>
  1790.                            <div class="blog-card-meta">
  1791.                                
  1792.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;" class="blog-author-img">
  1793.                                
  1794.                                <span>By <strong>Tiffany Harrison</strong></span>
  1795.                                <span>•</span>
  1796.                                <span>12 May 2026</span>
  1797.                            </div>
  1798.                            <p class="blog-card-excerpt">
  1799.                                
  1800.                            </p>
  1801.                            <div class="blog-card-footer">
  1802.                                <div class="blog-read-time">
  1803.                                    📖 5 min read
  1804.                                </div>
  1805.                                <a href="/esteemed-photographer-brian-harris-obituary-an-existence-through-the-lens/" class="blog-read-more">
  1806.                                    Read More →
  1807.                                </a>
  1808.                            </div>
  1809.                        </div>
  1810.                    </article>
  1811.                    
  1812.                    <article class="blog-card">
  1813.                        <div class="blog-card-image">
  1814.                          
  1815.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1816.                            
  1817.                            <span class="blog-category bg-primary-gradient">
  1818.                                News
  1819.                            </span>
  1820.                        </div>
  1821.                        <div class="blog-card-content">
  1822.                            <h3 class="blog-card-title">
  1823.                                <a href="/the-met-confronts-lawsuit-over-reportedly-nazi-stolen-van-gogh-artwork/" >
  1824.                                The Met Confronts Lawsuit Over Reportedly Nazi-Stolen Van Gogh Artwork
  1825.                                </a>
  1826.                            </h3>
  1827.                            <div class="blog-card-meta">
  1828.                                
  1829.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;" class="blog-author-img">
  1830.                                
  1831.                                <span>By <strong>Tiffany Harrison</strong></span>
  1832.                                <span>•</span>
  1833.                                <span>12 May 2026</span>
  1834.                            </div>
  1835.                            <p class="blog-card-excerpt">
  1836.                                
  1837.                            </p>
  1838.                            <div class="blog-card-footer">
  1839.                                <div class="blog-read-time">
  1840.                                    📖 5 min read
  1841.                                </div>
  1842.                                <a href="/the-met-confronts-lawsuit-over-reportedly-nazi-stolen-van-gogh-artwork/" class="blog-read-more">
  1843.                                    Read More →
  1844.                                </a>
  1845.                            </div>
  1846.                        </div>
  1847.                    </article>
  1848.                    
  1849.                    <article class="blog-card">
  1850.                        <div class="blog-card-image">
  1851.                          
  1852.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1853.                            
  1854.                            <span class="blog-category bg-primary-gradient">
  1855.                                News
  1856.                            </span>
  1857.                        </div>
  1858.                        <div class="blog-card-content">
  1859.                            <h3 class="blog-card-title">
  1860.                                <a href="/us-lawmaker-urges-ex-royal-andrew-to-provide-testimony-in-epstein-investigation/" >
  1861.                                US Lawmaker Urges Ex-Royal Andrew to Provide Testimony in Epstein Investigation
  1862.                                </a>
  1863.                            </h3>
  1864.                            <div class="blog-card-meta">
  1865.                                
  1866.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;" class="blog-author-img">
  1867.                                
  1868.                                <span>By <strong>Tiffany Harrison</strong></span>
  1869.                                <span>•</span>
  1870.                                <span>12 May 2026</span>
  1871.                            </div>
  1872.                            <p class="blog-card-excerpt">
  1873.                                
  1874.                            </p>
  1875.                            <div class="blog-card-footer">
  1876.                                <div class="blog-read-time">
  1877.                                    📖 5 min read
  1878.                                </div>
  1879.                                <a href="/us-lawmaker-urges-ex-royal-andrew-to-provide-testimony-in-epstein-investigation/" class="blog-read-more">
  1880.                                    Read More →
  1881.                                </a>
  1882.                            </div>
  1883.                        </div>
  1884.                    </article>
  1885.                    
  1886.                    <article class="blog-card">
  1887.                        <div class="blog-card-image">
  1888.                          
  1889.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1890.                            
  1891.                            <span class="blog-category bg-primary-gradient">
  1892.                                News
  1893.                            </span>
  1894.                        </div>
  1895.                        <div class="blog-card-content">
  1896.                            <h3 class="blog-card-title">
  1897.                                <a href="/the-gulf-nation-to-present-case-at-uk-supreme-court-over-state-immunity-in-surveillance-claims/" >
  1898.                                The Gulf nation to Present Case at UK Supreme Court Over State Immunity in Surveillance Claims
  1899.                                </a>
  1900.                            </h3>
  1901.                            <div class="blog-card-meta">
  1902.                                
  1903.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;" class="blog-author-img">
  1904.                                
  1905.                                <span>By <strong>Tiffany Harrison</strong></span>
  1906.                                <span>•</span>
  1907.                                <span>12 May 2026</span>
  1908.                            </div>
  1909.                            <p class="blog-card-excerpt">
  1910.                                
  1911.                            </p>
  1912.                            <div class="blog-card-footer">
  1913.                                <div class="blog-read-time">
  1914.                                    📖 5 min read
  1915.                                </div>
  1916.                                <a href="/the-gulf-nation-to-present-case-at-uk-supreme-court-over-state-immunity-in-surveillance-claims/" class="blog-read-more">
  1917.                                    Read More →
  1918.                                </a>
  1919.                            </div>
  1920.                        </div>
  1921.                    </article>
  1922.                    
  1923.                    <article class="blog-card">
  1924.                        <div class="blog-card-image">
  1925.                          
  1926.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1927.                            
  1928.                            <span class="blog-category bg-primary-gradient">
  1929.                                News
  1930.                            </span>
  1931.                        </div>
  1932.                        <div class="blog-card-content">
  1933.                            <h3 class="blog-card-title">
  1934.                                <a href="/the-visionary-filmmaker-sets-the-record-straight-ai-doesnt-produce-the-avatar-series/" >
  1935.                                The Visionary Filmmaker Sets the Record Straight: ‘AI Doesn’t Produce the Avatar Series’
  1936.                                </a>
  1937.                            </h3>
  1938.                            <div class="blog-card-meta">
  1939.                                
  1940.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;" class="blog-author-img">
  1941.                                
  1942.                                <span>By <strong>Tiffany Harrison</strong></span>
  1943.                                <span>•</span>
  1944.                                <span>11 May 2026</span>
  1945.                            </div>
  1946.                            <p class="blog-card-excerpt">
  1947.                                
  1948.                            </p>
  1949.                            <div class="blog-card-footer">
  1950.                                <div class="blog-read-time">
  1951.                                    📖 5 min read
  1952.                                </div>
  1953.                                <a href="/the-visionary-filmmaker-sets-the-record-straight-ai-doesnt-produce-the-avatar-series/" class="blog-read-more">
  1954.                                    Read More →
  1955.                                </a>
  1956.                            </div>
  1957.                        </div>
  1958.                    </article>
  1959.                    
  1960.                    <article class="blog-card">
  1961.                        <div class="blog-card-image">
  1962.                          
  1963.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1964.                            
  1965.                            <span class="blog-category bg-primary-gradient">
  1966.                                News
  1967.                            </span>
  1968.                        </div>
  1969.                        <div class="blog-card-content">
  1970.                            <h3 class="blog-card-title">
  1971.                                <a href="/shackled-isolated-and-frightened-the-grim-situation-for-women-forced-to-have-their-babies-in-prison/" >
  1972.                                Shackled, Isolated and Frightened: The Grim Situation for Women Forced to Have Their Babies in Prison.
  1973.                                </a>
  1974.                            </h3>
  1975.                            <div class="blog-card-meta">
  1976.                                
  1977.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;" class="blog-author-img">
  1978.                                
  1979.                                <span>By <strong>Tiffany Harrison</strong></span>
  1980.                                <span>•</span>
  1981.                                <span>11 May 2026</span>
  1982.                            </div>
  1983.                            <p class="blog-card-excerpt">
  1984.                                
  1985.                            </p>
  1986.                            <div class="blog-card-footer">
  1987.                                <div class="blog-read-time">
  1988.                                    📖 5 min read
  1989.                                </div>
  1990.                                <a href="/shackled-isolated-and-frightened-the-grim-situation-for-women-forced-to-have-their-babies-in-prison/" class="blog-read-more">
  1991.                                    Read More →
  1992.                                </a>
  1993.                            </div>
  1994.                        </div>
  1995.                    </article>
  1996.                    
  1997.                    <article class="blog-card">
  1998.                        <div class="blog-card-image">
  1999.                          
  2000.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2001.                            
  2002.                            <span class="blog-category bg-primary-gradient">
  2003.                                News
  2004.                            </span>
  2005.                        </div>
  2006.                        <div class="blog-card-content">
  2007.                            <h3 class="blog-card-title">
  2008.                                <a href="/an-account-of-surprising-kindness-when-a-university-student-allowed-me-to-stay-on-her-dormitory-ground/" >
  2009.                                An Account of Surprising Kindness: When a University Student Allowed Me to Stay on Her Dormitory Ground
  2010.                                </a>
  2011.                            </h3>
  2012.                            <div class="blog-card-meta">
  2013.                                
  2014.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;" class="blog-author-img">
  2015.                                
  2016.                                <span>By <strong>Tiffany Harrison</strong></span>
  2017.                                <span>•</span>
  2018.                                <span>11 May 2026</span>
  2019.                            </div>
  2020.                            <p class="blog-card-excerpt">
  2021.                                
  2022.                            </p>
  2023.                            <div class="blog-card-footer">
  2024.                                <div class="blog-read-time">
  2025.                                    📖 5 min read
  2026.                                </div>
  2027.                                <a href="/an-account-of-surprising-kindness-when-a-university-student-allowed-me-to-stay-on-her-dormitory-ground/" class="blog-read-more">
  2028.                                    Read More →
  2029.                                </a>
  2030.                            </div>
  2031.                        </div>
  2032.                    </article>
  2033.                    
  2034.                    <article class="blog-card">
  2035.                        <div class="blog-card-image">
  2036.                          
  2037.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2038.                            
  2039.                            <span class="blog-category bg-primary-gradient">
  2040.                                News
  2041.                            </span>
  2042.                        </div>
  2043.                        <div class="blog-card-content">
  2044.                            <h3 class="blog-card-title">
  2045.                                <a href="/among-the-bombed-out-debris-of-an-residential-building-i-encountered-a-book-id-rendered/" >
  2046.                                Among the Bombed-Out Debris of an Residential Building, I Encountered a Book I’d Rendered
  2047.                                </a>
  2048.                            </h3>
  2049.                            <div class="blog-card-meta">
  2050.                                
  2051.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;" class="blog-author-img">
  2052.                                
  2053.                                <span>By <strong>Tiffany Harrison</strong></span>
  2054.                                <span>•</span>
  2055.                                <span>11 May 2026</span>
  2056.                            </div>
  2057.                            <p class="blog-card-excerpt">
  2058.                                
  2059.                            </p>
  2060.                            <div class="blog-card-footer">
  2061.                                <div class="blog-read-time">
  2062.                                    📖 5 min read
  2063.                                </div>
  2064.                                <a href="/among-the-bombed-out-debris-of-an-residential-building-i-encountered-a-book-id-rendered/" class="blog-read-more">
  2065.                                    Read More →
  2066.                                </a>
  2067.                            </div>
  2068.                        </div>
  2069.                    </article>
  2070.                    
  2071.                    <article class="blog-card">
  2072.                        <div class="blog-card-image">
  2073.                          
  2074.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2075.                            
  2076.                            <span class="blog-category bg-primary-gradient">
  2077.                                News
  2078.                            </span>
  2079.                        </div>
  2080.                        <div class="blog-card-content">
  2081.                            <h3 class="blog-card-title">
  2082.                                <a href="/three-game-pass-games-were-playing-over-the-weekend-october-10-12/" >
  2083.                                Three Game Pass Games We&#x27;re Playing Over the Weekend (October 10-12)
  2084.                                </a>
  2085.                            </h3>
  2086.                            <div class="blog-card-meta">
  2087.                                
  2088.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;" class="blog-author-img">
  2089.                                
  2090.                                <span>By <strong>Tiffany Harrison</strong></span>
  2091.                                <span>•</span>
  2092.                                <span>11 May 2026</span>
  2093.                            </div>
  2094.                            <p class="blog-card-excerpt">
  2095.                                
  2096.                            </p>
  2097.                            <div class="blog-card-footer">
  2098.                                <div class="blog-read-time">
  2099.                                    📖 5 min read
  2100.                                </div>
  2101.                                <a href="/three-game-pass-games-were-playing-over-the-weekend-october-10-12/" class="blog-read-more">
  2102.                                    Read More →
  2103.                                </a>
  2104.                            </div>
  2105.                        </div>
  2106.                    </article>
  2107.                    
  2108.                    <article class="blog-card">
  2109.                        <div class="blog-card-image">
  2110.                          
  2111.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2112.                            
  2113.                            <span class="blog-category bg-primary-gradient">
  2114.                                News
  2115.                            </span>
  2116.                        </div>
  2117.                        <div class="blog-card-content">
  2118.                            <h3 class="blog-card-title">
  2119.                                <a href="/everyday-reality-for-120000-asylum-seekers-in-mauritanias-extensive-mbera-camp-on-the-malians-border/" >
  2120.                                Everyday Reality for 120,000 Asylum Seekers in Mauritania&#x27;s Extensive Mbera Camp on the Malians Border.
  2121.                                </a>
  2122.                            </h3>
  2123.                            <div class="blog-card-meta">
  2124.                                
  2125.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;" class="blog-author-img">
  2126.                                
  2127.                                <span>By <strong>Tiffany Harrison</strong></span>
  2128.                                <span>•</span>
  2129.                                <span>11 May 2026</span>
  2130.                            </div>
  2131.                            <p class="blog-card-excerpt">
  2132.                                
  2133.                            </p>
  2134.                            <div class="blog-card-footer">
  2135.                                <div class="blog-read-time">
  2136.                                    📖 5 min read
  2137.                                </div>
  2138.                                <a href="/everyday-reality-for-120000-asylum-seekers-in-mauritanias-extensive-mbera-camp-on-the-malians-border/" class="blog-read-more">
  2139.                                    Read More →
  2140.                                </a>
  2141.                            </div>
  2142.                        </div>
  2143.                    </article>
  2144.                    
  2145.                    <article class="blog-card">
  2146.                        <div class="blog-card-image">
  2147.                          
  2148.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2149.                            
  2150.                            <span class="blog-category bg-primary-gradient">
  2151.                                News
  2152.                            </span>
  2153.                        </div>
  2154.                        <div class="blog-card-content">
  2155.                            <h3 class="blog-card-title">
  2156.                                <a href="/how-a-american-military-vet-assisted-the-venezuelan-opposition-leader-flee-her-homeland/" >
  2157.                                How a American Military Vet Assisted the Venezuelan Opposition Leader Flee Her Homeland
  2158.                                </a>
  2159.                            </h3>
  2160.                            <div class="blog-card-meta">
  2161.                                
  2162.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;" class="blog-author-img">
  2163.                                
  2164.                                <span>By <strong>Tiffany Harrison</strong></span>
  2165.                                <span>•</span>
  2166.                                <span>11 May 2026</span>
  2167.                            </div>
  2168.                            <p class="blog-card-excerpt">
  2169.                                
  2170.                            </p>
  2171.                            <div class="blog-card-footer">
  2172.                                <div class="blog-read-time">
  2173.                                    📖 5 min read
  2174.                                </div>
  2175.                                <a href="/how-a-american-military-vet-assisted-the-venezuelan-opposition-leader-flee-her-homeland/" class="blog-read-more">
  2176.                                    Read More →
  2177.                                </a>
  2178.                            </div>
  2179.                        </div>
  2180.                    </article>
  2181.                    
  2182.                    
  2183.  
  2184.                </div>
  2185.            </div>
  2186.            
  2187.              <div class="col col-lg-4 col-12">
  2188.                
  2189.  
  2190.  
  2191.  
  2192.    
  2193.  
  2194.  
  2195. <!-- Blog Sidebar V2 - Focused Design -->
  2196. <div class="sidebar">
  2197.  <!-- Recent Posts Section -->
  2198.  <div class="sidebar-widget mb-4">
  2199.    <div class="widget-title-wrapper mb-3">
  2200.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2201.        <i class="ti-time me-2"></i>Recent Posts
  2202.        <span class="title-arrow-primary"></span>
  2203.      </h4>
  2204.    </div>
  2205.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2206.      <div class="recent-post-list">
  2207.      
  2208.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2209.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2210.              
  2211.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2212.              
  2213.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2214.          </div>
  2215.          <div class="post-content flex-grow-1">
  2216.            <h6 class="post-title mb-2">
  2217.               <a href="/how-to-speak-romance-like-a-generation-z-51-hyperspecific-terms-for-romance-sex-and-bad-behaviour/" class="text-decoration-none top-color fw-semibold lh-sm">
  2218.                                            How to Speak Romance Like a Generation Z: 51 Hyperspecific Terms for Romance, Sex and Bad Behaviour
  2219.                                            </a>
  2220.            </h6>
  2221.            <div class="post-meta">
  2222.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2223.              <!-- <small class="text-muted">
  2224.                <i class="ti-eye me-1"></i>348 views
  2225.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2226.              </small> -->
  2227.            </div>
  2228.          </div>
  2229.        </div>
  2230.        
  2231.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2232.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2233.              
  2234.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2235.              
  2236.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2237.          </div>
  2238.          <div class="post-content flex-grow-1">
  2239.            <h6 class="post-title mb-2">
  2240.               <a href="/trump-and-his-supporters-envision-a-planet-devoid-of-international-law-but-they-are-unlikely-to-achieve-it/" class="text-decoration-none top-color fw-semibold lh-sm">
  2241.                                            Trump and His Supporters Envision a Planet Devoid of International Law – But They Are Unlikely to Achieve It
  2242.                                            </a>
  2243.            </h6>
  2244.            <div class="post-meta">
  2245.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2246.              <!-- <small class="text-muted">
  2247.                <i class="ti-eye me-1"></i>348 views
  2248.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2249.              </small> -->
  2250.            </div>
  2251.          </div>
  2252.        </div>
  2253.        
  2254.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2255.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2256.              
  2257.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2258.              
  2259.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2260.          </div>
  2261.          <div class="post-content flex-grow-1">
  2262.            <h6 class="post-title mb-2">
  2263.               <a href="/swedish-squad-announcement-isak-selected-whereas-viktor-gyokeres-omitted/" class="text-decoration-none top-color fw-semibold lh-sm">
  2264.                                            Swedish Squad Announcement: Isak Selected Whereas Viktor Gyokeres Omitted
  2265.                                            </a>
  2266.            </h6>
  2267.            <div class="post-meta">
  2268.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2269.              <!-- <small class="text-muted">
  2270.                <i class="ti-eye me-1"></i>348 views
  2271.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2272.              </small> -->
  2273.            </div>
  2274.          </div>
  2275.        </div>
  2276.        
  2277.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2278.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2279.              
  2280.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2281.              
  2282.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2283.          </div>
  2284.          <div class="post-content flex-grow-1">
  2285.            <h6 class="post-title mb-2">
  2286.               <a href="/united-arab-emirates-refuses-to-participate-in-gazan-security-force-without-clear-juridical-structure/" class="text-decoration-none top-color fw-semibold lh-sm">
  2287.                                            United Arab Emirates Refuses to Participate in Gazan Security Force Without Clear Juridical Structure
  2288.                                            </a>
  2289.            </h6>
  2290.            <div class="post-meta">
  2291.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2292.              <!-- <small class="text-muted">
  2293.                <i class="ti-eye me-1"></i>348 views
  2294.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2295.              </small> -->
  2296.            </div>
  2297.          </div>
  2298.        </div>
  2299.        
  2300.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2301.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2302.              
  2303.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2304.              
  2305.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2306.          </div>
  2307.          <div class="post-content flex-grow-1">
  2308.            <h6 class="post-title mb-2">
  2309.               <a href="/the-former-congresswoman-makes-history-as-virginias-initial-woman-state-leader/" class="text-decoration-none top-color fw-semibold lh-sm">
  2310.                                            The Former Congresswoman Makes History as Virginia&#x27;s Initial Woman State Leader
  2311.                                            </a>
  2312.            </h6>
  2313.            <div class="post-meta">
  2314.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2315.              <!-- <small class="text-muted">
  2316.                <i class="ti-eye me-1"></i>348 views
  2317.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2318.              </small> -->
  2319.            </div>
  2320.          </div>
  2321.        </div>
  2322.        
  2323.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2324.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2325.              
  2326.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2327.              
  2328.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2329.          </div>
  2330.          <div class="post-content flex-grow-1">
  2331.            <h6 class="post-title mb-2">
  2332.               <a href="/when-did-i-get-that-good-looking-bruce-springsteen-on-watching-the-actor-play-him-in-film/" class="text-decoration-none top-color fw-semibold lh-sm">
  2333.                                            ‘When Did I Get That Good-Looking?’: Bruce Springsteen on Watching The Actor Play Him In Film
  2334.                                            </a>
  2335.            </h6>
  2336.            <div class="post-meta">
  2337.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 May 2026</small>
  2338.              <!-- <small class="text-muted">
  2339.                <i class="ti-eye me-1"></i>348 views
  2340.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2341.              </small> -->
  2342.            </div>
  2343.          </div>
  2344.        </div>
  2345.        
  2346.  
  2347.      </div>
  2348.  
  2349.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2350.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2351.      </div> -->
  2352.    </div>
  2353.  </div>
  2354.  
  2355.    
  2356.  <div class="sidebar-widget mb-4">
  2357.    <div class="widget-title-wrapper mb-3">
  2358.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2359.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2360.        <span class="title-arrow"></span>
  2361.      </h4>
  2362.    </div>
  2363.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2364.      <div class="blog-roll-list scrollable-sidebar">
  2365.        
  2366.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2367.          <a href="https://gameplayspace.com/" class="text-decoration-none ">
  2368.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2369.              <i class="ti-angle-right me-2 text-primary"></i>
  2370.               online casino canada
  2371.            </h6>
  2372.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2373.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2374.            </div> -->
  2375.          </a>
  2376.        </div>
  2377.          
  2378.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2379.          <a href="https://delbarber.com/" class="text-decoration-none ">
  2380.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2381.              <i class="ti-angle-right me-2 text-primary"></i>
  2382.               online casino canada
  2383.            </h6>
  2384.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2385.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2386.            </div> -->
  2387.          </a>
  2388.        </div>
  2389.          
  2390.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2391.          <a href="https://readwrite.com/gambling/casino/canada/" class="text-decoration-none ">
  2392.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2393.              <i class="ti-angle-right me-2 text-primary"></i>
  2394.               online casino canada
  2395.            </h6>
  2396.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2397.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2398.            </div> -->
  2399.          </a>
  2400.        </div>
  2401.          
  2402.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2403.          <a href="https://www.cma2019.ca/" class="text-decoration-none ">
  2404.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2405.              <i class="ti-angle-right me-2 text-primary"></i>
  2406.               meilleur casino en ligne québec
  2407.            </h6>
  2408.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2409.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2410.            </div> -->
  2411.          </a>
  2412.        </div>
  2413.          
  2414.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2415.          <a href="https://www.campagnepourlalecture.ca/" class="text-decoration-none ">
  2416.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2417.              <i class="ti-angle-right me-2 text-primary"></i>
  2418.               casino en ligne canadien
  2419.            </h6>
  2420.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2421.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2422.            </div> -->
  2423.          </a>
  2424.        </div>
  2425.          
  2426.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2427.          <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none ">
  2428.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2429.              <i class="ti-angle-right me-2 text-primary"></i>
  2430.               best online betting sites canada
  2431.            </h6>
  2432.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2433.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2434.            </div> -->
  2435.          </a>
  2436.        </div>
  2437.          
  2438.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2439.          <a href="https://www.fmcpaware.org/" class="text-decoration-none ">
  2440.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2441.              <i class="ti-angle-right me-2 text-primary"></i>
  2442.               online casino
  2443.            </h6>
  2444.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2445.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2446.            </div> -->
  2447.          </a>
  2448.        </div>
  2449.          
  2450.      </div>
  2451.  
  2452.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2453.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2454.      </div> -->
  2455.    </div>
  2456.  </div>
  2457.    
  2458.  <div class="sidebar-widget mb-4">
  2459.    <div class="widget-title-wrapper mb-3">
  2460.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2461.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2462.        <span class="title-arrow"></span>
  2463.      </h4>
  2464.    </div>
  2465.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2466.      <div class="blog-roll-list scrollable-sidebar">
  2467.        
  2468.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2469.          <a href="https://eyewitnessmediahub.com/" class="text-decoration-none ">
  2470.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2471.              <i class="ti-angle-right me-2 text-primary"></i>
  2472.               online casino
  2473.            </h6>
  2474.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2475.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2476.            </div> -->
  2477.          </a>
  2478.        </div>
  2479.          
  2480.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2481.          <a href="https://cmch.tv/" class="text-decoration-none ">
  2482.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2483.              <i class="ti-angle-right me-2 text-primary"></i>
  2484.               online casino
  2485.            </h6>
  2486.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2487.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2488.            </div> -->
  2489.          </a>
  2490.        </div>
  2491.          
  2492.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2493.          <a href="https://www.payequitychrc.ca/" class="text-decoration-none ">
  2494.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2495.              <i class="ti-angle-right me-2 text-primary"></i>
  2496.               online casino
  2497.            </h6>
  2498.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2499.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2500.            </div> -->
  2501.          </a>
  2502.        </div>
  2503.          
  2504.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2505.          <a href="https://www.becausetheocean.org/" class="text-decoration-none ">
  2506.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2507.              <i class="ti-angle-right me-2 text-primary"></i>
  2508.               online casino
  2509.            </h6>
  2510.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2511.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2512.            </div> -->
  2513.          </a>
  2514.        </div>
  2515.          
  2516.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2517.          <a href="https://www.od4d.net/" class="text-decoration-none ">
  2518.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2519.              <i class="ti-angle-right me-2 text-primary"></i>
  2520.               online casino canada
  2521.            </h6>
  2522.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2523.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2524.            </div> -->
  2525.          </a>
  2526.        </div>
  2527.          
  2528.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2529.          <a href="https://gameplayspace.com/" class="text-decoration-none ">
  2530.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2531.              <i class="ti-angle-right me-2 text-primary"></i>
  2532.               online casino
  2533.            </h6>
  2534.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2535.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2536.            </div> -->
  2537.          </a>
  2538.        </div>
  2539.          
  2540.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2541.          <a href="https://projectunderstood.ca/" class="text-decoration-none ">
  2542.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2543.              <i class="ti-angle-right me-2 text-primary"></i>
  2544.               fast withdrawal casino
  2545.            </h6>
  2546.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2547.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2548.            </div> -->
  2549.          </a>
  2550.        </div>
  2551.          
  2552.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2553.          <a href="https://www.gamblinginsider.com/ca/online-casinos" class="text-decoration-none ">
  2554.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2555.              <i class="ti-angle-right me-2 text-primary"></i>
  2556.               online casinos Canada
  2557.            </h6>
  2558.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2559.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2560.            </div> -->
  2561.          </a>
  2562.        </div>
  2563.          
  2564.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2565.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  2566.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2567.              <i class="ti-angle-right me-2 text-primary"></i>
  2568.               casinos not affected by GamStop
  2569.            </h6>
  2570.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2571.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2572.            </div> -->
  2573.          </a>
  2574.        </div>
  2575.          
  2576.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2577.          <a href="https://gauger.io/" class="text-decoration-none ">
  2578.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2579.              <i class="ti-angle-right me-2 text-primary"></i>
  2580.               online casinos
  2581.            </h6>
  2582.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2583.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2584.            </div> -->
  2585.          </a>
  2586.        </div>
  2587.          
  2588.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2589.          <a href="https://www.thehpalliance.org/" class="text-decoration-none ">
  2590.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2591.              <i class="ti-angle-right me-2 text-primary"></i>
  2592.               online casino canada
  2593.            </h6>
  2594.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2595.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2596.            </div> -->
  2597.          </a>
  2598.        </div>
  2599.          
  2600.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2601.          <a href="https://hriportal.ca/" class="text-decoration-none ">
  2602.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2603.              <i class="ti-angle-right me-2 text-primary"></i>
  2604.               online casino canada
  2605.            </h6>
  2606.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2607.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2608.            </div> -->
  2609.          </a>
  2610.        </div>
  2611.          
  2612.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2613.          <a href="https://www.itwc.ca/" class="text-decoration-none ">
  2614.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2615.              <i class="ti-angle-right me-2 text-primary"></i>
  2616.               new casino canada
  2617.            </h6>
  2618.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2619.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2620.            </div> -->
  2621.          </a>
  2622.        </div>
  2623.          
  2624.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2625.          <a href="https://www.fastestpayoutonlinecasino.com/" class="text-decoration-none ">
  2626.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2627.              <i class="ti-angle-right me-2 text-primary"></i>
  2628.               new casino
  2629.            </h6>
  2630.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2631.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2632.            </div> -->
  2633.          </a>
  2634.        </div>
  2635.          
  2636.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2637.          <a href="https://projectunderstood.ca/" class="text-decoration-none ">
  2638.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2639.              <i class="ti-angle-right me-2 text-primary"></i>
  2640.               new casino canada
  2641.            </h6>
  2642.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2643.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2644.            </div> -->
  2645.          </a>
  2646.        </div>
  2647.          
  2648.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2649.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  2650.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2651.              <i class="ti-angle-right me-2 text-primary"></i>
  2652.               online casino canada
  2653.            </h6>
  2654.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2655.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2656.            </div> -->
  2657.          </a>
  2658.        </div>
  2659.          
  2660.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2661.          <a href="https://heartandlung.ca/" class="text-decoration-none ">
  2662.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2663.              <i class="ti-angle-right me-2 text-primary"></i>
  2664.               online casino canada
  2665.            </h6>
  2666.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2667.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2668.            </div> -->
  2669.          </a>
  2670.        </div>
  2671.          
  2672.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2673.          <a href="https://gameplayspace.com/" class="text-decoration-none ">
  2674.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2675.              <i class="ti-angle-right me-2 text-primary"></i>
  2676.               online casinos
  2677.            </h6>
  2678.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2679.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2680.            </div> -->
  2681.          </a>
  2682.        </div>
  2683.          
  2684.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2685.          <a href="https://bankingombuds.ca/" class="text-decoration-none ">
  2686.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2687.              <i class="ti-angle-right me-2 text-primary"></i>
  2688.               online casino canada
  2689.            </h6>
  2690.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2691.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2692.            </div> -->
  2693.          </a>
  2694.        </div>
  2695.          
  2696.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2697.          <a href="https://www.itwc.ca/" class="text-decoration-none ">
  2698.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2699.              <i class="ti-angle-right me-2 text-primary"></i>
  2700.               online casino canada
  2701.            </h6>
  2702.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2703.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2704.            </div> -->
  2705.          </a>
  2706.        </div>
  2707.          
  2708.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2709.          <a href="https://delbarber.com/" class="text-decoration-none ">
  2710.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2711.              <i class="ti-angle-right me-2 text-primary"></i>
  2712.               online casino
  2713.            </h6>
  2714.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2715.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2716.            </div> -->
  2717.          </a>
  2718.        </div>
  2719.          
  2720.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2721.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  2722.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2723.              <i class="ti-angle-right me-2 text-primary"></i>
  2724.               Top Casinos Not on GAMSTOP
  2725.            </h6>
  2726.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2727.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2728.            </div> -->
  2729.          </a>
  2730.        </div>
  2731.          
  2732.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2733.          <a href="https://www.portail-humanitaire.org" class="text-decoration-none ">
  2734.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2735.              <i class="ti-angle-right me-2 text-primary"></i>
  2736.               casino en ligne
  2737.            </h6>
  2738.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2739.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2740.            </div> -->
  2741.          </a>
  2742.        </div>
  2743.          
  2744.      </div>
  2745.  
  2746.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2747.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2748.      </div> -->
  2749.    </div>
  2750.  </div>
  2751.    
  2752.  <div class="sidebar-widget mb-4">
  2753.    <div class="widget-title-wrapper mb-3">
  2754.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2755.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2756.        <span class="title-arrow"></span>
  2757.      </h4>
  2758.    </div>
  2759.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2760.      <div class="blog-roll-list scrollable-sidebar">
  2761.        
  2762.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2763.          <a href="https://margelo.io/" class="text-decoration-none ">
  2764.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2765.              <i class="ti-angle-right me-2 text-primary"></i>
  2766.               betting sites canada
  2767.            </h6>
  2768.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2769.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2770.            </div> -->
  2771.          </a>
  2772.        </div>
  2773.          
  2774.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2775.          <a href="https://www.od4d.net/" class="text-decoration-none ">
  2776.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2777.              <i class="ti-angle-right me-2 text-primary"></i>
  2778.               online casinos
  2779.            </h6>
  2780.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2781.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2782.            </div> -->
  2783.          </a>
  2784.        </div>
  2785.          
  2786.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2787.          <a href="https://heartandlung.ca/" class="text-decoration-none ">
  2788.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2789.              <i class="ti-angle-right me-2 text-primary"></i>
  2790.               online casinos
  2791.            </h6>
  2792.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2793.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2794.            </div> -->
  2795.          </a>
  2796.        </div>
  2797.          
  2798.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2799.          <a href="https://www.accordrstm.ca/" class="text-decoration-none ">
  2800.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2801.              <i class="ti-angle-right me-2 text-primary"></i>
  2802.               casino en ligne canada
  2803.            </h6>
  2804.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2805.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2806.            </div> -->
  2807.          </a>
  2808.        </div>
  2809.          
  2810.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2811.          <a href="https://energypoverty.ca/" class="text-decoration-none ">
  2812.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2813.              <i class="ti-angle-right me-2 text-primary"></i>
  2814.               online casinos
  2815.            </h6>
  2816.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2817.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2818.            </div> -->
  2819.          </a>
  2820.        </div>
  2821.          
  2822.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2823.          <a href="https://nbhrf.com/" class="text-decoration-none ">
  2824.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2825.              <i class="ti-angle-right me-2 text-primary"></i>
  2826.               online casino canada
  2827.            </h6>
  2828.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2829.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2830.            </div> -->
  2831.          </a>
  2832.        </div>
  2833.          
  2834.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2835.          <a href="https://wirkn.com/" class="text-decoration-none ">
  2836.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2837.              <i class="ti-angle-right me-2 text-primary"></i>
  2838.               betting sites canada
  2839.            </h6>
  2840.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2841.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2842.            </div> -->
  2843.          </a>
  2844.        </div>
  2845.          
  2846.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2847.          <a href="https://nordicbridges.ca/" class="text-decoration-none ">
  2848.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2849.              <i class="ti-angle-right me-2 text-primary"></i>
  2850.               online casino
  2851.            </h6>
  2852.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2853.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2854.            </div> -->
  2855.          </a>
  2856.        </div>
  2857.          
  2858.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2859.          <a href="https://www.digitaltransformationawards.ca/" class="text-decoration-none ">
  2860.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2861.              <i class="ti-angle-right me-2 text-primary"></i>
  2862.               online casino canada
  2863.            </h6>
  2864.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2865.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2866.            </div> -->
  2867.          </a>
  2868.        </div>
  2869.          
  2870.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2871.          <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none ">
  2872.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2873.              <i class="ti-angle-right me-2 text-primary"></i>
  2874.               betting sites canada
  2875.            </h6>
  2876.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2877.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2878.            </div> -->
  2879.          </a>
  2880.        </div>
  2881.          
  2882.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2883.          <a href="https://www.governancevote.ca/" class="text-decoration-none ">
  2884.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2885.              <i class="ti-angle-right me-2 text-primary"></i>
  2886.               online casinos
  2887.            </h6>
  2888.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2889.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2890.            </div> -->
  2891.          </a>
  2892.        </div>
  2893.          
  2894.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2895.          <a href="https://www.station16gallery.com/" class="text-decoration-none ">
  2896.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2897.              <i class="ti-angle-right me-2 text-primary"></i>
  2898.               betting sites canada
  2899.            </h6>
  2900.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2901.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2902.            </div> -->
  2903.          </a>
  2904.        </div>
  2905.          
  2906.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2907.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  2908.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2909.              <i class="ti-angle-right me-2 text-primary"></i>
  2910.               online casino
  2911.            </h6>
  2912.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2913.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2914.            </div> -->
  2915.          </a>
  2916.        </div>
  2917.          
  2918.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2919.          <a href="https://www.uchirestaurant.ca/" class="text-decoration-none ">
  2920.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2921.              <i class="ti-angle-right me-2 text-primary"></i>
  2922.               meilleur casino en ligne québec
  2923.            </h6>
  2924.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2925.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2926.            </div> -->
  2927.          </a>
  2928.        </div>
  2929.          
  2930.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2931.          <a href="https://visualgenome.org/" class="text-decoration-none ">
  2932.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2933.              <i class="ti-angle-right me-2 text-primary"></i>
  2934.               online casino
  2935.            </h6>
  2936.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2937.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2938.            </div> -->
  2939.          </a>
  2940.        </div>
  2941.          
  2942.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2943.          <a href="https://www.spiritwrestler.com/" class="text-decoration-none ">
  2944.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2945.              <i class="ti-angle-right me-2 text-primary"></i>
  2946.               betting sites
  2947.            </h6>
  2948.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2949.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2950.            </div> -->
  2951.          </a>
  2952.        </div>
  2953.          
  2954.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2955.          <a href="https://www.fruitsofsherbrooke.ca/" class="text-decoration-none ">
  2956.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2957.              <i class="ti-angle-right me-2 text-primary"></i>
  2958.               online casino
  2959.            </h6>
  2960.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2961.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2962.            </div> -->
  2963.          </a>
  2964.        </div>
  2965.          
  2966.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2967.          <a href="https://www.ichill.ca/" class="text-decoration-none ">
  2968.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2969.              <i class="ti-angle-right me-2 text-primary"></i>
  2970.               online casinos canada
  2971.            </h6>
  2972.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2973.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2974.            </div> -->
  2975.          </a>
  2976.        </div>
  2977.          
  2978.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2979.          <a href="https://bankingombuds.ca/" class="text-decoration-none ">
  2980.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2981.              <i class="ti-angle-right me-2 text-primary"></i>
  2982.               ontario online casino
  2983.            </h6>
  2984.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2985.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2986.            </div> -->
  2987.          </a>
  2988.        </div>
  2989.          
  2990.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2991.          <a href="https://nbhrf.com/" class="text-decoration-none ">
  2992.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2993.              <i class="ti-angle-right me-2 text-primary"></i>
  2994.               online casino
  2995.            </h6>
  2996.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2997.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2998.            </div> -->
  2999.          </a>
  3000.        </div>
  3001.          
  3002.      </div>
  3003.  
  3004.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3005.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3006.      </div> -->
  3007.    </div>
  3008.  </div>
  3009.    
  3010.  <div class="sidebar-widget mb-4">
  3011.    <div class="widget-title-wrapper mb-3">
  3012.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3013.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3014.        <span class="title-arrow"></span>
  3015.      </h4>
  3016.    </div>
  3017.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3018.      <div class="blog-roll-list scrollable-sidebar">
  3019.        
  3020.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3021.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3022.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3023.              <i class="ti-angle-right me-2 text-primary"></i>
  3024.               non gamstop betting sites
  3025.            </h6>
  3026.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3027.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3028.            </div> -->
  3029.          </a>
  3030.        </div>
  3031.          
  3032.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3033.          <a href="https://www.beachhousevictoria.com/" class="text-decoration-none ">
  3034.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3035.              <i class="ti-angle-right me-2 text-primary"></i>
  3036.               sports betting sites canada
  3037.            </h6>
  3038.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3039.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3040.            </div> -->
  3041.          </a>
  3042.        </div>
  3043.          
  3044.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3045.          <a href="https://micharity.com/" class="text-decoration-none ">
  3046.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3047.              <i class="ti-angle-right me-2 text-primary"></i>
  3048.               online casinos
  3049.            </h6>
  3050.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3051.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3052.            </div> -->
  3053.          </a>
  3054.        </div>
  3055.          
  3056.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3057.          <a href="https://www.operationspaix.net/" class="text-decoration-none ">
  3058.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3059.              <i class="ti-angle-right me-2 text-primary"></i>
  3060.               meilleur casino en ligne canada
  3061.            </h6>
  3062.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3063.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3064.            </div> -->
  3065.          </a>
  3066.        </div>
  3067.          
  3068.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3069.          <a href="https://www.beaconlearningcenter.com/" class="text-decoration-none ">
  3070.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3071.              <i class="ti-angle-right me-2 text-primary"></i>
  3072.               online casinos
  3073.            </h6>
  3074.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3075.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3076.            </div> -->
  3077.          </a>
  3078.        </div>
  3079.          
  3080.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3081.          <a href="https://www.safepetottawa.com/" class="text-decoration-none ">
  3082.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3083.              <i class="ti-angle-right me-2 text-primary"></i>
  3084.               online casinos canada
  3085.            </h6>
  3086.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3087.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3088.            </div> -->
  3089.          </a>
  3090.        </div>
  3091.          
  3092.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3093.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  3094.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3095.              <i class="ti-angle-right me-2 text-primary"></i>
  3096.               canadian online casinos
  3097.            </h6>
  3098.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3099.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3100.            </div> -->
  3101.          </a>
  3102.        </div>
  3103.          
  3104.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3105.          <a href="https://daydreaminginparadise.com/" class="text-decoration-none ">
  3106.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3107.              <i class="ti-angle-right me-2 text-primary"></i>
  3108.               online casino canada
  3109.            </h6>
  3110.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3111.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3112.            </div> -->
  3113.          </a>
  3114.        </div>
  3115.          
  3116.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3117.          <a href="https://globalfrp.org/" class="text-decoration-none ">
  3118.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3119.              <i class="ti-angle-right me-2 text-primary"></i>
  3120.               online casinos
  3121.            </h6>
  3122.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3123.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3124.            </div> -->
  3125.          </a>
  3126.        </div>
  3127.          
  3128.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3129.          <a href="https://clarketheatre.ca/" class="text-decoration-none ">
  3130.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3131.              <i class="ti-angle-right me-2 text-primary"></i>
  3132.               online casino canada
  3133.            </h6>
  3134.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3135.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3136.            </div> -->
  3137.          </a>
  3138.        </div>
  3139.          
  3140.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3141.          <a href="https://crystalshawanda.co/" class="text-decoration-none ">
  3142.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3143.              <i class="ti-angle-right me-2 text-primary"></i>
  3144.               online casino real money
  3145.            </h6>
  3146.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3147.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3148.            </div> -->
  3149.          </a>
  3150.        </div>
  3151.          
  3152.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3153.          <a href="https://watergovernance.ca/" class="text-decoration-none ">
  3154.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3155.              <i class="ti-angle-right me-2 text-primary"></i>
  3156.               online casino
  3157.            </h6>
  3158.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3159.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3160.            </div> -->
  3161.          </a>
  3162.        </div>
  3163.          
  3164.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3165.          <a href="https://watergovernance.ca/" class="text-decoration-none ">
  3166.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3167.              <i class="ti-angle-right me-2 text-primary"></i>
  3168.               online casinos
  3169.            </h6>
  3170.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3171.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3172.            </div> -->
  3173.          </a>
  3174.        </div>
  3175.          
  3176.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3177.          <a href="https://autismspeaks.ca" class="text-decoration-none ">
  3178.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3179.              <i class="ti-angle-right me-2 text-primary"></i>
  3180.               online casinos
  3181.            </h6>
  3182.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3183.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3184.            </div> -->
  3185.          </a>
  3186.        </div>
  3187.          
  3188.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3189.          <a href="https://www.devmcgill.com/" class="text-decoration-none ">
  3190.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3191.              <i class="ti-angle-right me-2 text-primary"></i>
  3192.               online casinos
  3193.            </h6>
  3194.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3195.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3196.            </div> -->
  3197.          </a>
  3198.        </div>
  3199.          
  3200.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3201.          <a href="https://www.safepetottawa.com/" class="text-decoration-none ">
  3202.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3203.              <i class="ti-angle-right me-2 text-primary"></i>
  3204.               real money casino
  3205.            </h6>
  3206.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3207.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3208.            </div> -->
  3209.          </a>
  3210.        </div>
  3211.          
  3212.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3213.          <a href="https://www.balmoralresources.com/" class="text-decoration-none ">
  3214.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3215.              <i class="ti-angle-right me-2 text-primary"></i>
  3216.               online casinos
  3217.            </h6>
  3218.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3219.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3220.            </div> -->
  3221.          </a>
  3222.        </div>
  3223.          
  3224.      </div>
  3225.  
  3226.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3227.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3228.      </div> -->
  3229.    </div>
  3230.  </div>
  3231.    
  3232.  <!-- <div class="sidebar-widget">
  3233.    <div class="widget-title-wrapper mb-3">
  3234.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3235.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3236.        <span class="title-arrow"></span>
  3237.      </h4>
  3238.    </div>
  3239.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3240.      <div class="blog-roll-list">
  3241.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3242.          <a href="#" class="text-decoration-none">
  3243.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3244.              <i class="ti-angle-right me-2 text-primary"></i>
  3245.              Complete Guide to Django REST Framework
  3246.            </h6>
  3247.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3248.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3249.            </div>
  3250.          </a>
  3251.        </div>
  3252.  
  3253.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3254.          <a href="#" class="text-decoration-none">
  3255.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3256.              <i class="ti-angle-right me-2 text-primary"></i>
  3257.              Modern JavaScript ES2025 Features
  3258.            </h6>
  3259.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3260.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3261.            </div>
  3262.          </a>
  3263.        </div>
  3264.  
  3265.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3266.          <a href="#" class="text-decoration-none">
  3267.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3268.              <i class="ti-angle-right me-2 text-primary"></i>
  3269.              Digital Marketing Trends in 2025
  3270.            </h6>
  3271.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3272.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3273.            </div>
  3274.          </a>
  3275.        </div>
  3276.  
  3277.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3278.          <a href="#" class="text-decoration-none">
  3279.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3280.              <i class="ti-angle-right me-2 text-primary"></i>
  3281.              Remote Work Best Practices
  3282.            </h6>
  3283.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3284.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3285.            </div>
  3286.          </a>
  3287.        </div>
  3288.  
  3289.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3290.          <a href="#" class="text-decoration-none">
  3291.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3292.              <i class="ti-angle-right me-2 text-primary"></i>
  3293.              Sustainable Living Tips for Beginners
  3294.            </h6>
  3295.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3296.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3297.            </div>
  3298.          </a>
  3299.        </div>
  3300.  
  3301.        <div class="blog-roll-item">
  3302.          <a href="#" class="text-decoration-none">
  3303.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3304.              <i class="ti-angle-right me-2 text-primary"></i>
  3305.              AI and Machine Learning Basics
  3306.            </h6>
  3307.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3308.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3309.            </div>
  3310.          </a>
  3311.        </div>
  3312.      </div>
  3313.  
  3314.      <div class="text-center mt-4 pt-3 border-top border-light">
  3315.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3316.      </div>
  3317.    </div>
  3318.  </div> -->
  3319. </div>
  3320.  
  3321. <!-- Sidebar V2 Styles -->
  3322. <style>
  3323.  .sidebar-widget {
  3324.    position: relative;
  3325.  }
  3326.  
  3327.  .widget-title {
  3328.    font-size: 1.1rem;
  3329.    font-weight: 700;
  3330.    display: inline-block;
  3331.    position: relative;
  3332.    z-index: 2;
  3333.    border-radius: 0;
  3334.  }
  3335.  
  3336.  /* Green arrow for August Blog Roll */
  3337.  .title-arrow::after {
  3338.    content: '';
  3339.    position: absolute;
  3340.    top: 0;
  3341.    right: -22px;
  3342.    width: 0;
  3343.    height: 0;
  3344.    border-left: 22px solid var(--bs-primary);
  3345.    border-top: 22px solid transparent;
  3346.    border-bottom: 22px solid transparent;
  3347.    z-index: 1;
  3348.  }
  3349.  
  3350.  /* Blue arrow for Recent Posts */
  3351.  .title-arrow-primary::after {
  3352.    content: '';
  3353.    position: absolute;
  3354.    top: 0;
  3355.    right: -22px;
  3356.    width: 0;
  3357.    height: 0;
  3358.    border-left: 22px solid var(--bs-primary);
  3359.    border-top: 22px solid transparent;
  3360.    border-bottom: 22px solid transparent;
  3361.    z-index: 1;
  3362.  }
  3363.  
  3364.  .widget-content {
  3365.    margin-top: -1px;
  3366.    position: relative;
  3367.    z-index: 1;
  3368.    background-color: var(--card-bg);
  3369.  }
  3370.  
  3371.  /* Blog Roll Items Hover Effects */
  3372.  .blog-roll-item:hover .blog-title {
  3373.    color: #198754 !important;
  3374.    transform: translateX(5px);
  3375.    transition: all 0.3s ease;
  3376.  }
  3377.  
  3378.  /* Recent Post Items Hover Effects */
  3379.  .recent-post-item:hover .post-title a {
  3380.    color: #0d6efd !important;
  3381.    transition: color 0.3s ease;
  3382.  }
  3383.  
  3384.  .recent-post-item:hover .post-image img {
  3385.    transform: scale(1.05);
  3386.    transition: transform 0.3s ease;
  3387.  }
  3388.  
  3389.  /* Button Hover Effects */
  3390.  .btn:hover {
  3391.    transform: translateY(-2px);
  3392.    transition: all 0.3s ease;
  3393.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3394.  }
  3395.  
  3396.  /* Badge Hover Effects */
  3397.  .badge:hover {
  3398.    transform: scale(1.05);
  3399.    transition: transform 0.3s ease;
  3400.  }
  3401.  
  3402.  @media (max-width: 991px) {
  3403.    .sidebar {
  3404.      margin-top: 3rem;
  3405.    }
  3406.  }
  3407.  
  3408.  @media (max-width: 576px) {
  3409.    .widget-title {
  3410.      font-size: 1rem;
  3411.      padding: 0.75rem 1rem !important;
  3412.    }
  3413.  
  3414.    .title-arrow::after,
  3415.    .title-arrow-primary::after {
  3416.      right: -18px;
  3417.      border-left-width: 18px;
  3418.      border-top-width: 18px;
  3419.      border-bottom-width: 18px;
  3420.    }
  3421.  
  3422.    .post-image {
  3423.      width: 70px !important;
  3424.      height: 55px !important;
  3425.    }
  3426.  
  3427.    .blog-meta {
  3428.      flex-direction: column !important;
  3429.      align-items: flex-start !important;
  3430.      gap: 0.5rem;
  3431.    }
  3432.  }
  3433. </style>
  3434.  
  3435.    
  3436.            </div>
  3437.        </div>
  3438.    </div>
  3439. </section>
  3440.  
  3441. <script>
  3442. document.addEventListener('DOMContentLoaded', function() {
  3443.    // Simple scroll animation
  3444.    const cards = document.querySelectorAll('.blog-card');
  3445.    
  3446.    const observer = new IntersectionObserver(function(entries) {
  3447.        entries.forEach(entry => {
  3448.            if (entry.isIntersecting) {
  3449.                entry.target.style.opacity = '1';
  3450.                entry.target.style.transform = 'translateY(0)';
  3451.            }
  3452.        });
  3453.    }, {
  3454.        threshold: 0.1
  3455.    });
  3456.  
  3457.    cards.forEach((card, index) => {
  3458.        card.style.opacity = '0';
  3459.        card.style.transform = 'translateY(30px)';
  3460.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3461.        observer.observe(card);
  3462.    });
  3463. });
  3464. </script>
  3465.  
  3466.    
  3467.        
  3468.        <!-- end wpo-blog-highlights-section -->
  3469.        <!-- start wpo-blog-sponsored-section -->
  3470.        
  3471.  
  3472.  
  3473.  
  3474.    
  3475.  
  3476.  
  3477.  
  3478. <section class="wpo-blog-sponsored-section section-padding">
  3479.    <div class="container-fluid fluid-container">
  3480.        <div class="wpo-section-title">
  3481.            <h2>sponsored news</h2>
  3482.        </div>
  3483.        <div class="row">
  3484.            <div class="wpo-blog-sponsored-wrap">
  3485.                <div class="wpo-blog-items">
  3486.                    <div class="row">
  3487.                        
  3488.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3489.                            <div class="wpo-blog-item">
  3490.                                <div class="wpo-blog-img">
  3491.                                    
  3492.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3493.                                    
  3494.                                    <div class="thumb bg-primary-gradient ">News</div>
  3495.                                </div>
  3496.                                <div class="wpo-blog-content">
  3497.                                    <h2>  <a href="/how-to-speak-romance-like-a-generation-z-51-hyperspecific-terms-for-romance-sex-and-bad-behaviour/" class="top-color">
  3498.                                            How to Speak Romance Like a Generation Z: 51 Hyperspecific Terms for Romance, Sex and Bad Behaviour
  3499.                                            </a>
  3500.                                    </h2>
  3501.                                    <ul>
  3502.                                        <li>
  3503.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;">
  3504.                                                </li>
  3505.                                        <li class="top-color">By Tiffany Harrison</li>
  3506.                                        <li  class="top-color">11 May 2026</li>
  3507.                                    </ul>
  3508.                                </div>
  3509.                            </div>
  3510.                        </div>
  3511.                        
  3512.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3513.                            <div class="wpo-blog-item">
  3514.                                <div class="wpo-blog-img">
  3515.                                    
  3516.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3517.                                    
  3518.                                    <div class="thumb bg-primary-gradient ">News</div>
  3519.                                </div>
  3520.                                <div class="wpo-blog-content">
  3521.                                    <h2>  <a href="/trump-and-his-supporters-envision-a-planet-devoid-of-international-law-but-they-are-unlikely-to-achieve-it/" class="top-color">
  3522.                                            Trump and His Supporters Envision a Planet Devoid of International Law – But They Are Unlikely to Achieve It
  3523.                                            </a>
  3524.                                    </h2>
  3525.                                    <ul>
  3526.                                        <li>
  3527.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;">
  3528.                                                </li>
  3529.                                        <li class="top-color">By Tiffany Harrison</li>
  3530.                                        <li  class="top-color">10 May 2026</li>
  3531.                                    </ul>
  3532.                                </div>
  3533.                            </div>
  3534.                        </div>
  3535.                        
  3536.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3537.                            <div class="wpo-blog-item">
  3538.                                <div class="wpo-blog-img">
  3539.                                    
  3540.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3541.                                    
  3542.                                    <div class="thumb bg-primary-gradient ">News</div>
  3543.                                </div>
  3544.                                <div class="wpo-blog-content">
  3545.                                    <h2>  <a href="/swedish-squad-announcement-isak-selected-whereas-viktor-gyokeres-omitted/" class="top-color">
  3546.                                            Swedish Squad Announcement: Isak Selected Whereas Viktor Gyokeres Omitted
  3547.                                            </a>
  3548.                                    </h2>
  3549.                                    <ul>
  3550.                                        <li>
  3551.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;">
  3552.                                                </li>
  3553.                                        <li class="top-color">By Tiffany Harrison</li>
  3554.                                        <li  class="top-color">10 May 2026</li>
  3555.                                    </ul>
  3556.                                </div>
  3557.                            </div>
  3558.                        </div>
  3559.                        
  3560.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3561.                            <div class="wpo-blog-item">
  3562.                                <div class="wpo-blog-img">
  3563.                                    
  3564.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3565.                                    
  3566.                                    <div class="thumb bg-primary-gradient ">News</div>
  3567.                                </div>
  3568.                                <div class="wpo-blog-content">
  3569.                                    <h2>  <a href="/united-arab-emirates-refuses-to-participate-in-gazan-security-force-without-clear-juridical-structure/" class="top-color">
  3570.                                            United Arab Emirates Refuses to Participate in Gazan Security Force Without Clear Juridical Structure
  3571.                                            </a>
  3572.                                    </h2>
  3573.                                    <ul>
  3574.                                        <li>
  3575.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;">
  3576.                                                </li>
  3577.                                        <li class="top-color">By Tiffany Harrison</li>
  3578.                                        <li  class="top-color">10 May 2026</li>
  3579.                                    </ul>
  3580.                                </div>
  3581.                            </div>
  3582.                        </div>
  3583.                        
  3584.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3585.                            <div class="wpo-blog-item">
  3586.                                <div class="wpo-blog-img">
  3587.                                    
  3588.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3589.                                    
  3590.                                    <div class="thumb bg-primary-gradient ">News</div>
  3591.                                </div>
  3592.                                <div class="wpo-blog-content">
  3593.                                    <h2>  <a href="/the-former-congresswoman-makes-history-as-virginias-initial-woman-state-leader/" class="top-color">
  3594.                                            The Former Congresswoman Makes History as Virginia&#x27;s Initial Woman State Leader
  3595.                                            </a>
  3596.                                    </h2>
  3597.                                    <ul>
  3598.                                        <li>
  3599.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;">
  3600.                                                </li>
  3601.                                        <li class="top-color">By Tiffany Harrison</li>
  3602.                                        <li  class="top-color">10 May 2026</li>
  3603.                                    </ul>
  3604.                                </div>
  3605.                            </div>
  3606.                        </div>
  3607.                        
  3608.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3609.                            <div class="wpo-blog-item">
  3610.                                <div class="wpo-blog-img">
  3611.                                    
  3612.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3613.                                    
  3614.                                    <div class="thumb bg-primary-gradient ">News</div>
  3615.                                </div>
  3616.                                <div class="wpo-blog-content">
  3617.                                    <h2>  <a href="/when-did-i-get-that-good-looking-bruce-springsteen-on-watching-the-actor-play-him-in-film/" class="top-color">
  3618.                                            ‘When Did I Get That Good-Looking?’: Bruce Springsteen on Watching The Actor Play Him In Film
  3619.                                            </a>
  3620.                                    </h2>
  3621.                                    <ul>
  3622.                                        <li>
  3623.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/20051b14-a612-4d94-9dac-0096b28bbc33_profile.png" alt="Tiffany Harrison" style="object-fit: cover;">
  3624.                                                </li>
  3625.                                        <li class="top-color">By Tiffany Harrison</li>
  3626.                                        <li  class="top-color">10 May 2026</li>
  3627.                                    </ul>
  3628.                                </div>
  3629.                            </div>
  3630.                        </div>
  3631.                        
  3632.  
  3633.                    </div>
  3634.                </div>
  3635.            </div>
  3636.        </div>
  3637.    </div> <!-- end container -->
  3638. </section>
  3639.  
  3640.  
  3641.    
  3642.        <!-- end wpo-blog-sponsored-section -->
  3643.        <!-- start wpo-subscribe-section -->
  3644.        
  3645.        <!-- end subscribe-section -->
  3646.        <!-- start of wpo-site-footer-section -->
  3647.        
  3648.  
  3649.  
  3650.  
  3651.  
  3652.  
  3653. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3654.  <!-- Main Content: Asymmetrical Layout -->
  3655.  <div class="footer-main-content py-5">
  3656.    <div class="container-fluid fluid-container">
  3657.      <div class="row">
  3658.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3659.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3660.          <div class="brand-logo text-center text-lg-start">
  3661.            
  3662.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/16d3e7a2-4b03-4b8b-9dcf-f29d8020454c_logo.png" alt="Lumen Gaming" class="footer-logo" />
  3663.            
  3664.            <p class="brand-tagline mt-2">Lumen Gaming provides comprehensive coverage of esports tournaments, game reviews, and community discussions. Stay updated with the latest gaming trends and strategies.</p>
  3665.          </div>
  3666.        </div>
  3667.        <!-- Right: Staggered Links -->
  3668.        <div class="col-lg-9 col-md-8 col-12">
  3669.          <div class="d-flex flex-column gap-4">
  3670.            <!-- Quick Links -->
  3671.            <div class="footer-column offset-content">
  3672.              <h5 class="column-title">Quick Links</h5>
  3673.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3674.                
  3675.                  <li>
  3676.                    <a class="menu-link" href="/russia-bans-snapchat-and-cracks-down-on-apples-facetime-state-media-report/">Russia Bans Snapchat and Cracks Down on Apple&#x27;s FaceTime, State Media Report</a>
  3677.                  </li>
  3678.                
  3679.                  <li>
  3680.                    <a class="menu-link" href="/chornobyl-disaster-shelter-no-longer-effectively-blocks-radiation-needs-major-repair-international-atomic-energy-agency/">Chornobyl Disaster Shelter No Longer Effectively Blocks Radiation, Needs Major Repair – International Atomic Energy Agency</a>
  3681.                  </li>
  3682.                
  3683.                  <li>
  3684.                    <a class="menu-link" href="/the-gunners-host-wolves-in-pivotal-top-flight-clash/">The Gunners Host Wolves in Pivotal Top-Flight Clash</a>
  3685.                  </li>
  3686.                
  3687.                  <li>
  3688.                    <a class="menu-link" href="/neanderthals-and-early-humans-were-likely-kissing-scientists-propose/">Neanderthals and Early Humans Were Likely Kissing, Scientists Propose</a>
  3689.                  </li>
  3690.                
  3691.                  <li>
  3692.                    <a class="menu-link" href="/actor-denies-anti-vax-position-after-lending-his-voice-to-disputed-coronavirus-film/">Actor Denies Anti-Vax Position After Lending His Voice To Disputed Coronavirus Film</a>
  3693.                  </li>
  3694.                
  3695.                  <li>
  3696.                    <a class="menu-link" href="/mount-semeru-eruption-in-the-southeast-asian-nation-prompts-emergency-relocations/">Mount Semeru Eruption in the Southeast Asian nation Prompts Emergency Relocations</a>
  3697.                  </li>
  3698.                
  3699.              </ul>
  3700.            </div>
  3701.            <!-- Top Categories -->
  3702.            <div class="footer-column offset-content offset-right">
  3703.              <h5 class="column-title">Top Categories</h5>
  3704.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3705.                
  3706.                  <li>
  3707.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3708.                  </li>
  3709.                
  3710.                  <li>
  3711.                    <a class="menu-link" href="/category/business/">Business</a>
  3712.                  </li>
  3713.                
  3714.                  <li>
  3715.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3716.                  </li>
  3717.                
  3718.                  <li>
  3719.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3720.                  </li>
  3721.                
  3722.                  <li>
  3723.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3724.                  </li>
  3725.                
  3726.              </ul>
  3727.            </div>
  3728.            <!-- Blog Rolls -->
  3729.           <div class="footer-column offset-content">
  3730.              <h5 class="column-title">Blog Rolls</h5>
  3731.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3732.                
  3733.                
  3734.  
  3735.                
  3736.                
  3737.                  
  3738.                
  3739.              </ul>
  3740.            </div>
  3741.          </div>
  3742.        </div>
  3743.      </div>
  3744.    </div>
  3745.  </div>
  3746.  
  3747.  <!-- Bottom Section -->
  3748.  <div class="footer-bottom bg-primary text-white py-3">
  3749.    <div class="container-fluid fluid-container">
  3750.      <div class="row justify-content-center">
  3751.        <div class="col-12 text-center">
  3752.          <div class="bottom-content">
  3753.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  3754.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3755.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3756.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3757.            </div>
  3758.            <div class="copyright-info ">
  3759.              <p class="mb-0 text-white">
  3760.                &copy; 2026 <strong>Lumen Gaming</strong>. All rights reserved.
  3761.              </p>
  3762.            </div>
  3763.          </div>
  3764.        </div>
  3765.      </div>
  3766.    </div>
  3767.  </div>
  3768. </footer>
  3769.  
  3770.  
  3771.  
  3772. <style>
  3773. .footer-logo {
  3774.    height: 60px;
  3775.    width: auto;
  3776. }
  3777.  
  3778. .brand-title {
  3779.    font-size: 24px;
  3780.    font-weight: 700;
  3781.    color: white  !important;
  3782.    margin: 0;
  3783. }
  3784.  
  3785. .brand-tagline {
  3786.    font-size: 14px;
  3787.    color: white  !important;
  3788.    margin: 0;
  3789. }
  3790.  
  3791. .column-title {
  3792.    font-size: 16px;
  3793.    font-weight: 600;
  3794.    color: white !important;
  3795.    margin-bottom: 12px;
  3796. }
  3797.  
  3798. .footer-menu {
  3799.    margin: 0;
  3800. }
  3801.  
  3802. .menu-link {
  3803.    color: white !important;
  3804.    text-decoration: none;
  3805.    font-size: 14px;
  3806.    transition: color 0.3s ease, transform 0.3s ease;
  3807. }
  3808.  
  3809. .menu-link:hover {
  3810.    color: var(--primary-color);
  3811.    transform: scale(1.05);
  3812. }
  3813.  
  3814. .offset-content {
  3815.    margin-left: 20px;
  3816. }
  3817.  
  3818. .footer-bottom {
  3819.    font-size: 13px;
  3820. }
  3821.  
  3822. .utility-link {
  3823.    color: white  !important;
  3824.    text-decoration: none;
  3825.    font-size: 13px;
  3826.    transition: color 0.3s ease;
  3827. }
  3828.  
  3829. .utility-link:hover {
  3830.    color: var(--primary-color);
  3831. }
  3832.  
  3833. .copyright-info p {
  3834.    font-size: 13px;
  3835. }
  3836.  
  3837. /* Responsive Design */
  3838. @media (max-width: 1024px) {
  3839.   .footer-logo{
  3840.    height: 40px;
  3841.    width: auto;
  3842.   }
  3843. }
  3844.  
  3845. @media (max-width: 768px) {
  3846.    .footer-logo {
  3847.        height: 60px;
  3848.    }
  3849.    
  3850.    .column-title {
  3851.        font-size: 15px;
  3852.        text-align: center;
  3853.    }
  3854.    
  3855.    .footer-menu {
  3856.        justify-content: center;
  3857.    }
  3858.    
  3859.    .menu-link {
  3860.        font-size: 13px;
  3861.    }
  3862. }
  3863.  
  3864. @media (max-width: 576px) {
  3865.    .brand-title {
  3866.        font-size: 20px;
  3867.    }
  3868.    
  3869.    .brand-tagline {
  3870.        font-size: 12px;
  3871.    }
  3872.    
  3873.    .cta-btn {
  3874.        font-size: 12px;
  3875.        padding: 5px 12px;
  3876.    }
  3877. }
  3878. </style>
  3879.  
  3880. <script>
  3881. // Prevent default for placeholder links
  3882. document.addEventListener('DOMContentLoaded', function() {
  3883.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3884.        anchor.addEventListener('click', function(e) {
  3885.            e.preventDefault();
  3886.        });
  3887.    });
  3888. });
  3889. document.addEventListener('DOMContentLoaded', function () {
  3890.    var btn = document.getElementById('toggleBlogRollLinks');
  3891.    if (!btn) return; // No extra items, no button
  3892.  
  3893.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3894.  
  3895.    btn.addEventListener('click', function () {
  3896.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3897.            return li.classList.contains('d-none');
  3898.        });
  3899.  
  3900.        extras.forEach(function (li) {
  3901.            if (anyHidden) {
  3902.                li.classList.remove('d-none');
  3903.                li.classList.add('show');
  3904.            } else {
  3905.                li.classList.add('d-none');
  3906.                li.classList.remove('show');
  3907.            }
  3908.        });
  3909.  
  3910.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3911.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3912.    });
  3913. });
  3914.  
  3915. </script>
  3916.  
  3917.        <!-- end of wpo-site-footer-section -->
  3918.    </div>
  3919.    <!-- end of page-wrapper -->
  3920.  
  3921.    <!-- All JavaScript files
  3922.    ================================================== -->
  3923.    
  3924.  
  3925. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3926. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3927. <!-- Plugins for this template -->
  3928. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3929. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3930. <!-- Custom script for this template -->
  3931. <script src="/static/blogapp/assets/js/script.js"></script>
  3932.  
  3933. <script>
  3934. (function () {
  3935. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3936. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3937.  
  3938. function applyFallback(img) {
  3939. if (!img || img.dataset.fallbackApplied === "1") {
  3940. return;
  3941. }
  3942. var failedSrc = img.currentSrc || img.src || "";
  3943. img.dataset.fallbackApplied = "1";
  3944. img.onerror = null;
  3945. img.src = fallbackImageSrc;
  3946. console.warn("[ImageFallback] Replaced broken image:", {
  3947. failedSrc: failedSrc,
  3948. fallbackSrc: fallbackImageSrc,
  3949. alt: img.alt || "",
  3950. });
  3951. }
  3952.  
  3953. document.querySelectorAll("img").forEach(function (img) {
  3954. if (img.complete && img.naturalWidth === 0) {
  3955. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3956. failedSrc: img.currentSrc || img.src || "",
  3957. alt: img.alt || "",
  3958. });
  3959. applyFallback(img);
  3960. }
  3961. });
  3962.  
  3963. document.addEventListener(
  3964. "error",
  3965. function (event) {
  3966. var target = event.target;
  3967. if (target && target.tagName === "IMG") {
  3968. applyFallback(target);
  3969. }
  3970. },
  3971. true
  3972. );
  3973. })();
  3974. </script>
  3975.  
  3976. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3977.  
  3978.  
  3979.  
  3980. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"7070cc405e824264abff0f77ebe728b5","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3981. </body>
  3982.  
  3983. </html>
  3984.  
  3985.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda