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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="source">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_25_VRYr8Mu_epcZXDi.png">
  14.    
  15.  
  16.    <title>Solid Online: Expert Digital Marketing and Web Development Tips</title>
  17.    <meta name="description" content="Discover actionable insights on digital marketing, web development, and SEO strategies to grow your online presence effectively with Solid Online&#x27;s expert blog.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://solidonline.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #c71585;
  42.        --bs-primary-rgb: c71585;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff0f6;
  49.        --bs-dark: #4a044e;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #c71585;
  53.        --theme-primary-color-s2: #c71585;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a044e;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a044e;
  59.        --border-color: #f9a8d4;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fed7e2;
  75.        --navbar-color: #4a044e;
  76.        --topbar-bg: #fff0f6;
  77.        --topbar-color: #4a044e;
  78.        --footer-bg: #4a044e;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8d4;
  82.        --card-radius: 10px;
  83.        --link-color: #c71585;
  84.        --link-hover: #a5116e;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(199, 21, 133, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_55">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  407.    <span id="current-time"></span>
  408.    
  409.    <div class="unique-news-container2">
  410.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  411.            <!-- News items will be dynamically added here -->
  412.        </div>
  413.    </div>
  414.  
  415.    <div class="contact-info">
  416.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  417.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  418.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  419.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  420.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  421.        </ul>
  422.    </div>
  423. </div>
  424. </div>
  425.  
  426. <script>
  427.  // ----------------- Clock -----------------
  428.  function updateCurrentTime() {
  429.    const currentDate = new Date();
  430.    const day = currentDate.getDate().toString().padStart(2, '0');
  431.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  432.    const month = monthNames[currentDate.getMonth()];
  433.    const year = currentDate.getFullYear();
  434.    const hours = currentDate.getHours().toString().padStart(2, '0');
  435.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  436.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  437.    document.getElementById('current-time').innerHTML =
  438.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  439.  }
  440.  setInterval(updateCurrentTime, 1000);
  441.  updateCurrentTime();
  442.  
  443.  // ----------------- News from Django -----------------
  444.  const newsItems = [
  445.    
  446.      { title: "The Reason PSG Are Turning To Parisian Players to Defend Their European Title", url: "/the-reason-psg-are-turning-to-parisian-players-to-defend-their-european-title/" },
  447.    
  448.      { title: "Democrats Allege Trump of ‘Intimidation’ Campaign as FBI Requests Interviews", url: "/democrats-allege-trump-of-intimidation-campaign-as-fbi-requests-interviews/" },
  449.    
  450.      { title: "A Banner Twelve Months for Kicking The Orb", url: "/a-banner-twelve-months-for-kicking-the-orb/" },
  451.    
  452.      { title: "Food Delivery: Fresh from the West Philippine Sea – A Gripping Expedition Through Supply Lines amid the China Standoff.", url: "/food-delivery-fresh-from-the-west-philippine-sea-a-gripping-expedition-through-supply-lines-amid-the-china-standoff/" },
  453.    
  454.      { title: "Celebrity Traitors Final Episode Mistakenly Uploaded A Full Day Prematurely Beyond the UK", url: "/celebrity-traitors-final-episode-mistakenly-uploaded-a-full-day-prematurely-beyond-the-uk/" }
  455.    
  456.  ];
  457.  
  458.  let currentNewsIndex = 0;
  459.  const newsWrapper = document.getElementById('newsWrapper');
  460.  let newsElements = [];
  461.  
  462.  function createNewsElements() {
  463.      newsItems.forEach((news, index) => {
  464.          const newsElement = document.createElement('div');
  465.          newsElement.className = 'unique-news-item2 top-color';
  466.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  467.          newsWrapper.appendChild(newsElement);
  468.          newsElements.push(newsElement);
  469.      });
  470.      if (newsElements.length > 0) {
  471.          newsElements[0].classList.add('active');
  472.      }
  473.  }
  474.  
  475.  function changeNews() {
  476.      const currentElement = newsElements[currentNewsIndex];
  477.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  478.      const nextElement = newsElements[nextIndex];
  479.  
  480.      currentElement.classList.remove('active');
  481.      currentElement.classList.add('exit-up');
  482.  
  483.      setTimeout(() => {
  484.          nextElement.classList.add('active');
  485.          currentNewsIndex = nextIndex;
  486.          setTimeout(() => {
  487.              currentElement.classList.remove('exit-up');
  488.          }, 100);
  489.      }, 250);
  490.  }
  491.  
  492.  function startNewsRotation() {
  493.      setInterval(changeNews, 5000);
  494.  }
  495.  
  496.  window.onload = function() {
  497.      createNewsElements();
  498.      startNewsRotation();
  499.  };
  500. </script>
  501.  
  502.  
  503.  
  504.            
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511. <nav class="navigation navbar navbar-expand-lg mb-4">
  512.  <div class="container-fluid fluid-container">
  513.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  514.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  515.          <a class="navbar-brand" href="/">
  516.              
  517.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/38c389e1-2834-4877-9a77-255631d26595_logo.png" alt="Solid Online" />
  518.              
  519.          </a>
  520.      </div>
  521.      <div class="">
  522.        <div class="style-card">
  523.          <div class="minimal-search mb-md-4 mb-0">
  524.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  525.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  526.              <circle cx="11" cy="11" r="8"></circle>
  527.              <path d="m21 21-4.35-4.35"></path>
  528.            </svg>
  529.          </div>
  530.          <!-- The search results will be displayed here -->
  531.          <div id="search-results" class="search-results-container search-v1"></div>
  532.        </div>
  533.      </div>
  534.      <div class=" d-flex flex-wrap">
  535.        <div class="navbar-header d-lg-none d-none d-md-flex">
  536.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/38c389e1-2834-4877-9a77-255631d26595_logo.png" alt="" /></a>
  537.        </div>
  538.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  539.          <button class="menu-close"><i class="ti-close"></i></button>
  540.  
  541.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  542.    <li>
  543.      <a href="/">
  544.        Home
  545.      </a>
  546.    </li>
  547.  
  548.  
  549.    <li>
  550.      <a href="/category/all-posts/">
  551.        All Posts
  552.      </a>
  553.    </li>
  554.  
  555.    <li>
  556.      <a href="/category/business/">
  557.        Business
  558.      </a>
  559.    </li>
  560.  
  561.    <li>
  562.      <a href="/category/esports/">
  563.        Esports
  564.      </a>
  565.    </li>
  566.  
  567.  
  568.  
  569.  <div class="navbar-header d-lg-block d-none">
  570.    <a class="navbar-brand" href="/">
  571.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/38c389e1-2834-4877-9a77-255631d26595_logo.png" alt="" />
  572.    </a>
  573.  </div>
  574.  
  575.  
  576.  
  577.    
  578.    
  579.    
  580.      <li>
  581.        <a href="/category/fashion/">
  582.          Fashion
  583.        </a>
  584.      </li>
  585.    
  586.      <li>
  587.        <a href="/category/featured/">
  588.          Featured
  589.        </a>
  590.      </li>
  591.    
  592.  
  593.    
  594.    
  595.      <li class="menu-item-has-children">
  596.        <a href="#">More</a>
  597.        <ul class="sub-menu">
  598.          
  599.            <li>
  600.              <a href="/category/gaming/">
  601.                Gaming
  602.              </a>
  603.            </li>
  604.          
  605.            <li>
  606.              <a href="/category/health/">
  607.                Health
  608.              </a>
  609.            </li>
  610.          
  611.            <li>
  612.              <a href="/category/life-fitness/">
  613.                Life &amp; Fitness
  614.              </a>
  615.            </li>
  616.          
  617.            <li>
  618.              <a href="/category/lifestyle/">
  619.                Lifestyle
  620.              </a>
  621.            </li>
  622.          
  623.            <li>
  624.              <a href="/category/news/">
  625.                News
  626.              </a>
  627.            </li>
  628.          
  629.            <li>
  630.              <a href="/category/others/">
  631.                Others
  632.              </a>
  633.            </li>
  634.          
  635.            <li>
  636.              <a href="/category/politics/">
  637.                Politics
  638.              </a>
  639.            </li>
  640.          
  641.            <li>
  642.              <a href="/category/sports/">
  643.                Sports
  644.              </a>
  645.            </li>
  646.          
  647.            <li>
  648.              <a href="/category/tech/">
  649.                Tech
  650.              </a>
  651.            </li>
  652.          
  653.            <li>
  654.              <a href="/category/travel/">
  655.                Travel
  656.              </a>
  657.            </li>
  658.          
  659.        </ul>
  660.      </li>
  661.    
  662.  
  663.  
  664. <li>
  665.                  <a href="/page/contact-us/">
  666.                     Contact Us
  667.                  </a>
  668.              </li>
  669. </ul>
  670.  
  671.        </div>
  672.        <div class="sidebar-blur"></div>
  673.        <!-- end of nav-collapse -->
  674.      </div>
  675.      <div class="me-3">
  676.        <div class="mobail-menu d-xl-none d-block">
  677.          <button type="button" class="navbar-toggler open-btn">
  678.            <span class="sr-only">Toggle navigation</span>
  679.            <span class="icon-bar first-angle"></span>
  680.            <span class="icon-bar middle-angle"></span>
  681.            <span class="icon-bar last-angle"></span>
  682.          </button>
  683.        </div>
  684.        <!-- <div class="header-right">
  685.          <div class="header-right-menu-wrapper d-xl-block d-none">
  686.            <div class="header-right-menu">
  687.              <div class="right-menu-toggle-btn">
  688.                <span></span>
  689.                <span></span>
  690.                <span></span>
  691.              </div>
  692.              <div class="header-right-menu-wrap" style="z-index: 999;">
  693.                <button class="right-menu-close"><i class="ti-close"></i></button>
  694.                <div class="logo">
  695.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  696.                </div>
  697.                <div class="header-right-sec">
  698.                  <div class="project-widget widget">
  699.                    <h3 class="text-white">Our Latest News</h3>
  700.                    <div class="posts">
  701.                      <div class="post">
  702.                        <div class="img-holder">
  703.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  704.                        </div>
  705.                        <div class="details">
  706.                          <span class="date">19 Jun 2022</span>
  707.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  708.                        </div>
  709.                      </div>
  710.                      <div class="post">
  711.                        <div class="img-holder">
  712.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  713.                        </div>
  714.                        <div class="details">
  715.                          <span class="date">22 May 2022</span>
  716.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  717.                        </div>
  718.                      </div>
  719.                      <div class="post">
  720.                        <div class="img-holder">
  721.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  722.                        </div>
  723.                        <div class="details">
  724.                          <span class="date">12 Apr 2022</span>
  725.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  726.                        </div>
  727.                      </div>
  728.                    </div>
  729.                  </div>
  730.                  <div class="widget wpo-contact-widget">
  731.                    <div class="widget-title">
  732.                      <h3 class="text-white">Contact Us</h3>
  733.                    </div>
  734.                    <div class="contact-ft">
  735.                      <ul>
  736.                        <li>
  737.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  738.                        </li>
  739.                        <li>
  740.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  741.                          + 8 (123) 123 456 789
  742.                        </li>
  743.                        <li>
  744.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  745.                        </li>
  746.                      </ul>
  747.                    </div>
  748.                  </div>
  749.                </div>
  750.              </div>
  751.              <div class="sidebar-blur"></div>
  752.            </div>
  753.          </div>
  754.        </div> -->
  755.      </div>
  756.    </div>
  757.  </div>
  758.  <!-- end of container -->
  759. </nav>
  760. <style>
  761.  .navbar-brand img{
  762.    height: 70px;
  763.    object-fit: contain;
  764.  }
  765.    /* search field */
  766.  .search-results-container {
  767.  position: absolute;
  768.  top: 100%; /* Position it below the input field */
  769. left: 10px;
  770.  right: 10px;
  771.  background-color: white;
  772.  border: 1px solid #ddd;
  773.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  774.  max-height: 300px;
  775.  overflow-y: auto;
  776.  z-index: 1000;
  777.  display: none; /* Initially hidden */
  778. }
  779.  
  780. .search-results-container p {
  781.  margin: 0;
  782. }
  783.  
  784. .search-results-container .result-item {
  785.  padding: 10px;
  786.  cursor: pointer;
  787. }
  788.  
  789. .search-results-container .result-item:hover {
  790.  background-color: #f0f0f0;
  791. }
  792. @media (max-width:576px) {
  793.  .w-sm-full{
  794.    padding-top: 10px;
  795.    width: 100%;
  796.  }
  797.  .m-s-0{
  798.    margin-top: 0px !important;
  799.  }
  800. }
  801. @media (max-width:768px) {
  802. .search-icon{
  803. top: 50%;
  804. }
  805. }
  806.  
  807.  
  808. </style>
  809. <script>
  810.  const searchInput = document.querySelector(".search-input");
  811.  const searchResults = document.getElementById("search-results");
  812.  
  813.  // Handle typing
  814.  searchInput.addEventListener("keyup", function (e) {
  815.    e.preventDefault();
  816.  
  817.    const query = searchInput.value;
  818.  
  819.    if (query === "") {
  820.      searchResults.innerHTML = "";
  821.      searchResults.style.display = "none";
  822.      return;
  823.    }
  824.  
  825.    searchResults.style.display = "block";
  826.  
  827.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  828.      method: "GET",
  829.      headers: {
  830.        "X-Requested-With": "XMLHttpRequest",
  831.      },
  832.    })
  833.      .then(response => response.json())
  834.      .then(data => {
  835.        if (data.html) {
  836.          searchResults.innerHTML = data.html;
  837.        } else {
  838.          searchResults.innerHTML = "<p>No results found.</p>";
  839.        }
  840.      })
  841.      .catch(error => {
  842.        console.error("Error fetching search results:", error);
  843.      });
  844.  });
  845.  
  846.  // Close results when clicking outside
  847.  document.addEventListener("click", function (e) {
  848.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  849.      searchResults.style.display = "none";
  850.    }
  851.  });
  852. </script>
  853.  
  854.  
  855.        </header>
  856.        <!-- end of header -->
  857.        <!-- start of wpo-blog-hero -->
  858.        
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866. <div class="blog-hero-v2">
  867.  <div class="container-fluid fluid-container">
  868.    <div class="row">
  869.      <!-- Main Featured Post -->
  870.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  871.        
  872.        
  873.        
  874.          
  875.        <div class="featured-post">
  876.          <div class="post-image">
  877.            
  878.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  879.              class="img-fluid" alt="">
  880.            
  881.            <div class="post-overlay">
  882.              <div class="post-content">
  883.                <span class="category-badge bg-primary-gradient">News</span>
  884.                <h1 class="post-title1 blog-color">
  885.                  <a href="/jamaican-icon-jimmy-cliff-music-legend-and-cultural-figure-passes-away-at-81-years-of-age/" class="blog-color">
  886.                    Jamaican Icon Jimmy Cliff, Music Legend and Cultural Figure, Passes Away at 81 Years of Age
  887.                  </a>
  888.                </h1>
  889.                <p class="post-excerpt"></p>
  890.                <div class="post-meta">
  891.                  <div class="author-info">
  892.                    
  893.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley"
  894.                      style="object-fit: cover;" class="author-avatar">
  895.                    
  896.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Jennifer Bentley</a></span>
  897.                  </div>
  898.                  <span class="post-date">20 May 2026</span>
  899.                </div>
  900.              </div>
  901.            </div>
  902.          </div>
  903.        </div>
  904.  
  905.        
  906.        
  907.      </div>
  908.  
  909.      <!-- Side Posts -->
  910.      <div class="col-lg-4 col-md-12">
  911.        <div class="row h-100">
  912.        
  913.  
  914.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  915.            <div class="side-post h-100">
  916.              <div class="row g-0 h-100">
  917.                <div class="col-5">
  918.                  <div class="side-post-image">
  919.                    
  920.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  921.                      style="object-fit: cover;" alt="">
  922.                    
  923.                  </div>
  924.                </div>
  925.                <div class="col-7">
  926.                  <div class="side-post-content">
  927.                    <div>
  928.                      <span class="category-badge bg-primary-gradient">News</span>
  929.                      <h3> <a href="/explosions-rock-kyiv-claiming-a-military-members-life-and-wounding-four-in-terrorist-attack/" class="line-clamp-2">
  930.                          Explosions Rock Kyiv, Claiming a Military Member&#x27;s Life and Wounding Four in Terrorist Attack
  931.                        </a></h3>
  932.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  933.                    </div>
  934.                    <div class="side-post-meta">
  935.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Jennifer Bentley</a></span>
  936.                    </div>
  937.                  </div>
  938.                </div>
  939.              </div>
  940.            </div>
  941.          </div>
  942.  
  943.          
  944.  
  945.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  946.            <div class="side-post h-100">
  947.              <div class="row g-0 h-100">
  948.                <div class="col-5">
  949.                  <div class="side-post-image">
  950.                    
  951.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  952.                      style="object-fit: cover;" alt="">
  953.                    
  954.                  </div>
  955.                </div>
  956.                <div class="col-7">
  957.                  <div class="side-post-content">
  958.                    <div>
  959.                      <span class="category-badge bg-primary-gradient">News</span>
  960.                      <h3> <a href="/defiant-speech-upholds-smuggling-craft-attacks-during-scrutiny/" class="line-clamp-2">
  961.                          Defiant Speech Upholds Smuggling Craft Attacks During Scrutiny
  962.                        </a></h3>
  963.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  964.                    </div>
  965.                    <div class="side-post-meta">
  966.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Jennifer Bentley</a></span>
  967.                    </div>
  968.                  </div>
  969.                </div>
  970.              </div>
  971.            </div>
  972.          </div>
  973.  
  974.          
  975.  
  976.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  977.            <div class="side-post h-100">
  978.              <div class="row g-0 h-100">
  979.                <div class="col-5">
  980.                  <div class="side-post-image">
  981.                    
  982.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  983.                      style="object-fit: cover;" alt="">
  984.                    
  985.                  </div>
  986.                </div>
  987.                <div class="col-7">
  988.                  <div class="side-post-content">
  989.                    <div>
  990.                      <span class="category-badge bg-primary-gradient">News</span>
  991.                      <h3> <a href="/prison-phone-call-tapes-spark-questions-regarding-former-abercrombie-ceos-competency-for-legal-case/" class="line-clamp-2">
  992.                          Prison Phone Call Tapes Spark Questions Regarding Former Abercrombie CEO&#x27;s Competency for Legal Case
  993.                        </a></h3>
  994.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  995.                    </div>
  996.                    <div class="side-post-meta">
  997.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Jennifer Bentley</a></span>
  998.                    </div>
  999.                  </div>
  1000.                </div>
  1001.              </div>
  1002.            </div>
  1003.          </div>
  1004.  
  1005.          
  1006.        </div>
  1007.      </div>
  1008.    </div>
  1009.  </div>
  1010. </div>
  1011.  
  1012. <style>
  1013.  /* Blog Hero V2 Styles */
  1014.  .blog-hero-v2 {
  1015.    padding: 60px 0;
  1016.  }
  1017.  
  1018.  /* Featured Post Styles */
  1019.  .featured-post {
  1020.    position: relative;
  1021.    border-radius: 20px;
  1022.    overflow: hidden;
  1023.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1024.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1025.  }
  1026.  
  1027.  .featured-post:hover {
  1028.    transform: translateY(-5px);
  1029.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1030.  }
  1031.  
  1032.  .featured-post .post-image {
  1033.    position: relative;
  1034.    height: 500px;
  1035.    overflow: hidden;
  1036.  }
  1037.  
  1038.  .featured-post .post-image img {
  1039.    width: 100%;
  1040.    height: 100%;
  1041.    object-fit: cover;
  1042.    transition: transform 0.5s ease;
  1043.  }
  1044.  
  1045.  .featured-post:hover .post-image img {
  1046.    transform: scale(1.05);
  1047.  }
  1048.  
  1049.  .post-overlay {
  1050.    position: absolute;
  1051.    top: 0;
  1052.    left: 0;
  1053.    right: 0;
  1054.    bottom: 0;
  1055.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1056.    display: flex;
  1057.    align-items: flex-end;
  1058.    padding: 40px;
  1059.  }
  1060.  
  1061.  .post-content .post-title1 {
  1062.    color: white;
  1063.    font-size: 2.5rem;
  1064.    font-weight: 700;
  1065.    margin: 15px 0;
  1066.    line-height: 1.2;
  1067.  }
  1068.  
  1069.  .post-content .post-excerpt {
  1070.    color: rgba(255, 255, 255, 0.9);
  1071.    font-size: 1.1rem;
  1072.    margin-bottom: 20px;
  1073.    line-height: 1.6;
  1074.  }
  1075.  
  1076.  /* Category Badges */
  1077.  .category-badge {
  1078.    display: inline-block;
  1079.    padding: 4px 8px;
  1080.    font-size: 0.75rem;
  1081.    font-weight: 600;
  1082.    text-transform: uppercase;
  1083.    letter-spacing: 0.5px;
  1084.    border-radius: 25px;
  1085.    text-align: center;
  1086.    width: fit-content;
  1087.  }
  1088.  
  1089.  /* Post Meta */
  1090.  .post-meta {
  1091.    display: flex;
  1092.    align-items: center;
  1093.    justify-content: space-between;
  1094.    margin-top: 25px;
  1095.  }
  1096.  
  1097.  .author-info {
  1098.    display: flex;
  1099.    align-items: center;
  1100.    gap: 12px;
  1101.  }
  1102.  
  1103.  .author-avatar {
  1104.    width: 45px !important;
  1105.    height: 45px !important;
  1106.    border-radius: 50%;
  1107.    border: 3px solid white;
  1108.  }
  1109.  
  1110.  .author-name,
  1111.  .post-date {
  1112.    color: rgba(255, 255, 255, 0.9);
  1113.    font-weight: 500;
  1114.  }
  1115.  
  1116.  .author-name {
  1117.    text-decoration: none;
  1118.  }
  1119.  
  1120.  .author-name:hover {
  1121.    color: white;
  1122.  }
  1123.  
  1124.  /* Side Posts */
  1125.  .side-post {
  1126.    background: var(--card-bg);
  1127.    border-radius: 15px;
  1128.    border: 1px solid var(--border-color);
  1129.    overflow: hidden;
  1130.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1131.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1132.    height: auto;
  1133.  }
  1134.  
  1135.  .side-post:hover {
  1136.    transform: translateY(-3px);
  1137.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1138.  }
  1139.  
  1140.  .side-post-image {
  1141.    max-height: 155px;
  1142.    height: 100%;
  1143.    overflow: hidden;
  1144.  }
  1145.  
  1146.  .side-post-image img {
  1147.    width: 100%;
  1148.    height: 100%;
  1149.    object-fit: cover;
  1150.    transition: transform 0.3s ease;
  1151.  }
  1152.  
  1153.  .side-post:hover .side-post-image img {
  1154.    transform: scale(1.1);
  1155.  }
  1156.  
  1157.  .side-post-content {
  1158.    padding: 8px 16px;
  1159.    display: flex;
  1160.    flex-direction: column;
  1161.    justify-content: space-between;
  1162.    height: 100%;
  1163.  }
  1164.  
  1165.  .side-post-content h3 {
  1166.    font-size: 1rem;
  1167.    font-weight: 600;
  1168.    margin: 8px 0;
  1169.    line-height: 1.4;
  1170.  }
  1171.  
  1172.  .side-post-content h3 a {
  1173.    color: #333;
  1174.    text-decoration: none;
  1175.    transition: color 0.3s ease;
  1176.  }
  1177.  
  1178.  .side-post-content h3 a:hover {
  1179.    color: #007bff;
  1180.  }
  1181.  
  1182.  .side-post-meta {
  1183.    font-size: 0.8rem;
  1184.    color: #666;
  1185.    display: flex;
  1186.    flex-direction: column;
  1187.    gap: 4px;
  1188.  }
  1189.  
  1190.  .side-post-meta a {
  1191.    color: #007bff;
  1192.    text-decoration: none;
  1193.  }
  1194.  
  1195.  .side-post-meta a:hover {
  1196.    text-decoration: underline;
  1197.  }
  1198.  
  1199.  /* Responsive Design */
  1200.  @media (max-width: 768px) {
  1201.    .blog-hero-v2 {
  1202.      padding: 30px 0;
  1203.    }
  1204.  
  1205.    .featured-post .post-image {
  1206.      height: 350px;
  1207.    }
  1208.  
  1209.    .post-overlay {
  1210.      padding: 25px;
  1211.    }
  1212.  
  1213.    .post-content .post-title1 {
  1214.      font-size: 1.8rem;
  1215.    }
  1216.  
  1217.    .post-content .post-excerpt {
  1218.      font-size: 1rem;
  1219.      margin-bottom: 15px;
  1220.    }
  1221.  
  1222.    .post-meta {
  1223.      flex-direction: column;
  1224.      align-items: flex-start;
  1225.      gap: 10px;
  1226.    }
  1227.  
  1228.    .side-post {
  1229.      height: auto;
  1230.    }
  1231.  
  1232.    .side-post-content {
  1233.      height: auto;
  1234.      padding: 15px;
  1235.    }
  1236.  }
  1237.  
  1238.  @media (max-width: 576px) {
  1239.    .post-content .post-title1 {
  1240.      font-size: 1.5rem;
  1241.    }
  1242.  
  1243.    .side-post-content h3 {
  1244.      font-size: 0.9rem;
  1245.    }
  1246.  
  1247.    .side-post-image img {}
  1248.  }
  1249. </style>
  1250.  
  1251.  
  1252.  
  1253.  
  1254.        <!-- end of wpo-blog-hero -->
  1255.  
  1256.        <!-- start of wpo-breacking-news -->
  1257.        
  1258.        <!-- end of wpo-breacking-news -->
  1259.        
  1260.        <!-- start wpo-blog-highlights-section -->
  1261.        
  1262.  
  1263.  
  1264.  
  1265.    
  1266.  
  1267.  
  1268.  <style>
  1269.    .blog-section {
  1270.      padding: 60px 0;
  1271.    }
  1272.  
  1273.    .blog-card {
  1274.      background: var(--card-bg);
  1275.      border-radius: 12px;
  1276.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  1277.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  1278.      margin-bottom: 30px;
  1279.      overflow: hidden;
  1280.      border: none;
  1281.    }
  1282.  
  1283.    .blog-card-body {
  1284.      padding: 30px;
  1285.    }
  1286.  
  1287.    .blog-category {
  1288.      display: inline-block;
  1289.      padding: 6px 16px;
  1290.      border-radius: 20px;
  1291.      font-size: 12px;
  1292.      font-weight: 600;
  1293.      text-transform: uppercase;
  1294.      letter-spacing: 0.5px;
  1295.      margin-bottom: 20px;
  1296.    }
  1297.  
  1298.    .blog-title {
  1299.      font-weight: 700;
  1300.      color: var(--topbar-color);
  1301.      margin-bottom: 20px;
  1302.      line-height: 1.4;
  1303.      text-decoration: none;
  1304.    }
  1305.  
  1306.    .blog-title:hover {
  1307.      color: #1e40af !important;
  1308.      text-decoration: none;
  1309.    }
  1310.  
  1311.    .blog-meta {
  1312.      display: flex;
  1313.      align-items: center;
  1314.      margin-bottom: 20px;
  1315.      color: var(--topbar-color);
  1316.      font-size: 14px;
  1317.    }
  1318.  
  1319.    .blog-meta img {
  1320.      width: 35px;
  1321.      height: 35px;
  1322.      border-radius: 50%;
  1323.      object-fit: cover;
  1324.      display: block;
  1325.    }
  1326.  
  1327.    .blog-meta .meta-info {
  1328.      display: flex;
  1329.      align-items: center;
  1330.      gap: 15px;
  1331.    }
  1332.  
  1333.    .blog-description {
  1334.      color: var(--topbar-color);
  1335.      line-height: 1.7;
  1336.      margin-bottom: 25px;
  1337.      font-size: 15px;
  1338.    }
  1339.  
  1340.    .read-more-btn {
  1341.      background: transparent;
  1342.      border: 2px solid var(--bs-primary);
  1343.      color: var(--bs-primary);
  1344.      padding: 12px 30px;
  1345.      border-radius: 6px;
  1346.      font-weight: 600;
  1347.      text-transform: uppercase;
  1348.      letter-spacing: 0.5px;
  1349.      transition: all 0.3s ease;
  1350.      text-decoration: none;
  1351.      display: inline-block;
  1352.      font-size: 13px;
  1353.    }
  1354.  
  1355.    .read-more-btn:hover {
  1356.      background: var(--bs-primary);
  1357.      color: var(--bs-white) !important;
  1358.      text-decoration: none;
  1359.    }
  1360.  
  1361.    .section-title {
  1362.      text-align: center;
  1363.      margin-bottom: 50px;
  1364.    }
  1365.  
  1366.    .section-title h2 {
  1367.      font-size: 42px;
  1368.      font-weight: 800;
  1369.      color: #2c3e50;
  1370.      margin-bottom: 15px;
  1371.    }
  1372.  
  1373.    .section-title p {
  1374.      color: #6c757d;
  1375.      font-size: 18px;
  1376.      max-width: 600px;
  1377.      margin: 0 auto;
  1378.    }
  1379.  
  1380.    .avatar-placeholder {
  1381.      width: 35px;
  1382.      height: 35px;
  1383.      border-radius: 50%;
  1384.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  1385.      display: flex;
  1386.      align-items: center;
  1387.      justify-content: center;
  1388.      color: var(--bs-white);
  1389.      font-weight: bold;
  1390.      margin-right: 12px;
  1391.      overflow: hidden;
  1392.    }
  1393.  
  1394.    @media (max-width: 768px) {
  1395.  
  1396.  
  1397.      .section-title h2 {
  1398.        font-size: 32px;
  1399.      }
  1400.  
  1401.      .blog-card-body {
  1402.        padding: 20px;
  1403.      }
  1404.    }
  1405.  
  1406.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  1407.    :root{
  1408.      --fade-distance: 28px;
  1409.      --fade-duration: 700ms;
  1410.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  1411.    }
  1412.  
  1413.    .fade-base{
  1414.      opacity: 0;
  1415.      filter: blur(2px);
  1416.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  1417.      transition:
  1418.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1419.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1420.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  1421.      will-change: transform, opacity, filter;
  1422.    }
  1423.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  1424.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  1425.  
  1426.    .fade-show{
  1427.      opacity: 1;
  1428.      filter: blur(0);
  1429.      transform: translateY(0) translateZ(0);
  1430.    }
  1431.  
  1432.    /* Hover should still work after fade-in */
  1433.    .blog-card.fade-show:hover{
  1434.      transform: translateY(-5px) translateZ(0);
  1435.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1436.    }
  1437.  
  1438.    /* Reduced motion */
  1439.    @media (prefers-reduced-motion: reduce){
  1440.      .fade-base{
  1441.        transition: none !important;
  1442.        transform: none !important;
  1443.        opacity: 1 !important;
  1444.        filter: none !important;
  1445.      }
  1446.      .blog-card.fade-show:hover{
  1447.        transform: none !important;
  1448.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1449.      }
  1450.    }
  1451.  </style>
  1452.  
  1453.  <section class="blog-section">
  1454.    <div class="container-fluid fluid-container">
  1455.      <div class="row">
  1456.        <div class="section-title ">
  1457.          <h2>
  1458.                Today's Top Highlights
  1459.                   </h2>
  1460.          <p>Stay updated with the latest insights and trends in online gaming</p>
  1461.        </div>
  1462.  
  1463.        <div class="col-lg-8 col-12">
  1464.          
  1465.            <div class="blog-card fade-base">
  1466.              <div class="blog-card-body">
  1467.                <span class="blog-category bg-primary-gradient">News</span>
  1468.                <h3>
  1469.                  <a href="/gal%C3%A1pagos-lacked-any-indigenous-amphibians-then-countless-numbers-of-amphibians-arrived/" class="blog-title">
  1470.                    Galápagos Lacked Any Indigenous Amphibians. Then Countless Numbers of Amphibians Arrived
  1471.                  </a>
  1472.                </h3>
  1473.                <div class="blog-meta">
  1474.                  <div class="avatar-placeholder">
  1475.                    
  1476.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" />
  1477.                    
  1478.                  </div>
  1479.                  <div class="meta-info">
  1480.                    <span>Jennifer Bentley</span>
  1481.                    <span><i class="far fa-clock"></i> 20 May 2026</span>
  1482.                  </div>
  1483.                </div>
  1484.                <p class="blog-description"></p>
  1485.                <a href="/gal%C3%A1pagos-lacked-any-indigenous-amphibians-then-countless-numbers-of-amphibians-arrived/" class="read-more-btn">READ MORE</a>
  1486.              </div>
  1487.            </div>
  1488.          
  1489.            <div class="blog-card fade-base">
  1490.              <div class="blog-card-body">
  1491.                <span class="blog-category bg-primary-gradient">News</span>
  1492.                <h3>
  1493.                  <a href="/sharing-a-dugout-with-ferguson-and-being-knocked-out-the-lenswomans-tales/" class="blog-title">
  1494.                    Sharing a Dugout with Ferguson and Being &#x27;Knocked Out&#x27; – The Lenswoman&#x27;s Tales
  1495.                  </a>
  1496.                </h3>
  1497.                <div class="blog-meta">
  1498.                  <div class="avatar-placeholder">
  1499.                    
  1500.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" />
  1501.                    
  1502.                  </div>
  1503.                  <div class="meta-info">
  1504.                    <span>Jennifer Bentley</span>
  1505.                    <span><i class="far fa-clock"></i> 20 May 2026</span>
  1506.                  </div>
  1507.                </div>
  1508.                <p class="blog-description"></p>
  1509.                <a href="/sharing-a-dugout-with-ferguson-and-being-knocked-out-the-lenswomans-tales/" class="read-more-btn">READ MORE</a>
  1510.              </div>
  1511.            </div>
  1512.          
  1513.            <div class="blog-card fade-base">
  1514.              <div class="blog-card-body">
  1515.                <span class="blog-category bg-primary-gradient">News</span>
  1516.                <h3>
  1517.                  <a href="/californias-governor-again-denies-parole-for-cult-member-patricia-krenwinkel/" class="blog-title">
  1518.                    California&#x27;s Governor Again Denies Parole for Cult Member Patricia Krenwinkel
  1519.                  </a>
  1520.                </h3>
  1521.                <div class="blog-meta">
  1522.                  <div class="avatar-placeholder">
  1523.                    
  1524.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" />
  1525.                    
  1526.                  </div>
  1527.                  <div class="meta-info">
  1528.                    <span>Jennifer Bentley</span>
  1529.                    <span><i class="far fa-clock"></i> 19 May 2026</span>
  1530.                  </div>
  1531.                </div>
  1532.                <p class="blog-description"></p>
  1533.                <a href="/californias-governor-again-denies-parole-for-cult-member-patricia-krenwinkel/" class="read-more-btn">READ MORE</a>
  1534.              </div>
  1535.            </div>
  1536.          
  1537.            <div class="blog-card fade-base">
  1538.              <div class="blog-card-body">
  1539.                <span class="blog-category bg-primary-gradient">News</span>
  1540.                <h3>
  1541.                  <a href="/individual-accused-in-brown-university-shooting-located-dead-inside-storage-facility/" class="blog-title">
  1542.                    Individual Accused in Brown University Shooting Located Dead Inside Storage Facility.
  1543.                  </a>
  1544.                </h3>
  1545.                <div class="blog-meta">
  1546.                  <div class="avatar-placeholder">
  1547.                    
  1548.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" />
  1549.                    
  1550.                  </div>
  1551.                  <div class="meta-info">
  1552.                    <span>Jennifer Bentley</span>
  1553.                    <span><i class="far fa-clock"></i> 19 May 2026</span>
  1554.                  </div>
  1555.                </div>
  1556.                <p class="blog-description"></p>
  1557.                <a href="/individual-accused-in-brown-university-shooting-located-dead-inside-storage-facility/" class="read-more-btn">READ MORE</a>
  1558.              </div>
  1559.            </div>
  1560.          
  1561.            <div class="blog-card fade-base">
  1562.              <div class="blog-card-body">
  1563.                <span class="blog-category bg-primary-gradient">News</span>
  1564.                <h3>
  1565.                  <a href="/to-rinse-or-not-to-rinse-expert-tips-for-preparing-your-fungi/" class="blog-title">
  1566.                    To Rinse or Not to Rinse: Expert Tips for Preparing Your Fungi
  1567.                  </a>
  1568.                </h3>
  1569.                <div class="blog-meta">
  1570.                  <div class="avatar-placeholder">
  1571.                    
  1572.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" />
  1573.                    
  1574.                  </div>
  1575.                  <div class="meta-info">
  1576.                    <span>Jennifer Bentley</span>
  1577.                    <span><i class="far fa-clock"></i> 19 May 2026</span>
  1578.                  </div>
  1579.                </div>
  1580.                <p class="blog-description"></p>
  1581.                <a href="/to-rinse-or-not-to-rinse-expert-tips-for-preparing-your-fungi/" class="read-more-btn">READ MORE</a>
  1582.              </div>
  1583.            </div>
  1584.          
  1585.            <div class="blog-card fade-base">
  1586.              <div class="blog-card-body">
  1587.                <span class="blog-category bg-primary-gradient">News</span>
  1588.                <h3>
  1589.                  <a href="/body-of-competitive-swimmer-seemingly-taken-by-shark-recovered-from-pacific-beach/" class="blog-title">
  1590.                    Body of Competitive Swimmer Seemingly Taken by Shark Recovered from Pacific Beach
  1591.                  </a>
  1592.                </h3>
  1593.                <div class="blog-meta">
  1594.                  <div class="avatar-placeholder">
  1595.                    
  1596.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" />
  1597.                    
  1598.                  </div>
  1599.                  <div class="meta-info">
  1600.                    <span>Jennifer Bentley</span>
  1601.                    <span><i class="far fa-clock"></i> 19 May 2026</span>
  1602.                  </div>
  1603.                </div>
  1604.                <p class="blog-description"></p>
  1605.                <a href="/body-of-competitive-swimmer-seemingly-taken-by-shark-recovered-from-pacific-beach/" class="read-more-btn">READ MORE</a>
  1606.              </div>
  1607.            </div>
  1608.          
  1609.            <div class="blog-card fade-base">
  1610.              <div class="blog-card-body">
  1611.                <span class="blog-category bg-primary-gradient">News</span>
  1612.                <h3>
  1613.                  <a href="/music-legend-barry-manilow-will-have-an-operation-for-lung-cancer/" class="blog-title">
  1614.                    Music Legend Barry Manilow Will Have an Operation for Lung Cancer.
  1615.                  </a>
  1616.                </h3>
  1617.                <div class="blog-meta">
  1618.                  <div class="avatar-placeholder">
  1619.                    
  1620.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" />
  1621.                    
  1622.                  </div>
  1623.                  <div class="meta-info">
  1624.                    <span>Jennifer Bentley</span>
  1625.                    <span><i class="far fa-clock"></i> 19 May 2026</span>
  1626.                  </div>
  1627.                </div>
  1628.                <p class="blog-description"></p>
  1629.                <a href="/music-legend-barry-manilow-will-have-an-operation-for-lung-cancer/" class="read-more-btn">READ MORE</a>
  1630.              </div>
  1631.            </div>
  1632.          
  1633.            <div class="blog-card fade-base">
  1634.              <div class="blog-card-body">
  1635.                <span class="blog-category bg-primary-gradient">News</span>
  1636.                <h3>
  1637.                  <a href="/ex-uk-serviceman-accused-of-killing-kenya-woman-appears-in-court/" class="blog-title">
  1638.                    Ex UK Serviceman Accused of Killing Kenya Woman Appears in Court
  1639.                  </a>
  1640.                </h3>
  1641.                <div class="blog-meta">
  1642.                  <div class="avatar-placeholder">
  1643.                    
  1644.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" />
  1645.                    
  1646.                  </div>
  1647.                  <div class="meta-info">
  1648.                    <span>Jennifer Bentley</span>
  1649.                    <span><i class="far fa-clock"></i> 19 May 2026</span>
  1650.                  </div>
  1651.                </div>
  1652.                <p class="blog-description"></p>
  1653.                <a href="/ex-uk-serviceman-accused-of-killing-kenya-woman-appears-in-court/" class="read-more-btn">READ MORE</a>
  1654.              </div>
  1655.            </div>
  1656.          
  1657.            <div class="blog-card fade-base">
  1658.              <div class="blog-card-body">
  1659.                <span class="blog-category bg-primary-gradient">News</span>
  1660.                <h3>
  1661.                  <a href="/us-food-and-drug-administration-approves-addyi-a-desire-boosting-drug-for-females-beyond-menopause/" class="blog-title">
  1662.                    U.S. Food and Drug Administration Approves Addyi, a Desire-Boosting Drug for Females Beyond Menopause
  1663.                  </a>
  1664.                </h3>
  1665.                <div class="blog-meta">
  1666.                  <div class="avatar-placeholder">
  1667.                    
  1668.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" />
  1669.                    
  1670.                  </div>
  1671.                  <div class="meta-info">
  1672.                    <span>Jennifer Bentley</span>
  1673.                    <span><i class="far fa-clock"></i> 19 May 2026</span>
  1674.                  </div>
  1675.                </div>
  1676.                <p class="blog-description"></p>
  1677.                <a href="/us-food-and-drug-administration-approves-addyi-a-desire-boosting-drug-for-females-beyond-menopause/" class="read-more-btn">READ MORE</a>
  1678.              </div>
  1679.            </div>
  1680.          
  1681.            <div class="blog-card fade-base">
  1682.              <div class="blog-card-body">
  1683.                <span class="blog-category bg-primary-gradient">News</span>
  1684.                <h3>
  1685.                  <a href="/we-require-a-helicopter-to-locate-them-adolescents-urgent-plea-to-save-family-adrift-off-aussie-coast-revealed/" class="blog-title">
  1686.                    We Require a Helicopter to Locate Them’: Adolescent’s Urgent Plea to Save Family Adrift Off Aussie Coast Revealed
  1687.                  </a>
  1688.                </h3>
  1689.                <div class="blog-meta">
  1690.                  <div class="avatar-placeholder">
  1691.                    
  1692.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" />
  1693.                    
  1694.                  </div>
  1695.                  <div class="meta-info">
  1696.                    <span>Jennifer Bentley</span>
  1697.                    <span><i class="far fa-clock"></i> 19 May 2026</span>
  1698.                  </div>
  1699.                </div>
  1700.                <p class="blog-description"></p>
  1701.                <a href="/we-require-a-helicopter-to-locate-them-adolescents-urgent-plea-to-save-family-adrift-off-aussie-coast-revealed/" class="read-more-btn">READ MORE</a>
  1702.              </div>
  1703.            </div>
  1704.          
  1705.            <div class="blog-card fade-base">
  1706.              <div class="blog-card-body">
  1707.                <span class="blog-category bg-primary-gradient">News</span>
  1708.                <h3>
  1709.                  <a href="/cyclone-disaster-in-the-island-nation-ignites-a-spirit-of-community-action/" class="blog-title">
  1710.                    Cyclone Disaster in the Island Nation Ignites a Spirit of Community Action
  1711.                  </a>
  1712.                </h3>
  1713.                <div class="blog-meta">
  1714.                  <div class="avatar-placeholder">
  1715.                    
  1716.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" />
  1717.                    
  1718.                  </div>
  1719.                  <div class="meta-info">
  1720.                    <span>Jennifer Bentley</span>
  1721.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  1722.                  </div>
  1723.                </div>
  1724.                <p class="blog-description"></p>
  1725.                <a href="/cyclone-disaster-in-the-island-nation-ignites-a-spirit-of-community-action/" class="read-more-btn">READ MORE</a>
  1726.              </div>
  1727.            </div>
  1728.          
  1729.            <div class="blog-card fade-base">
  1730.              <div class="blog-card-body">
  1731.                <span class="blog-category bg-primary-gradient">News</span>
  1732.                <h3>
  1733.                  <a href="/real-madrids-trent-alexander-arnold-may-play-against-his-former-club-in-novembers-european-match/" class="blog-title">
  1734.                    Real Madrid&#x27;s Trent Alexander-Arnold May Play Against His Former Club in November&#x27;s European Match
  1735.                  </a>
  1736.                </h3>
  1737.                <div class="blog-meta">
  1738.                  <div class="avatar-placeholder">
  1739.                    
  1740.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" />
  1741.                    
  1742.                  </div>
  1743.                  <div class="meta-info">
  1744.                    <span>Jennifer Bentley</span>
  1745.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  1746.                  </div>
  1747.                </div>
  1748.                <p class="blog-description"></p>
  1749.                <a href="/real-madrids-trent-alexander-arnold-may-play-against-his-former-club-in-novembers-european-match/" class="read-more-btn">READ MORE</a>
  1750.              </div>
  1751.            </div>
  1752.          
  1753.          
  1754.  
  1755.        </div>
  1756.  
  1757.         <div class="col col-lg-4 col-12">
  1758.                
  1759.  
  1760.  
  1761.  
  1762.    
  1763.  
  1764.  
  1765. <!-- Blog Sidebar V2 - Focused Design -->
  1766. <div class="sidebar">
  1767.  <!-- Recent Posts Section -->
  1768.  <div class="sidebar-widget mb-4">
  1769.    <div class="widget-title-wrapper mb-3">
  1770.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1771.        <i class="ti-time me-2"></i>Recent Posts
  1772.        <span class="title-arrow-primary"></span>
  1773.      </h4>
  1774.    </div>
  1775.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  1776.      <div class="recent-post-list">
  1777.      
  1778.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1779.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1780.              
  1781.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1782.              
  1783.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1784.          </div>
  1785.          <div class="post-content flex-grow-1">
  1786.            <h6 class="post-title mb-2">
  1787.               <a href="/worrying-recollections-resurface-in-davao-city-as-officials-trace-bondi-beach-shooting-alleged-attackers-activities/" class="text-decoration-none top-color fw-semibold lh-sm">
  1788.                                            Worrying Recollections Resurface in Davao City as Officials Trace Bondi Beach Shooting Alleged Attackers&#x27; Activities
  1789.                                            </a>
  1790.            </h6>
  1791.            <div class="post-meta">
  1792.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1793.              <!-- <small class="text-muted">
  1794.                <i class="ti-eye me-1"></i>348 views
  1795.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1796.              </small> -->
  1797.            </div>
  1798.          </div>
  1799.        </div>
  1800.        
  1801.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1802.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1803.              
  1804.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1805.              
  1806.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1807.          </div>
  1808.          <div class="post-content flex-grow-1">
  1809.            <h6 class="post-title mb-2">
  1810.               <a href="/genuine-southern-portugal-exploring-portugal-away-from-the-shoreline/" class="text-decoration-none top-color fw-semibold lh-sm">
  1811.                                            Genuine Southern Portugal: Exploring Portugal Away from the Shoreline
  1812.                                            </a>
  1813.            </h6>
  1814.            <div class="post-meta">
  1815.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1816.              <!-- <small class="text-muted">
  1817.                <i class="ti-eye me-1"></i>348 views
  1818.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1819.              </small> -->
  1820.            </div>
  1821.          </div>
  1822.        </div>
  1823.        
  1824.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1825.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1826.              
  1827.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1828.              
  1829.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1830.          </div>
  1831.          <div class="post-content flex-grow-1">
  1832.            <h6 class="post-title mb-2">
  1833.               <a href="/david-raya-highlights-squad-depth-as-vital-to-silverware-ambitions/" class="text-decoration-none top-color fw-semibold lh-sm">
  1834.                                            David Raya Highlights Squad Depth as Vital to Silverware Ambitions
  1835.                                            </a>
  1836.            </h6>
  1837.            <div class="post-meta">
  1838.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1839.              <!-- <small class="text-muted">
  1840.                <i class="ti-eye me-1"></i>348 views
  1841.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1842.              </small> -->
  1843.            </div>
  1844.          </div>
  1845.        </div>
  1846.        
  1847.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1848.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1849.              
  1850.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1851.              
  1852.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1853.          </div>
  1854.          <div class="post-content flex-grow-1">
  1855.            <h6 class="post-title mb-2">
  1856.               <a href="/can-the-new-zealand-rugby-team-find-their-magic-during-the-fall-tour/" class="text-decoration-none top-color fw-semibold lh-sm">
  1857.                                            Can the New Zealand rugby team find their magic during the fall tour?
  1858.                                            </a>
  1859.            </h6>
  1860.            <div class="post-meta">
  1861.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1862.              <!-- <small class="text-muted">
  1863.                <i class="ti-eye me-1"></i>348 views
  1864.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1865.              </small> -->
  1866.            </div>
  1867.          </div>
  1868.        </div>
  1869.        
  1870.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1871.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1872.              
  1873.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1874.              
  1875.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1876.          </div>
  1877.          <div class="post-content flex-grow-1">
  1878.            <h6 class="post-title mb-2">
  1879.               <a href="/his-unprecedented-influence-in-athletics-reached-a-peak-in-last-year-2026-promises-to-take-it-further/" class="text-decoration-none top-color fw-semibold lh-sm">
  1880.                                            His Unprecedented Influence in Athletics Reached A Peak in Last Year. 2026 Promises to Take It Further.
  1881.                                            </a>
  1882.            </h6>
  1883.            <div class="post-meta">
  1884.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1885.              <!-- <small class="text-muted">
  1886.                <i class="ti-eye me-1"></i>348 views
  1887.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1888.              </small> -->
  1889.            </div>
  1890.          </div>
  1891.        </div>
  1892.        
  1893.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1894.          <div class="post-image me-3 flex-shrink-0 position-relative">
  1895.              
  1896.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  1897.              
  1898.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  1899.          </div>
  1900.          <div class="post-content flex-grow-1">
  1901.            <h6 class="post-title mb-2">
  1902.               <a href="/we-got-fired-and-we-accept-it-this-is-how-to-land-a-fresh-position-that-fits-for-you/" class="text-decoration-none top-color fw-semibold lh-sm">
  1903.                                            We Got Fired, and We Accept It – This Is How to Land a Fresh Position That Fits for You
  1904.                                            </a>
  1905.            </h6>
  1906.            <div class="post-meta">
  1907.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  1908.              <!-- <small class="text-muted">
  1909.                <i class="ti-eye me-1"></i>348 views
  1910.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1911.              </small> -->
  1912.            </div>
  1913.          </div>
  1914.        </div>
  1915.        
  1916.  
  1917.      </div>
  1918.  
  1919.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  1920.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1921.      </div> -->
  1922.    </div>
  1923.  </div>
  1924.  
  1925.    
  1926.  <div class="sidebar-widget mb-4">
  1927.    <div class="widget-title-wrapper mb-3">
  1928.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1929.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  1930.        <span class="title-arrow"></span>
  1931.      </h4>
  1932.    </div>
  1933.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  1934.      <div class="blog-roll-list scrollable-sidebar">
  1935.        
  1936.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1937.          <a href="https://www.royalpapineau.com/" class="text-decoration-none ">
  1938.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1939.              <i class="ti-angle-right me-2 text-primary"></i>
  1940.               casino en ligne
  1941.            </h6>
  1942.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1943.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1944.            </div> -->
  1945.          </a>
  1946.        </div>
  1947.          
  1948.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1949.          <a href="https://www.gameshub.com/fr/sites-paris-sportifs/canada/" class="text-decoration-none ">
  1950.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1951.              <i class="ti-angle-right me-2 text-primary"></i>
  1952.               paris sportif quebec
  1953.            </h6>
  1954.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1955.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1956.            </div> -->
  1957.          </a>
  1958.        </div>
  1959.          
  1960.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1961.          <a href="https://gameplayspace.com/" class="text-decoration-none ">
  1962.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1963.              <i class="ti-angle-right me-2 text-primary"></i>
  1964.               online casino canada
  1965.            </h6>
  1966.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1967.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1968.            </div> -->
  1969.          </a>
  1970.        </div>
  1971.          
  1972.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1973.          <a href="https://projectunderstood.ca/" class="text-decoration-none ">
  1974.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1975.              <i class="ti-angle-right me-2 text-primary"></i>
  1976.               online casino canada
  1977.            </h6>
  1978.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1979.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1980.            </div> -->
  1981.          </a>
  1982.        </div>
  1983.          
  1984.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1985.          <a href="https://www.students4bestevidence.net/" class="text-decoration-none ">
  1986.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1987.              <i class="ti-angle-right me-2 text-primary"></i>
  1988.               online casino
  1989.            </h6>
  1990.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1991.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1992.            </div> -->
  1993.          </a>
  1994.        </div>
  1995.          
  1996.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1997.          <a href="https://siberiastationspa.com/" class="text-decoration-none ">
  1998.            <h6 class="blog-title top-color mb-2 fw-semibold">
  1999.              <i class="ti-angle-right me-2 text-primary"></i>
  2000.               casino en ligne le plus payant
  2001.            </h6>
  2002.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2003.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2004.            </div> -->
  2005.          </a>
  2006.        </div>
  2007.          
  2008.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2009.          <a href="https://www.cgq-qgc.ca/" class="text-decoration-none ">
  2010.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2011.              <i class="ti-angle-right me-2 text-primary"></i>
  2012.               casino en ligne fiable
  2013.            </h6>
  2014.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2015.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2016.            </div> -->
  2017.          </a>
  2018.        </div>
  2019.          
  2020.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2021.          <a href="https://bestsportsbettingcanada.ca/" class="text-decoration-none ">
  2022.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2023.              <i class="ti-angle-right me-2 text-primary"></i>
  2024.               sports betting sites
  2025.            </h6>
  2026.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2027.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2028.            </div> -->
  2029.          </a>
  2030.        </div>
  2031.          
  2032.      </div>
  2033.  
  2034.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2035.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2036.      </div> -->
  2037.    </div>
  2038.  </div>
  2039.    
  2040.  <div class="sidebar-widget mb-4">
  2041.    <div class="widget-title-wrapper mb-3">
  2042.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2043.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2044.        <span class="title-arrow"></span>
  2045.      </h4>
  2046.    </div>
  2047.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2048.      <div class="blog-roll-list scrollable-sidebar">
  2049.        
  2050.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2051.          <a href="https://www.mmdonline.com/" class="text-decoration-none ">
  2052.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2053.              <i class="ti-angle-right me-2 text-primary"></i>
  2054.               online casino
  2055.            </h6>
  2056.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2057.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2058.            </div> -->
  2059.          </a>
  2060.        </div>
  2061.          
  2062.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2063.          <a href="https://www.projectcheck.org/" class="text-decoration-none ">
  2064.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2065.              <i class="ti-angle-right me-2 text-primary"></i>
  2066.               online casino
  2067.            </h6>
  2068.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2069.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2070.            </div> -->
  2071.          </a>
  2072.        </div>
  2073.          
  2074.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2075.          <a href="https://www.itwc.ca/" class="text-decoration-none ">
  2076.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2077.              <i class="ti-angle-right me-2 text-primary"></i>
  2078.               fast withdrawal casino
  2079.            </h6>
  2080.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2081.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2082.            </div> -->
  2083.          </a>
  2084.        </div>
  2085.          
  2086.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2087.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  2088.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2089.              <i class="ti-angle-right me-2 text-primary"></i>
  2090.               online casino
  2091.            </h6>
  2092.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2093.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2094.            </div> -->
  2095.          </a>
  2096.        </div>
  2097.          
  2098.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2099.          <a href="https://nac-cnn.ca/" class="text-decoration-none ">
  2100.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2101.              <i class="ti-angle-right me-2 text-primary"></i>
  2102.               online casino
  2103.            </h6>
  2104.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2105.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2106.            </div> -->
  2107.          </a>
  2108.        </div>
  2109.          
  2110.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2111.          <a href="https://trueviralnews.com/" class="text-decoration-none ">
  2112.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2113.              <i class="ti-angle-right me-2 text-primary"></i>
  2114.               online casino canada
  2115.            </h6>
  2116.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2117.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2118.            </div> -->
  2119.          </a>
  2120.        </div>
  2121.          
  2122.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2123.          <a href="https://www.sheeats.ca/" class="text-decoration-none ">
  2124.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2125.              <i class="ti-angle-right me-2 text-primary"></i>
  2126.               online casino canada
  2127.            </h6>
  2128.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2129.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2130.            </div> -->
  2131.          </a>
  2132.        </div>
  2133.          
  2134.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2135.          <a href="https://bankingombuds.ca/" class="text-decoration-none ">
  2136.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2137.              <i class="ti-angle-right me-2 text-primary"></i>
  2138.               online casino
  2139.            </h6>
  2140.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2141.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2142.            </div> -->
  2143.          </a>
  2144.        </div>
  2145.          
  2146.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2147.          <a href="https://www.od4d.net/" class="text-decoration-none ">
  2148.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2149.              <i class="ti-angle-right me-2 text-primary"></i>
  2150.               online casino canada
  2151.            </h6>
  2152.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2153.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2154.            </div> -->
  2155.          </a>
  2156.        </div>
  2157.          
  2158.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2159.          <a href="https://camanjs.com/" class="text-decoration-none ">
  2160.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2161.              <i class="ti-angle-right me-2 text-primary"></i>
  2162.               online casino canada
  2163.            </h6>
  2164.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2165.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2166.            </div> -->
  2167.          </a>
  2168.        </div>
  2169.          
  2170.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2171.          <a href="https://www.dresshead.com/" class="text-decoration-none ">
  2172.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2173.              <i class="ti-angle-right me-2 text-primary"></i>
  2174.               online casino canada
  2175.            </h6>
  2176.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2177.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2178.            </div> -->
  2179.          </a>
  2180.        </div>
  2181.          
  2182.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2183.          <a href="https://nbhrf.com/" class="text-decoration-none ">
  2184.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2185.              <i class="ti-angle-right me-2 text-primary"></i>
  2186.               online casinos
  2187.            </h6>
  2188.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2189.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2190.            </div> -->
  2191.          </a>
  2192.        </div>
  2193.          
  2194.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2195.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  2196.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2197.              <i class="ti-angle-right me-2 text-primary"></i>
  2198.               online casino canada
  2199.            </h6>
  2200.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2201.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2202.            </div> -->
  2203.          </a>
  2204.        </div>
  2205.          
  2206.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2207.          <a href="https://delbarber.com/" 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.               best online casino canada
  2211.            </h6>
  2212.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2213.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2214.            </div> -->
  2215.          </a>
  2216.        </div>
  2217.          
  2218.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2219.          <a href="https://gameplayspace.com/" class="text-decoration-none ">
  2220.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2221.              <i class="ti-angle-right me-2 text-primary"></i>
  2222.               best online casino canada
  2223.            </h6>
  2224.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2225.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2226.            </div> -->
  2227.          </a>
  2228.        </div>
  2229.          
  2230.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2231.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  2232.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2233.              <i class="ti-angle-right me-2 text-primary"></i>
  2234.               online casinos
  2235.            </h6>
  2236.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2237.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2238.            </div> -->
  2239.          </a>
  2240.        </div>
  2241.          
  2242.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2243.          <a href="https://nac-cnn.ca/" 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.               online casinos
  2247.            </h6>
  2248.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2249.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2250.            </div> -->
  2251.          </a>
  2252.        </div>
  2253.          
  2254.      </div>
  2255.  
  2256.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2257.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2258.      </div> -->
  2259.    </div>
  2260.  </div>
  2261.    
  2262.  <div class="sidebar-widget mb-4">
  2263.    <div class="widget-title-wrapper mb-3">
  2264.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2265.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2266.        <span class="title-arrow"></span>
  2267.      </h4>
  2268.    </div>
  2269.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2270.      <div class="blog-roll-list scrollable-sidebar">
  2271.        
  2272.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2273.          <a href="https://heartandlung.ca/" class="text-decoration-none ">
  2274.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2275.              <i class="ti-angle-right me-2 text-primary"></i>
  2276.               online casino canada
  2277.            </h6>
  2278.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2279.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2280.            </div> -->
  2281.          </a>
  2282.        </div>
  2283.          
  2284.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2285.          <a href="https://synapsec.ca/" class="text-decoration-none ">
  2286.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2287.              <i class="ti-angle-right me-2 text-primary"></i>
  2288.               casino en ligne canadien
  2289.            </h6>
  2290.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2291.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2292.            </div> -->
  2293.          </a>
  2294.        </div>
  2295.          
  2296.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2297.          <a href="https://www.northernstars.ca/" class="text-decoration-none ">
  2298.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2299.              <i class="ti-angle-right me-2 text-primary"></i>
  2300.               online casinos canada
  2301.            </h6>
  2302.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2303.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2304.            </div> -->
  2305.          </a>
  2306.        </div>
  2307.          
  2308.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2309.          <a href="https://autismspeaks.ca" class="text-decoration-none ">
  2310.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2311.              <i class="ti-angle-right me-2 text-primary"></i>
  2312.               online casino canada
  2313.            </h6>
  2314.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2315.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2316.            </div> -->
  2317.          </a>
  2318.        </div>
  2319.          
  2320.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2321.          <a href="https://www.od4d.net/" class="text-decoration-none ">
  2322.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2323.              <i class="ti-angle-right me-2 text-primary"></i>
  2324.               new casino
  2325.            </h6>
  2326.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2327.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2328.            </div> -->
  2329.          </a>
  2330.        </div>
  2331.          
  2332.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2333.          <a href="https://www.station16gallery.com/" class="text-decoration-none ">
  2334.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2335.              <i class="ti-angle-right me-2 text-primary"></i>
  2336.               betting sites
  2337.            </h6>
  2338.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2339.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2340.            </div> -->
  2341.          </a>
  2342.        </div>
  2343.          
  2344.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2345.          <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none ">
  2346.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2347.              <i class="ti-angle-right me-2 text-primary"></i>
  2348.               betting sites
  2349.            </h6>
  2350.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2351.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2352.            </div> -->
  2353.          </a>
  2354.        </div>
  2355.          
  2356.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2357.          <a href="https://www.lejournaldesherbrooke.ca/" class="text-decoration-none ">
  2358.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2359.              <i class="ti-angle-right me-2 text-primary"></i>
  2360.               meilleur casino en ligne canada
  2361.            </h6>
  2362.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2363.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2364.            </div> -->
  2365.          </a>
  2366.        </div>
  2367.          
  2368.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2369.          <a href="https://noticiasmontreal.com/" class="text-decoration-none ">
  2370.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2371.              <i class="ti-angle-right me-2 text-primary"></i>
  2372.               meilleur casino en ligne canada
  2373.            </h6>
  2374.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2375.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2376.            </div> -->
  2377.          </a>
  2378.        </div>
  2379.          
  2380.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2381.          <a href="https://cruxgg.com/" class="text-decoration-none ">
  2382.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2383.              <i class="ti-angle-right me-2 text-primary"></i>
  2384.               online casino canada
  2385.            </h6>
  2386.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2387.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2388.            </div> -->
  2389.          </a>
  2390.        </div>
  2391.          
  2392.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2393.          <a href="https://wirkn.com/" class="text-decoration-none ">
  2394.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2395.              <i class="ti-angle-right me-2 text-primary"></i>
  2396.               betting sites canada
  2397.            </h6>
  2398.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2399.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2400.            </div> -->
  2401.          </a>
  2402.        </div>
  2403.          
  2404.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2405.          <a href="https://microtop.ca/" class="text-decoration-none ">
  2406.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2407.              <i class="ti-angle-right me-2 text-primary"></i>
  2408.               online casino canada
  2409.            </h6>
  2410.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2411.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2412.            </div> -->
  2413.          </a>
  2414.        </div>
  2415.          
  2416.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2417.          <a href="https://nordicbridges.ca/" class="text-decoration-none ">
  2418.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2419.              <i class="ti-angle-right me-2 text-primary"></i>
  2420.               online casino canada
  2421.            </h6>
  2422.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2423.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2424.            </div> -->
  2425.          </a>
  2426.        </div>
  2427.          
  2428.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2429.          <a href="https://www.biomilq.com/" class="text-decoration-none ">
  2430.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2431.              <i class="ti-angle-right me-2 text-primary"></i>
  2432.               online casino
  2433.            </h6>
  2434.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2435.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2436.            </div> -->
  2437.          </a>
  2438.        </div>
  2439.          
  2440.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2441.          <a href="https://autismspeaks.ca" class="text-decoration-none ">
  2442.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2443.              <i class="ti-angle-right me-2 text-primary"></i>
  2444.               online casino
  2445.            </h6>
  2446.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2447.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2448.            </div> -->
  2449.          </a>
  2450.        </div>
  2451.          
  2452.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2453.          <a href="https://www.tvarchive.ca/" class="text-decoration-none ">
  2454.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2455.              <i class="ti-angle-right me-2 text-primary"></i>
  2456.               online casino
  2457.            </h6>
  2458.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2459.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2460.            </div> -->
  2461.          </a>
  2462.        </div>
  2463.          
  2464.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2465.          <a href="https://nbhrf.com/" class="text-decoration-none ">
  2466.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2467.              <i class="ti-angle-right me-2 text-primary"></i>
  2468.               online casino canada
  2469.            </h6>
  2470.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2471.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2472.            </div> -->
  2473.          </a>
  2474.        </div>
  2475.          
  2476.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2477.          <a href="https://clarketheatre.ca/" class="text-decoration-none ">
  2478.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2479.              <i class="ti-angle-right me-2 text-primary"></i>
  2480.               online casino
  2481.            </h6>
  2482.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2483.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2484.            </div> -->
  2485.          </a>
  2486.        </div>
  2487.          
  2488.      </div>
  2489.  
  2490.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2491.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2492.      </div> -->
  2493.    </div>
  2494.  </div>
  2495.    
  2496.  <div class="sidebar-widget mb-4">
  2497.    <div class="widget-title-wrapper mb-3">
  2498.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2499.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2500.        <span class="title-arrow"></span>
  2501.      </h4>
  2502.    </div>
  2503.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2504.      <div class="blog-roll-list scrollable-sidebar">
  2505.        
  2506.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2507.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  2508.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2509.              <i class="ti-angle-right me-2 text-primary"></i>
  2510.               non gamstop betting sites
  2511.            </h6>
  2512.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2513.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2514.            </div> -->
  2515.          </a>
  2516.        </div>
  2517.          
  2518.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2519.          <a href="https://crystalshawanda.co/" class="text-decoration-none ">
  2520.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2521.              <i class="ti-angle-right me-2 text-primary"></i>
  2522.               online casino canada
  2523.            </h6>
  2524.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2525.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2526.            </div> -->
  2527.          </a>
  2528.        </div>
  2529.          
  2530.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2531.          <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none ">
  2532.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2533.              <i class="ti-angle-right me-2 text-primary"></i>
  2534.               sports betting sites canada
  2535.            </h6>
  2536.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2537.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2538.            </div> -->
  2539.          </a>
  2540.        </div>
  2541.          
  2542.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2543.          <a href="https://scena.ca/" class="text-decoration-none ">
  2544.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2545.              <i class="ti-angle-right me-2 text-primary"></i>
  2546.               casino en ligne
  2547.            </h6>
  2548.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2549.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2550.            </div> -->
  2551.          </a>
  2552.        </div>
  2553.          
  2554.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2555.          <a href="https://margelo.io/" class="text-decoration-none ">
  2556.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2557.              <i class="ti-angle-right me-2 text-primary"></i>
  2558.               betting sites
  2559.            </h6>
  2560.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2561.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2562.            </div> -->
  2563.          </a>
  2564.        </div>
  2565.          
  2566.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2567.          <a href="https://www.digitaltransformationawards.ca/" class="text-decoration-none ">
  2568.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2569.              <i class="ti-angle-right me-2 text-primary"></i>
  2570.               online casinos canada
  2571.            </h6>
  2572.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2573.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2574.            </div> -->
  2575.          </a>
  2576.        </div>
  2577.          
  2578.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2579.          <a href="https://watergovernance.ca/" class="text-decoration-none ">
  2580.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2581.              <i class="ti-angle-right me-2 text-primary"></i>
  2582.               canadian online casinos
  2583.            </h6>
  2584.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2585.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2586.            </div> -->
  2587.          </a>
  2588.        </div>
  2589.          
  2590.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2591.          <a href="https://nordicbridges.ca/" class="text-decoration-none ">
  2592.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2593.              <i class="ti-angle-right me-2 text-primary"></i>
  2594.               best online casinos
  2595.            </h6>
  2596.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2597.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2598.            </div> -->
  2599.          </a>
  2600.        </div>
  2601.          
  2602.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2603.          <a href="https://loplops.com/" class="text-decoration-none ">
  2604.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2605.              <i class="ti-angle-right me-2 text-primary"></i>
  2606.               online casino
  2607.            </h6>
  2608.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2609.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2610.            </div> -->
  2611.          </a>
  2612.        </div>
  2613.          
  2614.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2615.          <a href="https://daydreaminginparadise.com/" class="text-decoration-none ">
  2616.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2617.              <i class="ti-angle-right me-2 text-primary"></i>
  2618.               online casinos
  2619.            </h6>
  2620.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2621.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2622.            </div> -->
  2623.          </a>
  2624.        </div>
  2625.          
  2626.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2627.          <a href="https://visualgenome.org/" class="text-decoration-none ">
  2628.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2629.              <i class="ti-angle-right me-2 text-primary"></i>
  2630.               canadian online casinos
  2631.            </h6>
  2632.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2633.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2634.            </div> -->
  2635.          </a>
  2636.        </div>
  2637.          
  2638.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2639.          <a href="https://micharity.com/" class="text-decoration-none ">
  2640.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2641.              <i class="ti-angle-right me-2 text-primary"></i>
  2642.               best online casinos
  2643.            </h6>
  2644.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2645.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2646.            </div> -->
  2647.          </a>
  2648.        </div>
  2649.          
  2650.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2651.          <a href="https://watergovernance.ca/" 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.               online casino canada
  2655.            </h6>
  2656.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2657.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2658.            </div> -->
  2659.          </a>
  2660.        </div>
  2661.          
  2662.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2663.          <a href="https://www.devmcgill.com/" class="text-decoration-none ">
  2664.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2665.              <i class="ti-angle-right me-2 text-primary"></i>
  2666.               online casino canada
  2667.            </h6>
  2668.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2669.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2670.            </div> -->
  2671.          </a>
  2672.        </div>
  2673.          
  2674.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2675.          <a href="https://torontosversion.com/" class="text-decoration-none ">
  2676.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2677.              <i class="ti-angle-right me-2 text-primary"></i>
  2678.               online casino
  2679.            </h6>
  2680.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2681.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2682.            </div> -->
  2683.          </a>
  2684.        </div>
  2685.          
  2686.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2687.          <a href="https://lovenorthernbc.com/" 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.               online casino
  2691.            </h6>
  2692.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2693.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2694.            </div> -->
  2695.          </a>
  2696.        </div>
  2697.          
  2698.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2699.          <a href="https://www.digitaltransformationawards.ca/" class="text-decoration-none ">
  2700.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2701.              <i class="ti-angle-right me-2 text-primary"></i>
  2702.               online casino
  2703.            </h6>
  2704.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2705.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2706.            </div> -->
  2707.          </a>
  2708.        </div>
  2709.          
  2710.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2711.          <a href="https://nordicbridges.ca/" class="text-decoration-none ">
  2712.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2713.              <i class="ti-angle-right me-2 text-primary"></i>
  2714.               online casino
  2715.            </h6>
  2716.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2717.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2718.            </div> -->
  2719.          </a>
  2720.        </div>
  2721.          
  2722.      </div>
  2723.  
  2724.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2725.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2726.      </div> -->
  2727.    </div>
  2728.  </div>
  2729.    
  2730.  <!-- <div class="sidebar-widget">
  2731.    <div class="widget-title-wrapper mb-3">
  2732.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2733.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  2734.        <span class="title-arrow"></span>
  2735.      </h4>
  2736.    </div>
  2737.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2738.      <div class="blog-roll-list">
  2739.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  2740.          <a href="#" class="text-decoration-none">
  2741.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2742.              <i class="ti-angle-right me-2 text-primary"></i>
  2743.              Complete Guide to Django REST Framework
  2744.            </h6>
  2745.            <div class="blog-meta d-flex justify-content-between align-items-center">
  2746.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2747.            </div>
  2748.          </a>
  2749.        </div>
  2750.  
  2751.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  2752.          <a href="#" class="text-decoration-none">
  2753.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2754.              <i class="ti-angle-right me-2 text-primary"></i>
  2755.              Modern JavaScript ES2025 Features
  2756.            </h6>
  2757.            <div class="blog-meta d-flex justify-content-between align-items-center">
  2758.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  2759.            </div>
  2760.          </a>
  2761.        </div>
  2762.  
  2763.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  2764.          <a href="#" class="text-decoration-none">
  2765.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2766.              <i class="ti-angle-right me-2 text-primary"></i>
  2767.              Digital Marketing Trends in 2025
  2768.            </h6>
  2769.            <div class="blog-meta d-flex justify-content-between align-items-center">
  2770.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  2771.            </div>
  2772.          </a>
  2773.        </div>
  2774.  
  2775.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  2776.          <a href="#" class="text-decoration-none">
  2777.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2778.              <i class="ti-angle-right me-2 text-primary"></i>
  2779.              Remote Work Best Practices
  2780.            </h6>
  2781.            <div class="blog-meta d-flex justify-content-between align-items-center">
  2782.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  2783.            </div>
  2784.          </a>
  2785.        </div>
  2786.  
  2787.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  2788.          <a href="#" class="text-decoration-none">
  2789.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2790.              <i class="ti-angle-right me-2 text-primary"></i>
  2791.              Sustainable Living Tips for Beginners
  2792.            </h6>
  2793.            <div class="blog-meta d-flex justify-content-between align-items-center">
  2794.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  2795.            </div>
  2796.          </a>
  2797.        </div>
  2798.  
  2799.        <div class="blog-roll-item">
  2800.          <a href="#" class="text-decoration-none">
  2801.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2802.              <i class="ti-angle-right me-2 text-primary"></i>
  2803.              AI and Machine Learning Basics
  2804.            </h6>
  2805.            <div class="blog-meta d-flex justify-content-between align-items-center">
  2806.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  2807.            </div>
  2808.          </a>
  2809.        </div>
  2810.      </div>
  2811.  
  2812.      <div class="text-center mt-4 pt-3 border-top border-light">
  2813.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2814.      </div>
  2815.    </div>
  2816.  </div> -->
  2817. </div>
  2818.  
  2819. <!-- Sidebar V2 Styles -->
  2820. <style>
  2821.  .sidebar-widget {
  2822.    position: relative;
  2823.  }
  2824.  
  2825.  .widget-title {
  2826.    font-size: 1.1rem;
  2827.    font-weight: 700;
  2828.    display: inline-block;
  2829.    position: relative;
  2830.    z-index: 2;
  2831.    border-radius: 0;
  2832.  }
  2833.  
  2834.  /* Green arrow for August Blog Roll */
  2835.  .title-arrow::after {
  2836.    content: '';
  2837.    position: absolute;
  2838.    top: 0;
  2839.    right: -22px;
  2840.    width: 0;
  2841.    height: 0;
  2842.    border-left: 22px solid var(--bs-primary);
  2843.    border-top: 22px solid transparent;
  2844.    border-bottom: 22px solid transparent;
  2845.    z-index: 1;
  2846.  }
  2847.  
  2848.  /* Blue arrow for Recent Posts */
  2849.  .title-arrow-primary::after {
  2850.    content: '';
  2851.    position: absolute;
  2852.    top: 0;
  2853.    right: -22px;
  2854.    width: 0;
  2855.    height: 0;
  2856.    border-left: 22px solid var(--bs-primary);
  2857.    border-top: 22px solid transparent;
  2858.    border-bottom: 22px solid transparent;
  2859.    z-index: 1;
  2860.  }
  2861.  
  2862.  .widget-content {
  2863.    margin-top: -1px;
  2864.    position: relative;
  2865.    z-index: 1;
  2866.    background-color: var(--card-bg);
  2867.  }
  2868.  
  2869.  /* Blog Roll Items Hover Effects */
  2870.  .blog-roll-item:hover .blog-title {
  2871.    color: #198754 !important;
  2872.    transform: translateX(5px);
  2873.    transition: all 0.3s ease;
  2874.  }
  2875.  
  2876.  /* Recent Post Items Hover Effects */
  2877.  .recent-post-item:hover .post-title a {
  2878.    color: #0d6efd !important;
  2879.    transition: color 0.3s ease;
  2880.  }
  2881.  
  2882.  .recent-post-item:hover .post-image img {
  2883.    transform: scale(1.05);
  2884.    transition: transform 0.3s ease;
  2885.  }
  2886.  
  2887.  /* Button Hover Effects */
  2888.  .btn:hover {
  2889.    transform: translateY(-2px);
  2890.    transition: all 0.3s ease;
  2891.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2892.  }
  2893.  
  2894.  /* Badge Hover Effects */
  2895.  .badge:hover {
  2896.    transform: scale(1.05);
  2897.    transition: transform 0.3s ease;
  2898.  }
  2899.  
  2900.  @media (max-width: 991px) {
  2901.    .sidebar {
  2902.      margin-top: 3rem;
  2903.    }
  2904.  }
  2905.  
  2906.  @media (max-width: 576px) {
  2907.    .widget-title {
  2908.      font-size: 1rem;
  2909.      padding: 0.75rem 1rem !important;
  2910.    }
  2911.  
  2912.    .title-arrow::after,
  2913.    .title-arrow-primary::after {
  2914.      right: -18px;
  2915.      border-left-width: 18px;
  2916.      border-top-width: 18px;
  2917.      border-bottom-width: 18px;
  2918.    }
  2919.  
  2920.    .post-image {
  2921.      width: 70px !important;
  2922.      height: 55px !important;
  2923.    }
  2924.  
  2925.    .blog-meta {
  2926.      flex-direction: column !important;
  2927.      align-items: flex-start !important;
  2928.      gap: 0.5rem;
  2929.    }
  2930.  }
  2931. </style>
  2932.  
  2933.    
  2934.            </div>
  2935.      </div>
  2936.    </div>
  2937.  </section>
  2938.  
  2939.  <script>
  2940.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  2941.    document.addEventListener('DOMContentLoaded', function () {
  2942.      // Fallback if IntersectionObserver unavailable
  2943.      if (!('IntersectionObserver' in window)) {
  2944.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  2945.        return;
  2946.      }
  2947.  
  2948.      let lastY = window.pageYOffset || 0;
  2949.      let scrollDir = 'down';
  2950.      let ticking = false;
  2951.  
  2952.      // Jank-free scroll direction tracking
  2953.      window.addEventListener('scroll', () => {
  2954.        const y = window.pageYOffset || 0;
  2955.        if (!ticking) {
  2956.          requestAnimationFrame(() => {
  2957.            scrollDir = y > lastY ? 'down' : 'up';
  2958.            lastY = y <= 0 ? 0 : y;
  2959.            ticking = false;
  2960.          });
  2961.          ticking = true;
  2962.        }
  2963.      }, { passive: true });
  2964.  
  2965.      const options = {
  2966.        threshold: 0.18,
  2967.        rootMargin: '0px 0px -8% 0px'
  2968.      };
  2969.  
  2970.      const io = new IntersectionObserver((entries) => {
  2971.        entries.forEach((entry) => {
  2972.          const el = entry.target;
  2973.  
  2974.          if (entry.isIntersecting) {
  2975.            // direction-based class
  2976.            el.classList.remove('fade-up', 'fade-down');
  2977.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  2978.  
  2979.            // smooth timing (override-able per element via CSS vars)
  2980.            if (!el.style.getPropertyValue('--dur')) {
  2981.              el.style.setProperty('--dur', '700ms');
  2982.            }
  2983.            if (!el.style.getPropertyValue('--ease')) {
  2984.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  2985.            }
  2986.  
  2987.            el.classList.add('fade-show');
  2988.          } else {
  2989.            // re-animate when re-entering
  2990.            el.classList.remove('fade-show');
  2991.          }
  2992.        });
  2993.      }, options);
  2994.  
  2995.      // Observe all fade targets with a light stagger
  2996.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  2997.      nodes.forEach((el, i) => {
  2998.        // 0–5 -> 0–300ms stagger (loops every 6)
  2999.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  3000.        io.observe(el);
  3001.      });
  3002.    });
  3003.  </script>
  3004.  
  3005.  
  3006.    
  3007.        
  3008.        <!-- end wpo-blog-highlights-section -->
  3009.        <!-- start wpo-blog-sponsored-section -->
  3010.        
  3011.  
  3012.  
  3013.  
  3014.    
  3015.  
  3016.  
  3017.  
  3018. <section class="wpo-blog-sponsored-section section-padding">
  3019.    <div class="container-fluid fluid-container">
  3020.        <div class="wpo-section-title">
  3021.            <h2>sponsored news</h2>
  3022.        </div>
  3023.        <div class="row">
  3024.            <div class="wpo-blog-sponsored-wrap">
  3025.                <div class="wpo-blog-items">
  3026.                    <div class="row">
  3027.                        
  3028.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3029.                            <div class="wpo-blog-item">
  3030.                                <div class="wpo-blog-img">
  3031.                                    
  3032.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3033.                                    
  3034.                                    <div class="thumb bg-primary-gradient ">News</div>
  3035.                                </div>
  3036.                                <div class="wpo-blog-content">
  3037.                                    <h2>  <a href="/worrying-recollections-resurface-in-davao-city-as-officials-trace-bondi-beach-shooting-alleged-attackers-activities/" class="top-color">
  3038.                                            Worrying Recollections Resurface in Davao City as Officials Trace Bondi Beach Shooting Alleged Attackers&#x27; Activities
  3039.                                            </a>
  3040.                                    </h2>
  3041.                                    <ul>
  3042.                                        <li>
  3043.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" style="object-fit: cover;">
  3044.                                                </li>
  3045.                                        <li class="top-color">By Jennifer Bentley</li>
  3046.                                        <li  class="top-color">18 May 2026</li>
  3047.                                    </ul>
  3048.                                </div>
  3049.                            </div>
  3050.                        </div>
  3051.                        
  3052.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3053.                            <div class="wpo-blog-item">
  3054.                                <div class="wpo-blog-img">
  3055.                                    
  3056.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3057.                                    
  3058.                                    <div class="thumb bg-primary-gradient ">News</div>
  3059.                                </div>
  3060.                                <div class="wpo-blog-content">
  3061.                                    <h2>  <a href="/genuine-southern-portugal-exploring-portugal-away-from-the-shoreline/" class="top-color">
  3062.                                            Genuine Southern Portugal: Exploring Portugal Away from the Shoreline
  3063.                                            </a>
  3064.                                    </h2>
  3065.                                    <ul>
  3066.                                        <li>
  3067.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" style="object-fit: cover;">
  3068.                                                </li>
  3069.                                        <li class="top-color">By Jennifer Bentley</li>
  3070.                                        <li  class="top-color">18 May 2026</li>
  3071.                                    </ul>
  3072.                                </div>
  3073.                            </div>
  3074.                        </div>
  3075.                        
  3076.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3077.                            <div class="wpo-blog-item">
  3078.                                <div class="wpo-blog-img">
  3079.                                    
  3080.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3081.                                    
  3082.                                    <div class="thumb bg-primary-gradient ">News</div>
  3083.                                </div>
  3084.                                <div class="wpo-blog-content">
  3085.                                    <h2>  <a href="/david-raya-highlights-squad-depth-as-vital-to-silverware-ambitions/" class="top-color">
  3086.                                            David Raya Highlights Squad Depth as Vital to Silverware Ambitions
  3087.                                            </a>
  3088.                                    </h2>
  3089.                                    <ul>
  3090.                                        <li>
  3091.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" style="object-fit: cover;">
  3092.                                                </li>
  3093.                                        <li class="top-color">By Jennifer Bentley</li>
  3094.                                        <li  class="top-color">18 May 2026</li>
  3095.                                    </ul>
  3096.                                </div>
  3097.                            </div>
  3098.                        </div>
  3099.                        
  3100.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3101.                            <div class="wpo-blog-item">
  3102.                                <div class="wpo-blog-img">
  3103.                                    
  3104.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3105.                                    
  3106.                                    <div class="thumb bg-primary-gradient ">News</div>
  3107.                                </div>
  3108.                                <div class="wpo-blog-content">
  3109.                                    <h2>  <a href="/can-the-new-zealand-rugby-team-find-their-magic-during-the-fall-tour/" class="top-color">
  3110.                                            Can the New Zealand rugby team find their magic during the fall tour?
  3111.                                            </a>
  3112.                                    </h2>
  3113.                                    <ul>
  3114.                                        <li>
  3115.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" style="object-fit: cover;">
  3116.                                                </li>
  3117.                                        <li class="top-color">By Jennifer Bentley</li>
  3118.                                        <li  class="top-color">18 May 2026</li>
  3119.                                    </ul>
  3120.                                </div>
  3121.                            </div>
  3122.                        </div>
  3123.                        
  3124.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3125.                            <div class="wpo-blog-item">
  3126.                                <div class="wpo-blog-img">
  3127.                                    
  3128.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3129.                                    
  3130.                                    <div class="thumb bg-primary-gradient ">News</div>
  3131.                                </div>
  3132.                                <div class="wpo-blog-content">
  3133.                                    <h2>  <a href="/his-unprecedented-influence-in-athletics-reached-a-peak-in-last-year-2026-promises-to-take-it-further/" class="top-color">
  3134.                                            His Unprecedented Influence in Athletics Reached A Peak in Last Year. 2026 Promises to Take It Further.
  3135.                                            </a>
  3136.                                    </h2>
  3137.                                    <ul>
  3138.                                        <li>
  3139.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" style="object-fit: cover;">
  3140.                                                </li>
  3141.                                        <li class="top-color">By Jennifer Bentley</li>
  3142.                                        <li  class="top-color">18 May 2026</li>
  3143.                                    </ul>
  3144.                                </div>
  3145.                            </div>
  3146.                        </div>
  3147.                        
  3148.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3149.                            <div class="wpo-blog-item">
  3150.                                <div class="wpo-blog-img">
  3151.                                    
  3152.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3153.                                    
  3154.                                    <div class="thumb bg-primary-gradient ">News</div>
  3155.                                </div>
  3156.                                <div class="wpo-blog-content">
  3157.                                    <h2>  <a href="/we-got-fired-and-we-accept-it-this-is-how-to-land-a-fresh-position-that-fits-for-you/" class="top-color">
  3158.                                            We Got Fired, and We Accept It – This Is How to Land a Fresh Position That Fits for You
  3159.                                            </a>
  3160.                                    </h2>
  3161.                                    <ul>
  3162.                                        <li>
  3163.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/38c36685-b610-4e7f-9009-08925556cc4f_profile.png" alt="Jennifer Bentley" style="object-fit: cover;">
  3164.                                                </li>
  3165.                                        <li class="top-color">By Jennifer Bentley</li>
  3166.                                        <li  class="top-color">18 May 2026</li>
  3167.                                    </ul>
  3168.                                </div>
  3169.                            </div>
  3170.                        </div>
  3171.                        
  3172.  
  3173.                    </div>
  3174.                </div>
  3175.            </div>
  3176.        </div>
  3177.    </div> <!-- end container -->
  3178. </section>
  3179.  
  3180.  
  3181.    
  3182.        <!-- end wpo-blog-sponsored-section -->
  3183.        <!-- start wpo-subscribe-section -->
  3184.        
  3185.        <!-- end subscribe-section -->
  3186.        <!-- start of wpo-site-footer-section -->
  3187.        
  3188.  
  3189.  
  3190.  
  3191.  
  3192.  
  3193.  
  3194. <footer class="wpo-site-footer">
  3195.    <div class="wpo-upper-footer">
  3196.        <div class="container-fluid fluid-container">
  3197.            <div class="row">
  3198.                <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  3199.                    <div class="widget about-widget">
  3200.                        <div class="logo widget-title">
  3201.                            
  3202.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/38c389e1-2834-4877-9a77-255631d26595_logo.png" alt="Solid Online" style="height: 50px;width: auto;">
  3203.                            
  3204.                        </div>
  3205.                        <p>Discover actionable insights on digital marketing, web development, and SEO strategies to grow your online presence effectively with Solid Online&#x27;s expert blog.</p>
  3206.                    </div>
  3207.                </div>
  3208.                <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  3209.                    <div class="widget link-widget">
  3210.                        <div class="widget-title">
  3211.                            <h3 class="footer-color">Important Link</h3>
  3212.                        </div>
  3213.                        <ul>
  3214.                            
  3215.                            <li><a href="/what-kind-of-figure-is-al-carns-ex-royal-marine-and-labour-minister-with-sights-on-leadership/">What Kind of Figure is Al Carns? Ex-Royal Marine and Labour Minister with Sights on Leadership</a></li>
  3216.                            
  3217.                            <li><a href="/crans-montana-blaze-survivors-receive-care-in-burns-units-throughout-the-continent/">Crans-Montana Blaze Survivors Receive Care in Burns Units Throughout the Continent</a></li>
  3218.                            
  3219.                            <li><a href="/leaders-acknowledge-queens-as-trump-offers-the-mayor-elect-a-warm-greeting/">Leaders Acknowledge Queens as Trump Offers The Mayor-Elect a Warm Greeting</a></li>
  3220.                            
  3221.                            <li><a href="/a-decade-long-liaison-by-erin-somers-a-middle-aged-infidelity-story-this-generation-deserves/">A Decade-Long Liaison by Erin Somers: A Middle-Aged Infidelity Story This Generation Deserves.</a></li>
  3222.                            
  3223.                            <li><a href="/leader-zelensky-states-the-nation-is-ten-percent-away-from-a-peace-deal-yet-not-at-any-possible-price/">Leader Zelensky States The Nation Is Ten Percent Away from a Peace Deal, Yet Not at Any Possible Price</a></li>
  3224.                            
  3225.                            <li><a href="/the-mighty-neins-introductory-sequence-chose-the-wrong-popular-rpg-show-track/">The Mighty Nein&#x27;s Introductory Sequence Chose the Wrong Popular RPG Show Track</a></li>
  3226.                            
  3227.                        </ul>
  3228.                    </div>
  3229.                </div>
  3230.      <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  3231.  <div class="widget tag-widget">
  3232.    <div class="widget-title">
  3233.      <h3 class="footer-color">Blog Rolls</h3>
  3234.    </div>
  3235.  
  3236.    <ul id="blogroll">
  3237.      
  3238.      
  3239.  
  3240.      
  3241.      
  3242.        
  3243.      
  3244.    </ul>
  3245.  </div>
  3246. </div>
  3247.  
  3248.                <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  3249.                    <div class="widget social-widget">
  3250.                        <div class="widget-title">
  3251.                            <h3 class="footer-color">Social Media</h3>
  3252.                        </div>
  3253.                        <ul>
  3254.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/1.png"
  3255.                                            alt=""></i> Facebook</a>
  3256.                            </li>
  3257.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/2.png"
  3258.                                            alt=""></i> Twitter</a>
  3259.                            </li>
  3260.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/3.png"
  3261.                                            alt=""></i> Instagram</a>
  3262.                            </li>
  3263.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/4.png"
  3264.                                            alt=""></i> Youtube</a>
  3265.                            </li>
  3266.                        </ul>
  3267.                    </div>
  3268.                </div>
  3269.            </div>
  3270.        </div> <!-- end container -->
  3271.    </div>
  3272.    <div class="top-bg">
  3273.    <div class="container-fluid fluid-container">
  3274.        <div class="row">
  3275.            <div class="col col-xs-12">
  3276.                <p class="top-color text-center">
  3277.                    Copyright &copy;  
  3278.                    <a href="https://Solid Online" class="top-color">Solid Online</a>.
  3279.                    All Rights Reserved.
  3280.                    |
  3281.                    <a href="/page/write-for-us/" class="top-color">Write For Us</a>
  3282.                    |
  3283.                    <a href="/sitemap.xml" class="top-color">Sitemap</a>
  3284.                    |
  3285.                    <a href="/page/terms-and-conditions/" class="top-color">Terms &amp; Conditions</a>
  3286.                    
  3287.                </p>
  3288.            </div>
  3289.        </div>
  3290.    </div>
  3291. </div>
  3292. </footer>
  3293.  
  3294. <script>
  3295.  document.addEventListener('DOMContentLoaded', function () {
  3296.    var btn = document.getElementById('toggleMore');
  3297.    if (!btn) return; // <=5 items, button nahi hoga
  3298.  
  3299.    var extras = document.querySelectorAll('#blogroll li.extra');
  3300.  
  3301.    btn.addEventListener('click', function () {
  3302.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  3303.        return li.classList.contains('d-none');
  3304.      });
  3305.  
  3306.      extras.forEach(function (li) {
  3307.        if (anyHidden) li.classList.remove('d-none');
  3308.        else li.classList.add('d-none');
  3309.      });
  3310.  
  3311.      btn.textContent = anyHidden ? 'View less' : 'View more';
  3312.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3313.    });
  3314.  });
  3315. </script>
  3316.  
  3317.        <!-- end of wpo-site-footer-section -->
  3318.    </div>
  3319.    <!-- end of page-wrapper -->
  3320.  
  3321.    <!-- All JavaScript files
  3322.    ================================================== -->
  3323.    
  3324.  
  3325. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3326. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3327. <!-- Plugins for this template -->
  3328. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3329. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3330. <!-- Custom script for this template -->
  3331. <script src="/static/blogapp/assets/js/script.js"></script>
  3332.  
  3333. <script>
  3334. (function () {
  3335. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3336. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3337.  
  3338. function applyFallback(img) {
  3339. if (!img || img.dataset.fallbackApplied === "1") {
  3340. return;
  3341. }
  3342. var failedSrc = img.currentSrc || img.src || "";
  3343. img.dataset.fallbackApplied = "1";
  3344. img.onerror = null;
  3345. img.src = fallbackImageSrc;
  3346. console.warn("[ImageFallback] Replaced broken image:", {
  3347. failedSrc: failedSrc,
  3348. fallbackSrc: fallbackImageSrc,
  3349. alt: img.alt || "",
  3350. });
  3351. }
  3352.  
  3353. document.querySelectorAll("img").forEach(function (img) {
  3354. if (img.complete && img.naturalWidth === 0) {
  3355. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3356. failedSrc: img.currentSrc || img.src || "",
  3357. alt: img.alt || "",
  3358. });
  3359. applyFallback(img);
  3360. }
  3361. });
  3362.  
  3363. document.addEventListener(
  3364. "error",
  3365. function (event) {
  3366. var target = event.target;
  3367. if (target && target.tagName === "IMG") {
  3368. applyFallback(target);
  3369. }
  3370. },
  3371. true
  3372. );
  3373. })();
  3374. </script>
  3375.  
  3376. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3377.  
  3378.  
  3379.  
  3380. <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":"2ed7dc79a88d4ae493d61289df9c1587","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3381. </body>
  3382.  
  3383. </html>
  3384.  
  3385.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda