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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="karla">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T125917.551_dUrOgdJ_vXa7Hnb.png">
  14.    
  15.  
  16.    <title>AeroOnline: Aviation News, Pilot Training &amp; Aircraft Reviews</title>
  17.    <meta name="description" content="AeroOnline provides the latest aviation news, comprehensive pilot training guides, and detailed aircraft reviews for enthusiasts and professionals.">
  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://aeroonline.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #606c38;
  42.        --bs-primary-rgb: 606c38;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #2a9d8f;
  45.        --bs-danger: #e63946;
  46.        --bs-warning: #e76f51;
  47.        --bs-info: #457b9d;
  48.        --bs-light: #f4f1de;
  49.        --bs-dark: #283618;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #606c38;
  53.        --theme-primary-color-s2: #606c38;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #283618;
  57.        --text-light-color: #676767;
  58.        --heading-color: #283618;
  59.        --border-color: #d8d5c4;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #e9ece2;
  75.        --navbar-color: #283618;
  76.        --topbar-bg: #f4f1de;
  77.        --topbar-color: #283618;
  78.        --footer-bg: #283618;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d8d5c4;
  82.        --card-radius: 10px;
  83.        --link-color: #606c38;
  84.        --link-hover: #4a552c;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(96, 108, 56, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_20">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417. <div class="top-bg">
  418.    <div class="unique-topbar3 container-fluid fluid-container d-sm-flex d-none align-items-center justify-content-between">
  419.        <!-- Date/Time -->
  420.        <span id="current-time" class="text-nowrap"></span>
  421.    
  422.        <!-- Marquee News -->
  423.        <marquee direction="left" scrollamount="4" behavior="scroll" class="topbar-marquee flex-grow-1 ms-3">
  424.            
  425.                <a href="/sharing-a-dugout-with-sir-alex-and-getting-knocked-out-a-photographers-stories/" class="px-4 top-color">
  426.                    Sharing a Dugout with Sir Alex and Getting &#x27;Knocked Out&#x27; – A Photographer&#x27;s Stories
  427.                </a>
  428.            
  429.                <a href="/gavin-newsom-again-denies-early-release-for-manson-follower-patricia-krenwinkel/" class="px-4 top-color">
  430.                    Gavin Newsom Again Denies Early Release for Manson Follower Patricia Krenwinkel
  431.                </a>
  432.            
  433.                <a href="/suspect-in-ivy-league-campus-tragedy-located-deceased-inside-self-storage-unit/" class="px-4 top-color">
  434.                    Suspect in Ivy League Campus Tragedy Located Deceased Inside Self-Storage Unit.
  435.                </a>
  436.            
  437.                <a href="/the-mushroom-cleaning-controversy-how-to-properly-prepare-your-fungi/" class="px-4 top-color">
  438.                    The Mushroom Cleaning Controversy: How to Properly Prepare Your Fungi
  439.                </a>
  440.            
  441.                <a href="/remains-of-triathlete-presumably-attacked-by-great-white-found-on-pacific-beach/" class="px-4 top-color">
  442.                    Remains of Triathlete Presumably Attacked by Great White Found on Pacific Beach
  443.                </a>
  444.            
  445.        </marquee>
  446.    </div>
  447. </div>
  448.  
  449. <script>
  450. function updateCurrentTime() {
  451.    const currentDate = new Date();
  452.  
  453.    // Day Names
  454.    const dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
  455.    const day = dayNames[currentDate.getDay()];
  456.  
  457.    // Date Formatting
  458.    const dayNumber = currentDate.getDate().toString().padStart(2, '0');
  459.    const monthNames = ["January", "February", "March", "April", "May", "June",
  460.                        "July", "August", "September", "October", "November", "December"];
  461.    const month = monthNames[currentDate.getMonth()];
  462.    const year = currentDate.getFullYear();
  463.  
  464.    // Final string
  465.    const dateString = `${day}, ${month} ${dayNumber}, ${year}`;
  466.  
  467.    document.getElementById('current-time').innerHTML = `
  468.        <span class='bg-primary-gradient p-2 '>
  469.            <span class="fw-bold">${dateString}</span>
  470.        </span>
  471.    `;
  472. }
  473. updateCurrentTime();
  474. </script>
  475.  
  476.  
  477.  
  478.            
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485. <header class="header-v6 mb-4 nav-bg position-relative">
  486.    <div class="main-header-v6">
  487.        <div class="container-fluid fluid-container">
  488.            <div class="row align-items-center justify-content-between">
  489.                <!-- Left Navigation -->
  490.                <div class="col-lg-5 col-md-3">
  491.                    <nav class="left-nav-v6">
  492.                        <ul class="nav-list-v6">
  493.                            
  494.                            <li class="nav-item-v6">
  495.                                <a href="/" class="nav-link-v6 active-v6">Home</a>
  496.                            </li>
  497.  
  498.                            
  499.                            
  500.                            <li class="nav-item-v6">
  501.                                <a href="/category/all-posts/" class="nav-link-v6">
  502.                                    All Posts
  503.                                </a>
  504.                            </li>
  505.                            
  506.                            <li class="nav-item-v6">
  507.                                <a href="/category/business/" class="nav-link-v6">
  508.                                    Business
  509.                                </a>
  510.                            </li>
  511.                            
  512.                            <li class="nav-item-v6">
  513.                                <a href="/category/esports/" class="nav-link-v6">
  514.                                    Esports
  515.                                </a>
  516.                            </li>
  517.                            
  518.                        </ul>
  519.                    </nav>
  520.                </div>
  521.  
  522.                <!-- Center Logo -->
  523.               <div class="col-lg-2 col-md-6 text-center">
  524.                    <div class="logo-center-v6">
  525.                        <a class="brand-link-v6" href="/">
  526.                            
  527.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/a4178372-ec4d-41fc-b2fa-4114bbc200c6_logo.png" alt="AeroOnline" class="logo-img-v6" />
  528.                            
  529.                        </a>
  530.                    </div>
  531.                </div>
  532.  
  533.                <!-- Right Navigation -->
  534.                <div class="col-lg-5 col-md-3">
  535.                    <nav class="right-nav-v6">
  536.                        <ul class="nav-list-v6 justify-content-end">
  537.  
  538.                            
  539.                            
  540.                            <li class="nav-item-v6">
  541.                                <a href="/category/fashion/" class="nav-link-v6">
  542.                                    Fashion
  543.                                </a>
  544.                            </li>
  545.                            
  546.                            <li class="nav-item-v6">
  547.                                <a href="/category/featured/" class="nav-link-v6">
  548.                                    Featured
  549.                                </a>
  550.                            </li>
  551.                            
  552.  
  553.                            
  554.                            
  555.                            
  556.                            <li class="nav-item-v6 dropdown-container-v6">
  557.                                <a href="#" class="nav-link-v6">More</a>
  558.                                <div class="mega-dropdown-v6">
  559.                                    <div class="dropdown-grid-v6">
  560.                                        <div class="dropdown-column-v6">
  561.                                            
  562.                                            <a href="/category/gaming/"
  563.                                                class="dropdown-link-v6">
  564.                                                Gaming
  565.                                            </a>
  566.                                            
  567.                                            <a href="/category/health/"
  568.                                                class="dropdown-link-v6">
  569.                                                Health
  570.                                            </a>
  571.                                            
  572.                                            <a href="/category/life-fitness/"
  573.                                                class="dropdown-link-v6">
  574.                                                Life &amp; Fitness
  575.                                            </a>
  576.                                            
  577.                                            <a href="/category/lifestyle/"
  578.                                                class="dropdown-link-v6">
  579.                                                Lifestyle
  580.                                            </a>
  581.                                            
  582.                                            <a href="/category/news/"
  583.                                                class="dropdown-link-v6">
  584.                                                News
  585.                                            </a>
  586.                                            
  587.                                            <a href="/category/others/"
  588.                                                class="dropdown-link-v6">
  589.                                                Others
  590.                                            </a>
  591.                                            
  592.                                            <a href="/category/politics/"
  593.                                                class="dropdown-link-v6">
  594.                                                Politics
  595.                                            </a>
  596.                                            
  597.                                            <a href="/category/sports/"
  598.                                                class="dropdown-link-v6">
  599.                                                Sports
  600.                                            </a>
  601.                                            
  602.                                            <a href="/category/tech/"
  603.                                                class="dropdown-link-v6">
  604.                                                Tech
  605.                                            </a>
  606.                                            
  607.                                            <a href="/category/travel/"
  608.                                                class="dropdown-link-v6">
  609.                                                Travel
  610.                                            </a>
  611.                                            
  612.                                        </div>
  613.                                    </div>
  614.                                </div>
  615.                            </li>
  616.                            
  617.                            
  618.                             <li>
  619.                  <a href="/page/contact-us/">
  620.                     Contact Us
  621.                  </a>
  622.              </li>
  623.                        </ul>
  624.                    </nav>
  625.                </div>
  626.            </div>
  627.  
  628.  
  629.            <!-- Search Bar Row -->
  630.            <div class="row mt-md-4 ">
  631.                <div class="col-12">
  632.                    <div class="search-container-v6">
  633.                        <form class="search-form-v6" action="#" method="get">
  634.                            <div class="search-wrapper-v6">
  635.                                <svg class="search-icon-v6" width="20" height="20" viewBox="0 0 24 24" fill="none"
  636.                                    stroke="currentColor" stroke-width="2">
  637.                                    <circle cx="11" cy="11" r="8"></circle>
  638.                                    <path d="m21 21-4.35-4.35"></path>
  639.                                </svg>
  640.                                <input id="search-input" type="search" class="search-input-v6"
  641.                                    placeholder="What are you looking for today?" name="q">
  642.                                <button type="submit" class="search-submit-v6">Search</button>
  643.                            </div>
  644.                        </form>
  645.                         <div id="search-results" class="search-results-container search-v1"></div>
  646.                    </div>
  647.                </div>
  648.            </div>
  649.        </div>
  650.    </div>
  651.  
  652.    <!-- Mobile Menu Button -->
  653.    <button class="mobile-toggle-v6  d-lg-none" type="button" onclick="toggleMenuV6()">
  654.        <span class="hamburger-line-v6 text-link "></span>
  655.        <span class="hamburger-line-v6 text-link "></span>
  656.        <span class="hamburger-line-v6 text-link "></span>
  657.    </button>
  658.  
  659.    <!-- Mobile Menu -->
  660. <div class="mobile-menu-v6 d-lg-none" id="mobileMenuV6">
  661.    <div class="mobile-menu-content-v6">
  662.        <button class="mobile-toggle-v6 text-link d-lg-none" style="font-size: larger;" type="button"
  663.            onclick="toggleMenuV6()">
  664.            X
  665.        </button>
  666.        <ul class="mobile-nav-list-v6">
  667.  
  668.            <!-- Static Home -->
  669.            <li class="mobile-nav-item-v6">
  670.                <a href="/"
  671.                   class="mobile-nav-link-v6 active-v6">
  672.                    Home
  673.                </a>
  674.            </li>
  675.  
  676.            <!-- Dynamic categories -->
  677.            
  678.            <li class="mobile-nav-item-v6">
  679.                <a href="/category/all-posts/"
  680.                   class="mobile-nav-link-v6 ">
  681.                    All Posts
  682.                </a>
  683.            </li>
  684.            
  685.            <li class="mobile-nav-item-v6">
  686.                <a href="/category/business/"
  687.                   class="mobile-nav-link-v6 ">
  688.                    Business
  689.                </a>
  690.            </li>
  691.            
  692.            <li class="mobile-nav-item-v6">
  693.                <a href="/category/esports/"
  694.                   class="mobile-nav-link-v6 ">
  695.                    Esports
  696.                </a>
  697.            </li>
  698.            
  699.            <li class="mobile-nav-item-v6">
  700.                <a href="/category/fashion/"
  701.                   class="mobile-nav-link-v6 ">
  702.                    Fashion
  703.                </a>
  704.            </li>
  705.            
  706.            <li class="mobile-nav-item-v6">
  707.                <a href="/category/featured/"
  708.                   class="mobile-nav-link-v6 ">
  709.                    Featured
  710.                </a>
  711.            </li>
  712.            
  713.            <li class="mobile-nav-item-v6">
  714.                <a href="/category/gaming/"
  715.                   class="mobile-nav-link-v6 ">
  716.                    Gaming
  717.                </a>
  718.            </li>
  719.            
  720.            <li class="mobile-nav-item-v6">
  721.                <a href="/category/health/"
  722.                   class="mobile-nav-link-v6 ">
  723.                    Health
  724.                </a>
  725.            </li>
  726.            
  727.            <li class="mobile-nav-item-v6">
  728.                <a href="/category/life-fitness/"
  729.                   class="mobile-nav-link-v6 ">
  730.                    Life &amp; Fitness
  731.                </a>
  732.            </li>
  733.            
  734.            <li class="mobile-nav-item-v6">
  735.                <a href="/category/lifestyle/"
  736.                   class="mobile-nav-link-v6 ">
  737.                    Lifestyle
  738.                </a>
  739.            </li>
  740.            
  741.            <li class="mobile-nav-item-v6">
  742.                <a href="/category/news/"
  743.                   class="mobile-nav-link-v6 ">
  744.                    News
  745.                </a>
  746.            </li>
  747.            
  748.            <li class="mobile-nav-item-v6">
  749.                <a href="/category/others/"
  750.                   class="mobile-nav-link-v6 ">
  751.                    Others
  752.                </a>
  753.            </li>
  754.            
  755.            <li class="mobile-nav-item-v6">
  756.                <a href="/category/politics/"
  757.                   class="mobile-nav-link-v6 ">
  758.                    Politics
  759.                </a>
  760.            </li>
  761.            
  762.            <li class="mobile-nav-item-v6">
  763.                <a href="/category/sports/"
  764.                   class="mobile-nav-link-v6 ">
  765.                    Sports
  766.                </a>
  767.            </li>
  768.            
  769.            <li class="mobile-nav-item-v6">
  770.                <a href="/category/tech/"
  771.                   class="mobile-nav-link-v6 ">
  772.                    Tech
  773.                </a>
  774.            </li>
  775.            
  776.            <li class="mobile-nav-item-v6">
  777.                <a href="/category/travel/"
  778.                   class="mobile-nav-link-v6 ">
  779.                    Travel
  780.                </a>
  781.            </li>
  782.            
  783.  
  784.            <!-- Static Contact -->
  785.            <li class="mobile-nav-item-v6">
  786.                <a href="/page/contact-us/"
  787.                   class="mobile-nav-link-v6 ">
  788.                    Contact Us
  789.                </a>
  790.            </li>
  791.        </ul>
  792.    </div>
  793. </div>
  794. <div class="sidebar-blur d-lg-none"></div>
  795. </header>
  796.  
  797. <style>
  798.    /* Navbar V6 Styles - Centered Logo with Split Navigation */
  799.  
  800.  
  801.    .main-header-v6 {
  802.        padding: 35px 0;
  803.    }
  804.  
  805.    /* Logo Styles */
  806.    .logo-center-v6 {
  807.        position: relative;
  808.    }
  809.  
  810.    .logo-img-v6 {
  811.        max-height: 100px;
  812.        transition: transform 0.3s ease;
  813.    }
  814.  
  815.    .logo-img-v6:hover {
  816.        transform: scale(1.05);
  817.    }
  818.  
  819.    /* Navigation Styles */
  820.    .nav-list-v6 {
  821.        list-style: none;
  822.        padding: 0;
  823.        margin: 0;
  824.        display: flex;
  825.        align-items: center;
  826.    }
  827.  
  828.    .nav-item-v6 {
  829.        position: relative;
  830.        margin: 0 20px;
  831.    }
  832.  
  833.    .nav-link-v6 {
  834.        color: var(--navbar-color) !important;
  835.        text-decoration: none;
  836.        font-weight: 500;
  837.        font-size: 15px;
  838.        padding: 12px 0;
  839.        position: relative;
  840.        transition: all 0.3s ease;
  841.    }
  842.  
  843.    .nav-link-v6::after {
  844.        content: '';
  845.        position: absolute;
  846.        bottom: 0;
  847.        left: 50%;
  848.        width: 0;
  849.        height: 2px;
  850.        transition: all 0.3s ease;
  851.        transform: translateX(-50%);
  852.    }
  853.  
  854.    .nav-link-v6:hover,
  855.    .nav-link-v6.active-v6 {
  856.        font-weight: 700;
  857.        opacity: 0.75;
  858.    }
  859.  
  860.    .nav-link-v6:hover::after,
  861.    .nav-link-v6.active-v6::after {
  862.        width: 100%;
  863.    }
  864.  
  865.    /* Mega Dropdown Styles */
  866.    .dropdown-container-v6 {
  867.        position: relative;
  868.    }
  869.  
  870.    .mega-dropdown-v6 {
  871.        position: absolute;
  872.        top: 100%;
  873.        left: 50%;
  874.        transform: translateX(-50%);
  875.        background: var(--navbar-bg);
  876.        border-radius: 12px;
  877.        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  878.        opacity: 0;
  879.        visibility: hidden;
  880.        transition: all 0.3s ease;
  881.        padding: 25px;
  882.        min-width: 300px;
  883.        z-index: 1200;
  884.        margin-top: 15px;
  885.    }
  886.  
  887.    .dropdown-container-v6:hover .mega-dropdown-v6 {
  888.        opacity: 1;
  889.        visibility: visible;
  890.        margin-top: 0;
  891.    }
  892.  
  893.    .dropdown-grid-v6 {
  894.        display: grid;
  895.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  896.        gap: 20px;
  897.    }
  898.  
  899.    .dropdown-title-v6 {
  900.        font-size: 13px;
  901.        font-weight: 600;
  902.        color: #4a5568;
  903.        margin-bottom: 10px;
  904.        text-transform: uppercase;
  905.        letter-spacing: 0.5px;
  906.    }
  907.  
  908.    .dropdown-link-v6 {
  909.        display: block;
  910.        color: #2d3748;
  911.        text-decoration: none;
  912.        font-size: 14px;
  913.        padding: 8px 0;
  914.        transition: all 0.3s ease;
  915.        position: relative;
  916.        padding-left: 15px;
  917.    }
  918.  
  919.    .dropdown-link-v6::before {
  920.        content: '';
  921.        position: absolute;
  922.        left: 0;
  923.        top: 50%;
  924.        width: 6px;
  925.        height: 6px;
  926.        background: #e2e8f0;
  927.        border-radius: 50%;
  928.        transform: translateY(-50%);
  929.        transition: all 0.3s ease;
  930.    }
  931.  
  932.    .dropdown-link-v6:hover {
  933.        color: #667eea;
  934.        padding-left: 20px;
  935.    }
  936.  
  937.    .dropdown-link-v6:hover::before {
  938.        background: #667eea;
  939.    }
  940.  
  941.    /* Search Styles */
  942.    .search-container-v6 {
  943.        max-width: 600px;
  944.        margin: 0 auto;
  945.    }
  946.  
  947.    .search-wrapper-v6 {
  948.        position: relative;
  949.        background: #f7fafc;
  950.        border-radius: 50px;
  951.        display: flex;
  952.        align-items: center;
  953.        transition: all 0.3s ease;
  954.        border: 2px solid transparent;
  955.    }
  956.  
  957.    .search-wrapper-v6:focus-within {
  958.        background: #ffffff;
  959.        border-color: #007bff;
  960.        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  961.    }
  962.  
  963.    .search-icon-v6 {
  964.        color: #a0aec0;
  965.        margin: 0 15px;
  966.        transition: color 0.3s ease;
  967.    }
  968.  
  969.    .search-wrapper-v6:focus-within .search-icon-v6 {
  970.        color: #007bff;
  971.    }
  972.  
  973.    .search-input-v6 {
  974.        flex: 1;
  975.        border: none;
  976.        background: transparent;
  977.        font-size: 16px;
  978.        padding: 10px 0;
  979.        outline: none;
  980.        color: #2d3748;
  981.    }
  982.  
  983.    .search-input-v6::placeholder {
  984.        color: #a0aec0;
  985.    }
  986.  
  987.    .search-submit-v6 {
  988.        background-color: var(--bs-primary);
  989.        color: white;
  990.        border: none;
  991.        border-radius: 50px;
  992.        padding: 12px 25px;
  993.        font-weight: 500;
  994.        cursor: pointer;
  995.        transition: all 0.3s ease;
  996.    }
  997.  
  998.    .search-submit-v6:hover {
  999.        transform: translateY(-2px);
  1000.        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
  1001.    }
  1002.  
  1003.    /* Mobile Styles */
  1004.    .mobile-toggle-v6 {
  1005.        position: absolute;
  1006.        top: 20px;
  1007.        right: 20px;
  1008.        background: none;
  1009.        border: none;
  1010.        cursor: pointer;
  1011.        z-index: 999;
  1012.        padding: 5px;
  1013.    }
  1014.  
  1015.    .hamburger-line-v6 {
  1016.        display: block;
  1017.        width: 25px;
  1018.        height: 3px;
  1019.        background: var(--navbar-color);
  1020.        margin: 5px 0;
  1021.        transition: all 0.3s ease;
  1022.        border-radius: 2px;
  1023.    }
  1024.  
  1025.    .mobile-menu-v6 {
  1026.        position: fixed;
  1027.        top: 0;
  1028.        right: -100%;
  1029.        width: 300px;
  1030.        height: 100vh;
  1031.        background: var(--navbar-bg) !important;
  1032.        z-index: 1000;
  1033.        transition: right 0.3s ease;
  1034.        box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
  1035.    }
  1036.  
  1037.    .mobile-menu-v6.show-v6 {
  1038.        right: 0;
  1039.    }
  1040.  
  1041.    .mobile-menu-content-v6 {
  1042.        padding: 80px 30px 30px;
  1043.        height: 100%;
  1044.        overflow-y: auto;
  1045.    }
  1046.  
  1047.    .mobile-nav-list-v6 {
  1048.        list-style: none;
  1049.        padding: 0;
  1050.        margin: 0;
  1051.    }
  1052.  
  1053.    .mobile-nav-item-v6 {
  1054.        margin-bottom: 5px;
  1055.    }
  1056.  
  1057.    .mobile-nav-link-v6 {
  1058.        display: flex;
  1059.        align-items: center;
  1060.        justify-content: space-between;
  1061.        color: var(--navbar-color) !important;
  1062.        text-decoration: none;
  1063.        font-size: 16px;
  1064.        font-weight: 500;
  1065.        padding: 15px 0;
  1066.        border-bottom: 1px solid var(--border-color);
  1067.        transition: color 0.3s ease;
  1068.    }
  1069.  
  1070.    .mobile-nav-link-v6:hover,
  1071.    .mobile-nav-link-v6.active-v6 {
  1072.        color: #667eea;
  1073.    }
  1074.  
  1075.    .mobile-dropdown-v6 {
  1076.        list-style: none;
  1077.        padding: 0;
  1078.        margin: 0;
  1079.        max-height: 0;
  1080.        overflow: hidden;
  1081.        transition: max-height 0.3s ease;
  1082.        background: var(--navbar-bg);
  1083.        border-radius: 8px;
  1084.        margin-top: 5px;
  1085.    }
  1086.  
  1087.    .mobile-dropdown-v6.show-v6 {
  1088.        max-height: 300px;
  1089.        padding: 10px 0;
  1090.    }
  1091.  
  1092.    .mobile-dropdown-link-v6 {
  1093.        display: block;
  1094.        color: var(--navbar-color) !important;
  1095.        text-decoration: none;
  1096.        font-size: 14px;
  1097.        padding: 10px 20px;
  1098.        transition: all 0.3s ease;
  1099.    }
  1100.  
  1101.    .mobile-dropdown-link-v6:hover {
  1102.        color: #667eea;
  1103.        opacity: 0.6;
  1104.    }
  1105.  
  1106.    /* Responsive Design */
  1107.    @media (max-width: 991px) {
  1108.  
  1109.        .left-nav-v6,
  1110.        .right-nav-v6 {
  1111.            display: none;
  1112.        }
  1113.  
  1114.        .main-header-v6 {
  1115.            padding: 15px 0;
  1116.        }
  1117.  
  1118.        .search-container-v6 {
  1119.            margin-top: 20px;
  1120.        }
  1121.    }
  1122.  
  1123.    @media (max-width: 768px) {
  1124.        .search-wrapper-v6 {
  1125.            flex-direction: row;
  1126.        }
  1127.  
  1128.        .search-input-v6 {
  1129.            padding: 6px 0;
  1130.            text-align: center;
  1131.            display: flex;
  1132.        }
  1133.  
  1134.  
  1135.        .search-submit-v6 {
  1136.            width: 100%;
  1137.            margin-top: 10px;
  1138.            display: none;
  1139.        }
  1140.    }
  1141. </style>
  1142.  
  1143. <script>
  1144.    function toggleMenuV6() {
  1145.        const mobileMenu = document.getElementById('mobileMenuV6');
  1146.        mobileMenu.classList.toggle('show-v6');
  1147.    }
  1148.  
  1149.    function toggleMobileDropdown(dropdownId) {
  1150.        const dropdown = document.getElementById(dropdownId);
  1151.        dropdown.classList.toggle('show-v6');
  1152.    }
  1153.  
  1154.    // Close mobile menu when clicking outside
  1155.    document.addEventListener('click', function (event) {
  1156.        const mobileMenu = document.getElementById('mobileMenuV6');
  1157.        const mobileToggle = document.querySelector('.mobile-toggle-v6');
  1158.  
  1159.        if (!mobileMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  1160.            mobileMenu.classList.remove('show-v6');
  1161.        }
  1162.    });
  1163. </script>
  1164.  
  1165. <script>
  1166.  document.addEventListener("DOMContentLoaded", function () {
  1167.    console.log("loaded");
  1168.  
  1169.     const searchInput = document.getElementById("search-input")
  1170.    const searchResults = document.getElementById("search-results");
  1171.  
  1172.    if (!searchInput || !searchResults) {
  1173.      console.error("Search input/results not found");
  1174.      return;
  1175.    }
  1176.  
  1177.    // Prevent form submission
  1178.    if (searchInput.form) {
  1179.      searchInput.form.addEventListener("submit", function (e) {
  1180.        e.preventDefault();
  1181.      });
  1182.    }
  1183.  
  1184.    // Add event listener for keyup
  1185.    searchInput.addEventListener("keyup", function (e) {
  1186.      console.log("Key pressed:", e.key);
  1187.      e.preventDefault();
  1188.  
  1189.      const query = searchInput.value.trim();
  1190.      console.log("User is typing: " + query);
  1191.  
  1192.      // If empty → clear and hide
  1193.      if (query === "") {
  1194.        searchResults.innerHTML = "";
  1195.        searchResults.style.display = "none";
  1196.        return;
  1197.      }
  1198.  
  1199.      // Show results
  1200.      searchResults.style.display = "block";
  1201.  
  1202.      // Fetch search results
  1203.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1204.        method: "GET",
  1205.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1206.      })
  1207.        .then(response => {
  1208.          console.log("Response Status:", response.status);
  1209.          return response.json();
  1210.        })
  1211.        .then(data => {
  1212.          console.log("Data received:", data);
  1213.          if (data.html) {
  1214.            searchResults.innerHTML = data.html;
  1215.          } else {
  1216.            searchResults.innerHTML = "<p>No results found.</p>";
  1217.          }
  1218.        })
  1219.        .catch(error => {
  1220.          console.error("Error fetching search results:", error);
  1221.        });
  1222.    });
  1223.  
  1224.    // Close results when clicking outside
  1225.    document.addEventListener("click", function (e) {
  1226.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1227.        searchResults.style.display = "none";
  1228.      }
  1229.    });
  1230.  
  1231.    // Close results on ESC key
  1232.    document.addEventListener("keydown", function (e) {
  1233.      if (e.key === "Escape") {
  1234.        searchResults.style.display = "none";
  1235.      }
  1236.    });
  1237.  });
  1238. </script>
  1239.  
  1240. <style>
  1241.        /* search field */
  1242.  .search-results-container {
  1243.  position: absolute;
  1244.  top: 100%; /* Position it below the input field */
  1245.  left: 10px;
  1246.  right: 10px;
  1247.  background-color: white;
  1248.  border: 1px solid #ddd;
  1249.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1250.  max-height: 300px;
  1251.  overflow-y: auto;
  1252.  z-index: 1000;
  1253.  display: none; /* Initially hidden */
  1254. }
  1255.  
  1256. .search-results-container p {
  1257.  margin: 0;
  1258. }
  1259.  
  1260. .search-results-container .result-item {
  1261.  padding: 10px;
  1262.  cursor: pointer;
  1263. }
  1264.  
  1265. .search-results-container .result-item:hover {
  1266.  background-color: #f0f0f0;
  1267. }
  1268. </style>
  1269.  
  1270.        </header>
  1271.        <!-- end of header -->
  1272.        <!-- start of wpo-blog-hero -->
  1273.        
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281. <div class="blog-hero-v3 pt-3">
  1282.    <div class="container-fluid fluid-container">
  1283.        <div class="row g-4">
  1284.            
  1285.            
  1286.              
  1287.            <!-- Left Column -->
  1288.            <div class="col-lg-4 col-md-6">
  1289.                <div class="magazine-card tall-card h-100">
  1290.                    <div class="card-image">
  1291.                        
  1292.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1293.                        
  1294.                        <div class="image-overlay"></div>
  1295.                    </div>
  1296.                    <div class="card-content">
  1297.                        <div class="category-pill bg-primary-gradient">News</div>
  1298.                        <h2> <a href="/music-legend-barry-manilow-to-undergo-surgery-for-a-lung-cancer-diagnosis/">
  1299.                                        Music Legend Barry Manilow to Undergo Surgery for a Lung Cancer Diagnosis.
  1300.                                    </a></h2>
  1301.                        <p></p>
  1302.                        <div class="author-section">
  1303.                            
  1304.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" style="object-fit: cover;" class="author-img">
  1305.                            
  1306.                            <div class="author-details">
  1307.                                <span class="author-name">Matthew Reynolds</span>
  1308.                                <span class="publish-date">19 May 2026</span>
  1309.                            </div>
  1310.                        </div>
  1311.                    </div>
  1312.                </div>
  1313.            </div>
  1314.  
  1315.            
  1316.            
  1317.  
  1318.            <!-- Center Column -->
  1319.            <div class="col-lg-4 col-md-6">
  1320.                <div class="row g-4">
  1321.                    
  1322.                    <div class="col-12">
  1323.                        <div class="magazine-card square-card">
  1324.                            <div class="card-image">
  1325.                            
  1326.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1327.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1328.                            
  1329.                                <div class="floating-category bg-primary-gradient">News</div>
  1330.                            </div>
  1331.                            <div class="card-content compact">
  1332.                                <h3> <a href="/former-uk-soldier-accused-of-murdering-kenya-female-appears-in-court/" >
  1333.                                        Former UK Soldier Accused of Murdering Kenya Female Appears in Court
  1334.                                    </a></h3>
  1335.                                    
  1336.                                <div class="mini-meta">
  1337.                                    <span>By Matthew Reynolds</span>
  1338.                                    <span class="date-dot">• 19 May 2026</span>
  1339.                                </div>
  1340.                            </div>
  1341.                        </div>
  1342.                    </div>
  1343.                    
  1344.                    <div class="col-12">
  1345.                        <div class="magazine-card square-card">
  1346.                            <div class="card-image">
  1347.                            
  1348.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1349.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1350.                            
  1351.                                <div class="floating-category bg-primary-gradient">News</div>
  1352.                            </div>
  1353.                            <div class="card-content compact">
  1354.                                <h3> <a href="/us-food-and-drug-administration-approves-flibanserin-a-libido-enhancing-medication-for-females-beyond-menopause/" >
  1355.                                        U.S. Food and Drug Administration Approves Flibanserin, a Libido-Enhancing Medication for Females Beyond Menopause
  1356.                                    </a></h3>
  1357.                                    
  1358.                                <div class="mini-meta">
  1359.                                    <span>By Matthew Reynolds</span>
  1360.                                    <span class="date-dot">• 19 May 2026</span>
  1361.                                </div>
  1362.                            </div>
  1363.                        </div>
  1364.                    </div>
  1365.                    
  1366.  
  1367.                </div>
  1368.            </div>
  1369.            
  1370.            
  1371.              
  1372.            <!-- Right Column -->
  1373.            <div class="col-lg-4 col-md-12">
  1374.                <div class="magazine-card featured-card">
  1375.                    <div class="featured-header">
  1376.                        <h4>Featured Story</h4>
  1377.                        <div class="featured-line"></div>
  1378.                    </div>
  1379.                    <div class="card-image featured-img" >
  1380.                    
  1381.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1382.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1383.                    
  1384.                    </div>
  1385.                    <div class="card-content featured-content">
  1386.                        <div class="category-pill bg-primary-gradient">News</div>
  1387.                        <h2><a href="/we-need-a-chopper-to-go-find-them-adolescents-emergency-call-to-rescue-family-stranded-off-down-under-coast-disclosed/">
  1388.                                        ‘We Need a Chopper to Go Find Them’: Adolescent’s Emergency Call to Rescue Family Stranded Off Down Under Coast Disclosed
  1389.                                    </a></h2>
  1390.                        
  1391.                        <div class="author-section featured-author">
  1392.                            
  1393.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" style="object-fit: cover;border-radius: 20px; width: 50px;">
  1394.                            
  1395.                            <div class="author-details">
  1396.                                <span class="author-name">Matthew Reynolds</span>
  1397.                                <!-- <span class="author-title">Business Analyst</span> -->
  1398.                                <span class="publish-date">19 May 2026</span>
  1399.                            </div>
  1400.                        </div>
  1401.                    </div>
  1402.                </div>
  1403.            </div>
  1404.  
  1405.            
  1406.            
  1407.        </div>
  1408.    </div>
  1409. </div>
  1410.  
  1411. <style>
  1412. /* Blog Hero V3 - Magazine Style */
  1413. .blog-hero-v3 {
  1414.    padding: 80px 0;
  1415.    position: relative;
  1416. }
  1417.  
  1418. /* Magazine Cards */
  1419. .magazine-card {
  1420.    background: var(--card-bg);
  1421.    border-radius: 20px;
  1422.    overflow: hidden;
  1423.    position: relative;
  1424.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1425.    border: 1px solid var(--border-color);
  1426. }
  1427.  
  1428. .magazine-card:hover {
  1429.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1430. }
  1431.  
  1432. /* Tall Card (Left Column) */
  1433. .tall-card {
  1434.    display: flex;
  1435.    flex-direction: column;
  1436. }
  1437.  
  1438. .tall-card .card-image {
  1439.    height: 300px;
  1440.    position: relative;
  1441.    overflow: hidden;
  1442. }
  1443.  
  1444. .tall-card .card-image img {
  1445.    width: 100%;
  1446.    height: 100%;
  1447.    object-fit: cover;
  1448.    transition: transform 0.6s ease;
  1449. }
  1450.  
  1451. .tall-card:hover .card-image img {
  1452.    transform: scale(1.1) rotate(-2deg);
  1453. }
  1454.  
  1455. .image-overlay {
  1456.    position: absolute;
  1457.    top: 0;
  1458.    left: 0;
  1459.    right: 0;
  1460.    bottom: 0;
  1461.    opacity: 0;
  1462.    transition: opacity 0.3s ease;
  1463. }
  1464.  
  1465. .tall-card:hover .image-overlay {
  1466.    opacity: 1;
  1467. }
  1468.  
  1469. .tall-card .card-content {
  1470.    padding: 20px;
  1471.    flex-grow: 1;
  1472.    display: flex;
  1473.    flex-direction: column;
  1474. }
  1475.  
  1476. .tall-card h2 {
  1477.    font-size: 1.5rem;
  1478.    font-weight: 700;
  1479.    color: #2c3e50;
  1480.    margin: 12px 0;
  1481.    line-height: 1.3;
  1482. }
  1483.  
  1484. .tall-card p {
  1485.    color: #7f8c8d;
  1486.    line-height: 1.6;
  1487.    margin-bottom: 1rem;
  1488.    flex-grow: 1;
  1489. }
  1490.  
  1491. /* Square Cards (Center Column) */
  1492. .square-card {
  1493.    position: relative;
  1494.    overflow: hidden;
  1495. }
  1496.  
  1497. .square-card .card-image {
  1498.    height: 180px;
  1499.    position: relative;
  1500. }
  1501.  
  1502. .square-card .card-image img {
  1503.    width: 100%;
  1504.    height: 100%;
  1505.    object-fit: cover;
  1506.    filter: brightness(1.1) saturate(1.2);
  1507.    transition: all 0.4s ease;
  1508. }
  1509.  
  1510. .square-card:hover .card-image img {
  1511.    transform: scale(1.15);
  1512.    filter: brightness(1.2) saturate(1.4);
  1513. }
  1514.  
  1515. .floating-category {
  1516.    position: absolute;
  1517.    top: 15px;
  1518.    right: 15px;
  1519.    padding: 8px 15px;
  1520.    border-radius: 20px;
  1521.    font-size: 0.75rem;
  1522.    text-transform: uppercase;
  1523.    letter-spacing: 1px;
  1524.    backdrop-filter: blur(10px);
  1525.    border: 1px solid rgba(255, 255, 255, 0.3);
  1526. }
  1527.  
  1528. .square-card .card-content.compact {
  1529.    padding: 1.2rem;
  1530. }
  1531.  
  1532. .square-card h3 {
  1533.    font-size: 1.1rem;
  1534.    font-weight: 600;
  1535.    color: #2c3e50;
  1536.    margin-bottom: 10px;
  1537.    line-height: 1.3;
  1538. }
  1539.  
  1540. .mini-meta {
  1541.    font-size: 0.85rem;
  1542.    color: #95a5a6;
  1543. }
  1544.  
  1545. .date-dot {
  1546.    margin-left: 8px;
  1547. }
  1548.  
  1549. /* Featured Card (Right Column) */
  1550. .featured-card {
  1551.    color: white;
  1552.    position: relative;
  1553.    overflow: hidden;
  1554. }
  1555.  
  1556. .featured-card::before {
  1557.    content: '';
  1558.    position: absolute;
  1559.    top: -50%;
  1560.    right: -50%;
  1561.    width: 200%;
  1562.    height: 200%;
  1563.    pointer-events: none;
  1564. }
  1565.  
  1566.  
  1567.  
  1568. .featured-header {
  1569.    padding: 25px 25px 0;
  1570.    position: relative;
  1571. }
  1572.  
  1573. .featured-header h4 {
  1574.    font-size: 0.9rem;
  1575.    text-transform: uppercase;
  1576.    letter-spacing: 2px;
  1577.    margin: 0;
  1578.    opacity: 0.9;
  1579. }
  1580.  
  1581. .featured-line {
  1582.    width: 50px;
  1583.    height: 2px;
  1584.    background: rgba(255, 255, 255, 0.6);
  1585.    margin-top: 10px;
  1586. }
  1587.  
  1588. .featured-img {
  1589.    height: 200px;
  1590.    margin: 1rem;
  1591.    border-radius: 15px;
  1592.    overflow: hidden;
  1593.    position: relative;
  1594. }
  1595.  
  1596. .featured-img img {
  1597.    width: 100%;
  1598.    height: 100%;
  1599.    object-fit: cover;
  1600.    transition: transform 0.5s ease;
  1601. }
  1602.  
  1603. .featured-card:hover .featured-img img {
  1604.    transform: scale(1.1);
  1605. }
  1606.  
  1607. .featured-content {
  1608.    padding: 0 1rem 1.5rem;
  1609. }
  1610.  
  1611. .featured-content h2 {
  1612.    font-size: 1.4rem;
  1613.    font-weight: 700;
  1614.    margin: 15px 0;
  1615.    line-height: 1.3;
  1616. }
  1617.  
  1618. .featured-content p {
  1619.    font-size: 0.95rem;
  1620.    opacity: 0.9;
  1621.    line-height: 1.6;
  1622.    margin-bottom: 1rem;
  1623. }
  1624.  
  1625. /* Category Pills */
  1626. .category-pill {
  1627.    display: inline-block;
  1628.    padding: 6px 16px;
  1629.    border-radius: 20px;
  1630.    font-size: 0.75rem;
  1631.    text-transform: uppercase;
  1632.    letter-spacing: 1px;
  1633.    margin-bottom: 10px;
  1634.    width: fit-content;
  1635. }
  1636.  
  1637. /* Author Sections */
  1638. .author-section {
  1639.    display: flex;
  1640.    align-items: center;
  1641.    gap: 15px;
  1642.    margin-top: auto;
  1643. }
  1644.  
  1645. .author-img {
  1646.    width: 60px;
  1647.    height: 60px;
  1648.    border-radius: 50%;
  1649.    object-fit: cover;
  1650. }
  1651.  
  1652. .author-details {
  1653.    display: flex;
  1654.    flex-direction: column;
  1655. }
  1656.  
  1657. .author-name {
  1658.    font-weight: 600;
  1659. color: #95a5a6;
  1660.    font-size: 16px;
  1661. }
  1662.  
  1663. .author-title {
  1664.    font-size: 0.8rem;
  1665. color: #95a5a6;
  1666.    font-weight: 500;
  1667. }
  1668.  
  1669. .publish-date {
  1670.    font-size: 0.8rem;
  1671.    color: #95a5a6;
  1672.    margin-top: 2px;
  1673. }
  1674.  
  1675. /* Featured Stats */
  1676. .featured-stats {
  1677.    display: flex;
  1678.    gap: 30px;
  1679.    margin: 20px 0;
  1680. }
  1681.  
  1682. .stat-item {
  1683.    text-align: center;
  1684. }
  1685.  
  1686. .stat-number {
  1687.    display: block;
  1688.    font-size: 1.5rem;
  1689.    font-weight: 700;
  1690.    color: white;
  1691. }
  1692.  
  1693. .stat-label {
  1694.    font-size: 0.8rem;
  1695.    opacity: 0.8;
  1696.    text-transform: uppercase;
  1697.    letter-spacing: 1px;
  1698. }
  1699.  
  1700. /* Read More Button */
  1701. .read-more-btn {
  1702.    padding: 0 30px 30px;
  1703. }
  1704.  
  1705. .btn-read {
  1706.    display: inline-block;
  1707.    padding: 12px 30px;
  1708.    background: linear-gradient(45deg, #667eea, #764ba2);
  1709.    color: white;
  1710.    text-decoration: none;
  1711.    border-radius: 20px;
  1712.    font-weight: 600;
  1713.    text-transform: uppercase;
  1714.    letter-spacing: 1px;
  1715.    font-size: 0.85rem;
  1716.    transition: all 0.3s ease;
  1717.    position: relative;
  1718.    overflow: hidden;
  1719. }
  1720.  
  1721. .btn-read::before {
  1722.    content: '';
  1723.    position: absolute;
  1724.    top: 0;
  1725.    left: -100%;
  1726.    width: 100%;
  1727.    height: 100%;
  1728.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1729.    transition: left 0.5s ease;
  1730. }
  1731.  
  1732. .btn-read:hover::before {
  1733.    left: 100%;
  1734. }
  1735.  
  1736. .btn-read:hover {
  1737.    transform: translateY(-2px);
  1738.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1739.    color: white;
  1740. }
  1741.  
  1742. /* Trending Bar */
  1743. .trending-bar {
  1744.    background: white;
  1745.    border-radius: 20px;
  1746.    padding: 25px 35px;
  1747.    display: flex;
  1748.    align-items: center;
  1749.    gap: 30px;
  1750.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1751.    border-left: 5px solid #667eea;
  1752. }
  1753.  
  1754. .trending-header h5 {
  1755.    margin: 0;
  1756.    font-weight: 700;
  1757.    color: #2c3e50;
  1758.    font-size: 1.1rem;
  1759. }
  1760.  
  1761. .trending-tags {
  1762.    display: flex;
  1763.    flex-wrap: wrap;
  1764.    gap: 15px;
  1765. }
  1766.  
  1767. .trend-tag {
  1768.    padding: 8px 18px;
  1769.    background: #f8f9fa;
  1770.    border: 2px solid #e9ecef;
  1771.    border-radius: 20px;
  1772.    font-size: 0.85rem;
  1773.    font-weight: 500;
  1774.    color: #495057;
  1775.    transition: all 0.3s ease;
  1776.    cursor: pointer;
  1777. }
  1778.  
  1779. .trend-tag:hover {
  1780.    background: #667eea;
  1781.    color: white;
  1782.    border-color: #667eea;
  1783.    transform: translateY(-2px);
  1784. }
  1785.  
  1786. /* Responsive Design */
  1787. @media (max-width: 992px) {
  1788.    .tall-card,
  1789.    .featured-card {
  1790.        height: auto;
  1791.        margin-bottom: 30px;
  1792.    }
  1793.    
  1794.  
  1795.    
  1796.    .trending-bar {
  1797.        flex-direction: column;
  1798.        align-items: flex-start;
  1799.        gap: 20px;
  1800.    }
  1801. }
  1802.  
  1803. @media (max-width: 768px) {
  1804.    .blog-hero-v3 {
  1805.        padding: 40px 0;
  1806.    }
  1807.  
  1808.    
  1809.    .trending-tags {
  1810.        justify-content: center;
  1811.    }
  1812.    
  1813.    .featured-stats {
  1814.        justify-content: center;
  1815.    }
  1816. }
  1817. </style>
  1818.  
  1819.  
  1820.  
  1821.  
  1822.        <!-- end of wpo-blog-hero -->
  1823.  
  1824.        <!-- start of wpo-breacking-news -->
  1825.        
  1826.        <!-- end of wpo-breacking-news -->
  1827.        
  1828.        <!-- start wpo-blog-highlights-section -->
  1829.        
  1830.  
  1831.  
  1832.  
  1833.    
  1834.  
  1835.  
  1836.  <style>
  1837.    .blog-section {
  1838.      padding: 60px 0;
  1839.    }
  1840.  
  1841.    .blog-card {
  1842.      background: var(--card-bg);
  1843.      border-radius: 12px;
  1844.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  1845.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  1846.      margin-bottom: 30px;
  1847.      overflow: hidden;
  1848.      border: none;
  1849.    }
  1850.  
  1851.    .blog-card-body {
  1852.      padding: 30px;
  1853.    }
  1854.  
  1855.    .blog-category {
  1856.      display: inline-block;
  1857.      padding: 6px 16px;
  1858.      border-radius: 20px;
  1859.      font-size: 12px;
  1860.      font-weight: 600;
  1861.      text-transform: uppercase;
  1862.      letter-spacing: 0.5px;
  1863.      margin-bottom: 20px;
  1864.    }
  1865.  
  1866.    .blog-title {
  1867.      font-weight: 700;
  1868.      color: var(--topbar-color);
  1869.      margin-bottom: 20px;
  1870.      line-height: 1.4;
  1871.      text-decoration: none;
  1872.    }
  1873.  
  1874.    .blog-title:hover {
  1875.      color: #1e40af !important;
  1876.      text-decoration: none;
  1877.    }
  1878.  
  1879.    .blog-meta {
  1880.      display: flex;
  1881.      align-items: center;
  1882.      margin-bottom: 20px;
  1883.      color: var(--topbar-color);
  1884.      font-size: 14px;
  1885.    }
  1886.  
  1887.    .blog-meta img {
  1888.      width: 35px;
  1889.      height: 35px;
  1890.      border-radius: 50%;
  1891.      object-fit: cover;
  1892.      display: block;
  1893.    }
  1894.  
  1895.    .blog-meta .meta-info {
  1896.      display: flex;
  1897.      align-items: center;
  1898.      gap: 15px;
  1899.    }
  1900.  
  1901.    .blog-description {
  1902.      color: var(--topbar-color);
  1903.      line-height: 1.7;
  1904.      margin-bottom: 25px;
  1905.      font-size: 15px;
  1906.    }
  1907.  
  1908.    .read-more-btn {
  1909.      background: transparent;
  1910.      border: 2px solid var(--bs-primary);
  1911.      color: var(--bs-primary);
  1912.      padding: 12px 30px;
  1913.      border-radius: 6px;
  1914.      font-weight: 600;
  1915.      text-transform: uppercase;
  1916.      letter-spacing: 0.5px;
  1917.      transition: all 0.3s ease;
  1918.      text-decoration: none;
  1919.      display: inline-block;
  1920.      font-size: 13px;
  1921.    }
  1922.  
  1923.    .read-more-btn:hover {
  1924.      background: var(--bs-primary);
  1925.      color: var(--bs-white) !important;
  1926.      text-decoration: none;
  1927.    }
  1928.  
  1929.    .section-title {
  1930.      text-align: center;
  1931.      margin-bottom: 50px;
  1932.    }
  1933.  
  1934.    .section-title h2 {
  1935.      font-size: 42px;
  1936.      font-weight: 800;
  1937.      color: #2c3e50;
  1938.      margin-bottom: 15px;
  1939.    }
  1940.  
  1941.    .section-title p {
  1942.      color: #6c757d;
  1943.      font-size: 18px;
  1944.      max-width: 600px;
  1945.      margin: 0 auto;
  1946.    }
  1947.  
  1948.    .avatar-placeholder {
  1949.      width: 35px;
  1950.      height: 35px;
  1951.      border-radius: 50%;
  1952.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  1953.      display: flex;
  1954.      align-items: center;
  1955.      justify-content: center;
  1956.      color: var(--bs-white);
  1957.      font-weight: bold;
  1958.      margin-right: 12px;
  1959.      overflow: hidden;
  1960.    }
  1961.  
  1962.    @media (max-width: 768px) {
  1963.  
  1964.  
  1965.      .section-title h2 {
  1966.        font-size: 32px;
  1967.      }
  1968.  
  1969.      .blog-card-body {
  1970.        padding: 20px;
  1971.      }
  1972.    }
  1973.  
  1974.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  1975.    :root{
  1976.      --fade-distance: 28px;
  1977.      --fade-duration: 700ms;
  1978.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  1979.    }
  1980.  
  1981.    .fade-base{
  1982.      opacity: 0;
  1983.      filter: blur(2px);
  1984.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  1985.      transition:
  1986.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1987.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1988.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  1989.      will-change: transform, opacity, filter;
  1990.    }
  1991.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  1992.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  1993.  
  1994.    .fade-show{
  1995.      opacity: 1;
  1996.      filter: blur(0);
  1997.      transform: translateY(0) translateZ(0);
  1998.    }
  1999.  
  2000.    /* Hover should still work after fade-in */
  2001.    .blog-card.fade-show:hover{
  2002.      transform: translateY(-5px) translateZ(0);
  2003.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  2004.    }
  2005.  
  2006.    /* Reduced motion */
  2007.    @media (prefers-reduced-motion: reduce){
  2008.      .fade-base{
  2009.        transition: none !important;
  2010.        transform: none !important;
  2011.        opacity: 1 !important;
  2012.        filter: none !important;
  2013.      }
  2014.      .blog-card.fade-show:hover{
  2015.        transform: none !important;
  2016.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2017.      }
  2018.    }
  2019.  </style>
  2020.  
  2021.  <section class="blog-section">
  2022.    <div class="container-fluid fluid-container">
  2023.      <div class="row">
  2024.        <div class="section-title ">
  2025.          <h2>
  2026.                Today's Top Highlights
  2027.                   </h2>
  2028.          <p>Stay updated with the latest insights and trends in online gaming</p>
  2029.        </div>
  2030.  
  2031.        <div class="col-lg-8 col-12">
  2032.          
  2033.            <div class="blog-card fade-base">
  2034.              <div class="blog-card-body">
  2035.                <span class="blog-category bg-primary-gradient">News</span>
  2036.                <h3>
  2037.                  <a href="/real-madrids-alexander-arnold-could-play-against-liverpool-in-upcoming-european-match/" class="blog-title">
  2038.                    Real Madrid&#x27;s Alexander-Arnold Could Play Against Liverpool in Upcoming European Match
  2039.                  </a>
  2040.                </h3>
  2041.                <div class="blog-meta">
  2042.                  <div class="avatar-placeholder">
  2043.                    
  2044.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" />
  2045.                    
  2046.                  </div>
  2047.                  <div class="meta-info">
  2048.                    <span>Matthew Reynolds</span>
  2049.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  2050.                  </div>
  2051.                </div>
  2052.                <p class="blog-description"></p>
  2053.                <a href="/real-madrids-alexander-arnold-could-play-against-liverpool-in-upcoming-european-match/" class="read-more-btn">READ MORE</a>
  2054.              </div>
  2055.            </div>
  2056.          
  2057.            <div class="blog-card fade-base">
  2058.              <div class="blog-card-body">
  2059.                <span class="blog-category bg-primary-gradient">News</span>
  2060.                <h3>
  2061.                  <a href="/worrying-remembrances-reemerge-in-davao-city-as-investigators-trace-bondi-beach-shooting-suspects-movements/" class="blog-title">
  2062.                    Worrying Remembrances Reemerge in Davao City as Investigators Trace Bondi Beach Shooting Suspects’ Movements
  2063.                  </a>
  2064.                </h3>
  2065.                <div class="blog-meta">
  2066.                  <div class="avatar-placeholder">
  2067.                    
  2068.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" />
  2069.                    
  2070.                  </div>
  2071.                  <div class="meta-info">
  2072.                    <span>Matthew Reynolds</span>
  2073.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  2074.                  </div>
  2075.                </div>
  2076.                <p class="blog-description"></p>
  2077.                <a href="/worrying-remembrances-reemerge-in-davao-city-as-investigators-trace-bondi-beach-shooting-suspects-movements/" class="read-more-btn">READ MORE</a>
  2078.              </div>
  2079.            </div>
  2080.          
  2081.            <div class="blog-card fade-base">
  2082.              <div class="blog-card-body">
  2083.                <span class="blog-category bg-primary-gradient">News</span>
  2084.                <h3>
  2085.                  <a href="/real-southern-portugal-uncovering-portugal-beyond-the-coastline/" class="blog-title">
  2086.                    Real Southern Portugal: Uncovering Portugal Beyond the Coastline
  2087.                  </a>
  2088.                </h3>
  2089.                <div class="blog-meta">
  2090.                  <div class="avatar-placeholder">
  2091.                    
  2092.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" />
  2093.                    
  2094.                  </div>
  2095.                  <div class="meta-info">
  2096.                    <span>Matthew Reynolds</span>
  2097.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  2098.                  </div>
  2099.                </div>
  2100.                <p class="blog-description"></p>
  2101.                <a href="/real-southern-portugal-uncovering-portugal-beyond-the-coastline/" class="read-more-btn">READ MORE</a>
  2102.              </div>
  2103.            </div>
  2104.          
  2105.            <div class="blog-card fade-base">
  2106.              <div class="blog-card-body">
  2107.                <span class="blog-category bg-primary-gradient">News</span>
  2108.                <h3>
  2109.                  <a href="/david-raya-backs-squad-depth-as-essential-to-multiple-trophy-challenge/" class="blog-title">
  2110.                    David Raya Backs Squad Depth as Essential to Multiple Trophy Challenge
  2111.                  </a>
  2112.                </h3>
  2113.                <div class="blog-meta">
  2114.                  <div class="avatar-placeholder">
  2115.                    
  2116.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" />
  2117.                    
  2118.                  </div>
  2119.                  <div class="meta-info">
  2120.                    <span>Matthew Reynolds</span>
  2121.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  2122.                  </div>
  2123.                </div>
  2124.                <p class="blog-description"></p>
  2125.                <a href="/david-raya-backs-squad-depth-as-essential-to-multiple-trophy-challenge/" class="read-more-btn">READ MORE</a>
  2126.              </div>
  2127.            </div>
  2128.          
  2129.            <div class="blog-card fade-base">
  2130.              <div class="blog-card-body">
  2131.                <span class="blog-category bg-primary-gradient">News</span>
  2132.                <h3>
  2133.                  <a href="/will-the-new-zealand-rugby-team-regain-their-spark-during-the-fall-tour/" class="blog-title">
  2134.                    Will the New Zealand rugby team regain their spark during the fall tour?
  2135.                  </a>
  2136.                </h3>
  2137.                <div class="blog-meta">
  2138.                  <div class="avatar-placeholder">
  2139.                    
  2140.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" />
  2141.                    
  2142.                  </div>
  2143.                  <div class="meta-info">
  2144.                    <span>Matthew Reynolds</span>
  2145.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  2146.                  </div>
  2147.                </div>
  2148.                <p class="blog-description"></p>
  2149.                <a href="/will-the-new-zealand-rugby-team-regain-their-spark-during-the-fall-tour/" class="read-more-btn">READ MORE</a>
  2150.              </div>
  2151.            </div>
  2152.          
  2153.            <div class="blog-card fade-base">
  2154.              <div class="blog-card-body">
  2155.                <span class="blog-category bg-primary-gradient">News</span>
  2156.                <h3>
  2157.                  <a href="/his-overarching-influence-in-the-sporting-world-hit-new-heights-in-2025-the-coming-year-threatens-to-take-it-further/" class="blog-title">
  2158.                    His Overarching Influence in The Sporting World Hit New Heights in 2025. The Coming Year Threatens to Take It Further.
  2159.                  </a>
  2160.                </h3>
  2161.                <div class="blog-meta">
  2162.                  <div class="avatar-placeholder">
  2163.                    
  2164.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" />
  2165.                    
  2166.                  </div>
  2167.                  <div class="meta-info">
  2168.                    <span>Matthew Reynolds</span>
  2169.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  2170.                  </div>
  2171.                </div>
  2172.                <p class="blog-description"></p>
  2173.                <a href="/his-overarching-influence-in-the-sporting-world-hit-new-heights-in-2025-the-coming-year-threatens-to-take-it-further/" class="read-more-btn">READ MORE</a>
  2174.              </div>
  2175.            </div>
  2176.          
  2177.            <div class="blog-card fade-base">
  2178.              <div class="blog-card-body">
  2179.                <span class="blog-category bg-primary-gradient">News</span>
  2180.                <h3>
  2181.                  <a href="/we-were-fired-and-were-embracing-it-heres-how-to-secure-a-new-role-that-works-your-needs/" class="blog-title">
  2182.                    We Were Fired, and We&#x27;re Embracing It – Here&#x27;s How to Secure a New Role That Works Your Needs
  2183.                  </a>
  2184.                </h3>
  2185.                <div class="blog-meta">
  2186.                  <div class="avatar-placeholder">
  2187.                    
  2188.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" />
  2189.                    
  2190.                  </div>
  2191.                  <div class="meta-info">
  2192.                    <span>Matthew Reynolds</span>
  2193.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  2194.                  </div>
  2195.                </div>
  2196.                <p class="blog-description"></p>
  2197.                <a href="/we-were-fired-and-were-embracing-it-heres-how-to-secure-a-new-role-that-works-your-needs/" class="read-more-btn">READ MORE</a>
  2198.              </div>
  2199.            </div>
  2200.          
  2201.            <div class="blog-card fade-base">
  2202.              <div class="blog-card-body">
  2203.                <span class="blog-category bg-primary-gradient">News</span>
  2204.                <h3>
  2205.                  <a href="/in-excess-of-60000-escape-sudans-city-following-seizure-by-rapid-support-forces-paramilitary-group-un-says/" class="blog-title">
  2206.                    In excess of 60,000 Escape Sudan&#x27;s City Following Seizure by Rapid Support Forces Paramilitary Group, UN Says
  2207.                  </a>
  2208.                </h3>
  2209.                <div class="blog-meta">
  2210.                  <div class="avatar-placeholder">
  2211.                    
  2212.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" />
  2213.                    
  2214.                  </div>
  2215.                  <div class="meta-info">
  2216.                    <span>Matthew Reynolds</span>
  2217.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  2218.                  </div>
  2219.                </div>
  2220.                <p class="blog-description"></p>
  2221.                <a href="/in-excess-of-60000-escape-sudans-city-following-seizure-by-rapid-support-forces-paramilitary-group-un-says/" class="read-more-btn">READ MORE</a>
  2222.              </div>
  2223.            </div>
  2224.          
  2225.            <div class="blog-card fade-base">
  2226.              <div class="blog-card-body">
  2227.                <span class="blog-category bg-primary-gradient">News</span>
  2228.                <h3>
  2229.                  <a href="/stay-active-as-you-are-working-a-dozen-strength-building-workplace-exercises-you-can-do-in-regular-clothes/" class="blog-title">
  2230.                    Stay active as you are working? A dozen strength-building workplace exercises you can do in regular clothes
  2231.                  </a>
  2232.                </h3>
  2233.                <div class="blog-meta">
  2234.                  <div class="avatar-placeholder">
  2235.                    
  2236.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" />
  2237.                    
  2238.                  </div>
  2239.                  <div class="meta-info">
  2240.                    <span>Matthew Reynolds</span>
  2241.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  2242.                  </div>
  2243.                </div>
  2244.                <p class="blog-description"></p>
  2245.                <a href="/stay-active-as-you-are-working-a-dozen-strength-building-workplace-exercises-you-can-do-in-regular-clothes/" class="read-more-btn">READ MORE</a>
  2246.              </div>
  2247.            </div>
  2248.          
  2249.            <div class="blog-card fade-base">
  2250.              <div class="blog-card-body">
  2251.                <span class="blog-category bg-primary-gradient">News</span>
  2252.                <h3>
  2253.                  <a href="/anno-117-pax-romanas-hidden-gem-turns-out-to-be-a-impressive-first-person-view/" class="blog-title">
  2254.                    Anno 117: Pax Romana&#x27;s Hidden Gem Turns Out to Be a Impressive First-Person View.
  2255.                  </a>
  2256.                </h3>
  2257.                <div class="blog-meta">
  2258.                  <div class="avatar-placeholder">
  2259.                    
  2260.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" />
  2261.                    
  2262.                  </div>
  2263.                  <div class="meta-info">
  2264.                    <span>Matthew Reynolds</span>
  2265.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  2266.                  </div>
  2267.                </div>
  2268.                <p class="blog-description"></p>
  2269.                <a href="/anno-117-pax-romanas-hidden-gem-turns-out-to-be-a-impressive-first-person-view/" class="read-more-btn">READ MORE</a>
  2270.              </div>
  2271.            </div>
  2272.          
  2273.            <div class="blog-card fade-base">
  2274.              <div class="blog-card-body">
  2275.                <span class="blog-category bg-primary-gradient">News</span>
  2276.                <h3>
  2277.                  <a href="/us-president-donald-trump-says-for-the-most-part-parties-are-aligned-on-subsequent-phases-of-truce-agreement-for-gaza/" class="blog-title">
  2278.                    US President Donald Trump Says &#x27;For the Most Part, Parties Are Aligned&#x27; on Subsequent Phases of Truce Agreement for Gaza
  2279.                  </a>
  2280.                </h3>
  2281.                <div class="blog-meta">
  2282.                  <div class="avatar-placeholder">
  2283.                    
  2284.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" />
  2285.                    
  2286.                  </div>
  2287.                  <div class="meta-info">
  2288.                    <span>Matthew Reynolds</span>
  2289.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  2290.                  </div>
  2291.                </div>
  2292.                <p class="blog-description"></p>
  2293.                <a href="/us-president-donald-trump-says-for-the-most-part-parties-are-aligned-on-subsequent-phases-of-truce-agreement-for-gaza/" class="read-more-btn">READ MORE</a>
  2294.              </div>
  2295.            </div>
  2296.          
  2297.            <div class="blog-card fade-base">
  2298.              <div class="blog-card-body">
  2299.                <span class="blog-category bg-primary-gradient">News</span>
  2300.                <h3>
  2301.                  <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-swordsnsorcery-heavy-metal-band-castle-rat/" class="blog-title">
  2302.                    ‘My Fantasy Is to Ride a Unicorn Nightly’: Swords’n’Sorcery Heavy Metal Band Castle Rat
  2303.                  </a>
  2304.                </h3>
  2305.                <div class="blog-meta">
  2306.                  <div class="avatar-placeholder">
  2307.                    
  2308.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" />
  2309.                    
  2310.                  </div>
  2311.                  <div class="meta-info">
  2312.                    <span>Matthew Reynolds</span>
  2313.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  2314.                  </div>
  2315.                </div>
  2316.                <p class="blog-description"></p>
  2317.                <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-swordsnsorcery-heavy-metal-band-castle-rat/" class="read-more-btn">READ MORE</a>
  2318.              </div>
  2319.            </div>
  2320.          
  2321.          
  2322.  
  2323.        </div>
  2324.  
  2325.         <div class="col col-lg-4 col-12">
  2326.                
  2327.  
  2328.  
  2329.  
  2330.    
  2331.  
  2332.  
  2333. <!-- Blog Sidebar V2 - Focused Design -->
  2334.  <div class="sidebar mb-3">
  2335.    <!-- Recent Posts Section -->
  2336.    <div class="sidebar-widget mb-5">
  2337.      <div class="widget-title-wrapper mb-3">
  2338.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2339.          <i class="ti-time me-2"></i>Recent Posts
  2340.          <span class="title-arrow-primary"></span>
  2341.        </h4>
  2342.      </div>
  2343.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2344.        <div class="recent-post-list">
  2345.          
  2346.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2347.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2348.                
  2349.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2350.              
  2351.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2352.            </div>
  2353.            <div class="post-content flex-grow-1">
  2354.              <h6 class="post-title mb-2">
  2355.                 <a href="/who-is-al-carns-former-marine-and-labour-minister-with-ambitions-on-the-top-job/" class="text-decoration-none top-color fw-semibold lh-sm">
  2356.                                            Who is Al Carns? Former Marine and Labour Minister with Ambitions on the Top Job
  2357.                                            </a>
  2358.              </h6>
  2359.              <div class="post-meta mb-3">
  2360.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2361.                <!-- <small class="text-muted">
  2362.                  <i class="ti-eye me-1"></i>348 views
  2363.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2364.                </small> -->
  2365.              </div>
  2366.            </div>
  2367.          </div>
  2368.        
  2369.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2370.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2371.                
  2372.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2373.              
  2374.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2375.            </div>
  2376.            <div class="post-content flex-grow-1">
  2377.              <h6 class="post-title mb-2">
  2378.                 <a href="/swiss-ski-resort-fire-victims-receive-care-in-burns-units-throughout-the-continent/" class="text-decoration-none top-color fw-semibold lh-sm">
  2379.                                            Swiss Ski Resort Fire Victims Receive Care in Burns Units Throughout the Continent
  2380.                                            </a>
  2381.              </h6>
  2382.              <div class="post-meta mb-3">
  2383.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2384.                <!-- <small class="text-muted">
  2385.                  <i class="ti-eye me-1"></i>348 views
  2386.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2387.                </small> -->
  2388.              </div>
  2389.            </div>
  2390.          </div>
  2391.        
  2392.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2393.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2394.                
  2395.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2396.              
  2397.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2398.            </div>
  2399.            <div class="post-content flex-grow-1">
  2400.              <h6 class="post-title mb-2">
  2401.                 <a href="/leaders-acknowledge-queens-as-the-president-extends-the-mayor-elect-a-warm-welcome/" class="text-decoration-none top-color fw-semibold lh-sm">
  2402.                                            Leaders Acknowledge Queens as The President Extends The Mayor-Elect a Warm Welcome
  2403.                                            </a>
  2404.              </h6>
  2405.              <div class="post-meta mb-3">
  2406.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2407.                <!-- <small class="text-muted">
  2408.                  <i class="ti-eye me-1"></i>348 views
  2409.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2410.                </small> -->
  2411.              </div>
  2412.            </div>
  2413.          </div>
  2414.        
  2415.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2416.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2417.                
  2418.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2419.              
  2420.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2421.            </div>
  2422.            <div class="post-content flex-grow-1">
  2423.              <h6 class="post-title mb-2">
  2424.                 <a href="/the-decade-of-desire-by-author-erin-somers-the-midlife-adultery-story-this-generation-needs/" class="text-decoration-none top-color fw-semibold lh-sm">
  2425.                                            The Decade of Desire by author Erin Somers: The Midlife Adultery Story This Generation Needs.
  2426.                                            </a>
  2427.              </h6>
  2428.              <div class="post-meta mb-3">
  2429.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2430.                <!-- <small class="text-muted">
  2431.                  <i class="ti-eye me-1"></i>348 views
  2432.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2433.                </small> -->
  2434.              </div>
  2435.            </div>
  2436.          </div>
  2437.        
  2438.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2439.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2440.                
  2441.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2442.              
  2443.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2444.            </div>
  2445.            <div class="post-content flex-grow-1">
  2446.              <h6 class="post-title mb-2">
  2447.                 <a href="/president-zelensky-states-the-nation-was-ten-percent-away-from-a-peace-deal-yet-not-at-any-possible-cost/" class="text-decoration-none top-color fw-semibold lh-sm">
  2448.                                            President Zelensky States The Nation Was Ten Percent Away from a Peace Deal, Yet Not at Any Possible Cost
  2449.                                            </a>
  2450.              </h6>
  2451.              <div class="post-meta mb-3">
  2452.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2453.                <!-- <small class="text-muted">
  2454.                  <i class="ti-eye me-1"></i>348 views
  2455.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2456.                </small> -->
  2457.              </div>
  2458.            </div>
  2459.          </div>
  2460.        
  2461.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2462.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2463.                
  2464.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2465.              
  2466.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2467.            </div>
  2468.            <div class="post-content flex-grow-1">
  2469.              <h6 class="post-title mb-2">
  2470.                 <a href="/the-new-animated-series-introductory-sequence-chose-the-wrong-popular-rpg-show-track/" class="text-decoration-none top-color fw-semibold lh-sm">
  2471.                                            The New Animated Series&#x27; Introductory Sequence Chose the Wrong Popular RPG Show Track
  2472.                                            </a>
  2473.              </h6>
  2474.              <div class="post-meta mb-3">
  2475.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2476.                <!-- <small class="text-muted">
  2477.                  <i class="ti-eye me-1"></i>348 views
  2478.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2479.                </small> -->
  2480.              </div>
  2481.            </div>
  2482.          </div>
  2483.        
  2484.        </div>
  2485.  
  2486.        <div class="text-center mt-4 pt-3 border-top border-light">
  2487.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2488.        </div>
  2489.      </div>
  2490.    </div>
  2491.  
  2492.    
  2493.    <div class="sidebar-widget mb-4">
  2494.      <div class="widget-title-wrapper mb-3">
  2495.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2496.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2497.          <span class="title-arrow"></span>
  2498.        </h4>
  2499.      </div>
  2500.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2501.        <div class="blog-roll-list scrollable-sidebar">
  2502.          
  2503.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2504.            <a href="https://gamingamerica.com/online-casinos/crypto" class="text-decoration-none " rel="dofollow">
  2505.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2506.                <i class="ti-angle-right me-2 text-primary"></i>
  2507.                bitcoin casinos
  2508.              </h6>
  2509.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2510.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2511.              </div> -->
  2512.            </a>
  2513.          </div>
  2514.          
  2515.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2516.            <a href="https://maineanencyclopedia.com/" class="text-decoration-none " rel="dofollow">
  2517.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2518.                <i class="ti-angle-right me-2 text-primary"></i>
  2519.                bitcoin casino
  2520.              </h6>
  2521.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2522.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2523.              </div> -->
  2524.            </a>
  2525.          </div>
  2526.          
  2527.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2528.            <a href="https://www.ancient-egypt.org/" class="text-decoration-none " rel="dofollow">
  2529.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2530.                <i class="ti-angle-right me-2 text-primary"></i>
  2531.                no kyc crypto casinos
  2532.              </h6>
  2533.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2534.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2535.              </div> -->
  2536.            </a>
  2537.          </div>
  2538.          
  2539.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2540.            <a href="https://www.stitcherstudios.com/no-kyc-casinos" class="text-decoration-none " rel="dofollow">
  2541.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2542.                <i class="ti-angle-right me-2 text-primary"></i>
  2543.                bitcoin casino
  2544.              </h6>
  2545.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2546.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2547.              </div> -->
  2548.            </a>
  2549.          </div>
  2550.          
  2551.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2552.            <a href="https://cryptonews.com/cryptocurrency/bitcoin-casinos/" class="text-decoration-none " rel="dofollow">
  2553.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2554.                <i class="ti-angle-right me-2 text-primary"></i>
  2555.                bitcoin casino
  2556.              </h6>
  2557.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2558.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2559.              </div> -->
  2560.            </a>
  2561.          </div>
  2562.          
  2563.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2564.            <a href="https://www.cma2019.ca/" class="text-decoration-none " rel="dofollow">
  2565.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2566.                <i class="ti-angle-right me-2 text-primary"></i>
  2567.                casino en ligne
  2568.              </h6>
  2569.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2570.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2571.              </div> -->
  2572.            </a>
  2573.          </div>
  2574.          
  2575.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2576.            <a href="https://www.lacopropriete.info/" class="text-decoration-none " rel="dofollow">
  2577.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2578.                <i class="ti-angle-right me-2 text-primary"></i>
  2579.                casino en ligne le plus payant
  2580.              </h6>
  2581.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2582.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2583.              </div> -->
  2584.            </a>
  2585.          </div>
  2586.          
  2587.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2588.            <a href="https://espacelafontaine.com/" class="text-decoration-none " rel="dofollow">
  2589.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2590.                <i class="ti-angle-right me-2 text-primary"></i>
  2591.                casino en ligne
  2592.              </h6>
  2593.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2594.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2595.              </div> -->
  2596.            </a>
  2597.          </div>
  2598.          
  2599.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2600.            <a href="https://www.ravenszone.net/" class="text-decoration-none " rel="dofollow">
  2601.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2602.                <i class="ti-angle-right me-2 text-primary"></i>
  2603.                bitcoin casino
  2604.              </h6>
  2605.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2606.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2607.              </div> -->
  2608.            </a>
  2609.          </div>
  2610.          
  2611.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2612.            <a href="https://ncela.us/" class="text-decoration-none " rel="dofollow">
  2613.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2614.                <i class="ti-angle-right me-2 text-primary"></i>
  2615.                crypto casino
  2616.              </h6>
  2617.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2618.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2619.              </div> -->
  2620.            </a>
  2621.          </div>
  2622.          
  2623.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2624.            <a href="https://icerockmining.io/" class="text-decoration-none " rel="dofollow">
  2625.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2626.                <i class="ti-angle-right me-2 text-primary"></i>
  2627.                bitcoin casinos
  2628.              </h6>
  2629.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2630.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2631.              </div> -->
  2632.            </a>
  2633.          </div>
  2634.          
  2635.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2636.            <a href="https://www.embassyofmorocco.us/" class="text-decoration-none " rel="dofollow">
  2637.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2638.                <i class="ti-angle-right me-2 text-primary"></i>
  2639.                best no kyc casinos
  2640.              </h6>
  2641.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2642.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2643.              </div> -->
  2644.            </a>
  2645.          </div>
  2646.          
  2647.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2648.            <a href="https://on360.ca/" class="text-decoration-none " rel="dofollow">
  2649.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2650.                <i class="ti-angle-right me-2 text-primary"></i>
  2651.                online casino
  2652.              </h6>
  2653.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2654.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2655.              </div> -->
  2656.            </a>
  2657.          </div>
  2658.          
  2659.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2660.            <a href="https://www.itworldcanada.com/" class="text-decoration-none " rel="dofollow">
  2661.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2662.                <i class="ti-angle-right me-2 text-primary"></i>
  2663.                online casino
  2664.              </h6>
  2665.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2666.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2667.              </div> -->
  2668.            </a>
  2669.          </div>
  2670.          
  2671.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2672.            <a href="https://tokenist.com/crypto-casinos/canada/" class="text-decoration-none " rel="dofollow">
  2673.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2674.                <i class="ti-angle-right me-2 text-primary"></i>
  2675.                bitcoin casino canada
  2676.              </h6>
  2677.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2678.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2679.              </div> -->
  2680.            </a>
  2681.          </div>
  2682.          
  2683.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2684.            <a href="https://gamingamerica.com/paris-sportifs-canada/coupe-du-monde" class="text-decoration-none " rel="dofollow">
  2685.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2686.                <i class="ti-angle-right me-2 text-primary"></i>
  2687.                offres de paris la coupe du monde
  2688.              </h6>
  2689.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2690.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2691.              </div> -->
  2692.            </a>
  2693.          </div>
  2694.          
  2695.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2696.            <a href="https://gamingamerica.com/casino-en-ligne-canada/blackjack" class="text-decoration-none " rel="dofollow">
  2697.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2698.                <i class="ti-angle-right me-2 text-primary"></i>
  2699.                casino blackjack en ligne
  2700.              </h6>
  2701.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2702.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2703.              </div> -->
  2704.            </a>
  2705.          </div>
  2706.          
  2707.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2708.            <a href="https://gamingamerica.com/casino-en-ligne-canada/roulette" class="text-decoration-none " rel="dofollow">
  2709.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2710.                <i class="ti-angle-right me-2 text-primary"></i>
  2711.                casino en ligne roulette
  2712.              </h6>
  2713.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2714.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2715.              </div> -->
  2716.            </a>
  2717.          </div>
  2718.          
  2719.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2720.            <a href="https://gamingamerica.com/casino-en-ligne-canada/crypto" class="text-decoration-none " rel="dofollow">
  2721.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2722.                <i class="ti-angle-right me-2 text-primary"></i>
  2723.                bitcoin casino
  2724.              </h6>
  2725.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2726.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2727.              </div> -->
  2728.            </a>
  2729.          </div>
  2730.          
  2731.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2732.            <a href="https://gamingamerica.com/paris-sportifs-canada" class="text-decoration-none " rel="dofollow">
  2733.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2734.                <i class="ti-angle-right me-2 text-primary"></i>
  2735.                paris sportif canada
  2736.              </h6>
  2737.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2738.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2739.              </div> -->
  2740.            </a>
  2741.          </div>
  2742.          
  2743.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2744.            <a href="https://www.sportscasting.com/gambling/international/canada/casino-en-ligne/" class="text-decoration-none " rel="dofollow">
  2745.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2746.                <i class="ti-angle-right me-2 text-primary"></i>
  2747.                top 10 casino en ligne canada
  2748.              </h6>
  2749.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2750.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2751.              </div> -->
  2752.            </a>
  2753.          </div>
  2754.          
  2755.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2756.            <a href="https://www.lequotidiendusport.fr/casino-en-ligne/canada/" class="text-decoration-none " rel="dofollow">
  2757.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2758.                <i class="ti-angle-right me-2 text-primary"></i>
  2759.                casino en ligne canadien
  2760.              </h6>
  2761.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2762.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2763.              </div> -->
  2764.            </a>
  2765.          </div>
  2766.          
  2767.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2768.            <a href="https://www.escapistmagazine.com/fr/guides/casino-en-ligne-canada/" class="text-decoration-none " rel="dofollow">
  2769.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2770.                <i class="ti-angle-right me-2 text-primary"></i>
  2771.                meilleur casino en ligne
  2772.              </h6>
  2773.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2774.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2775.              </div> -->
  2776.            </a>
  2777.          </div>
  2778.          
  2779.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2780.            <a href="https://www.gameshub.com/fr/canada/casino-en-ligne/" class="text-decoration-none " rel="dofollow">
  2781.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2782.                <i class="ti-angle-right me-2 text-primary"></i>
  2783.                casino en ligne canada
  2784.              </h6>
  2785.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2786.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2787.              </div> -->
  2788.            </a>
  2789.          </div>
  2790.          
  2791.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2792.            <a href="https://www.campagnepourlalecture.ca/" class="text-decoration-none " rel="dofollow">
  2793.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2794.                <i class="ti-angle-right me-2 text-primary"></i>
  2795.                casino en ligne
  2796.              </h6>
  2797.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2798.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2799.              </div> -->
  2800.            </a>
  2801.          </div>
  2802.          
  2803.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2804.            <a href="https://www.nouvelles-esthetiques.ca/" class="text-decoration-none " rel="dofollow">
  2805.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2806.                <i class="ti-angle-right me-2 text-primary"></i>
  2807.                paris sportif canada
  2808.              </h6>
  2809.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2810.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2811.              </div> -->
  2812.            </a>
  2813.          </div>
  2814.          
  2815.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2816.            <a href="https://www.stitcherstudios.com/crypto-casinos" class="text-decoration-none " rel="dofollow">
  2817.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2818.                <i class="ti-angle-right me-2 text-primary"></i>
  2819.                crypto casino
  2820.              </h6>
  2821.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2822.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2823.              </div> -->
  2824.            </a>
  2825.          </div>
  2826.          
  2827.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2828.            <a href="https://www.guardknox.com/" class="text-decoration-none " rel="dofollow">
  2829.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2830.                <i class="ti-angle-right me-2 text-primary"></i>
  2831.                bitcoin casino
  2832.              </h6>
  2833.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2834.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2835.              </div> -->
  2836.            </a>
  2837.          </div>
  2838.          
  2839.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2840.            <a href="https://www.station16gallery.com/" class="text-decoration-none " rel="dofollow">
  2841.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2842.                <i class="ti-angle-right me-2 text-primary"></i>
  2843.                betting sites canada
  2844.              </h6>
  2845.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2846.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2847.              </div> -->
  2848.            </a>
  2849.          </div>
  2850.          
  2851.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2852.            <a href="https://on360.ca/" class="text-decoration-none " rel="dofollow">
  2853.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2854.                <i class="ti-angle-right me-2 text-primary"></i>
  2855.                online casinos
  2856.              </h6>
  2857.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2858.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2859.              </div> -->
  2860.            </a>
  2861.          </div>
  2862.          
  2863.  
  2864.        </div>
  2865. <!--
  2866.        <div class="text-center mt-4 pt-3 border-top border-light">
  2867.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2868.        </div> -->
  2869.      </div>
  2870.    </div>
  2871.    
  2872.    <div class="sidebar-widget mb-4">
  2873.      <div class="widget-title-wrapper mb-3">
  2874.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2875.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2876.          <span class="title-arrow"></span>
  2877.        </h4>
  2878.      </div>
  2879.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2880.        <div class="blog-roll-list scrollable-sidebar">
  2881.          
  2882.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2883.            <a href="https://homeworkhelponline.ca/" class="text-decoration-none " rel="dofollow">
  2884.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2885.                <i class="ti-angle-right me-2 text-primary"></i>
  2886.                online casinos
  2887.              </h6>
  2888.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2889.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2890.              </div> -->
  2891.            </a>
  2892.          </div>
  2893.          
  2894.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2895.            <a href="https://bankingombuds.ca/" class="text-decoration-none " rel="dofollow">
  2896.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2897.                <i class="ti-angle-right me-2 text-primary"></i>
  2898.                online casinos
  2899.              </h6>
  2900.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2901.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2902.              </div> -->
  2903.            </a>
  2904.          </div>
  2905.          
  2906.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2907.            <a href="https://hriportal.ca/" class="text-decoration-none " rel="dofollow">
  2908.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2909.                <i class="ti-angle-right me-2 text-primary"></i>
  2910.                online casino
  2911.              </h6>
  2912.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2913.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2914.              </div> -->
  2915.            </a>
  2916.          </div>
  2917.          
  2918.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2919.            <a href="https://delbarber.com/" class="text-decoration-none " rel="dofollow">
  2920.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2921.                <i class="ti-angle-right me-2 text-primary"></i>
  2922.                online casino
  2923.              </h6>
  2924.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2925.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2926.              </div> -->
  2927.            </a>
  2928.          </div>
  2929.          
  2930.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2931.            <a href="https://gameplayspace.com/" class="text-decoration-none " rel="dofollow">
  2932.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2933.                <i class="ti-angle-right me-2 text-primary"></i>
  2934.                online casino
  2935.              </h6>
  2936.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2937.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2938.              </div> -->
  2939.            </a>
  2940.          </div>
  2941.          
  2942.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2943.            <a href="https://projectunderstood.ca/" class="text-decoration-none " rel="dofollow">
  2944.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2945.                <i class="ti-angle-right me-2 text-primary"></i>
  2946.                online casino
  2947.              </h6>
  2948.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2949.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2950.              </div> -->
  2951.            </a>
  2952.          </div>
  2953.          
  2954.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2955.            <a href="https://www.directioninformatique.com/" class="text-decoration-none " rel="dofollow">
  2956.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2957.                <i class="ti-angle-right me-2 text-primary"></i>
  2958.                meilleur casino en ligne
  2959.              </h6>
  2960.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2961.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2962.              </div> -->
  2963.            </a>
  2964.          </div>
  2965.          
  2966.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2967.            <a href="https://www.lacopropriete.info/" class="text-decoration-none " rel="dofollow">
  2968.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2969.                <i class="ti-angle-right me-2 text-primary"></i>
  2970.                casino en ligne québec
  2971.              </h6>
  2972.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2973.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2974.              </div> -->
  2975.            </a>
  2976.          </div>
  2977.          
  2978.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2979.            <a href="https://www.sustainablehealthsystems.ca/" class="text-decoration-none " rel="dofollow">
  2980.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2981.                <i class="ti-angle-right me-2 text-primary"></i>
  2982.                online casino
  2983.              </h6>
  2984.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2985.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2986.              </div> -->
  2987.            </a>
  2988.          </div>
  2989.          
  2990.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2991.            <a href="https://www.governancevote.ca/" class="text-decoration-none " rel="dofollow">
  2992.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2993.                <i class="ti-angle-right me-2 text-primary"></i>
  2994.                real money casino
  2995.              </h6>
  2996.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2997.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2998.              </div> -->
  2999.            </a>
  3000.          </div>
  3001.          
  3002.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3003.            <a href="https://www.smartsaver.org/" class="text-decoration-none " rel="dofollow">
  3004.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3005.                <i class="ti-angle-right me-2 text-primary"></i>
  3006.                online casino
  3007.              </h6>
  3008.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3009.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3010.              </div> -->
  3011.            </a>
  3012.          </div>
  3013.          
  3014.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3015.            <a href="https://heartandlung.ca/" class="text-decoration-none " rel="dofollow">
  3016.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3017.                <i class="ti-angle-right me-2 text-primary"></i>
  3018.                online casino
  3019.              </h6>
  3020.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3021.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3022.              </div> -->
  3023.            </a>
  3024.          </div>
  3025.          
  3026.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3027.            <a href="https://www.itwc.ca/" class="text-decoration-none " rel="dofollow">
  3028.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3029.                <i class="ti-angle-right me-2 text-primary"></i>
  3030.                online casino
  3031.              </h6>
  3032.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3033.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3034.              </div> -->
  3035.            </a>
  3036.          </div>
  3037.          
  3038.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3039.            <a href="https://www.fastestpayoutonlinecasino.com/" class="text-decoration-none " rel="dofollow">
  3040.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3041.                <i class="ti-angle-right me-2 text-primary"></i>
  3042.                online casino
  3043.              </h6>
  3044.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3045.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3046.              </div> -->
  3047.            </a>
  3048.          </div>
  3049.          
  3050.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3051.            <a href="https://prince-edward-county.com/" class="text-decoration-none " rel="dofollow">
  3052.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3053.                <i class="ti-angle-right me-2 text-primary"></i>
  3054.                online casinos
  3055.              </h6>
  3056.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3057.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3058.              </div> -->
  3059.            </a>
  3060.          </div>
  3061.          
  3062.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3063.            <a href="https://gamingamerica.com/casino-en-ligne-canada/nouveau" class="text-decoration-none " rel="dofollow">
  3064.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3065.                <i class="ti-angle-right me-2 text-primary"></i>
  3066.                meilleur nouveau casino en ligne
  3067.              </h6>
  3068.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3069.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3070.              </div> -->
  3071.            </a>
  3072.          </div>
  3073.          
  3074.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3075.            <a href="https://www.thehpalliance.org/" class="text-decoration-none " rel="dofollow">
  3076.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3077.                <i class="ti-angle-right me-2 text-primary"></i>
  3078.                online casinos
  3079.              </h6>
  3080.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3081.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3082.              </div> -->
  3083.            </a>
  3084.          </div>
  3085.          
  3086.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3087.            <a href="https://www.goodfoodawards.org/" class="text-decoration-none " rel="dofollow">
  3088.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3089.                <i class="ti-angle-right me-2 text-primary"></i>
  3090.                online casino
  3091.              </h6>
  3092.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3093.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3094.              </div> -->
  3095.            </a>
  3096.          </div>
  3097.          
  3098.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3099.            <a href="https://www.chamoisniortais.fr" class="text-decoration-none " rel="dofollow">
  3100.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3101.                <i class="ti-angle-right me-2 text-primary"></i>
  3102.                meilleur casino en ligne
  3103.              </h6>
  3104.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3105.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3106.              </div> -->
  3107.            </a>
  3108.          </div>
  3109.          
  3110.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3111.            <a href="https://theroar.io/" class="text-decoration-none " rel="dofollow">
  3112.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3113.                <i class="ti-angle-right me-2 text-primary"></i>
  3114.                crypto casinos
  3115.              </h6>
  3116.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3117.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3118.              </div> -->
  3119.            </a>
  3120.          </div>
  3121.          
  3122.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3123.            <a href="https://synapsec.ca/" class="text-decoration-none " rel="dofollow">
  3124.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3125.                <i class="ti-angle-right me-2 text-primary"></i>
  3126.                casino en ligne
  3127.              </h6>
  3128.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3129.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3130.              </div> -->
  3131.            </a>
  3132.          </div>
  3133.          
  3134.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3135.            <a href="https://www.esports.net/casino-en-ligne-canada/" class="text-decoration-none " rel="dofollow">
  3136.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3137.                <i class="ti-angle-right me-2 text-primary"></i>
  3138.                casino en ligne
  3139.              </h6>
  3140.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3141.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3142.              </div> -->
  3143.            </a>
  3144.          </div>
  3145.          
  3146.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3147.            <a href="https://rmne.ca/" class="text-decoration-none " rel="dofollow">
  3148.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3149.                <i class="ti-angle-right me-2 text-primary"></i>
  3150.                casino en ligne
  3151.              </h6>
  3152.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3153.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3154.              </div> -->
  3155.            </a>
  3156.          </div>
  3157.          
  3158.  
  3159.        </div>
  3160. <!--
  3161.        <div class="text-center mt-4 pt-3 border-top border-light">
  3162.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3163.        </div> -->
  3164.      </div>
  3165.    </div>
  3166.    
  3167.    <div class="sidebar-widget mb-4">
  3168.      <div class="widget-title-wrapper mb-3">
  3169.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3170.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3171.          <span class="title-arrow"></span>
  3172.        </h4>
  3173.      </div>
  3174.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3175.        <div class="blog-roll-list scrollable-sidebar">
  3176.          
  3177.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3178.            <a href="https://www.mugdock-country-park.org.uk/" class="text-decoration-none " rel="dofollow">
  3179.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3180.                <i class="ti-angle-right me-2 text-primary"></i>
  3181.                new non GamStop casinos
  3182.              </h6>
  3183.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3184.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3185.              </div> -->
  3186.            </a>
  3187.          </div>
  3188.          
  3189.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3190.            <a href="https://gamingamerica.com/casino-en-ligne-canada/nouveau" class="text-decoration-none " rel="dofollow">
  3191.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3192.                <i class="ti-angle-right me-2 text-primary"></i>
  3193.                casino en ligne canada nouveau
  3194.              </h6>
  3195.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3196.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3197.              </div> -->
  3198.            </a>
  3199.          </div>
  3200.          
  3201.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3202.            <a href="https://www.lequotidiendusport.fr/paris-sportif/canada/" class="text-decoration-none " rel="dofollow">
  3203.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3204.                <i class="ti-angle-right me-2 text-primary"></i>
  3205.                site de paris sportif
  3206.              </h6>
  3207.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3208.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3209.              </div> -->
  3210.            </a>
  3211.          </div>
  3212.          
  3213.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3214.            <a href="https://www.cardplayer.com/fr/casino-en-ligne/casino-en-ligne-canada" class="text-decoration-none " rel="dofollow">
  3215.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3216.                <i class="ti-angle-right me-2 text-primary"></i>
  3217.                meilleur casino en ligne canada
  3218.              </h6>
  3219.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3220.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3221.              </div> -->
  3222.            </a>
  3223.          </div>
  3224.          
  3225.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3226.            <a href="https://www.accordrstm.ca/" class="text-decoration-none " rel="dofollow">
  3227.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3228.                <i class="ti-angle-right me-2 text-primary"></i>
  3229.                casino en ligne québec
  3230.              </h6>
  3231.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3232.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3233.              </div> -->
  3234.            </a>
  3235.          </div>
  3236.          
  3237.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3238.            <a href="https://www.beachhousevictoria.com/" class="text-decoration-none " rel="dofollow">
  3239.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3240.                <i class="ti-angle-right me-2 text-primary"></i>
  3241.                betting sites canada
  3242.              </h6>
  3243.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3244.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3245.              </div> -->
  3246.            </a>
  3247.          </div>
  3248.          
  3249.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3250.            <a href="https://cruxgg.com/" class="text-decoration-none " rel="dofollow">
  3251.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3252.                <i class="ti-angle-right me-2 text-primary"></i>
  3253.                online casino
  3254.              </h6>
  3255.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3256.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3257.              </div> -->
  3258.            </a>
  3259.          </div>
  3260.          
  3261.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3262.            <a href="https://nbhrf.com/" class="text-decoration-none " rel="dofollow">
  3263.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3264.                <i class="ti-angle-right me-2 text-primary"></i>
  3265.                online casino
  3266.              </h6>
  3267.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3268.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3269.              </div> -->
  3270.            </a>
  3271.          </div>
  3272.          
  3273.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3274.            <a href="https://wirkn.com/" class="text-decoration-none " rel="dofollow">
  3275.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3276.                <i class="ti-angle-right me-2 text-primary"></i>
  3277.                betting sites canada
  3278.              </h6>
  3279.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3280.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3281.              </div> -->
  3282.            </a>
  3283.          </div>
  3284.          
  3285.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3286.            <a href="https://www.od4d.net/" class="text-decoration-none " rel="dofollow">
  3287.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3288.                <i class="ti-angle-right me-2 text-primary"></i>
  3289.                online casino
  3290.              </h6>
  3291.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3292.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3293.              </div> -->
  3294.            </a>
  3295.          </div>
  3296.          
  3297.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3298.            <a href="https://www.albertaoilmagazine.com/" class="text-decoration-none " rel="dofollow">
  3299.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3300.                <i class="ti-angle-right me-2 text-primary"></i>
  3301.                online casinos
  3302.              </h6>
  3303.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3304.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3305.              </div> -->
  3306.            </a>
  3307.          </div>
  3308.          
  3309.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3310.            <a href="https://margelo.io/" class="text-decoration-none " rel="dofollow">
  3311.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3312.                <i class="ti-angle-right me-2 text-primary"></i>
  3313.                new betting sites
  3314.              </h6>
  3315.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3316.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3317.              </div> -->
  3318.            </a>
  3319.          </div>
  3320.          
  3321.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3322.            <a href="https://www.gftc.ca/" class="text-decoration-none " rel="dofollow">
  3323.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3324.                <i class="ti-angle-right me-2 text-primary"></i>
  3325.                betting sites
  3326.              </h6>
  3327.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3328.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3329.              </div> -->
  3330.            </a>
  3331.          </div>
  3332.          
  3333.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3334.            <a href="https://newurbanmechanics.org/" class="text-decoration-none " rel="dofollow">
  3335.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3336.                <i class="ti-angle-right me-2 text-primary"></i>
  3337.                online casino
  3338.              </h6>
  3339.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3340.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3341.              </div> -->
  3342.            </a>
  3343.          </div>
  3344.          
  3345.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3346.            <a href="https://energypoverty.ca/" class="text-decoration-none " rel="dofollow">
  3347.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3348.                <i class="ti-angle-right me-2 text-primary"></i>
  3349.                online casino
  3350.              </h6>
  3351.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3352.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3353.              </div> -->
  3354.            </a>
  3355.          </div>
  3356.          
  3357.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3358.            <a href="https://www.lacopropriete.info/" class="text-decoration-none " rel="dofollow">
  3359.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3360.                <i class="ti-angle-right me-2 text-primary"></i>
  3361.                casino en ligne
  3362.              </h6>
  3363.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3364.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3365.              </div> -->
  3366.            </a>
  3367.          </div>
  3368.          
  3369.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3370.            <a href="https://www.northernstars.ca/" class="text-decoration-none " rel="dofollow">
  3371.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3372.                <i class="ti-angle-right me-2 text-primary"></i>
  3373.                online casino
  3374.              </h6>
  3375.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3376.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3377.              </div> -->
  3378.            </a>
  3379.          </div>
  3380.          
  3381.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3382.            <a href="https://www.bluecanoetheatrical.ca/" class="text-decoration-none " rel="dofollow">
  3383.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3384.                <i class="ti-angle-right me-2 text-primary"></i>
  3385.                online casino
  3386.              </h6>
  3387.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3388.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3389.              </div> -->
  3390.            </a>
  3391.          </div>
  3392.          
  3393.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3394.            <a href="https://www.devmcgill.com/" class="text-decoration-none " rel="dofollow">
  3395.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3396.                <i class="ti-angle-right me-2 text-primary"></i>
  3397.                online casino
  3398.              </h6>
  3399.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3400.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3401.              </div> -->
  3402.            </a>
  3403.          </div>
  3404.          
  3405.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3406.            <a href="https://www.brainchildmag.com/" class="text-decoration-none " rel="dofollow">
  3407.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3408.                <i class="ti-angle-right me-2 text-primary"></i>
  3409.                online casino
  3410.              </h6>
  3411.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3412.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3413.              </div> -->
  3414.            </a>
  3415.          </div>
  3416.          
  3417.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3418.            <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none " rel="dofollow">
  3419.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3420.                <i class="ti-angle-right me-2 text-primary"></i>
  3421.                betting sites
  3422.              </h6>
  3423.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3424.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3425.              </div> -->
  3426.            </a>
  3427.          </div>
  3428.          
  3429.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3430.            <a href="https://daydreaminginparadise.com/" class="text-decoration-none " rel="dofollow">
  3431.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3432.                <i class="ti-angle-right me-2 text-primary"></i>
  3433.                online casino
  3434.              </h6>
  3435.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3436.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3437.              </div> -->
  3438.            </a>
  3439.          </div>
  3440.          
  3441.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3442.            <a href="https://loplops.com/" class="text-decoration-none " rel="dofollow">
  3443.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3444.                <i class="ti-angle-right me-2 text-primary"></i>
  3445.                online casino
  3446.              </h6>
  3447.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3448.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3449.              </div> -->
  3450.            </a>
  3451.          </div>
  3452.          
  3453.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3454.            <a href="https://www.albertaoilmagazine.com/" class="text-decoration-none " rel="dofollow">
  3455.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3456.                <i class="ti-angle-right me-2 text-primary"></i>
  3457.                online casino
  3458.              </h6>
  3459.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3460.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3461.              </div> -->
  3462.            </a>
  3463.          </div>
  3464.          
  3465.  
  3466.        </div>
  3467. <!--
  3468.        <div class="text-center mt-4 pt-3 border-top border-light">
  3469.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3470.        </div> -->
  3471.      </div>
  3472.    </div>
  3473.    
  3474.    <div class="sidebar-widget mb-4">
  3475.      <div class="widget-title-wrapper mb-3">
  3476.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3477.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3478.          <span class="title-arrow"></span>
  3479.        </h4>
  3480.      </div>
  3481.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3482.        <div class="blog-roll-list scrollable-sidebar">
  3483.          
  3484.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3485.            <a href="https://www.musicaltoronto.org/" class="text-decoration-none " rel="dofollow">
  3486.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3487.                <i class="ti-angle-right me-2 text-primary"></i>
  3488.                online casinos
  3489.              </h6>
  3490.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3491.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3492.              </div> -->
  3493.            </a>
  3494.          </div>
  3495.          
  3496.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3497.            <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none " rel="dofollow">
  3498.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3499.                <i class="ti-angle-right me-2 text-primary"></i>
  3500.                new betting sites uk
  3501.              </h6>
  3502.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3503.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3504.              </div> -->
  3505.            </a>
  3506.          </div>
  3507.          
  3508.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3509.            <a href="https://www.placedumarche.fr/" class="text-decoration-none " rel="dofollow">
  3510.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3511.                <i class="ti-angle-right me-2 text-primary"></i>
  3512.                casino en ligne
  3513.              </h6>
  3514.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3515.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3516.              </div> -->
  3517.            </a>
  3518.          </div>
  3519.          
  3520.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3521.            <a href="https://micharity.com/" class="text-decoration-none " rel="dofollow">
  3522.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3523.                <i class="ti-angle-right me-2 text-primary"></i>
  3524.                online casino
  3525.              </h6>
  3526.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3527.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3528.              </div> -->
  3529.            </a>
  3530.          </div>
  3531.          
  3532.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3533.            <a href="https://crystalshawanda.co/" class="text-decoration-none " rel="dofollow">
  3534.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3535.                <i class="ti-angle-right me-2 text-primary"></i>
  3536.                online casino
  3537.              </h6>
  3538.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3539.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3540.              </div> -->
  3541.            </a>
  3542.          </div>
  3543.          
  3544.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3545.            <a href="https://startuparound.com/" class="text-decoration-none " rel="dofollow">
  3546.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3547.                <i class="ti-angle-right me-2 text-primary"></i>
  3548.                online casino
  3549.              </h6>
  3550.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3551.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3552.              </div> -->
  3553.            </a>
  3554.          </div>
  3555.          
  3556.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3557.            <a href="https://www.balmoralresources.com/" class="text-decoration-none " rel="dofollow">
  3558.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3559.                <i class="ti-angle-right me-2 text-primary"></i>
  3560.                online casino
  3561.              </h6>
  3562.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3563.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3564.              </div> -->
  3565.            </a>
  3566.          </div>
  3567.          
  3568.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3569.            <a href="https://nordicbridges.ca/" class="text-decoration-none " rel="dofollow">
  3570.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3571.                <i class="ti-angle-right me-2 text-primary"></i>
  3572.                online casino
  3573.              </h6>
  3574.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3575.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3576.              </div> -->
  3577.            </a>
  3578.          </div>
  3579.          
  3580.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3581.            <a href="https://watergovernance.ca/" class="text-decoration-none " rel="dofollow">
  3582.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3583.                <i class="ti-angle-right me-2 text-primary"></i>
  3584.                online casino
  3585.              </h6>
  3586.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3587.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3588.              </div> -->
  3589.            </a>
  3590.          </div>
  3591.          
  3592.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3593.            <a href="https://autismspeaks.ca" class="text-decoration-none " rel="dofollow">
  3594.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3595.                <i class="ti-angle-right me-2 text-primary"></i>
  3596.                online casino
  3597.              </h6>
  3598.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3599.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3600.              </div> -->
  3601.            </a>
  3602.          </div>
  3603.          
  3604.  
  3605.        </div>
  3606. <!--
  3607.        <div class="text-center mt-4 pt-3 border-top border-light">
  3608.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3609.        </div> -->
  3610.      </div>
  3611.    </div>
  3612.    
  3613.  </div>
  3614.  
  3615. <!-- Sidebar V2 Styles -->
  3616. <style>
  3617.  .sidebar-widget {
  3618.    position: relative;
  3619.  }
  3620.  
  3621.  .widget-title {
  3622.    font-size: 1.1rem;
  3623.    font-weight: 700;
  3624.    display: inline-block;
  3625.    position: relative;
  3626.    z-index: 2;
  3627.    border-radius: 0;
  3628.  }
  3629.  
  3630.  /* Green arrow for August Blog Roll */
  3631.  .title-arrow::after {
  3632.    content: '';
  3633.    position: absolute;
  3634.    top: 0;
  3635.    right: -22px;
  3636.    width: 0;
  3637.    height: 0;
  3638.    border-left: 22px solid var(--bs-primary);
  3639.    border-top: 22px solid transparent;
  3640.    border-bottom: 22px solid transparent;
  3641.    z-index: 1;
  3642.  }
  3643.  
  3644.  /* Blue arrow for Recent Posts */
  3645.  .title-arrow-primary::after {
  3646.    content: '';
  3647.    position: absolute;
  3648.    top: 0;
  3649.    right: -22px;
  3650.    width: 0;
  3651.    height: 0;
  3652.    border-left: 22px solid var(--bs-primary);
  3653.    border-top: 22px solid transparent;
  3654.    border-bottom: 22px solid transparent;
  3655.    z-index: 1;
  3656.  }
  3657.  
  3658.  .widget-content {
  3659.    margin-top: -1px;
  3660.    position: relative;
  3661.    z-index: 1;
  3662.     background-color: var(--card-bg);
  3663.  }
  3664.  
  3665.  /* Blog Roll Items Hover Effects */
  3666.  .blog-roll-item:hover .blog-title {
  3667.    color: #198754 !important;
  3668.    transform: translateX(5px);
  3669.    transition: all 0.3s ease;
  3670.  }
  3671.  
  3672.  /* Recent Post Items Hover Effects */
  3673.  .recent-post-item:hover .post-title a {
  3674.    color: #0d6efd !important;
  3675.    transition: color 0.3s ease;
  3676.  }
  3677.  
  3678.  .recent-post-item:hover .post-image img {
  3679.    transform: scale(1.05);
  3680.    transition: transform 0.3s ease;
  3681.  }
  3682.  
  3683.  /* Button Hover Effects */
  3684.  .btn:hover {
  3685.    transform: translateY(-2px);
  3686.    transition: all 0.3s ease;
  3687.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3688.  }
  3689.  
  3690.  /* Badge Hover Effects */
  3691.  .badge:hover {
  3692.    transform: scale(1.05);
  3693.    transition: transform 0.3s ease;
  3694.  }
  3695.  
  3696.  @media (max-width: 991px) {
  3697.    .sidebar {
  3698.      margin-top: 3rem;
  3699.    }
  3700.  }
  3701.  
  3702.  @media (max-width: 576px) {
  3703.    .widget-title {
  3704.      font-size: 1rem;
  3705.      padding: 0.75rem 1rem !important;
  3706.    }
  3707.  
  3708.    .title-arrow::after,
  3709.    .title-arrow-primary::after {
  3710.      right: -18px;
  3711.      border-left-width: 18px;
  3712.      border-top-width: 18px;
  3713.      border-bottom-width: 18px;
  3714.    }
  3715.  
  3716.    .post-image {
  3717.      width: 70px !important;
  3718.      height: 55px !important;
  3719.    }
  3720.  
  3721.    .blog-meta {
  3722.      flex-direction: column !important;
  3723.      align-items: flex-start !important;
  3724.      gap: 0.5rem;
  3725.    }
  3726.  }
  3727. </style>
  3728.  
  3729.    
  3730.            </div>
  3731.      </div>
  3732.    </div>
  3733.  </section>
  3734.  
  3735.  <script>
  3736.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  3737.    document.addEventListener('DOMContentLoaded', function () {
  3738.      // Fallback if IntersectionObserver unavailable
  3739.      if (!('IntersectionObserver' in window)) {
  3740.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  3741.        return;
  3742.      }
  3743.  
  3744.      let lastY = window.pageYOffset || 0;
  3745.      let scrollDir = 'down';
  3746.      let ticking = false;
  3747.  
  3748.      // Jank-free scroll direction tracking
  3749.      window.addEventListener('scroll', () => {
  3750.        const y = window.pageYOffset || 0;
  3751.        if (!ticking) {
  3752.          requestAnimationFrame(() => {
  3753.            scrollDir = y > lastY ? 'down' : 'up';
  3754.            lastY = y <= 0 ? 0 : y;
  3755.            ticking = false;
  3756.          });
  3757.          ticking = true;
  3758.        }
  3759.      }, { passive: true });
  3760.  
  3761.      const options = {
  3762.        threshold: 0.18,
  3763.        rootMargin: '0px 0px -8% 0px'
  3764.      };
  3765.  
  3766.      const io = new IntersectionObserver((entries) => {
  3767.        entries.forEach((entry) => {
  3768.          const el = entry.target;
  3769.  
  3770.          if (entry.isIntersecting) {
  3771.            // direction-based class
  3772.            el.classList.remove('fade-up', 'fade-down');
  3773.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  3774.  
  3775.            // smooth timing (override-able per element via CSS vars)
  3776.            if (!el.style.getPropertyValue('--dur')) {
  3777.              el.style.setProperty('--dur', '700ms');
  3778.            }
  3779.            if (!el.style.getPropertyValue('--ease')) {
  3780.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  3781.            }
  3782.  
  3783.            el.classList.add('fade-show');
  3784.          } else {
  3785.            // re-animate when re-entering
  3786.            el.classList.remove('fade-show');
  3787.          }
  3788.        });
  3789.      }, options);
  3790.  
  3791.      // Observe all fade targets with a light stagger
  3792.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  3793.      nodes.forEach((el, i) => {
  3794.        // 0–5 -> 0–300ms stagger (loops every 6)
  3795.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  3796.        io.observe(el);
  3797.      });
  3798.    });
  3799.  </script>
  3800.  
  3801.  
  3802.    
  3803.        
  3804.        <!-- end wpo-blog-highlights-section -->
  3805.        <!-- start wpo-blog-sponsored-section -->
  3806.        
  3807.  
  3808.  
  3809.  
  3810.    
  3811.  
  3812.  
  3813.  
  3814. <style>
  3815.    .sponsored-section-v3 {
  3816.        padding: 0 0 50px;
  3817.    }
  3818.    
  3819.    .sponsored-card-v3 {
  3820.        background: white;
  3821.        border: 1px solid var(--border-color);
  3822.        border-radius: 0;
  3823.        overflow: hidden;
  3824.        transition: all 0.3s ease;
  3825.        height: 100%;
  3826.        position: relative;
  3827.    }
  3828.    
  3829.    .sponsored-card-v3:hover {
  3830.        border-color: #dee2e6;
  3831.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3832.    }
  3833.    
  3834.    .sponsored-image-v3 {
  3835.        position: relative;
  3836.        overflow: hidden;
  3837.        height: 160px;
  3838.    }
  3839.    
  3840.    .sponsored-image-v3 img {
  3841.        width: 100%;
  3842.        height: 100%;
  3843.        object-fit: cover;
  3844.        filter: grayscale(20%);
  3845.        transition: filter 0.3s ease;
  3846.    }
  3847.    
  3848.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3849.        filter: grayscale(0%);
  3850.    }
  3851.    
  3852.    .sponsored-badge-v3 {
  3853.        position: absolute;
  3854.        bottom: auto;
  3855.        left: auto;
  3856.        right: 10px;
  3857.        top: 10px;
  3858.        padding: 8px;
  3859.        font-size: 10px;
  3860.        font-weight: 700;
  3861.        text-transform: uppercase;
  3862.        letter-spacing: 1px;
  3863.        text-align: center;
  3864.    }
  3865.    
  3866.    .sponsored-content-v3 {
  3867.        position: relative;
  3868.        padding: 24px 20px;
  3869.    }
  3870.    
  3871.    .sponsored-title-v3 {
  3872.        font-size: 15px;
  3873.        font-weight: 700;
  3874.        line-height: 1.5;
  3875.        margin-bottom: 18px;
  3876.        min-height: 45px;
  3877.        text-transform: uppercase;
  3878.        letter-spacing: 0.5px;
  3879.    }
  3880.    
  3881.    .sponsored-title-v3 a {
  3882.        text-decoration: none;
  3883.        transition: opacity 0.3s ease;
  3884.    }
  3885.    
  3886.    .sponsored-title-v3 a:hover {
  3887.        opacity: 0.8;
  3888.    }
  3889.    
  3890.    .sponsored-meta-v3 {
  3891.        display: flex;
  3892.        align-items: center;
  3893.        justify-content: space-between;
  3894.        font-size: 11px;
  3895.        font-weight: 600;
  3896.        text-transform: uppercase;
  3897.        letter-spacing: 0.5px;
  3898.        padding-top: 12px;
  3899.        border-top: 1px solid #f1f3f4;
  3900.    }
  3901.    
  3902.    .author-info-v3 {
  3903.        display: flex;
  3904.        align-items: center;
  3905.        gap: 8px;
  3906.    }
  3907.    
  3908.    .sponsored-author-img-v3 {
  3909.        width: 30px;
  3910.        height: 30px;
  3911.        border-radius: 50%;
  3912.        object-fit: cover;
  3913.    }
  3914.    
  3915.    .section-title-sponsored-v3 {
  3916.        font-size: 2.5rem;
  3917.        font-weight: 900;
  3918.        text-align: left;
  3919.        margin-bottom: 30px;
  3920.        letter-spacing: 2px;
  3921.        border-left: 8px solid var(--bs-primary);
  3922.        padding-left: 20px;
  3923.    }
  3924.    
  3925.    .sponsored-overlay-v3 {
  3926.        position: absolute;
  3927.        top: 0;
  3928.        left: 0;
  3929.        right: 0;
  3930.        bottom: 0;
  3931.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3932.        opacity: 0;
  3933.        transition: opacity 0.3s ease;
  3934.    }
  3935.    
  3936.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3937.        opacity: 1;
  3938.    }
  3939.  
  3940.    @media (max-width: 768px) {
  3941.        .sponsored-section-v3 {
  3942.            padding: 0px 0 40px;
  3943.        }
  3944.        .section-title-sponsored-v3 {
  3945.            font-size: 2.2rem;
  3946.            text-align: center;
  3947.            border-left: none;
  3948.            border-bottom: 4px solid;
  3949.            padding-left: 0;
  3950.            padding-bottom: 10px;
  3951.        }
  3952.        .sponsored-content-v3 {
  3953.            padding: 20px 16px;
  3954.        }
  3955.    }
  3956. </style>
  3957.  
  3958. <section class="sponsored-section-v3">
  3959.    <div class="container-fluid fluid-container mt-5">
  3960.        <div class="row">
  3961.            <div class="col-12">
  3962.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3963.            </div>
  3964.        </div>
  3965.        
  3966.        <div class="row g-3">
  3967.            
  3968.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3969.                <div class="card sponsored-card-v3">
  3970.                    <div class="sponsored-overlay-v3"></div>
  3971.                    <div class="sponsored-image-v3">
  3972.                        
  3973.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3974.                        
  3975.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3976.                    </div>
  3977.                    <div class="sponsored-content-v3">
  3978.                        <h3 class="sponsored-title-v3">
  3979.                            <a href="/who-is-al-carns-former-marine-and-labour-minister-with-ambitions-on-the-top-job/" class="top-color">
  3980.                            Who is Al Carns? Former Marine and Labour Minister with Ambitions on the Top Job
  3981.                            </a>
  3982.                        </h3>
  3983.                        <div class="sponsored-meta-v3">
  3984.                            <div class="author-info-v3">
  3985.                                
  3986.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" style="object-fit: cover;" class="sponsored-author-img-v3">
  3987.                                
  3988.                                <span class="top-color">
  3989.                                    Matthew Reynolds
  3990.                                </span>
  3991.                            </div>
  3992.                            <span class="top-color">17 May 2026</span>
  3993.                        </div>
  3994.                    </div>
  3995.                </div>
  3996.            </div>
  3997.            
  3998.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3999.                <div class="card sponsored-card-v3">
  4000.                    <div class="sponsored-overlay-v3"></div>
  4001.                    <div class="sponsored-image-v3">
  4002.                        
  4003.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4004.                        
  4005.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4006.                    </div>
  4007.                    <div class="sponsored-content-v3">
  4008.                        <h3 class="sponsored-title-v3">
  4009.                            <a href="/swiss-ski-resort-fire-victims-receive-care-in-burns-units-throughout-the-continent/" class="top-color">
  4010.                            Swiss Ski Resort Fire Victims Receive Care in Burns Units Throughout the Continent
  4011.                            </a>
  4012.                        </h3>
  4013.                        <div class="sponsored-meta-v3">
  4014.                            <div class="author-info-v3">
  4015.                                
  4016.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" style="object-fit: cover;" class="sponsored-author-img-v3">
  4017.                                
  4018.                                <span class="top-color">
  4019.                                    Matthew Reynolds
  4020.                                </span>
  4021.                            </div>
  4022.                            <span class="top-color">17 May 2026</span>
  4023.                        </div>
  4024.                    </div>
  4025.                </div>
  4026.            </div>
  4027.            
  4028.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4029.                <div class="card sponsored-card-v3">
  4030.                    <div class="sponsored-overlay-v3"></div>
  4031.                    <div class="sponsored-image-v3">
  4032.                        
  4033.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4034.                        
  4035.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4036.                    </div>
  4037.                    <div class="sponsored-content-v3">
  4038.                        <h3 class="sponsored-title-v3">
  4039.                            <a href="/leaders-acknowledge-queens-as-the-president-extends-the-mayor-elect-a-warm-welcome/" class="top-color">
  4040.                            Leaders Acknowledge Queens as The President Extends The Mayor-Elect a Warm Welcome
  4041.                            </a>
  4042.                        </h3>
  4043.                        <div class="sponsored-meta-v3">
  4044.                            <div class="author-info-v3">
  4045.                                
  4046.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" style="object-fit: cover;" class="sponsored-author-img-v3">
  4047.                                
  4048.                                <span class="top-color">
  4049.                                    Matthew Reynolds
  4050.                                </span>
  4051.                            </div>
  4052.                            <span class="top-color">17 May 2026</span>
  4053.                        </div>
  4054.                    </div>
  4055.                </div>
  4056.            </div>
  4057.            
  4058.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4059.                <div class="card sponsored-card-v3">
  4060.                    <div class="sponsored-overlay-v3"></div>
  4061.                    <div class="sponsored-image-v3">
  4062.                        
  4063.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4064.                        
  4065.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4066.                    </div>
  4067.                    <div class="sponsored-content-v3">
  4068.                        <h3 class="sponsored-title-v3">
  4069.                            <a href="/the-decade-of-desire-by-author-erin-somers-the-midlife-adultery-story-this-generation-needs/" class="top-color">
  4070.                            The Decade of Desire by author Erin Somers: The Midlife Adultery Story This Generation Needs.
  4071.                            </a>
  4072.                        </h3>
  4073.                        <div class="sponsored-meta-v3">
  4074.                            <div class="author-info-v3">
  4075.                                
  4076.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" style="object-fit: cover;" class="sponsored-author-img-v3">
  4077.                                
  4078.                                <span class="top-color">
  4079.                                    Matthew Reynolds
  4080.                                </span>
  4081.                            </div>
  4082.                            <span class="top-color">16 May 2026</span>
  4083.                        </div>
  4084.                    </div>
  4085.                </div>
  4086.            </div>
  4087.            
  4088.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4089.                <div class="card sponsored-card-v3">
  4090.                    <div class="sponsored-overlay-v3"></div>
  4091.                    <div class="sponsored-image-v3">
  4092.                        
  4093.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4094.                        
  4095.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4096.                    </div>
  4097.                    <div class="sponsored-content-v3">
  4098.                        <h3 class="sponsored-title-v3">
  4099.                            <a href="/president-zelensky-states-the-nation-was-ten-percent-away-from-a-peace-deal-yet-not-at-any-possible-cost/" class="top-color">
  4100.                            President Zelensky States The Nation Was Ten Percent Away from a Peace Deal, Yet Not at Any Possible Cost
  4101.                            </a>
  4102.                        </h3>
  4103.                        <div class="sponsored-meta-v3">
  4104.                            <div class="author-info-v3">
  4105.                                
  4106.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" style="object-fit: cover;" class="sponsored-author-img-v3">
  4107.                                
  4108.                                <span class="top-color">
  4109.                                    Matthew Reynolds
  4110.                                </span>
  4111.                            </div>
  4112.                            <span class="top-color">16 May 2026</span>
  4113.                        </div>
  4114.                    </div>
  4115.                </div>
  4116.            </div>
  4117.            
  4118.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4119.                <div class="card sponsored-card-v3">
  4120.                    <div class="sponsored-overlay-v3"></div>
  4121.                    <div class="sponsored-image-v3">
  4122.                        
  4123.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4124.                        
  4125.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4126.                    </div>
  4127.                    <div class="sponsored-content-v3">
  4128.                        <h3 class="sponsored-title-v3">
  4129.                            <a href="/the-new-animated-series-introductory-sequence-chose-the-wrong-popular-rpg-show-track/" class="top-color">
  4130.                            The New Animated Series&#x27; Introductory Sequence Chose the Wrong Popular RPG Show Track
  4131.                            </a>
  4132.                        </h3>
  4133.                        <div class="sponsored-meta-v3">
  4134.                            <div class="author-info-v3">
  4135.                                
  4136.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f653adf0-55db-4723-9f77-d1f69a65cc73_profile.png" alt="Matthew Reynolds" style="object-fit: cover;" class="sponsored-author-img-v3">
  4137.                                
  4138.                                <span class="top-color">
  4139.                                    Matthew Reynolds
  4140.                                </span>
  4141.                            </div>
  4142.                            <span class="top-color">16 May 2026</span>
  4143.                        </div>
  4144.                    </div>
  4145.                </div>
  4146.            </div>
  4147.            
  4148.        </div>
  4149.    </div>
  4150. </section>
  4151.  
  4152.  
  4153.    
  4154.        <!-- end wpo-blog-sponsored-section -->
  4155.        <!-- start wpo-subscribe-section -->
  4156.        
  4157.        <!-- end subscribe-section -->
  4158.        <!-- start of wpo-site-footer-section -->
  4159.        
  4160.  
  4161.  
  4162.  
  4163.  
  4164.  
  4165.  
  4166. <!-- Footer V4 - Modern Corporate Design -->
  4167. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  4168.  
  4169.    <div class="container-fluid fluid-container">
  4170.        
  4171.        <!-- Content Sections -->
  4172.        <div class="content-sections">
  4173.            <div class="row g-5">
  4174.                
  4175.                <!-- Brand Column -->
  4176.                <div class="col-lg-4 col-md-12">
  4177.                    <div class="brand-section">
  4178.                        <div class="brand-header">
  4179.                            
  4180.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/a4178372-ec4d-41fc-b2fa-4114bbc200c6_logo.png" alt="AeroOnline" class="brand-logo" loading="lazy">
  4181.                            
  4182.                            <div class="brand-text">
  4183.                                <h3 class="brand-name">AeroOnline</h3>
  4184.                                <span class="brand-type">Digital Publication</span>
  4185.                            </div>
  4186.                        </div>
  4187.                        <p class="brand-description  text-lg-start ">
  4188.                            AeroOnline provides the latest aviation news, comprehensive pilot training guides, and detailed aircraft reviews for enthusiasts and professionals.
  4189.                        </p>
  4190.                    </div>
  4191.                </div>
  4192.  
  4193.                <!-- Quick Links Column -->
  4194.               <div class="col-lg-4 col-md-6">
  4195.                    <div class="links-section">
  4196.                        <div class="section-title">
  4197.                            <h4 class="title-text">Resources</h4>
  4198.                            <div class="title-decoration"></div>
  4199.                        </div>
  4200.                        <div class="links-container">
  4201.                          
  4202. <div class="link-group">
  4203.    <ul class="link-list" id="externalLinks">
  4204.        
  4205.  
  4206.    
  4207.        
  4208.        
  4209.        
  4210.    </ul>
  4211. </div>
  4212.  
  4213.                        </div>
  4214.                    </div>
  4215.                </div>
  4216.  
  4217.                <!-- Categories Column -->
  4218.                <div class="col-lg-4 col-md-6">
  4219.                    <div class="categories-section">
  4220.                        <div class="section-title">
  4221.                            <h4 class="title-text">Explore Topics</h4>
  4222.                            <div class="title-decoration"></div>
  4223.                        </div>
  4224.                        <div class="categories-container">
  4225.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  4226.                            <div class="categories-cloud">
  4227.                                
  4228.                                <a href="/category/all-posts/" class="category-pill">
  4229.                                    All Posts
  4230.                                </a>
  4231.                                
  4232.                                <a href="/category/business/" class="category-pill">
  4233.                                    Business
  4234.                                </a>
  4235.                                
  4236.                                <a href="/category/esports/" class="category-pill">
  4237.                                    Esports
  4238.                                </a>
  4239.                                
  4240.                                <a href="/category/fashion/" class="category-pill">
  4241.                                    Fashion
  4242.                                </a>
  4243.                                
  4244.                                <a href="/category/featured/" class="category-pill">
  4245.                                    Featured
  4246.                                </a>
  4247.                                
  4248.                                <a href="/category/gaming/" class="category-pill">
  4249.                                    Gaming
  4250.                                </a>
  4251.                                
  4252.                                <a href="/category/health/" class="category-pill">
  4253.                                    Health
  4254.                                </a>
  4255.                                
  4256.                                <a href="/category/life-fitness/" class="category-pill">
  4257.                                    Life &amp; Fitness
  4258.                                </a>
  4259.                                
  4260.                            </div>
  4261.                        </div>
  4262.                    </div>
  4263.                </div>
  4264.  
  4265.            </div>
  4266.        </div>
  4267.  
  4268.        <!-- Footer Bottom -->
  4269.        <div class="footer-bottom">
  4270.            <div class="bottom-border"></div>
  4271.            <div class=" d-flex justify-content-between flex-wrap">
  4272.                <div>
  4273.                    <div class="copyright-info">
  4274.                        <p class="copyright-main">
  4275.                            © 2026 <span class="brand-highlight">AeroOnline</span>. All rights reserved.
  4276.                        </p>
  4277.                        <p class="copyright-sub">
  4278.                            Thoughtfully crafted content for curious minds worldwide.
  4279.                        </p>
  4280.                    </div>
  4281.                </div>
  4282.                <div>
  4283.                    <div class="footer-actions">
  4284.                        <div class="action-links">
  4285.                            <a href="/page/write-for-us/" class="action-link">
  4286.                                <i class="bi bi-shield-check"></i>
  4287.                                <span>Write For Us</span>
  4288.                            </a>
  4289.                            <a href="/page/terms-and-conditions/" class="action-link">
  4290.                                <i class="bi bi-shield-check"></i>
  4291.                                <span>Terms & Conditions</span>
  4292.                            </a>
  4293.                            <a href="/sitemap.xml" class="action-link">
  4294.                                <i class="bi bi-diagram-3"></i>
  4295.                                <span>Sitemap</span>
  4296.                            </a>
  4297.                        </div>
  4298.  
  4299.                    </div>
  4300.                </div>
  4301.            </div>
  4302.        </div>
  4303.  
  4304.    </div>
  4305.  
  4306.    
  4307.  
  4308. </footer>
  4309.  
  4310.  
  4311. <style>
  4312. /* Footer V4 - Modern Corporate Design */
  4313. .wpo-site-footer-v4 {
  4314.    color: var(--footer-color);
  4315.    margin-top: 100px;
  4316. }
  4317.  
  4318.  
  4319. .accent-line {
  4320.    position: absolute;
  4321.    top: 0;
  4322.    height: 100%;
  4323.    width: 33.333%;
  4324.    opacity: 0.8;
  4325. }
  4326.  
  4327. .accent-1 {
  4328.    left: 0;
  4329.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  4330.    animation: slideRight 3s ease-in-out infinite;
  4331. }
  4332.  
  4333. .accent-2 {
  4334.    left: 33.333%;
  4335.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  4336.    animation: slideRight 3s ease-in-out infinite 1s;
  4337. }
  4338.  
  4339. .accent-3 {
  4340.    left: 66.666%;
  4341.    background: linear-gradient(90deg, #10b981, #059669);
  4342.    animation: slideRight 3s ease-in-out infinite 2s;
  4343. }
  4344.  
  4345. @keyframes slideRight {
  4346.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  4347.    50% { transform: translateX(10px); opacity: 1; }
  4348. }
  4349.  
  4350. /* Content Sections */
  4351. .content-sections {
  4352.    padding: 60px 0;
  4353.    position: relative;
  4354.    z-index: 2;
  4355. }
  4356.  
  4357. /* Brand Section */
  4358. .brand-section {
  4359.    padding-right: 2rem;
  4360. }
  4361.  
  4362. .brand-header {
  4363.    display: flex;
  4364.    align-items: center;
  4365.    margin-bottom: 2rem;
  4366.    gap: 1rem;
  4367. }
  4368.  
  4369. .brand-logo {
  4370.    height: 50px;
  4371.    width: auto;
  4372.    border-radius: 8px;
  4373. }
  4374.  
  4375. .brand-name {
  4376.    font-size: 1.5rem;
  4377.    font-weight: 800;
  4378.    color: var(--footer-color) !important;
  4379.    margin: 0;
  4380. }
  4381.  
  4382. .brand-type {
  4383.    color: var(--footer-color) !important;
  4384.    opacity: 0.8;
  4385.    font-size: 0.85rem;
  4386.    font-weight: 500;
  4387.    text-transform: uppercase;
  4388.    letter-spacing: 0.5px;
  4389. }
  4390.  
  4391. .brand-description {
  4392.    color: var(--footer-color) !important;
  4393.    line-height: 1.7;
  4394.    margin-bottom: 2rem;
  4395.    font-size: 0.95rem;
  4396. }
  4397.  
  4398. .brand-stats {
  4399.    display: flex;
  4400.    align-items: center;
  4401.    gap: 1.5rem;
  4402. }
  4403.  
  4404. .stat-item {
  4405.    text-align: center;
  4406. }
  4407.  
  4408. .stat-number {
  4409.    font-size: 1.5rem;
  4410.    font-weight: 800;
  4411.    color: #3b82f6;
  4412.    display: block;
  4413.    line-height: 1;
  4414. }
  4415.  
  4416. .stat-label {
  4417.    font-size: 0.8rem;
  4418.    color: #94a3b8;
  4419.    margin-top: 0.25rem;
  4420. }
  4421.  
  4422. .stat-divider {
  4423.    width: 1px;
  4424.    height: 40px;
  4425.    background: rgba(255, 255, 255, 0.2);
  4426. }
  4427.  
  4428. /* Links Section */
  4429. .links-section {
  4430.    padding-left: 1rem;
  4431.    padding-right: 1rem;
  4432. }
  4433.  
  4434. .section-title {
  4435.    margin-bottom: 2rem;
  4436.    position: relative;
  4437. }
  4438.  
  4439. .title-text {
  4440.    font-size: 1.3rem;
  4441.    font-weight: 700;
  4442.    color: var(--footer-color) !important;
  4443.    margin-bottom: 0.5rem;
  4444.    text-align: justify !important;
  4445. }
  4446.  
  4447.  
  4448. .link-group {
  4449.    margin-bottom: 2rem;
  4450. }
  4451.  
  4452. .group-title {
  4453.    font-size: 1rem;
  4454.    font-weight: 600;
  4455.    color: #f1f5f9;
  4456.    margin-bottom: 1rem;
  4457.    padding-bottom: 0.5rem;
  4458.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4459. }
  4460.  
  4461. .link-list {
  4462.    list-style: none;
  4463.    padding: 0;
  4464.    margin: 0;
  4465. }
  4466.  
  4467. .link-item {
  4468.    margin-bottom: 0.75rem;
  4469. }
  4470.  
  4471. .link-text {
  4472.    color: var(--footer-color) !important;
  4473.    text-decoration: none;
  4474.    font-size: 0.9rem;
  4475.    display: flex;
  4476.    align-items: center;
  4477.    transition: all 0.3s ease;
  4478.    padding: 0.25rem 0;
  4479. }
  4480.  
  4481. .link-text:hover {
  4482.    color: #3b82f6;
  4483.    padding-left: 0.5rem;
  4484. }
  4485.  
  4486. .link-icon {
  4487.    margin-right: 0.5rem;
  4488.    opacity: 0;
  4489.    transition: opacity 0.3s ease;
  4490. }
  4491.  
  4492. .link-text:hover .link-icon {
  4493.    opacity: 1;
  4494. }
  4495.  
  4496. .external-icon {
  4497.    color: #10b981;
  4498. }
  4499.  
  4500. /* Categories Section */
  4501. .categories-section {
  4502.    padding-left: 1rem;
  4503. }
  4504.  
  4505. .categories-intro {
  4506.    color: #cbd5e1;
  4507.    margin-bottom: 1.5rem;
  4508.    font-size: 0.9rem;
  4509. }
  4510.  
  4511. .categories-cloud {
  4512.    display: flex;
  4513.    flex-wrap: wrap;
  4514.    gap: 0.75rem;
  4515. }
  4516.  
  4517. .category-pill {
  4518.    display: inline-block;
  4519.    padding: 0.5rem 1rem;
  4520.    background: rgba(255, 255, 255, 0.1);
  4521.    border: 1px solid rgba(255, 255, 255, 0.2);
  4522.    border-radius: 20px;
  4523.    color:  var(--footer-color) !important;
  4524.    text-decoration: none;
  4525.    font-size: 0.85rem;
  4526.    opacity: 0.7;
  4527.    font-weight: 500;
  4528.    transition: all 0.3s ease;
  4529. }
  4530.  
  4531. .category-pill:hover {
  4532.    background: #3b82f6;
  4533.    border-color: #3b82f6;
  4534.    color: var(--footer-color) !important;
  4535.    opacity: 1;
  4536.    transform: translateY(-1px);
  4537.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4538. }
  4539.  
  4540. /* Footer Bottom */
  4541. .footer-bottom {
  4542.    padding: 2rem 0;
  4543.    position: relative;
  4544.    z-index: 2;
  4545. }
  4546.  
  4547. .bottom-border {
  4548.    height: 1px;
  4549.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4550.    margin-bottom: 2rem;
  4551. }
  4552.  
  4553. .copyright-main {
  4554.    font-size: 1rem;
  4555.    color: #e2e8f0;
  4556.    margin-bottom: 0.25rem;
  4557. }
  4558.  
  4559. .brand-highlight {
  4560.    color: var(--footer-color);
  4561.    font-weight: 700;
  4562. }
  4563.  
  4564. .copyright-sub {
  4565.    font-size: 0.85rem;
  4566.    color: #94a3b8;
  4567.    margin: 0;
  4568. }
  4569.  
  4570. .footer-actions {
  4571.    display: flex;
  4572.    align-items: center;
  4573.    gap: 2rem;
  4574. }
  4575.  
  4576. .action-links {
  4577.    display: flex;
  4578.    gap: 1.5rem;
  4579. }
  4580.  
  4581. .action-link {
  4582.    display: flex;
  4583.    align-items: center;
  4584.    gap: 0.5rem;
  4585.    color: #cbd5e1;
  4586.    text-decoration: none;
  4587.    font-size: 0.9rem;
  4588.    transition: color 0.3s ease;
  4589. }
  4590.  
  4591. .action-link:hover {
  4592.    color: #3b82f6;
  4593. }
  4594.  
  4595. .scroll-to-top-btn {
  4596.    background: rgba(255, 255, 255, 0.1);
  4597.    border: 1px solid rgba(255, 255, 255, 0.2);
  4598.    color: #cbd5e1;
  4599.    width: 44px;
  4600.    height: 44px;
  4601.    border-radius: 12px;
  4602.    cursor: pointer;
  4603.    transition: all 0.3s ease;
  4604.    display: flex;
  4605.    align-items: center;
  4606.    justify-content: center;
  4607. }
  4608.  
  4609. .scroll-to-top-btn:hover {
  4610.    background: #3b82f6;
  4611.    border-color: #3b82f6;
  4612.    color: white;
  4613.    transform: translateY(-2px);
  4614. }
  4615.  
  4616. /* Background Pattern */
  4617. .footer-pattern {
  4618.    position: absolute;
  4619.    top: 0;
  4620.    left: 0;
  4621.    width: 100%;
  4622.    height: 100%;
  4623.    z-index: 1;
  4624.    overflow: hidden;
  4625. }
  4626.  
  4627. .pattern-grid {
  4628.    position: relative;
  4629.    width: 100%;
  4630.    height: 100%;
  4631. }
  4632.  
  4633. .pattern-dot {
  4634.    position: absolute;
  4635.    width: 2px;
  4636.    height: 2px;
  4637.    background: rgba(255, 255, 255, 0.1);
  4638.    border-radius: 50%;
  4639. }
  4640.  
  4641. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4642. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4643. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4644. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4645. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4646. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4647.  
  4648. /* Responsive Design */
  4649. @media (max-width: 992px) {
  4650.    .newsletter-heading {
  4651.        font-size: 2rem;
  4652.    }
  4653.    
  4654.    .brand-section {
  4655.        padding-right: 0;
  4656.        margin-bottom: 3rem;
  4657.    }
  4658.    
  4659.    .links-section, .categories-section {
  4660.        padding-left: 0;
  4661.        padding-right: 0;
  4662.    }
  4663.    
  4664.    .brand-stats {
  4665.        justify-content: center;
  4666.        margin-top: 2rem;
  4667.    }
  4668. }
  4669.  
  4670. @media (max-width: 768px) {
  4671.    .newsletter-section {
  4672.        padding: 60px 0 40px;
  4673.    }
  4674.    
  4675.    .newsletter-container {
  4676.        padding: 2rem 1.5rem;
  4677.        margin: 0 1rem;
  4678.    }
  4679.    
  4680.    .newsletter-heading {
  4681.        font-size: 1.75rem;
  4682.    }
  4683.    
  4684.    .content-sections {
  4685.        padding: 40px 0;
  4686.    }
  4687.    
  4688.    .brand-header {
  4689.        flex-direction: column;
  4690.        text-align: center;
  4691.    }
  4692.    
  4693.    .footer-actions {
  4694.        flex-direction: column;
  4695.        gap: 1rem;
  4696.        margin-top: 1.5rem;
  4697.    }
  4698.    
  4699.    .action-links {
  4700.        order: 2;
  4701.    }
  4702.    
  4703.    .scroll-to-top-btn {
  4704.        order: 1;
  4705.    }
  4706. }
  4707.  
  4708. @media (max-width: 576px) {
  4709.    .newsletter-container {
  4710.        padding: 1.5rem 1rem;
  4711.    }
  4712.    
  4713.    .newsletter-heading {
  4714.        font-size: 1.5rem;
  4715.    }
  4716.    
  4717.    .brand-stats {
  4718.        flex-direction: column;
  4719.        gap: 1rem;
  4720.    }
  4721.    
  4722.    .stat-divider {
  4723.        width: 40px;
  4724.        height: 1px;
  4725.    }
  4726.    
  4727.    .action-links {
  4728.        flex-direction: column;
  4729.        gap: 0.75rem;
  4730.        text-align: center;
  4731.    }
  4732.    
  4733.    .pattern-dot {
  4734.        display: none;
  4735.    }
  4736. }
  4737. </style>
  4738.  
  4739. <!-- Bootstrap 5 JS -->
  4740.  
  4741. <script>
  4742. // Scroll to Top Function
  4743. document.addEventListener('DOMContentLoaded', function () {
  4744.    var btn = document.getElementById('toggleExternal');
  4745.    if (!btn) return; // No extra items, no button
  4746.  
  4747.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4748.  
  4749.    btn.addEventListener('click', function () {
  4750.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4751.            return li.classList.contains('d-none');
  4752.        });
  4753.  
  4754.        extras.forEach(function (li) {
  4755.            if (anyHidden) {
  4756.                li.classList.remove('d-none');
  4757.                li.classList.add('show');
  4758.            } else {
  4759.                li.classList.add('d-none');
  4760.                li.classList.remove('show');
  4761.            }
  4762.        });
  4763.  
  4764.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4765.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4766.    });
  4767. });
  4768. function scrollToTop() {
  4769.    window.scrollTo({
  4770.        top: 0,
  4771.        behavior: 'smooth'
  4772.    });
  4773. }
  4774.  
  4775. // Initialize Footer V4 Features
  4776. document.addEventListener('DOMContentLoaded', function() {
  4777.    
  4778.    // Newsletter Form Handling
  4779.    const newsletterForm = document.querySelector('.newsletter-form');
  4780.    const emailInput = document.querySelector('.form-input');
  4781.    const submitButton = document.querySelector('.submit-button');
  4782.    const successMessage = document.querySelector('.success-message');
  4783.    const errorMessage = document.querySelector('.error-message');
  4784.    const infoMessage = document.querySelector('.info-message');
  4785.    
  4786.    if (newsletterForm && emailInput && submitButton) {
  4787.        
  4788.        // Form submission
  4789.        newsletterForm.addEventListener('submit', function(e) {
  4790.            e.preventDefault();
  4791.            
  4792.            const email = emailInput.value.trim();
  4793.            
  4794.            // Validate email
  4795.            if (!email || !isValidEmail(email)) {
  4796.                showMessage('error');
  4797.                emailInput.focus();
  4798.                return;
  4799.            }
  4800.            
  4801.            // Show loading state
  4802.            const originalText = submitButton.querySelector('.button-text').textContent;
  4803.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4804.            
  4805.            submitButton.disabled = true;
  4806.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4807.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4808.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4809.            
  4810.            // Simulate API call
  4811.            setTimeout(() => {
  4812.                // Success state
  4813.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4814.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4815.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4816.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4817.                
  4818.                showMessage('success');
  4819.                
  4820.                // Reset after delay
  4821.                setTimeout(() => {
  4822.                    submitButton.querySelector('.button-text').textContent = originalText;
  4823.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4824.                    submitButton.style.background = '';
  4825.                    submitButton.disabled = false;
  4826.                    emailInput.value = '';
  4827.                    showMessage('info');
  4828.                }, 3000);
  4829.                
  4830.            }, 2000);
  4831.        });
  4832.        
  4833.        // Input validation
  4834.        emailInput.addEventListener('blur', function() {
  4835.            const email = this.value.trim();
  4836.            if (email && !isValidEmail(email)) {
  4837.                this.style.borderColor = '#ef4444';
  4838.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4839.            } else if (email && isValidEmail(email)) {
  4840.                this.style.borderColor = '#10b981';
  4841.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4842.            }
  4843.        });
  4844.        
  4845.        emailInput.addEventListener('focus', function() {
  4846.            this.style.borderColor = '#3b82f6';
  4847.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4848.        });
  4849.        
  4850.        // Reset validation styling on input
  4851.        emailInput.addEventListener('input', function() {
  4852.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4853.                this.style.borderColor = '';
  4854.                this.style.boxShadow = '';
  4855.            }
  4856.        });
  4857.    }
  4858.    
  4859.    // Email validation function
  4860.    function isValidEmail(email) {
  4861.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4862.        return emailRegex.test(email);
  4863.    }
  4864.    
  4865.    // Message display function
  4866.    function showMessage(type) {
  4867.        // Hide all messages
  4868.        successMessage.style.display = 'none';
  4869.        errorMessage.style.display = 'none';
  4870.        infoMessage.style.display = 'none';
  4871.        
  4872.        // Show specific message
  4873.        if (type === 'success') {
  4874.            successMessage.style.display = 'block';
  4875.        } else if (type === 'error') {
  4876.            errorMessage.style.display = 'block';
  4877.        } else if (type === 'info') {
  4878.            infoMessage.style.display = 'block';
  4879.        }
  4880.    }
  4881.    
  4882.    // Smooth reveal animations
  4883.    const observerOptions = {
  4884.        threshold: 0.1,
  4885.        rootMargin: '0px 0px -30px 0px'
  4886.    };
  4887.    
  4888.    const sectionObserver = new IntersectionObserver((entries) => {
  4889.        entries.forEach(entry => {
  4890.            if (entry.isIntersecting) {
  4891.                entry.target.style.opacity = '1';
  4892.                entry.target.style.transform = 'translateY(0)';
  4893.            }
  4894.        });
  4895.    }, observerOptions);
  4896.    
  4897.    // Animate sections
  4898.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4899.        section.style.opacity = '0';
  4900.        section.style.transform = 'translateY(20px)';
  4901.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4902.        sectionObserver.observe(section);
  4903.    });
  4904.    
  4905.    // Animate category pills
  4906.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4907.        pill.style.opacity = '0';
  4908.        pill.style.transform = 'translateY(10px)';
  4909.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4910.        
  4911.        setTimeout(() => {
  4912.            pill.style.opacity = '1';
  4913.            pill.style.transform = 'translateY(0)';
  4914.        }, 300 + (index * 100));
  4915.    });
  4916.    
  4917.    // Enhanced link hover effects
  4918.    document.querySelectorAll('.link-text').forEach(link => {
  4919.        link.addEventListener('mouseenter', function() {
  4920.            const icon = this.querySelector('.link-icon');
  4921.            if (icon) {
  4922.                icon.style.transform = 'translateX(4px)';
  4923.            }
  4924.        });
  4925.        
  4926.        link.addEventListener('mouseleave', function() {
  4927.            const icon = this.querySelector('.link-icon');
  4928.            if (icon) {
  4929.                icon.style.transform = 'translateX(0)';
  4930.            }
  4931.        });
  4932.    });
  4933.    
  4934.    // Prevent default for demo links
  4935.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4936.        link.addEventListener('click', function(e) {
  4937.            e.preventDefault();
  4938.        });
  4939.    });
  4940.    
  4941.    // Add ripple effect to submit button
  4942.    submitButton.addEventListener('click', function(e) {
  4943.        const ripple = document.createElement('span');
  4944.        const rect = this.getBoundingClientRect();
  4945.        const size = Math.max(rect.width, rect.height);
  4946.        const x = e.clientX - rect.left - size / 2;
  4947.        const y = e.clientY - rect.top - size / 2;
  4948.        
  4949.        ripple.style.cssText = `
  4950.            position: absolute;
  4951.            width: ${size}px;
  4952.            height: ${size}px;
  4953.            left: ${x}px;
  4954.            top: ${y}px;
  4955.            background: rgba(255, 255, 255, 0.3);
  4956.            border-radius: 50%;
  4957.            transform: scale(0);
  4958.            animation: ripple 0.6s ease-out;
  4959.            pointer-events: none;
  4960.        `;
  4961.        
  4962.        this.appendChild(ripple);
  4963.        
  4964.        setTimeout(() => {
  4965.            ripple.remove();
  4966.        }, 600);
  4967.    });
  4968.    
  4969. });
  4970.  
  4971. // Add CSS for ripple animation
  4972. const rippleStyle = document.createElement('style');
  4973. rippleStyle.textContent = `
  4974.    @keyframes ripple {
  4975.        to {
  4976.            transform: scale(2);
  4977.            opacity: 0;
  4978.        }
  4979.    }
  4980.    
  4981.    @keyframes spin {
  4982.        from { transform: rotate(0deg); }
  4983.        to { transform: rotate(360deg); }
  4984.    }
  4985.    
  4986.    .submit-button {
  4987.        position: relative;
  4988.        overflow: hidden;
  4989.    }
  4990. `;
  4991. document.head.appendChild(rippleStyle);
  4992. </script>
  4993.  
  4994.        <!-- end of wpo-site-footer-section -->
  4995.    </div>
  4996.    <!-- end of page-wrapper -->
  4997.  
  4998.    <!-- All JavaScript files
  4999.    ================================================== -->
  5000.    
  5001.  
  5002. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  5003. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  5004. <!-- Plugins for this template -->
  5005. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  5006. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  5007. <!-- Custom script for this template -->
  5008. <script src="/static/blogapp/assets/js/script.js"></script>
  5009.  
  5010. <script>
  5011. (function () {
  5012. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  5013. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  5014.  
  5015. function applyFallback(img) {
  5016. if (!img || img.dataset.fallbackApplied === "1") {
  5017. return;
  5018. }
  5019. var failedSrc = img.currentSrc || img.src || "";
  5020. img.dataset.fallbackApplied = "1";
  5021. img.onerror = null;
  5022. img.src = fallbackImageSrc;
  5023. console.warn("[ImageFallback] Replaced broken image:", {
  5024. failedSrc: failedSrc,
  5025. fallbackSrc: fallbackImageSrc,
  5026. alt: img.alt || "",
  5027. });
  5028. }
  5029.  
  5030. document.querySelectorAll("img").forEach(function (img) {
  5031. if (img.complete && img.naturalWidth === 0) {
  5032. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  5033. failedSrc: img.currentSrc || img.src || "",
  5034. alt: img.alt || "",
  5035. });
  5036. applyFallback(img);
  5037. }
  5038. });
  5039.  
  5040. document.addEventListener(
  5041. "error",
  5042. function (event) {
  5043. var target = event.target;
  5044. if (target && target.tagName === "IMG") {
  5045. applyFallback(target);
  5046. }
  5047. },
  5048. true
  5049. );
  5050. })();
  5051. </script>
  5052.  
  5053. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  5054.  
  5055.  
  5056.  
  5057. <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":"e3bb84b349b3439ea3649348037b18cf","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  5058. </body>
  5059.  
  5060. </html>
  5061.  
  5062.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda