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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  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_1_Mqpvqob_cQpcePw.png">
  14.    
  15.  
  16.    <title>GlobalRoom - Connecting Cultures Through Language Exchange &amp; Travel</title>
  17.    <meta name="description" content="GlobalRoom is a community blog sharing stories, tips, and insights on language learning, cultural exchange, and international travel adventures worldwide.">
  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://globalroom.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #8b5cf6;
  42.        --bs-primary-rgb: 8b5cf6;
  43.        --bs-secondary: #a3bffa;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #ede9fe;
  49.        --bs-dark: #2e1065;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #8b5cf6;
  53.        --theme-primary-color-s2: #8b5cf6;
  54.        --body-bg-color: #0f172a;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #ede9fe;
  57.        --text-light-color: #676767;
  58.        --heading-color: #ede9fe;
  59.        --border-color: #6d28d9;
  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: #2e1065;
  73.        --nav-bg: #2e1065;
  74.        --sub-nav: #4c1d95;
  75.        --navbar-color: #ede9fe;
  76.        --topbar-bg: #0f172a;
  77.        --topbar-color: #ede9fe;
  78.        --footer-bg: #2e1065;
  79.        --footer-color: #ede9fe;
  80.        --card-bg: rgba(46, 16, 101, 0.8);
  81.        --card-border: #6d28d9;
  82.        --card-radius: 14px;
  83.        --link-color: #8b5cf6;
  84.        --link-hover: #7c3aed;
  85.        --blog-color: #ede9fe;
  86.        --blog-bg: rgba(139, 92, 246, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background: rgba(46, 16, 101, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_49">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.            <!-- end preloader -->
  397.        
  398.        <!-- Start header -->
  399.        <header id="header" class="wpo-site-header">
  400.            
  401.  
  402.  
  403.    
  404.  
  405.  
  406. <div class="top-bg">
  407.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  408.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  409.        
  410.        <div class="unique-news-container">
  411.            <div class="unique-news-wrapper" id="newsWrapper">
  412.                <!-- News items injected via JS -->
  413.            </div>
  414.        </div>
  415.    
  416.        <div class="contact-info">
  417.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  418.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  419.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  420.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  421.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  422.            </ul>
  423.        </div>
  424.    </div>
  425. </div>
  426.  
  427. <script>
  428.    // Build array dynamically from Django context
  429.    const newsItems = [
  430.        
  431.            { title: "Why PSG Are Turning To Parisian Players to Protect Their European Crown", url: "/why-psg-are-turning-to-parisian-players-to-protect-their-european-crown/" },
  432.        
  433.            { title: "Democrats Accuse Trump of ‘Intimidation’ Campaign as FBI Requests Meetings", url: "/democrats-accuse-trump-of-intimidation-campaign-as-fbi-requests-meetings/" },
  434.        
  435.            { title: "A Remarkable Twelve Months for Striking The Orb", url: "/a-remarkable-twelve-months-for-striking-the-orb/" },
  436.        
  437.            { title: "Food Delivery: Fresh from the West Philippine Sea – An Intense Journey Through Resupply Routes in the Maritime Dispute.", url: "/food-delivery-fresh-from-the-west-philippine-sea-an-intense-journey-through-resupply-routes-in-the-maritime-dispute/" },
  438.        
  439.            { title: "Celebrity Traitors Final Episode Mistakenly Uploaded A Full Day Early Beyond the UK", url: "/celebrity-traitors-final-episode-mistakenly-uploaded-a-full-day-early-beyond-the-uk/" }
  440.        
  441.    ];
  442.  
  443.    let currentNewsIndex = 0;
  444.    const newsWrapper = document.getElementById('newsWrapper');
  445.    let newsElements = [];
  446.  
  447.    // Create news elements dynamically with links
  448.    function createNewsElements() {
  449.        newsItems.forEach((news, index) => {
  450.            const newsElement = document.createElement('div');
  451.            newsElement.className = 'unique-news-item';
  452.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  453.            newsWrapper.appendChild(newsElement);
  454.            newsElements.push(newsElement);
  455.        });
  456.  
  457.        if (newsElements.length > 0) {
  458.            newsElements[0].classList.add('active');
  459.        }
  460.    }
  461.  
  462.    function changeNews() {
  463.        const currentElement = newsElements[currentNewsIndex];
  464.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  465.        const nextElement = newsElements[nextIndex];
  466.  
  467.        currentElement.classList.remove('active');
  468.        currentElement.classList.add('exit-up');
  469.  
  470.        setTimeout(() => {
  471.            nextElement.classList.add('active');
  472.            currentNewsIndex = nextIndex;
  473.  
  474.            setTimeout(() => {
  475.                currentElement.classList.remove('exit-up');
  476.            }, 100);
  477.        }, 250);
  478.    }
  479.  
  480.    function startNewsRotation() {
  481.        setInterval(changeNews, 5000);
  482.    }
  483.  
  484.    window.onload = function() {
  485.        createNewsElements();
  486.        startNewsRotation();
  487.    };
  488. </script>
  489.  
  490.  
  491.  
  492.            
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499. <nav class="navigation navbar navbar-expand-lg mb-4">
  500.  <div class="container-fluid fluid-container">
  501.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  502.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  503.          <a class="navbar-brand" href="/">
  504.              
  505.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/2753db85-64d0-4cf8-afa3-4412e15ddedd_logo.png" alt="GlobalRoom" />
  506.              
  507.          </a>
  508.      </div>
  509.      <div class="">
  510.        <div class="style-card">
  511.          <div class="minimal-search mb-md-4 mb-0">
  512.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  513.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  514.              <circle cx="11" cy="11" r="8"></circle>
  515.              <path d="m21 21-4.35-4.35"></path>
  516.            </svg>
  517.          </div>
  518.          <!-- The search results will be displayed here -->
  519.          <div id="search-results" class="search-results-container search-v1"></div>
  520.        </div>
  521.      </div>
  522.      <div class=" d-flex flex-wrap">
  523.        <div class="navbar-header d-lg-none d-none d-md-flex">
  524.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/2753db85-64d0-4cf8-afa3-4412e15ddedd_logo.png" alt="" /></a>
  525.        </div>
  526.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  527.          <button class="menu-close"><i class="ti-close"></i></button>
  528.  
  529.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  530.    <li>
  531.      <a href="/">
  532.        Home
  533.      </a>
  534.    </li>
  535.  
  536.  
  537.    <li>
  538.      <a href="/category/all-posts/">
  539.        All Posts
  540.      </a>
  541.    </li>
  542.  
  543.    <li>
  544.      <a href="/category/business/">
  545.        Business
  546.      </a>
  547.    </li>
  548.  
  549.    <li>
  550.      <a href="/category/esports/">
  551.        Esports
  552.      </a>
  553.    </li>
  554.  
  555.  
  556.  
  557.  <div class="navbar-header d-lg-block d-none">
  558.    <a class="navbar-brand" href="/">
  559.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/2753db85-64d0-4cf8-afa3-4412e15ddedd_logo.png" alt="" />
  560.    </a>
  561.  </div>
  562.  
  563.  
  564.  
  565.    
  566.    
  567.    
  568.      <li>
  569.        <a href="/category/fashion/">
  570.          Fashion
  571.        </a>
  572.      </li>
  573.    
  574.      <li>
  575.        <a href="/category/featured/">
  576.          Featured
  577.        </a>
  578.      </li>
  579.    
  580.  
  581.    
  582.    
  583.      <li class="menu-item-has-children">
  584.        <a href="#">More</a>
  585.        <ul class="sub-menu">
  586.          
  587.            <li>
  588.              <a href="/category/gaming/">
  589.                Gaming
  590.              </a>
  591.            </li>
  592.          
  593.            <li>
  594.              <a href="/category/health/">
  595.                Health
  596.              </a>
  597.            </li>
  598.          
  599.            <li>
  600.              <a href="/category/life-fitness/">
  601.                Life &amp; Fitness
  602.              </a>
  603.            </li>
  604.          
  605.            <li>
  606.              <a href="/category/lifestyle/">
  607.                Lifestyle
  608.              </a>
  609.            </li>
  610.          
  611.            <li>
  612.              <a href="/category/news/">
  613.                News
  614.              </a>
  615.            </li>
  616.          
  617.            <li>
  618.              <a href="/category/others/">
  619.                Others
  620.              </a>
  621.            </li>
  622.          
  623.            <li>
  624.              <a href="/category/politics/">
  625.                Politics
  626.              </a>
  627.            </li>
  628.          
  629.            <li>
  630.              <a href="/category/sports/">
  631.                Sports
  632.              </a>
  633.            </li>
  634.          
  635.            <li>
  636.              <a href="/category/tech/">
  637.                Tech
  638.              </a>
  639.            </li>
  640.          
  641.            <li>
  642.              <a href="/category/travel/">
  643.                Travel
  644.              </a>
  645.            </li>
  646.          
  647.        </ul>
  648.      </li>
  649.    
  650.  
  651.  
  652. <li>
  653.                  <a href="/page/contact-us/">
  654.                     Contact Us
  655.                  </a>
  656.              </li>
  657. </ul>
  658.  
  659.        </div>
  660.        <div class="sidebar-blur"></div>
  661.        <!-- end of nav-collapse -->
  662.      </div>
  663.      <div class="me-3">
  664.        <div class="mobail-menu d-xl-none d-block">
  665.          <button type="button" class="navbar-toggler open-btn">
  666.            <span class="sr-only">Toggle navigation</span>
  667.            <span class="icon-bar first-angle"></span>
  668.            <span class="icon-bar middle-angle"></span>
  669.            <span class="icon-bar last-angle"></span>
  670.          </button>
  671.        </div>
  672.        <!-- <div class="header-right">
  673.          <div class="header-right-menu-wrapper d-xl-block d-none">
  674.            <div class="header-right-menu">
  675.              <div class="right-menu-toggle-btn">
  676.                <span></span>
  677.                <span></span>
  678.                <span></span>
  679.              </div>
  680.              <div class="header-right-menu-wrap" style="z-index: 999;">
  681.                <button class="right-menu-close"><i class="ti-close"></i></button>
  682.                <div class="logo">
  683.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  684.                </div>
  685.                <div class="header-right-sec">
  686.                  <div class="project-widget widget">
  687.                    <h3 class="text-white">Our Latest News</h3>
  688.                    <div class="posts">
  689.                      <div class="post">
  690.                        <div class="img-holder">
  691.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  692.                        </div>
  693.                        <div class="details">
  694.                          <span class="date">19 Jun 2022</span>
  695.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  696.                        </div>
  697.                      </div>
  698.                      <div class="post">
  699.                        <div class="img-holder">
  700.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  701.                        </div>
  702.                        <div class="details">
  703.                          <span class="date">22 May 2022</span>
  704.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  705.                        </div>
  706.                      </div>
  707.                      <div class="post">
  708.                        <div class="img-holder">
  709.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  710.                        </div>
  711.                        <div class="details">
  712.                          <span class="date">12 Apr 2022</span>
  713.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  714.                        </div>
  715.                      </div>
  716.                    </div>
  717.                  </div>
  718.                  <div class="widget wpo-contact-widget">
  719.                    <div class="widget-title">
  720.                      <h3 class="text-white">Contact Us</h3>
  721.                    </div>
  722.                    <div class="contact-ft">
  723.                      <ul>
  724.                        <li>
  725.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  726.                        </li>
  727.                        <li>
  728.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  729.                          + 8 (123) 123 456 789
  730.                        </li>
  731.                        <li>
  732.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  733.                        </li>
  734.                      </ul>
  735.                    </div>
  736.                  </div>
  737.                </div>
  738.              </div>
  739.              <div class="sidebar-blur"></div>
  740.            </div>
  741.          </div>
  742.        </div> -->
  743.      </div>
  744.    </div>
  745.  </div>
  746.  <!-- end of container -->
  747. </nav>
  748. <style>
  749.  .navbar-brand img{
  750.    height: 70px;
  751.    object-fit: contain;
  752.  }
  753.    /* search field */
  754.  .search-results-container {
  755.  position: absolute;
  756.  top: 100%; /* Position it below the input field */
  757. left: 10px;
  758.  right: 10px;
  759.  background-color: white;
  760.  border: 1px solid #ddd;
  761.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  762.  max-height: 300px;
  763.  overflow-y: auto;
  764.  z-index: 1000;
  765.  display: none; /* Initially hidden */
  766. }
  767.  
  768. .search-results-container p {
  769.  margin: 0;
  770. }
  771.  
  772. .search-results-container .result-item {
  773.  padding: 10px;
  774.  cursor: pointer;
  775. }
  776.  
  777. .search-results-container .result-item:hover {
  778.  background-color: #f0f0f0;
  779. }
  780. @media (max-width:576px) {
  781.  .w-sm-full{
  782.    padding-top: 10px;
  783.    width: 100%;
  784.  }
  785.  .m-s-0{
  786.    margin-top: 0px !important;
  787.  }
  788. }
  789. @media (max-width:768px) {
  790. .search-icon{
  791. top: 50%;
  792. }
  793. }
  794.  
  795.  
  796. </style>
  797. <script>
  798.  const searchInput = document.querySelector(".search-input");
  799.  const searchResults = document.getElementById("search-results");
  800.  
  801.  // Handle typing
  802.  searchInput.addEventListener("keyup", function (e) {
  803.    e.preventDefault();
  804.  
  805.    const query = searchInput.value;
  806.  
  807.    if (query === "") {
  808.      searchResults.innerHTML = "";
  809.      searchResults.style.display = "none";
  810.      return;
  811.    }
  812.  
  813.    searchResults.style.display = "block";
  814.  
  815.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  816.      method: "GET",
  817.      headers: {
  818.        "X-Requested-With": "XMLHttpRequest",
  819.      },
  820.    })
  821.      .then(response => response.json())
  822.      .then(data => {
  823.        if (data.html) {
  824.          searchResults.innerHTML = data.html;
  825.        } else {
  826.          searchResults.innerHTML = "<p>No results found.</p>";
  827.        }
  828.      })
  829.      .catch(error => {
  830.        console.error("Error fetching search results:", error);
  831.      });
  832.  });
  833.  
  834.  // Close results when clicking outside
  835.  document.addEventListener("click", function (e) {
  836.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  837.      searchResults.style.display = "none";
  838.    }
  839.  });
  840. </script>
  841.  
  842.  
  843.        </header>
  844.        <!-- end of header -->
  845.        <!-- start of wpo-blog-hero -->
  846.        
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854. <div class="blog-hero-v9">
  855.  <div class="container-fluid fluid-container">
  856.    <!-- Top Section: Split Layout -->
  857.    <div class="row g-4 mb-5">
  858.      <!-- Large Featured Article (Left) -->
  859.      
  860.              
  861.      <div class="col-lg-8 col-12">
  862.        <article class="large-featured">
  863.          <div class="featured-image-container">
  864.            
  865.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Jimmy Cliff, Reggae Legend and Cultural Figure, Passes Away at Eighty-One Years of Age" class="featured-image">
  866.            
  867.            <div class="category-tag bg-primary-gradient">News</div>
  868.          </div>
  869.          <div class="featured-content">
  870.            <h1 class="featured-title"><a href="/jimmy-cliff-reggae-legend-and-cultural-figure-passes-away-at-eighty-one-years-of-age/">
  871.                                Jimmy Cliff, Reggae Legend and Cultural Figure, Passes Away at Eighty-One Years of Age
  872.                            </a></h1>
  873.            <p class="featured-summary"></p>
  874.            <div class="article-meta">
  875.              <div class="author-info">
  876.                
  877.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" class="author-pic" >
  878.                  
  879.                <span class="author-name">Katie Fernandez</span>
  880.                <span class="post-time">May 20, 2026</span>
  881.              </div>
  882.            </div>
  883.          </div>
  884.        </article>
  885.      </div>
  886.      
  887.      
  888.  
  889.      <!-- Smaller Featured Articles (Right, Stacked) -->
  890.      <div class="col-lg-4 col-12">
  891.        <div class="stacked-features">
  892.          
  893.          <article class="small-featured">
  894.            <div class="small-image-container">
  895.              
  896.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Detonations Hit Kyiv, Claiming a Serviceman&#x27;s Life and Injuring Four in Militant Attack" class="small-image">
  897.              
  898.              <div class="category-tag bg-primary-gradient">News</div>
  899.            </div>
  900.            <div class="small-content">
  901.              <h3 class="small-title"> <a href="/detonations-hit-kyiv-claiming-a-servicemans-life-and-injuring-four-in-militant-attack/">
  902.                                Detonations Hit Kyiv, Claiming a Serviceman&#x27;s Life and Injuring Four in Militant Attack
  903.                            </a></h3>
  904.              <p class="compact-text"></p>
  905.              <div class="small-meta">
  906.                <span class="small-author">Katie Fernandez</span>
  907.                <span class="small-date">May 20, 2026</span>
  908.              </div>
  909.            </div>
  910.          </article>
  911.      
  912.          <article class="small-featured">
  913.            <div class="small-image-container">
  914.              
  915.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Resolute Remarks Defends Narcotics Vessel Operations During Criticism" class="small-image">
  916.              
  917.              <div class="category-tag bg-primary-gradient">News</div>
  918.            </div>
  919.            <div class="small-content">
  920.              <h3 class="small-title"> <a href="/resolute-remarks-defends-narcotics-vessel-operations-during-criticism/">
  921.                                Resolute Remarks Defends Narcotics Vessel Operations During Criticism
  922.                            </a></h3>
  923.              <p class="compact-text"></p>
  924.              <div class="small-meta">
  925.                <span class="small-author">Katie Fernandez</span>
  926.                <span class="small-date">May 20, 2026</span>
  927.              </div>
  928.            </div>
  929.          </article>
  930.      
  931.        </div>
  932.      </div>
  933.    </div>
  934.    <!-- Bottom Section: Three Compact Cards -->
  935.    <div class="row g-4">
  936.      
  937.      <div class="col-lg-4 col-md-6 col-12">
  938.        <article class="compact-card">
  939.          <div class="compact-image">
  940.            
  941.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Prison Recorded Conversation Tapes Spark Doubts Regarding Former Abercrombie Executive&#x27;s Competency for Court Proceedings" >
  942.            
  943.            <div class="compact-category bg-primary-gradient">News</div>
  944.          </div>
  945.          <div class="compact-body">
  946.            <h3 class="compact-title"> <a href="/prison-recorded-conversation-tapes-spark-doubts-regarding-former-abercrombie-executives-competency-for-court-proceedings/">
  947.                                    Prison Recorded Conversation Tapes Spark Doubts Regarding Former Abercrombie Executive&#x27;s Competency for Court Proceedings
  948.                                </a></h3>
  949.            <p class="compact-text"></p>
  950.            <div class="compact-footer">
  951.              <span class="compact-name">Katie Fernandez</span>
  952.              <span class="compact-date">May 20</span>
  953.            </div>
  954.          </div>
  955.        </article>
  956.      </div>
  957.      
  958.      <div class="col-lg-4 col-md-6 col-12">
  959.        <article class="compact-card">
  960.          <div class="compact-image">
  961.            
  962.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Long-Forgotten Bach Compositions Played for First-Ever Performance in Three Centuries" >
  963.            
  964.            <div class="compact-category bg-primary-gradient">News</div>
  965.          </div>
  966.          <div class="compact-body">
  967.            <h3 class="compact-title"> <a href="/long-forgotten-bach-compositions-played-for-first-ever-performance-in-three-centuries/">
  968.                                    Long-Forgotten Bach Compositions Played for First-Ever Performance in Three Centuries
  969.                                </a></h3>
  970.            <p class="compact-text"></p>
  971.            <div class="compact-footer">
  972.              <span class="compact-name">Katie Fernandez</span>
  973.              <span class="compact-date">May 20</span>
  974.            </div>
  975.          </div>
  976.        </article>
  977.      </div>
  978.      
  979.    </div>
  980.  </div>
  981. </div>
  982.  
  983. <style>
  984.  
  985.  /* Large Featured Article */
  986.  .large-featured {
  987.    background: var(--card-bg, #ffffff);
  988.    border-radius: 10px;
  989.    overflow: hidden;
  990.    transition: box-shadow 0.3s ease;
  991.  }
  992.  
  993.  .large-featured:hover {
  994.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  995.  }
  996.  
  997.  .featured-image-container {
  998.    position: relative;
  999.    height: 350px;
  1000.    overflow: hidden;
  1001.  }
  1002.  
  1003.  .featured-image {
  1004.    width: 100%;
  1005.    height: 100%;
  1006.    object-fit: cover;
  1007.  }
  1008.  
  1009.  .featured-content {
  1010.    padding: 2rem;
  1011.  }
  1012.  
  1013.  .featured-title {
  1014.    font-size: 2.2rem;
  1015.    font-weight: 700;
  1016.    color: #111827;
  1017.    margin-bottom: 0.75rem;
  1018.    line-height: 1.3;
  1019.  }
  1020.  
  1021.  .featured-summary {
  1022.    font-size: 1rem;
  1023.    color: #4b5563;
  1024.    line-height: 1.6;
  1025.    margin-bottom: 1.25rem;
  1026.  }
  1027.  
  1028.  .article-meta {
  1029.    display: flex;
  1030.    align-items: center;
  1031.    gap: 0.75rem;
  1032.    font-size: 0.85rem;
  1033.    color: #6b7280;
  1034.  }
  1035.  
  1036.  .author-info {
  1037.    display: flex;
  1038.    align-items: center;
  1039.    gap: 0.5rem;
  1040.  }
  1041.  
  1042.  .author-pic {
  1043.    width: 36px;
  1044.    height: 36px;
  1045.    border-radius: 50%;
  1046.  }
  1047.  
  1048.  .author-name {
  1049.    font-weight: 600;
  1050.    color: #374151;
  1051.  }
  1052.  
  1053.  /* Smaller Featured Articles (Stacked) */
  1054.  .stacked-features {
  1055.    display: flex;
  1056.    flex-direction: column;
  1057.    gap: 1.5rem;
  1058.  }
  1059.  
  1060.  .small-featured {
  1061.    background: var(--card-bg, #ffffff);
  1062.    border-radius: 10px;
  1063.    overflow: hidden;
  1064.    transition: box-shadow 0.3s ease;
  1065.  }
  1066.  
  1067.  .small-featured:hover {
  1068.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1069.  }
  1070.  
  1071.  .small-image-container {
  1072.    position: relative;
  1073.    height: 150px;
  1074.    overflow: hidden;
  1075.  }
  1076.  
  1077.  .small-image {
  1078.    width: 100%;
  1079.    height: 100%;
  1080.    object-fit: cover;
  1081.  }
  1082.  
  1083.  .small-content {
  1084.    padding: 1.25rem;
  1085.  }
  1086.  
  1087.  .small-title {
  1088.    font-size: 1.2rem;
  1089.    font-weight: 600;
  1090.    color: #111827;
  1091.    margin-bottom: 0.5rem;
  1092.  }
  1093.  
  1094.  .small-meta {
  1095.    display: flex;
  1096.    gap: 0.5rem;
  1097.    font-size: 0.8rem;
  1098.    color: #6b7280;
  1099.  }
  1100.  
  1101.  /* Category Tags - Gradient for Difference */
  1102.  .category-tag {
  1103.    position: absolute;
  1104.    top: 0.75rem;
  1105.    left: 0.75rem;
  1106.    padding: 0.3rem 1rem;
  1107.    font-size: 0.75rem;
  1108.    font-weight: 600;
  1109.    text-transform: uppercase;
  1110.    color: white;
  1111.    border-radius: 15px; /* Soft pill shape */
  1112.  }
  1113.  
  1114.  
  1115.  
  1116.  /* Compact Cards - Borderless */
  1117.  .compact-card {
  1118.    background: var(--card-bg, #ffffff);
  1119.    border-radius: 10px;
  1120.    overflow: hidden;
  1121.    transition: box-shadow 0.3s ease;
  1122.  }
  1123.  
  1124.  .compact-card:hover {
  1125.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1126.  }
  1127.  
  1128.  .compact-image {
  1129.    position: relative;
  1130.    height: 180px;
  1131.    overflow: hidden;
  1132.  }
  1133.  
  1134.  .compact-image img {
  1135.    width: 100%;
  1136.    height: 100%;
  1137.    object-fit: cover;
  1138.  }
  1139.  
  1140.  .compact-category {
  1141.    position: absolute;
  1142.    top: 0.75rem;
  1143.    left: 0.75rem;
  1144.    padding: 0.3rem 0.8rem;
  1145.    font-size: 0.7rem;
  1146.    border-radius: 15px;
  1147.    color: white;
  1148.  }
  1149.  
  1150.  .compact-body {
  1151.    padding: 1.5rem;
  1152.  }
  1153.  
  1154.  .compact-title {
  1155.    font-size: 1.1rem;
  1156.    font-weight: 600;
  1157.    color: #111827;
  1158.    margin-bottom: 0.5rem;
  1159.  }
  1160.  
  1161.  .compact-text {
  1162.    font-size: 0.9rem;
  1163.    color: #4b5563;
  1164.    line-height: 1.5;
  1165.    margin-bottom: 1rem;
  1166.  }
  1167.  
  1168.  .compact-footer {
  1169.    display: flex;
  1170.    justify-content: space-between;
  1171.    font-size: 0.8rem;
  1172.    color: #6b7280;
  1173.  }
  1174.  
  1175.  /* Responsive Design */
  1176.  @media (max-width: 992px) {
  1177.    .featured-image-container {
  1178.      height: 280px;
  1179.    }
  1180.  
  1181.    .featured-title {
  1182.      font-size: 1.8rem;
  1183.    }
  1184.  
  1185.    .small-image-container {
  1186.      height: 120px;
  1187.    }
  1188.  }
  1189.  
  1190.  @media (max-width: 768px) {
  1191.    .featured-content,
  1192.    .small-content,
  1193.    .compact-body {
  1194.      padding: 1.25rem;
  1195.    }
  1196.  
  1197.    .compact-image {
  1198.      height: 150px;
  1199.    }
  1200.  }
  1201.  
  1202.  @media (max-width: 576px) {
  1203.    .featured-title {
  1204.      font-size: 1.5rem;
  1205.    }
  1206.  
  1207.    .small-title,
  1208.    .compact-title {
  1209.      font-size: 1rem;
  1210.    }
  1211.  }
  1212. </style>
  1213.  
  1214.  
  1215.  
  1216.  
  1217.        <!-- end of wpo-blog-hero -->
  1218.  
  1219.        <!-- start of wpo-breacking-news -->
  1220.        
  1221.        <!-- end of wpo-breacking-news -->
  1222.        
  1223.        <!-- start wpo-blog-highlights-section -->
  1224.        
  1225.  
  1226.  
  1227.  
  1228.    
  1229.  
  1230.  
  1231.  
  1232.  
  1233. <style>
  1234.    .blog-highlights-v3 {
  1235.        padding: 80px 0;
  1236.        position: relative;
  1237.        overflow: hidden;
  1238.    }
  1239.    
  1240.    .blog-highlights-v3::before {
  1241.        content: '';
  1242.        position: absolute;
  1243.        top: 0;
  1244.        left: 0;
  1245.        width: 100%;
  1246.        height: 100%;
  1247.        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");
  1248.        z-index: 0;
  1249.    }
  1250.    
  1251.    .masonry-container {
  1252.        display: grid;
  1253.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1254.        grid-gap: 25px;
  1255.    }
  1256.    
  1257.    .blog-card-v3 {
  1258.        border: 1px solid var(--border-color) !important;
  1259.        border-radius: 25px;
  1260.        overflow: hidden;
  1261.        background: var(--card-bg);
  1262.        backdrop-filter: blur(10px);
  1263.        border: 1px solid var(--border-color);
  1264.        position: relative;
  1265.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1266.        cursor: pointer;
  1267.        transform: translateY(0) rotateX(0) rotateY(0);
  1268.        transform-style: preserve-3d;
  1269.        perspective: 1000px;
  1270.        z-index: 1;
  1271.    }
  1272.    .span-21 { grid-row-end: span 21; }
  1273.    .span-22 { grid-row-end: span 22; }
  1274.    
  1275.    .blog-card-v3::before {
  1276.        content: '';
  1277.        position: absolute;
  1278.        top: 0;
  1279.        left: 0;
  1280.        width: 100%;
  1281.        height: 100%;
  1282.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  1283.        opacity: 0;
  1284.        transition: opacity 0.3s ease;
  1285.        z-index: 1;
  1286.    }
  1287.    
  1288.    .blog-card-v3:hover {
  1289.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  1290.        box-shadow:
  1291.            0 30px 60px rgba(0,0,0,0.15),
  1292.            0 15px 30px rgba(0,0,0,0.1),
  1293.            inset 0 1px 0 rgba(255,255,255,0.3);
  1294.        z-index: 10;
  1295.    }
  1296.    
  1297.    .blog-card-v3:hover::before {
  1298.        opacity: 1;
  1299.    }
  1300.    
  1301.    .blog-image-v3 {
  1302.        position: relative;
  1303.        overflow: hidden;
  1304.        height: 50%;
  1305.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1306.    }
  1307.    
  1308.    .blog-image-v3::after {
  1309.        content: '';
  1310.        position: absolute;
  1311.        top: 0;
  1312.        left: 0;
  1313.        width: 100%;
  1314.        height: 100%;
  1315.        background:
  1316.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  1317.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  1318.        z-index: 2;
  1319.    }
  1320.    
  1321.    .blog-image-v3 img {
  1322.        width: 100%;
  1323.        height: 100%;
  1324.        object-fit: cover;
  1325.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1326.        transform: scale(1);
  1327.        filter: brightness(1) saturate(1);
  1328.    }
  1329.    
  1330.    .blog-card-v3:hover .blog-image-v3 img {
  1331.        transform: scale(1.15);
  1332.        filter: brightness(1.1) saturate(1.2);
  1333.    }
  1334.    
  1335.    .blog-floating-elements {
  1336.        position: absolute;
  1337.        top: 0;
  1338.        left: 0;
  1339.        width: 100%;
  1340.        height: 100%;
  1341.        pointer-events: none;
  1342.        z-index: 3;
  1343.    }
  1344.    
  1345.    .floating-dot {
  1346.        position: absolute;
  1347.        width: 8px;
  1348.        height: 8px;
  1349.        background: rgba(255,255,255,0.6);
  1350.        border-radius: 50%;
  1351.        animation: float 3s ease-in-out infinite;
  1352.    }
  1353.    
  1354.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  1355.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  1356.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  1357.    
  1358.    @keyframes float {
  1359.        0%, 100% { transform: translateY(0px); }
  1360.        50% { transform: translateY(-10px); }
  1361.    }
  1362.    
  1363.    .blog-category-v3 {
  1364.        position: absolute;
  1365.        top: 25px;
  1366.        right: 25px;
  1367.        padding: 10px 18px;
  1368.        border-radius: 30px;
  1369.        font-size: 11px;
  1370.        font-weight: 800;
  1371.        text-transform: uppercase;
  1372.        letter-spacing: 1.2px;
  1373.        backdrop-filter: blur(10px);
  1374.        z-index: 4;
  1375.        transform: translateY(0) scale(1);
  1376.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1377.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  1378.        border: 1px solid rgba(255,255,255,0.3);
  1379.    }
  1380.    
  1381.    .blog-card-v3:hover .blog-category-v3 {
  1382.        transform: translateY(-10px) scale(1.1);
  1383.        background: rgba(var(--card-bg),1);
  1384.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  1385.    }
  1386.    
  1387.    .blog-content-v3 {
  1388.        padding: 35px 30px 30px;
  1389.        height: 50%;
  1390.        display: flex;
  1391.        flex-direction: column;
  1392.        justify-content: space-between;
  1393.        position: relative;
  1394.        z-index: 2;
  1395.    }
  1396.    
  1397.    .blog-title-v3 {
  1398.        font-size: 19px;
  1399.        font-weight: 700;
  1400.        line-height: 1.3;
  1401.        margin-bottom: 18px;
  1402.        position: relative;
  1403.    }
  1404.    
  1405.    .blog-title-v3 a {
  1406.        text-decoration: none;
  1407.        color: var(--top-color) !important;
  1408.        transition: all 0.3s ease;
  1409.        position: relative;
  1410.        display: inline-block;
  1411.    }
  1412.    
  1413.    .blog-title-v3 a::before {
  1414.        content: '';
  1415.        position: absolute;
  1416.        bottom: -3px;
  1417.        left: 0;
  1418.        width: 0;
  1419.        height: 3px;
  1420.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1421.        border-radius: 2px;
  1422.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1423.    }
  1424.    
  1425.    .blog-card-v3:hover .blog-title-v3 a::before {
  1426.        width: 100%;
  1427.    }
  1428.    
  1429.    .blog-meta-v3 {
  1430.        display: flex;
  1431.        align-items: center;
  1432.        gap: 15px;
  1433.        margin-bottom: 18px;
  1434.        font-size: 13px;
  1435.        color: #7f8c8d;
  1436.        padding-bottom: 18px;
  1437.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  1438.        position: relative;
  1439.    }
  1440.    
  1441.    .blog-meta-v3::after {
  1442.        content: '';
  1443.        position: absolute;
  1444.        bottom: -1px;
  1445.        left: 0;
  1446.        width: 0;
  1447.        height: 1px;
  1448.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1449.        transition: width 0.6s ease 0.3s;
  1450.    }
  1451.    
  1452.    .blog-card-v3:hover .blog-meta-v3::after {
  1453.        width: 80px;
  1454.    }
  1455.    
  1456.    .blog-author-img-v3 {
  1457.        width: 35px;
  1458.        height: 35px;
  1459.        border-radius: 50%;
  1460.        object-fit: cover;
  1461.        border: 3px solid rgba(255,255,255,0.8);
  1462.        transition: all 0.4s ease;
  1463.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1464.    }
  1465.    
  1466.    .blog-card-v3:hover .blog-author-img-v3 {
  1467.        transform: scale(1.15);
  1468.        border-color: rgba(102, 126, 234, 0.5);
  1469.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  1470.    }
  1471.    
  1472.    .blog-excerpt-v3 {
  1473.        font-size: 14px;
  1474.        line-height: 1.7;
  1475.        color: #5a6c7d;
  1476.        margin-bottom: 20px;
  1477.        display: -webkit-box;
  1478.        -webkit-line-clamp: 3;
  1479.        -webkit-box-orient: vertical;
  1480.        overflow: hidden;
  1481.        opacity: 0.9;
  1482.        transition: opacity 0.3s ease;
  1483.    }
  1484.    
  1485.    .blog-card-v3:hover .blog-excerpt-v3 {
  1486.        opacity: 1;
  1487.    }
  1488.    
  1489.    .blog-actions-v3 {
  1490.        display: flex;
  1491.        justify-content: space-between;
  1492.        align-items: center;
  1493.    }
  1494.    
  1495.    .blog-read-time-v3 {
  1496.        font-size: 12px;
  1497.        color: #95a5a6;
  1498.        display: flex;
  1499.        align-items: center;
  1500.        gap: 6px;
  1501.    }
  1502.    
  1503.    .blog-read-more-v3 {
  1504.        width: 50px;
  1505.        height: 50px;
  1506.        border-radius: 50%;
  1507.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1508.        display: flex;
  1509.        align-items: center;
  1510.        justify-content: center;
  1511.        color: white;
  1512.        text-decoration: none;
  1513.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1514.        transform: scale(0) rotate(0deg);
  1515.        opacity: 0;
  1516.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  1517.        position: relative;
  1518.        overflow: hidden;
  1519.    }
  1520.    
  1521.    .blog-read-more-v3::before {
  1522.        content: '';
  1523.        position: absolute;
  1524.        top: 50%;
  1525.        left: 50%;
  1526.        width: 0;
  1527.        height: 0;
  1528.        background: rgba(255,255,255,0.2);
  1529.        border-radius: 50%;
  1530.        transition: all 0.6s ease;
  1531.        transform: translate(-50%, -50%);
  1532.    }
  1533.    
  1534.    .blog-card-v3:hover .blog-read-more-v3 {
  1535.        transform: scale(1) rotate(360deg);
  1536.        opacity: 1;
  1537.    }
  1538.    
  1539.    .blog-read-more-v3:hover::before {
  1540.        width: 100%;
  1541.        height: 100%;
  1542.    }
  1543.    
  1544.    .section-header-v3 {
  1545.        text-align: center;
  1546.        margin-bottom: 80px;
  1547.        position: relative;
  1548.        z-index: 2;
  1549.    }
  1550.    
  1551.    .section-title-v3 {
  1552.        font-size: 3.5rem;
  1553.        font-weight: 900;
  1554.        margin-bottom: 25px;
  1555.        color: #2c3e50;
  1556.        position: relative;
  1557.        display: inline-block;
  1558.    }
  1559.    
  1560.    .section-title-v3::before {
  1561.        content: '';
  1562.        position: absolute;
  1563.        top: -15px;
  1564.        right: -15px;
  1565.        width: 30px;
  1566.        height: 30px;
  1567.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1568.        border-radius: 50%;
  1569.        opacity: 0.3;
  1570.        animation: pulse 2s infinite;
  1571.    }
  1572.    
  1573.    @keyframes pulse {
  1574.        0%, 100% { transform: scale(1); opacity: 0.3; }
  1575.        50% { transform: scale(1.2); opacity: 0.6; }
  1576.    }
  1577.    
  1578.    .section-subtitle-v3 {
  1579.        font-size: 1.2rem;
  1580.        color: #7f8c8d;
  1581.        max-width: 700px;
  1582.        margin: 0 auto;
  1583.        line-height: 1.7;
  1584.        font-weight: 300;
  1585.    }
  1586.    
  1587.    .scroll-reveal {
  1588.        opacity: 0;
  1589.        transform: translateY(50px) scale(0.9);
  1590.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  1591.    }
  1592.    
  1593.    .scroll-reveal.revealed {
  1594.        opacity: 1;
  1595.        transform: translateY(0) scale(1);
  1596.    }
  1597.    
  1598.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  1599.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  1600.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  1601.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  1602.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  1603.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  1604.  
  1605.    @media (max-width: 768px) {
  1606.        .masonry-container {
  1607.            display: flex;
  1608.            flex-direction: column;
  1609.            grid-gap: 20px;
  1610.        }
  1611.        .blog-card-v3:nth-child(n) {
  1612.            grid-row-end: span 20;
  1613.        }
  1614.        .section-title-v3 {
  1615.            font-size: 2.8rem;
  1616.        }
  1617.        .blog-highlights-v3 {
  1618.            padding: 60px 0;
  1619.        }
  1620.        .blog-content-v3 {
  1621.            padding: 25px 20px;
  1622.        }
  1623.        .blog-card-v3:hover {
  1624.            transform: translateY(-15px) scale(1.02);
  1625.        }
  1626.        .blog-image-v3{
  1627.            max-height: 350px;
  1628.            height: 100%;
  1629.        }
  1630.    }
  1631. </style>
  1632.  
  1633. <section class="blog-highlights-v3">
  1634.    <div class="container-fluid fluid-container">
  1635.        <div class="row">
  1636.            <div class="col-12">
  1637.                 <div class="wpo-section-title">
  1638.            <h2>
  1639.                Today's Top Highlights
  1640.                   </h2>
  1641.        </div>
  1642.            </div>
  1643.        </div>
  1644.        
  1645.        <div class="row">
  1646.            <div class="col-lg-8 col-12">
  1647.                <div class="masonry-container">
  1648.                    
  1649.                    <div class="blog-card-v3 scroll-reveal span-21">
  1650.                        <div class="blog-image-v3">
  1651.                            
  1652.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1653.                            
  1654.                            <div class="blog-floating-elements">
  1655.                                <div class="floating-dot"></div>
  1656.                                <div class="floating-dot"></div>
  1657.                                <div class="floating-dot"></div>
  1658.                            </div>
  1659.                            <span class="blog-category-v3 bg-primary-gradient">
  1660.                                News
  1661.                            </span>
  1662.                        </div>
  1663.                        <div class="blog-content-v3">
  1664.                            <h3 class="blog-title-v3">
  1665.                                <a href="/the-gal%C3%A1pagos-islands-lacked-any-indigenous-amphibians-then-countless-numbers-of-frogs-made-their-home/" >
  1666.                                The Galápagos Islands Lacked Any Indigenous Amphibians. Then Countless Numbers of Frogs Made Their Home
  1667.                                </a>
  1668.                            </h3>
  1669.                            <div class="blog-meta-v3">
  1670.                                
  1671.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="blog-author-img-v3">
  1672.                                
  1673.                                <span>By Katie Fernandez</span>
  1674.                                <span>•</span>
  1675.                                <span>20 May 2026</span>
  1676.                            </div>
  1677.                            
  1678.                            <div class="blog-actions-v3">
  1679.                                <div class="blog-read-time-v3">
  1680.                                    <i class="far fa-clock"></i>
  1681.                                    <!-- <span>5 min read</span> -->
  1682.                                </div>
  1683.                                <a href="/the-gal%C3%A1pagos-islands-lacked-any-indigenous-amphibians-then-countless-numbers-of-frogs-made-their-home/"  class="blog-read-more-v3">
  1684.                                    <i class="ti-arrow-right"></i>
  1685.                                </a>
  1686.                            </div>
  1687.                        </div>
  1688.                    </div>
  1689.                    
  1690.                    <div class="blog-card-v3 scroll-reveal span-22">
  1691.                        <div class="blog-image-v3">
  1692.                            
  1693.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1694.                            
  1695.                            <div class="blog-floating-elements">
  1696.                                <div class="floating-dot"></div>
  1697.                                <div class="floating-dot"></div>
  1698.                                <div class="floating-dot"></div>
  1699.                            </div>
  1700.                            <span class="blog-category-v3 bg-primary-gradient">
  1701.                                News
  1702.                            </span>
  1703.                        </div>
  1704.                        <div class="blog-content-v3">
  1705.                            <h3 class="blog-title-v3">
  1706.                                <a href="/sharing-a-dugout-with-ferguson-and-getting-knocked-out-a-lenswomans-tales/" >
  1707.                                Sharing a Dugout with Ferguson and Getting &#x27;Knocked Out&#x27; – A Lenswoman&#x27;s Tales
  1708.                                </a>
  1709.                            </h3>
  1710.                            <div class="blog-meta-v3">
  1711.                                
  1712.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="blog-author-img-v3">
  1713.                                
  1714.                                <span>By Katie Fernandez</span>
  1715.                                <span>•</span>
  1716.                                <span>20 May 2026</span>
  1717.                            </div>
  1718.                            
  1719.                            <div class="blog-actions-v3">
  1720.                                <div class="blog-read-time-v3">
  1721.                                    <i class="far fa-clock"></i>
  1722.                                    <!-- <span>5 min read</span> -->
  1723.                                </div>
  1724.                                <a href="/sharing-a-dugout-with-ferguson-and-getting-knocked-out-a-lenswomans-tales/"  class="blog-read-more-v3">
  1725.                                    <i class="ti-arrow-right"></i>
  1726.                                </a>
  1727.                            </div>
  1728.                        </div>
  1729.                    </div>
  1730.                    
  1731.                    <div class="blog-card-v3 scroll-reveal span-21">
  1732.                        <div class="blog-image-v3">
  1733.                            
  1734.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1735.                            
  1736.                            <div class="blog-floating-elements">
  1737.                                <div class="floating-dot"></div>
  1738.                                <div class="floating-dot"></div>
  1739.                                <div class="floating-dot"></div>
  1740.                            </div>
  1741.                            <span class="blog-category-v3 bg-primary-gradient">
  1742.                                News
  1743.                            </span>
  1744.                        </div>
  1745.                        <div class="blog-content-v3">
  1746.                            <h3 class="blog-title-v3">
  1747.                                <a href="/californias-governor-rejects-parole-for-manson-follower-longtime-inmate/" >
  1748.                                California&#x27;s Governor Rejects Parole for Manson Follower Longtime Inmate
  1749.                                </a>
  1750.                            </h3>
  1751.                            <div class="blog-meta-v3">
  1752.                                
  1753.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="blog-author-img-v3">
  1754.                                
  1755.                                <span>By Katie Fernandez</span>
  1756.                                <span>•</span>
  1757.                                <span>19 May 2026</span>
  1758.                            </div>
  1759.                            
  1760.                            <div class="blog-actions-v3">
  1761.                                <div class="blog-read-time-v3">
  1762.                                    <i class="far fa-clock"></i>
  1763.                                    <!-- <span>5 min read</span> -->
  1764.                                </div>
  1765.                                <a href="/californias-governor-rejects-parole-for-manson-follower-longtime-inmate/"  class="blog-read-more-v3">
  1766.                                    <i class="ti-arrow-right"></i>
  1767.                                </a>
  1768.                            </div>
  1769.                        </div>
  1770.                    </div>
  1771.                    
  1772.                    <div class="blog-card-v3 scroll-reveal span-22">
  1773.                        <div class="blog-image-v3">
  1774.                            
  1775.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1776.                            
  1777.                            <div class="blog-floating-elements">
  1778.                                <div class="floating-dot"></div>
  1779.                                <div class="floating-dot"></div>
  1780.                                <div class="floating-dot"></div>
  1781.                            </div>
  1782.                            <span class="blog-category-v3 bg-primary-gradient">
  1783.                                News
  1784.                            </span>
  1785.                        </div>
  1786.                        <div class="blog-content-v3">
  1787.                            <h3 class="blog-title-v3">
  1788.                                <a href="/individual-accused-in-ivy-league-campus-incident-located-dead-inside-storage-unit/" >
  1789.                                Individual Accused in Ivy League Campus Incident Located Dead Inside Storage Unit.
  1790.                                </a>
  1791.                            </h3>
  1792.                            <div class="blog-meta-v3">
  1793.                                
  1794.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="blog-author-img-v3">
  1795.                                
  1796.                                <span>By Katie Fernandez</span>
  1797.                                <span>•</span>
  1798.                                <span>19 May 2026</span>
  1799.                            </div>
  1800.                            
  1801.                            <div class="blog-actions-v3">
  1802.                                <div class="blog-read-time-v3">
  1803.                                    <i class="far fa-clock"></i>
  1804.                                    <!-- <span>5 min read</span> -->
  1805.                                </div>
  1806.                                <a href="/individual-accused-in-ivy-league-campus-incident-located-dead-inside-storage-unit/"  class="blog-read-more-v3">
  1807.                                    <i class="ti-arrow-right"></i>
  1808.                                </a>
  1809.                            </div>
  1810.                        </div>
  1811.                    </div>
  1812.                    
  1813.                    <div class="blog-card-v3 scroll-reveal span-21">
  1814.                        <div class="blog-image-v3">
  1815.                            
  1816.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1817.                            
  1818.                            <div class="blog-floating-elements">
  1819.                                <div class="floating-dot"></div>
  1820.                                <div class="floating-dot"></div>
  1821.                                <div class="floating-dot"></div>
  1822.                            </div>
  1823.                            <span class="blog-category-v3 bg-primary-gradient">
  1824.                                News
  1825.                            </span>
  1826.                        </div>
  1827.                        <div class="blog-content-v3">
  1828.                            <h3 class="blog-title-v3">
  1829.                                <a href="/to-rinse-or-not-to-rinse-a-guide-to-preparing-mushrooms/" >
  1830.                                To Rinse or Not to Rinse: A Guide to Preparing Mushrooms
  1831.                                </a>
  1832.                            </h3>
  1833.                            <div class="blog-meta-v3">
  1834.                                
  1835.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="blog-author-img-v3">
  1836.                                
  1837.                                <span>By Katie Fernandez</span>
  1838.                                <span>•</span>
  1839.                                <span>19 May 2026</span>
  1840.                            </div>
  1841.                            
  1842.                            <div class="blog-actions-v3">
  1843.                                <div class="blog-read-time-v3">
  1844.                                    <i class="far fa-clock"></i>
  1845.                                    <!-- <span>5 min read</span> -->
  1846.                                </div>
  1847.                                <a href="/to-rinse-or-not-to-rinse-a-guide-to-preparing-mushrooms/"  class="blog-read-more-v3">
  1848.                                    <i class="ti-arrow-right"></i>
  1849.                                </a>
  1850.                            </div>
  1851.                        </div>
  1852.                    </div>
  1853.                    
  1854.                    <div class="blog-card-v3 scroll-reveal span-22">
  1855.                        <div class="blog-image-v3">
  1856.                            
  1857.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1858.                            
  1859.                            <div class="blog-floating-elements">
  1860.                                <div class="floating-dot"></div>
  1861.                                <div class="floating-dot"></div>
  1862.                                <div class="floating-dot"></div>
  1863.                            </div>
  1864.                            <span class="blog-category-v3 bg-primary-gradient">
  1865.                                News
  1866.                            </span>
  1867.                        </div>
  1868.                        <div class="blog-content-v3">
  1869.                            <h3 class="blog-title-v3">
  1870.                                <a href="/body-of-competitive-swimmer-presumably-attacked-by-predator-found-on-california-shore/" >
  1871.                                Body of Competitive Swimmer Presumably Attacked by Predator Found on California Shore
  1872.                                </a>
  1873.                            </h3>
  1874.                            <div class="blog-meta-v3">
  1875.                                
  1876.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="blog-author-img-v3">
  1877.                                
  1878.                                <span>By Katie Fernandez</span>
  1879.                                <span>•</span>
  1880.                                <span>19 May 2026</span>
  1881.                            </div>
  1882.                            
  1883.                            <div class="blog-actions-v3">
  1884.                                <div class="blog-read-time-v3">
  1885.                                    <i class="far fa-clock"></i>
  1886.                                    <!-- <span>5 min read</span> -->
  1887.                                </div>
  1888.                                <a href="/body-of-competitive-swimmer-presumably-attacked-by-predator-found-on-california-shore/"  class="blog-read-more-v3">
  1889.                                    <i class="ti-arrow-right"></i>
  1890.                                </a>
  1891.                            </div>
  1892.                        </div>
  1893.                    </div>
  1894.                    
  1895.                    <div class="blog-card-v3 scroll-reveal span-21">
  1896.                        <div class="blog-image-v3">
  1897.                            
  1898.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1899.                            
  1900.                            <div class="blog-floating-elements">
  1901.                                <div class="floating-dot"></div>
  1902.                                <div class="floating-dot"></div>
  1903.                                <div class="floating-dot"></div>
  1904.                            </div>
  1905.                            <span class="blog-category-v3 bg-primary-gradient">
  1906.                                News
  1907.                            </span>
  1908.                        </div>
  1909.                        <div class="blog-content-v3">
  1910.                            <h3 class="blog-title-v3">
  1911.                                <a href="/music-legend-barry-manilow-scheduled-for-surgery-for-lung-cancer/" >
  1912.                                Music Legend Barry Manilow Scheduled for Surgery for Lung Cancer.
  1913.                                </a>
  1914.                            </h3>
  1915.                            <div class="blog-meta-v3">
  1916.                                
  1917.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="blog-author-img-v3">
  1918.                                
  1919.                                <span>By Katie Fernandez</span>
  1920.                                <span>•</span>
  1921.                                <span>19 May 2026</span>
  1922.                            </div>
  1923.                            
  1924.                            <div class="blog-actions-v3">
  1925.                                <div class="blog-read-time-v3">
  1926.                                    <i class="far fa-clock"></i>
  1927.                                    <!-- <span>5 min read</span> -->
  1928.                                </div>
  1929.                                <a href="/music-legend-barry-manilow-scheduled-for-surgery-for-lung-cancer/"  class="blog-read-more-v3">
  1930.                                    <i class="ti-arrow-right"></i>
  1931.                                </a>
  1932.                            </div>
  1933.                        </div>
  1934.                    </div>
  1935.                    
  1936.                    <div class="blog-card-v3 scroll-reveal span-22">
  1937.                        <div class="blog-image-v3">
  1938.                            
  1939.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1940.                            
  1941.                            <div class="blog-floating-elements">
  1942.                                <div class="floating-dot"></div>
  1943.                                <div class="floating-dot"></div>
  1944.                                <div class="floating-dot"></div>
  1945.                            </div>
  1946.                            <span class="blog-category-v3 bg-primary-gradient">
  1947.                                News
  1948.                            </span>
  1949.                        </div>
  1950.                        <div class="blog-content-v3">
  1951.                            <h3 class="blog-title-v3">
  1952.                                <a href="/former-uk-serviceman-charged-of-killing-kenyan-female-shows-up-in-courtroom/" >
  1953.                                Former UK Serviceman Charged of Killing Kenyan Female Shows Up in Courtroom
  1954.                                </a>
  1955.                            </h3>
  1956.                            <div class="blog-meta-v3">
  1957.                                
  1958.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="blog-author-img-v3">
  1959.                                
  1960.                                <span>By Katie Fernandez</span>
  1961.                                <span>•</span>
  1962.                                <span>19 May 2026</span>
  1963.                            </div>
  1964.                            
  1965.                            <div class="blog-actions-v3">
  1966.                                <div class="blog-read-time-v3">
  1967.                                    <i class="far fa-clock"></i>
  1968.                                    <!-- <span>5 min read</span> -->
  1969.                                </div>
  1970.                                <a href="/former-uk-serviceman-charged-of-killing-kenyan-female-shows-up-in-courtroom/"  class="blog-read-more-v3">
  1971.                                    <i class="ti-arrow-right"></i>
  1972.                                </a>
  1973.                            </div>
  1974.                        </div>
  1975.                    </div>
  1976.                    
  1977.                    <div class="blog-card-v3 scroll-reveal span-21">
  1978.                        <div class="blog-image-v3">
  1979.                            
  1980.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1981.                            
  1982.                            <div class="blog-floating-elements">
  1983.                                <div class="floating-dot"></div>
  1984.                                <div class="floating-dot"></div>
  1985.                                <div class="floating-dot"></div>
  1986.                            </div>
  1987.                            <span class="blog-category-v3 bg-primary-gradient">
  1988.                                News
  1989.                            </span>
  1990.                        </div>
  1991.                        <div class="blog-content-v3">
  1992.                            <h3 class="blog-title-v3">
  1993.                                <a href="/us-food-and-drug-administration-grants-approval-to-addyi-a-desire-boosting-drug-for-postmenopausal/" >
  1994.                                U.S. Food and Drug Administration Grants Approval to Addyi, a Desire-Boosting Drug for Postmenopausal
  1995.                                </a>
  1996.                            </h3>
  1997.                            <div class="blog-meta-v3">
  1998.                                
  1999.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="blog-author-img-v3">
  2000.                                
  2001.                                <span>By Katie Fernandez</span>
  2002.                                <span>•</span>
  2003.                                <span>19 May 2026</span>
  2004.                            </div>
  2005.                            
  2006.                            <div class="blog-actions-v3">
  2007.                                <div class="blog-read-time-v3">
  2008.                                    <i class="far fa-clock"></i>
  2009.                                    <!-- <span>5 min read</span> -->
  2010.                                </div>
  2011.                                <a href="/us-food-and-drug-administration-grants-approval-to-addyi-a-desire-boosting-drug-for-postmenopausal/"  class="blog-read-more-v3">
  2012.                                    <i class="ti-arrow-right"></i>
  2013.                                </a>
  2014.                            </div>
  2015.                        </div>
  2016.                    </div>
  2017.                    
  2018.                    <div class="blog-card-v3 scroll-reveal span-22">
  2019.                        <div class="blog-image-v3">
  2020.                            
  2021.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2022.                            
  2023.                            <div class="blog-floating-elements">
  2024.                                <div class="floating-dot"></div>
  2025.                                <div class="floating-dot"></div>
  2026.                                <div class="floating-dot"></div>
  2027.                            </div>
  2028.                            <span class="blog-category-v3 bg-primary-gradient">
  2029.                                News
  2030.                            </span>
  2031.                        </div>
  2032.                        <div class="blog-content-v3">
  2033.                            <h3 class="blog-title-v3">
  2034.                                <a href="/we-must-have-a-chopper-to-go-find-them-teenagers-distress-call-to-rescue-loved-ones-adrift-off-australian-coast-revealed/" >
  2035.                                We Must Have a Chopper to Go Find Them’: Teenager’s Distress Call to Rescue Loved Ones Adrift Off Australian Coast Revealed
  2036.                                </a>
  2037.                            </h3>
  2038.                            <div class="blog-meta-v3">
  2039.                                
  2040.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="blog-author-img-v3">
  2041.                                
  2042.                                <span>By Katie Fernandez</span>
  2043.                                <span>•</span>
  2044.                                <span>19 May 2026</span>
  2045.                            </div>
  2046.                            
  2047.                            <div class="blog-actions-v3">
  2048.                                <div class="blog-read-time-v3">
  2049.                                    <i class="far fa-clock"></i>
  2050.                                    <!-- <span>5 min read</span> -->
  2051.                                </div>
  2052.                                <a href="/we-must-have-a-chopper-to-go-find-them-teenagers-distress-call-to-rescue-loved-ones-adrift-off-australian-coast-revealed/"  class="blog-read-more-v3">
  2053.                                    <i class="ti-arrow-right"></i>
  2054.                                </a>
  2055.                            </div>
  2056.                        </div>
  2057.                    </div>
  2058.                    
  2059.                    <div class="blog-card-v3 scroll-reveal span-21">
  2060.                        <div class="blog-image-v3">
  2061.                            
  2062.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2063.                            
  2064.                            <div class="blog-floating-elements">
  2065.                                <div class="floating-dot"></div>
  2066.                                <div class="floating-dot"></div>
  2067.                                <div class="floating-dot"></div>
  2068.                            </div>
  2069.                            <span class="blog-category-v3 bg-primary-gradient">
  2070.                                News
  2071.                            </span>
  2072.                        </div>
  2073.                        <div class="blog-content-v3">
  2074.                            <h3 class="blog-title-v3">
  2075.                                <a href="/cyclone-disaster-in-sri-lanka-unleashes-a-wave-of-community-action/" >
  2076.                                Cyclone Disaster in Sri Lanka Unleashes a Wave of Community Action
  2077.                                </a>
  2078.                            </h3>
  2079.                            <div class="blog-meta-v3">
  2080.                                
  2081.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="blog-author-img-v3">
  2082.                                
  2083.                                <span>By Katie Fernandez</span>
  2084.                                <span>•</span>
  2085.                                <span>18 May 2026</span>
  2086.                            </div>
  2087.                            
  2088.                            <div class="blog-actions-v3">
  2089.                                <div class="blog-read-time-v3">
  2090.                                    <i class="far fa-clock"></i>
  2091.                                    <!-- <span>5 min read</span> -->
  2092.                                </div>
  2093.                                <a href="/cyclone-disaster-in-sri-lanka-unleashes-a-wave-of-community-action/"  class="blog-read-more-v3">
  2094.                                    <i class="ti-arrow-right"></i>
  2095.                                </a>
  2096.                            </div>
  2097.                        </div>
  2098.                    </div>
  2099.                    
  2100.                    <div class="blog-card-v3 scroll-reveal span-22">
  2101.                        <div class="blog-image-v3">
  2102.                            
  2103.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2104.                            
  2105.                            <div class="blog-floating-elements">
  2106.                                <div class="floating-dot"></div>
  2107.                                <div class="floating-dot"></div>
  2108.                                <div class="floating-dot"></div>
  2109.                            </div>
  2110.                            <span class="blog-category-v3 bg-primary-gradient">
  2111.                                News
  2112.                            </span>
  2113.                        </div>
  2114.                        <div class="blog-content-v3">
  2115.                            <h3 class="blog-title-v3">
  2116.                                <a href="/los-blancos-trent-alexander-arnold-might-play-against-his-former-club-in-upcoming-champions-league-fixture/" >
  2117.                                Los Blancos&#x27; Trent Alexander-Arnold Might Play Against His Former Club in Upcoming Champions League Fixture
  2118.                                </a>
  2119.                            </h3>
  2120.                            <div class="blog-meta-v3">
  2121.                                
  2122.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="blog-author-img-v3">
  2123.                                
  2124.                                <span>By Katie Fernandez</span>
  2125.                                <span>•</span>
  2126.                                <span>18 May 2026</span>
  2127.                            </div>
  2128.                            
  2129.                            <div class="blog-actions-v3">
  2130.                                <div class="blog-read-time-v3">
  2131.                                    <i class="far fa-clock"></i>
  2132.                                    <!-- <span>5 min read</span> -->
  2133.                                </div>
  2134.                                <a href="/los-blancos-trent-alexander-arnold-might-play-against-his-former-club-in-upcoming-champions-league-fixture/"  class="blog-read-more-v3">
  2135.                                    <i class="ti-arrow-right"></i>
  2136.                                </a>
  2137.                            </div>
  2138.                        </div>
  2139.                    </div>
  2140.                    
  2141.                    
  2142.  
  2143.                </div>
  2144.            </div>
  2145.            
  2146.               <div class="col col-lg-4 col-12">
  2147.                
  2148.  
  2149.  
  2150.  
  2151.    
  2152.  
  2153.  
  2154. <!-- Blog Sidebar V2 - Focused Design -->
  2155. <div class="sidebar">
  2156.  <!-- Recent Posts Section -->
  2157.  <div class="sidebar-widget mb-4">
  2158.    <div class="widget-title-wrapper mb-3">
  2159.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2160.        <i class="ti-time me-2"></i>Recent Posts
  2161.        <span class="title-arrow-primary"></span>
  2162.      </h4>
  2163.    </div>
  2164.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2165.      <div class="recent-post-list">
  2166.      
  2167.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2168.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2169.              
  2170.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2171.              
  2172.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2173.          </div>
  2174.          <div class="post-content flex-grow-1">
  2175.            <h6 class="post-title mb-2">
  2176.               <a href="/worrying-recollections-return-in-davao-as-investigators-trace-bondi-beach-attack-suspects-activities/" class="text-decoration-none top-color fw-semibold lh-sm">
  2177.                                            Worrying Recollections Return in Davao as Investigators Trace Bondi Beach Attack Suspects’ Activities
  2178.                                            </a>
  2179.            </h6>
  2180.            <div class="post-meta">
  2181.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2182.              <!-- <small class="text-muted">
  2183.                <i class="ti-eye me-1"></i>348 views
  2184.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2185.              </small> -->
  2186.            </div>
  2187.          </div>
  2188.        </div>
  2189.        
  2190.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2191.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2192.              
  2193.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2194.              
  2195.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2196.          </div>
  2197.          <div class="post-content flex-grow-1">
  2198.            <h6 class="post-title mb-2">
  2199.               <a href="/real-algarve-uncovering-portugal-away-from-the-beach/" class="text-decoration-none top-color fw-semibold lh-sm">
  2200.                                            Real Algarve: Uncovering Portugal Away from the Beach
  2201.                                            </a>
  2202.            </h6>
  2203.            <div class="post-meta">
  2204.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2205.              <!-- <small class="text-muted">
  2206.                <i class="ti-eye me-1"></i>348 views
  2207.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2208.              </small> -->
  2209.            </div>
  2210.          </div>
  2211.        </div>
  2212.        
  2213.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2214.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2215.              
  2216.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2217.              
  2218.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2219.          </div>
  2220.          <div class="post-content flex-grow-1">
  2221.            <h6 class="post-title mb-2">
  2222.               <a href="/arsenals-goalkeeper-highlights-teams-strength-as-vital-to-silverware-ambitions/" class="text-decoration-none top-color fw-semibold lh-sm">
  2223.                                            Arsenal&#x27;s goalkeeper Highlights Team&#x27;s Strength as Vital to Silverware Ambitions
  2224.                                            </a>
  2225.            </h6>
  2226.            <div class="post-meta">
  2227.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2228.              <!-- <small class="text-muted">
  2229.                <i class="ti-eye me-1"></i>348 views
  2230.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2231.              </small> -->
  2232.            </div>
  2233.          </div>
  2234.        </div>
  2235.        
  2236.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2237.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2238.              
  2239.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2240.              
  2241.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2242.          </div>
  2243.          <div class="post-content flex-grow-1">
  2244.            <h6 class="post-title mb-2">
  2245.               <a href="/will-the-all-blacks-rediscover-their-winning-form-during-the-fall-tour/" class="text-decoration-none top-color fw-semibold lh-sm">
  2246.                                            Will the All Blacks rediscover their winning form during the fall tour?
  2247.                                            </a>
  2248.            </h6>
  2249.            <div class="post-meta">
  2250.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2251.              <!-- <small class="text-muted">
  2252.                <i class="ti-eye me-1"></i>348 views
  2253.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2254.              </small> -->
  2255.            </div>
  2256.          </div>
  2257.        </div>
  2258.        
  2259.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2260.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2261.              
  2262.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2263.              
  2264.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2265.          </div>
  2266.          <div class="post-content flex-grow-1">
  2267.            <h6 class="post-title mb-2">
  2268.               <a href="/the-presidents-unprecedented-influence-in-athletics-achieved-new-heights-in-2025-the-coming-year-promises-to-be-even-bigger/" class="text-decoration-none top-color fw-semibold lh-sm">
  2269.                                            The President&#x27;s Unprecedented Influence in Athletics Achieved New Heights in 2025. The Coming Year Promises to Be Even Bigger.
  2270.                                            </a>
  2271.            </h6>
  2272.            <div class="post-meta">
  2273.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2274.              <!-- <small class="text-muted">
  2275.                <i class="ti-eye me-1"></i>348 views
  2276.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2277.              </small> -->
  2278.            </div>
  2279.          </div>
  2280.        </div>
  2281.        
  2282.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2283.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2284.              
  2285.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2286.              
  2287.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2288.          </div>
  2289.          <div class="post-content flex-grow-1">
  2290.            <h6 class="post-title mb-2">
  2291.               <a href="/we-got-let-go-and-were-embracing-it-this-is-how-to-secure-a-new-role-that-fits-you-personally/" class="text-decoration-none top-color fw-semibold lh-sm">
  2292.                                            We Got Let Go, and We&#x27;re Embracing It – This Is How to Secure a New Role That Fits You Personally
  2293.                                            </a>
  2294.            </h6>
  2295.            <div class="post-meta">
  2296.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2297.              <!-- <small class="text-muted">
  2298.                <i class="ti-eye me-1"></i>348 views
  2299.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2300.              </small> -->
  2301.            </div>
  2302.          </div>
  2303.        </div>
  2304.        
  2305.  
  2306.      </div>
  2307.  
  2308.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2309.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2310.      </div> -->
  2311.    </div>
  2312.  </div>
  2313.  
  2314.    
  2315.  <div class="sidebar-widget mb-4">
  2316.    <div class="widget-title-wrapper mb-3">
  2317.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2318.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2319.        <span class="title-arrow"></span>
  2320.      </h4>
  2321.    </div>
  2322.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2323.      <div class="blog-roll-list scrollable-sidebar">
  2324.        
  2325.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2326.          <a href="https://gamingamerica.com/casino-en-ligne-canada" class="text-decoration-none ">
  2327.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2328.              <i class="ti-angle-right me-2 text-primary"></i>
  2329.               casino en ligne
  2330.            </h6>
  2331.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2332.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2333.            </div> -->
  2334.          </a>
  2335.        </div>
  2336.          
  2337.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2338.          <a href="https://rmne.ca/" class="text-decoration-none ">
  2339.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2340.              <i class="ti-angle-right me-2 text-primary"></i>
  2341.               casino en ligne canada
  2342.            </h6>
  2343.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2344.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2345.            </div> -->
  2346.          </a>
  2347.        </div>
  2348.          
  2349.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2350.          <a href="https://casinobeats.com/fr/casino-en-ligne/casino-en-ligne-canada/" class="text-decoration-none ">
  2351.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2352.              <i class="ti-angle-right me-2 text-primary"></i>
  2353.               casino en ligne canada
  2354.            </h6>
  2355.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2356.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2357.            </div> -->
  2358.          </a>
  2359.        </div>
  2360.          
  2361.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2362.          <a href="https://esportsinsider.com/fr/jeux-dargent/bookmakers-canada-paris-sportifs" class="text-decoration-none ">
  2363.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2364.              <i class="ti-angle-right me-2 text-primary"></i>
  2365.               pari sportif
  2366.            </h6>
  2367.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2368.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2369.            </div> -->
  2370.          </a>
  2371.        </div>
  2372.          
  2373.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2374.          <a href="https://www.fromagesbouffetraditions.ca/" class="text-decoration-none ">
  2375.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2376.              <i class="ti-angle-right me-2 text-primary"></i>
  2377.               casino en ligne canada
  2378.            </h6>
  2379.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2380.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2381.            </div> -->
  2382.          </a>
  2383.        </div>
  2384.          
  2385.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2386.          <a href="https://siberiastationspa.com/" class="text-decoration-none ">
  2387.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2388.              <i class="ti-angle-right me-2 text-primary"></i>
  2389.               nouveau casino en ligne canada
  2390.            </h6>
  2391.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2392.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2393.            </div> -->
  2394.          </a>
  2395.        </div>
  2396.          
  2397.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2398.          <a href="https://siberiastationspa.com/" class="text-decoration-none ">
  2399.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2400.              <i class="ti-angle-right me-2 text-primary"></i>
  2401.               casino en ligne canada
  2402.            </h6>
  2403.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2404.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2405.            </div> -->
  2406.          </a>
  2407.        </div>
  2408.          
  2409.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2410.          <a href="https://gameplayspace.com/" class="text-decoration-none ">
  2411.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2412.              <i class="ti-angle-right me-2 text-primary"></i>
  2413.               best payout casino canada
  2414.            </h6>
  2415.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2416.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2417.            </div> -->
  2418.          </a>
  2419.        </div>
  2420.          
  2421.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2422.          <a href="https://delbarber.com/" class="text-decoration-none ">
  2423.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2424.              <i class="ti-angle-right me-2 text-primary"></i>
  2425.               online casino
  2426.            </h6>
  2427.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2428.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2429.            </div> -->
  2430.          </a>
  2431.        </div>
  2432.          
  2433.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2434.          <a href="https://nbhrf.com/" class="text-decoration-none ">
  2435.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2436.              <i class="ti-angle-right me-2 text-primary"></i>
  2437.               online casino
  2438.            </h6>
  2439.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2440.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2441.            </div> -->
  2442.          </a>
  2443.        </div>
  2444.          
  2445.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2446.          <a href="https://www.cma2019.ca/" class="text-decoration-none ">
  2447.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2448.              <i class="ti-angle-right me-2 text-primary"></i>
  2449.               casino en ligne payant canada
  2450.            </h6>
  2451.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2452.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2453.            </div> -->
  2454.          </a>
  2455.        </div>
  2456.          
  2457.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2458.          <a href="https://www.campagnepourlalecture.ca/" class="text-decoration-none ">
  2459.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2460.              <i class="ti-angle-right me-2 text-primary"></i>
  2461.               meilleur casino en ligne au canada
  2462.            </h6>
  2463.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2464.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2465.            </div> -->
  2466.          </a>
  2467.        </div>
  2468.          
  2469.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2470.          <a href="https://eyewitnessmediahub.com/" class="text-decoration-none ">
  2471.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2472.              <i class="ti-angle-right me-2 text-primary"></i>
  2473.               online casino
  2474.            </h6>
  2475.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2476.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2477.            </div> -->
  2478.          </a>
  2479.        </div>
  2480.          
  2481.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2482.          <a href="https://www.fmcpaware.org/" class="text-decoration-none ">
  2483.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2484.              <i class="ti-angle-right me-2 text-primary"></i>
  2485.               online casino
  2486.            </h6>
  2487.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2488.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2489.            </div> -->
  2490.          </a>
  2491.        </div>
  2492.          
  2493.      </div>
  2494.  
  2495.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2496.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2497.      </div> -->
  2498.    </div>
  2499.  </div>
  2500.    
  2501.  <div class="sidebar-widget mb-4">
  2502.    <div class="widget-title-wrapper mb-3">
  2503.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2504.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2505.        <span class="title-arrow"></span>
  2506.      </h4>
  2507.    </div>
  2508.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2509.      <div class="blog-roll-list scrollable-sidebar">
  2510.        
  2511.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2512.          <a href="https://camanjs.com/" class="text-decoration-none ">
  2513.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2514.              <i class="ti-angle-right me-2 text-primary"></i>
  2515.               online casinos
  2516.            </h6>
  2517.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2518.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2519.            </div> -->
  2520.          </a>
  2521.        </div>
  2522.          
  2523.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2524.          <a href="https://www.sustainablehealthsystems.ca/" class="text-decoration-none ">
  2525.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2526.              <i class="ti-angle-right me-2 text-primary"></i>
  2527.               online casino
  2528.            </h6>
  2529.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2530.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2531.            </div> -->
  2532.          </a>
  2533.        </div>
  2534.          
  2535.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2536.          <a href="https://www.becausetheocean.org/" class="text-decoration-none ">
  2537.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2538.              <i class="ti-angle-right me-2 text-primary"></i>
  2539.               online casino
  2540.            </h6>
  2541.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2542.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2543.            </div> -->
  2544.          </a>
  2545.        </div>
  2546.          
  2547.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2548.          <a href="https://gameplayspace.com/" class="text-decoration-none ">
  2549.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2550.              <i class="ti-angle-right me-2 text-primary"></i>
  2551.               online casino
  2552.            </h6>
  2553.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2554.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2555.            </div> -->
  2556.          </a>
  2557.        </div>
  2558.          
  2559.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2560.          <a href="https://www.od4d.net/" class="text-decoration-none ">
  2561.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2562.              <i class="ti-angle-right me-2 text-primary"></i>
  2563.               online casino
  2564.            </h6>
  2565.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2566.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2567.            </div> -->
  2568.          </a>
  2569.        </div>
  2570.          
  2571.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2572.          <a href="https://projectunderstood.ca/" class="text-decoration-none ">
  2573.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2574.              <i class="ti-angle-right me-2 text-primary"></i>
  2575.               best online casino canada
  2576.            </h6>
  2577.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2578.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2579.            </div> -->
  2580.          </a>
  2581.        </div>
  2582.          
  2583.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2584.          <a href="https://www.gamblinginsider.com/ca/online-casinos" class="text-decoration-none ">
  2585.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2586.              <i class="ti-angle-right me-2 text-primary"></i>
  2587.               canada online casinos
  2588.            </h6>
  2589.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2590.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2591.            </div> -->
  2592.          </a>
  2593.        </div>
  2594.          
  2595.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2596.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  2597.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2598.              <i class="ti-angle-right me-2 text-primary"></i>
  2599.               non GAMSTOP casinos
  2600.            </h6>
  2601.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2602.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2603.            </div> -->
  2604.          </a>
  2605.        </div>
  2606.          
  2607.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2608.          <a href="https://worldle-game.org/" class="text-decoration-none ">
  2609.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2610.              <i class="ti-angle-right me-2 text-primary"></i>
  2611.               online casinos canada
  2612.            </h6>
  2613.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2614.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2615.            </div> -->
  2616.          </a>
  2617.        </div>
  2618.          
  2619.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2620.          <a href="https://hriportal.ca/" class="text-decoration-none ">
  2621.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2622.              <i class="ti-angle-right me-2 text-primary"></i>
  2623.               online casinos
  2624.            </h6>
  2625.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2626.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2627.            </div> -->
  2628.          </a>
  2629.        </div>
  2630.          
  2631.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2632.          <a href="https://www.smartsaver.org/" class="text-decoration-none ">
  2633.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2634.              <i class="ti-angle-right me-2 text-primary"></i>
  2635.               best payout casino canada
  2636.            </h6>
  2637.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2638.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2639.            </div> -->
  2640.          </a>
  2641.        </div>
  2642.          
  2643.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2644.          <a href="https://www.itwc.ca/" class="text-decoration-none ">
  2645.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2646.              <i class="ti-angle-right me-2 text-primary"></i>
  2647.               best online casinos
  2648.            </h6>
  2649.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2650.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2651.            </div> -->
  2652.          </a>
  2653.        </div>
  2654.          
  2655.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2656.          <a href="https://projectunderstood.ca/" class="text-decoration-none ">
  2657.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2658.              <i class="ti-angle-right me-2 text-primary"></i>
  2659.               best online casinos
  2660.            </h6>
  2661.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2662.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2663.            </div> -->
  2664.          </a>
  2665.        </div>
  2666.          
  2667.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2668.          <a href="https://www.fastestpayoutonlinecasino.com/" class="text-decoration-none ">
  2669.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2670.              <i class="ti-angle-right me-2 text-primary"></i>
  2671.               best online casinos
  2672.            </h6>
  2673.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2674.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2675.            </div> -->
  2676.          </a>
  2677.        </div>
  2678.          
  2679.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2680.          <a href="https://www.albertaoilmagazine.com/" class="text-decoration-none ">
  2681.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2682.              <i class="ti-angle-right me-2 text-primary"></i>
  2683.               online casino
  2684.            </h6>
  2685.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2686.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2687.            </div> -->
  2688.          </a>
  2689.        </div>
  2690.          
  2691.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2692.          <a href="https://heartandlung.ca/" class="text-decoration-none ">
  2693.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2694.              <i class="ti-angle-right me-2 text-primary"></i>
  2695.               online casino canada
  2696.            </h6>
  2697.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2698.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2699.            </div> -->
  2700.          </a>
  2701.        </div>
  2702.          
  2703.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2704.          <a href="https://gameplayspace.com/" class="text-decoration-none ">
  2705.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2706.              <i class="ti-angle-right me-2 text-primary"></i>
  2707.               online casinos
  2708.            </h6>
  2709.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2710.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2711.            </div> -->
  2712.          </a>
  2713.        </div>
  2714.          
  2715.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2716.          <a href="https://autismspeaks.ca" class="text-decoration-none ">
  2717.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2718.              <i class="ti-angle-right me-2 text-primary"></i>
  2719.               online casino canada
  2720.            </h6>
  2721.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2722.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2723.            </div> -->
  2724.          </a>
  2725.        </div>
  2726.          
  2727.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2728.          <a href="https://www.itwc.ca/" class="text-decoration-none ">
  2729.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2730.              <i class="ti-angle-right me-2 text-primary"></i>
  2731.               online casino
  2732.            </h6>
  2733.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2734.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2735.            </div> -->
  2736.          </a>
  2737.        </div>
  2738.          
  2739.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2740.          <a href="https://www.valuewalk.com/igaming/casino-en-ligne-canada/" class="text-decoration-none ">
  2741.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2742.              <i class="ti-angle-right me-2 text-primary"></i>
  2743.               meilleur casino en ligne québec
  2744.            </h6>
  2745.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2746.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2747.            </div> -->
  2748.          </a>
  2749.        </div>
  2750.          
  2751.      </div>
  2752.  
  2753.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2754.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2755.      </div> -->
  2756.    </div>
  2757.  </div>
  2758.    
  2759.  <div class="sidebar-widget mb-4">
  2760.    <div class="widget-title-wrapper mb-3">
  2761.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2762.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2763.        <span class="title-arrow"></span>
  2764.      </h4>
  2765.    </div>
  2766.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2767.      <div class="blog-roll-list scrollable-sidebar">
  2768.        
  2769.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2770.          <a href="https://certsimple.com/" class="text-decoration-none ">
  2771.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2772.              <i class="ti-angle-right me-2 text-primary"></i>
  2773.               online casinos canada
  2774.            </h6>
  2775.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2776.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2777.            </div> -->
  2778.          </a>
  2779.        </div>
  2780.          
  2781.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2782.          <a href="https://heartandlung.ca/" class="text-decoration-none ">
  2783.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2784.              <i class="ti-angle-right me-2 text-primary"></i>
  2785.               online casino
  2786.            </h6>
  2787.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2788.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2789.            </div> -->
  2790.          </a>
  2791.        </div>
  2792.          
  2793.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2794.          <a href="https://newurbanmechanics.org/" class="text-decoration-none ">
  2795.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2796.              <i class="ti-angle-right me-2 text-primary"></i>
  2797.               best online casinos
  2798.            </h6>
  2799.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2800.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2801.            </div> -->
  2802.          </a>
  2803.        </div>
  2804.          
  2805.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2806.          <a href="https://wirkn.com/" class="text-decoration-none ">
  2807.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2808.              <i class="ti-angle-right me-2 text-primary"></i>
  2809.               betting sites
  2810.            </h6>
  2811.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2812.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2813.            </div> -->
  2814.          </a>
  2815.        </div>
  2816.          
  2817.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2818.          <a href="https://energypoverty.ca/" class="text-decoration-none ">
  2819.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2820.              <i class="ti-angle-right me-2 text-primary"></i>
  2821.               online casino
  2822.            </h6>
  2823.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2824.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2825.            </div> -->
  2826.          </a>
  2827.        </div>
  2828.          
  2829.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2830.          <a href="https://www.beaconlearningcenter.com/" class="text-decoration-none ">
  2831.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2832.              <i class="ti-angle-right me-2 text-primary"></i>
  2833.               online casino canada
  2834.            </h6>
  2835.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2836.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2837.            </div> -->
  2838.          </a>
  2839.        </div>
  2840.          
  2841.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2842.          <a href="https://noticiasmontreal.com/" class="text-decoration-none ">
  2843.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2844.              <i class="ti-angle-right me-2 text-primary"></i>
  2845.               casino en ligne canadien
  2846.            </h6>
  2847.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2848.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2849.            </div> -->
  2850.          </a>
  2851.        </div>
  2852.          
  2853.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2854.          <a href="https://www.station16gallery.com/" class="text-decoration-none ">
  2855.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2856.              <i class="ti-angle-right me-2 text-primary"></i>
  2857.               betting sites canada
  2858.            </h6>
  2859.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2860.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2861.            </div> -->
  2862.          </a>
  2863.        </div>
  2864.          
  2865.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2866.          <a href="https://www.fruitsofsherbrooke.ca/" class="text-decoration-none ">
  2867.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2868.              <i class="ti-angle-right me-2 text-primary"></i>
  2869.               online casino canada
  2870.            </h6>
  2871.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2872.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2873.            </div> -->
  2874.          </a>
  2875.        </div>
  2876.          
  2877.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2878.          <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none ">
  2879.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2880.              <i class="ti-angle-right me-2 text-primary"></i>
  2881.               betting sites
  2882.            </h6>
  2883.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2884.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2885.            </div> -->
  2886.          </a>
  2887.        </div>
  2888.          
  2889.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2890.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  2891.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2892.              <i class="ti-angle-right me-2 text-primary"></i>
  2893.               online casino
  2894.            </h6>
  2895.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2896.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2897.            </div> -->
  2898.          </a>
  2899.        </div>
  2900.          
  2901.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2902.          <a href="https://whitehottruth.com/" class="text-decoration-none ">
  2903.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2904.              <i class="ti-angle-right me-2 text-primary"></i>
  2905.               online casino
  2906.            </h6>
  2907.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2908.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2909.            </div> -->
  2910.          </a>
  2911.        </div>
  2912.          
  2913.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2914.          <a href="https://cruxgg.com/" class="text-decoration-none ">
  2915.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2916.              <i class="ti-angle-right me-2 text-primary"></i>
  2917.               online casinos
  2918.            </h6>
  2919.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2920.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2921.            </div> -->
  2922.          </a>
  2923.        </div>
  2924.          
  2925.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2926.          <a href="https://www.bapress.ca/" class="text-decoration-none ">
  2927.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2928.              <i class="ti-angle-right me-2 text-primary"></i>
  2929.               betting sites canada
  2930.            </h6>
  2931.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2932.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2933.            </div> -->
  2934.          </a>
  2935.        </div>
  2936.          
  2937.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2938.          <a href="https://www.ijic.info/" class="text-decoration-none ">
  2939.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2940.              <i class="ti-angle-right me-2 text-primary"></i>
  2941.               online casinos
  2942.            </h6>
  2943.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2944.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2945.            </div> -->
  2946.          </a>
  2947.        </div>
  2948.          
  2949.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2950.          <a href="https://watergovernance.ca/" class="text-decoration-none ">
  2951.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2952.              <i class="ti-angle-right me-2 text-primary"></i>
  2953.               online casinos
  2954.            </h6>
  2955.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2956.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2957.            </div> -->
  2958.          </a>
  2959.        </div>
  2960.          
  2961.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2962.          <a href="https://bankingombuds.ca/" class="text-decoration-none ">
  2963.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2964.              <i class="ti-angle-right me-2 text-primary"></i>
  2965.               online casino canada
  2966.            </h6>
  2967.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2968.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2969.            </div> -->
  2970.          </a>
  2971.        </div>
  2972.          
  2973.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2974.          <a href="https://microtop.ca/" class="text-decoration-none ">
  2975.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2976.              <i class="ti-angle-right me-2 text-primary"></i>
  2977.               real money casino
  2978.            </h6>
  2979.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2980.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2981.            </div> -->
  2982.          </a>
  2983.        </div>
  2984.          
  2985.      </div>
  2986.  
  2987.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2988.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2989.      </div> -->
  2990.    </div>
  2991.  </div>
  2992.    
  2993.  <div class="sidebar-widget mb-4">
  2994.    <div class="widget-title-wrapper mb-3">
  2995.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2996.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2997.        <span class="title-arrow"></span>
  2998.      </h4>
  2999.    </div>
  3000.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3001.      <div class="blog-roll-list scrollable-sidebar">
  3002.        
  3003.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3004.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3005.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3006.              <i class="ti-angle-right me-2 text-primary"></i>
  3007.               best betting sites
  3008.            </h6>
  3009.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3010.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3011.            </div> -->
  3012.          </a>
  3013.        </div>
  3014.          
  3015.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3016.          <a href="https://micharity.com/" class="text-decoration-none ">
  3017.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3018.              <i class="ti-angle-right me-2 text-primary"></i>
  3019.               online casinos
  3020.            </h6>
  3021.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3022.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3023.            </div> -->
  3024.          </a>
  3025.        </div>
  3026.          
  3027.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3028.          <a href="https://www.beachhousevictoria.com/" class="text-decoration-none ">
  3029.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3030.              <i class="ti-angle-right me-2 text-primary"></i>
  3031.               sports betting sites canada
  3032.            </h6>
  3033.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3034.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3035.            </div> -->
  3036.          </a>
  3037.        </div>
  3038.          
  3039.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3040.          <a href="https://www.operationspaix.net/" class="text-decoration-none ">
  3041.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3042.              <i class="ti-angle-right me-2 text-primary"></i>
  3043.               casino en ligne canada
  3044.            </h6>
  3045.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3046.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3047.            </div> -->
  3048.          </a>
  3049.        </div>
  3050.          
  3051.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3052.          <a href="https://www.od4d.net/" class="text-decoration-none ">
  3053.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3054.              <i class="ti-angle-right me-2 text-primary"></i>
  3055.               online casinos canada
  3056.            </h6>
  3057.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3058.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3059.            </div> -->
  3060.          </a>
  3061.        </div>
  3062.          
  3063.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3064.          <a href="https://nordicbridges.ca/" class="text-decoration-none ">
  3065.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3066.              <i class="ti-angle-right me-2 text-primary"></i>
  3067.               new casino canada
  3068.            </h6>
  3069.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3070.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3071.            </div> -->
  3072.          </a>
  3073.        </div>
  3074.          
  3075.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3076.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  3077.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3078.              <i class="ti-angle-right me-2 text-primary"></i>
  3079.               online casinos
  3080.            </h6>
  3081.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3082.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3083.            </div> -->
  3084.          </a>
  3085.        </div>
  3086.          
  3087.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3088.          <a href="https://www.fraserdowns.com/" class="text-decoration-none ">
  3089.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3090.              <i class="ti-angle-right me-2 text-primary"></i>
  3091.               online casinos canada
  3092.            </h6>
  3093.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3094.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3095.            </div> -->
  3096.          </a>
  3097.        </div>
  3098.          
  3099.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3100.          <a href="https://micharity.com/" class="text-decoration-none ">
  3101.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3102.              <i class="ti-angle-right me-2 text-primary"></i>
  3103.               online casino
  3104.            </h6>
  3105.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3106.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3107.            </div> -->
  3108.          </a>
  3109.        </div>
  3110.          
  3111.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3112.          <a href="https://nordicbridges.ca/" class="text-decoration-none ">
  3113.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3114.              <i class="ti-angle-right me-2 text-primary"></i>
  3115.               online casino
  3116.            </h6>
  3117.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3118.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3119.            </div> -->
  3120.          </a>
  3121.        </div>
  3122.          
  3123.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3124.          <a href="https://torontosversion.com/" class="text-decoration-none ">
  3125.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3126.              <i class="ti-angle-right me-2 text-primary"></i>
  3127.               online casino
  3128.            </h6>
  3129.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3130.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3131.            </div> -->
  3132.          </a>
  3133.        </div>
  3134.          
  3135.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3136.          <a href="https://clarketheatre.ca/" class="text-decoration-none ">
  3137.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3138.              <i class="ti-angle-right me-2 text-primary"></i>
  3139.               online casino
  3140.            </h6>
  3141.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3142.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3143.            </div> -->
  3144.          </a>
  3145.        </div>
  3146.          
  3147.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3148.          <a href="https://crystalshawanda.co/" class="text-decoration-none ">
  3149.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3150.              <i class="ti-angle-right me-2 text-primary"></i>
  3151.               online casinos canada
  3152.            </h6>
  3153.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3154.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3155.            </div> -->
  3156.          </a>
  3157.        </div>
  3158.          
  3159.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3160.          <a href="https://globalfrp.org/" class="text-decoration-none ">
  3161.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3162.              <i class="ti-angle-right me-2 text-primary"></i>
  3163.               online casinos canada
  3164.            </h6>
  3165.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3166.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3167.            </div> -->
  3168.          </a>
  3169.        </div>
  3170.          
  3171.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3172.          <a href="https://watergovernance.ca/" class="text-decoration-none ">
  3173.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3174.              <i class="ti-angle-right me-2 text-primary"></i>
  3175.               online casino
  3176.            </h6>
  3177.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3178.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3179.            </div> -->
  3180.          </a>
  3181.        </div>
  3182.          
  3183.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3184.          <a href="https://www.governancevote.ca/" class="text-decoration-none ">
  3185.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3186.              <i class="ti-angle-right me-2 text-primary"></i>
  3187.               online casino
  3188.            </h6>
  3189.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3190.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3191.            </div> -->
  3192.          </a>
  3193.        </div>
  3194.          
  3195.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3196.          <a href="https://www.devmcgill.com/" class="text-decoration-none ">
  3197.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3198.              <i class="ti-angle-right me-2 text-primary"></i>
  3199.               online casino
  3200.            </h6>
  3201.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3202.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3203.            </div> -->
  3204.          </a>
  3205.        </div>
  3206.          
  3207.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3208.          <a href="https://www.safepetottawa.com/" class="text-decoration-none ">
  3209.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3210.              <i class="ti-angle-right me-2 text-primary"></i>
  3211.               online casino
  3212.            </h6>
  3213.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3214.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3215.            </div> -->
  3216.          </a>
  3217.        </div>
  3218.          
  3219.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3220.          <a href="https://www.fraserdowns.com/" class="text-decoration-none ">
  3221.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3222.              <i class="ti-angle-right me-2 text-primary"></i>
  3223.               online casinos
  3224.            </h6>
  3225.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3226.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3227.            </div> -->
  3228.          </a>
  3229.        </div>
  3230.          
  3231.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3232.          <a href="https://www.northernstars.ca/" class="text-decoration-none ">
  3233.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3234.              <i class="ti-angle-right me-2 text-primary"></i>
  3235.               online casinos
  3236.            </h6>
  3237.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3238.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3239.            </div> -->
  3240.          </a>
  3241.        </div>
  3242.          
  3243.      </div>
  3244.  
  3245.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3246.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3247.      </div> -->
  3248.    </div>
  3249.  </div>
  3250.    
  3251.  <!-- <div class="sidebar-widget">
  3252.    <div class="widget-title-wrapper mb-3">
  3253.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3254.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3255.        <span class="title-arrow"></span>
  3256.      </h4>
  3257.    </div>
  3258.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3259.      <div class="blog-roll-list">
  3260.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3261.          <a href="#" class="text-decoration-none">
  3262.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3263.              <i class="ti-angle-right me-2 text-primary"></i>
  3264.              Complete Guide to Django REST Framework
  3265.            </h6>
  3266.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3267.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3268.            </div>
  3269.          </a>
  3270.        </div>
  3271.  
  3272.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3273.          <a href="#" class="text-decoration-none">
  3274.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3275.              <i class="ti-angle-right me-2 text-primary"></i>
  3276.              Modern JavaScript ES2025 Features
  3277.            </h6>
  3278.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3279.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3280.            </div>
  3281.          </a>
  3282.        </div>
  3283.  
  3284.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3285.          <a href="#" class="text-decoration-none">
  3286.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3287.              <i class="ti-angle-right me-2 text-primary"></i>
  3288.              Digital Marketing Trends in 2025
  3289.            </h6>
  3290.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3291.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3292.            </div>
  3293.          </a>
  3294.        </div>
  3295.  
  3296.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3297.          <a href="#" class="text-decoration-none">
  3298.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3299.              <i class="ti-angle-right me-2 text-primary"></i>
  3300.              Remote Work Best Practices
  3301.            </h6>
  3302.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3303.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3304.            </div>
  3305.          </a>
  3306.        </div>
  3307.  
  3308.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3309.          <a href="#" class="text-decoration-none">
  3310.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3311.              <i class="ti-angle-right me-2 text-primary"></i>
  3312.              Sustainable Living Tips for Beginners
  3313.            </h6>
  3314.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3315.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3316.            </div>
  3317.          </a>
  3318.        </div>
  3319.  
  3320.        <div class="blog-roll-item">
  3321.          <a href="#" class="text-decoration-none">
  3322.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3323.              <i class="ti-angle-right me-2 text-primary"></i>
  3324.              AI and Machine Learning Basics
  3325.            </h6>
  3326.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3327.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3328.            </div>
  3329.          </a>
  3330.        </div>
  3331.      </div>
  3332.  
  3333.      <div class="text-center mt-4 pt-3 border-top border-light">
  3334.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3335.      </div>
  3336.    </div>
  3337.  </div> -->
  3338. </div>
  3339.  
  3340. <!-- Sidebar V2 Styles -->
  3341. <style>
  3342.  .sidebar-widget {
  3343.    position: relative;
  3344.  }
  3345.  
  3346.  .widget-title {
  3347.    font-size: 1.1rem;
  3348.    font-weight: 700;
  3349.    display: inline-block;
  3350.    position: relative;
  3351.    z-index: 2;
  3352.    border-radius: 0;
  3353.  }
  3354.  
  3355.  /* Green arrow for August Blog Roll */
  3356.  .title-arrow::after {
  3357.    content: '';
  3358.    position: absolute;
  3359.    top: 0;
  3360.    right: -22px;
  3361.    width: 0;
  3362.    height: 0;
  3363.    border-left: 22px solid var(--bs-primary);
  3364.    border-top: 22px solid transparent;
  3365.    border-bottom: 22px solid transparent;
  3366.    z-index: 1;
  3367.  }
  3368.  
  3369.  /* Blue arrow for Recent Posts */
  3370.  .title-arrow-primary::after {
  3371.    content: '';
  3372.    position: absolute;
  3373.    top: 0;
  3374.    right: -22px;
  3375.    width: 0;
  3376.    height: 0;
  3377.    border-left: 22px solid var(--bs-primary);
  3378.    border-top: 22px solid transparent;
  3379.    border-bottom: 22px solid transparent;
  3380.    z-index: 1;
  3381.  }
  3382.  
  3383.  .widget-content {
  3384.    margin-top: -1px;
  3385.    position: relative;
  3386.    z-index: 1;
  3387.    background-color: var(--card-bg);
  3388.  }
  3389.  
  3390.  /* Blog Roll Items Hover Effects */
  3391.  .blog-roll-item:hover .blog-title {
  3392.    color: #198754 !important;
  3393.    transform: translateX(5px);
  3394.    transition: all 0.3s ease;
  3395.  }
  3396.  
  3397.  /* Recent Post Items Hover Effects */
  3398.  .recent-post-item:hover .post-title a {
  3399.    color: #0d6efd !important;
  3400.    transition: color 0.3s ease;
  3401.  }
  3402.  
  3403.  .recent-post-item:hover .post-image img {
  3404.    transform: scale(1.05);
  3405.    transition: transform 0.3s ease;
  3406.  }
  3407.  
  3408.  /* Button Hover Effects */
  3409.  .btn:hover {
  3410.    transform: translateY(-2px);
  3411.    transition: all 0.3s ease;
  3412.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3413.  }
  3414.  
  3415.  /* Badge Hover Effects */
  3416.  .badge:hover {
  3417.    transform: scale(1.05);
  3418.    transition: transform 0.3s ease;
  3419.  }
  3420.  
  3421.  @media (max-width: 991px) {
  3422.    .sidebar {
  3423.      margin-top: 3rem;
  3424.    }
  3425.  }
  3426.  
  3427.  @media (max-width: 576px) {
  3428.    .widget-title {
  3429.      font-size: 1rem;
  3430.      padding: 0.75rem 1rem !important;
  3431.    }
  3432.  
  3433.    .title-arrow::after,
  3434.    .title-arrow-primary::after {
  3435.      right: -18px;
  3436.      border-left-width: 18px;
  3437.      border-top-width: 18px;
  3438.      border-bottom-width: 18px;
  3439.    }
  3440.  
  3441.    .post-image {
  3442.      width: 70px !important;
  3443.      height: 55px !important;
  3444.    }
  3445.  
  3446.    .blog-meta {
  3447.      flex-direction: column !important;
  3448.      align-items: flex-start !important;
  3449.      gap: 0.5rem;
  3450.    }
  3451.  }
  3452. </style>
  3453.  
  3454.    
  3455.            </div>
  3456.        </div>
  3457.    </div>
  3458. </section>
  3459.  
  3460. <script>
  3461. // Enhanced Intersection Observer with staggered animations
  3462. document.addEventListener('DOMContentLoaded', function() {
  3463.    const observerOptions = {
  3464.        threshold: 0.1,
  3465.        rootMargin: '0px 0px -100px 0px'
  3466.    };
  3467.  
  3468.    const observer = new IntersectionObserver(function(entries) {
  3469.        entries.forEach(entry => {
  3470.            if (entry.isIntersecting) {
  3471.                setTimeout(() => {
  3472.                    entry.target.classList.add('revealed');
  3473.                }, 100);
  3474.            }
  3475.        });
  3476.    }, observerOptions);
  3477.  
  3478.    // Observe all scroll-reveal elements
  3479.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  3480.        observer.observe(el);
  3481.    });
  3482.  
  3483.    // Add parallax effect to floating dots
  3484.    document.addEventListener('mousemove', function(e) {
  3485.        const cards = document.querySelectorAll('.blog-card-v3');
  3486.        cards.forEach(card => {
  3487.            const rect = card.getBoundingClientRect();
  3488.            const x = (e.clientX - rect.left) / rect.width;
  3489.            const y = (e.clientY - rect.top) / rect.height;
  3490.            
  3491.            const dots = card.querySelectorAll('.floating-dot');
  3492.            dots.forEach((dot, index) => {
  3493.                const moveX = (x - 0.5) * (10 + index * 5);
  3494.                const moveY = (y - 0.5) * (10 + index * 5);
  3495.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  3496.            });
  3497.        });
  3498.    });
  3499. });
  3500. </script>
  3501.  
  3502.    
  3503.        
  3504.        <!-- end wpo-blog-highlights-section -->
  3505.        <!-- start wpo-blog-sponsored-section -->
  3506.        
  3507.  
  3508.  
  3509.  
  3510.    
  3511.  
  3512.  
  3513.  
  3514. <style>
  3515.    .sponsored-section-v2 {
  3516.        padding: 0 0 60px;
  3517.    }
  3518.    
  3519.    .sponsored-card-v2 {
  3520.        background: var(--body-bg);
  3521.        border-radius: 12px;
  3522.        overflow: hidden;
  3523.        transition: all 0.3s ease;
  3524.        border: none;
  3525.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3526.        height: 100%;
  3527.    }
  3528.    
  3529.    .sponsored-card-v2:hover {
  3530.        transform: translateY(-4px);
  3531.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3532.    }
  3533.    
  3534.    .sponsored-image-v2 {
  3535.        position: relative;
  3536.        overflow: hidden;
  3537.        height: 180px;
  3538.    }
  3539.    
  3540.    .sponsored-image-v2 img {
  3541.        width: 100%;
  3542.        height: 100%;
  3543.        object-fit: cover;
  3544.        transition: transform 0.3s ease;
  3545.    }
  3546.    
  3547.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3548.        transform: scale(1.05);
  3549.    }
  3550.    
  3551.    .sponsored-badge-v2 {
  3552.        position: absolute;
  3553.        top: 12px;
  3554.        left: 12px;
  3555.        padding: 6px 12px;
  3556.        border-radius: 15px;
  3557.        font-size: 10px;
  3558.        font-weight: 600;
  3559.        text-transform: uppercase;
  3560.        letter-spacing: 0.5px;
  3561.        color: white;
  3562.    }
  3563.    
  3564.    .sponsored-content-v2 {
  3565.        padding: 20px;
  3566.    }
  3567.    
  3568.    .sponsored-title-v2 {
  3569.        font-size: 16px;
  3570.        font-weight: 600;
  3571.        line-height: 1.4;
  3572.        margin-bottom: 15px;
  3573.        min-height: 44px;
  3574.    }
  3575.    
  3576.    .sponsored-title-v2 a {
  3577.        text-decoration: none;
  3578.        transition: color 0.3s ease;
  3579.    }
  3580.    
  3581.    .sponsored-meta-v2 {
  3582.        display: flex;
  3583.        align-items: center;
  3584.        gap: 10px;
  3585.        font-size: 12px;
  3586.    }
  3587.    
  3588.    .sponsored-author-img-v2 {
  3589.        width: 28px;
  3590.        height: 28px;
  3591.        border-radius: 50%;
  3592.        object-fit: cover;
  3593.    }
  3594.    
  3595.    .section-title-sponsored-v2 {
  3596.        font-size: 2.5rem;
  3597.        font-weight: 700;
  3598.        text-align: center;
  3599.        margin-bottom: 20px;
  3600.        text-transform: capitalize;
  3601.    }
  3602.  
  3603.    @media (max-width: 768px) {
  3604.        .sponsored-section-v2 {
  3605.            padding: 0px 0 40px;
  3606.        }
  3607.        .section-title-sponsored-v2 {
  3608.            font-size: 2rem;
  3609.        }
  3610.        .sponsored-content-v2 {
  3611.            padding: 16px;
  3612.        }
  3613.    }
  3614. </style>
  3615.  
  3616. <section class="sponsored-section-v2">
  3617.    <div class="container-fluid fluid-container">
  3618.        <div class="row">
  3619.            <div class="col-12">
  3620.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3621.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3622.            </div>
  3623.        </div>
  3624.        
  3625.        <div class="row g-4">
  3626.            
  3627.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3628.                <div class="card sponsored-card-v2">
  3629.                    <div class="sponsored-image-v2">
  3630.                        
  3631.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3632.                        
  3633.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3634.                    </div>
  3635.                    <div class="sponsored-content-v2">
  3636.                        <h3 class="sponsored-title-v2">
  3637.                            <a href="/worrying-recollections-return-in-davao-as-investigators-trace-bondi-beach-attack-suspects-activities/" class="top-color">
  3638.                            Worrying Recollections Return in Davao as Investigators Trace Bondi Beach Attack Suspects’ Activities
  3639.                            </a>
  3640.                        </h3>
  3641.                        <div class="sponsored-meta-v2">
  3642.                            
  3643.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="sponsored-author-img-v2">
  3644.                            
  3645.                            <span class="top-color">By Katie Fernandez</span>
  3646.                            <span class="top-color">•</span>
  3647.                            <span class="top-color">18 May 2026</span>
  3648.                        </div>
  3649.                    </div>
  3650.                </div>
  3651.            </div>
  3652.            
  3653.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3654.                <div class="card sponsored-card-v2">
  3655.                    <div class="sponsored-image-v2">
  3656.                        
  3657.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3658.                        
  3659.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3660.                    </div>
  3661.                    <div class="sponsored-content-v2">
  3662.                        <h3 class="sponsored-title-v2">
  3663.                            <a href="/real-algarve-uncovering-portugal-away-from-the-beach/" class="top-color">
  3664.                            Real Algarve: Uncovering Portugal Away from the Beach
  3665.                            </a>
  3666.                        </h3>
  3667.                        <div class="sponsored-meta-v2">
  3668.                            
  3669.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="sponsored-author-img-v2">
  3670.                            
  3671.                            <span class="top-color">By Katie Fernandez</span>
  3672.                            <span class="top-color">•</span>
  3673.                            <span class="top-color">18 May 2026</span>
  3674.                        </div>
  3675.                    </div>
  3676.                </div>
  3677.            </div>
  3678.            
  3679.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3680.                <div class="card sponsored-card-v2">
  3681.                    <div class="sponsored-image-v2">
  3682.                        
  3683.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3684.                        
  3685.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3686.                    </div>
  3687.                    <div class="sponsored-content-v2">
  3688.                        <h3 class="sponsored-title-v2">
  3689.                            <a href="/arsenals-goalkeeper-highlights-teams-strength-as-vital-to-silverware-ambitions/" class="top-color">
  3690.                            Arsenal&#x27;s goalkeeper Highlights Team&#x27;s Strength as Vital to Silverware Ambitions
  3691.                            </a>
  3692.                        </h3>
  3693.                        <div class="sponsored-meta-v2">
  3694.                            
  3695.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="sponsored-author-img-v2">
  3696.                            
  3697.                            <span class="top-color">By Katie Fernandez</span>
  3698.                            <span class="top-color">•</span>
  3699.                            <span class="top-color">18 May 2026</span>
  3700.                        </div>
  3701.                    </div>
  3702.                </div>
  3703.            </div>
  3704.            
  3705.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3706.                <div class="card sponsored-card-v2">
  3707.                    <div class="sponsored-image-v2">
  3708.                        
  3709.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3710.                        
  3711.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3712.                    </div>
  3713.                    <div class="sponsored-content-v2">
  3714.                        <h3 class="sponsored-title-v2">
  3715.                            <a href="/will-the-all-blacks-rediscover-their-winning-form-during-the-fall-tour/" class="top-color">
  3716.                            Will the All Blacks rediscover their winning form during the fall tour?
  3717.                            </a>
  3718.                        </h3>
  3719.                        <div class="sponsored-meta-v2">
  3720.                            
  3721.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="sponsored-author-img-v2">
  3722.                            
  3723.                            <span class="top-color">By Katie Fernandez</span>
  3724.                            <span class="top-color">•</span>
  3725.                            <span class="top-color">18 May 2026</span>
  3726.                        </div>
  3727.                    </div>
  3728.                </div>
  3729.            </div>
  3730.            
  3731.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3732.                <div class="card sponsored-card-v2">
  3733.                    <div class="sponsored-image-v2">
  3734.                        
  3735.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3736.                        
  3737.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3738.                    </div>
  3739.                    <div class="sponsored-content-v2">
  3740.                        <h3 class="sponsored-title-v2">
  3741.                            <a href="/the-presidents-unprecedented-influence-in-athletics-achieved-new-heights-in-2025-the-coming-year-promises-to-be-even-bigger/" class="top-color">
  3742.                            The President&#x27;s Unprecedented Influence in Athletics Achieved New Heights in 2025. The Coming Year Promises to Be Even Bigger.
  3743.                            </a>
  3744.                        </h3>
  3745.                        <div class="sponsored-meta-v2">
  3746.                            
  3747.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="sponsored-author-img-v2">
  3748.                            
  3749.                            <span class="top-color">By Katie Fernandez</span>
  3750.                            <span class="top-color">•</span>
  3751.                            <span class="top-color">18 May 2026</span>
  3752.                        </div>
  3753.                    </div>
  3754.                </div>
  3755.            </div>
  3756.            
  3757.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3758.                <div class="card sponsored-card-v2">
  3759.                    <div class="sponsored-image-v2">
  3760.                        
  3761.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3762.                        
  3763.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3764.                    </div>
  3765.                    <div class="sponsored-content-v2">
  3766.                        <h3 class="sponsored-title-v2">
  3767.                            <a href="/we-got-let-go-and-were-embracing-it-this-is-how-to-secure-a-new-role-that-fits-you-personally/" class="top-color">
  3768.                            We Got Let Go, and We&#x27;re Embracing It – This Is How to Secure a New Role That Fits You Personally
  3769.                            </a>
  3770.                        </h3>
  3771.                        <div class="sponsored-meta-v2">
  3772.                            
  3773.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/771ae661-3f7f-4cb1-a280-951779c5d5c4_profile.png" alt="Katie Fernandez" style="object-fit: cover;" class="sponsored-author-img-v2">
  3774.                            
  3775.                            <span class="top-color">By Katie Fernandez</span>
  3776.                            <span class="top-color">•</span>
  3777.                            <span class="top-color">18 May 2026</span>
  3778.                        </div>
  3779.                    </div>
  3780.                </div>
  3781.            </div>
  3782.            
  3783.        </div>
  3784.    </div>
  3785. </section>
  3786.  
  3787.  
  3788.    
  3789.        <!-- end wpo-blog-sponsored-section -->
  3790.        <!-- start wpo-subscribe-section -->
  3791.        
  3792.        <!-- end subscribe-section -->
  3793.        <!-- start of wpo-site-footer-section -->
  3794.        
  3795.  
  3796.  
  3797.  
  3798.  
  3799.  
  3800. <footer class="wpo-site-footer-v6 bg-primary-gradient">
  3801.  <!-- Main Footer Content -->
  3802.  <div class="footer-main-content">
  3803.    <div class="container-fluid fluid-container">
  3804.      <!-- Top Section - Centered Logo & Tagline -->
  3805.      <div class="footer-top-section text-center">
  3806.        <div class="brand-logo">
  3807.          
  3808.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/2753db85-64d0-4cf8-afa3-4412e15ddedd_logo.png" alt="GlobalRoom" width="auto" height="70px" class="footer-logo" />
  3809.          
  3810.        </div>
  3811.      </div>
  3812.  
  3813.      <!-- Content Grid -->
  3814.      <div class="footer-content-grid">
  3815.        <div class="d-flex justify-content-between flex-wrap gap-3 px-3">
  3816.          <!-- Column 1: Navigation & Categories (Merged) -->
  3817.          <div class="">
  3818.            <div class="footer-column">
  3819.              <h5 class="column-title">Quick Links</h5>
  3820.              <ul class="footer-menu">
  3821.                
  3822.                  <li>
  3823.                    <a class="menu-link" href="/what-kind-of-figure-is-the-politician-al-carns-ex-royal-marine-and-labour-minister-with-sights-on-leadership/">What Kind of Figure is the Politician Al Carns? Ex-Royal Marine and Labour Minister with Sights on Leadership</a>
  3824.                  </li>
  3825.                
  3826.                  <li>
  3827.                    <a class="menu-link" href="/swiss-ski-resort-blaze-survivors-are-treated-in-burns-units-across-europe/">Swiss Ski Resort Blaze Survivors Are Treated in Burns Units Across Europe</a>
  3828.                  </li>
  3829.                
  3830.                  <li>
  3831.                    <a class="menu-link" href="/titans-acknowledge-leaders-as-trump-extends-mamdani-a-cordial-welcome/">Titans Acknowledge Leaders as Trump Extends Mamdani a Cordial Welcome</a>
  3832.                  </li>
  3833.                
  3834.                  <li>
  3835.                    <a class="menu-link" href="/a-decade-long-liaison-from-author-erin-somers-the-middle-aged-infidelity-tale-our-generation-has-earned/">A Decade-Long Liaison from author Erin Somers: The Middle-Aged Infidelity Tale Our Generation Has Earned.</a>
  3836.                  </li>
  3837.                
  3838.                  <li>
  3839.                    <a class="menu-link" href="/president-zelenskyy-declares-ukraine-is-10-away-from-a-peace-deal-yet-not-at-any-price/">President Zelenskyy Declares Ukraine Is 10% Away from a Peace Deal, Yet Not at Any Price</a>
  3840.                  </li>
  3841.                
  3842.                  <li>
  3843.                    <a class="menu-link" href="/the-mighty-neins-opening-sequence-selected-the-incorrect-critical-role-song/">The Mighty Nein&#x27;s Opening Sequence Selected the Incorrect Critical Role Song</a>
  3844.                  </li>
  3845.                
  3846.              </ul>
  3847.            </div>
  3848.          </div>
  3849.  
  3850.          <!-- Column 2: Resources -->
  3851.          <div class="">
  3852.            <div class="footer-column">
  3853.              <h5 class="column-title">Blog Rolls</h5>
  3854.              <ul class="footer-menu" id="blogRollLinks">
  3855.                
  3856.                
  3857.  
  3858.                
  3859.                
  3860.                  
  3861.                
  3862.              </ul>
  3863.            </div>
  3864.          </div>
  3865.  
  3866.          <!-- Column 2: Resources -->
  3867.          <div class="">
  3868.            <div class="footer-column">
  3869.              <h5 class="column-title">Categories</h5>
  3870.              <ul class="footer-menu">
  3871.                
  3872.                  <li>
  3873.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3874.                  </li>
  3875.                
  3876.                  <li>
  3877.                    <a class="menu-link" href="/category/business/">Business</a>
  3878.                  </li>
  3879.                
  3880.                  <li>
  3881.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3882.                  </li>
  3883.                
  3884.                  <li>
  3885.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3886.                  </li>
  3887.                
  3888.                  <li>
  3889.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3890.                  </li>
  3891.                
  3892.              </ul>
  3893.            </div>
  3894.          </div>
  3895.        </div>
  3896.      </div>
  3897.    </div>
  3898.  </div>
  3899.  
  3900.  <!-- Footer Bottom -->
  3901.  <div class="footer-bottom">
  3902.    <div class="container-fluid fluid-container">
  3903.      <div class="bottom-content text-center">
  3904.        <!-- Copyright -->
  3905.        <div class="copyright-info">
  3906.          <p>
  3907.            &copy; 2026 <strong>GlobalRoom</strong>. All rights reserved.
  3908.          </p>
  3909.        </div>
  3910.  
  3911.        <!-- Footer Links -->
  3912.        <div class="utility-links">
  3913.          <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3914.          <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3915.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3916.        </div>
  3917.      </div>
  3918.    </div>
  3919.  </div>
  3920. </footer>
  3921.  
  3922. <style>
  3923.    .wpo-site-footer-v6{
  3924.        border-radius: 60px 60px 0px 0px !important;
  3925.    }
  3926.  
  3927. .footer-main-content {
  3928.    padding: 60px 0 40px;
  3929. }
  3930.  
  3931. /* Top Section */
  3932. .footer-top-section {
  3933.    margin-bottom: 40px;
  3934.    padding-bottom: 30px;
  3935.    border-bottom: 1px solid #dee2e6;
  3936. }
  3937.  
  3938. .brand-logo {
  3939.    display: flex;
  3940.    align-items: center;
  3941.    justify-content: center;
  3942.    gap: 15px;
  3943. }
  3944.  
  3945.  
  3946. .brand-title {
  3947.    font-size: 26px;
  3948.    font-weight: 700;
  3949.    margin: 0;
  3950. }
  3951.  
  3952. .brand-tagline {
  3953.    font-size: 15px;
  3954.    color: var(--footer-color) !important;
  3955.    margin: 0;
  3956. }
  3957.  
  3958. /* Content Grid */
  3959. .footer-column {
  3960.    margin-bottom: 30px;
  3961. }
  3962.  
  3963. .column-title {
  3964.    font-size: 17px;
  3965.    font-weight: 600;
  3966.    color: var(--footer-color) !important;
  3967.    margin-bottom: 20px;
  3968. }
  3969.  
  3970. /* Footer Menu */
  3971. .footer-menu {
  3972.    list-style: none;
  3973.    padding: 0;
  3974.    margin: 0;
  3975.    color: var(--footer-color) !important;
  3976. }
  3977.  
  3978. .footer-menu li {
  3979.    margin-bottom: 10px;
  3980.  
  3981. }
  3982.  
  3983. .menu-link {
  3984.    color: var(--footer-color) !important;
  3985.    text-decoration: none;
  3986.    font-size: 15px;
  3987.    transition: color 0.3s ease;
  3988. }
  3989.  
  3990. .menu-link:hover {
  3991.    color: #007bff;
  3992. }
  3993.  
  3994. /* Footer Bottom */
  3995. .footer-bottom {
  3996.    border-top: 1px solid var(--border-color);
  3997.    padding: 20px 0;
  3998. }
  3999.  
  4000. .copyright-info p {
  4001.    margin: 0 0 10px;
  4002.    color: var(--footer-color) !important;
  4003. }
  4004.  
  4005. .utility-links {
  4006.    display: flex;
  4007.    justify-content: center;
  4008.    gap: 15px;
  4009. }
  4010.  
  4011. .utility-link {
  4012.    color: #666;
  4013.    text-decoration: none;
  4014.    transition: color 0.3s ease;
  4015. }
  4016.  
  4017. .utility-link:hover {
  4018.    color: #007bff;
  4019. }
  4020.  
  4021. /* Responsive Design */
  4022. @media (max-width: 992px) {
  4023.    .footer-column {
  4024.        text-align: start;
  4025.    }
  4026.    
  4027.    .social-buttons {
  4028.        justify-content: start;
  4029.    }
  4030. }
  4031.  
  4032. @media (max-width: 768px) {
  4033.    .footer-top-section {
  4034.        margin-bottom: 30px;
  4035.    }
  4036.    
  4037.    .brand-logo {
  4038.        flex-direction: column;
  4039.    }
  4040.    
  4041.    .footer-bottom .bottom-content {
  4042.        padding: 0 15px;
  4043.    }
  4044. }
  4045.  
  4046. @media (max-width: 576px) {
  4047.    .column-title {
  4048.        font-size: 16px;
  4049.    }
  4050.    
  4051.    .menu-link {
  4052.        font-size: 14px;
  4053.    }
  4054. }
  4055. </style>
  4056.  
  4057. <script>
  4058. // Newsletter Form Enhancement
  4059. document.addEventListener('DOMContentLoaded', function() {
  4060.    const newsletterForm = document.querySelector('.newsletter-form');
  4061.    if (newsletterForm) {
  4062.        newsletterForm.addEventListener('submit', function(e) {
  4063.            const submitBtn = this.querySelector('.newsletter-submit');
  4064.            const originalHTML = submitBtn.innerHTML;
  4065.            
  4066.            submitBtn.innerHTML = '<i class="fas fa-spinner fa-spin"></i>';
  4067.            submitBtn.disabled = true;
  4068.            
  4069.            // Re-enable after form processing (simulate for now)
  4070.            setTimeout(() => {
  4071.                submitBtn.innerHTML = originalHTML;
  4072.                submitBtn.disabled = false;
  4073.            }, 2000);
  4074.        });
  4075.    }
  4076.  
  4077.    // Add prevent default to placeholder links
  4078.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4079.        anchor.addEventListener('click', function (e) {
  4080.            e.preventDefault();
  4081.        });
  4082.    });
  4083. });
  4084. document.addEventListener('DOMContentLoaded', function () {
  4085.    var btn = document.getElementById('toggleBlogRollLinks');
  4086.    if (!btn) return; // No extra items, no button
  4087.  
  4088.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4089.  
  4090.    btn.addEventListener('click', function () {
  4091.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4092.            return li.classList.contains('d-none');
  4093.        });
  4094.  
  4095.        extras.forEach(function (li) {
  4096.            if (anyHidden) {
  4097.                li.classList.remove('d-none');
  4098.                li.classList.add('show');
  4099.            } else {
  4100.                li.classList.add('d-none');
  4101.                li.classList.remove('show');
  4102.            }
  4103.        });
  4104.  
  4105.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4106.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4107.    });
  4108. });
  4109.  
  4110. </script>
  4111.  
  4112.        <!-- end of wpo-site-footer-section -->
  4113.    </div>
  4114.    <!-- end of page-wrapper -->
  4115.  
  4116.    <!-- All JavaScript files
  4117.    ================================================== -->
  4118.    
  4119.  
  4120. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4121. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4122. <!-- Plugins for this template -->
  4123. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4124. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4125. <!-- Custom script for this template -->
  4126. <script src="/static/blogapp/assets/js/script.js"></script>
  4127.  
  4128. <script>
  4129. (function () {
  4130. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4131. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4132.  
  4133. function applyFallback(img) {
  4134. if (!img || img.dataset.fallbackApplied === "1") {
  4135. return;
  4136. }
  4137. var failedSrc = img.currentSrc || img.src || "";
  4138. img.dataset.fallbackApplied = "1";
  4139. img.onerror = null;
  4140. img.src = fallbackImageSrc;
  4141. console.warn("[ImageFallback] Replaced broken image:", {
  4142. failedSrc: failedSrc,
  4143. fallbackSrc: fallbackImageSrc,
  4144. alt: img.alt || "",
  4145. });
  4146. }
  4147.  
  4148. document.querySelectorAll("img").forEach(function (img) {
  4149. if (img.complete && img.naturalWidth === 0) {
  4150. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4151. failedSrc: img.currentSrc || img.src || "",
  4152. alt: img.alt || "",
  4153. });
  4154. applyFallback(img);
  4155. }
  4156. });
  4157.  
  4158. document.addEventListener(
  4159. "error",
  4160. function (event) {
  4161. var target = event.target;
  4162. if (target && target.tagName === "IMG") {
  4163. applyFallback(target);
  4164. }
  4165. },
  4166. true
  4167. );
  4168. })();
  4169. </script>
  4170.  
  4171. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4172.  
  4173.  
  4174.  
  4175. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"9f4bf876cf294299bed7461892e20145","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4176. </body>
  4177.  
  4178. </html>
  4179.  
  4180.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda