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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="mulish">
  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_-_2025-04-28T180624.827_f6wvl41_WbB5vIs.png">
  14.    
  15.  
  16.    <title>Delta Platform: Digital Solutions for Modern Business Challenges</title>
  17.    <meta name="description" content="Delta Platform offers innovative digital solutions to help businesses tackle modern challenges. Explore our insights on technology, strategy, and growth.">
  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://deltaplatform.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #8e44ad;
  42.        --bs-primary-rgb: 8e44ad;
  43.        --bs-secondary: #7f8c8d;
  44.        --bs-success: #2ecc71;
  45.        --bs-danger: #c0392b;
  46.        --bs-warning: #f1c40f;
  47.        --bs-info: #3498db;
  48.        --bs-light: #f0f3f5;
  49.        --bs-dark: #2c3e50;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #8e44ad;
  53.        --theme-primary-color-s2: #8e44ad;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2c3e50;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2c3e50;
  59.        --border-color: #b2bec3;
  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: #dfe6e9;
  75.        --navbar-color: #2c3e50;
  76.        --topbar-bg: #f0f3f5;
  77.        --topbar-color: #2c3e50;
  78.        --footer-bg: #2c3e50;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #b2bec3;
  82.        --card-radius: 14px;
  83.        --link-color: #8e44ad;
  84.        --link-hover: #7d3c98;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(142, 68, 173, 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_10">
  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: "Spurs Ease Pressure on Thomas Frank as Xavi Simons Seals Comfortable Victory Over Slavia Prague", url: "/spurs-ease-pressure-on-thomas-frank-as-xavi-simons-seals-comfortable-victory-over-slavia-prague/" },
  447.    
  448.      { title: "The Story of Leonard and Hungry Paul Overview: A Calming Comedy Featuring the Voice of the Hollywood Star Brings the Perfect Cure to Today\u0027s World", url: "/the-story-of-leonard-and-hungry-paul-overview-a-calming-comedy-featuring-the-voice-of-the-hollywood-star-brings-the-perfect-cure-to-todays-world/" },
  449.    
  450.      { title: "How to Perfect Butter Paneer – Recipe", url: "/how-to-perfect-butter-paneer-recipe/" },
  451.    
  452.      { title: "British and Scottish government Authorities Clash Over Who Should Pay the £24.5m Cost for Trump and JD Vance Visits", url: "/british-and-scottish-government-authorities-clash-over-who-should-pay-the-245m-cost-for-trump-and-jd-vance-visits/" },
  453.    
  454.      { title: "Supreme Court Backs Redrawn Lone Star State House Electoral Boundaries.", url: "/supreme-court-backs-redrawn-lone-star-state-house-electoral-boundaries/" }
  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. <nav class="navigation navbar navbar-expand-lg navbar-light custom-nav dynamic-navbar mb-4">
  511.  <div class="container-fluid fluid-container">
  512.    <div class="row flex-wrap align-items-center">
  513.      <div class="col-lg-3 col-md-3 col-3 d-lg-none dl-block">
  514.        <div class="mobail-menu">
  515.          <button type="button" class="navbar-toggler open-btn">
  516.            <span class="sr-only">Toggle navigation</span>
  517.            <span class="icon-bar first-angle"></span>
  518.            <span class="icon-bar middle-angle"></span>
  519.            <span class="icon-bar last-angle"></span>
  520.          </button>
  521.        </div>
  522.      </div>
  523.      <div class="col-lg-2 col-md-6 col-6">
  524.        <div class="navbar-header">
  525.          <a class="navbar-brand" href="/">
  526.            
  527.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/b3552db3-8b2e-4625-a0ab-0796e99eeeb0_logo.png" alt="Delta Platform Blog" />
  528.            
  529.          </a>
  530.        </div>
  531.  
  532.      </div>
  533.      <div class="col-lg-8 col-md-1 col-1">
  534.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  535.          <button class="menu-close"><i class="ti-close"></i></button>
  536.          <ul class="nav navbar-nav mb-2 mb-lg-0">
  537.            <li>
  538.              <a href="/">
  539.                Home
  540.              </a>
  541.            </li>
  542.            
  543.            
  544.             <li>
  545.              <a href="/category/all-posts/">
  546.                All Posts
  547.              </a>
  548.              </li>
  549.              
  550.  
  551.                  
  552.              
  553.             <li>
  554.              <a href="/category/business/">
  555.                Business
  556.              </a>
  557.              </li>
  558.              
  559.  
  560.                  
  561.              
  562.             <li>
  563.              <a href="/category/esports/">
  564.                Esports
  565.              </a>
  566.              </li>
  567.              
  568.  
  569.                  
  570.              
  571.             <li>
  572.              <a href="/category/fashion/">
  573.                Fashion
  574.              </a>
  575.              </li>
  576.              
  577.  
  578.                  
  579.              
  580.             <li>
  581.              <a href="/category/featured/">
  582.                Featured
  583.              </a>
  584.              </li>
  585.              
  586.  
  587.                  
  588.              
  589.            
  590.              <li class="menu-item-has-children">
  591.                <a href="#">More</a>
  592.                <ul class="sub-menu">
  593.                  <li>
  594.                    <a href="/category/gaming/">
  595.                      Gaming
  596.                    </a>
  597.                  </li>
  598.                  
  599.  
  600.                  
  601.              
  602.            
  603.                  <li>
  604.                    <a href="/category/health/">
  605.                      Health
  606.                    </a>
  607.                  </li>
  608.                  
  609.  
  610.                  
  611.              
  612.            
  613.                  <li>
  614.                    <a href="/category/life-fitness/">
  615.                      Life &amp; Fitness
  616.                    </a>
  617.                  </li>
  618.                  
  619.  
  620.                  
  621.              
  622.            
  623.                  <li>
  624.                    <a href="/category/lifestyle/">
  625.                      Lifestyle
  626.                    </a>
  627.                  </li>
  628.                  
  629.  
  630.                  
  631.              
  632.            
  633.                  <li>
  634.                    <a href="/category/news/">
  635.                      News
  636.                    </a>
  637.                  </li>
  638.                  
  639.  
  640.                  
  641.              
  642.            
  643.                  <li>
  644.                    <a href="/category/others/">
  645.                      Others
  646.                    </a>
  647.                  </li>
  648.                  
  649.  
  650.                  
  651.              
  652.            
  653.                  <li>
  654.                    <a href="/category/politics/">
  655.                      Politics
  656.                    </a>
  657.                  </li>
  658.                  
  659.  
  660.                  
  661.              
  662.            
  663.                  <li>
  664.                    <a href="/category/sports/">
  665.                      Sports
  666.                    </a>
  667.                  </li>
  668.                  
  669.  
  670.                  
  671.              
  672.            
  673.                  <li>
  674.                    <a href="/category/tech/">
  675.                      Tech
  676.                    </a>
  677.                  </li>
  678.                  
  679.  
  680.                  
  681.              
  682.            
  683.                  <li>
  684.                    <a href="/category/travel/">
  685.                      Travel
  686.                    </a>
  687.                  </li>
  688.                  
  689.  
  690.                  
  691.                </ul>
  692.              </li>
  693.              
  694.              
  695.              
  696.              <li>
  697.                <a href="/page/contact-us/">
  698.                  Contact Us
  699.                </a>
  700.              </li>
  701.          </ul>
  702.        </div>
  703.        <!-- end of nav-collapse -->
  704.      </div>
  705.      <div class="col-lg-2 col-md-2 col-2">
  706.        <div class="header-right">
  707.          <div class="header-search-form-wrapper">
  708.            <div class="cart-search-contact"> <button class="search-toggle-btn"><i
  709.                  class="fi flaticon-magnifiying-glass text-link"></i></button>
  710.              <div class="header-search-form">
  711.                <form id="search-form">
  712.                  <div> <input type="text"  id="search-input" class="form-control" placeholder="Search here..." /> <button><i
  713.                        class="fi flaticon-magnifiying-glass"></i></button> </div>
  714.                </form>
  715.                <div id="search-results" class="search-v1 mt-2"></div>
  716.              </div>
  717.            </div>
  718.          </div>
  719.  
  720.          
  721.          <!-- <div class="header-right-menu-wrapper d-none d-md-flex">
  722.            <div class="header-right-menu">
  723.              <div class="right-menu-toggle-btn">
  724.                <span class="bg-link"></span>
  725.                <span class="bg-link"></span>
  726.                <span class="bg-link"></span>
  727.              </div>
  728.              <div class="header-right-menu-wrap z-1">
  729.                <button class="right-menu-close"><i class="ti-close"></i></button>
  730.                <div class="logo">
  731.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  732.                </div>
  733.                <div class="header-right-sec">
  734.                  <div class="project-widget widget">
  735.                    <h3 class="blog-color">Our Latest News</h3>
  736.                    <div class="posts">
  737.                      <div class="post">
  738.                        <div class="img-holder">
  739.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  740.                        </div>
  741.                        <div class="details">
  742.                          <span class="date blog-color">19 Jun 2022</span>
  743.                          <h4><a href="blog-single.html" class="blog-color">Perfect Photo Clicking Idea You Must
  744.                              Know.</a></h4>
  745.                        </div>
  746.                      </div>
  747.                      <div class="post">
  748.                        <div class="img-holder">
  749.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  750.                        </div>
  751.                        <div class="details">
  752.                          <span class="date blog-color">22 May 2022</span>
  753.                          <h4><a href="blog-single.html" class="blog-color">Best tourism site all over the world.</a>
  754.                          </h4>
  755.                        </div>
  756.                      </div>
  757.                      <div class="post">
  758.                        <div class="img-holder">
  759.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  760.                        </div>
  761.                        <div class="details">
  762.                          <span class="date blog-color">12 Apr 2022</span>
  763.                          <h4><a href="blog-single.html" class="blog-color">Whats In Trend in Now Woman Fashion.</a>
  764.                          </h4>
  765.                        </div>
  766.                      </div>
  767.                    </div>
  768.                  </div>
  769.                  <div class="widget wpo-contact-widget">
  770.                    <div class="widget-title">
  771.                      <h3 class="blog-color">Contact Us</h3>
  772.                    </div>
  773.                    <div class="contact-ft">
  774.                      <ul>
  775.                        <li>
  776.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  777.                        </li>
  778.                        <li>
  779.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  780.                          + 8 (123) 123 456 789
  781.                        </li>
  782.                        <li>
  783.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  784.                        </li>
  785.                      </ul>
  786.                    </div>
  787.                  </div>
  788.                </div>
  789.              </div>
  790.              <div class="sidebar-blur"> </div>
  791.            </div>
  792.          </div> -->
  793.        </div>
  794.      </div>
  795.    </div>
  796.    <!-- end of container -->
  797. </nav>
  798. </nav>
  799. <style>
  800.  .navbar-brand img {
  801.    height: 70px;
  802.    object-fit: contain;
  803.  }
  804. </style>
  805. <script>
  806.  // jQuery or vanilla JavaScript to handle the AJAX search
  807.  document.getElementById("search-input").addEventListener("keyup", function (e) {
  808.    e.preventDefault();  // Prevent the form from submitting normally
  809.  
  810.    const query = document.getElementById("search-input").value;
  811.  // Check if the input field is empty
  812.    if (query === "") {
  813.      // Clear the search results if the input is empty
  814.      document.getElementById("search-results").innerHTML = "";
  815.      return; // Exit the function early to avoid making an AJAX request
  816.    }
  817.    // Send AJAX request
  818.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  819.      method: "GET",
  820.        headers: {
  821.          "X-Requested-With": "XMLHttpRequest",
  822.        },
  823.    })
  824.      .then(response => response.json())
  825.      .then(data => {
  826.        if (data.html) {
  827.          document.getElementById("search-results").innerHTML = data.html;
  828.        } else {
  829.          document.getElementById("search-results").innerHTML = "<p>No results found.</p>";
  830.        }
  831.      })
  832.      .catch(error => {
  833.        console.error("Error fetching search results:", error);
  834.      });
  835.  });
  836.  
  837. </script>
  838.  
  839.        </header>
  840.        <!-- end of header -->
  841.        <!-- start of wpo-blog-hero -->
  842.        
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850. <div class="blog-hero-v5">
  851.  <div class="container-fluid fluid-container">
  852.    <!-- Top Hero Banner -->
  853.    <div class="row hero-banner">
  854.      
  855.      
  856.        
  857.        <div class="col-12">
  858.          <div class="banner-container d-md-flex d-none">
  859.            
  860.                <img   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="banner-image">
  861.            
  862.            <div class="banner-overlay">
  863.              <span class="banner-category bg-primary-gradient">News</span>
  864.              <h2 class="banner-title"> <a href="/surgeons-from-the-scottish-region-and-america-complete-groundbreaking-stroke-procedure-using-automated-technology/" class="blog-color">
  865.                                        Surgeons from the Scottish region and America Complete Groundbreaking Stroke Procedure Using Automated Technology
  866.                                    </a></h2>
  867.              <p class="blog-color"></p>
  868.            </div>
  869.          </div>
  870.        </div>
  871.  
  872.      
  873.      
  874.      <!-- <div class="featured-grid">
  875.        <div class="col-12">
  876.          <div class="featured-card d-block d-md-none">
  877.            <img src="/static/blogapp/assets/images/hero/img-1.jpg" alt="Tech Post" class="card-image" />
  878.            <div class="card-content">
  879.              <span class="card-category bg-primary-gradient">Travel & Adventure</span>
  880.              <h2>Journey Through The Swiss Alps: A Complete Guide</h2>
  881.              <p>Discover breathtaking landscapes and hidden trails for an unforgettable adventure.</p>
  882.              <div class="author-info">
  883.                <span class="author-name">Sarah Wilson</span>
  884.                <span class="post-time">2 hours ago</span>
  885.              </div>
  886.            </div>
  887.          </div>
  888.        </div>
  889.      </div> -->
  890.    </div>
  891.  
  892.    <!-- Main Content Row -->
  893.  </div>
  894.  <div class="container-fluid fluid-container">
  895.    <div class="row main-content">
  896.      <!-- Left: Featured Posts Grid -->
  897.      <div class="col-lg-8 col-md-12">
  898.        <h5 class="section-title">Recent Posts</h5>
  899.        <div class="row featured-grid">
  900.          
  901.          <div class="col-md-6">
  902.            <div class="featured-card">
  903.              
  904.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  905.                      class="card-image" style="object-fit: cover;" alt="">
  906.              
  907.              <div class="card-content">
  908.                <span class="card-category bg-primary-gradient">News</span>
  909.                <h4 class="card-title"><a class="top-color" href="/chinas-proposed-ai-regulations-target-on-child-protection-and-suicide-risk-reduction/" >
  910.                                        China&#x27;s Proposed AI Regulations Target on Child Protection and Suicide Risk Reduction.
  911.                                    </a></h4>
  912.                <div class="author-info">
  913.                  <span class="author-name">Rachel Chavez</span>
  914.                  <span class="post-time">13 May 2026</span>
  915.                </div>
  916.              </div>
  917.            </div>
  918.          </div>
  919.          
  920.          <div class="col-md-6">
  921.            <div class="featured-card">
  922.              
  923.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  924.                      class="card-image" style="object-fit: cover;" alt="">
  925.              
  926.              <div class="card-content">
  927.                <span class="card-category bg-primary-gradient">News</span>
  928.                <h4 class="card-title"><a class="top-color" href="/californias-governor-acknowledges-he-is-considering-a-2028-presidential-run/" >
  929.                                        California&#x27;s Governor Acknowledges He Is Considering a 2028 Presidential Run
  930.                                    </a></h4>
  931.                <div class="author-info">
  932.                  <span class="author-name">Rachel Chavez</span>
  933.                  <span class="post-time">13 May 2026</span>
  934.                </div>
  935.              </div>
  936.            </div>
  937.          </div>
  938.          
  939.          <div class="col-md-6">
  940.            <div class="featured-card">
  941.              
  942.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  943.                      class="card-image" style="object-fit: cover;" alt="">
  944.              
  945.              <div class="card-content">
  946.                <span class="card-category bg-primary-gradient">News</span>
  947.                <h4 class="card-title"><a class="top-color" href="/some-groups-on-the-political-spectrum-who-offer-only-complaints-labour-is-getting-on-with-the-job-of-economic-renewal/" >
  948.                                        Some groups on the political spectrum who offer only complaints: Labour is getting on with the job of economic renewal.
  949.                                    </a></h4>
  950.                <div class="author-info">
  951.                  <span class="author-name">Rachel Chavez</span>
  952.                  <span class="post-time">13 May 2026</span>
  953.                </div>
  954.              </div>
  955.            </div>
  956.          </div>
  957.          
  958.          <div class="col-md-6">
  959.            <div class="featured-card">
  960.              
  961.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  962.                      class="card-image" style="object-fit: cover;" alt="">
  963.              
  964.              <div class="card-content">
  965.                <span class="card-category bg-primary-gradient">News</span>
  966.                <h4 class="card-title"><a class="top-color" href="/andy-burnham-would-probably-have-secured-the-recent-byelection-says-labour-deputy-leader/" >
  967.                                        Andy Burnham Would &#x27;Probably&#x27; Have Secured the Recent Byelection, Says Labour Deputy Leader
  968.                                    </a></h4>
  969.                <div class="author-info">
  970.                  <span class="author-name">Rachel Chavez</span>
  971.                  <span class="post-time">13 May 2026</span>
  972.                </div>
  973.              </div>
  974.            </div>
  975.          </div>
  976.          
  977.        </div>
  978.      </div>
  979.  
  980.      <!-- Right: Trending Sidebar -->
  981.      <div class="col-lg-4 col-md-12">
  982.        <h5 class="section-title">Trending</h5>
  983.        <div class="trending-list gap-md-2 gap-lg-0 justify-content-center align-items-center row">
  984.          
  985.  
  986.        </div>
  987.      </div>
  988.    </div>
  989.  </div>
  990. </div>
  991. <style>
  992.  /* Blog Hero V5 - Clean 2-Column Layout */
  993.  
  994.  /* Hero Banner */
  995.  .hero-banner .banner-container {
  996.    position: relative;
  997.    overflow: hidden;
  998.    border-radius: 8px;
  999.  }
  1000.  
  1001.  .hero-banner .banner-image {
  1002.    width: 100%;
  1003.    height: 350px;
  1004.    object-fit: cover;
  1005.    transition: all 0.2s ease;
  1006.  }
  1007.  
  1008.  .hero-banner:hover .banner-image {
  1009.    transform: scale(1.02);
  1010.  }
  1011.  
  1012.  .hero-banner .banner-overlay {
  1013.    position: absolute;
  1014.    bottom: 0;
  1015.    left: 0;
  1016.    right: 0;
  1017.    background: var(--blog-bg);
  1018.    color: var(--blog-color);
  1019.    padding: 1.5rem;
  1020.  }
  1021.  
  1022.  .banner-category {
  1023.    padding: 0.25rem 0.75rem;
  1024.    border-radius: 4px;
  1025.    font-size: 16px;
  1026.  }
  1027.  
  1028.  .banner-title {
  1029.    color: var(--blog-color) !important;
  1030.    margin: 0.5rem 0;
  1031.  }
  1032.  
  1033.  .banner-excerpt {
  1034.    font-size: 1rem;
  1035.    margin-bottom: 1rem;
  1036.  }
  1037.  
  1038.  .read-more-btn {
  1039.    background: #007bff;
  1040.    color: white;
  1041.    border: none;
  1042.    padding: 0.5rem 1rem;
  1043.    border-radius: 4px;
  1044.    cursor: pointer;
  1045.  }
  1046.  
  1047.  /* Main Content */
  1048.  .main-content {
  1049.    margin-top: 2rem;
  1050.  }
  1051.  
  1052.  .section-title {
  1053.    font-size: 1.2rem;
  1054.    font-weight: bold;
  1055.    margin-bottom: 1rem;
  1056.    border-bottom: 1px solid var(--border-color);
  1057.    padding-bottom: 0.5rem;
  1058.  }
  1059.  
  1060.  /* Featured Grid */
  1061.  .featured-grid .featured-card {
  1062.    background: var(--card-bg);
  1063.    border: 1px solid var(--border-color);
  1064.    border-radius: 8px;
  1065.    overflow: hidden;
  1066.    margin-bottom: 1.5rem;
  1067.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1068.  }
  1069.  
  1070.  .featured-grid .card-image {
  1071.    width: 100%;
  1072.    height: 200px;
  1073.    object-fit: cover;
  1074.    transition: all 0.2s ease;
  1075.  }
  1076.  
  1077.  .featured-grid .featured-card:hover .card-image {
  1078.    transform: scale(1.02);
  1079.  }
  1080.  
  1081.  .featured-grid .card-content {
  1082.    padding: 1rem;
  1083.  }
  1084.  
  1085.  .card-category {
  1086.    padding: 0.25rem 0.75rem;
  1087.    border-radius: 4px;
  1088.    font-size: 0.8rem;
  1089.  }
  1090.  
  1091.  .card-title {
  1092.    font-size: 1.1rem;
  1093.    margin: 0.5rem 0;
  1094.  }
  1095.  
  1096.  .author-info {
  1097.    font-size: 0.8rem;
  1098.    color: #666;
  1099.  }
  1100.  
  1101.  .author-name {
  1102.    font-weight: bold;
  1103.  }
  1104.  
  1105.  /* Trending Sidebar */
  1106.  .trending-list .trending-item {
  1107.    display: flex;
  1108.    margin-bottom: 1rem;
  1109.    padding: 1rem;
  1110.    background: var(--card-bg);
  1111.    border: 1px solid #ddd;
  1112.    border-radius: 8px;
  1113.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1114.  }
  1115.  
  1116.  .trending-item .trending-image {
  1117.    width: 115px;
  1118.    height: 115px;
  1119.    object-fit: cover;
  1120.    border-radius: 4px;
  1121.    margin-right: 1rem;
  1122.  }
  1123.  
  1124.  .trending-item .trending-content {
  1125.    flex: 1;
  1126.  }
  1127.  
  1128.  .trending-category {
  1129.    padding: 0.25rem 0.75rem;
  1130.    border-radius: 4px;
  1131.    font-size: 12px;
  1132.  }
  1133.  
  1134.  .trending-title {
  1135.    font-size: 1rem;
  1136.    margin: 0.25rem 0;
  1137.  }
  1138.  
  1139.  .trending-author {
  1140.    font-size: 1rem;
  1141.    color: var(--topbar-color);
  1142.  }
  1143.  
  1144.  /* Responsive */
  1145.  @media (max-width: 992px) {
  1146.    .hero-banner .banner-image {
  1147.      height: 250px;
  1148.    }
  1149.  
  1150.    .featured-grid .card-image {
  1151.      height: 180px;
  1152.    }
  1153.  
  1154.    .trending-item {
  1155.      flex-direction: column;
  1156.      text-align: center;
  1157.    }
  1158.  
  1159.    .trending-item .trending-image {
  1160.      margin-right: 0;
  1161.      margin-bottom: 1rem;
  1162.    }
  1163.  }
  1164.  
  1165.  @media (max-width: 768px) {
  1166.    .banner-title {
  1167.      font-size: 1.5rem;
  1168.    }
  1169.  
  1170.    .banner-excerpt {
  1171.      font-size: 0.9rem;
  1172.    }
  1173.  }
  1174. </style>
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.        <!-- end of wpo-blog-hero -->
  1181.  
  1182.        <!-- start of wpo-breacking-news -->
  1183.        
  1184.        <!-- end of wpo-breacking-news -->
  1185.        
  1186.        <!-- start wpo-blog-highlights-section -->
  1187.        
  1188.  
  1189.  
  1190.  
  1191.    
  1192.  
  1193.  
  1194.  
  1195.  
  1196. <style>
  1197.    .blog-highlights-v3 {
  1198.        padding: 80px 0;
  1199.        position: relative;
  1200.        overflow: hidden;
  1201.    }
  1202.    
  1203.    .blog-highlights-v3::before {
  1204.        content: '';
  1205.        position: absolute;
  1206.        top: 0;
  1207.        left: 0;
  1208.        width: 100%;
  1209.        height: 100%;
  1210.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  1211.        z-index: 0;
  1212.    }
  1213.    
  1214.    .masonry-container {
  1215.        display: grid;
  1216.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1217.        grid-gap: 25px;
  1218.    }
  1219.    
  1220.    .blog-card-v3 {
  1221.        border: 1px solid var(--border-color) !important;
  1222.        border-radius: 25px;
  1223.        overflow: hidden;
  1224.        background: var(--card-bg);
  1225.        backdrop-filter: blur(10px);
  1226.        border: 1px solid var(--border-color);
  1227.        position: relative;
  1228.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1229.        cursor: pointer;
  1230.        transform: translateY(0) rotateX(0) rotateY(0);
  1231.        transform-style: preserve-3d;
  1232.        perspective: 1000px;
  1233.        z-index: 1;
  1234.    }
  1235.    .span-21 { grid-row-end: span 21; }
  1236.    .span-22 { grid-row-end: span 22; }
  1237.    
  1238.    .blog-card-v3::before {
  1239.        content: '';
  1240.        position: absolute;
  1241.        top: 0;
  1242.        left: 0;
  1243.        width: 100%;
  1244.        height: 100%;
  1245.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  1246.        opacity: 0;
  1247.        transition: opacity 0.3s ease;
  1248.        z-index: 1;
  1249.    }
  1250.    
  1251.    .blog-card-v3:hover {
  1252.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  1253.        box-shadow:
  1254.            0 30px 60px rgba(0,0,0,0.15),
  1255.            0 15px 30px rgba(0,0,0,0.1),
  1256.            inset 0 1px 0 rgba(255,255,255,0.3);
  1257.        z-index: 10;
  1258.    }
  1259.    
  1260.    .blog-card-v3:hover::before {
  1261.        opacity: 1;
  1262.    }
  1263.    
  1264.    .blog-image-v3 {
  1265.        position: relative;
  1266.        overflow: hidden;
  1267.        height: 50%;
  1268.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1269.    }
  1270.    
  1271.    .blog-image-v3::after {
  1272.        content: '';
  1273.        position: absolute;
  1274.        top: 0;
  1275.        left: 0;
  1276.        width: 100%;
  1277.        height: 100%;
  1278.        background:
  1279.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  1280.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  1281.        z-index: 2;
  1282.    }
  1283.    
  1284.    .blog-image-v3 img {
  1285.        width: 100%;
  1286.        height: 100%;
  1287.        object-fit: cover;
  1288.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1289.        transform: scale(1);
  1290.        filter: brightness(1) saturate(1);
  1291.    }
  1292.    
  1293.    .blog-card-v3:hover .blog-image-v3 img {
  1294.        transform: scale(1.15);
  1295.        filter: brightness(1.1) saturate(1.2);
  1296.    }
  1297.    
  1298.    .blog-floating-elements {
  1299.        position: absolute;
  1300.        top: 0;
  1301.        left: 0;
  1302.        width: 100%;
  1303.        height: 100%;
  1304.        pointer-events: none;
  1305.        z-index: 3;
  1306.    }
  1307.    
  1308.    .floating-dot {
  1309.        position: absolute;
  1310.        width: 8px;
  1311.        height: 8px;
  1312.        background: rgba(255,255,255,0.6);
  1313.        border-radius: 50%;
  1314.        animation: float 3s ease-in-out infinite;
  1315.    }
  1316.    
  1317.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  1318.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  1319.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  1320.    
  1321.    @keyframes float {
  1322.        0%, 100% { transform: translateY(0px); }
  1323.        50% { transform: translateY(-10px); }
  1324.    }
  1325.    
  1326.    .blog-category-v3 {
  1327.        position: absolute;
  1328.        top: 25px;
  1329.        right: 25px;
  1330.        padding: 10px 18px;
  1331.        border-radius: 30px;
  1332.        font-size: 11px;
  1333.        font-weight: 800;
  1334.        text-transform: uppercase;
  1335.        letter-spacing: 1.2px;
  1336.        backdrop-filter: blur(10px);
  1337.        z-index: 4;
  1338.        transform: translateY(0) scale(1);
  1339.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1340.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  1341.        border: 1px solid rgba(255,255,255,0.3);
  1342.    }
  1343.    
  1344.    .blog-card-v3:hover .blog-category-v3 {
  1345.        transform: translateY(-10px) scale(1.1);
  1346.        background: rgba(var(--card-bg),1);
  1347.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  1348.    }
  1349.    
  1350.    .blog-content-v3 {
  1351.        padding: 35px 30px 30px;
  1352.        height: 50%;
  1353.        display: flex;
  1354.        flex-direction: column;
  1355.        justify-content: space-between;
  1356.        position: relative;
  1357.        z-index: 2;
  1358.    }
  1359.    
  1360.    .blog-title-v3 {
  1361.        font-size: 19px;
  1362.        font-weight: 700;
  1363.        line-height: 1.3;
  1364.        margin-bottom: 18px;
  1365.        position: relative;
  1366.    }
  1367.    
  1368.    .blog-title-v3 a {
  1369.        text-decoration: none;
  1370.        color: var(--top-color) !important;
  1371.        transition: all 0.3s ease;
  1372.        position: relative;
  1373.        display: inline-block;
  1374.    }
  1375.    
  1376.    .blog-title-v3 a::before {
  1377.        content: '';
  1378.        position: absolute;
  1379.        bottom: -3px;
  1380.        left: 0;
  1381.        width: 0;
  1382.        height: 3px;
  1383.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1384.        border-radius: 2px;
  1385.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1386.    }
  1387.    
  1388.    .blog-card-v3:hover .blog-title-v3 a::before {
  1389.        width: 100%;
  1390.    }
  1391.    
  1392.    .blog-meta-v3 {
  1393.        display: flex;
  1394.        align-items: center;
  1395.        gap: 15px;
  1396.        margin-bottom: 18px;
  1397.        font-size: 13px;
  1398.        color: #7f8c8d;
  1399.        padding-bottom: 18px;
  1400.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  1401.        position: relative;
  1402.    }
  1403.    
  1404.    .blog-meta-v3::after {
  1405.        content: '';
  1406.        position: absolute;
  1407.        bottom: -1px;
  1408.        left: 0;
  1409.        width: 0;
  1410.        height: 1px;
  1411.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1412.        transition: width 0.6s ease 0.3s;
  1413.    }
  1414.    
  1415.    .blog-card-v3:hover .blog-meta-v3::after {
  1416.        width: 80px;
  1417.    }
  1418.    
  1419.    .blog-author-img-v3 {
  1420.        width: 35px;
  1421.        height: 35px;
  1422.        border-radius: 50%;
  1423.        object-fit: cover;
  1424.        border: 3px solid rgba(255,255,255,0.8);
  1425.        transition: all 0.4s ease;
  1426.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1427.    }
  1428.    
  1429.    .blog-card-v3:hover .blog-author-img-v3 {
  1430.        transform: scale(1.15);
  1431.        border-color: rgba(102, 126, 234, 0.5);
  1432.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  1433.    }
  1434.    
  1435.    .blog-excerpt-v3 {
  1436.        font-size: 14px;
  1437.        line-height: 1.7;
  1438.        color: #5a6c7d;
  1439.        margin-bottom: 20px;
  1440.        display: -webkit-box;
  1441.        -webkit-line-clamp: 3;
  1442.        -webkit-box-orient: vertical;
  1443.        overflow: hidden;
  1444.        opacity: 0.9;
  1445.        transition: opacity 0.3s ease;
  1446.    }
  1447.    
  1448.    .blog-card-v3:hover .blog-excerpt-v3 {
  1449.        opacity: 1;
  1450.    }
  1451.    
  1452.    .blog-actions-v3 {
  1453.        display: flex;
  1454.        justify-content: space-between;
  1455.        align-items: center;
  1456.    }
  1457.    
  1458.    .blog-read-time-v3 {
  1459.        font-size: 12px;
  1460.        color: #95a5a6;
  1461.        display: flex;
  1462.        align-items: center;
  1463.        gap: 6px;
  1464.    }
  1465.    
  1466.    .blog-read-more-v3 {
  1467.        width: 50px;
  1468.        height: 50px;
  1469.        border-radius: 50%;
  1470.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1471.        display: flex;
  1472.        align-items: center;
  1473.        justify-content: center;
  1474.        color: white;
  1475.        text-decoration: none;
  1476.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1477.        transform: scale(0) rotate(0deg);
  1478.        opacity: 0;
  1479.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  1480.        position: relative;
  1481.        overflow: hidden;
  1482.    }
  1483.    
  1484.    .blog-read-more-v3::before {
  1485.        content: '';
  1486.        position: absolute;
  1487.        top: 50%;
  1488.        left: 50%;
  1489.        width: 0;
  1490.        height: 0;
  1491.        background: rgba(255,255,255,0.2);
  1492.        border-radius: 50%;
  1493.        transition: all 0.6s ease;
  1494.        transform: translate(-50%, -50%);
  1495.    }
  1496.    
  1497.    .blog-card-v3:hover .blog-read-more-v3 {
  1498.        transform: scale(1) rotate(360deg);
  1499.        opacity: 1;
  1500.    }
  1501.    
  1502.    .blog-read-more-v3:hover::before {
  1503.        width: 100%;
  1504.        height: 100%;
  1505.    }
  1506.    
  1507.    .section-header-v3 {
  1508.        text-align: center;
  1509.        margin-bottom: 80px;
  1510.        position: relative;
  1511.        z-index: 2;
  1512.    }
  1513.    
  1514.    .section-title-v3 {
  1515.        font-size: 3.5rem;
  1516.        font-weight: 900;
  1517.        margin-bottom: 25px;
  1518.        color: #2c3e50;
  1519.        position: relative;
  1520.        display: inline-block;
  1521.    }
  1522.    
  1523.    .section-title-v3::before {
  1524.        content: '';
  1525.        position: absolute;
  1526.        top: -15px;
  1527.        right: -15px;
  1528.        width: 30px;
  1529.        height: 30px;
  1530.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1531.        border-radius: 50%;
  1532.        opacity: 0.3;
  1533.        animation: pulse 2s infinite;
  1534.    }
  1535.    
  1536.    @keyframes pulse {
  1537.        0%, 100% { transform: scale(1); opacity: 0.3; }
  1538.        50% { transform: scale(1.2); opacity: 0.6; }
  1539.    }
  1540.    
  1541.    .section-subtitle-v3 {
  1542.        font-size: 1.2rem;
  1543.        color: #7f8c8d;
  1544.        max-width: 700px;
  1545.        margin: 0 auto;
  1546.        line-height: 1.7;
  1547.        font-weight: 300;
  1548.    }
  1549.    
  1550.    .scroll-reveal {
  1551.        opacity: 0;
  1552.        transform: translateY(50px) scale(0.9);
  1553.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  1554.    }
  1555.    
  1556.    .scroll-reveal.revealed {
  1557.        opacity: 1;
  1558.        transform: translateY(0) scale(1);
  1559.    }
  1560.    
  1561.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  1562.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  1563.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  1564.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  1565.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  1566.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  1567.  
  1568.    @media (max-width: 768px) {
  1569.        .masonry-container {
  1570.            display: flex;
  1571.            flex-direction: column;
  1572.            grid-gap: 20px;
  1573.        }
  1574.        .blog-card-v3:nth-child(n) {
  1575.            grid-row-end: span 20;
  1576.        }
  1577.        .section-title-v3 {
  1578.            font-size: 2.8rem;
  1579.        }
  1580.        .blog-highlights-v3 {
  1581.            padding: 60px 0;
  1582.        }
  1583.        .blog-content-v3 {
  1584.            padding: 25px 20px;
  1585.        }
  1586.        .blog-card-v3:hover {
  1587.            transform: translateY(-15px) scale(1.02);
  1588.        }
  1589.        .blog-image-v3{
  1590.            max-height: 350px;
  1591.            height: 100%;
  1592.        }
  1593.    }
  1594. </style>
  1595.  
  1596. <section class="blog-highlights-v3">
  1597.    <div class="container-fluid fluid-container">
  1598.        <div class="row">
  1599.            <div class="col-12">
  1600.                 <div class="wpo-section-title">
  1601.            <h2>
  1602.                Today's Top Highlights
  1603.                   </h2>
  1604.        </div>
  1605.            </div>
  1606.        </div>
  1607.        
  1608.        <div class="row">
  1609.            <div class="col-lg-8 col-12">
  1610.                <div class="masonry-container">
  1611.                    
  1612.                    <div class="blog-card-v3 scroll-reveal span-21">
  1613.                        <div class="blog-image-v3">
  1614.                            
  1615.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1616.                            
  1617.                            <div class="blog-floating-elements">
  1618.                                <div class="floating-dot"></div>
  1619.                                <div class="floating-dot"></div>
  1620.                                <div class="floating-dot"></div>
  1621.                            </div>
  1622.                            <span class="blog-category-v3 bg-primary-gradient">
  1623.                                News
  1624.                            </span>
  1625.                        </div>
  1626.                        <div class="blog-content-v3">
  1627.                            <h3 class="blog-title-v3">
  1628.                                <a href="/ex-bbc-advisers-face-mps-questioning-in-the-wake-of-allegations-of-partiality-in-disclosed-document/" >
  1629.                                Ex- BBC Advisers Face MPs&#x27; Questioning In the Wake of Allegations of Partiality in Disclosed Document
  1630.                                </a>
  1631.                            </h3>
  1632.                            <div class="blog-meta-v3">
  1633.                                
  1634.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="blog-author-img-v3">
  1635.                                
  1636.                                <span>By Rachel Chavez</span>
  1637.                                <span>•</span>
  1638.                                <span>13 May 2026</span>
  1639.                            </div>
  1640.                            
  1641.                            <div class="blog-actions-v3">
  1642.                                <div class="blog-read-time-v3">
  1643.                                    <i class="far fa-clock"></i>
  1644.                                    <!-- <span>5 min read</span> -->
  1645.                                </div>
  1646.                                <a href="/ex-bbc-advisers-face-mps-questioning-in-the-wake-of-allegations-of-partiality-in-disclosed-document/"  class="blog-read-more-v3">
  1647.                                    <i class="ti-arrow-right"></i>
  1648.                                </a>
  1649.                            </div>
  1650.                        </div>
  1651.                    </div>
  1652.                    
  1653.                    <div class="blog-card-v3 scroll-reveal span-22">
  1654.                        <div class="blog-image-v3">
  1655.                            
  1656.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1657.                            
  1658.                            <div class="blog-floating-elements">
  1659.                                <div class="floating-dot"></div>
  1660.                                <div class="floating-dot"></div>
  1661.                                <div class="floating-dot"></div>
  1662.                            </div>
  1663.                            <span class="blog-category-v3 bg-primary-gradient">
  1664.                                News
  1665.                            </span>
  1666.                        </div>
  1667.                        <div class="blog-content-v3">
  1668.                            <h3 class="blog-title-v3">
  1669.                                <a href="/toronto-blue-jays-secure-fall-classic-meeting-with-defending-champion-dodgers/" >
  1670.                                Toronto Blue Jays Secure Fall Classic Meeting With defending champion Dodgers
  1671.                                </a>
  1672.                            </h3>
  1673.                            <div class="blog-meta-v3">
  1674.                                
  1675.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="blog-author-img-v3">
  1676.                                
  1677.                                <span>By Rachel Chavez</span>
  1678.                                <span>•</span>
  1679.                                <span>13 May 2026</span>
  1680.                            </div>
  1681.                            
  1682.                            <div class="blog-actions-v3">
  1683.                                <div class="blog-read-time-v3">
  1684.                                    <i class="far fa-clock"></i>
  1685.                                    <!-- <span>5 min read</span> -->
  1686.                                </div>
  1687.                                <a href="/toronto-blue-jays-secure-fall-classic-meeting-with-defending-champion-dodgers/"  class="blog-read-more-v3">
  1688.                                    <i class="ti-arrow-right"></i>
  1689.                                </a>
  1690.                            </div>
  1691.                        </div>
  1692.                    </div>
  1693.                    
  1694.                    <div class="blog-card-v3 scroll-reveal span-21">
  1695.                        <div class="blog-image-v3">
  1696.                            
  1697.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1698.                            
  1699.                            <div class="blog-floating-elements">
  1700.                                <div class="floating-dot"></div>
  1701.                                <div class="floating-dot"></div>
  1702.                                <div class="floating-dot"></div>
  1703.                            </div>
  1704.                            <span class="blog-category-v3 bg-primary-gradient">
  1705.                                News
  1706.                            </span>
  1707.                        </div>
  1708.                        <div class="blog-content-v3">
  1709.                            <h3 class="blog-title-v3">
  1710.                                <a href="/england-include-the-off-spinner-in-team-for-ashes-first-test/" >
  1711.                                England Include the off-spinner in Team for Ashes First Test
  1712.                                </a>
  1713.                            </h3>
  1714.                            <div class="blog-meta-v3">
  1715.                                
  1716.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="blog-author-img-v3">
  1717.                                
  1718.                                <span>By Rachel Chavez</span>
  1719.                                <span>•</span>
  1720.                                <span>13 May 2026</span>
  1721.                            </div>
  1722.                            
  1723.                            <div class="blog-actions-v3">
  1724.                                <div class="blog-read-time-v3">
  1725.                                    <i class="far fa-clock"></i>
  1726.                                    <!-- <span>5 min read</span> -->
  1727.                                </div>
  1728.                                <a href="/england-include-the-off-spinner-in-team-for-ashes-first-test/"  class="blog-read-more-v3">
  1729.                                    <i class="ti-arrow-right"></i>
  1730.                                </a>
  1731.                            </div>
  1732.                        </div>
  1733.                    </div>
  1734.                    
  1735.                    <div class="blog-card-v3 scroll-reveal span-22">
  1736.                        <div class="blog-image-v3">
  1737.                            
  1738.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1739.                            
  1740.                            <div class="blog-floating-elements">
  1741.                                <div class="floating-dot"></div>
  1742.                                <div class="floating-dot"></div>
  1743.                                <div class="floating-dot"></div>
  1744.                            </div>
  1745.                            <span class="blog-category-v3 bg-primary-gradient">
  1746.                                News
  1747.                            </span>
  1748.                        </div>
  1749.                        <div class="blog-content-v3">
  1750.                            <h3 class="blog-title-v3">
  1751.                                <a href="/olympian-and-other-eritreans-freed-after-nearly-two-decades-without-facing-charges-family-members-say/" >
  1752.                                Olympian and Other Eritreans Freed After Nearly Two Decades Without Facing Charges, Family Members Say
  1753.                                </a>
  1754.                            </h3>
  1755.                            <div class="blog-meta-v3">
  1756.                                
  1757.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="blog-author-img-v3">
  1758.                                
  1759.                                <span>By Rachel Chavez</span>
  1760.                                <span>•</span>
  1761.                                <span>13 May 2026</span>
  1762.                            </div>
  1763.                            
  1764.                            <div class="blog-actions-v3">
  1765.                                <div class="blog-read-time-v3">
  1766.                                    <i class="far fa-clock"></i>
  1767.                                    <!-- <span>5 min read</span> -->
  1768.                                </div>
  1769.                                <a href="/olympian-and-other-eritreans-freed-after-nearly-two-decades-without-facing-charges-family-members-say/"  class="blog-read-more-v3">
  1770.                                    <i class="ti-arrow-right"></i>
  1771.                                </a>
  1772.                            </div>
  1773.                        </div>
  1774.                    </div>
  1775.                    
  1776.                    <div class="blog-card-v3 scroll-reveal span-21">
  1777.                        <div class="blog-image-v3">
  1778.                            
  1779.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1780.                            
  1781.                            <div class="blog-floating-elements">
  1782.                                <div class="floating-dot"></div>
  1783.                                <div class="floating-dot"></div>
  1784.                                <div class="floating-dot"></div>
  1785.                            </div>
  1786.                            <span class="blog-category-v3 bg-primary-gradient">
  1787.                                News
  1788.                            </span>
  1789.                        </div>
  1790.                        <div class="blog-content-v3">
  1791.                            <h3 class="blog-title-v3">
  1792.                                <a href="/kpop-demon-hunters-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" >
  1793.                                KPop Demon Hunters Balloons to Make a Grand Appearance at the Iconic Thanksgiving Parade
  1794.                                </a>
  1795.                            </h3>
  1796.                            <div class="blog-meta-v3">
  1797.                                
  1798.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="blog-author-img-v3">
  1799.                                
  1800.                                <span>By Rachel Chavez</span>
  1801.                                <span>•</span>
  1802.                                <span>12 May 2026</span>
  1803.                            </div>
  1804.                            
  1805.                            <div class="blog-actions-v3">
  1806.                                <div class="blog-read-time-v3">
  1807.                                    <i class="far fa-clock"></i>
  1808.                                    <!-- <span>5 min read</span> -->
  1809.                                </div>
  1810.                                <a href="/kpop-demon-hunters-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/"  class="blog-read-more-v3">
  1811.                                    <i class="ti-arrow-right"></i>
  1812.                                </a>
  1813.                            </div>
  1814.                        </div>
  1815.                    </div>
  1816.                    
  1817.                    <div class="blog-card-v3 scroll-reveal span-22">
  1818.                        <div class="blog-image-v3">
  1819.                            
  1820.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1821.                            
  1822.                            <div class="blog-floating-elements">
  1823.                                <div class="floating-dot"></div>
  1824.                                <div class="floating-dot"></div>
  1825.                                <div class="floating-dot"></div>
  1826.                            </div>
  1827.                            <span class="blog-category-v3 bg-primary-gradient">
  1828.                                News
  1829.                            </span>
  1830.                        </div>
  1831.                        <div class="blog-content-v3">
  1832.                            <h3 class="blog-title-v3">
  1833.                                <a href="/tragic-discovery-remains-of-vanished-mother-and-child-found-in-freezing-units-in-austria/" >
  1834.                                Tragic Discovery: Remains of Vanished Mother and Child Found in Freezing Units in Austria
  1835.                                </a>
  1836.                            </h3>
  1837.                            <div class="blog-meta-v3">
  1838.                                
  1839.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="blog-author-img-v3">
  1840.                                
  1841.                                <span>By Rachel Chavez</span>
  1842.                                <span>•</span>
  1843.                                <span>12 May 2026</span>
  1844.                            </div>
  1845.                            
  1846.                            <div class="blog-actions-v3">
  1847.                                <div class="blog-read-time-v3">
  1848.                                    <i class="far fa-clock"></i>
  1849.                                    <!-- <span>5 min read</span> -->
  1850.                                </div>
  1851.                                <a href="/tragic-discovery-remains-of-vanished-mother-and-child-found-in-freezing-units-in-austria/"  class="blog-read-more-v3">
  1852.                                    <i class="ti-arrow-right"></i>
  1853.                                </a>
  1854.                            </div>
  1855.                        </div>
  1856.                    </div>
  1857.                    
  1858.                    <div class="blog-card-v3 scroll-reveal span-21">
  1859.                        <div class="blog-image-v3">
  1860.                            
  1861.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1862.                            
  1863.                            <div class="blog-floating-elements">
  1864.                                <div class="floating-dot"></div>
  1865.                                <div class="floating-dot"></div>
  1866.                                <div class="floating-dot"></div>
  1867.                            </div>
  1868.                            <span class="blog-category-v3 bg-primary-gradient">
  1869.                                News
  1870.                            </span>
  1871.                        </div>
  1872.                        <div class="blog-content-v3">
  1873.                            <h3 class="blog-title-v3">
  1874.                                <a href="/spotify-year-end-recap-release-timeline-and-your-burning-questions-answered/" >
  1875.                                Spotify Year-End Recap: Release Timeline and Your Burning Questions Answered
  1876.                                </a>
  1877.                            </h3>
  1878.                            <div class="blog-meta-v3">
  1879.                                
  1880.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="blog-author-img-v3">
  1881.                                
  1882.                                <span>By Rachel Chavez</span>
  1883.                                <span>•</span>
  1884.                                <span>12 May 2026</span>
  1885.                            </div>
  1886.                            
  1887.                            <div class="blog-actions-v3">
  1888.                                <div class="blog-read-time-v3">
  1889.                                    <i class="far fa-clock"></i>
  1890.                                    <!-- <span>5 min read</span> -->
  1891.                                </div>
  1892.                                <a href="/spotify-year-end-recap-release-timeline-and-your-burning-questions-answered/"  class="blog-read-more-v3">
  1893.                                    <i class="ti-arrow-right"></i>
  1894.                                </a>
  1895.                            </div>
  1896.                        </div>
  1897.                    </div>
  1898.                    
  1899.                    <div class="blog-card-v3 scroll-reveal span-22">
  1900.                        <div class="blog-image-v3">
  1901.                            
  1902.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1903.                            
  1904.                            <div class="blog-floating-elements">
  1905.                                <div class="floating-dot"></div>
  1906.                                <div class="floating-dot"></div>
  1907.                                <div class="floating-dot"></div>
  1908.                            </div>
  1909.                            <span class="blog-category-v3 bg-primary-gradient">
  1910.                                News
  1911.                            </span>
  1912.                        </div>
  1913.                        <div class="blog-content-v3">
  1914.                            <h3 class="blog-title-v3">
  1915.                                <a href="/smooth-conclusion-to-lionel-messis-visit-to-india-following-unrest-in-kolkata/" >
  1916.                                Smooth Conclusion to Lionel Messi&#x27;s Visit to India Following Unrest in Kolkata
  1917.                                </a>
  1918.                            </h3>
  1919.                            <div class="blog-meta-v3">
  1920.                                
  1921.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="blog-author-img-v3">
  1922.                                
  1923.                                <span>By Rachel Chavez</span>
  1924.                                <span>•</span>
  1925.                                <span>12 May 2026</span>
  1926.                            </div>
  1927.                            
  1928.                            <div class="blog-actions-v3">
  1929.                                <div class="blog-read-time-v3">
  1930.                                    <i class="far fa-clock"></i>
  1931.                                    <!-- <span>5 min read</span> -->
  1932.                                </div>
  1933.                                <a href="/smooth-conclusion-to-lionel-messis-visit-to-india-following-unrest-in-kolkata/"  class="blog-read-more-v3">
  1934.                                    <i class="ti-arrow-right"></i>
  1935.                                </a>
  1936.                            </div>
  1937.                        </div>
  1938.                    </div>
  1939.                    
  1940.                    <div class="blog-card-v3 scroll-reveal span-21">
  1941.                        <div class="blog-image-v3">
  1942.                            
  1943.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1944.                            
  1945.                            <div class="blog-floating-elements">
  1946.                                <div class="floating-dot"></div>
  1947.                                <div class="floating-dot"></div>
  1948.                                <div class="floating-dot"></div>
  1949.                            </div>
  1950.                            <span class="blog-category-v3 bg-primary-gradient">
  1951.                                News
  1952.                            </span>
  1953.                        </div>
  1954.                        <div class="blog-content-v3">
  1955.                            <h3 class="blog-title-v3">
  1956.                                <a href="/brian-harris-obituary-a-life-behind-the-camera/" >
  1957.                                Brian Harris Obituary: A Life Behind the Camera
  1958.                                </a>
  1959.                            </h3>
  1960.                            <div class="blog-meta-v3">
  1961.                                
  1962.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="blog-author-img-v3">
  1963.                                
  1964.                                <span>By Rachel Chavez</span>
  1965.                                <span>•</span>
  1966.                                <span>12 May 2026</span>
  1967.                            </div>
  1968.                            
  1969.                            <div class="blog-actions-v3">
  1970.                                <div class="blog-read-time-v3">
  1971.                                    <i class="far fa-clock"></i>
  1972.                                    <!-- <span>5 min read</span> -->
  1973.                                </div>
  1974.                                <a href="/brian-harris-obituary-a-life-behind-the-camera/"  class="blog-read-more-v3">
  1975.                                    <i class="ti-arrow-right"></i>
  1976.                                </a>
  1977.                            </div>
  1978.                        </div>
  1979.                    </div>
  1980.                    
  1981.                    <div class="blog-card-v3 scroll-reveal span-22">
  1982.                        <div class="blog-image-v3">
  1983.                            
  1984.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1985.                            
  1986.                            <div class="blog-floating-elements">
  1987.                                <div class="floating-dot"></div>
  1988.                                <div class="floating-dot"></div>
  1989.                                <div class="floating-dot"></div>
  1990.                            </div>
  1991.                            <span class="blog-category-v3 bg-primary-gradient">
  1992.                                News
  1993.                            </span>
  1994.                        </div>
  1995.                        <div class="blog-content-v3">
  1996.                            <h3 class="blog-title-v3">
  1997.                                <a href="/new-yorks-met-museum-responds-to-legal-action-over-supposedly-nazi-stolen-van-gogh-masterpiece/" >
  1998.                                New York&#x27;s Met Museum Responds to Legal Action Over Supposedly Nazi-Stolen Van Gogh Masterpiece
  1999.                                </a>
  2000.                            </h3>
  2001.                            <div class="blog-meta-v3">
  2002.                                
  2003.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="blog-author-img-v3">
  2004.                                
  2005.                                <span>By Rachel Chavez</span>
  2006.                                <span>•</span>
  2007.                                <span>12 May 2026</span>
  2008.                            </div>
  2009.                            
  2010.                            <div class="blog-actions-v3">
  2011.                                <div class="blog-read-time-v3">
  2012.                                    <i class="far fa-clock"></i>
  2013.                                    <!-- <span>5 min read</span> -->
  2014.                                </div>
  2015.                                <a href="/new-yorks-met-museum-responds-to-legal-action-over-supposedly-nazi-stolen-van-gogh-masterpiece/"  class="blog-read-more-v3">
  2016.                                    <i class="ti-arrow-right"></i>
  2017.                                </a>
  2018.                            </div>
  2019.                        </div>
  2020.                    </div>
  2021.                    
  2022.                    <div class="blog-card-v3 scroll-reveal span-21">
  2023.                        <div class="blog-image-v3">
  2024.                            
  2025.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2026.                            
  2027.                            <div class="blog-floating-elements">
  2028.                                <div class="floating-dot"></div>
  2029.                                <div class="floating-dot"></div>
  2030.                                <div class="floating-dot"></div>
  2031.                            </div>
  2032.                            <span class="blog-category-v3 bg-primary-gradient">
  2033.                                News
  2034.                            </span>
  2035.                        </div>
  2036.                        <div class="blog-content-v3">
  2037.                            <h3 class="blog-title-v3">
  2038.                                <a href="/american-lawmaker-calls-on-former-prince-andrew-to-testify-in-jeffrey-epstein-inquiry/" >
  2039.                                American Lawmaker Calls On Former Prince Andrew to Testify in Jeffrey Epstein Inquiry
  2040.                                </a>
  2041.                            </h3>
  2042.                            <div class="blog-meta-v3">
  2043.                                
  2044.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="blog-author-img-v3">
  2045.                                
  2046.                                <span>By Rachel Chavez</span>
  2047.                                <span>•</span>
  2048.                                <span>12 May 2026</span>
  2049.                            </div>
  2050.                            
  2051.                            <div class="blog-actions-v3">
  2052.                                <div class="blog-read-time-v3">
  2053.                                    <i class="far fa-clock"></i>
  2054.                                    <!-- <span>5 min read</span> -->
  2055.                                </div>
  2056.                                <a href="/american-lawmaker-calls-on-former-prince-andrew-to-testify-in-jeffrey-epstein-inquiry/"  class="blog-read-more-v3">
  2057.                                    <i class="ti-arrow-right"></i>
  2058.                                </a>
  2059.                            </div>
  2060.                        </div>
  2061.                    </div>
  2062.                    
  2063.                    <div class="blog-card-v3 scroll-reveal span-22">
  2064.                        <div class="blog-image-v3">
  2065.                            
  2066.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2067.                            
  2068.                            <div class="blog-floating-elements">
  2069.                                <div class="floating-dot"></div>
  2070.                                <div class="floating-dot"></div>
  2071.                                <div class="floating-dot"></div>
  2072.                            </div>
  2073.                            <span class="blog-category-v3 bg-primary-gradient">
  2074.                                News
  2075.                            </span>
  2076.                        </div>
  2077.                        <div class="blog-content-v3">
  2078.                            <h3 class="blog-title-v3">
  2079.                                <a href="/bahrain-to-present-case-at-uk-supreme-court-over-state-immunity-in-surveillance-claims/" >
  2080.                                Bahrain to Present Case at UK Supreme Court Over State Immunity in Surveillance Claims
  2081.                                </a>
  2082.                            </h3>
  2083.                            <div class="blog-meta-v3">
  2084.                                
  2085.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="blog-author-img-v3">
  2086.                                
  2087.                                <span>By Rachel Chavez</span>
  2088.                                <span>•</span>
  2089.                                <span>12 May 2026</span>
  2090.                            </div>
  2091.                            
  2092.                            <div class="blog-actions-v3">
  2093.                                <div class="blog-read-time-v3">
  2094.                                    <i class="far fa-clock"></i>
  2095.                                    <!-- <span>5 min read</span> -->
  2096.                                </div>
  2097.                                <a href="/bahrain-to-present-case-at-uk-supreme-court-over-state-immunity-in-surveillance-claims/"  class="blog-read-more-v3">
  2098.                                    <i class="ti-arrow-right"></i>
  2099.                                </a>
  2100.                            </div>
  2101.                        </div>
  2102.                    </div>
  2103.                    
  2104.                    
  2105.  
  2106.                </div>
  2107.            </div>
  2108.            
  2109.               <div class="col col-lg-4 col-12">
  2110.                
  2111.  
  2112.  
  2113.  
  2114.    
  2115.  
  2116.  
  2117. <!-- Blog Sidebar V2 - Focused Design -->
  2118.  <div class="sidebar mb-3">
  2119.    <!-- Recent Posts Section -->
  2120.    <div class="sidebar-widget mb-4">
  2121.      <div class="widget-title-wrapper mb-3">
  2122.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2123.          <i class="ti-time me-2"></i>Recent Posts
  2124.          <span class="title-arrow-primary"></span>
  2125.        </h4>
  2126.      </div>
  2127.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2128.        <div class="recent-post-list">
  2129.          
  2130.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2131.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2132.              
  2133.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2134.              
  2135.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2136.            </div>
  2137.            <div class="post-content flex-grow-1">
  2138.              <h6 class="post-title mb-2">
  2139.                <a href="/james-cameron-sets-the-record-straight-computers-dont-create-avatar-films/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2140.                                            James Cameron Sets the Record Straight: ‘Computers Don’t Create Avatar Films’
  2141.                                            </a>
  2142.              </h6>
  2143.              <div class="post-meta">
  2144.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2145.                <!-- <small class="text-muted">
  2146.                  <i class="ti-eye me-1"></i>348 views
  2147.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2148.                </small> -->
  2149.              </div>
  2150.            </div>
  2151.          </div>
  2152.          
  2153.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2154.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2155.              
  2156.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2157.              
  2158.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2159.            </div>
  2160.            <div class="post-content flex-grow-1">
  2161.              <h6 class="post-title mb-2">
  2162.                <a href="/bound-isolated-and-frightened-the-bleak-truth-for-women-made-to-deliver-in-prison/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2163.                                            Bound, Isolated and Frightened: The Bleak Truth for Women Made to Deliver in Prison.
  2164.                                            </a>
  2165.              </h6>
  2166.              <div class="post-meta">
  2167.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2168.                <!-- <small class="text-muted">
  2169.                  <i class="ti-eye me-1"></i>348 views
  2170.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2171.                </small> -->
  2172.              </div>
  2173.            </div>
  2174.          </div>
  2175.          
  2176.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2177.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2178.              
  2179.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2180.              
  2181.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2182.            </div>
  2183.            <div class="post-content flex-grow-1">
  2184.              <h6 class="post-title mb-2">
  2185.                <a href="/a-tale-of-unexpected-generosity-when-a-student-let-me-sleep-on-her-dorm-floor/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2186.                                            A Tale of Unexpected Generosity: When a Student Let Me Sleep on Her Dorm Floor
  2187.                                            </a>
  2188.              </h6>
  2189.              <div class="post-meta">
  2190.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2191.                <!-- <small class="text-muted">
  2192.                  <i class="ti-eye me-1"></i>348 views
  2193.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2194.                </small> -->
  2195.              </div>
  2196.            </div>
  2197.          </div>
  2198.          
  2199.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2200.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2201.              
  2202.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2203.              
  2204.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2205.            </div>
  2206.            <div class="post-content flex-grow-1">
  2207.              <h6 class="post-title mb-2">
  2208.                <a href="/among-those-ruined-remains-of-an-apartment-block-i-saw-a-book-i-had-rendered/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2209.                                            Among those Ruined Remains of an Apartment Block, I Saw a Book I Had Rendered
  2210.                                            </a>
  2211.              </h6>
  2212.              <div class="post-meta">
  2213.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2214.                <!-- <small class="text-muted">
  2215.                  <i class="ti-eye me-1"></i>348 views
  2216.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2217.                </small> -->
  2218.              </div>
  2219.            </div>
  2220.          </div>
  2221.          
  2222.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2223.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2224.              
  2225.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2226.              
  2227.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2228.            </div>
  2229.            <div class="post-content flex-grow-1">
  2230.              <h6 class="post-title mb-2">
  2231.                <a href="/3-xbox-game-pass-titles-we-are-playing-this-weekend-october-10-12/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2232.                                            3 Xbox Game Pass Titles We Are Playing This Weekend (October 10-12)
  2233.                                            </a>
  2234.              </h6>
  2235.              <div class="post-meta">
  2236.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2237.                <!-- <small class="text-muted">
  2238.                  <i class="ti-eye me-1"></i>348 views
  2239.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2240.                </small> -->
  2241.              </div>
  2242.            </div>
  2243.          </div>
  2244.          
  2245.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2246.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2247.              
  2248.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2249.              
  2250.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2251.            </div>
  2252.            <div class="post-content flex-grow-1">
  2253.              <h6 class="post-title mb-2">
  2254.                <a href="/life-for-one-hundred-twenty-thousand-displaced-people-in-the-extensive-refugee-camp-on-the-malians-frontier/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2255.                                            Life for one hundred twenty thousand Displaced People in the Extensive Refugee Camp on the Malians Frontier.
  2256.                                            </a>
  2257.              </h6>
  2258.              <div class="post-meta">
  2259.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2260.                <!-- <small class="text-muted">
  2261.                  <i class="ti-eye me-1"></i>348 views
  2262.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2263.                </small> -->
  2264.              </div>
  2265.            </div>
  2266.          </div>
  2267.          
  2268.  
  2269.        </div>
  2270.  
  2271.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2272.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2273.        </div> -->
  2274.      </div>
  2275.    </div>
  2276.    
  2277.    
  2278.    <div class="sidebar-widget mb-4">
  2279.      <div class="widget-title-wrapper mb-3">
  2280.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2281.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2282.          <span class="title-arrow"></span>
  2283.        </h4>
  2284.      </div>
  2285.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2286.        <div class="blog-roll-list scrollable-sidebar">
  2287.          
  2288.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2289.            <a href="https://www.fromagesbouffetraditions.ca/"  rel="dofollow" class="text-decoration-none ">
  2290.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2291.                <i class="ti-angle-right me-2 text-primary"></i>
  2292.                 casino en ligne
  2293.              </h6>
  2294.            </a>
  2295.          </div>
  2296.          
  2297.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2298.            <a href="https://siberiastationspa.com/"  rel="dofollow" class="text-decoration-none ">
  2299.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2300.                <i class="ti-angle-right me-2 text-primary"></i>
  2301.                 casino en ligne
  2302.              </h6>
  2303.            </a>
  2304.          </div>
  2305.          
  2306.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2307.            <a href="https://gameplayspace.com/"  rel="dofollow" class="text-decoration-none ">
  2308.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2309.                <i class="ti-angle-right me-2 text-primary"></i>
  2310.                 best online casino canada
  2311.              </h6>
  2312.            </a>
  2313.          </div>
  2314.          
  2315.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2316.            <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none ">
  2317.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2318.                <i class="ti-angle-right me-2 text-primary"></i>
  2319.                 best payout casino canada
  2320.              </h6>
  2321.            </a>
  2322.          </div>
  2323.          
  2324.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2325.            <a href="https://camanjs.com/"  rel="dofollow" class="text-decoration-none ">
  2326.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2327.                <i class="ti-angle-right me-2 text-primary"></i>
  2328.                 online casino
  2329.              </h6>
  2330.            </a>
  2331.          </div>
  2332.          
  2333.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2334.            <a href="https://www.cma2019.ca/"  rel="dofollow" class="text-decoration-none ">
  2335.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2336.                <i class="ti-angle-right me-2 text-primary"></i>
  2337.                 meilleurs casinos en ligne
  2338.              </h6>
  2339.            </a>
  2340.          </div>
  2341.          
  2342.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2343.            <a href="https://www.campagnepourlalecture.ca/"  rel="dofollow" class="text-decoration-none ">
  2344.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2345.                <i class="ti-angle-right me-2 text-primary"></i>
  2346.                 casino en ligne Québec
  2347.              </h6>
  2348.            </a>
  2349.          </div>
  2350.          
  2351.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2352.            <a href="https://www.phlebology.org/"  rel="dofollow" class="text-decoration-none ">
  2353.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2354.                <i class="ti-angle-right me-2 text-primary"></i>
  2355.                 canadian online casinos
  2356.              </h6>
  2357.            </a>
  2358.          </div>
  2359.          
  2360.  
  2361.        </div>
  2362.  
  2363.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2364.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2365.        </div> -->
  2366.      </div>
  2367.    </div>
  2368.    
  2369.    <div class="sidebar-widget mb-4">
  2370.      <div class="widget-title-wrapper mb-3">
  2371.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2372.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2373.          <span class="title-arrow"></span>
  2374.        </h4>
  2375.      </div>
  2376.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2377.        <div class="blog-roll-list scrollable-sidebar">
  2378.          
  2379.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2380.            <a href="https://cafb-acba.ca/"  rel="dofollow" class="text-decoration-none ">
  2381.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2382.                <i class="ti-angle-right me-2 text-primary"></i>
  2383.                 best online casino canada
  2384.              </h6>
  2385.            </a>
  2386.          </div>
  2387.          
  2388.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2389.            <a href="https://www.dresshead.com/"  rel="dofollow" class="text-decoration-none ">
  2390.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2391.                <i class="ti-angle-right me-2 text-primary"></i>
  2392.                 online casino
  2393.              </h6>
  2394.            </a>
  2395.          </div>
  2396.          
  2397.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2398.            <a href="https://www.activehealthykids.ca/"  rel="dofollow" class="text-decoration-none ">
  2399.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2400.                <i class="ti-angle-right me-2 text-primary"></i>
  2401.                 online casino canada
  2402.              </h6>
  2403.            </a>
  2404.          </div>
  2405.          
  2406.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2407.            <a href="https://hriportal.ca/"  rel="dofollow" class="text-decoration-none ">
  2408.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2409.                <i class="ti-angle-right me-2 text-primary"></i>
  2410.                 best online casino canada
  2411.              </h6>
  2412.            </a>
  2413.          </div>
  2414.          
  2415.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2416.            <a href="https://delbarber.com/"  rel="dofollow" class="text-decoration-none ">
  2417.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2418.                <i class="ti-angle-right me-2 text-primary"></i>
  2419.                 top online casinos
  2420.              </h6>
  2421.            </a>
  2422.          </div>
  2423.          
  2424.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2425.            <a href="https://gameplayspace.com/"  rel="dofollow" class="text-decoration-none ">
  2426.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2427.                <i class="ti-angle-right me-2 text-primary"></i>
  2428.                 online casino canada
  2429.              </h6>
  2430.            </a>
  2431.          </div>
  2432.          
  2433.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2434.            <a href="https://projectunderstood.ca/"  rel="dofollow" class="text-decoration-none ">
  2435.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2436.                <i class="ti-angle-right me-2 text-primary"></i>
  2437.                 online casino canada
  2438.              </h6>
  2439.            </a>
  2440.          </div>
  2441.          
  2442.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2443.            <a href="https://www.gamblinginsider.com/ca/online-casinos"  rel="dofollow" class="text-decoration-none ">
  2444.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2445.                <i class="ti-angle-right me-2 text-primary"></i>
  2446.                 online casinos
  2447.              </h6>
  2448.            </a>
  2449.          </div>
  2450.          
  2451.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2452.            <a href="https://viva-media.ca/"  rel="dofollow" class="text-decoration-none ">
  2453.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2454.                <i class="ti-angle-right me-2 text-primary"></i>
  2455.                 online gambling real money
  2456.              </h6>
  2457.            </a>
  2458.          </div>
  2459.          
  2460.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2461.            <a href="https://www.hyperionbrewing.com/"  rel="dofollow" class="text-decoration-none ">
  2462.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2463.                <i class="ti-angle-right me-2 text-primary"></i>
  2464.                 crypto casinos
  2465.              </h6>
  2466.            </a>
  2467.          </div>
  2468.          
  2469.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2470.            <a href="https://www.directioninformatique.com/"  rel="dofollow" class="text-decoration-none ">
  2471.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2472.                <i class="ti-angle-right me-2 text-primary"></i>
  2473.                 meilleurs casinos en ligne
  2474.              </h6>
  2475.            </a>
  2476.          </div>
  2477.          
  2478.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2479.            <a href="https://www.activehealthykids.ca/"  rel="dofollow" class="text-decoration-none ">
  2480.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2481.                <i class="ti-angle-right me-2 text-primary"></i>
  2482.                 best online casino canada
  2483.              </h6>
  2484.            </a>
  2485.          </div>
  2486.          
  2487.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2488.            <a href="https://phpartners.org/"  rel="dofollow" class="text-decoration-none ">
  2489.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2490.                <i class="ti-angle-right me-2 text-primary"></i>
  2491.                 online casino
  2492.              </h6>
  2493.            </a>
  2494.          </div>
  2495.          
  2496.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2497.            <a href="https://hriportal.ca/"  rel="dofollow" class="text-decoration-none ">
  2498.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2499.                <i class="ti-angle-right me-2 text-primary"></i>
  2500.                 online casino
  2501.              </h6>
  2502.            </a>
  2503.          </div>
  2504.          
  2505.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2506.            <a href="https://www.smartsaver.org/"  rel="dofollow" class="text-decoration-none ">
  2507.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2508.                <i class="ti-angle-right me-2 text-primary"></i>
  2509.                 online casino canada
  2510.              </h6>
  2511.            </a>
  2512.          </div>
  2513.          
  2514.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2515.            <a href="https://www.itwc.ca/"  rel="dofollow" class="text-decoration-none ">
  2516.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2517.                <i class="ti-angle-right me-2 text-primary"></i>
  2518.                 online casino canada
  2519.              </h6>
  2520.            </a>
  2521.          </div>
  2522.          
  2523.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2524.            <a href="https://www.fastestpayoutonlinecasino.com/"  rel="dofollow" class="text-decoration-none ">
  2525.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2526.                <i class="ti-angle-right me-2 text-primary"></i>
  2527.                 online casino canada
  2528.              </h6>
  2529.            </a>
  2530.          </div>
  2531.          
  2532.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2533.            <a href="https://loginwithfido.com/"  rel="dofollow" class="text-decoration-none ">
  2534.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2535.                <i class="ti-angle-right me-2 text-primary"></i>
  2536.                 online casino
  2537.              </h6>
  2538.            </a>
  2539.          </div>
  2540.          
  2541.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2542.            <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none ">
  2543.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2544.                <i class="ti-angle-right me-2 text-primary"></i>
  2545.                 online casinos
  2546.              </h6>
  2547.            </a>
  2548.          </div>
  2549.          
  2550.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2551.            <a href="https://delbarber.com/"  rel="dofollow" class="text-decoration-none ">
  2552.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2553.                <i class="ti-angle-right me-2 text-primary"></i>
  2554.                 online casino
  2555.              </h6>
  2556.            </a>
  2557.          </div>
  2558.          
  2559.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2560.            <a href="https://gameplayspace.com/"  rel="dofollow" class="text-decoration-none ">
  2561.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2562.                <i class="ti-angle-right me-2 text-primary"></i>
  2563.                 online casino
  2564.              </h6>
  2565.            </a>
  2566.          </div>
  2567.          
  2568.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2569.            <a href="https://www.valuewalk.com/igaming/casino-en-ligne-canada/"  rel="dofollow" class="text-decoration-none ">
  2570.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2571.                <i class="ti-angle-right me-2 text-primary"></i>
  2572.                 casino en ligne canada
  2573.              </h6>
  2574.            </a>
  2575.          </div>
  2576.          
  2577.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2578.            <a href="https://espacelafontaine.com/"  rel="dofollow" class="text-decoration-none ">
  2579.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2580.                <i class="ti-angle-right me-2 text-primary"></i>
  2581.                 meilleur casino en ligne canada
  2582.              </h6>
  2583.            </a>
  2584.          </div>
  2585.          
  2586.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2587.            <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none ">
  2588.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2589.                <i class="ti-angle-right me-2 text-primary"></i>
  2590.                 canadian online casinos
  2591.              </h6>
  2592.            </a>
  2593.          </div>
  2594.          
  2595.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2596.            <a href="https://www.od4d.net/"  rel="dofollow" class="text-decoration-none ">
  2597.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2598.                <i class="ti-angle-right me-2 text-primary"></i>
  2599.                 online casino canada
  2600.              </h6>
  2601.            </a>
  2602.          </div>
  2603.          
  2604.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2605.            <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none ">
  2606.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2607.                <i class="ti-angle-right me-2 text-primary"></i>
  2608.                 online casino canada
  2609.              </h6>
  2610.            </a>
  2611.          </div>
  2612.          
  2613.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2614.            <a href="https://www.sfparksalliance.org/"  rel="dofollow" class="text-decoration-none ">
  2615.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2616.                <i class="ti-angle-right me-2 text-primary"></i>
  2617.                 crypto casino
  2618.              </h6>
  2619.            </a>
  2620.          </div>
  2621.          
  2622.  
  2623.        </div>
  2624.  
  2625.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2626.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2627.        </div> -->
  2628.      </div>
  2629.    </div>
  2630.    
  2631.    <div class="sidebar-widget mb-4">
  2632.      <div class="widget-title-wrapper mb-3">
  2633.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2634.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2635.          <span class="title-arrow"></span>
  2636.        </h4>
  2637.      </div>
  2638.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2639.        <div class="blog-roll-list scrollable-sidebar">
  2640.          
  2641.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2642.            <a href="https://www.esportsbets.com/casino/quebec/"  rel="dofollow" class="text-decoration-none ">
  2643.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2644.                <i class="ti-angle-right me-2 text-primary"></i>
  2645.                 top 10 casino en ligne canada
  2646.              </h6>
  2647.            </a>
  2648.          </div>
  2649.          
  2650.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2651.            <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none ">
  2652.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2653.                <i class="ti-angle-right me-2 text-primary"></i>
  2654.                 online casino
  2655.              </h6>
  2656.            </a>
  2657.          </div>
  2658.          
  2659.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2660.            <a href="https://www.od4d.net/"  rel="dofollow" class="text-decoration-none ">
  2661.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2662.                <i class="ti-angle-right me-2 text-primary"></i>
  2663.                 online casino
  2664.              </h6>
  2665.            </a>
  2666.          </div>
  2667.          
  2668.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2669.            <a href="https://www.esportsbets.com/casino/quebec/"  rel="dofollow" class="text-decoration-none ">
  2670.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2671.                <i class="ti-angle-right me-2 text-primary"></i>
  2672.                 meilleur casino en ligne canada
  2673.              </h6>
  2674.            </a>
  2675.          </div>
  2676.          
  2677.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2678.            <a href="https://www.bluecanoetheatrical.ca/"  rel="dofollow" class="text-decoration-none ">
  2679.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2680.                <i class="ti-angle-right me-2 text-primary"></i>
  2681.                 canadian online casinos
  2682.              </h6>
  2683.            </a>
  2684.          </div>
  2685.          
  2686.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2687.            <a href="https://www.b2bmarketingzone.com/"  rel="dofollow" class="text-decoration-none ">
  2688.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2689.                <i class="ti-angle-right me-2 text-primary"></i>
  2690.                 online casinos
  2691.              </h6>
  2692.            </a>
  2693.          </div>
  2694.          
  2695.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2696.            <a href="https://wirkn.com/"  rel="dofollow" class="text-decoration-none ">
  2697.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2698.                <i class="ti-angle-right me-2 text-primary"></i>
  2699.                 betting sites
  2700.              </h6>
  2701.            </a>
  2702.          </div>
  2703.          
  2704.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2705.            <a href="https://nbhrf.com/"  rel="dofollow" class="text-decoration-none ">
  2706.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2707.                <i class="ti-angle-right me-2 text-primary"></i>
  2708.                 online casino
  2709.              </h6>
  2710.            </a>
  2711.          </div>
  2712.          
  2713.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2714.            <a href="https://bankingombuds.ca/"  rel="dofollow" class="text-decoration-none ">
  2715.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2716.                <i class="ti-angle-right me-2 text-primary"></i>
  2717.                 online casinos
  2718.              </h6>
  2719.            </a>
  2720.          </div>
  2721.          
  2722.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2723.            <a href="https://noticiasmontreal.com/"  rel="dofollow" class="text-decoration-none ">
  2724.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2725.                <i class="ti-angle-right me-2 text-primary"></i>
  2726.                 casino en ligne canada
  2727.              </h6>
  2728.            </a>
  2729.          </div>
  2730.          
  2731.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2732.            <a href="https://energypoverty.ca/"  rel="dofollow" class="text-decoration-none ">
  2733.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2734.                <i class="ti-angle-right me-2 text-primary"></i>
  2735.                 online casino canada
  2736.              </h6>
  2737.            </a>
  2738.          </div>
  2739.          
  2740.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2741.            <a href="https://nbhrf.com/"  rel="dofollow" class="text-decoration-none ">
  2742.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2743.                <i class="ti-angle-right me-2 text-primary"></i>
  2744.                 online casino canada
  2745.              </h6>
  2746.            </a>
  2747.          </div>
  2748.          
  2749.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2750.            <a href="https://www.station16gallery.com/"  rel="dofollow" class="text-decoration-none ">
  2751.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2752.                <i class="ti-angle-right me-2 text-primary"></i>
  2753.                 betting sites
  2754.              </h6>
  2755.            </a>
  2756.          </div>
  2757.          
  2758.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2759.            <a href="https://www.digitaltransformationawards.ca/"  rel="dofollow" class="text-decoration-none ">
  2760.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2761.                <i class="ti-angle-right me-2 text-primary"></i>
  2762.                 online casino
  2763.              </h6>
  2764.            </a>
  2765.          </div>
  2766.          
  2767.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2768.            <a href="https://www.uchirestaurant.ca/"  rel="dofollow" class="text-decoration-none ">
  2769.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2770.                <i class="ti-angle-right me-2 text-primary"></i>
  2771.                 casino en ligne
  2772.              </h6>
  2773.            </a>
  2774.          </div>
  2775.          
  2776.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2777.            <a href="https://startuparound.com/"  rel="dofollow" class="text-decoration-none ">
  2778.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2779.                <i class="ti-angle-right me-2 text-primary"></i>
  2780.                 online casinos
  2781.              </h6>
  2782.            </a>
  2783.          </div>
  2784.          
  2785.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2786.            <a href="https://energypoverty.ca/"  rel="dofollow" class="text-decoration-none ">
  2787.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2788.                <i class="ti-angle-right me-2 text-primary"></i>
  2789.                 online casino
  2790.              </h6>
  2791.            </a>
  2792.          </div>
  2793.          
  2794.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2795.            <a href="https://kindexchange.ca/"  rel="dofollow" class="text-decoration-none ">
  2796.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2797.                <i class="ti-angle-right me-2 text-primary"></i>
  2798.                 online casino
  2799.              </h6>
  2800.            </a>
  2801.          </div>
  2802.          
  2803.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2804.            <a href="https://www.thedrivefm.ca/"  rel="dofollow" class="text-decoration-none ">
  2805.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2806.                <i class="ti-angle-right me-2 text-primary"></i>
  2807.                 betting sites
  2808.              </h6>
  2809.            </a>
  2810.          </div>
  2811.          
  2812.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2813.            <a href="https://www.safepetottawa.com/"  rel="dofollow" class="text-decoration-none ">
  2814.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2815.                <i class="ti-angle-right me-2 text-primary"></i>
  2816.                 online casino
  2817.              </h6>
  2818.            </a>
  2819.          </div>
  2820.          
  2821.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2822.            <a href="https://margelo.io/"  rel="dofollow" class="text-decoration-none ">
  2823.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2824.                <i class="ti-angle-right me-2 text-primary"></i>
  2825.                 sports betting sites canada
  2826.              </h6>
  2827.            </a>
  2828.          </div>
  2829.          
  2830.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2831.            <a href="https://bankingombuds.ca/"  rel="dofollow" class="text-decoration-none ">
  2832.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2833.                <i class="ti-angle-right me-2 text-primary"></i>
  2834.                 online casino
  2835.              </h6>
  2836.            </a>
  2837.          </div>
  2838.          
  2839.  
  2840.        </div>
  2841.  
  2842.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2843.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2844.        </div> -->
  2845.      </div>
  2846.    </div>
  2847.    
  2848.    <div class="sidebar-widget mb-4">
  2849.      <div class="widget-title-wrapper mb-3">
  2850.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2851.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2852.          <span class="title-arrow"></span>
  2853.        </h4>
  2854.      </div>
  2855.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2856.        <div class="blog-roll-list scrollable-sidebar">
  2857.          
  2858.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2859.            <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2860.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2861.                <i class="ti-angle-right me-2 text-primary"></i>
  2862.                 new sports betting sites uk
  2863.              </h6>
  2864.            </a>
  2865.          </div>
  2866.          
  2867.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2868.            <a href="https://www.musicaltoronto.org/"  rel="dofollow" class="text-decoration-none ">
  2869.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2870.                <i class="ti-angle-right me-2 text-primary"></i>
  2871.                 best online casinos
  2872.              </h6>
  2873.            </a>
  2874.          </div>
  2875.          
  2876.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2877.            <a href="https://www.operationspaix.net/"  rel="dofollow" class="text-decoration-none ">
  2878.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2879.                <i class="ti-angle-right me-2 text-primary"></i>
  2880.                 casino en ligne
  2881.              </h6>
  2882.            </a>
  2883.          </div>
  2884.          
  2885.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2886.            <a href="https://reseaurural.fr/"  rel="dofollow" class="text-decoration-none ">
  2887.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2888.                <i class="ti-angle-right me-2 text-primary"></i>
  2889.                 casino en ligne
  2890.              </h6>
  2891.            </a>
  2892.          </div>
  2893.          
  2894.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2895.            <a href="https://www.ijic.info/"  rel="dofollow" class="text-decoration-none ">
  2896.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2897.                <i class="ti-angle-right me-2 text-primary"></i>
  2898.                 best online casinos
  2899.              </h6>
  2900.            </a>
  2901.          </div>
  2902.          
  2903.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2904.            <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none ">
  2905.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2906.                <i class="ti-angle-right me-2 text-primary"></i>
  2907.                 online casino
  2908.              </h6>
  2909.            </a>
  2910.          </div>
  2911.          
  2912.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2913.            <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none ">
  2914.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2915.                <i class="ti-angle-right me-2 text-primary"></i>
  2916.                 online casino
  2917.              </h6>
  2918.            </a>
  2919.          </div>
  2920.          
  2921.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2922.            <a href="https://clarketheatre.ca/"  rel="dofollow" class="text-decoration-none ">
  2923.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2924.                <i class="ti-angle-right me-2 text-primary"></i>
  2925.                 online casino canada
  2926.              </h6>
  2927.            </a>
  2928.          </div>
  2929.          
  2930.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2931.            <a href="https://www.safepetottawa.com/"  rel="dofollow" class="text-decoration-none ">
  2932.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2933.                <i class="ti-angle-right me-2 text-primary"></i>
  2934.                 online casinos
  2935.              </h6>
  2936.            </a>
  2937.          </div>
  2938.          
  2939.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2940.            <a href="https://micharity.com/"  rel="dofollow" class="text-decoration-none ">
  2941.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2942.                <i class="ti-angle-right me-2 text-primary"></i>
  2943.                 online casino
  2944.              </h6>
  2945.            </a>
  2946.          </div>
  2947.          
  2948.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2949.            <a href="https://clarketheatre.ca/"  rel="dofollow" class="text-decoration-none ">
  2950.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2951.                <i class="ti-angle-right me-2 text-primary"></i>
  2952.                 online casino
  2953.              </h6>
  2954.            </a>
  2955.          </div>
  2956.          
  2957.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2958.            <a href="https://www.stuzoclothing.com/"  rel="dofollow" class="text-decoration-none ">
  2959.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2960.                <i class="ti-angle-right me-2 text-primary"></i>
  2961.                 best online casinos
  2962.              </h6>
  2963.            </a>
  2964.          </div>
  2965.          
  2966.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2967.            <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none ">
  2968.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2969.                <i class="ti-angle-right me-2 text-primary"></i>
  2970.                 online casinos
  2971.              </h6>
  2972.            </a>
  2973.          </div>
  2974.          
  2975.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2976.            <a href="https://watergovernance.ca/"  rel="dofollow" class="text-decoration-none ">
  2977.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2978.                <i class="ti-angle-right me-2 text-primary"></i>
  2979.                 online casinos
  2980.              </h6>
  2981.            </a>
  2982.          </div>
  2983.          
  2984.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2985.            <a href="https://www.governancevote.ca/"  rel="dofollow" class="text-decoration-none ">
  2986.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2987.                <i class="ti-angle-right me-2 text-primary"></i>
  2988.                 online casinos
  2989.              </h6>
  2990.            </a>
  2991.          </div>
  2992.          
  2993.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2994.            <a href="https://www.devmcgill.com/"  rel="dofollow" class="text-decoration-none ">
  2995.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2996.                <i class="ti-angle-right me-2 text-primary"></i>
  2997.                 online casinos
  2998.              </h6>
  2999.            </a>
  3000.          </div>
  3001.          
  3002.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3003.            <a href="https://www.safepetottawa.com/"  rel="dofollow" class="text-decoration-none ">
  3004.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3005.                <i class="ti-angle-right me-2 text-primary"></i>
  3006.                 ontario online casino
  3007.              </h6>
  3008.            </a>
  3009.          </div>
  3010.          
  3011.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3012.            <a href="https://loplops.com/"  rel="dofollow" class="text-decoration-none ">
  3013.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3014.                <i class="ti-angle-right me-2 text-primary"></i>
  3015.                 online casinos canada
  3016.              </h6>
  3017.            </a>
  3018.          </div>
  3019.          
  3020.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3021.            <a href="https://www.balmoralresources.com/"  rel="dofollow" class="text-decoration-none ">
  3022.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3023.                <i class="ti-angle-right me-2 text-primary"></i>
  3024.                 online casinos canada
  3025.              </h6>
  3026.            </a>
  3027.          </div>
  3028.          
  3029.  
  3030.        </div>
  3031.  
  3032.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3033.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3034.        </div> -->
  3035.      </div>
  3036.    </div>
  3037.    
  3038.  </div>
  3039.  
  3040. <!-- Sidebar V2 Styles -->
  3041. <style>
  3042.  .sidebar-widget {
  3043.    position: relative;
  3044.  }
  3045.  
  3046.  .widget-title {
  3047.    font-size: 1.1rem;
  3048.    font-weight: 700;
  3049.    display: inline-block;
  3050.    position: relative;
  3051.    z-index: 2;
  3052.    border-radius: 0;
  3053.  }
  3054.  
  3055.  /* Green arrow for August Blog Roll */
  3056.  .title-arrow::after {
  3057.    content: '';
  3058.    position: absolute;
  3059.    top: 0;
  3060.    right: -22px;
  3061.    width: 0;
  3062.    height: 0;
  3063.    border-left: 22px solid var(--bs-primary);
  3064.    border-top: 22px solid transparent;
  3065.    border-bottom: 22px solid transparent;
  3066.    z-index: 1;
  3067.  }
  3068.  
  3069.  /* Blue arrow for Recent Posts */
  3070.  .title-arrow-primary::after {
  3071.    content: '';
  3072.    position: absolute;
  3073.    top: 0;
  3074.    right: -22px;
  3075.    width: 0;
  3076.    height: 0;
  3077.    border-left: 22px solid var(--bs-primary);
  3078.    border-top: 22px solid transparent;
  3079.    border-bottom: 22px solid transparent;
  3080.    z-index: 1;
  3081.  }
  3082.  
  3083.  .widget-content {
  3084.    margin-top: -1px;
  3085.    position: relative;
  3086.    z-index: 1;
  3087.     background-color: var(--card-bg);
  3088.  }
  3089.  
  3090.  /* Blog Roll Items Hover Effects */
  3091.  .blog-roll-item:hover .post-title {
  3092.    color: #198754 !important;
  3093.    transform: translateX(5px);
  3094.    transition: all 0.3s ease;
  3095.  }
  3096.  
  3097.  /* Recent Post Items Hover Effects */
  3098.  .recent-post-item:hover .post-title a {
  3099.    color: #0d6efd !important;
  3100.    transition: color 0.3s ease;
  3101.  }
  3102.  
  3103.  .recent-post-item:hover .post-image img {
  3104.    transform: scale(1.05);
  3105.    transition: transform 0.3s ease;
  3106.  }
  3107.  
  3108.  /* Button Hover Effects */
  3109.  .btn:hover {
  3110.    transform: translateY(-2px);
  3111.    transition: all 0.3s ease;
  3112.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3113.  }
  3114.  
  3115.  /* Badge Hover Effects */
  3116.  .badge:hover {
  3117.    transform: scale(1.05);
  3118.    transition: transform 0.3s ease;
  3119.  }
  3120.  
  3121.  @media (max-width: 991px) {
  3122.    .sidebar {
  3123.      margin-top: 3rem;
  3124.    }
  3125.  }
  3126.  
  3127.  @media (max-width: 576px) {
  3128.    .widget-title {
  3129.      font-size: 1rem;
  3130.      padding: 0.75rem 1rem !important;
  3131.    }
  3132.  
  3133.    .title-arrow::after,
  3134.    .title-arrow-primary::after {
  3135.      right: -18px;
  3136.      border-left-width: 18px;
  3137.      border-top-width: 18px;
  3138.      border-bottom-width: 18px;
  3139.    }
  3140.  
  3141.    .post-image {
  3142.      width: 70px !important;
  3143.      height: 55px !important;
  3144.    }
  3145.  
  3146.    .blog-meta {
  3147.      flex-direction: column !important;
  3148.      align-items: flex-start !important;
  3149.      gap: 0.5rem;
  3150.    }
  3151.  }
  3152. </style>
  3153.  
  3154.    
  3155.            </div>
  3156.        </div>
  3157.    </div>
  3158. </section>
  3159.  
  3160. <script>
  3161. // Enhanced Intersection Observer with staggered animations
  3162. document.addEventListener('DOMContentLoaded', function() {
  3163.    const observerOptions = {
  3164.        threshold: 0.1,
  3165.        rootMargin: '0px 0px -100px 0px'
  3166.    };
  3167.  
  3168.    const observer = new IntersectionObserver(function(entries) {
  3169.        entries.forEach(entry => {
  3170.            if (entry.isIntersecting) {
  3171.                setTimeout(() => {
  3172.                    entry.target.classList.add('revealed');
  3173.                }, 100);
  3174.            }
  3175.        });
  3176.    }, observerOptions);
  3177.  
  3178.    // Observe all scroll-reveal elements
  3179.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  3180.        observer.observe(el);
  3181.    });
  3182.  
  3183.    // Add parallax effect to floating dots
  3184.    document.addEventListener('mousemove', function(e) {
  3185.        const cards = document.querySelectorAll('.blog-card-v3');
  3186.        cards.forEach(card => {
  3187.            const rect = card.getBoundingClientRect();
  3188.            const x = (e.clientX - rect.left) / rect.width;
  3189.            const y = (e.clientY - rect.top) / rect.height;
  3190.            
  3191.            const dots = card.querySelectorAll('.floating-dot');
  3192.            dots.forEach((dot, index) => {
  3193.                const moveX = (x - 0.5) * (10 + index * 5);
  3194.                const moveY = (y - 0.5) * (10 + index * 5);
  3195.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  3196.            });
  3197.        });
  3198.    });
  3199. });
  3200. </script>
  3201.  
  3202.    
  3203.        
  3204.        <!-- end wpo-blog-highlights-section -->
  3205.        <!-- start wpo-blog-sponsored-section -->
  3206.        
  3207.  
  3208.  
  3209.  
  3210.    
  3211.  
  3212.  
  3213.  
  3214. <style>
  3215.    .sponsored-section-v5 {
  3216.        padding: 40px 0;
  3217.    }
  3218.    
  3219.    .sponsored-card-v5 {
  3220.        background: var(--card-bg);
  3221.        border: 1px solid #f5f5f5;
  3222.        border-radius: var(--border-radius);
  3223.        transition: border-color 0.3s ease;
  3224.        height: 100%;
  3225.    }
  3226.    
  3227.    .sponsored-card-v5:hover {
  3228.        border-color: var(--bs-primary);
  3229.    }
  3230.    
  3231.    .sponsored-image-v5 {
  3232.        position: relative;
  3233.        background: var(--card-bg);
  3234.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  3235.        margin: 15px 15px 0;
  3236.    }
  3237.    
  3238.    .sponsored-image-v5 img {
  3239.        width: 100%;
  3240.        height: 140px;
  3241.        object-fit: cover;
  3242.        border-radius: var(--border-radius);
  3243.    }
  3244.    
  3245.    .sponsored-badge-v5 {
  3246.        position: absolute;
  3247.        top: 6px;
  3248.        left: 8px;
  3249.        padding: 4px 10px;
  3250.        font-size: 11px;
  3251.        font-weight: 600;
  3252.        text-transform: uppercase;    
  3253.        border-radius: var(--border-radius);
  3254.    }
  3255.    
  3256.    .sponsored-badge-v5::before {
  3257.        content: '';
  3258.        position: absolute;
  3259.        top: 8px;
  3260.        left: -10px;
  3261.        border-top: 10px solid var(--bs-primary);
  3262.        border-left: 10px solid transparent;
  3263.        transform: rotate(45deg);
  3264.    }
  3265.    
  3266.    .sponsored-content-v5 {
  3267.        padding: 15px;
  3268.    }
  3269.    
  3270.    .sponsored-title-v5 {
  3271.        font-size: 15px;
  3272.        font-weight: 700;
  3273.        line-height: 1.4;
  3274.        margin-bottom: 8px;
  3275.        color: #333;
  3276.    }
  3277.    
  3278.    .sponsored-title-v5 a {
  3279.        text-decoration: none;
  3280.        color: #333;
  3281.    }
  3282.    
  3283.    .sponsored-title-v5 a:hover {
  3284.        color: var(--bs-primary); /* Purple hover */
  3285.    }
  3286.    
  3287.    .sponsored-excerpt-v5 {
  3288.        font-size: 12px;
  3289.        font-style: italic;
  3290.        color: #868e96;
  3291.        margin-bottom: 10px;
  3292.        line-height: 1.5;
  3293.    }
  3294.    
  3295.    .sponsored-meta-v5 {
  3296.        font-size: 11px;
  3297.        color: #6c757d;
  3298.    }
  3299.    
  3300.    .author-info-v5 {
  3301.        margin-bottom: 5px;
  3302.    }
  3303.    
  3304.    .sponsored-author-img-v5 {
  3305.        width: 22px;
  3306.        height: 22px;
  3307.        border-radius: var(--border-radius);
  3308.        object-fit: cover;
  3309.        vertical-align: middle;
  3310.        margin-right: 5px;
  3311.    }
  3312.    
  3313.    .section-title-sponsored-v5 {
  3314.        font-size: 2.1rem;
  3315.        font-weight: 700;
  3316.        text-align: center;
  3317.        margin-bottom: 30px;
  3318.        color: #333;
  3319.        position: relative;
  3320.    }
  3321.    
  3322.    .section-title-sponsored-v5::after {
  3323.        content: '';
  3324.        position: absolute;
  3325.        bottom: -10px;
  3326.        left: 50%;
  3327.        transform: translateX(-50%);
  3328.        width: 80px;
  3329.        height: 2px;
  3330.        background: var(--bs-primary);
  3331.        box-shadow: 0 2px 0 0 var(--bs-primary);
  3332.    }
  3333.  
  3334.    @media (max-width: 768px) {
  3335.        .sponsored-section-v5 {
  3336.            padding: 25px 0;
  3337.        }
  3338.        .sponsored-image-v5 {
  3339.            margin: 10px 10px 0;
  3340.            padding: 8px;
  3341.        }
  3342.        .sponsored-image-v5 img {
  3343.            height: 120px;
  3344.        }
  3345.        .sponsored-content-v5 {
  3346.            padding: 12px;
  3347.        }
  3348.        .sponsored-title-v5 {
  3349.            font-size: 14px;
  3350.        }
  3351.        .sponsored-excerpt-v5 {
  3352.            font-size: 11px;
  3353.        }
  3354.        .section-title-sponsored-v5 {
  3355.            font-size: 1.7rem;
  3356.        }
  3357.    }
  3358. </style>
  3359.  
  3360. <section class="sponsored-section-v5">
  3361.    <div class="container-fluid fluid-container">
  3362.        <div class="row">
  3363.            <div class="col-12">
  3364.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  3365.            </div>
  3366.        </div>
  3367.        
  3368.        <div class="row g-3">
  3369.            
  3370.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3371.                <div class="card sponsored-card-v5">
  3372.                    <div class="sponsored-image-v5">
  3373.                        
  3374.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3375.                        
  3376.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3377.                    </div>
  3378.                    <div class="sponsored-content-v5">
  3379.                        <h3 class="sponsored-title-v5">
  3380.                            <a href="/james-cameron-sets-the-record-straight-computers-dont-create-avatar-films/" >
  3381.                                            James Cameron Sets the Record Straight: ‘Computers Don’t Create Avatar Films’
  3382.                                            </a>
  3383.                        </h3>
  3384.                        <p class="sponsored-excerpt-v5">
  3385.                          
  3386.                        </p>
  3387.                        <div class="sponsored-meta-v5">
  3388.                            <div class="author-info-v5">
  3389.                                
  3390.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="sponsored-author-img-v5">
  3391.                                
  3392.                                <span>
  3393.                                    Rachel Chavez
  3394.                                </span>
  3395.                            </div>
  3396.                            <div>11 May 2026</div>
  3397.                        </div>
  3398.                    </div>
  3399.                </div>
  3400.            </div>
  3401.            
  3402.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3403.                <div class="card sponsored-card-v5">
  3404.                    <div class="sponsored-image-v5">
  3405.                        
  3406.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3407.                        
  3408.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3409.                    </div>
  3410.                    <div class="sponsored-content-v5">
  3411.                        <h3 class="sponsored-title-v5">
  3412.                            <a href="/bound-isolated-and-frightened-the-bleak-truth-for-women-made-to-deliver-in-prison/" >
  3413.                                            Bound, Isolated and Frightened: The Bleak Truth for Women Made to Deliver in Prison.
  3414.                                            </a>
  3415.                        </h3>
  3416.                        <p class="sponsored-excerpt-v5">
  3417.                          
  3418.                        </p>
  3419.                        <div class="sponsored-meta-v5">
  3420.                            <div class="author-info-v5">
  3421.                                
  3422.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="sponsored-author-img-v5">
  3423.                                
  3424.                                <span>
  3425.                                    Rachel Chavez
  3426.                                </span>
  3427.                            </div>
  3428.                            <div>11 May 2026</div>
  3429.                        </div>
  3430.                    </div>
  3431.                </div>
  3432.            </div>
  3433.            
  3434.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3435.                <div class="card sponsored-card-v5">
  3436.                    <div class="sponsored-image-v5">
  3437.                        
  3438.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3439.                        
  3440.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3441.                    </div>
  3442.                    <div class="sponsored-content-v5">
  3443.                        <h3 class="sponsored-title-v5">
  3444.                            <a href="/a-tale-of-unexpected-generosity-when-a-student-let-me-sleep-on-her-dorm-floor/" >
  3445.                                            A Tale of Unexpected Generosity: When a Student Let Me Sleep on Her Dorm Floor
  3446.                                            </a>
  3447.                        </h3>
  3448.                        <p class="sponsored-excerpt-v5">
  3449.                          
  3450.                        </p>
  3451.                        <div class="sponsored-meta-v5">
  3452.                            <div class="author-info-v5">
  3453.                                
  3454.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="sponsored-author-img-v5">
  3455.                                
  3456.                                <span>
  3457.                                    Rachel Chavez
  3458.                                </span>
  3459.                            </div>
  3460.                            <div>11 May 2026</div>
  3461.                        </div>
  3462.                    </div>
  3463.                </div>
  3464.            </div>
  3465.            
  3466.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3467.                <div class="card sponsored-card-v5">
  3468.                    <div class="sponsored-image-v5">
  3469.                        
  3470.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3471.                        
  3472.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3473.                    </div>
  3474.                    <div class="sponsored-content-v5">
  3475.                        <h3 class="sponsored-title-v5">
  3476.                            <a href="/among-those-ruined-remains-of-an-apartment-block-i-saw-a-book-i-had-rendered/" >
  3477.                                            Among those Ruined Remains of an Apartment Block, I Saw a Book I Had Rendered
  3478.                                            </a>
  3479.                        </h3>
  3480.                        <p class="sponsored-excerpt-v5">
  3481.                          
  3482.                        </p>
  3483.                        <div class="sponsored-meta-v5">
  3484.                            <div class="author-info-v5">
  3485.                                
  3486.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="sponsored-author-img-v5">
  3487.                                
  3488.                                <span>
  3489.                                    Rachel Chavez
  3490.                                </span>
  3491.                            </div>
  3492.                            <div>11 May 2026</div>
  3493.                        </div>
  3494.                    </div>
  3495.                </div>
  3496.            </div>
  3497.            
  3498.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3499.                <div class="card sponsored-card-v5">
  3500.                    <div class="sponsored-image-v5">
  3501.                        
  3502.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3503.                        
  3504.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3505.                    </div>
  3506.                    <div class="sponsored-content-v5">
  3507.                        <h3 class="sponsored-title-v5">
  3508.                            <a href="/3-xbox-game-pass-titles-we-are-playing-this-weekend-october-10-12/" >
  3509.                                            3 Xbox Game Pass Titles We Are Playing This Weekend (October 10-12)
  3510.                                            </a>
  3511.                        </h3>
  3512.                        <p class="sponsored-excerpt-v5">
  3513.                          
  3514.                        </p>
  3515.                        <div class="sponsored-meta-v5">
  3516.                            <div class="author-info-v5">
  3517.                                
  3518.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="sponsored-author-img-v5">
  3519.                                
  3520.                                <span>
  3521.                                    Rachel Chavez
  3522.                                </span>
  3523.                            </div>
  3524.                            <div>11 May 2026</div>
  3525.                        </div>
  3526.                    </div>
  3527.                </div>
  3528.            </div>
  3529.            
  3530.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3531.                <div class="card sponsored-card-v5">
  3532.                    <div class="sponsored-image-v5">
  3533.                        
  3534.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3535.                        
  3536.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3537.                    </div>
  3538.                    <div class="sponsored-content-v5">
  3539.                        <h3 class="sponsored-title-v5">
  3540.                            <a href="/life-for-one-hundred-twenty-thousand-displaced-people-in-the-extensive-refugee-camp-on-the-malians-frontier/" >
  3541.                                            Life for one hundred twenty thousand Displaced People in the Extensive Refugee Camp on the Malians Frontier.
  3542.                                            </a>
  3543.                        </h3>
  3544.                        <p class="sponsored-excerpt-v5">
  3545.                          
  3546.                        </p>
  3547.                        <div class="sponsored-meta-v5">
  3548.                            <div class="author-info-v5">
  3549.                                
  3550.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/d453b8cf-a6de-48dc-b141-da06ef7990f1_profile.png" alt="Rachel Chavez" style="object-fit: cover;" class="sponsored-author-img-v5">
  3551.                                
  3552.                                <span>
  3553.                                    Rachel Chavez
  3554.                                </span>
  3555.                            </div>
  3556.                            <div>11 May 2026</div>
  3557.                        </div>
  3558.                    </div>
  3559.                </div>
  3560.            </div>
  3561.            
  3562.        </div>
  3563.    </div>
  3564. </section>
  3565.  
  3566.  
  3567.    
  3568.        <!-- end wpo-blog-sponsored-section -->
  3569.        <!-- start wpo-subscribe-section -->
  3570.        
  3571.        <!-- end subscribe-section -->
  3572.        <!-- start of wpo-site-footer-section -->
  3573.        
  3574.  
  3575.  
  3576.  
  3577.  
  3578.  
  3579. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3580.  <!-- Main Content: Asymmetrical Layout -->
  3581.  <div class="footer-main-content py-5">
  3582.    <div class="container-fluid fluid-container">
  3583.      <div class="row">
  3584.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3585.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3586.          <div class="brand-logo text-center text-lg-start">
  3587.            
  3588.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/b3552db3-8b2e-4625-a0ab-0796e99eeeb0_logo.png" alt="Delta Platform Blog" class="footer-logo" />
  3589.            
  3590.            <p class="brand-tagline mt-2">Delta Platform offers innovative digital solutions to help businesses tackle modern challenges. Explore our insights on technology, strategy, and growth.</p>
  3591.          </div>
  3592.        </div>
  3593.        <!-- Right: Staggered Links -->
  3594.        <div class="col-lg-9 col-md-8 col-12">
  3595.          <div class="d-flex flex-column gap-4">
  3596.            <!-- Quick Links -->
  3597.            <div class="footer-column offset-content">
  3598.              <h5 class="column-title">Quick Links</h5>
  3599.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3600.                
  3601.                  <li>
  3602.                    <a class="menu-link" href="/abigail-spanberger-creates-a-landmark-as-virginias-initial-woman-governor/">Abigail Spanberger Creates a Landmark as Virginia&#x27;s Initial Woman Governor</a>
  3603.                  </li>
  3604.                
  3605.                  <li>
  3606.                    <a class="menu-link" href="/when-did-i-get-that-good-looking-bruce-springsteen-on-seeing-the-actor-portray-him-on-screen/">‘When Did I Get That Good-Looking?’: Bruce Springsteen on Seeing The Actor Portray Him On Screen</a>
  3607.                  </li>
  3608.                
  3609.                  <li>
  3610.                    <a class="menu-link" href="/the-first-album-daughters-explores-grief-and-elegance/">The First Album &quot;Daughters&quot; Explores Grief and Elegance</a>
  3611.                  </li>
  3612.                
  3613.                  <li>
  3614.                    <a class="menu-link" href="/putin-pledges-uninterrupted-energy-deliveries-to-the-indian-nation-in-rebuff-of-washington-demands/">Putin Pledges Uninterrupted Energy Deliveries to the Indian Nation in Rebuff of Washington Demands</a>
  3615.                  </li>
  3616.                
  3617.                  <li>
  3618.                    <a class="menu-link" href="/gaza-strip-conflict-in-maps-after-two-years-of-fighting/">Gaza Strip Conflict in Maps After Two Years of Fighting</a>
  3619.                  </li>
  3620.                
  3621.                  <li>
  3622.                    <a class="menu-link" href="/democratic-lawmakers-denounce-trump-after-he-claims-they-should-face-death-penalty/">Democratic lawmakers Denounce Trump After He Claims They Should Face Death Penalty</a>
  3623.                  </li>
  3624.                
  3625.              </ul>
  3626.            </div>
  3627.            <!-- Top Categories -->
  3628.            <div class="footer-column offset-content offset-right">
  3629.              <h5 class="column-title">Top Categories</h5>
  3630.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3631.                
  3632.                  <li>
  3633.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3634.                  </li>
  3635.                
  3636.                  <li>
  3637.                    <a class="menu-link" href="/category/business/">Business</a>
  3638.                  </li>
  3639.                
  3640.                  <li>
  3641.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3642.                  </li>
  3643.                
  3644.                  <li>
  3645.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3646.                  </li>
  3647.                
  3648.                  <li>
  3649.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3650.                  </li>
  3651.                
  3652.              </ul>
  3653.            </div>
  3654.            <!-- Blog Rolls -->
  3655.           <div class="footer-column offset-content">
  3656.              <h5 class="column-title">Blog Rolls</h5>
  3657.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3658.                
  3659.                
  3660.  
  3661.                
  3662.                
  3663.                  
  3664.                
  3665.              </ul>
  3666.            </div>
  3667.          </div>
  3668.        </div>
  3669.      </div>
  3670.    </div>
  3671.  </div>
  3672.  
  3673.  <!-- Bottom Section -->
  3674.  <div class="footer-bottom bg-primary text-white py-3">
  3675.    <div class="container-fluid fluid-container">
  3676.      <div class="row justify-content-center">
  3677.        <div class="col-12 text-center">
  3678.          <div class="bottom-content">
  3679.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  3680.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3681.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3682.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3683.            </div>
  3684.            <div class="copyright-info ">
  3685.              <p class="mb-0 text-white">
  3686.                &copy; 2026 <strong>Delta Platform Blog</strong>. All rights reserved.
  3687.              </p>
  3688.            </div>
  3689.          </div>
  3690.        </div>
  3691.      </div>
  3692.    </div>
  3693.  </div>
  3694. </footer>
  3695.  
  3696.  
  3697.  
  3698. <style>
  3699. .footer-logo {
  3700.    height: 60px;
  3701.    width: auto;
  3702. }
  3703.  
  3704. .brand-title {
  3705.    font-size: 24px;
  3706.    font-weight: 700;
  3707.    color: white  !important;
  3708.    margin: 0;
  3709. }
  3710.  
  3711. .brand-tagline {
  3712.    font-size: 14px;
  3713.    color: white  !important;
  3714.    margin: 0;
  3715. }
  3716.  
  3717. .column-title {
  3718.    font-size: 16px;
  3719.    font-weight: 600;
  3720.    color: white !important;
  3721.    margin-bottom: 12px;
  3722. }
  3723.  
  3724. .footer-menu {
  3725.    margin: 0;
  3726. }
  3727.  
  3728. .menu-link {
  3729.    color: white !important;
  3730.    text-decoration: none;
  3731.    font-size: 14px;
  3732.    transition: color 0.3s ease, transform 0.3s ease;
  3733. }
  3734.  
  3735. .menu-link:hover {
  3736.    color: var(--primary-color);
  3737.    transform: scale(1.05);
  3738. }
  3739.  
  3740. .offset-content {
  3741.    margin-left: 20px;
  3742. }
  3743.  
  3744. .footer-bottom {
  3745.    font-size: 13px;
  3746. }
  3747.  
  3748. .utility-link {
  3749.    color: white  !important;
  3750.    text-decoration: none;
  3751.    font-size: 13px;
  3752.    transition: color 0.3s ease;
  3753. }
  3754.  
  3755. .utility-link:hover {
  3756.    color: var(--primary-color);
  3757. }
  3758.  
  3759. .copyright-info p {
  3760.    font-size: 13px;
  3761. }
  3762.  
  3763. /* Responsive Design */
  3764. @media (max-width: 1024px) {
  3765.   .footer-logo{
  3766.    height: 40px;
  3767.    width: auto;
  3768.   }
  3769. }
  3770.  
  3771. @media (max-width: 768px) {
  3772.    .footer-logo {
  3773.        height: 60px;
  3774.    }
  3775.    
  3776.    .column-title {
  3777.        font-size: 15px;
  3778.        text-align: center;
  3779.    }
  3780.    
  3781.    .footer-menu {
  3782.        justify-content: center;
  3783.    }
  3784.    
  3785.    .menu-link {
  3786.        font-size: 13px;
  3787.    }
  3788. }
  3789.  
  3790. @media (max-width: 576px) {
  3791.    .brand-title {
  3792.        font-size: 20px;
  3793.    }
  3794.    
  3795.    .brand-tagline {
  3796.        font-size: 12px;
  3797.    }
  3798.    
  3799.    .cta-btn {
  3800.        font-size: 12px;
  3801.        padding: 5px 12px;
  3802.    }
  3803. }
  3804. </style>
  3805.  
  3806. <script>
  3807. // Prevent default for placeholder links
  3808. document.addEventListener('DOMContentLoaded', function() {
  3809.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3810.        anchor.addEventListener('click', function(e) {
  3811.            e.preventDefault();
  3812.        });
  3813.    });
  3814. });
  3815. document.addEventListener('DOMContentLoaded', function () {
  3816.    var btn = document.getElementById('toggleBlogRollLinks');
  3817.    if (!btn) return; // No extra items, no button
  3818.  
  3819.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3820.  
  3821.    btn.addEventListener('click', function () {
  3822.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3823.            return li.classList.contains('d-none');
  3824.        });
  3825.  
  3826.        extras.forEach(function (li) {
  3827.            if (anyHidden) {
  3828.                li.classList.remove('d-none');
  3829.                li.classList.add('show');
  3830.            } else {
  3831.                li.classList.add('d-none');
  3832.                li.classList.remove('show');
  3833.            }
  3834.        });
  3835.  
  3836.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3837.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3838.    });
  3839. });
  3840.  
  3841. </script>
  3842.  
  3843.        <!-- end of wpo-site-footer-section -->
  3844.    </div>
  3845.    <!-- end of page-wrapper -->
  3846.  
  3847.    <!-- All JavaScript files
  3848.    ================================================== -->
  3849.    
  3850.  
  3851. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3852. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3853. <!-- Plugins for this template -->
  3854. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3855. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3856. <!-- Custom script for this template -->
  3857. <script src="/static/blogapp/assets/js/script.js"></script>
  3858.  
  3859. <script>
  3860. (function () {
  3861. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3862. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3863.  
  3864. function applyFallback(img) {
  3865. if (!img || img.dataset.fallbackApplied === "1") {
  3866. return;
  3867. }
  3868. var failedSrc = img.currentSrc || img.src || "";
  3869. img.dataset.fallbackApplied = "1";
  3870. img.onerror = null;
  3871. img.src = fallbackImageSrc;
  3872. console.warn("[ImageFallback] Replaced broken image:", {
  3873. failedSrc: failedSrc,
  3874. fallbackSrc: fallbackImageSrc,
  3875. alt: img.alt || "",
  3876. });
  3877. }
  3878.  
  3879. document.querySelectorAll("img").forEach(function (img) {
  3880. if (img.complete && img.naturalWidth === 0) {
  3881. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3882. failedSrc: img.currentSrc || img.src || "",
  3883. alt: img.alt || "",
  3884. });
  3885. applyFallback(img);
  3886. }
  3887. });
  3888.  
  3889. document.addEventListener(
  3890. "error",
  3891. function (event) {
  3892. var target = event.target;
  3893. if (target && target.tagName === "IMG") {
  3894. applyFallback(target);
  3895. }
  3896. },
  3897. true
  3898. );
  3899. })();
  3900. </script>
  3901.  
  3902. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3903.  
  3904.  
  3905.  
  3906. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"69d90f4f307e4e1f9b3f8a9f195b209c","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3907. </body>
  3908.  
  3909. </html>
  3910.  
  3911.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda