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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="hind">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T144516.946_AnQmaul_kUwp6gv_B2CiAYQ.png">
  14.    
  15.  
  16.    <title>Stridemark Blog: Insights on Business Strategy and Growth</title>
  17.    <meta name="description" content="Explore expert articles on business strategy, leadership, and organizational growth from Stridemark&#x27;s consulting professionals and industry thought leaders.">
  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://stridemark.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #22c55e;
  42.        --bs-primary-rgb: 22c55e;
  43.        --bs-secondary: #a3bffa;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #d1fae5;
  49.        --bs-dark: #064e3b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #22c55e;
  53.        --theme-primary-color-s2: #22c55e;
  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: 14px;
  83.        --link-color: #22c55e;
  84.        --link-hover: #16a34a;
  85.        --blog-color: #d1fae5;
  86.        --blog-bg: rgba(34, 197, 94, 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_60">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396. <div class="preloader" style="z-index: 1025;">
  397.    <div class="angular-shape">
  398.        <div></div>
  399.        <div></div>
  400.        <div></div>
  401.    </div>
  402.    <div class="spinner">
  403.        <div class="double-bounce1"></div>
  404.        <div class="double-bounce2"></div>
  405.    </div>
  406. </div>  
  407.  
  408.            <!-- end preloader -->
  409.        
  410.        <!-- Start header -->
  411.        <header id="header" class="wpo-site-header">
  412.            
  413.  
  414.  
  415.    
  416.  
  417.  
  418.  
  419. <div class="topbar d-sm-flex d-none">
  420.  <div class="container-fluid fluid-container">
  421.    <div class="row  ">
  422.      <div>
  423.        <div class="pt-2 d-flex gap-2 pb-0">
  424.          <div class="">
  425.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  426.          </div>
  427.  
  428.          <!-- Add an id to the marquee -->
  429.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  430.            <p class="text-center">
  431.              
  432.               <a href="/sharing-a-dugout-with-ferguson-and-getting-knocked-out-a-photographers-stories/" class="px-5 top-color">
  433.                    Sharing a Dugout with Ferguson and Getting &#x27;Knocked Out&#x27; – A Photographer&#x27;s Stories
  434.                  </a>
  435.              
  436.               <a href="/californias-governor-blocks-early-release-for-manson-follower-patricia-krenwinkel/" class="px-5 top-color">
  437.                    California&#x27;s Governor Blocks Early Release for Manson Follower Patricia Krenwinkel
  438.                  </a>
  439.              
  440.               <a href="/individual-accused-in-brown-university-shooting-located-dead-inside-storage-unit/" class="px-5 top-color">
  441.                    Individual Accused in Brown University Shooting Located Dead Inside Storage Unit.
  442.                  </a>
  443.              
  444.               <a href="/washing-mushrooms-the-great-debate-how-to-properly-prepare-mushrooms/" class="px-5 top-color">
  445.                    Washing Mushrooms: The Great Debate: How to Properly Prepare Mushrooms
  446.                  </a>
  447.              
  448.               <a href="/remains-of-competitive-swimmer-presumably-taken-by-great-white-found-on-california-coastline/" class="px-5 top-color">
  449.                    Remains of Competitive Swimmer Presumably Taken by Great White Found on California Coastline
  450.                  </a>
  451.              
  452.            </p>
  453.          </marquee>
  454.        </div>
  455.      </div>
  456.    </div>
  457.  </div>
  458. </div>
  459. <style>
  460.  .tilt-button {
  461.  padding: 0.5rem 1rem;
  462.  white-space: nowrap;
  463.  font-weight: bold;
  464.  display: inline-block;
  465.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  466.  transition: background 0.3s ease;
  467. }
  468.  
  469.  
  470. </style>
  471. <script>
  472.  // Stop/start marquee when hovering or focusing links inside it
  473.  document.addEventListener("DOMContentLoaded", function () {
  474.    const marquee = document.getElementById("newsMarquee");
  475.    if (!marquee) return;
  476.  
  477.    marquee.querySelectorAll("a").forEach((link) => {
  478.      link.addEventListener("mouseenter", () => marquee.stop());
  479.      link.addEventListener("mouseleave", () => marquee.start());
  480.      // keyboard accessibility
  481.      link.addEventListener("focus", () => marquee.stop());
  482.      link.addEventListener("blur", () => marquee.start());
  483.    });
  484.  });
  485. </script>
  486.  
  487.  
  488.  
  489.            
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496. <header class="header-v9 mb-4" role="banner">
  497.  <div class="container-fluid fluid-container">
  498.    <!-- Sticky/Glass Nav Card -->
  499.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  500.      <div class="row align-items-center justify-content-between g-3">
  501.        <!-- Logo -->
  502.       <div class="col-6 col-md-3 col-lg-2">
  503.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  504.            
  505.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/e68a0ebe-440d-4f30-b6b4-801cd5e7e30a_logo.png" alt="Logo" class="logo-img-v9" width="160" height="48" decoding="async" fetchpriority="high" />
  506.            
  507.          </a>
  508.        </div>
  509.  
  510.        <!-- Desktop Nav -->
  511.        <div class="col d-none d-xl-block">
  512.          <nav class="main-nav-v9">
  513.            <ul class="nav-list-v9">
  514.              <!-- Home (static) -->
  515.              <li class="nav-item-v9">
  516.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  517.              </li >
  518.          
  519.              
  520.                
  521.                  <li class="nav-item-v9">
  522.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  523.                  </li>
  524.                
  525.                  <li class="nav-item-v9">
  526.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  527.                  </li>
  528.                
  529.                  <li class="nav-item-v9">
  530.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  531.                  </li>
  532.                
  533.                  <li class="nav-item-v9">
  534.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  535.                  </li>
  536.                
  537.                  <li class="nav-item-v9">
  538.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  539.                  </li>
  540.                
  541.                  <li class="nav-item-v9">
  542.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  543.                  </li>
  544.                
  545.                  <li class="nav-item-v9">
  546.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  547.                  </li>
  548.                
  549.                  <li class="nav-item-v9">
  550.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  551.                  </li>
  552.                
  553.  
  554.                
  555.                  <li class="nav-item-v9 has-dropdown-v9">
  556.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  557.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  558.                        <polyline points="6,9 12,15 18,9"></polyline>
  559.                      </svg>
  560.                    </button>
  561.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  562.                      <div class="dropdown-grid-v9">
  563.                        <div class="dropdown-section-v9">
  564.                          
  565.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  566.                          
  567.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  568.                          
  569.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  570.                          
  571.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  572.                          
  573.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  574.                          
  575.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  576.                          
  577.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  578.                          
  579.                        </div>
  580.                      </div>
  581.                    </div>
  582.                  </li>
  583.                
  584.              
  585.                <li class="nav-item-v9">
  586.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  587.              </li >
  588.            </ul>
  589.          </nav>
  590.        </div>
  591.  
  592.        <!-- Actions -->
  593.        <div class="col-6 col-md-3 col-lg-2">
  594.          <div class="nav-actions-v9">
  595.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  596.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  597.                <circle cx="11" cy="11" r="8"></circle>
  598.                <path d="m21 21-4.35-4.35"></path>
  599.              </svg>
  600.            </button>
  601.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  602.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  603.                <line x1="3" y1="6" x2="21" y2="6" />
  604.                <line x1="3" y1="12" x2="21" y2="12" />
  605.                <line x1="3" y1="18" x2="21" y2="18" />
  606.              </svg>
  607.            </button>
  608.          </div>
  609.        </div>
  610.      </div>
  611.  
  612.      <!-- Active underline (animated) -->
  613.      <span class="active-rail-v9" aria-hidden="true"></span>
  614.    </div>
  615.  
  616.    <!-- Search Panel -->
  617.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  618.      <form class="search-form-v9" action="" method="get" role="search">
  619.        <label for="q-v9" class="visually-hidden">Search</label>
  620.        <div class="search-input-wrap-v9">
  621.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  622.            <circle cx="11" cy="11" r="8"></circle>
  623.            <path d="m21 21-4.35-4.35"></path>
  624.          </svg>
  625.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  626.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  627.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  628.              <line x1="18" y1="6" x2="6" y2="18" />
  629.              <line x1="6" y1="6" x2="18" y2="18" />
  630.            </svg>
  631.          </button>
  632.        </div>
  633.        <div class="search-suggest-v9 search-v1" id="search-results">
  634.          
  635.        </div>
  636.      </form>
  637.    </div>
  638.  
  639.    <!-- Mobile Offcanvas -->
  640.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  641.      <div class="mobile-wrap-v9">
  642.        <div class="mobile-head-v9">
  643.          <span class="mobile-title-v9">Menu</span>
  644.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  645.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  646.              <line x1="18" y1="6" x2="6" y2="18" />
  647.              <line x1="6" y1="6" x2="18" y2="18" />
  648.            </svg>
  649.          </button>
  650.        </div>
  651.  
  652.        <ul class="mobile-list-v9">
  653.          <li>
  654.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  655.          </li>
  656.          <li class="">
  657.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  658.          </li >
  659.          
  660.            
  661.              <li>
  662.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  663.              </li>
  664.            
  665.              <li>
  666.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  667.              </li>
  668.            
  669.              <li>
  670.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  671.              </li>
  672.            
  673.              <li>
  674.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  675.              </li>
  676.            
  677.              <li>
  678.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  679.              </li>
  680.            
  681.  
  682.            
  683.          
  684.        </ul>
  685.      </div>
  686.    </aside>
  687.  </div>
  688.  
  689.  <!-- Overlay -->
  690.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  691. </header>
  692.  
  693. <style>
  694.  
  695.  .header-v9 {
  696.    position: relative;
  697.    padding: 14px 0;
  698.    z-index: 50;
  699.  }
  700.  .header-v9.is-scrolled .nav-card-v9 {
  701.    padding: 10px 18px;
  702.    border-radius: 14px;
  703.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  704.  }
  705.  .header-v9.is-scrolled .logo-img-v9 {
  706.    transform: scale(0.92);
  707.  }
  708.  
  709.  /* Card */
  710.  .nav-card-v9 {
  711.    background: var(--navbar-bg);
  712.    backdrop-filter: blur(18px);
  713.    border: 1px solid var(--border-color);
  714.    border-radius: 18px;
  715.    padding: 14px 22px;
  716.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  717.    position: sticky;
  718.    top: 10px;
  719.  }
  720.  
  721.  /* Logo */
  722.  .logo-img-v9 {
  723.    max-height: 60px;
  724.    width: auto;
  725.    transition: transform 0.25s ease, opacity 0.25s ease;
  726.  }
  727.  .logo-link-v9:hover .logo-img-v9 {
  728.    transform: translateY(-1px) scale(1.03);
  729.  }
  730.  
  731.  /* Desktop nav */
  732.  .main-nav-v9 {
  733.    display: flex;
  734.    justify-content: center;
  735.  }
  736.  .nav-list-v9 {
  737.    display: flex;
  738.    gap: 6px;
  739.    list-style: none;
  740.    margin: 0;
  741.    padding: 0;
  742.  }
  743.  .nav-item-v9 {
  744.    position: relative;
  745.  }
  746.  .nav-link-v9 {
  747.    position: relative;
  748.    display: inline-flex;
  749.    align-items: center;
  750.    justify-content: center;
  751.    padding: 10px 10px;
  752.    border-radius: 12px;
  753.    color: var(--navbar-color);
  754.    text-decoration: none;
  755.    font-weight: 500;
  756.    font-size: 15px;
  757.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  758.  }
  759.  .nav-link-v9:hover {
  760.    background: rgba(102, 126, 234, 0.1);
  761.    color: var(--topbar-color);
  762.    transform: translateY(-1px);
  763.  }
  764.  .nav-link-v9.active-v9 {
  765.    color: transparent;
  766.  }
  767.  .nav-link-v9.active-v9::after {
  768.    content: '';
  769.    position: absolute;
  770.    left: 12px;
  771.    right: 12px;
  772.    bottom: 6px;
  773.    height: 3px;
  774.    border-radius: 3px;
  775.    background: var(--sub-nav);
  776.  }
  777.  
  778.  /* Dropdown */
  779.  .has-dropdown-v9 {
  780.    position: relative;
  781.  }
  782.  .nav-more-btn-v9 {
  783.    display: inline-flex;
  784.    gap: 6px;
  785.    align-items: center;
  786.  }
  787.  .chev-v9 {
  788.    transition: transform 0.2s ease;
  789.  }
  790.  .has-dropdown-v9:focus-within .chev-v9,
  791.  .has-dropdown-v9:hover .chev-v9 {
  792.    transform: rotate(180deg);
  793.  }
  794.  
  795.  .dropdown-card-v9 {
  796.    position: absolute;
  797.    top: calc(100% + 14px);
  798.    left: 50%;
  799.    transform: translateX(-50%) translateY(-6px);
  800.    background: var(--navbar-bg);
  801.    border: 1px solid var(--border-color);
  802.    border-radius: 14px;
  803.    padding: 18px;
  804.    min-width: 280px;
  805.    z-index: 200;
  806.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  807.    opacity: 0;
  808.    visibility: hidden;
  809.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  810.  }
  811.  .has-dropdown-v9:hover .dropdown-card-v9,
  812.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  813.    opacity: 1;
  814.    visibility: visible;
  815.    transform: translateX(-50%) translateY(0);
  816.  }
  817.  
  818.  .dropdown-grid-v9 {
  819.    display: grid;
  820.    grid-template-columns: 1fr;
  821.    gap: 10px;
  822.  }
  823.  .dropdown-section-v9 {
  824.    display: grid;
  825.    gap: 6px;
  826.  }
  827.  .dropdown-link-v9 {
  828.    display: flex;
  829.    align-items: center;
  830.    gap: 10px;
  831.    padding: 10px 12px;
  832.    border-radius: 10px;
  833.    text-decoration: none;
  834.    font-size: 14px;
  835.    color: var(--navbar-color);
  836.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  837.  }
  838.  .dropdown-link-v9:hover {
  839.    background: var(--bs-primary);
  840.    color: var(--bs-white);
  841.    transform: translateX(4px);
  842.  }
  843.  .link-dot-v9 {
  844.    width: 6px;
  845.    height: 6px;
  846.    border-radius: 50%;
  847.    border: 1px solid currentColor;
  848.  }
  849.  
  850.  /* Actions */
  851.  .nav-actions-v9 {
  852.    display: flex;
  853.    justify-content: flex-end;
  854.    align-items: center;
  855.    gap: 8px;
  856.  }
  857.  .icon-btn-v9 {
  858.    border: 1px solid var(--border-color);
  859.    background: rgba(102, 126, 234, 0.1);
  860.    color: var(--navbar-color);
  861.    padding: 8px;
  862.    border-radius: 12px;
  863.    cursor: pointer;
  864.    transition: transform 0.2s, background 0.2s, color 0.2s;
  865.  }
  866.  .icon-btn-v9:hover {
  867.    background: var(--sub-nav);
  868.    color: var(--topbar-color) !important;
  869.    transform: translateY(-1px);
  870.  }
  871.  .icon-btn-v9.ghost {
  872.    background: transparent;
  873.  }
  874.  
  875.  /* Search Panel */
  876.  .search-panel-v9 {
  877.    position: fixed;
  878.    top: 14px;
  879.    left: 50%;
  880.    transform: translateX(-50%) translateY(-16px);
  881.    width: min(720px, calc(100% - 40px));
  882.    background: var(--navbar-bg);
  883.    border: 1px solid var(--border-color);
  884.    border-radius: 16px;
  885.    padding: 16px;
  886.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  887.    opacity: 0;
  888.    visibility: hidden;
  889.    z-index: 300;
  890.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  891.  }
  892.  .search-panel-v9.show-v9 {
  893.    opacity: 1;
  894.    visibility: visible;
  895.    transform: translateX(-50%) translateY(0);
  896.  }
  897.  .search-input-wrap-v9 {
  898.    display: flex;
  899.    align-items: center;
  900.    gap: 10px;
  901.    background: rgba(248, 250, 252, 0.8);
  902.    border: 2px solid rgba(102, 126, 234, 0.2);
  903.    border-radius: 12px;
  904.    padding: 6px 8px;
  905.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  906.  }
  907.  .search-input-wrap-v9:focus-within {
  908.    border-color: #667eea;
  909.    background: rgba(255, 255, 255, 0.9);
  910.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  911.  }
  912.  .search-icn-v9 {
  913.    color: #a0aec0;
  914.    margin-left: 6px;
  915.  }
  916.  .search-input-v9 {
  917.    flex: 1;
  918.    border: 0;
  919.    background: transparent;
  920.    outline: none;
  921.    padding: 12px 4px;
  922.    font-size: 16px;
  923.    color: #2d3748;
  924.  }
  925.  .search-suggest-v9 {
  926.    display: grid;
  927.    grid-template-columns: repeat(3, minmax(0, 1fr));
  928.    gap: 8px;
  929.    margin-top: 10px;
  930.  }
  931.  .suggestion-v9 {
  932.    border: 1px solid var(--border-color);
  933.    background: rgba(248, 250, 252, 0.5);
  934.    color: var(--navbar-color);
  935.    padding: 10px 12px;
  936.    border-radius: 10px;
  937.    font-size: 14px;
  938.    text-align: left;
  939.    cursor: pointer;
  940.    transition: background 0.2s, color 0.2s, transform 0.2s;
  941.  }
  942.  .suggestion-v9:hover {
  943.    background: var(--bs-primary) !important ;
  944.    color: var(--bs-white)  !important;
  945.    transform: translateY(-1px);
  946.  }
  947.  
  948.  /* Mobile */
  949.  .mobile-nav-v9 {
  950.    position: fixed;
  951.    right: 0;
  952.    top: 0;
  953.    height: 100vh;
  954.    width: min(86vw, 420px);
  955.    background: var(--card-bg);
  956.    border-left: 1px solid var(--border-color);
  957.    transform: translateX(100%);
  958.    transition: transform 0.3s ease;
  959.    z-index: 350;
  960.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  961.  }
  962.  .mobile-nav-v9.show-v9 {
  963.    transform: translateX(0);
  964.  }
  965.  .mobile-wrap-v9 {
  966.    display: flex;
  967.    flex-direction: column;
  968.    height: 100%;
  969.  }
  970.  .mobile-head-v9 {
  971.    display: flex;
  972.    align-items: center;
  973.    justify-content: space-between;
  974.    padding: 16px;
  975.    background: var(--navbar-bg);
  976.  }
  977.  .mobile-title-v9 {
  978.    font-weight: 600;
  979.  }
  980.  .mobile-list-v9 {
  981.    list-style: none;
  982.    padding: 10px 12px 20px;
  983.    margin: 0;
  984.    overflow-y: auto;
  985.  }
  986.  .mobile-link-v9 {
  987.    display: flex;
  988.    align-items: center;
  989.    justify-content: space-between;
  990.    padding: 14px 12px;
  991.    border-radius: 12px;
  992.    text-decoration: none;
  993.    color: var(--navbar-color);
  994.    font-weight: 500;
  995.    transition: background 0.2s, color 0.2s;
  996.  }
  997.  .mobile-link-v9:hover,
  998.  .mobile-link-v9.active-v9 {
  999.    background: var(--sub-nav);
  1000.    color: var(--topbar-color);
  1001.  }
  1002.  .mobile-group-v9 {
  1003.    margin-top: 4px;
  1004.  }
  1005.  .mobile-sublist-v9 {
  1006.    list-style: none;
  1007.    margin: 0;
  1008.    padding: 0;
  1009.    max-height: 0;
  1010.    overflow: auto;
  1011.    transition: max-height 0.25s ease;
  1012.    background:var(--navbar-bg);
  1013.    border-radius: 12px;
  1014.    margin-top: 6px;
  1015.  }
  1016.  .mobile-sublist-v9.show-v9 {
  1017.    max-height: 360px;
  1018.    background: var(--navbar-bg);
  1019.    padding: 6px 0;
  1020.  }
  1021.  .mobile-sublink-v9 {
  1022.    display: block;
  1023.    padding: 10px 16px;
  1024.    text-decoration: none;
  1025.    color: var(--navbar-color);
  1026.    border-radius: 10px;
  1027.    font-size: 14px;
  1028.  }
  1029.  .mobile-sublink-v9:hover {
  1030.    background: var(--sub-nav);
  1031.    color: var(--topbar-color);
  1032.  }
  1033.  .mobile-arrow-v9 {
  1034.    transition: transform 0.2s ease;
  1035.  }
  1036.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1037.    transform: rotate(180deg);
  1038.  }
  1039.  
  1040.  /* Overlay */
  1041.  .nav-overlay-v9 {
  1042.    position: fixed;
  1043.    inset: 0;
  1044.    background: rgba(0, 0, 0, 0.35);
  1045.    backdrop-filter: blur(4px);
  1046.    opacity: 0;
  1047.    visibility: hidden;
  1048.    transition: opacity 0.25s, visibility 0.25s;
  1049.    z-index: 200;
  1050.  }
  1051.  .nav-overlay-v9.show-v9 {
  1052.    opacity: 1;
  1053.    visibility: visible;
  1054.  }
  1055.  
  1056.  
  1057.  /* Utils */
  1058.  .visually-hidden {
  1059.    position: absolute !important;
  1060.    height: 1px;
  1061.    width: 1px;
  1062.    overflow: hidden;
  1063.    clip: rect(1px, 1px, 1px, 1px);
  1064.    white-space: nowrap;
  1065.  }
  1066.  
  1067.  /* Responsive tweaks */
  1068.  @media (max-width: 1300px) {
  1069.    .nav-card-v9 {
  1070.      padding: 12px 18px;
  1071.      border-radius: 16px;
  1072.    }
  1073.    .search-panel-v9 {
  1074.      width: calc(100% - 32px);
  1075.    }
  1076.  }
  1077.  @media (max-width: 576px) {
  1078.    .logo-img-v9 {
  1079.      max-height: 38px;
  1080.    }
  1081.  }
  1082. </style>
  1083.  
  1084. <script>
  1085.  /* ============ V9 JS ============ */
  1086.  ;(function () {
  1087.    const overlay = document.getElementById('navOverlayV9')
  1088.    const searchPanel = document.getElementById('searchPanelV9')
  1089.    const mobileNav = document.getElementById('mobileNavV9')
  1090.    const header = document.querySelector('.header-v9')
  1091.  
  1092.    function lockScroll(lock) {
  1093.      document.body.style.overflow = lock ? 'hidden' : ''
  1094.    }
  1095.  
  1096.    window.toggleSearchV9 = function () {
  1097.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1098.      const willOpen = !searchPanel.classList.contains('show-v9')
  1099.  
  1100.      // close mobile if open
  1101.      mobileNav.classList.remove('show-v9')
  1102.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1103.  
  1104.      searchPanel.classList.toggle('show-v9', willOpen)
  1105.      overlay.classList.toggle('show-v9', willOpen)
  1106.      btn?.setAttribute('aria-expanded', String(willOpen))
  1107.      lockScroll(willOpen)
  1108.  
  1109.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1110.    }
  1111.  
  1112.    window.toggleMobileNavV9 = function () {
  1113.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1114.      const willOpen = !mobileNav.classList.contains('show-v9')
  1115.  
  1116.      // close search if open
  1117.      searchPanel.classList.remove('show-v9')
  1118.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1119.  
  1120.      mobileNav.classList.toggle('show-v9', willOpen)
  1121.      overlay.classList.toggle('show-v9', willOpen)
  1122.      btn?.setAttribute('aria-expanded', String(willOpen))
  1123.      lockScroll(willOpen)
  1124.    }
  1125.  
  1126.    window.toggleMobileDropdownV9 = function (id) {
  1127.      const list = document.getElementById(id)
  1128.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1129.      const willOpen = !list.classList.contains('show-v9')
  1130.      // close siblings
  1131.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1132.        if (el.id !== id) el.classList.remove('show-v9')
  1133.      })
  1134.      list.classList.toggle('show-v9', willOpen)
  1135.      btn?.setAttribute('aria-expanded', String(willOpen))
  1136.    }
  1137.  
  1138.    window.closeAllV9 = function () {
  1139.      searchPanel.classList.remove('show-v9')
  1140.      mobileNav.classList.remove('show-v9')
  1141.      overlay.classList.remove('show-v9')
  1142.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1143.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1144.      lockScroll(false)
  1145.    }
  1146.  
  1147.    // ESC to close
  1148.    document.addEventListener('keydown', (e) => {
  1149.      if (e.key === 'Escape') window.closeAllV9()
  1150.    })
  1151.  
  1152.    // Sticky shrink on scroll
  1153.    let lastY = window.scrollY
  1154.    const onScroll = () => {
  1155.      const y = window.scrollY
  1156.      header.classList.toggle('is-scrolled', y > 10)
  1157.      lastY = y
  1158.    }
  1159.    onScroll()
  1160.    window.addEventListener('scroll', onScroll, { passive: true })
  1161.  
  1162.    // Suggestions fill
  1163.    document.addEventListener('click', (e) => {
  1164.      const btn = e.target.closest('.suggestion-v9')
  1165.      if (!btn) return
  1166.      const val = btn.getAttribute('data-fill') || ''
  1167.      const input = document.getElementById('q-v9')
  1168.      if (input) input.value = val
  1169.    })
  1170.  
  1171.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1172.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1173.    const moreCard = document.getElementById('more-desktop-v9')
  1174.    if (moreBtn && moreCard) {
  1175.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1176.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1177.    }
  1178.  })()
  1179. </script>
  1180.  
  1181. <script>
  1182.  document.addEventListener("DOMContentLoaded", function () {
  1183.    console.log("loaded");
  1184.  
  1185.     const searchInput = document.getElementById("search-input")
  1186.    const searchResults = document.getElementById("search-results");
  1187.  
  1188.    if (!searchInput || !searchResults) {
  1189.      console.error("Search input/results not found");
  1190.      return;
  1191.    }
  1192.  
  1193.    // Prevent form submission
  1194.    if (searchInput.form) {
  1195.      searchInput.form.addEventListener("submit", function (e) {
  1196.        e.preventDefault();
  1197.      });
  1198.    }
  1199.  
  1200.    // Add event listener for keyup
  1201.    searchInput.addEventListener("keyup", function (e) {
  1202.      console.log("Key pressed:", e.key);
  1203.      e.preventDefault();
  1204.  
  1205.      const query = searchInput.value.trim();
  1206.      console.log("User is typing: " + query);
  1207.  
  1208.      // If empty → clear and hide
  1209.      if (query === "") {
  1210.        searchResults.innerHTML = "";
  1211.        searchResults.style.display = "none";
  1212.        return;
  1213.      }
  1214.  
  1215.      // Show results
  1216.      searchResults.style.display = "block";
  1217.  
  1218.      // Fetch search results
  1219.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1220.        method: "GET",
  1221.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1222.      })
  1223.        .then(response => {
  1224.          console.log("Response Status:", response.status);
  1225.          return response.json();
  1226.        })
  1227.        .then(data => {
  1228.          console.log("Data received:", data);
  1229.          if (data.html) {
  1230.            searchResults.innerHTML = data.html;
  1231.          } else {
  1232.            searchResults.innerHTML = "<p>No results found.</p>";
  1233.          }
  1234.        })
  1235.        .catch(error => {
  1236.          console.error("Error fetching search results:", error);
  1237.        });
  1238.    });
  1239.  
  1240.    // Close results when clicking outside
  1241.    document.addEventListener("click", function (e) {
  1242.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1243.        searchResults.style.display = "none";
  1244.      }
  1245.    });
  1246.  
  1247.    // Close results on ESC key
  1248.    document.addEventListener("keydown", function (e) {
  1249.      if (e.key === "Escape") {
  1250.        searchResults.style.display = "none";
  1251.      }
  1252.    });
  1253.  });
  1254. </script>
  1255.  
  1256.  
  1257.        </header>
  1258.        <!-- end of header -->
  1259.        <!-- start of wpo-blog-hero -->
  1260.        
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268. <div class="blog-hero-v10">
  1269.    <div class="container-fluid fluid-container">
  1270.        
  1271.        <!-- Top Section: Three Equal Featured Articles -->
  1272.  
  1273.        <div class="row g-4 mb-5">
  1274.            
  1275.            <div class="col-lg-4 col-md-6 col-12">
  1276.                <article class="featured-article">
  1277.                    <div class="featured-image-container">
  1278.                        
  1279.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Barry Manilow Scheduled for a Procedure for Lung Cancer." class="featured-image">
  1280.                            
  1281.                        <div class="category-tag bg-primary-gradient">News</div>
  1282.                    </div>
  1283.                    <div class="featured-content">
  1284.                        <h2 class="featured-title"><a href="/barry-manilow-scheduled-for-a-procedure-for-lung-cancer/">
  1285.                                    Barry Manilow Scheduled for a Procedure for Lung Cancer.
  1286.                                </a></h2>
  1287.                        <p class="featured-summary"></p>
  1288.                        <div class="article-meta">
  1289.                            <span class="author-name">Christopher Randall</span>
  1290.                            <span class="post-time">May 19</span>
  1291.                        </div>
  1292.                    </div>
  1293.                </article>
  1294.            </div>
  1295.            
  1296.            <div class="col-lg-4 col-md-6 col-12">
  1297.                <article class="featured-article">
  1298.                    <div class="featured-image-container">
  1299.                        
  1300.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Former UK Serviceman Charged of Murdering Kenya Female Appears in Court" class="featured-image">
  1301.                            
  1302.                        <div class="category-tag bg-primary-gradient">News</div>
  1303.                    </div>
  1304.                    <div class="featured-content">
  1305.                        <h2 class="featured-title"><a href="/former-uk-serviceman-charged-of-murdering-kenya-female-appears-in-court/">
  1306.                                    Former UK Serviceman Charged of Murdering Kenya Female Appears in Court
  1307.                                </a></h2>
  1308.                        <p class="featured-summary"></p>
  1309.                        <div class="article-meta">
  1310.                            <span class="author-name">Christopher Randall</span>
  1311.                            <span class="post-time">May 19</span>
  1312.                        </div>
  1313.                    </div>
  1314.                </article>
  1315.            </div>
  1316.            
  1317.            <div class="col-lg-4 col-md-6 col-12">
  1318.                <article class="featured-article">
  1319.                    <div class="featured-image-container">
  1320.                        
  1321.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="U.S. Food and Drug Administration Grants Approval to Flibanserin, a Desire-Boosting Drug for Females Beyond Menopause" class="featured-image">
  1322.                            
  1323.                        <div class="category-tag bg-primary-gradient">News</div>
  1324.                    </div>
  1325.                    <div class="featured-content">
  1326.                        <h2 class="featured-title"><a href="/us-food-and-drug-administration-grants-approval-to-flibanserin-a-desire-boosting-drug-for-females-beyond-menopause/">
  1327.                                    U.S. Food and Drug Administration Grants Approval to Flibanserin, a Desire-Boosting Drug for Females Beyond Menopause
  1328.                                </a></h2>
  1329.                        <p class="featured-summary"></p>
  1330.                        <div class="article-meta">
  1331.                            <span class="author-name">Christopher Randall</span>
  1332.                            <span class="post-time">May 19</span>
  1333.                        </div>
  1334.                    </div>
  1335.                </article>
  1336.            </div>
  1337.            
  1338.        </div>
  1339.  
  1340.        <!-- Bottom Section: Full-Width Recent Articles List -->
  1341.        <div class="row g-4">
  1342.            <div class="col-12">
  1343.                <div class="recent-section">
  1344.                    <h3 class="recent-title">Recent Articles</h3>
  1345.                    <div class="recent-list">
  1346.                        
  1347.                        <div class="recent-item">
  1348.                            <h4 class="recent-article-title"> <a href="/we-need-a-aircraft-to-search-for-them-teenagers-distress-call-to-rescue-relatives-lost-off-aussie-coast-disclosed/">
  1349.                                    ‘We Need a Aircraft to Search For Them’: Teenager’s Distress Call to Rescue Relatives Lost Off Aussie Coast Disclosed
  1350.                                </a></h4>
  1351.                            <span class="recent-meta">News • Christopher Randall • May 19</span>
  1352.                        </div>
  1353.                        
  1354.                        <div class="recent-item">
  1355.                            <h4 class="recent-article-title"> <a href="/tropical-storm-disaster-in-the-island-nation-ignites-a-spirit-of-volunteerism/">
  1356.                                    Tropical Storm Disaster in the Island Nation Ignites a Spirit of Volunteerism
  1357.                                </a></h4>
  1358.                            <span class="recent-meta">News • Christopher Randall • May 18</span>
  1359.                        </div>
  1360.                        
  1361.                    </div>
  1362.                </div>
  1363.            </div>
  1364.        </div>
  1365.    </div>
  1366. </div>
  1367.  
  1368. <style>
  1369. /* Blog Hero V10 - Balanced Three-Column Featured with Full-Width Recent List */
  1370. .blog-hero-v10 {
  1371.    padding: 4rem 0;
  1372. }
  1373.  
  1374. /* Featured Article */
  1375. .featured-article {
  1376.    background: var(--card-bg, #ffffff);
  1377.    border-radius: 8px;
  1378.    transition: box-shadow 0.3s ease;
  1379. }
  1380.  
  1381. .featured-article:hover {
  1382.    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  1383. }
  1384.  
  1385. .featured-image-container {
  1386.    position: relative;
  1387.    height: 220px;
  1388. }
  1389.  
  1390. .featured-image {
  1391.    width: 100%;
  1392.    height: 100%;
  1393.    object-fit: cover;
  1394.    border-radius: 8px 8px 0 0;
  1395. }
  1396.  
  1397. .featured-content {
  1398.    padding: 1.5rem;
  1399. }
  1400.  
  1401. .featured-title {
  1402.    font-size: 1.4rem;
  1403.    font-weight: 800;
  1404.    color: #111827;
  1405.    margin-bottom: 0.5rem;
  1406.    line-height: 1.3;
  1407. }
  1408.  
  1409. .featured-summary {
  1410.    font-size: 0.95rem;
  1411.    color: #4b5563;
  1412.    line-height: 1.5;
  1413.    margin-bottom: 1rem;
  1414. }
  1415.  
  1416. .article-meta {
  1417.    display: flex;
  1418.    gap: 0.5rem;
  1419.    font-size: 0.85rem;
  1420.    color: #6b7280;
  1421. }
  1422.  
  1423. .author-name {
  1424.    font-weight: 600;
  1425.    color: #374151;
  1426. }
  1427.  
  1428. /* Category Tags - Outlined for Difference */
  1429. .category-tag {
  1430.    position: absolute;
  1431.    bottom: 1rem;
  1432.    left: 1rem;
  1433.    padding: 0.25rem 0.75rem;
  1434.    font-size: 0.75rem;
  1435.    font-weight: 600;
  1436.    text-transform: uppercase;
  1437.    border-radius: 4px;
  1438.    z-index: 2;
  1439. }
  1440.  
  1441. /* Recent Articles Section */
  1442. .recent-section {
  1443.    background: var(--card-bg, #ffffff);
  1444.    border-radius: 8px;
  1445.    padding: 2rem;
  1446. }
  1447.  
  1448. .recent-title {
  1449.    font-size: 1.3rem;
  1450.    font-weight: 700;
  1451.    color: #111827;
  1452.    margin-bottom: 1.25rem;
  1453.    border-bottom: 1px solid #e5e7eb;
  1454.    padding-bottom: 0.75rem;
  1455. }
  1456.  
  1457. .recent-list {
  1458.    display: flex;
  1459.    flex-direction: column;
  1460.    gap: 1rem;
  1461. }
  1462.  
  1463. .recent-item {
  1464.    padding: 1rem 0;
  1465.    border-bottom: 1px solid #f3f4f6;
  1466.    transition: background 0.2s ease;
  1467. }
  1468.  
  1469. .recent-item:last-child {
  1470.    border-bottom: none;
  1471. }
  1472.  
  1473. .recent-item:hover {
  1474.    background: #f9fafb;
  1475. }
  1476.  
  1477. .recent-article-title {
  1478.    font-size: 1rem;
  1479.    font-weight: 600;
  1480.    color: #111827;
  1481.    margin-bottom: 0.25rem;
  1482. }
  1483.  
  1484. .recent-meta {
  1485.    font-size: 0.8rem;
  1486.    color: #6b7280;
  1487. }
  1488.  
  1489. /* Responsive Design */
  1490. @media (max-width: 992px) {
  1491.    .featured-image-container {
  1492.        height: 200px;
  1493.    }
  1494.    
  1495.    .featured-title {
  1496.        font-size: 1.2rem;
  1497.    }
  1498. }
  1499.  
  1500. @media (max-width: 768px) {
  1501.    .featured-content {
  1502.        padding: 1.25rem;
  1503.    }
  1504.    
  1505.    .recent-section {
  1506.        padding: 1.5rem;
  1507.    }
  1508. }
  1509.  
  1510. @media (max-width: 576px) {
  1511.    .featured-title {
  1512.        font-size: 1.1rem;
  1513.    }
  1514.    
  1515.    .recent-article-title {
  1516.        font-size: 0.95rem;
  1517.    }
  1518. }
  1519. </style>
  1520.  
  1521.  
  1522.  
  1523.  
  1524.        <!-- end of wpo-blog-hero -->
  1525.  
  1526.        <!-- start of wpo-breacking-news -->
  1527.        
  1528.        <!-- end of wpo-breacking-news -->
  1529.        
  1530.        <!-- start wpo-blog-highlights-section -->
  1531.        
  1532.  
  1533.  
  1534.  
  1535.    
  1536.  
  1537.  
  1538.  <style>
  1539.    .blog-section {
  1540.      padding: 60px 0;
  1541.    }
  1542.  
  1543.    .blog-card {
  1544.      background: var(--card-bg);
  1545.      border-radius: 12px;
  1546.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  1547.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  1548.      margin-bottom: 30px;
  1549.      overflow: hidden;
  1550.      border: none;
  1551.    }
  1552.  
  1553.    .blog-card-body {
  1554.      padding: 30px;
  1555.    }
  1556.  
  1557.    .blog-category {
  1558.      display: inline-block;
  1559.      padding: 6px 16px;
  1560.      border-radius: 20px;
  1561.      font-size: 12px;
  1562.      font-weight: 600;
  1563.      text-transform: uppercase;
  1564.      letter-spacing: 0.5px;
  1565.      margin-bottom: 20px;
  1566.    }
  1567.  
  1568.    .blog-title {
  1569.      font-weight: 700;
  1570.      color: var(--topbar-color);
  1571.      margin-bottom: 20px;
  1572.      line-height: 1.4;
  1573.      text-decoration: none;
  1574.    }
  1575.  
  1576.    .blog-title:hover {
  1577.      color: #1e40af !important;
  1578.      text-decoration: none;
  1579.    }
  1580.  
  1581.    .blog-meta {
  1582.      display: flex;
  1583.      align-items: center;
  1584.      margin-bottom: 20px;
  1585.      color: var(--topbar-color);
  1586.      font-size: 14px;
  1587.    }
  1588.  
  1589.    .blog-meta img {
  1590.      width: 35px;
  1591.      height: 35px;
  1592.      border-radius: 50%;
  1593.      object-fit: cover;
  1594.      display: block;
  1595.    }
  1596.  
  1597.    .blog-meta .meta-info {
  1598.      display: flex;
  1599.      align-items: center;
  1600.      gap: 15px;
  1601.    }
  1602.  
  1603.    .blog-description {
  1604.      color: var(--topbar-color);
  1605.      line-height: 1.7;
  1606.      margin-bottom: 25px;
  1607.      font-size: 15px;
  1608.    }
  1609.  
  1610.    .read-more-btn {
  1611.      background: transparent;
  1612.      border: 2px solid var(--bs-primary);
  1613.      color: var(--bs-primary);
  1614.      padding: 12px 30px;
  1615.      border-radius: 6px;
  1616.      font-weight: 600;
  1617.      text-transform: uppercase;
  1618.      letter-spacing: 0.5px;
  1619.      transition: all 0.3s ease;
  1620.      text-decoration: none;
  1621.      display: inline-block;
  1622.      font-size: 13px;
  1623.    }
  1624.  
  1625.    .read-more-btn:hover {
  1626.      background: var(--bs-primary);
  1627.      color: var(--bs-white) !important;
  1628.      text-decoration: none;
  1629.    }
  1630.  
  1631.    .section-title {
  1632.      text-align: center;
  1633.      margin-bottom: 50px;
  1634.    }
  1635.  
  1636.    .section-title h2 {
  1637.      font-size: 42px;
  1638.      font-weight: 800;
  1639.      color: #2c3e50;
  1640.      margin-bottom: 15px;
  1641.    }
  1642.  
  1643.    .section-title p {
  1644.      color: #6c757d;
  1645.      font-size: 18px;
  1646.      max-width: 600px;
  1647.      margin: 0 auto;
  1648.    }
  1649.  
  1650.    .avatar-placeholder {
  1651.      width: 35px;
  1652.      height: 35px;
  1653.      border-radius: 50%;
  1654.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  1655.      display: flex;
  1656.      align-items: center;
  1657.      justify-content: center;
  1658.      color: var(--bs-white);
  1659.      font-weight: bold;
  1660.      margin-right: 12px;
  1661.      overflow: hidden;
  1662.    }
  1663.  
  1664.    @media (max-width: 768px) {
  1665.  
  1666.  
  1667.      .section-title h2 {
  1668.        font-size: 32px;
  1669.      }
  1670.  
  1671.      .blog-card-body {
  1672.        padding: 20px;
  1673.      }
  1674.    }
  1675.  
  1676.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  1677.    :root{
  1678.      --fade-distance: 28px;
  1679.      --fade-duration: 700ms;
  1680.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  1681.    }
  1682.  
  1683.    .fade-base{
  1684.      opacity: 0;
  1685.      filter: blur(2px);
  1686.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  1687.      transition:
  1688.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1689.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1690.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  1691.      will-change: transform, opacity, filter;
  1692.    }
  1693.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  1694.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  1695.  
  1696.    .fade-show{
  1697.      opacity: 1;
  1698.      filter: blur(0);
  1699.      transform: translateY(0) translateZ(0);
  1700.    }
  1701.  
  1702.    /* Hover should still work after fade-in */
  1703.    .blog-card.fade-show:hover{
  1704.      transform: translateY(-5px) translateZ(0);
  1705.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1706.    }
  1707.  
  1708.    /* Reduced motion */
  1709.    @media (prefers-reduced-motion: reduce){
  1710.      .fade-base{
  1711.        transition: none !important;
  1712.        transform: none !important;
  1713.        opacity: 1 !important;
  1714.        filter: none !important;
  1715.      }
  1716.      .blog-card.fade-show:hover{
  1717.        transform: none !important;
  1718.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1719.      }
  1720.    }
  1721.  </style>
  1722.  
  1723.  <section class="blog-section">
  1724.    <div class="container-fluid fluid-container">
  1725.      <div class="row">
  1726.        <div class="section-title ">
  1727.          <h2>
  1728.                Today's Top Highlights
  1729.                   </h2>
  1730.          <p>Stay updated with the latest insights and trends in online gaming</p>
  1731.        </div>
  1732.  
  1733.        <div class="col-lg-8 col-12">
  1734.          
  1735.            <div class="blog-card fade-base">
  1736.              <div class="blog-card-body">
  1737.                <span class="blog-category bg-primary-gradient">News</span>
  1738.                <h3>
  1739.                  <a href="/los-blancos-trent-alexander-arnold-might-face-liverpool-in-forthcoming-champions-league-clash/" class="blog-title">
  1740.                    Los Blancos&#x27; Trent Alexander-Arnold Might Face Liverpool in Forthcoming Champions League Clash
  1741.                  </a>
  1742.                </h3>
  1743.                <div class="blog-meta">
  1744.                  <div class="avatar-placeholder">
  1745.                    
  1746.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" />
  1747.                    
  1748.                  </div>
  1749.                  <div class="meta-info">
  1750.                    <span>Christopher Randall</span>
  1751.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  1752.                  </div>
  1753.                </div>
  1754.                <p class="blog-description"></p>
  1755.                <a href="/los-blancos-trent-alexander-arnold-might-face-liverpool-in-forthcoming-champions-league-clash/" class="read-more-btn">READ MORE</a>
  1756.              </div>
  1757.            </div>
  1758.          
  1759.            <div class="blog-card fade-base">
  1760.              <div class="blog-card-body">
  1761.                <span class="blog-category bg-primary-gradient">News</span>
  1762.                <h3>
  1763.                  <a href="/disturbing-remembrances-return-in-davao-as-investigators-piece-together-bondi-attack-alleged-attackers-time-in-the-city/" class="blog-title">
  1764.                    Disturbing Remembrances Return in Davao as Investigators Piece Together Bondi Attack Alleged Attackers&#x27; Time in the City
  1765.                  </a>
  1766.                </h3>
  1767.                <div class="blog-meta">
  1768.                  <div class="avatar-placeholder">
  1769.                    
  1770.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" />
  1771.                    
  1772.                  </div>
  1773.                  <div class="meta-info">
  1774.                    <span>Christopher Randall</span>
  1775.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  1776.                  </div>
  1777.                </div>
  1778.                <p class="blog-description"></p>
  1779.                <a href="/disturbing-remembrances-return-in-davao-as-investigators-piece-together-bondi-attack-alleged-attackers-time-in-the-city/" class="read-more-btn">READ MORE</a>
  1780.              </div>
  1781.            </div>
  1782.          
  1783.            <div class="blog-card fade-base">
  1784.              <div class="blog-card-body">
  1785.                <span class="blog-category bg-primary-gradient">News</span>
  1786.                <h3>
  1787.                  <a href="/authentic-southern-portugal-discovering-portugal-past-the-coastline/" class="blog-title">
  1788.                    Authentic Southern Portugal: Discovering Portugal Past the Coastline
  1789.                  </a>
  1790.                </h3>
  1791.                <div class="blog-meta">
  1792.                  <div class="avatar-placeholder">
  1793.                    
  1794.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" />
  1795.                    
  1796.                  </div>
  1797.                  <div class="meta-info">
  1798.                    <span>Christopher Randall</span>
  1799.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  1800.                  </div>
  1801.                </div>
  1802.                <p class="blog-description"></p>
  1803.                <a href="/authentic-southern-portugal-discovering-portugal-past-the-coastline/" class="read-more-btn">READ MORE</a>
  1804.              </div>
  1805.            </div>
  1806.          
  1807.            <div class="blog-card fade-base">
  1808.              <div class="blog-card-body">
  1809.                <span class="blog-category bg-primary-gradient">News</span>
  1810.                <h3>
  1811.                  <a href="/arsenals-goalkeeper-backs-squad-depth-as-essential-to-silverware-pursuit/" class="blog-title">
  1812.                    Arsenal&#x27;s goalkeeper Backs Squad Depth as Essential to Silverware Pursuit
  1813.                  </a>
  1814.                </h3>
  1815.                <div class="blog-meta">
  1816.                  <div class="avatar-placeholder">
  1817.                    
  1818.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" />
  1819.                    
  1820.                  </div>
  1821.                  <div class="meta-info">
  1822.                    <span>Christopher Randall</span>
  1823.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  1824.                  </div>
  1825.                </div>
  1826.                <p class="blog-description"></p>
  1827.                <a href="/arsenals-goalkeeper-backs-squad-depth-as-essential-to-silverware-pursuit/" class="read-more-btn">READ MORE</a>
  1828.              </div>
  1829.            </div>
  1830.          
  1831.            <div class="blog-card fade-base">
  1832.              <div class="blog-card-body">
  1833.                <span class="blog-category bg-primary-gradient">News</span>
  1834.                <h3>
  1835.                  <a href="/will-the-new-zealand-rugby-team-rediscover-their-magic-this-autumn/" class="blog-title">
  1836.                    Will the New Zealand rugby team rediscover their magic this autumn?
  1837.                  </a>
  1838.                </h3>
  1839.                <div class="blog-meta">
  1840.                  <div class="avatar-placeholder">
  1841.                    
  1842.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" />
  1843.                    
  1844.                  </div>
  1845.                  <div class="meta-info">
  1846.                    <span>Christopher Randall</span>
  1847.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  1848.                  </div>
  1849.                </div>
  1850.                <p class="blog-description"></p>
  1851.                <a href="/will-the-new-zealand-rugby-team-rediscover-their-magic-this-autumn/" class="read-more-btn">READ MORE</a>
  1852.              </div>
  1853.            </div>
  1854.          
  1855.            <div class="blog-card fade-base">
  1856.              <div class="blog-card-body">
  1857.                <span class="blog-category bg-primary-gradient">News</span>
  1858.                <h3>
  1859.                  <a href="/trumps-unprecedented-shadow-in-athletics-reached-a-peak-in-last-year-next-year-looks-set-to-be-even-bigger/" class="blog-title">
  1860.                    Trump&#x27;s Unprecedented Shadow in Athletics Reached A Peak in Last Year. Next Year Looks Set to Be Even Bigger.
  1861.                  </a>
  1862.                </h3>
  1863.                <div class="blog-meta">
  1864.                  <div class="avatar-placeholder">
  1865.                    
  1866.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" />
  1867.                    
  1868.                  </div>
  1869.                  <div class="meta-info">
  1870.                    <span>Christopher Randall</span>
  1871.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  1872.                  </div>
  1873.                </div>
  1874.                <p class="blog-description"></p>
  1875.                <a href="/trumps-unprecedented-shadow-in-athletics-reached-a-peak-in-last-year-next-year-looks-set-to-be-even-bigger/" class="read-more-btn">READ MORE</a>
  1876.              </div>
  1877.            </div>
  1878.          
  1879.            <div class="blog-card fade-base">
  1880.              <div class="blog-card-body">
  1881.                <span class="blog-category bg-primary-gradient">News</span>
  1882.                <h3>
  1883.                  <a href="/we-were-fired-and-we-accept-it-learn-how-to-secure-a-new-role-that-suits-for-you/" class="blog-title">
  1884.                    We Were Fired, and We Accept It – Learn How to Secure a New Role That Suits for You
  1885.                  </a>
  1886.                </h3>
  1887.                <div class="blog-meta">
  1888.                  <div class="avatar-placeholder">
  1889.                    
  1890.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" />
  1891.                    
  1892.                  </div>
  1893.                  <div class="meta-info">
  1894.                    <span>Christopher Randall</span>
  1895.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  1896.                  </div>
  1897.                </div>
  1898.                <p class="blog-description"></p>
  1899.                <a href="/we-were-fired-and-we-accept-it-learn-how-to-secure-a-new-role-that-suits-for-you/" class="read-more-btn">READ MORE</a>
  1900.              </div>
  1901.            </div>
  1902.          
  1903.            <div class="blog-card fade-base">
  1904.              <div class="blog-card-body">
  1905.                <span class="blog-category bg-primary-gradient">News</span>
  1906.                <h3>
  1907.                  <a href="/in-excess-of-60000-flee-sudanese-city-after-capture-by-rapid-support-forces-militia-un-states/" class="blog-title">
  1908.                    In excess of 60,000 Flee Sudanese City After Capture by Rapid Support Forces Militia, UN States
  1909.                  </a>
  1910.                </h3>
  1911.                <div class="blog-meta">
  1912.                  <div class="avatar-placeholder">
  1913.                    
  1914.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" />
  1915.                    
  1916.                  </div>
  1917.                  <div class="meta-info">
  1918.                    <span>Christopher Randall</span>
  1919.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  1920.                  </div>
  1921.                </div>
  1922.                <p class="blog-description"></p>
  1923.                <a href="/in-excess-of-60000-flee-sudanese-city-after-capture-by-rapid-support-forces-militia-un-states/" class="read-more-btn">READ MORE</a>
  1924.              </div>
  1925.            </div>
  1926.          
  1927.            <div class="blog-card fade-base">
  1928.              <div class="blog-card-body">
  1929.                <span class="blog-category bg-primary-gradient">News</span>
  1930.                <h3>
  1931.                  <a href="/stay-active-while-you-are-working-ten-strength-building-office-movements-you-can-do-in-normal-outfits/" class="blog-title">
  1932.                    Stay active while you are working? Ten strength-building office movements you can do in normal outfits
  1933.                  </a>
  1934.                </h3>
  1935.                <div class="blog-meta">
  1936.                  <div class="avatar-placeholder">
  1937.                    
  1938.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" />
  1939.                    
  1940.                  </div>
  1941.                  <div class="meta-info">
  1942.                    <span>Christopher Randall</span>
  1943.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  1944.                  </div>
  1945.                </div>
  1946.                <p class="blog-description"></p>
  1947.                <a href="/stay-active-while-you-are-working-ten-strength-building-office-movements-you-can-do-in-normal-outfits/" class="read-more-btn">READ MORE</a>
  1948.              </div>
  1949.            </div>
  1950.          
  1951.            <div class="blog-card fade-base">
  1952.              <div class="blog-card-body">
  1953.                <span class="blog-category bg-primary-gradient">News</span>
  1954.                <h3>
  1955.                  <a href="/anno-117-pax-romanas-top-secret-is-a-breathtaking-first-person-mode/" class="blog-title">
  1956.                    Anno 117 Pax Romana&#x27;s Top Secret Is a Breathtaking First-Person Mode.
  1957.                  </a>
  1958.                </h3>
  1959.                <div class="blog-meta">
  1960.                  <div class="avatar-placeholder">
  1961.                    
  1962.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" />
  1963.                    
  1964.                  </div>
  1965.                  <div class="meta-info">
  1966.                    <span>Christopher Randall</span>
  1967.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  1968.                  </div>
  1969.                </div>
  1970.                <p class="blog-description"></p>
  1971.                <a href="/anno-117-pax-romanas-top-secret-is-a-breathtaking-first-person-mode/" class="read-more-btn">READ MORE</a>
  1972.              </div>
  1973.            </div>
  1974.          
  1975.            <div class="blog-card fade-base">
  1976.              <div class="blog-card-body">
  1977.                <span class="blog-category bg-primary-gradient">News</span>
  1978.                <h3>
  1979.                  <a href="/trump-says-for-the-most-part-agreement-exists-on-subsequent-phases-of-peace-deal-in-gaza/" class="blog-title">
  1980.                    Trump Says &#x27;For the Most Part, Agreement Exists&#x27; on Subsequent Phases of Peace Deal in Gaza
  1981.                  </a>
  1982.                </h3>
  1983.                <div class="blog-meta">
  1984.                  <div class="avatar-placeholder">
  1985.                    
  1986.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" />
  1987.                    
  1988.                  </div>
  1989.                  <div class="meta-info">
  1990.                    <span>Christopher Randall</span>
  1991.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  1992.                  </div>
  1993.                </div>
  1994.                <p class="blog-description"></p>
  1995.                <a href="/trump-says-for-the-most-part-agreement-exists-on-subsequent-phases-of-peace-deal-in-gaza/" class="read-more-btn">READ MORE</a>
  1996.              </div>
  1997.            </div>
  1998.          
  1999.            <div class="blog-card fade-base">
  2000.              <div class="blog-card-body">
  2001.                <span class="blog-category bg-primary-gradient">News</span>
  2002.                <h3>
  2003.                  <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-medieval-metal-group-castle-rat/" class="blog-title">
  2004.                    ‘My Fantasy Is to Ride a Unicorn Nightly’: Medieval Metal Group Castle Rat
  2005.                  </a>
  2006.                </h3>
  2007.                <div class="blog-meta">
  2008.                  <div class="avatar-placeholder">
  2009.                    
  2010.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" />
  2011.                    
  2012.                  </div>
  2013.                  <div class="meta-info">
  2014.                    <span>Christopher Randall</span>
  2015.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  2016.                  </div>
  2017.                </div>
  2018.                <p class="blog-description"></p>
  2019.                <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-medieval-metal-group-castle-rat/" class="read-more-btn">READ MORE</a>
  2020.              </div>
  2021.            </div>
  2022.          
  2023.          
  2024.  
  2025.        </div>
  2026.  
  2027.         <div class="col col-lg-4 col-12">
  2028.                
  2029.  
  2030.  
  2031.  
  2032.    
  2033.  
  2034.  
  2035. <!-- Blog Sidebar V2 - Focused Design -->
  2036.  <div class="sidebar mb-3">
  2037.    <!-- Recent Posts Section -->
  2038.    <div class="sidebar-widget mb-4">
  2039.      <div class="widget-title-wrapper mb-3">
  2040.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2041.          <i class="ti-time me-2"></i>Recent Posts
  2042.          <span class="title-arrow-primary"></span>
  2043.        </h4>
  2044.      </div>
  2045.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2046.        <div class="recent-post-list">
  2047.          
  2048.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2049.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2050.                
  2051.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2052.                
  2053.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2054.            </div>
  2055.            <div class="post-content flex-grow-1">
  2056.              <h6 class="post-title mb-2">
  2057.                 <a href="/what-kind-of-figure-is-the-politician-al-carns-former-marine-and-government-minister-with-sights-on-the-top-job/" class="text-decoration-none top-color fw-semibold lh-sm">
  2058.                                            What Kind of Figure is the Politician Al Carns? Former Marine and Government Minister with Sights on the Top Job
  2059.                                            </a>
  2060.              </h6>
  2061.              <div class="post-meta mb-3">
  2062.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2063.                <!-- <small class="text-muted">
  2064.                  <i class="ti-eye me-1"></i>348 views
  2065.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2066.                </small> -->
  2067.              </div>
  2068.            </div>
  2069.          </div>
  2070.          
  2071.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2072.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2073.                
  2074.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2075.                
  2076.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2077.            </div>
  2078.            <div class="post-content flex-grow-1">
  2079.              <h6 class="post-title mb-2">
  2080.                 <a href="/crans-montana-blaze-victims-receive-care-in-burns-units-throughout-the-continent/" class="text-decoration-none top-color fw-semibold lh-sm">
  2081.                                            Crans-Montana Blaze Victims Receive Care in Burns Units Throughout the Continent
  2082.                                            </a>
  2083.              </h6>
  2084.              <div class="post-meta mb-3">
  2085.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2086.                <!-- <small class="text-muted">
  2087.                  <i class="ti-eye me-1"></i>348 views
  2088.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2089.                </small> -->
  2090.              </div>
  2091.            </div>
  2092.          </div>
  2093.          
  2094.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2095.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2096.                
  2097.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2098.                
  2099.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2100.            </div>
  2101.            <div class="post-content flex-grow-1">
  2102.              <h6 class="post-title mb-2">
  2103.                 <a href="/leaders-recognise-titans-as-trump-extends-mamdani-a-warm-reception/" class="text-decoration-none top-color fw-semibold lh-sm">
  2104.                                            Leaders Recognise Titans as Trump Extends Mamdani a Warm Reception
  2105.                                            </a>
  2106.              </h6>
  2107.              <div class="post-meta mb-3">
  2108.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2109.                <!-- <small class="text-muted">
  2110.                  <i class="ti-eye me-1"></i>348 views
  2111.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2112.                </small> -->
  2113.              </div>
  2114.            </div>
  2115.          </div>
  2116.          
  2117.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2118.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2119.                
  2120.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2121.                
  2122.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2123.            </div>
  2124.            <div class="post-content flex-grow-1">
  2125.              <h6 class="post-title mb-2">
  2126.                 <a href="/a-decade-long-liaison-by-erin-somers-the-midlife-infidelity-tale-our-generation-has-earned/" class="text-decoration-none top-color fw-semibold lh-sm">
  2127.                                            A Decade-Long Liaison by Erin Somers: The Midlife Infidelity Tale Our Generation Has Earned.
  2128.                                            </a>
  2129.              </h6>
  2130.              <div class="post-meta mb-3">
  2131.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2132.                <!-- <small class="text-muted">
  2133.                  <i class="ti-eye me-1"></i>348 views
  2134.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2135.                </small> -->
  2136.              </div>
  2137.            </div>
  2138.          </div>
  2139.          
  2140.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2141.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2142.                
  2143.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2144.                
  2145.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2146.            </div>
  2147.            <div class="post-content flex-grow-1">
  2148.              <h6 class="post-title mb-2">
  2149.                 <a href="/president-zelensky-states-ukraine-was-10-off-from-peace-yet-not-at-any-possible-price/" class="text-decoration-none top-color fw-semibold lh-sm">
  2150.                                            President Zelensky States Ukraine Was 10% Off from Peace, Yet Not at Any Possible Price
  2151.                                            </a>
  2152.              </h6>
  2153.              <div class="post-meta mb-3">
  2154.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2155.                <!-- <small class="text-muted">
  2156.                  <i class="ti-eye me-1"></i>348 views
  2157.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2158.                </small> -->
  2159.              </div>
  2160.            </div>
  2161.          </div>
  2162.          
  2163.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2164.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2165.                
  2166.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2167.                
  2168.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2169.            </div>
  2170.            <div class="post-content flex-grow-1">
  2171.              <h6 class="post-title mb-2">
  2172.                 <a href="/the-new-animated-series-opening-sequence-selected-the-wrong-critical-role-track/" class="text-decoration-none top-color fw-semibold lh-sm">
  2173.                                            The New Animated Series&#x27; Opening Sequence Selected the Wrong Critical Role Track
  2174.                                            </a>
  2175.              </h6>
  2176.              <div class="post-meta mb-3">
  2177.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2178.                <!-- <small class="text-muted">
  2179.                  <i class="ti-eye me-1"></i>348 views
  2180.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2181.                </small> -->
  2182.              </div>
  2183.            </div>
  2184.          </div>
  2185.          
  2186.  
  2187.        </div>
  2188.  
  2189.        <div class="text-center mt-4 pt-3 border-top border-light">
  2190.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2191.        </div>
  2192.      </div>
  2193.    </div>
  2194.  
  2195.    
  2196.    <div class="sidebar-widget mb-4">
  2197.      <div class="widget-title-wrapper mb-3">
  2198.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2199.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2200.          <span class="title-arrow"></span>
  2201.        </h4>
  2202.      </div>
  2203.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2204.        <div class="blog-roll-list scrollable-sidebar">
  2205.          
  2206.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2207.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  2208.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2209.                <i class="ti-angle-right me-2 text-primary"></i>
  2210.                new online casinos
  2211.              </h6>
  2212.            </a>
  2213.          </div>
  2214.          
  2215.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2216.            <a href="https://www.fromagesbouffetraditions.ca/" rel="dofollow" class="text-decoration-none ">
  2217.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2218.                <i class="ti-angle-right me-2 text-primary"></i>
  2219.                casino en ligne argent canadien
  2220.              </h6>
  2221.            </a>
  2222.          </div>
  2223.          
  2224.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2225.            <a href="https://on360.ca/" rel="dofollow" class="text-decoration-none ">
  2226.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2227.                <i class="ti-angle-right me-2 text-primary"></i>
  2228.                online casino
  2229.              </h6>
  2230.            </a>
  2231.          </div>
  2232.          
  2233.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2234.            <a href="https://projectunderstood.ca/" rel="dofollow" class="text-decoration-none ">
  2235.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2236.                <i class="ti-angle-right me-2 text-primary"></i>
  2237.                online casino canada
  2238.              </h6>
  2239.            </a>
  2240.          </div>
  2241.          
  2242.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2243.            <a href="https://www.students4bestevidence.net/" rel="dofollow" class="text-decoration-none ">
  2244.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2245.                <i class="ti-angle-right me-2 text-primary"></i>
  2246.                best payout casino canada
  2247.              </h6>
  2248.            </a>
  2249.          </div>
  2250.          
  2251.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2252.            <a href="https://siberiastationspa.com/" rel="dofollow" class="text-decoration-none ">
  2253.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2254.                <i class="ti-angle-right me-2 text-primary"></i>
  2255.                casino en ligne le plus payant au québec
  2256.              </h6>
  2257.            </a>
  2258.          </div>
  2259.          
  2260.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2261.            <a href="https://bestsportsbettingcanada.ca/" rel="dofollow" class="text-decoration-none ">
  2262.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2263.                <i class="ti-angle-right me-2 text-primary"></i>
  2264.                new betting sites
  2265.              </h6>
  2266.            </a>
  2267.          </div>
  2268.          
  2269.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2270.            <a href="https://www.mmdonline.com/" rel="dofollow" class="text-decoration-none ">
  2271.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2272.                <i class="ti-angle-right me-2 text-primary"></i>
  2273.                online casinos canada
  2274.              </h6>
  2275.            </a>
  2276.          </div>
  2277.          
  2278.      </div>
  2279.    </div>
  2280.    
  2281.    <div class="sidebar-widget mb-4">
  2282.      <div class="widget-title-wrapper mb-3">
  2283.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2284.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2285.          <span class="title-arrow"></span>
  2286.        </h4>
  2287.      </div>
  2288.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2289.        <div class="blog-roll-list scrollable-sidebar">
  2290.          
  2291.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2292.            <a href="https://www.projectcheck.org/" rel="dofollow" class="text-decoration-none ">
  2293.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2294.                <i class="ti-angle-right me-2 text-primary"></i>
  2295.                online casinos canada
  2296.              </h6>
  2297.            </a>
  2298.          </div>
  2299.          
  2300.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2301.            <a href="https://readwrite.com/gambling/casino/canada/" rel="dofollow" class="text-decoration-none ">
  2302.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2303.                <i class="ti-angle-right me-2 text-primary"></i>
  2304.                online casino canada
  2305.              </h6>
  2306.            </a>
  2307.          </div>
  2308.          
  2309.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2310.            <a href="https://www.fastestpayoutonlinecasino.com/" rel="dofollow" class="text-decoration-none ">
  2311.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2312.                <i class="ti-angle-right me-2 text-primary"></i>
  2313.                online casino canada
  2314.              </h6>
  2315.            </a>
  2316.          </div>
  2317.          
  2318.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2319.            <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none ">
  2320.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2321.                <i class="ti-angle-right me-2 text-primary"></i>
  2322.                online casinos
  2323.              </h6>
  2324.            </a>
  2325.          </div>
  2326.          
  2327.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2328.            <a href="https://nac-cnn.ca/" rel="dofollow" class="text-decoration-none ">
  2329.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2330.                <i class="ti-angle-right me-2 text-primary"></i>
  2331.                online casinos
  2332.              </h6>
  2333.            </a>
  2334.          </div>
  2335.          
  2336.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2337.            <a href="https://projectunderstood.ca/" rel="dofollow" class="text-decoration-none ">
  2338.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2339.                <i class="ti-angle-right me-2 text-primary"></i>
  2340.                best online casinos
  2341.              </h6>
  2342.            </a>
  2343.          </div>
  2344.          
  2345.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2346.            <a href="https://trueviralnews.com/" rel="dofollow" class="text-decoration-none ">
  2347.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2348.                <i class="ti-angle-right me-2 text-primary"></i>
  2349.                top online casinos
  2350.              </h6>
  2351.            </a>
  2352.          </div>
  2353.          
  2354.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2355.            <a href="https://www.sheeats.ca/" rel="dofollow" class="text-decoration-none ">
  2356.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2357.                <i class="ti-angle-right me-2 text-primary"></i>
  2358.                top online casinos
  2359.              </h6>
  2360.            </a>
  2361.          </div>
  2362.          
  2363.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2364.            <a href="http://hswc.ca/" rel="dofollow" class="text-decoration-none ">
  2365.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2366.                <i class="ti-angle-right me-2 text-primary"></i>
  2367.                online casino
  2368.              </h6>
  2369.            </a>
  2370.          </div>
  2371.          
  2372.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2373.            <a href="https://www.dresshead.com/" rel="dofollow" class="text-decoration-none ">
  2374.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2375.                <i class="ti-angle-right me-2 text-primary"></i>
  2376.                online casino canada
  2377.              </h6>
  2378.            </a>
  2379.          </div>
  2380.          
  2381.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2382.            <a href="https://www.od4d.net/" rel="dofollow" class="text-decoration-none ">
  2383.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2384.                <i class="ti-angle-right me-2 text-primary"></i>
  2385.                online casino canada
  2386.              </h6>
  2387.            </a>
  2388.          </div>
  2389.          
  2390.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2391.            <a href="https://camanjs.com/" rel="dofollow" 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.            </a>
  2397.          </div>
  2398.          
  2399.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2400.            <a href="https://nbhrf.com/" rel="dofollow" class="text-decoration-none ">
  2401.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2402.                <i class="ti-angle-right me-2 text-primary"></i>
  2403.                online casino canada
  2404.              </h6>
  2405.            </a>
  2406.          </div>
  2407.          
  2408.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2409.            <a href="https://www.goodfoodawards.org/" rel="dofollow" class="text-decoration-none ">
  2410.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2411.                <i class="ti-angle-right me-2 text-primary"></i>
  2412.                online casino
  2413.              </h6>
  2414.            </a>
  2415.          </div>
  2416.          
  2417.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2418.            <a href="https://delbarber.com/" rel="dofollow" class="text-decoration-none ">
  2419.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2420.                <i class="ti-angle-right me-2 text-primary"></i>
  2421.                new casino
  2422.              </h6>
  2423.            </a>
  2424.          </div>
  2425.          
  2426.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2427.            <a href="https://www.itworldcanada.com/" rel="dofollow" 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 casino canada
  2431.              </h6>
  2432.            </a>
  2433.          </div>
  2434.          
  2435.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2436.            <a href="https://nac-cnn.ca/" rel="dofollow" class="text-decoration-none ">
  2437.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2438.                <i class="ti-angle-right me-2 text-primary"></i>
  2439.                interac online casino
  2440.              </h6>
  2441.            </a>
  2442.          </div>
  2443.          
  2444.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2445.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  2446.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2447.                <i class="ti-angle-right me-2 text-primary"></i>
  2448.                UK casino not on Gamstop
  2449.              </h6>
  2450.            </a>
  2451.          </div>
  2452.          
  2453.      </div>
  2454.    </div>
  2455.    
  2456.    <div class="sidebar-widget mb-4">
  2457.      <div class="widget-title-wrapper mb-3">
  2458.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2459.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2460.          <span class="title-arrow"></span>
  2461.        </h4>
  2462.      </div>
  2463.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2464.        <div class="blog-roll-list scrollable-sidebar">
  2465.          
  2466.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2467.            <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none ">
  2468.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2469.                <i class="ti-angle-right me-2 text-primary"></i>
  2470.                online casino canada
  2471.              </h6>
  2472.            </a>
  2473.          </div>
  2474.          
  2475.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2476.            <a href="https://synapsec.ca/" rel="dofollow" class="text-decoration-none ">
  2477.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2478.                <i class="ti-angle-right me-2 text-primary"></i>
  2479.                meilleur casino en ligne
  2480.              </h6>
  2481.            </a>
  2482.          </div>
  2483.          
  2484.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2485.            <a href="https://nac-cnn.ca/" rel="dofollow" class="text-decoration-none ">
  2486.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2487.                <i class="ti-angle-right me-2 text-primary"></i>
  2488.                best online casinos
  2489.              </h6>
  2490.            </a>
  2491.          </div>
  2492.          
  2493.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2494.            <a href="https://www.devmcgill.com/" rel="dofollow" class="text-decoration-none ">
  2495.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2496.                <i class="ti-angle-right me-2 text-primary"></i>
  2497.                online casino
  2498.              </h6>
  2499.            </a>
  2500.          </div>
  2501.          
  2502.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2503.            <a href="https://www.birthplaceofhockey.com/" rel="dofollow" class="text-decoration-none ">
  2504.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2505.                <i class="ti-angle-right me-2 text-primary"></i>
  2506.                betting sites canada
  2507.              </h6>
  2508.            </a>
  2509.          </div>
  2510.          
  2511.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2512.            <a href="https://wirkn.com/" rel="dofollow" class="text-decoration-none ">
  2513.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2514.                <i class="ti-angle-right me-2 text-primary"></i>
  2515.                betting sites
  2516.              </h6>
  2517.            </a>
  2518.          </div>
  2519.          
  2520.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2521.            <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none ">
  2522.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2523.                <i class="ti-angle-right me-2 text-primary"></i>
  2524.                online casino canada
  2525.              </h6>
  2526.            </a>
  2527.          </div>
  2528.          
  2529.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2530.            <a href="https://visualgenome.org/" rel="dofollow" class="text-decoration-none ">
  2531.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2532.                <i class="ti-angle-right me-2 text-primary"></i>
  2533.                online casinos
  2534.              </h6>
  2535.            </a>
  2536.          </div>
  2537.          
  2538.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2539.            <a href="https://heartandlung.ca/" rel="dofollow" class="text-decoration-none ">
  2540.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2541.                <i class="ti-angle-right me-2 text-primary"></i>
  2542.                online casino
  2543.              </h6>
  2544.            </a>
  2545.          </div>
  2546.          
  2547.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2548.            <a href="https://wirkn.com/" rel="dofollow" class="text-decoration-none ">
  2549.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2550.                <i class="ti-angle-right me-2 text-primary"></i>
  2551.                betting sites canada
  2552.              </h6>
  2553.            </a>
  2554.          </div>
  2555.          
  2556.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2557.            <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none ">
  2558.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2559.                <i class="ti-angle-right me-2 text-primary"></i>
  2560.                online casino
  2561.              </h6>
  2562.            </a>
  2563.          </div>
  2564.          
  2565.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2566.            <a href="https://www.od4d.net/" rel="dofollow" class="text-decoration-none ">
  2567.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2568.                <i class="ti-angle-right me-2 text-primary"></i>
  2569.                top online casinos
  2570.              </h6>
  2571.            </a>
  2572.          </div>
  2573.          
  2574.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2575.            <a href="https://www.tvarchive.ca/" rel="dofollow" class="text-decoration-none ">
  2576.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2577.                <i class="ti-angle-right me-2 text-primary"></i>
  2578.                online casinos
  2579.              </h6>
  2580.            </a>
  2581.          </div>
  2582.          
  2583.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2584.            <a href="https://autismspeaks.ca" rel="dofollow" class="text-decoration-none ">
  2585.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2586.                <i class="ti-angle-right me-2 text-primary"></i>
  2587.                online casino
  2588.              </h6>
  2589.            </a>
  2590.          </div>
  2591.          
  2592.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2593.            <a href="https://www.biomilq.com/" rel="dofollow" class="text-decoration-none ">
  2594.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2595.                <i class="ti-angle-right me-2 text-primary"></i>
  2596.                online casinos
  2597.              </h6>
  2598.            </a>
  2599.          </div>
  2600.          
  2601.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2602.            <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none ">
  2603.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2604.                <i class="ti-angle-right me-2 text-primary"></i>
  2605.                online casinos canada
  2606.              </h6>
  2607.            </a>
  2608.          </div>
  2609.          
  2610.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2611.            <a href="https://prinniefied.com/" rel="dofollow" class="text-decoration-none ">
  2612.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2613.                <i class="ti-angle-right me-2 text-primary"></i>
  2614.                best online casinos
  2615.              </h6>
  2616.            </a>
  2617.          </div>
  2618.          
  2619.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2620.            <a href="https://nbhrf.com/" rel="dofollow" class="text-decoration-none ">
  2621.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2622.                <i class="ti-angle-right me-2 text-primary"></i>
  2623.                online casinos canada
  2624.              </h6>
  2625.            </a>
  2626.          </div>
  2627.          
  2628.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2629.            <a href="https://www.itworldcanada.com/" rel="dofollow" class="text-decoration-none ">
  2630.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2631.                <i class="ti-angle-right me-2 text-primary"></i>
  2632.                online casinos canada
  2633.              </h6>
  2634.            </a>
  2635.          </div>
  2636.          
  2637.      </div>
  2638.    </div>
  2639.    
  2640.    <div class="sidebar-widget mb-4">
  2641.      <div class="widget-title-wrapper mb-3">
  2642.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2643.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2644.          <span class="title-arrow"></span>
  2645.        </h4>
  2646.      </div>
  2647.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2648.        <div class="blog-roll-list scrollable-sidebar">
  2649.          
  2650.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2651.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  2652.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2653.                <i class="ti-angle-right me-2 text-primary"></i>
  2654.                bookies not on gamstop
  2655.              </h6>
  2656.            </a>
  2657.          </div>
  2658.          
  2659.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2660.            <a href="https://crystalshawanda.co/" rel="dofollow" class="text-decoration-none ">
  2661.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2662.                <i class="ti-angle-right me-2 text-primary"></i>
  2663.                best online casino canada
  2664.              </h6>
  2665.            </a>
  2666.          </div>
  2667.          
  2668.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2669.            <a href="https://www.birthplaceofhockey.com/" rel="dofollow" class="text-decoration-none ">
  2670.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2671.                <i class="ti-angle-right me-2 text-primary"></i>
  2672.                sports betting sites canada
  2673.              </h6>
  2674.            </a>
  2675.          </div>
  2676.          
  2677.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2678.            <a href="https://www.lesintouchables.com/" rel="dofollow" class="text-decoration-none ">
  2679.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2680.                <i class="ti-angle-right me-2 text-primary"></i>
  2681.                casino en ligne
  2682.              </h6>
  2683.            </a>
  2684.          </div>
  2685.          
  2686.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2687.            <a href="https://margelo.io/" rel="dofollow" class="text-decoration-none ">
  2688.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2689.                <i class="ti-angle-right me-2 text-primary"></i>
  2690.                new betting sites
  2691.              </h6>
  2692.            </a>
  2693.          </div>
  2694.          
  2695.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2696.            <a href="https://daydreaminginparadise.com/" rel="dofollow" class="text-decoration-none ">
  2697.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2698.                <i class="ti-angle-right me-2 text-primary"></i>
  2699.                online casino canada
  2700.              </h6>
  2701.            </a>
  2702.          </div>
  2703.          
  2704.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2705.            <a href="https://nordicbridges.ca/" rel="dofollow" class="text-decoration-none ">
  2706.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2707.                <i class="ti-angle-right me-2 text-primary"></i>
  2708.                canadian online casinos
  2709.              </h6>
  2710.            </a>
  2711.          </div>
  2712.          
  2713.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2714.            <a href="https://micharity.com/" rel="dofollow" class="text-decoration-none ">
  2715.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2716.                <i class="ti-angle-right me-2 text-primary"></i>
  2717.                canadian online casinos
  2718.              </h6>
  2719.            </a>
  2720.          </div>
  2721.          
  2722.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2723.            <a href="https://visualgenome.org/" rel="dofollow" class="text-decoration-none ">
  2724.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2725.                <i class="ti-angle-right me-2 text-primary"></i>
  2726.                online casino
  2727.              </h6>
  2728.            </a>
  2729.          </div>
  2730.          
  2731.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2732.            <a href="https://loplops.com/" rel="dofollow" class="text-decoration-none ">
  2733.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2734.                <i class="ti-angle-right me-2 text-primary"></i>
  2735.                online casino canada
  2736.              </h6>
  2737.            </a>
  2738.          </div>
  2739.          
  2740.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2741.            <a href="https://www.fraserdowns.com/" rel="dofollow" class="text-decoration-none ">
  2742.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2743.                <i class="ti-angle-right me-2 text-primary"></i>
  2744.                online casino
  2745.              </h6>
  2746.            </a>
  2747.          </div>
  2748.          
  2749.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2750.            <a href="https://watergovernance.ca/" rel="dofollow" class="text-decoration-none ">
  2751.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2752.                <i class="ti-angle-right me-2 text-primary"></i>
  2753.                new casino
  2754.              </h6>
  2755.            </a>
  2756.          </div>
  2757.          
  2758.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2759.            <a href="https://watergovernance.ca/" rel="dofollow" class="text-decoration-none ">
  2760.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2761.                <i class="ti-angle-right me-2 text-primary"></i>
  2762.                online casino canada
  2763.              </h6>
  2764.            </a>
  2765.          </div>
  2766.          
  2767.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2768.            <a href="https://www.governancevote.ca/" rel="dofollow" class="text-decoration-none ">
  2769.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2770.                <i class="ti-angle-right me-2 text-primary"></i>
  2771.                online casino canada
  2772.              </h6>
  2773.            </a>
  2774.          </div>
  2775.          
  2776.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2777.            <a href="https://autismspeaks.ca" rel="dofollow" class="text-decoration-none ">
  2778.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2779.                <i class="ti-angle-right me-2 text-primary"></i>
  2780.                online casino canada
  2781.              </h6>
  2782.            </a>
  2783.          </div>
  2784.          
  2785.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2786.            <a href="https://www.devmcgill.com/" rel="dofollow" class="text-decoration-none ">
  2787.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2788.                <i class="ti-angle-right me-2 text-primary"></i>
  2789.                online casino canada
  2790.              </h6>
  2791.            </a>
  2792.          </div>
  2793.          
  2794.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2795.            <a href="https://torontosversion.com/" rel="dofollow" class="text-decoration-none ">
  2796.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2797.                <i class="ti-angle-right me-2 text-primary"></i>
  2798.                online casino
  2799.              </h6>
  2800.            </a>
  2801.          </div>
  2802.          
  2803.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2804.            <a href="https://loplops.com/" rel="dofollow" class="text-decoration-none ">
  2805.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2806.                <i class="ti-angle-right me-2 text-primary"></i>
  2807.                best online casino canada
  2808.              </h6>
  2809.            </a>
  2810.          </div>
  2811.          
  2812.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2813.            <a href="https://www.balmoralresources.com/" rel="dofollow" class="text-decoration-none ">
  2814.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2815.                <i class="ti-angle-right me-2 text-primary"></i>
  2816.                best online casino canada
  2817.              </h6>
  2818.            </a>
  2819.          </div>
  2820.          
  2821.      </div>
  2822.    </div>
  2823.    
  2824.  </div>
  2825.  
  2826. <!-- Sidebar V2 Styles -->
  2827. <style>
  2828.  .sidebar-widget {
  2829.    position: relative;
  2830.  }
  2831.  
  2832.  .widget-title {
  2833.    font-size: 1.1rem;
  2834.    font-weight: 700;
  2835.    display: inline-block;
  2836.    position: relative;
  2837.    z-index: 2;
  2838.    border-radius: 0;
  2839.  }
  2840.  
  2841.  /* Green arrow for August Blog Roll */
  2842.  .title-arrow::after {
  2843.    content: '';
  2844.    position: absolute;
  2845.    top: 0;
  2846.    right: -22px;
  2847.    width: 0;
  2848.    height: 0;
  2849.    border-left: 22px solid var(--bs-primary);
  2850.    border-top: 22px solid transparent;
  2851.    border-bottom: 22px solid transparent;
  2852.    z-index: 1;
  2853.  }
  2854.  
  2855.  /* Blue arrow for Recent Posts */
  2856.  .title-arrow-primary::after {
  2857.    content: '';
  2858.    position: absolute;
  2859.    top: 0;
  2860.    right: -22px;
  2861.    width: 0;
  2862.    height: 0;
  2863.    border-left: 22px solid var(--bs-primary);
  2864.    border-top: 22px solid transparent;
  2865.    border-bottom: 22px solid transparent;
  2866.    z-index: 1;
  2867.  }
  2868.  
  2869.  .widget-content {
  2870.    margin-top: -1px;
  2871.    position: relative;
  2872.    z-index: 1;
  2873.     background-color: var(--card-bg);
  2874.  }
  2875.  
  2876.  /* Blog Roll Items Hover Effects */
  2877.  .blog-roll-item:hover .blog-title {
  2878.    color: #198754 !important;
  2879.    transform: translateX(5px);
  2880.    transition: all 0.3s ease;
  2881.  }
  2882.  
  2883.  /* Recent Post Items Hover Effects */
  2884.  .recent-post-item:hover .post-title a {
  2885.    color: #0d6efd !important;
  2886.    transition: color 0.3s ease;
  2887.  }
  2888.  
  2889.  .recent-post-item:hover .post-image img {
  2890.    transform: scale(1.05);
  2891.    transition: transform 0.3s ease;
  2892.  }
  2893.  
  2894.  /* Button Hover Effects */
  2895.  .btn:hover {
  2896.    transform: translateY(-2px);
  2897.    transition: all 0.3s ease;
  2898.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2899.  }
  2900.  
  2901.  /* Badge Hover Effects */
  2902.  .badge:hover {
  2903.    transform: scale(1.05);
  2904.    transition: transform 0.3s ease;
  2905.  }
  2906.  
  2907.  @media (max-width: 991px) {
  2908.    .sidebar {
  2909.      margin-top: 3rem;
  2910.    }
  2911.  }
  2912.  
  2913.  @media (max-width: 576px) {
  2914.    .widget-title {
  2915.      font-size: 1rem;
  2916.      padding: 0.75rem 1rem !important;
  2917.    }
  2918.  
  2919.    .title-arrow::after,
  2920.    .title-arrow-primary::after {
  2921.      right: -18px;
  2922.      border-left-width: 18px;
  2923.      border-top-width: 18px;
  2924.      border-bottom-width: 18px;
  2925.    }
  2926.  
  2927.    .post-image {
  2928.      width: 70px !important;
  2929.      height: 55px !important;
  2930.    }
  2931.  
  2932.    .blog-meta {
  2933.      flex-direction: column !important;
  2934.      align-items: flex-start !important;
  2935.      gap: 0.5rem;
  2936.    }
  2937.  }
  2938. </style>
  2939.  
  2940.    
  2941.            </div>
  2942.      </div>
  2943.    </div>
  2944.  </section>
  2945.  
  2946.  <script>
  2947.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  2948.    document.addEventListener('DOMContentLoaded', function () {
  2949.      // Fallback if IntersectionObserver unavailable
  2950.      if (!('IntersectionObserver' in window)) {
  2951.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  2952.        return;
  2953.      }
  2954.  
  2955.      let lastY = window.pageYOffset || 0;
  2956.      let scrollDir = 'down';
  2957.      let ticking = false;
  2958.  
  2959.      // Jank-free scroll direction tracking
  2960.      window.addEventListener('scroll', () => {
  2961.        const y = window.pageYOffset || 0;
  2962.        if (!ticking) {
  2963.          requestAnimationFrame(() => {
  2964.            scrollDir = y > lastY ? 'down' : 'up';
  2965.            lastY = y <= 0 ? 0 : y;
  2966.            ticking = false;
  2967.          });
  2968.          ticking = true;
  2969.        }
  2970.      }, { passive: true });
  2971.  
  2972.      const options = {
  2973.        threshold: 0.18,
  2974.        rootMargin: '0px 0px -8% 0px'
  2975.      };
  2976.  
  2977.      const io = new IntersectionObserver((entries) => {
  2978.        entries.forEach((entry) => {
  2979.          const el = entry.target;
  2980.  
  2981.          if (entry.isIntersecting) {
  2982.            // direction-based class
  2983.            el.classList.remove('fade-up', 'fade-down');
  2984.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  2985.  
  2986.            // smooth timing (override-able per element via CSS vars)
  2987.            if (!el.style.getPropertyValue('--dur')) {
  2988.              el.style.setProperty('--dur', '700ms');
  2989.            }
  2990.            if (!el.style.getPropertyValue('--ease')) {
  2991.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  2992.            }
  2993.  
  2994.            el.classList.add('fade-show');
  2995.          } else {
  2996.            // re-animate when re-entering
  2997.            el.classList.remove('fade-show');
  2998.          }
  2999.        });
  3000.      }, options);
  3001.  
  3002.      // Observe all fade targets with a light stagger
  3003.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  3004.      nodes.forEach((el, i) => {
  3005.        // 0–5 -> 0–300ms stagger (loops every 6)
  3006.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  3007.        io.observe(el);
  3008.      });
  3009.    });
  3010.  </script>
  3011.  
  3012.  
  3013.    
  3014.        
  3015.        <!-- end wpo-blog-highlights-section -->
  3016.        <!-- start wpo-blog-sponsored-section -->
  3017.        
  3018.  
  3019.  
  3020.  
  3021.    
  3022.  
  3023.  
  3024.  
  3025. <style>
  3026.    .sponsored-section-v2 {
  3027.        padding: 40px 0;
  3028.        background: var(--body-bg);
  3029.    }
  3030.    
  3031.    .sponsored-card-v2 {
  3032.        background: var(--body-bg);
  3033.        border: 1px solid #f0f0f0;
  3034.        border-radius: 8px;
  3035.        transition: box-shadow 0.3s ease;
  3036.        height: 100%;
  3037.        position: relative;
  3038.    }
  3039.    
  3040.    .sponsored-card-v2:hover {
  3041.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  3042.    }
  3043.    
  3044.    .sponsored-image-v2 {
  3045.        position: relative;
  3046.        height: 200px;
  3047.    }
  3048.    
  3049.    .sponsored-image-v2 img {
  3050.        width: 100%;
  3051.        height: 100%;
  3052.        object-fit: cover;
  3053.    }
  3054.    
  3055.    .sponsored-badge-v2 {
  3056.        position: absolute;
  3057.        bottom: 10px;
  3058.        left: 10px;
  3059.        padding: 6px 10px;
  3060.        font-size: 12px;
  3061.        font-weight: 600;
  3062.        text-transform: uppercase;
  3063.        border-radius: 4px;
  3064.    }
  3065.    
  3066.    .sponsored-content-v2 {
  3067.        padding: 20px;
  3068.    }
  3069.    
  3070.    .sponsored-title-v2 {
  3071.        font-size: 18px;
  3072.        font-weight: 600;
  3073.        line-height: 1.4;
  3074.        margin-bottom: 10px;
  3075.    }
  3076.    
  3077.    .sponsored-title-v2 a {
  3078.        text-decoration: none;
  3079.        transition: color 0.3s ease;
  3080.    }
  3081.    
  3082.    .sponsored-title-v2 a:hover {
  3083.        color: #007bff; /* Blue hover for variety */
  3084.    }
  3085.    
  3086.    .sponsored-excerpt-v2 {
  3087.        font-size: 14px;
  3088.        color: #6c757d;
  3089.        margin-bottom: 15px;
  3090.        line-height: 1.6;
  3091.    }
  3092.    
  3093.    .sponsored-meta-v2 {
  3094.        display: flex;
  3095.        align-items: center;
  3096.        justify-content: space-between;
  3097.        font-size: 12px;
  3098.        color: #6c757d;
  3099.    }
  3100.    
  3101.    .author-info-v2 {
  3102.        display: flex;
  3103.        align-items: center;
  3104.        gap: 8px;
  3105.    }
  3106.    
  3107.    .sponsored-author-img-v2 {
  3108.        width: 28px;
  3109.        height: 28px;
  3110.        border-radius: 50%;
  3111.        object-fit: cover;
  3112.    }
  3113.    
  3114.    .section-title-sponsored-v2 {
  3115.        font-size: 2.2rem;
  3116.        font-weight: 700;
  3117.        text-align: center;
  3118.        margin-bottom: 30px;
  3119.        color: #333;
  3120.    }
  3121.  
  3122.    @media (max-width: 768px) {
  3123.        .sponsored-section-v2 {
  3124.            padding: 30px 0;
  3125.        }
  3126.        .sponsored-content-v2 {
  3127.            padding: 15px;
  3128.        }
  3129.        .sponsored-title-v2 {
  3130.            font-size: 16px;
  3131.        }
  3132.        .sponsored-excerpt-v2 {
  3133.            font-size: 13px;
  3134.        }
  3135.    }
  3136. </style>
  3137.  
  3138. <section class="sponsored-section-v2">
  3139.    <div class="container-fluid fluid-container">
  3140.        <div class="row">
  3141.            <div class="col-12">
  3142.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  3143.            </div>
  3144.        </div>
  3145.        
  3146.        <div class="row g-4">
  3147.            
  3148.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3149.                <div class="card sponsored-card-v2">
  3150.                    <div class="sponsored-image-v2">
  3151.                        
  3152.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3153.                        
  3154.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3155.                    </div>
  3156.                    <div class="sponsored-content-v2">
  3157.                        <h3 class="sponsored-title-v2">
  3158.                            <a href="/what-kind-of-figure-is-the-politician-al-carns-former-marine-and-government-minister-with-sights-on-the-top-job/" class="top-color">
  3159.                            What Kind of Figure is the Politician Al Carns? Former Marine and Government Minister with Sights on the Top Job
  3160.                            </a>
  3161.                        </h3>
  3162.                        <p class="sponsored-excerpt-v2">
  3163.                            
  3164.                        </p>
  3165.                        <div class="sponsored-meta-v2">
  3166.                            <div class="author-info-v2">
  3167.                                
  3168.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" style="object-fit: cover;" class="sponsored-author-img-v2">
  3169.                                
  3170.                                <span>
  3171.                                    Christopher Randall
  3172.                                </span>
  3173.                            </div>
  3174.                            <span>17 May 2026</span>
  3175.                        </div>
  3176.                    </div>
  3177.                </div>
  3178.            </div>
  3179.            
  3180.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3181.                <div class="card sponsored-card-v2">
  3182.                    <div class="sponsored-image-v2">
  3183.                        
  3184.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3185.                        
  3186.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3187.                    </div>
  3188.                    <div class="sponsored-content-v2">
  3189.                        <h3 class="sponsored-title-v2">
  3190.                            <a href="/crans-montana-blaze-victims-receive-care-in-burns-units-throughout-the-continent/" class="top-color">
  3191.                            Crans-Montana Blaze Victims Receive Care in Burns Units Throughout the Continent
  3192.                            </a>
  3193.                        </h3>
  3194.                        <p class="sponsored-excerpt-v2">
  3195.                            
  3196.                        </p>
  3197.                        <div class="sponsored-meta-v2">
  3198.                            <div class="author-info-v2">
  3199.                                
  3200.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" style="object-fit: cover;" class="sponsored-author-img-v2">
  3201.                                
  3202.                                <span>
  3203.                                    Christopher Randall
  3204.                                </span>
  3205.                            </div>
  3206.                            <span>17 May 2026</span>
  3207.                        </div>
  3208.                    </div>
  3209.                </div>
  3210.            </div>
  3211.            
  3212.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3213.                <div class="card sponsored-card-v2">
  3214.                    <div class="sponsored-image-v2">
  3215.                        
  3216.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3217.                        
  3218.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3219.                    </div>
  3220.                    <div class="sponsored-content-v2">
  3221.                        <h3 class="sponsored-title-v2">
  3222.                            <a href="/leaders-recognise-titans-as-trump-extends-mamdani-a-warm-reception/" class="top-color">
  3223.                            Leaders Recognise Titans as Trump Extends Mamdani a Warm Reception
  3224.                            </a>
  3225.                        </h3>
  3226.                        <p class="sponsored-excerpt-v2">
  3227.                            
  3228.                        </p>
  3229.                        <div class="sponsored-meta-v2">
  3230.                            <div class="author-info-v2">
  3231.                                
  3232.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" style="object-fit: cover;" class="sponsored-author-img-v2">
  3233.                                
  3234.                                <span>
  3235.                                    Christopher Randall
  3236.                                </span>
  3237.                            </div>
  3238.                            <span>17 May 2026</span>
  3239.                        </div>
  3240.                    </div>
  3241.                </div>
  3242.            </div>
  3243.            
  3244.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3245.                <div class="card sponsored-card-v2">
  3246.                    <div class="sponsored-image-v2">
  3247.                        
  3248.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3249.                        
  3250.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3251.                    </div>
  3252.                    <div class="sponsored-content-v2">
  3253.                        <h3 class="sponsored-title-v2">
  3254.                            <a href="/a-decade-long-liaison-by-erin-somers-the-midlife-infidelity-tale-our-generation-has-earned/" class="top-color">
  3255.                            A Decade-Long Liaison by Erin Somers: The Midlife Infidelity Tale Our Generation Has Earned.
  3256.                            </a>
  3257.                        </h3>
  3258.                        <p class="sponsored-excerpt-v2">
  3259.                            
  3260.                        </p>
  3261.                        <div class="sponsored-meta-v2">
  3262.                            <div class="author-info-v2">
  3263.                                
  3264.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" style="object-fit: cover;" class="sponsored-author-img-v2">
  3265.                                
  3266.                                <span>
  3267.                                    Christopher Randall
  3268.                                </span>
  3269.                            </div>
  3270.                            <span>16 May 2026</span>
  3271.                        </div>
  3272.                    </div>
  3273.                </div>
  3274.            </div>
  3275.            
  3276.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3277.                <div class="card sponsored-card-v2">
  3278.                    <div class="sponsored-image-v2">
  3279.                        
  3280.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3281.                        
  3282.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3283.                    </div>
  3284.                    <div class="sponsored-content-v2">
  3285.                        <h3 class="sponsored-title-v2">
  3286.                            <a href="/president-zelensky-states-ukraine-was-10-off-from-peace-yet-not-at-any-possible-price/" class="top-color">
  3287.                            President Zelensky States Ukraine Was 10% Off from Peace, Yet Not at Any Possible Price
  3288.                            </a>
  3289.                        </h3>
  3290.                        <p class="sponsored-excerpt-v2">
  3291.                            
  3292.                        </p>
  3293.                        <div class="sponsored-meta-v2">
  3294.                            <div class="author-info-v2">
  3295.                                
  3296.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" style="object-fit: cover;" class="sponsored-author-img-v2">
  3297.                                
  3298.                                <span>
  3299.                                    Christopher Randall
  3300.                                </span>
  3301.                            </div>
  3302.                            <span>16 May 2026</span>
  3303.                        </div>
  3304.                    </div>
  3305.                </div>
  3306.            </div>
  3307.            
  3308.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3309.                <div class="card sponsored-card-v2">
  3310.                    <div class="sponsored-image-v2">
  3311.                        
  3312.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3313.                        
  3314.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3315.                    </div>
  3316.                    <div class="sponsored-content-v2">
  3317.                        <h3 class="sponsored-title-v2">
  3318.                            <a href="/the-new-animated-series-opening-sequence-selected-the-wrong-critical-role-track/" class="top-color">
  3319.                            The New Animated Series&#x27; Opening Sequence Selected the Wrong Critical Role Track
  3320.                            </a>
  3321.                        </h3>
  3322.                        <p class="sponsored-excerpt-v2">
  3323.                            
  3324.                        </p>
  3325.                        <div class="sponsored-meta-v2">
  3326.                            <div class="author-info-v2">
  3327.                                
  3328.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d4841f52-932e-4e27-9d5f-3da0b9a3b063_profile.png" alt="Christopher Randall" style="object-fit: cover;" class="sponsored-author-img-v2">
  3329.                                
  3330.                                <span>
  3331.                                    Christopher Randall
  3332.                                </span>
  3333.                            </div>
  3334.                            <span>16 May 2026</span>
  3335.                        </div>
  3336.                    </div>
  3337.                </div>
  3338.            </div>
  3339.            
  3340.        </div>
  3341.    </div>
  3342. </section>
  3343.  
  3344.  
  3345.    
  3346.        <!-- end wpo-blog-sponsored-section -->
  3347.        <!-- start wpo-subscribe-section -->
  3348.        
  3349.        <!-- end subscribe-section -->
  3350.        <!-- start of wpo-site-footer-section -->
  3351.        
  3352.  
  3353.  
  3354.  
  3355.  
  3356.  
  3357. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3358.  <!-- Main Content: Asymmetrical Layout -->
  3359.  <div class="footer-main-content py-5">
  3360.    <div class="container-fluid fluid-container">
  3361.      <div class="row">
  3362.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3363.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3364.          <div class="brand-logo text-center text-lg-start">
  3365.            
  3366.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/e68a0ebe-440d-4f30-b6b4-801cd5e7e30a_logo.png" alt="Stridemark Insights" class="footer-logo" />
  3367.            
  3368.            <p class="brand-tagline mt-2">Explore expert articles on business strategy, leadership, and organizational growth from Stridemark&#x27;s consulting professionals and industry thought leaders.</p>
  3369.          </div>
  3370.        </div>
  3371.        <!-- Right: Staggered Links -->
  3372.        <div class="col-lg-9 col-md-8 col-12">
  3373.          <div class="d-flex flex-column gap-4">
  3374.            <!-- Quick Links -->
  3375.            <div class="footer-column offset-content">
  3376.              <h5 class="column-title">Quick Links</h5>
  3377.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3378.                
  3379.                  <li>
  3380.                    <a class="menu-link" href="/republican-senator-asserts-deal-can-be-had-on-health-care-as-crucial-subsidies-set-to-expire/">Republican Senator Asserts &#x27;Deal Can Be Had&#x27; on Health Care as Crucial Subsidies Set to Expire.</a>
  3381.                  </li>
  3382.                
  3383.                  <li>
  3384.                    <a class="menu-link" href="/administration-denounces-democratic-hoax-as-more-jeffrey-epstein-photographs-disclosed/">Administration Denounces &#x27;Democratic Hoax&#x27; as More Jeffrey Epstein Photographs Disclosed</a>
  3385.                  </li>
  3386.                
  3387.                  <li>
  3388.                    <a class="menu-link" href="/millie-bright-departs-international-arena-long-past-her-name-was-engraved-among-football-icons/">Millie Bright Departs International Arena Long Past Her Name Was Engraved Among Football Icons</a>
  3389.                  </li>
  3390.                
  3391.                  <li>
  3392.                    <a class="menu-link" href="/the-hit-drama-announced-for-seventh-series-on-the-british-broadcaster/">The Hit Drama Announced for Seventh Series on the British Broadcaster</a>
  3393.                  </li>
  3394.                
  3395.                  <li>
  3396.                    <a class="menu-link" href="/emma-raducanu-concludes-the-current-season-and-has-decided-to-continue-with-her-coach-for-2026/">Emma Raducanu concludes the current season and has decided to continue with her coach for 2026.</a>
  3397.                  </li>
  3398.                
  3399.                  <li>
  3400.                    <a class="menu-link" href="/three-game-pass-games-that-can-justify-your-subscription-during-the-weekend-nov-21-23/">Three Game Pass Games That Can Justify Your Subscription During the Weekend (Nov. 21-23)</a>
  3401.                  </li>
  3402.                
  3403.              </ul>
  3404.            </div>
  3405.            <!-- Top Categories -->
  3406.            <div class="footer-column offset-content offset-right">
  3407.              <h5 class="column-title">Top Categories</h5>
  3408.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3409.                
  3410.                  <li>
  3411.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3412.                  </li>
  3413.                
  3414.                  <li>
  3415.                    <a class="menu-link" href="/category/business/">Business</a>
  3416.                  </li>
  3417.                
  3418.                  <li>
  3419.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3420.                  </li>
  3421.                
  3422.                  <li>
  3423.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3424.                  </li>
  3425.                
  3426.                  <li>
  3427.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3428.                  </li>
  3429.                
  3430.              </ul>
  3431.            </div>
  3432.            <!-- Blog Rolls -->
  3433.           <div class="footer-column offset-content">
  3434.              <h5 class="column-title">Blog Rolls</h5>
  3435.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3436.                
  3437.                
  3438.  
  3439.                
  3440.                
  3441.                  
  3442.                
  3443.              </ul>
  3444.            </div>
  3445.          </div>
  3446.        </div>
  3447.      </div>
  3448.    </div>
  3449.  </div>
  3450.  
  3451.  <!-- Bottom Section -->
  3452.  <div class="footer-bottom bg-primary text-white py-3">
  3453.    <div class="container-fluid fluid-container">
  3454.      <div class="row justify-content-center">
  3455.        <div class="col-12 text-center">
  3456.          <div class="bottom-content">
  3457.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  3458.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3459.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3460.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3461.            </div>
  3462.            <div class="copyright-info ">
  3463.              <p class="mb-0 text-white">
  3464.                &copy; 2026 <strong>Stridemark Insights</strong>. All rights reserved.
  3465.              </p>
  3466.            </div>
  3467.          </div>
  3468.        </div>
  3469.      </div>
  3470.    </div>
  3471.  </div>
  3472. </footer>
  3473.  
  3474.  
  3475.  
  3476. <style>
  3477. .footer-logo {
  3478.    height: 60px;
  3479.    width: auto;
  3480. }
  3481.  
  3482. .brand-title {
  3483.    font-size: 24px;
  3484.    font-weight: 700;
  3485.    color: white  !important;
  3486.    margin: 0;
  3487. }
  3488.  
  3489. .brand-tagline {
  3490.    font-size: 14px;
  3491.    color: white  !important;
  3492.    margin: 0;
  3493. }
  3494.  
  3495. .column-title {
  3496.    font-size: 16px;
  3497.    font-weight: 600;
  3498.    color: white !important;
  3499.    margin-bottom: 12px;
  3500. }
  3501.  
  3502. .footer-menu {
  3503.    margin: 0;
  3504. }
  3505.  
  3506. .menu-link {
  3507.    color: white !important;
  3508.    text-decoration: none;
  3509.    font-size: 14px;
  3510.    transition: color 0.3s ease, transform 0.3s ease;
  3511. }
  3512.  
  3513. .menu-link:hover {
  3514.    color: var(--primary-color);
  3515.    transform: scale(1.05);
  3516. }
  3517.  
  3518. .offset-content {
  3519.    margin-left: 20px;
  3520. }
  3521.  
  3522. .footer-bottom {
  3523.    font-size: 13px;
  3524. }
  3525.  
  3526. .utility-link {
  3527.    color: white  !important;
  3528.    text-decoration: none;
  3529.    font-size: 13px;
  3530.    transition: color 0.3s ease;
  3531. }
  3532.  
  3533. .utility-link:hover {
  3534.    color: var(--primary-color);
  3535. }
  3536.  
  3537. .copyright-info p {
  3538.    font-size: 13px;
  3539. }
  3540.  
  3541. /* Responsive Design */
  3542. @media (max-width: 1024px) {
  3543.   .footer-logo{
  3544.    height: 40px;
  3545.    width: auto;
  3546.   }
  3547. }
  3548.  
  3549. @media (max-width: 768px) {
  3550.    .footer-logo {
  3551.        height: 60px;
  3552.    }
  3553.    
  3554.    .column-title {
  3555.        font-size: 15px;
  3556.        text-align: center;
  3557.    }
  3558.    
  3559.    .footer-menu {
  3560.        justify-content: center;
  3561.    }
  3562.    
  3563.    .menu-link {
  3564.        font-size: 13px;
  3565.    }
  3566. }
  3567.  
  3568. @media (max-width: 576px) {
  3569.    .brand-title {
  3570.        font-size: 20px;
  3571.    }
  3572.    
  3573.    .brand-tagline {
  3574.        font-size: 12px;
  3575.    }
  3576.    
  3577.    .cta-btn {
  3578.        font-size: 12px;
  3579.        padding: 5px 12px;
  3580.    }
  3581. }
  3582. </style>
  3583.  
  3584. <script>
  3585. // Prevent default for placeholder links
  3586. document.addEventListener('DOMContentLoaded', function() {
  3587.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3588.        anchor.addEventListener('click', function(e) {
  3589.            e.preventDefault();
  3590.        });
  3591.    });
  3592. });
  3593. document.addEventListener('DOMContentLoaded', function () {
  3594.    var btn = document.getElementById('toggleBlogRollLinks');
  3595.    if (!btn) return; // No extra items, no button
  3596.  
  3597.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3598.  
  3599.    btn.addEventListener('click', function () {
  3600.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3601.            return li.classList.contains('d-none');
  3602.        });
  3603.  
  3604.        extras.forEach(function (li) {
  3605.            if (anyHidden) {
  3606.                li.classList.remove('d-none');
  3607.                li.classList.add('show');
  3608.            } else {
  3609.                li.classList.add('d-none');
  3610.                li.classList.remove('show');
  3611.            }
  3612.        });
  3613.  
  3614.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3615.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3616.    });
  3617. });
  3618.  
  3619. </script>
  3620.  
  3621.        <!-- end of wpo-site-footer-section -->
  3622.    </div>
  3623.    <!-- end of page-wrapper -->
  3624.  
  3625.    <!-- All JavaScript files
  3626.    ================================================== -->
  3627.    
  3628.  
  3629. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3630. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3631. <!-- Plugins for this template -->
  3632. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3633. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3634. <!-- Custom script for this template -->
  3635. <script src="/static/blogapp/assets/js/script.js"></script>
  3636.  
  3637. <script>
  3638. (function () {
  3639. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3640. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3641.  
  3642. function applyFallback(img) {
  3643. if (!img || img.dataset.fallbackApplied === "1") {
  3644. return;
  3645. }
  3646. var failedSrc = img.currentSrc || img.src || "";
  3647. img.dataset.fallbackApplied = "1";
  3648. img.onerror = null;
  3649. img.src = fallbackImageSrc;
  3650. console.warn("[ImageFallback] Replaced broken image:", {
  3651. failedSrc: failedSrc,
  3652. fallbackSrc: fallbackImageSrc,
  3653. alt: img.alt || "",
  3654. });
  3655. }
  3656.  
  3657. document.querySelectorAll("img").forEach(function (img) {
  3658. if (img.complete && img.naturalWidth === 0) {
  3659. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3660. failedSrc: img.currentSrc || img.src || "",
  3661. alt: img.alt || "",
  3662. });
  3663. applyFallback(img);
  3664. }
  3665. });
  3666.  
  3667. document.addEventListener(
  3668. "error",
  3669. function (event) {
  3670. var target = event.target;
  3671. if (target && target.tagName === "IMG") {
  3672. applyFallback(target);
  3673. }
  3674. },
  3675. true
  3676. );
  3677. })();
  3678. </script>
  3679.  
  3680. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3681.  
  3682.  
  3683.  
  3684. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"100d80704c784f2eb3b93b914b2189d1","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3685. </body>
  3686.  
  3687. </html>
  3688.  
  3689.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda