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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="work">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T151350.467_93bfnic_VItkgA4_0O31gTf_z1J0Hbp.png">
  14.    
  15.  
  16.    <title>BrightArena: Tech Insights, Innovation Trends &amp; Digital Strategies</title>
  17.    <meta name="description" content="Explore the latest in technology, innovation, and digital transformation with expert analysis, tutorials, and industry insights from BrightArena&#x27;s blog.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://brightarena.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #2dd4bf;
  42.        --bs-primary-rgb: 2dd4bf;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #d1fae5;
  49.        --bs-dark: #064e3b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #2dd4bf;
  53.        --theme-primary-color-s2: #2dd4bf;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #d1fae5;
  57.        --text-light-color: #676767;
  58.        --heading-color: #d1fae5;
  59.        --border-color: #475569;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #064e3b;
  73.        --nav-bg: #064e3b;
  74.        --sub-nav: #1a2e05;
  75.        --navbar-color: #d1fae5;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #d1fae5;
  78.        --footer-bg: #064e3b;
  79.        --footer-color: #d1fae5;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #2dd4bf;
  84.        --link-hover: #25b8a3;
  85.        --blog-color: #d1fae5;
  86.        --blog-bg: rgba(45, 212, 191, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_70">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.            <!-- end preloader -->
  397.        
  398.        <!-- Start header -->
  399.        <header id="header" class="wpo-site-header">
  400.            
  401.  
  402.  
  403.    
  404.  
  405.  
  406. <div class="top-bg">
  407.    <div class="unique-topbar3 container-fluid fluid-container d-sm-flex d-none align-items-center justify-content-between">
  408.        <!-- Date/Time -->
  409.        <span id="current-time" class="text-nowrap"></span>
  410.    
  411.        <!-- Marquee News -->
  412.        <marquee direction="left" scrollamount="4" behavior="scroll" class="topbar-marquee flex-grow-1 ms-3">
  413.            
  414.                <a href="/sharing-a-dugout-with-sir-alex-and-getting-knocked-out-a-photographers-stories/" class="px-4 top-color">
  415.                    Sharing a Dugout with Sir Alex and Getting &#x27;Knocked Out&#x27; – A Photographer&#x27;s Stories
  416.                </a>
  417.            
  418.                <a href="/gavin-newsom-rejects-parole-for-cult-member-patricia-krenwinkel/" class="px-4 top-color">
  419.                    Gavin Newsom Rejects Parole for Cult Member Patricia Krenwinkel
  420.                </a>
  421.            
  422.                <a href="/person-of-interest-in-ivy-league-campus-tragedy-located-deceased-inside-storage-facility/" class="px-4 top-color">
  423.                    Person of Interest in Ivy League Campus Tragedy Located Deceased Inside Storage Facility.
  424.                </a>
  425.            
  426.                <a href="/the-mushroom-cleaning-controversy-how-to-properly-prepare-mushrooms/" class="px-4 top-color">
  427.                    The Mushroom Cleaning Controversy: How to Properly Prepare Mushrooms
  428.                </a>
  429.            
  430.                <a href="/human-remains-of-endurance-athlete-presumably-taken-by-shark-located-on-pacific-shore/" class="px-4 top-color">
  431.                    Human Remains of Endurance Athlete Presumably Taken by Shark Located on Pacific Shore
  432.                </a>
  433.            
  434.        </marquee>
  435.    </div>
  436. </div>
  437.  
  438. <script>
  439. function updateCurrentTime() {
  440.    const currentDate = new Date();
  441.  
  442.    // Day Names
  443.    const dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
  444.    const day = dayNames[currentDate.getDay()];
  445.  
  446.    // Date Formatting
  447.    const dayNumber = currentDate.getDate().toString().padStart(2, '0');
  448.    const monthNames = ["January", "February", "March", "April", "May", "June",
  449.                        "July", "August", "September", "October", "November", "December"];
  450.    const month = monthNames[currentDate.getMonth()];
  451.    const year = currentDate.getFullYear();
  452.  
  453.    // Final string
  454.    const dateString = `${day}, ${month} ${dayNumber}, ${year}`;
  455.  
  456.    document.getElementById('current-time').innerHTML = `
  457.        <span class='bg-primary-gradient p-2 '>
  458.            <span class="fw-bold">${dateString}</span>
  459.        </span>
  460.    `;
  461. }
  462. updateCurrentTime();
  463. </script>
  464.  
  465.  
  466.  
  467.            
  468.  
  469.  
  470.  
  471.  
  472.  
  473.  
  474. <header class="header-v7 py-2 mb-4">
  475.    <!-- Top Bar -->
  476.    <div class="top-bar-v7">
  477.        <div class="container-fluid fluid-container">
  478.            <div class="row align-items-center justify-content-center">
  479.                <div class="col-lg-3 col-md-4">
  480.                    <div class="logo-section-v7">
  481.                        <a class="brand-link-v7" href="/">
  482.                            
  483.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/6faa2685-d3fa-42e0-b1f8-7799bb6f6b7b_logo.png" alt="BrightArena" class="logo-img-v7" />
  484.                            
  485.                        </a>
  486.                    </div>
  487.                </div>
  488.                <div class="col-lg-6 col-md-5">
  489.                    <div class="search-bar-v7">
  490.                        <form class="search-form-v7" action="#" method="get">
  491.                            <div class="search-container-v7">
  492.                                <input id="search-input" type="search" class="search-input-v7"
  493.                                    placeholder="Search articles, tutorials, news..." name="q">
  494.                                <button type="submit" class="search-btn-v7">
  495.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  496.                                        stroke-width="2">
  497.                                        <circle cx="11" cy="11" r="8"></circle>
  498.                                        <path d="m21 21-4.35-4.35"></path>
  499.                                    </svg>
  500.                                </button>
  501.                            </div>
  502.                            <div id="search-results" class="search-results-container search-v1"></div>
  503.                        </form>
  504.                    </div>
  505.                </div>
  506.                <div class="col-lg-3 col-md-3">
  507.                    <!-- Empty column for spacing -->
  508.                </div>
  509.            </div>
  510.        </div>
  511.    </div>
  512.  
  513.    <!-- Main Navigation -->
  514.    <div class="main-nav-v7">
  515.        <div class="container-fluid">
  516.            <div class="nav-wrapper-v7">
  517.  
  518.                <!-- Sidebar Navigation -->
  519.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  520.                    <div class="nav-header-v7">
  521.                        <h6 class="nav-title-v7">Navigation</h6>
  522.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  523.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  524.                                stroke-width="2">
  525.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  526.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  527.                            </svg>
  528.                        </button>
  529.                    </div>
  530.  
  531.                    <ul class="sidebar-menu-v7">
  532.                        <li class="sidebar-item-v7">
  533.                            <a href='/' class="sidebar-link-v7 active-v7">
  534.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  535.                                    stroke="currentColor" stroke-width="2">
  536.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  537.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  538.                                </svg>
  539.                                Home
  540.                            </a>
  541.                        </li>
  542.  
  543.                        <li class="sidebar-item-v7 has-submenu-v7">
  544.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  545.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  546.                                    stroke="currentColor" stroke-width="2">
  547.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  548.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  549.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  550.                                </svg>
  551.                                Technology
  552.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  553.                                    stroke="currentColor" stroke-width="2">
  554.                                    <polyline points="6,9 12,15 18,9"></polyline>
  555.                                </svg>
  556.                            </a>
  557.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  558.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  559.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  560.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  561.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  562.                            </ul>
  563.                        </li>
  564.  
  565.                        <li class="sidebar-item-v7 has-submenu-v7">
  566.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  567.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  568.                                    stroke="currentColor" stroke-width="2">
  569.                                    <path
  570.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  571.                                    </path>
  572.                                </svg>
  573.                                Business
  574.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  575.                                    stroke="currentColor" stroke-width="2">
  576.                                    <polyline points="6,9 12,15 18,9"></polyline>
  577.                                </svg>
  578.                            </a>
  579.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  580.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  581.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  582.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  583.                            </ul>
  584.                        </li>
  585.  
  586.                        <li class="sidebar-item-v7">
  587.                            <a href="#" class="sidebar-link-v7">
  588.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  589.                                    stroke="currentColor" stroke-width="2">
  590.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  591.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  592.                                </svg>
  593.                                Tutorials
  594.                            </a>
  595.                        </li>
  596.  
  597.                        <li class="sidebar-item-v7">
  598.                            <a href="#" class="sidebar-link-v7">
  599.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  600.                                    stroke="currentColor" stroke-width="2">
  601.                                    <polygon
  602.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  603.                                    </polygon>
  604.                                </svg>
  605.                                Reviews
  606.                            </a>
  607.                        </li>
  608.  
  609.                        <li class="sidebar-item-v7">
  610.                            <a href="#" class="sidebar-link-v7">
  611.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  612.                                    stroke="currentColor" stroke-width="2">
  613.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  614.                                </svg>
  615.                                News
  616.                            </a>
  617.                        </li>
  618.  
  619.                        <li class="sidebar-item-v7">
  620.                            <a href="#" class="sidebar-link-v7">
  621.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  622.                                    stroke="currentColor" stroke-width="2">
  623.                                    <circle cx="12" cy="12" r="3"></circle>
  624.                                    <path
  625.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  626.                                    </path>
  627.                                </svg>
  628.                                About
  629.                            </a>
  630.                        </li>
  631.  
  632.                        <li class="sidebar-item-v7">
  633.                            <a href="#" class="sidebar-link-v7">
  634.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  635.                                    stroke="currentColor" stroke-width="2">
  636.                                    <path
  637.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  638.                                    </path>
  639.                                    <polyline points="22,6 12,13 2,6"></polyline>
  640.                                </svg>
  641.                                Contact
  642.                            </a>
  643.                        </li>
  644.                    </ul>
  645.                </nav>
  646.                <div class="sidebar-blur"></div>
  647.  
  648.                <!-- Main Content Area -->
  649.                <div class="content-area-v7">
  650.                    <!-- Horizontal Nav for Desktop -->
  651.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  652.                        <ul class="horizontal-menu-v7">
  653.  
  654.                            
  655.                            <li class="horizontal-item-v7">
  656.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  657.                            </li>
  658.  
  659.                            
  660.                            
  661.                             <li class="horizontal-item-v7">
  662.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  663.                                    All Posts
  664.                                </a>
  665.                                </li>
  666.  
  667.                                
  668.  
  669.                                        
  670.                                        
  671.                                
  672.                             <li class="horizontal-item-v7">
  673.                                <a href="/category/business/" class="horizontal-link-v7">
  674.                                    Business
  675.                                </a>
  676.                                </li>
  677.  
  678.                                
  679.  
  680.                                        
  681.                                        
  682.                                
  683.                             <li class="horizontal-item-v7">
  684.                                <a href="/category/esports/" class="horizontal-link-v7">
  685.                                    Esports
  686.                                </a>
  687.                                </li>
  688.  
  689.                                
  690.  
  691.                                        
  692.                                        
  693.                                
  694.                             <li class="horizontal-item-v7">
  695.                                <a href="/category/fashion/" class="horizontal-link-v7">
  696.                                    Fashion
  697.                                </a>
  698.                                </li>
  699.  
  700.                                
  701.  
  702.                                        
  703.                                        
  704.                                
  705.                             <li class="horizontal-item-v7">
  706.                                <a href="/category/featured/" class="horizontal-link-v7">
  707.                                    Featured
  708.                                </a>
  709.                                </li>
  710.  
  711.                                
  712.  
  713.                                        
  714.                                        
  715.                                
  716.                             <li class="horizontal-item-v7">
  717.                                <a href="/category/gaming/" class="horizontal-link-v7">
  718.                                    Gaming
  719.                                </a>
  720.                                </li>
  721.  
  722.                                
  723.  
  724.                                        
  725.                                        
  726.                                
  727.                             <li class="horizontal-item-v7">
  728.                                <a href="/category/health/" class="horizontal-link-v7">
  729.                                    Health
  730.                                </a>
  731.                                </li>
  732.  
  733.                                
  734.  
  735.                                        
  736.                                        
  737.                                
  738.                            
  739.                                
  740.                                <li class="horizontal-item-v7 dropdown-v7">
  741.                                    <a href="#" class="horizontal-link-v7">More</a>
  742.                                    <div class="horizontal-dropdown-v7">
  743.                                        <a href="/category/life-fitness/"
  744.                                            class="dropdown-item-v7">
  745.                                            Life &amp; Fitness
  746.                                        </a>
  747.                                        
  748.  
  749.                                        
  750.                                        
  751.                                
  752.                            
  753.                                        <a href="/category/lifestyle/"
  754.                                            class="dropdown-item-v7">
  755.                                            Lifestyle
  756.                                        </a>
  757.                                        
  758.  
  759.                                        
  760.                                        
  761.                                
  762.                            
  763.                                        <a href="/category/news/"
  764.                                            class="dropdown-item-v7">
  765.                                            News
  766.                                        </a>
  767.                                        
  768.  
  769.                                        
  770.                                        
  771.                                
  772.                            
  773.                                        <a href="/category/others/"
  774.                                            class="dropdown-item-v7">
  775.                                            Others
  776.                                        </a>
  777.                                        
  778.  
  779.                                        
  780.                                        
  781.                                
  782.                            
  783.                                        <a href="/category/politics/"
  784.                                            class="dropdown-item-v7">
  785.                                            Politics
  786.                                        </a>
  787.                                        
  788.  
  789.                                        
  790.                                        
  791.                                
  792.                            
  793.                                        <a href="/category/sports/"
  794.                                            class="dropdown-item-v7">
  795.                                            Sports
  796.                                        </a>
  797.                                        
  798.  
  799.                                        
  800.                                        
  801.                                
  802.                            
  803.                                        <a href="/category/tech/"
  804.                                            class="dropdown-item-v7">
  805.                                            Tech
  806.                                        </a>
  807.                                        
  808.  
  809.                                        
  810.                                        
  811.                                
  812.                            
  813.                                        <a href="/category/travel/"
  814.                                            class="dropdown-item-v7">
  815.                                            Travel
  816.                                        </a>
  817.                                        
  818.  
  819.                                        
  820.                                        
  821.                                    </div>
  822.                                </li>
  823.                                
  824.                                
  825. <li>
  826.                  <a href="/page/contact-us/">
  827.                     Contact Us
  828.                  </a>
  829.              </li>
  830.                        </ul>
  831.                    </nav>
  832.  
  833.  
  834.                    <!-- Mobile Menu Button -->
  835.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  836.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  837.                            stroke-width="2">
  838.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  839.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  840.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  841.                        </svg>
  842.                        Menu
  843.                    </button>
  844.                </div>
  845.            </div>
  846.        </div>
  847.    </div>
  848.  
  849.    <!-- Overlay for mobile sidebar -->
  850.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  851. </header>
  852.  
  853. <style>
  854.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  855.    .header-v7 {
  856.        position: relative;
  857.        background: var(--navbar-bg);
  858.    }
  859.  
  860.    /* Top Bar Styles */
  861.    .top-bar-v7 {
  862.        padding: 15px 0;
  863.        border-bottom: 1px solid var(--border-color);
  864.        background: var(--navbar-bg);
  865.    }
  866.  
  867.    .logo-img-v7 {
  868.        max-height: 70px;
  869.        transition: transform 0.3s ease;
  870.    }
  871.  
  872.    .logo-img-v7:hover {
  873.        transform: scale(1.05);
  874.    }
  875.  
  876.    /* Search Bar Styles */
  877.    .search-container-v7 {
  878.        position: relative;
  879.        display: flex;
  880.        align-items: center;
  881.        background: transparent;
  882.        border: 2px solid var(--border-color);
  883.        border-radius: 8px;
  884.        overflow: hidden;
  885.        transition: all 0.3s ease;
  886.    }
  887.  
  888.    .search-container-v7:focus-within {
  889.        border-color: #007bff33;
  890.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  891.    }
  892.  
  893.    .search-input-v7 {
  894.        color: var(--topbar-color) !important;
  895.        flex: 1;
  896.        border: none;
  897.        padding: 12px 16px;
  898.        font-size: 14px;
  899.        outline: none;
  900.        background: transparent;
  901.    }
  902.  
  903.    .search-input-v7::placeholder {
  904.        color: #a0aec0;
  905.    }
  906.  
  907.    .search-btn-v7 {
  908.        background: var(--bs-primary);
  909.        color: white;
  910.        border: none;
  911.        padding: 12px 16px;
  912.        cursor: pointer;
  913.        transition: background 0.3s ease;
  914.    }
  915.  
  916.    .search-btn-v7:hover {
  917.        background: #3182ce;
  918.    }
  919.  
  920.    /* Header Actions */
  921.    .header-actions-v7 {
  922.        display: flex;
  923.        align-items: center;
  924.        gap: 15px;
  925.        justify-content: flex-end;
  926.    }
  927.  
  928.    .notification-btn-v7,
  929.    .profile-btn-v7 {
  930.        background: none;
  931.        border: none;
  932.        padding: 8px;
  933.        border-radius: 8px;
  934.        cursor: pointer;
  935.        transition: background 0.3s ease;
  936.        position: relative;
  937.    }
  938.  
  939.    .notification-btn-v7:hover,
  940.    .profile-btn-v7:hover {
  941.        background: #f1f5f9;
  942.    }
  943.  
  944.    .notification-badge-v7 {
  945.        position: absolute;
  946.        top: 2px;
  947.        right: 2px;
  948.        background: #e53e3e;
  949.        color: white;
  950.        font-size: 16px;
  951.        font-weight: 600;
  952.        width: 16px;
  953.        height: 16px;
  954.        border-radius: 50%;
  955.        display: flex;
  956.        align-items: center;
  957.        justify-content: center;
  958.    }
  959.  
  960.    .profile-avatar-v7 {
  961.        width: 32px;
  962.        height: 32px;
  963.        background: var(--border-color);
  964.        border-radius: 50%;
  965.        display: flex;
  966.        align-items: center;
  967.        justify-content: center;
  968.    }
  969.  
  970.    /* Main Navigation */
  971.    .main-nav-v7 {
  972.        background: var(--navbar-bg);
  973.    }
  974.  
  975.    .nav-wrapper-v7 {
  976.        display: flex;
  977.        align-items: center;
  978.        justify-content: center;
  979.        min-height: 60px;
  980.    }
  981.  
  982.    /* Sidebar Navigation */
  983.    .sidebar-nav-v7 {
  984.        position: fixed;
  985.        top: 0;
  986.        left: -350px;
  987.        width: 350px;
  988.        height: 100vh;
  989.        background: var(--navbar-bg);
  990.        z-index: 1000;
  991.        transition: left 0.3s ease;
  992.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  993.        overflow-y: auto;
  994.    }
  995.  
  996.    .sidebar-nav-v7.show-v7 {
  997.        left: 0;
  998.    }
  999.  
  1000.    .nav-header-v7 {
  1001.        display: flex;
  1002.        align-items: center;
  1003.        justify-content: space-between;
  1004.        padding: 20px 25px;
  1005.        border-bottom: 1px solid var(--border-color);
  1006.        background: var(--navbar-bg);
  1007.    }
  1008.  
  1009.    .nav-title-v7 {
  1010.        font-size: 16px;
  1011.        font-weight: 600;
  1012.        color: #2d3748;
  1013.        margin: 0;
  1014.    }
  1015.  
  1016.    .sidebar-close-v7 {
  1017.        background: none;
  1018.        border: none;
  1019.        padding: 8px;
  1020.        cursor: pointer;
  1021.        border-radius: 6px;
  1022.        transition: background 0.3s ease;
  1023.    }
  1024.  
  1025.    .sidebar-close-v7:hover {
  1026.        background: var(--border-color);
  1027.    }
  1028.  
  1029.    .sidebar-menu-v7 {
  1030.        list-style: none;
  1031.        padding: 20px 0;
  1032.        margin: 0;
  1033.    }
  1034.  
  1035.    .sidebar-item-v7 {
  1036.        margin-bottom: 5px;
  1037.    }
  1038.  
  1039.    .sidebar-link-v7 {
  1040.        display: flex;
  1041.        align-items: center;
  1042.        color: #4a5568;
  1043.        text-decoration: none;
  1044.        padding: 15px 25px;
  1045.        font-size: 15px;
  1046.        font-weight: 500;
  1047.        transition: all 0.3s ease;
  1048.        position: relative;
  1049.    }
  1050.  
  1051.    .sidebar-link-v7:hover,
  1052.    .sidebar-link-v7.active-v7 {
  1053.        color: #007bff;
  1054.        background: var(--border-color);
  1055.    }
  1056.  
  1057.    .sidebar-link-v7.active-v7::before {
  1058.        content: '';
  1059.        position: absolute;
  1060.        left: 0;
  1061.        top: 0;
  1062.        bottom: 0;
  1063.        width: 4px;
  1064.        background: #007bff;
  1065.    }
  1066.  
  1067.    .sidebar-icon-v7 {
  1068.        margin-right: 12px;
  1069.        color: currentColor;
  1070.    }
  1071.  
  1072.    .submenu-arrow-v7 {
  1073.        margin-left: auto;
  1074.        transition: transform 0.3s ease;
  1075.    }
  1076.  
  1077.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1078.        transform: rotate(180deg);
  1079.    }
  1080.  
  1081.    .sidebar-submenu-v7 {
  1082.        list-style: none;
  1083.        padding: 0;
  1084.        margin: 0;
  1085.        max-height: 0;
  1086.        overflow: hidden;
  1087.        transition: max-height 0.3s ease;
  1088.        background: var(--navbar-bg);
  1089.    }
  1090.  
  1091.    .sidebar-submenu-v7.show-v7 {
  1092.        max-height: 300px;
  1093.        padding: 10px 0;
  1094.    }
  1095.  
  1096.    .sidebar-sublink-v7 {
  1097.        display: block;
  1098.        color: #718096;
  1099.        text-decoration: none;
  1100.        padding: 10px 25px 10px 55px;
  1101.        font-size: 14px;
  1102.        transition: all 0.3s ease;
  1103.    }
  1104.  
  1105.    .sidebar-sublink-v7:hover {
  1106.        color: #007bff;
  1107.        background: var(--border-color);
  1108.    }
  1109.  
  1110.    /* Sidebar Footer */
  1111.    .sidebar-footer-v7 {
  1112.        padding: 25px;
  1113.        margin-top: auto;
  1114.        border-top: 1px solid var(--border-color);
  1115.    }
  1116.  
  1117.    .sidebar-cta-v7 {
  1118.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1119.        padding: 20px;
  1120.        border-radius: 12px;
  1121.        text-align: center;
  1122.        color: white;
  1123.    }
  1124.  
  1125.    .cta-title-v7 {
  1126.        font-size: 14px;
  1127.        font-weight: 600;
  1128.        margin: 0 0 5px 0;
  1129.    }
  1130.  
  1131.    .cta-text-v7 {
  1132.        font-size: 12px;
  1133.        margin: 0 0 15px 0;
  1134.        opacity: 0.9;
  1135.    }
  1136.  
  1137.    .cta-btn-v7 {
  1138.        background: rgba(255, 255, 255, 0.2);
  1139.        color: white;
  1140.        border: 1px solid rgba(255, 255, 255, 0.3);
  1141.        padding: 8px 20px;
  1142.        border-radius: 20px;
  1143.        font-size: 12px;
  1144.        font-weight: 500;
  1145.        cursor: pointer;
  1146.        transition: all 0.3s ease;
  1147.    }
  1148.  
  1149.    .cta-btn-v7:hover {
  1150.        background: rgba(255, 255, 255, 0.3);
  1151.    }
  1152.  
  1153.    /* Horizontal Navigation for Desktop */
  1154.    .horizontal-nav-v7 {
  1155.        flex: 1;
  1156.        display: flex;
  1157.        justify-content: center;
  1158.    }
  1159.  
  1160.    .horizontal-menu-v7 {
  1161.        list-style: none;
  1162.        padding: 0;
  1163.        margin: 0;
  1164.        display: flex;
  1165.        align-items: center;
  1166.    }
  1167.  
  1168.    .horizontal-item-v7 {
  1169.        position: relative;
  1170.        margin-right: 30px;
  1171.    }
  1172.  
  1173.    .horizontal-link-v7 {
  1174.        color: #4a5568;
  1175.        text-decoration: none;
  1176.        font-size: 16px;
  1177.        font-weight: 500;
  1178.        padding: 20px 0;
  1179.        position: relative;
  1180.        transition: color 0.3s ease;
  1181.    }
  1182.  
  1183.    .horizontal-link-v7::after {
  1184.        content: '';
  1185.        position: absolute;
  1186.        bottom: 0;
  1187.        left: 0;
  1188.        width: 0;
  1189.        height: 2px;
  1190.        background: #007bff;
  1191.        transition: width 0.3s ease;
  1192.    }
  1193.  
  1194.    .horizontal-link-v7:hover,
  1195.    .horizontal-link-v7.active-v7 {
  1196.        color: #007bff;
  1197.        font-weight: 600;
  1198.    }
  1199.  
  1200.    .horizontal-link-v7:hover::after,
  1201.    .horizontal-link-v7.active-v7::after {
  1202.        width: 100%;
  1203.    }
  1204.  
  1205.    /* Horizontal Dropdown */
  1206.    .horizontal-dropdown-v7 {
  1207.        position: absolute;
  1208.        top: 100%;
  1209.        left: 0;
  1210.        background: var(--navbar-bg);
  1211.        min-width: 200px;
  1212.        border-radius: 8px;
  1213.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1214.        opacity: 0;
  1215.        visibility: hidden;
  1216.        transform: translateY(-10px);
  1217.        transition: all 0.3s ease;
  1218.        padding: 10px 0;
  1219.        z-index: 100;
  1220.    }
  1221.  
  1222.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1223.        opacity: 1;
  1224.        visibility: visible;
  1225.        transform: translateY(0);
  1226.    }
  1227.  
  1228.    .dropdown-item-v7 {
  1229.        display: block;
  1230.        color: #4a5568;
  1231.        text-decoration: none;
  1232.        padding: 12px 20px;
  1233.        font-size: 14px;
  1234.        transition: all 0.3s ease;
  1235.    }
  1236.  
  1237.    .dropdown-item-v7:hover {
  1238.        color: #007bff;
  1239.        background: #565758ff;
  1240.    }
  1241.  
  1242.    /* Mobile Menu Button */
  1243.    .mobile-menu-btn-v7 {
  1244.        background: none;
  1245.        border: 1px solid var(--border-color);
  1246.        padding: 10px 15px;
  1247.        border-radius: 8px;
  1248.        cursor: pointer;
  1249.        display: flex;
  1250.        align-items: center;
  1251.        gap: 8px;
  1252.        font-size: 14px;
  1253.        font-weight: 500;
  1254.        color: #4a5568;
  1255.        transition: all 0.3s ease;
  1256.        margin: 0 auto;
  1257.    }
  1258.  
  1259.    .mobile-menu-btn-v7:hover {
  1260.        border-color: #cbd5e0;
  1261.        opacity: 0.7;
  1262.    }
  1263.  
  1264.    /* Sidebar Overlay */
  1265.    .sidebar-overlay-v7 {
  1266.        position: fixed;
  1267.        top: 0;
  1268.        left: 0;
  1269.        right: 0;
  1270.        bottom: 0;
  1271.        background: rgba(0, 0, 0, 0.5);
  1272.        z-index: 999;
  1273.        opacity: 0;
  1274.        visibility: hidden;
  1275.        transition: all 0.3s ease;
  1276.    }
  1277.  
  1278.    .sidebar-overlay-v7.show-v7 {
  1279.        opacity: 1;
  1280.        visibility: visible;
  1281.    }
  1282.  
  1283.    /* Responsive Design */
  1284.    @media (max-width: 991px) {
  1285.        .top-bar-v7 .col-lg-6 {
  1286.            order: 3;
  1287.            margin-top: 15px;
  1288.        }
  1289.  
  1290.        .header-actions-v7 {
  1291.            justify-content: flex-start;
  1292.        }
  1293.    }
  1294.  
  1295.    @media (max-width: 768px) {
  1296.        .sidebar-nav-v7 {
  1297.            width: 300px;
  1298.            left: -300px;
  1299.        }
  1300.  
  1301.        .search-container-v7 {
  1302.            margin-top: 10px;
  1303.        }
  1304.    }
  1305. </style>
  1306.  
  1307. <script>
  1308.    function openSidebarV7() {
  1309.        const sidebar = document.getElementById('sidebarNavV7');
  1310.        const overlay = document.getElementById('sidebarOverlayV7');
  1311.  
  1312.        sidebar.classList.add('show-v7');
  1313.        overlay.classList.add('show-v7');
  1314.        document.body.style.overflow = 'hidden';
  1315.    }
  1316.  
  1317.    function closeSidebarV7() {
  1318.        const sidebar = document.getElementById('sidebarNavV7');
  1319.        const overlay = document.getElementById('sidebarOverlayV7');
  1320.  
  1321.        sidebar.classList.remove('show-v7');
  1322.        overlay.classList.remove('show-v7');
  1323.        document.body.style.overflow = '';
  1324.    }
  1325.  
  1326.    function toggleSubmenuV7(submenuId) {
  1327.        const submenu = document.getElementById(submenuId);
  1328.        const parentItem = submenu.closest('.sidebar-item-v7');
  1329.  
  1330.        // Close other open submenus
  1331.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1332.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1333.  
  1334.        allSubmenus.forEach(menu => {
  1335.            if (menu.id !== submenuId) {
  1336.                menu.classList.remove('show-v7');
  1337.            }
  1338.        });
  1339.  
  1340.        allParentItems.forEach(item => {
  1341.            if (item !== parentItem) {
  1342.                item.classList.remove('open-v7');
  1343.            }
  1344.        });
  1345.  
  1346.        // Toggle current submenu
  1347.        submenu.classList.toggle('show-v7');
  1348.        parentItem.classList.toggle('open-v7');
  1349.    }
  1350.  
  1351.    // Close sidebar when clicking outside
  1352.    document.addEventListener('click', function (event) {
  1353.        const sidebar = document.getElementById('sidebarNavV7');
  1354.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1355.  
  1356.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1357.            closeSidebarV7();
  1358.        }
  1359.    });
  1360.  
  1361.    // Handle window resize
  1362.    window.addEventListener('resize', function () {
  1363.        if (window.innerWidth >= 992) {
  1364.            closeSidebarV7();
  1365.        }
  1366.    });
  1367. </script>
  1368.  
  1369. <script>
  1370.  document.addEventListener("DOMContentLoaded", function () {
  1371.    console.log("loaded");
  1372.  
  1373.     const searchInput = document.getElementById("search-input")
  1374.    const searchResults = document.getElementById("search-results");
  1375.  
  1376.    if (!searchInput || !searchResults) {
  1377.      console.error("Search input/results not found");
  1378.      return;
  1379.    }
  1380.  
  1381.    // Prevent form submission
  1382.    if (searchInput.form) {
  1383.      searchInput.form.addEventListener("submit", function (e) {
  1384.        e.preventDefault();
  1385.      });
  1386.    }
  1387.  
  1388.    // Add event listener for keyup
  1389.    searchInput.addEventListener("keyup", function (e) {
  1390.      console.log("Key pressed:", e.key);
  1391.      e.preventDefault();
  1392.  
  1393.      const query = searchInput.value.trim();
  1394.      console.log("User is typing: " + query);
  1395.  
  1396.      // If empty → clear and hide
  1397.      if (query === "") {
  1398.        searchResults.innerHTML = "";
  1399.        searchResults.style.display = "none";
  1400.        return;
  1401.      }
  1402.  
  1403.      // Show results
  1404.      searchResults.style.display = "block";
  1405.  
  1406.      // Fetch search results
  1407.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1408.        method: "GET",
  1409.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1410.      })
  1411.        .then(response => {
  1412.          console.log("Response Status:", response.status);
  1413.          return response.json();
  1414.        })
  1415.        .then(data => {
  1416.          console.log("Data received:", data);
  1417.          if (data.html) {
  1418.            searchResults.innerHTML = data.html;
  1419.          } else {
  1420.            searchResults.innerHTML = "<p>No results found.</p>";
  1421.          }
  1422.        })
  1423.        .catch(error => {
  1424.          console.error("Error fetching search results:", error);
  1425.        });
  1426.    });
  1427.  
  1428.    // Close results when clicking outside
  1429.    document.addEventListener("click", function (e) {
  1430.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1431.        searchResults.style.display = "none";
  1432.      }
  1433.    });
  1434.  
  1435.    // Close results on ESC key
  1436.    document.addEventListener("keydown", function (e) {
  1437.      if (e.key === "Escape") {
  1438.        searchResults.style.display = "none";
  1439.      }
  1440.    });
  1441.  });
  1442. </script>
  1443.  
  1444. <style>
  1445.        /* search field */
  1446.  .search-results-container {
  1447.  position: absolute;
  1448.  top: 100%; /* Position it below the input field */
  1449.  left: 10px;
  1450.  right: 10px;
  1451.  background-color: white;
  1452.  border: 1px solid #ddd;
  1453.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1454.  max-height: 300px;
  1455.  overflow-y: auto;
  1456.  z-index: 1000;
  1457.  display: none; /* Initially hidden */
  1458. }
  1459.  
  1460. .search-results-container p {
  1461.  margin: 0;
  1462. }
  1463.  
  1464. .search-results-container .result-item {
  1465.  padding: 10px;
  1466.  cursor: pointer;
  1467. }
  1468.  
  1469. .search-results-container .result-item:hover {
  1470.  background-color: #f0f0f0;
  1471. }
  1472. </style>
  1473.  
  1474.        </header>
  1475.        <!-- end of header -->
  1476.        <!-- start of wpo-blog-hero -->
  1477.        
  1478.  
  1479.  
  1480.  
  1481.  
  1482.  
  1483.  
  1484.  
  1485. <div class="blog-hero-v2">
  1486.  <div class="container-fluid fluid-container">
  1487.    <div class="row">
  1488.      <!-- Main Featured Post -->
  1489.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1490.        
  1491.        
  1492.        
  1493.          
  1494.        <div class="featured-post">
  1495.          <div class="post-image">
  1496.            
  1497.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1498.              class="img-fluid" alt="">
  1499.            
  1500.            <div class="post-overlay">
  1501.              <div class="post-content">
  1502.                <span class="category-badge bg-primary-gradient">News</span>
  1503.                <h1 class="post-title1 blog-color">
  1504.                  <a href="/iconic-singer-barry-manilow-will-have-a-procedure-for-lung-cancer/" class="blog-color">
  1505.                    Iconic Singer Barry Manilow Will Have a Procedure for Lung Cancer.
  1506.                  </a>
  1507.                </h1>
  1508.                <p class="post-excerpt"></p>
  1509.                <div class="post-meta">
  1510.                  <div class="author-info">
  1511.                    
  1512.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera"
  1513.                      style="object-fit: cover;" class="author-avatar">
  1514.                    
  1515.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Haley Barrera</a></span>
  1516.                  </div>
  1517.                  <span class="post-date">19 May 2026</span>
  1518.                </div>
  1519.              </div>
  1520.            </div>
  1521.          </div>
  1522.        </div>
  1523.  
  1524.        
  1525.        
  1526.      </div>
  1527.  
  1528.      <!-- Side Posts -->
  1529.      <div class="col-lg-4 col-md-12">
  1530.        <div class="row h-100">
  1531.        
  1532.  
  1533.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1534.            <div class="side-post h-100">
  1535.              <div class="row g-0 h-100">
  1536.                <div class="col-5">
  1537.                  <div class="side-post-image">
  1538.                    
  1539.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1540.                      style="object-fit: cover;" alt="">
  1541.                    
  1542.                  </div>
  1543.                </div>
  1544.                <div class="col-7">
  1545.                  <div class="side-post-content">
  1546.                    <div>
  1547.                      <span class="category-badge bg-primary-gradient">News</span>
  1548.                      <h3> <a href="/former-british-serviceman-accused-of-murdering-kenyan-woman-appears-in-court/" class="line-clamp-2">
  1549.                          Former British Serviceman Accused of Murdering Kenyan Woman Appears in Court
  1550.                        </a></h3>
  1551.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1552.                    </div>
  1553.                    <div class="side-post-meta">
  1554.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Haley Barrera</a></span>
  1555.                    </div>
  1556.                  </div>
  1557.                </div>
  1558.              </div>
  1559.            </div>
  1560.          </div>
  1561.  
  1562.          
  1563.  
  1564.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1565.            <div class="side-post h-100">
  1566.              <div class="row g-0 h-100">
  1567.                <div class="col-5">
  1568.                  <div class="side-post-image">
  1569.                    
  1570.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1571.                      style="object-fit: cover;" alt="">
  1572.                    
  1573.                  </div>
  1574.                </div>
  1575.                <div class="col-7">
  1576.                  <div class="side-post-content">
  1577.                    <div>
  1578.                      <span class="category-badge bg-primary-gradient">News</span>
  1579.                      <h3> <a href="/us-food-and-drug-administration-clears-addyi-a-desire-boosting-medication-for-postmenopausal/" class="line-clamp-2">
  1580.                          U.S. Food and Drug Administration Clears Addyi, a Desire-Boosting Medication for Postmenopausal
  1581.                        </a></h3>
  1582.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1583.                    </div>
  1584.                    <div class="side-post-meta">
  1585.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Haley Barrera</a></span>
  1586.                    </div>
  1587.                  </div>
  1588.                </div>
  1589.              </div>
  1590.            </div>
  1591.          </div>
  1592.  
  1593.          
  1594.  
  1595.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1596.            <div class="side-post h-100">
  1597.              <div class="row g-0 h-100">
  1598.                <div class="col-5">
  1599.                  <div class="side-post-image">
  1600.                    
  1601.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1602.                      style="object-fit: cover;" alt="">
  1603.                    
  1604.                  </div>
  1605.                </div>
  1606.                <div class="col-7">
  1607.                  <div class="side-post-content">
  1608.                    <div>
  1609.                      <span class="category-badge bg-primary-gradient">News</span>
  1610.                      <h3> <a href="/we-must-have-a-chopper-to-go-find-them-teenagers-urgent-plea-to-save-family-lost-off-down-under-coast-disclosed/" class="line-clamp-2">
  1611.                          We Must Have a Chopper to Go Find Them’: Teenager’s Urgent Plea to Save Family Lost Off Down Under Coast Disclosed
  1612.                        </a></h3>
  1613.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1614.                    </div>
  1615.                    <div class="side-post-meta">
  1616.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Haley Barrera</a></span>
  1617.                    </div>
  1618.                  </div>
  1619.                </div>
  1620.              </div>
  1621.            </div>
  1622.          </div>
  1623.  
  1624.          
  1625.        </div>
  1626.      </div>
  1627.    </div>
  1628.  </div>
  1629. </div>
  1630.  
  1631. <style>
  1632.  /* Blog Hero V2 Styles */
  1633.  .blog-hero-v2 {
  1634.    padding: 60px 0;
  1635.  }
  1636.  
  1637.  /* Featured Post Styles */
  1638.  .featured-post {
  1639.    position: relative;
  1640.    border-radius: 20px;
  1641.    overflow: hidden;
  1642.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1643.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1644.  }
  1645.  
  1646.  .featured-post:hover {
  1647.    transform: translateY(-5px);
  1648.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1649.  }
  1650.  
  1651.  .featured-post .post-image {
  1652.    position: relative;
  1653.    height: 500px;
  1654.    overflow: hidden;
  1655.  }
  1656.  
  1657.  .featured-post .post-image img {
  1658.    width: 100%;
  1659.    height: 100%;
  1660.    object-fit: cover;
  1661.    transition: transform 0.5s ease;
  1662.  }
  1663.  
  1664.  .featured-post:hover .post-image img {
  1665.    transform: scale(1.05);
  1666.  }
  1667.  
  1668.  .post-overlay {
  1669.    position: absolute;
  1670.    top: 0;
  1671.    left: 0;
  1672.    right: 0;
  1673.    bottom: 0;
  1674.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1675.    display: flex;
  1676.    align-items: flex-end;
  1677.    padding: 40px;
  1678.  }
  1679.  
  1680.  .post-content .post-title1 {
  1681.    color: white;
  1682.    font-size: 2.5rem;
  1683.    font-weight: 700;
  1684.    margin: 15px 0;
  1685.    line-height: 1.2;
  1686.  }
  1687.  
  1688.  .post-content .post-excerpt {
  1689.    color: rgba(255, 255, 255, 0.9);
  1690.    font-size: 1.1rem;
  1691.    margin-bottom: 20px;
  1692.    line-height: 1.6;
  1693.  }
  1694.  
  1695.  /* Category Badges */
  1696.  .category-badge {
  1697.    display: inline-block;
  1698.    padding: 4px 8px;
  1699.    font-size: 0.75rem;
  1700.    font-weight: 600;
  1701.    text-transform: uppercase;
  1702.    letter-spacing: 0.5px;
  1703.    border-radius: 25px;
  1704.    text-align: center;
  1705.    width: fit-content;
  1706.  }
  1707.  
  1708.  /* Post Meta */
  1709.  .post-meta {
  1710.    display: flex;
  1711.    align-items: center;
  1712.    justify-content: space-between;
  1713.    margin-top: 25px;
  1714.  }
  1715.  
  1716.  .author-info {
  1717.    display: flex;
  1718.    align-items: center;
  1719.    gap: 12px;
  1720.  }
  1721.  
  1722.  .author-avatar {
  1723.    width: 45px !important;
  1724.    height: 45px !important;
  1725.    border-radius: 50%;
  1726.    border: 3px solid white;
  1727.  }
  1728.  
  1729.  .author-name,
  1730.  .post-date {
  1731.    color: rgba(255, 255, 255, 0.9);
  1732.    font-weight: 500;
  1733.  }
  1734.  
  1735.  .author-name {
  1736.    text-decoration: none;
  1737.  }
  1738.  
  1739.  .author-name:hover {
  1740.    color: white;
  1741.  }
  1742.  
  1743.  /* Side Posts */
  1744.  .side-post {
  1745.    background: var(--card-bg);
  1746.    border-radius: 15px;
  1747.    border: 1px solid var(--border-color);
  1748.    overflow: hidden;
  1749.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1750.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1751.    height: auto;
  1752.  }
  1753.  
  1754.  .side-post:hover {
  1755.    transform: translateY(-3px);
  1756.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1757.  }
  1758.  
  1759.  .side-post-image {
  1760.    max-height: 155px;
  1761.    height: 100%;
  1762.    overflow: hidden;
  1763.  }
  1764.  
  1765.  .side-post-image img {
  1766.    width: 100%;
  1767.    height: 100%;
  1768.    object-fit: cover;
  1769.    transition: transform 0.3s ease;
  1770.  }
  1771.  
  1772.  .side-post:hover .side-post-image img {
  1773.    transform: scale(1.1);
  1774.  }
  1775.  
  1776.  .side-post-content {
  1777.    padding: 8px 16px;
  1778.    display: flex;
  1779.    flex-direction: column;
  1780.    justify-content: space-between;
  1781.    height: 100%;
  1782.  }
  1783.  
  1784.  .side-post-content h3 {
  1785.    font-size: 1rem;
  1786.    font-weight: 600;
  1787.    margin: 8px 0;
  1788.    line-height: 1.4;
  1789.  }
  1790.  
  1791.  .side-post-content h3 a {
  1792.    color: #333;
  1793.    text-decoration: none;
  1794.    transition: color 0.3s ease;
  1795.  }
  1796.  
  1797.  .side-post-content h3 a:hover {
  1798.    color: #007bff;
  1799.  }
  1800.  
  1801.  .side-post-meta {
  1802.    font-size: 0.8rem;
  1803.    color: #666;
  1804.    display: flex;
  1805.    flex-direction: column;
  1806.    gap: 4px;
  1807.  }
  1808.  
  1809.  .side-post-meta a {
  1810.    color: #007bff;
  1811.    text-decoration: none;
  1812.  }
  1813.  
  1814.  .side-post-meta a:hover {
  1815.    text-decoration: underline;
  1816.  }
  1817.  
  1818.  /* Responsive Design */
  1819.  @media (max-width: 768px) {
  1820.    .blog-hero-v2 {
  1821.      padding: 30px 0;
  1822.    }
  1823.  
  1824.    .featured-post .post-image {
  1825.      height: 350px;
  1826.    }
  1827.  
  1828.    .post-overlay {
  1829.      padding: 25px;
  1830.    }
  1831.  
  1832.    .post-content .post-title1 {
  1833.      font-size: 1.8rem;
  1834.    }
  1835.  
  1836.    .post-content .post-excerpt {
  1837.      font-size: 1rem;
  1838.      margin-bottom: 15px;
  1839.    }
  1840.  
  1841.    .post-meta {
  1842.      flex-direction: column;
  1843.      align-items: flex-start;
  1844.      gap: 10px;
  1845.    }
  1846.  
  1847.    .side-post {
  1848.      height: auto;
  1849.    }
  1850.  
  1851.    .side-post-content {
  1852.      height: auto;
  1853.      padding: 15px;
  1854.    }
  1855.  }
  1856.  
  1857.  @media (max-width: 576px) {
  1858.    .post-content .post-title1 {
  1859.      font-size: 1.5rem;
  1860.    }
  1861.  
  1862.    .side-post-content h3 {
  1863.      font-size: 0.9rem;
  1864.    }
  1865.  
  1866.    .side-post-image img {}
  1867.  }
  1868. </style>
  1869.  
  1870.  
  1871.  
  1872.  
  1873.        <!-- end of wpo-blog-hero -->
  1874.  
  1875.        <!-- start of wpo-breacking-news -->
  1876.        
  1877.        <!-- end of wpo-breacking-news -->
  1878.        
  1879.        <!-- start wpo-blog-highlights-section -->
  1880.        
  1881.  
  1882.  
  1883.  
  1884.    
  1885.  
  1886.  
  1887. <style>
  1888.  
  1889.    .blog-highlights-section {
  1890.        padding: 30px 0;
  1891.    }
  1892.  
  1893.    .blog-cards-grid {
  1894.        display: grid;
  1895.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1896.        gap: 30px;
  1897.    }
  1898.  
  1899.    .blog-card {
  1900.        background: var(--card-bg);
  1901.        border: 1px solid var(--card-border);
  1902.        border-radius: var(--border-radius);
  1903.        overflow: hidden;
  1904.        transition: all 0.3s ease;
  1905.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1906.    }
  1907.  
  1908.    .blog-card:hover {
  1909.        transform: translateY(-8px);
  1910.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1911.        border-color: var(--theme-primary-color);
  1912.    }
  1913.  
  1914.    .blog-card-image {
  1915.        position: relative;
  1916.        height: 220px;
  1917.        overflow: hidden;
  1918.    }
  1919.  
  1920.    .blog-card-image img {
  1921.        width: 100%;
  1922.        height: 100%;
  1923.        object-fit: cover;
  1924.        transition: transform 0.3s ease;
  1925.    }
  1926.  
  1927.    .blog-card:hover .blog-card-image img {
  1928.        transform: scale(1.05);
  1929.    }
  1930.  
  1931.    .blog-category {
  1932.        position: absolute;
  1933.        top: 15px;
  1934.        right: 15px;
  1935.        color: white;
  1936.        padding: 6px 12px;
  1937.        border-radius: 20px;
  1938.        font-size: 12px;
  1939.        font-weight: 600;
  1940.        text-transform: uppercase;
  1941.        letter-spacing: 0.5px;
  1942.    }
  1943.  
  1944.    .blog-card-content {
  1945.        padding: 25px;
  1946.    }
  1947.  
  1948.    .blog-card-title {
  1949.        font-family: var(--heading-font);
  1950.        font-size: 1.3rem;
  1951.        font-weight: var(--heading-weight);
  1952.        color: var(--top-color);
  1953.        margin-bottom: 15px;
  1954.        line-height: 1.4;
  1955.    }
  1956.  
  1957.    .blog-card-title a {
  1958.        color: inherit !important;
  1959.        text-decoration: none;
  1960.        transition: color 0.3s ease;
  1961.    }
  1962.  
  1963.    .blog-card-title a:hover {
  1964.        color: var(--theme-primary-color);
  1965.    }
  1966.  
  1967.    .blog-card-meta {
  1968.        display: flex;
  1969.        align-items: center;
  1970.        gap: 15px;
  1971.        margin-bottom: 15px;
  1972.        font-size: 14px;
  1973.        color: var(--text-light-color);
  1974.    }
  1975.  
  1976.    .blog-author-img {
  1977.        width: 30px;
  1978.        height: 30px;
  1979.        border-radius: 50%;
  1980.        object-fit: cover;
  1981.    }
  1982.  
  1983.    .blog-card-excerpt {
  1984.        color: var(--body-color);
  1985.        font-size: 15px;
  1986.        line-height: 1.6;
  1987.        margin-bottom: 20px;
  1988.        display: -webkit-box;
  1989.        -webkit-line-clamp: 3;
  1990.        -webkit-box-orient: vertical;
  1991.        overflow: hidden;
  1992.    }
  1993.  
  1994.    .blog-card-footer {
  1995.        display: flex;
  1996.        justify-content: space-between;
  1997.        align-items: center;
  1998.        padding-top: 15px;
  1999.        border-top: 1px solid var(--border-color-s2);
  2000.    }
  2001.  
  2002.    .blog-read-time {
  2003.        font-size: 13px;
  2004.        color: var(--light);
  2005.    }
  2006.  
  2007.    .blog-read-more {
  2008.        color: var(--top-color) !important;
  2009.        text-decoration: none;
  2010.        font-weight: 600;
  2011.        font-size: 14px;
  2012.        transition: all 0.3s ease;
  2013.    }
  2014.  
  2015.    .blog-read-more:hover {
  2016.        color: var(--theme-primary-color-s2);
  2017.        text-decoration: underline;
  2018.    }
  2019.  
  2020.    .section-title {
  2021.        font-family: var(--heading-font);
  2022.        font-size: 2.5rem;
  2023.        font-weight: var(--heading-weight);
  2024.        color: var(--heading-color);
  2025.        text-align: center;
  2026.        margin-bottom: 20px;
  2027.    }
  2028.  
  2029.    .section-subtitle {
  2030.        text-align: center;
  2031.        color: var(--text-light-color);
  2032.        font-size: 1.1rem;
  2033.        max-width: 600px;
  2034.        margin: 0 auto;
  2035.    }
  2036.  
  2037.    @media (max-width: 768px) {
  2038.        .blog-cards-grid {
  2039.            grid-template-columns: 1fr;
  2040.            gap: 20px;
  2041.        }
  2042.        
  2043.        .section-title {
  2044.            font-size: 2rem;
  2045.        }
  2046.        
  2047.        .blog-highlights-section {
  2048.            padding: 60px 0;
  2049.        }
  2050.    }
  2051. </style>
  2052.  
  2053. <section class="blog-highlights-section">
  2054.     <div class="container-fluid fluid-container">
  2055.      
  2056.            <div class="section-title">
  2057.                <h2>
  2058.                Today's Top Highlights
  2059.                   </h2>
  2060.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  2061.    </div>
  2062.        
  2063.        <div class="row">
  2064.            <div class="col-lg-8 col-12">
  2065.                <div class="blog-cards-grid">
  2066.                    
  2067.                    <article class="blog-card">
  2068.                        <div class="blog-card-image">
  2069.                          
  2070.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2071.                            
  2072.                            <span class="blog-category bg-primary-gradient">
  2073.                                News
  2074.                            </span>
  2075.                        </div>
  2076.                        <div class="blog-card-content">
  2077.                            <h3 class="blog-card-title">
  2078.                                <a href="/los-blancos-alexander-arnold-could-play-against-liverpool-in-novembers-european-fixture/" >
  2079.                                Los Blancos&#x27; Alexander-Arnold Could Play Against Liverpool in November&#x27;s European Fixture
  2080.                                </a>
  2081.                            </h3>
  2082.                            <div class="blog-card-meta">
  2083.                                
  2084.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="blog-author-img">
  2085.                                
  2086.                                <span>By <strong>Haley Barrera</strong></span>
  2087.                                <span>•</span>
  2088.                                <span>18 May 2026</span>
  2089.                            </div>
  2090.                            <p class="blog-card-excerpt">
  2091.                                
  2092.                            </p>
  2093.                            <div class="blog-card-footer">
  2094.                                <div class="blog-read-time">
  2095.                                    📖 5 min read
  2096.                                </div>
  2097.                                <a href="/los-blancos-alexander-arnold-could-play-against-liverpool-in-novembers-european-fixture/" class="blog-read-more">
  2098.                                    Read More →
  2099.                                </a>
  2100.                            </div>
  2101.                        </div>
  2102.                    </article>
  2103.                    
  2104.                    <article class="blog-card">
  2105.                        <div class="blog-card-image">
  2106.                          
  2107.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2108.                            
  2109.                            <span class="blog-category bg-primary-gradient">
  2110.                                News
  2111.                            </span>
  2112.                        </div>
  2113.                        <div class="blog-card-content">
  2114.                            <h3 class="blog-card-title">
  2115.                                <a href="/disturbing-recollections-resurface-in-davao-city-as-authorities-trace-bondi-beach-shooting-suspects-activities/" >
  2116.                                Disturbing Recollections Resurface in Davao City as Authorities Trace Bondi Beach Shooting Suspects’ Activities
  2117.                                </a>
  2118.                            </h3>
  2119.                            <div class="blog-card-meta">
  2120.                                
  2121.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="blog-author-img">
  2122.                                
  2123.                                <span>By <strong>Haley Barrera</strong></span>
  2124.                                <span>•</span>
  2125.                                <span>18 May 2026</span>
  2126.                            </div>
  2127.                            <p class="blog-card-excerpt">
  2128.                                
  2129.                            </p>
  2130.                            <div class="blog-card-footer">
  2131.                                <div class="blog-read-time">
  2132.                                    📖 5 min read
  2133.                                </div>
  2134.                                <a href="/disturbing-recollections-resurface-in-davao-city-as-authorities-trace-bondi-beach-shooting-suspects-activities/" class="blog-read-more">
  2135.                                    Read More →
  2136.                                </a>
  2137.                            </div>
  2138.                        </div>
  2139.                    </article>
  2140.                    
  2141.                    <article class="blog-card">
  2142.                        <div class="blog-card-image">
  2143.                          
  2144.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2145.                            
  2146.                            <span class="blog-category bg-primary-gradient">
  2147.                                News
  2148.                            </span>
  2149.                        </div>
  2150.                        <div class="blog-card-content">
  2151.                            <h3 class="blog-card-title">
  2152.                                <a href="/genuine-algarve-uncovering-portugal-away-from-the-coastline/" >
  2153.                                Genuine Algarve: Uncovering Portugal Away from the Coastline
  2154.                                </a>
  2155.                            </h3>
  2156.                            <div class="blog-card-meta">
  2157.                                
  2158.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="blog-author-img">
  2159.                                
  2160.                                <span>By <strong>Haley Barrera</strong></span>
  2161.                                <span>•</span>
  2162.                                <span>18 May 2026</span>
  2163.                            </div>
  2164.                            <p class="blog-card-excerpt">
  2165.                                
  2166.                            </p>
  2167.                            <div class="blog-card-footer">
  2168.                                <div class="blog-read-time">
  2169.                                    📖 5 min read
  2170.                                </div>
  2171.                                <a href="/genuine-algarve-uncovering-portugal-away-from-the-coastline/" class="blog-read-more">
  2172.                                    Read More →
  2173.                                </a>
  2174.                            </div>
  2175.                        </div>
  2176.                    </article>
  2177.                    
  2178.                    <article class="blog-card">
  2179.                        <div class="blog-card-image">
  2180.                          
  2181.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2182.                            
  2183.                            <span class="blog-category bg-primary-gradient">
  2184.                                News
  2185.                            </span>
  2186.                        </div>
  2187.                        <div class="blog-card-content">
  2188.                            <h3 class="blog-card-title">
  2189.                                <a href="/arsenals-goalkeeper-highlights-squad-depth-as-key-to-silverware-ambitions/" >
  2190.                                Arsenal&#x27;s goalkeeper Highlights Squad Depth as Key to Silverware Ambitions
  2191.                                </a>
  2192.                            </h3>
  2193.                            <div class="blog-card-meta">
  2194.                                
  2195.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="blog-author-img">
  2196.                                
  2197.                                <span>By <strong>Haley Barrera</strong></span>
  2198.                                <span>•</span>
  2199.                                <span>18 May 2026</span>
  2200.                            </div>
  2201.                            <p class="blog-card-excerpt">
  2202.                                
  2203.                            </p>
  2204.                            <div class="blog-card-footer">
  2205.                                <div class="blog-read-time">
  2206.                                    📖 5 min read
  2207.                                </div>
  2208.                                <a href="/arsenals-goalkeeper-highlights-squad-depth-as-key-to-silverware-ambitions/" class="blog-read-more">
  2209.                                    Read More →
  2210.                                </a>
  2211.                            </div>
  2212.                        </div>
  2213.                    </article>
  2214.                    
  2215.                    <article class="blog-card">
  2216.                        <div class="blog-card-image">
  2217.                          
  2218.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2219.                            
  2220.                            <span class="blog-category bg-primary-gradient">
  2221.                                News
  2222.                            </span>
  2223.                        </div>
  2224.                        <div class="blog-card-content">
  2225.                            <h3 class="blog-card-title">
  2226.                                <a href="/will-the-all-blacks-find-their-winning-form-in-the-upcoming-matches/" >
  2227.                                Will the All Blacks find their winning form in the upcoming matches?
  2228.                                </a>
  2229.                            </h3>
  2230.                            <div class="blog-card-meta">
  2231.                                
  2232.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="blog-author-img">
  2233.                                
  2234.                                <span>By <strong>Haley Barrera</strong></span>
  2235.                                <span>•</span>
  2236.                                <span>18 May 2026</span>
  2237.                            </div>
  2238.                            <p class="blog-card-excerpt">
  2239.                                
  2240.                            </p>
  2241.                            <div class="blog-card-footer">
  2242.                                <div class="blog-read-time">
  2243.                                    📖 5 min read
  2244.                                </div>
  2245.                                <a href="/will-the-all-blacks-find-their-winning-form-in-the-upcoming-matches/" class="blog-read-more">
  2246.                                    Read More →
  2247.                                </a>
  2248.                            </div>
  2249.                        </div>
  2250.                    </article>
  2251.                    
  2252.                    <article class="blog-card">
  2253.                        <div class="blog-card-image">
  2254.                          
  2255.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2256.                            
  2257.                            <span class="blog-category bg-primary-gradient">
  2258.                                News
  2259.                            </span>
  2260.                        </div>
  2261.                        <div class="blog-card-content">
  2262.                            <h3 class="blog-card-title">
  2263.                                <a href="/his-unprecedented-shadow-in-athletics-reached-an-apex-in-2025-next-year-looks-set-to-go-further/" >
  2264.                                His Unprecedented Shadow in Athletics Reached An Apex in 2025. Next Year Looks Set to Go Further.
  2265.                                </a>
  2266.                            </h3>
  2267.                            <div class="blog-card-meta">
  2268.                                
  2269.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="blog-author-img">
  2270.                                
  2271.                                <span>By <strong>Haley Barrera</strong></span>
  2272.                                <span>•</span>
  2273.                                <span>18 May 2026</span>
  2274.                            </div>
  2275.                            <p class="blog-card-excerpt">
  2276.                                
  2277.                            </p>
  2278.                            <div class="blog-card-footer">
  2279.                                <div class="blog-read-time">
  2280.                                    📖 5 min read
  2281.                                </div>
  2282.                                <a href="/his-unprecedented-shadow-in-athletics-reached-an-apex-in-2025-next-year-looks-set-to-go-further/" class="blog-read-more">
  2283.                                    Read More →
  2284.                                </a>
  2285.                            </div>
  2286.                        </div>
  2287.                    </article>
  2288.                    
  2289.                    <article class="blog-card">
  2290.                        <div class="blog-card-image">
  2291.                          
  2292.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2293.                            
  2294.                            <span class="blog-category bg-primary-gradient">
  2295.                                News
  2296.                            </span>
  2297.                        </div>
  2298.                        <div class="blog-card-content">
  2299.                            <h3 class="blog-card-title">
  2300.                                <a href="/we-got-dismissed-and-we-accept-it-learn-how-to-secure-a-fresh-position-that-suits-your-needs/" >
  2301.                                We Got Dismissed, and We Accept It – Learn How to Secure a Fresh Position That Suits Your Needs
  2302.                                </a>
  2303.                            </h3>
  2304.                            <div class="blog-card-meta">
  2305.                                
  2306.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="blog-author-img">
  2307.                                
  2308.                                <span>By <strong>Haley Barrera</strong></span>
  2309.                                <span>•</span>
  2310.                                <span>18 May 2026</span>
  2311.                            </div>
  2312.                            <p class="blog-card-excerpt">
  2313.                                
  2314.                            </p>
  2315.                            <div class="blog-card-footer">
  2316.                                <div class="blog-read-time">
  2317.                                    📖 5 min read
  2318.                                </div>
  2319.                                <a href="/we-got-dismissed-and-we-accept-it-learn-how-to-secure-a-fresh-position-that-suits-your-needs/" class="blog-read-more">
  2320.                                    Read More →
  2321.                                </a>
  2322.                            </div>
  2323.                        </div>
  2324.                    </article>
  2325.                    
  2326.                    <article class="blog-card">
  2327.                        <div class="blog-card-image">
  2328.                          
  2329.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2330.                            
  2331.                            <span class="blog-category bg-primary-gradient">
  2332.                                News
  2333.                            </span>
  2334.                        </div>
  2335.                        <div class="blog-card-content">
  2336.                            <h3 class="blog-card-title">
  2337.                                <a href="/in-excess-of-60000-run-from-sudans-city-in-the-wake-of-takeover-by-rsf-militia-united-nations-reports/" >
  2338.                                In excess of 60,000 Run from Sudan&#x27;s City In the wake of Takeover by RSF Militia, United Nations Reports
  2339.                                </a>
  2340.                            </h3>
  2341.                            <div class="blog-card-meta">
  2342.                                
  2343.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="blog-author-img">
  2344.                                
  2345.                                <span>By <strong>Haley Barrera</strong></span>
  2346.                                <span>•</span>
  2347.                                <span>17 May 2026</span>
  2348.                            </div>
  2349.                            <p class="blog-card-excerpt">
  2350.                                
  2351.                            </p>
  2352.                            <div class="blog-card-footer">
  2353.                                <div class="blog-read-time">
  2354.                                    📖 5 min read
  2355.                                </div>
  2356.                                <a href="/in-excess-of-60000-run-from-sudans-city-in-the-wake-of-takeover-by-rsf-militia-united-nations-reports/" class="blog-read-more">
  2357.                                    Read More →
  2358.                                </a>
  2359.                            </div>
  2360.                        </div>
  2361.                    </article>
  2362.                    
  2363.                    <article class="blog-card">
  2364.                        <div class="blog-card-image">
  2365.                          
  2366.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2367.                            
  2368.                            <span class="blog-category bg-primary-gradient">
  2369.                                News
  2370.                            </span>
  2371.                        </div>
  2372.                        <div class="blog-card-content">
  2373.                            <h3 class="blog-card-title">
  2374.                                <a href="/exercise-as-you-work-ten-muscle-toning-office-workouts-you-can-do-in-normal-attire/" >
  2375.                                Exercise as you work? Ten muscle-toning office workouts you can do in normal attire
  2376.                                </a>
  2377.                            </h3>
  2378.                            <div class="blog-card-meta">
  2379.                                
  2380.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="blog-author-img">
  2381.                                
  2382.                                <span>By <strong>Haley Barrera</strong></span>
  2383.                                <span>•</span>
  2384.                                <span>17 May 2026</span>
  2385.                            </div>
  2386.                            <p class="blog-card-excerpt">
  2387.                                
  2388.                            </p>
  2389.                            <div class="blog-card-footer">
  2390.                                <div class="blog-read-time">
  2391.                                    📖 5 min read
  2392.                                </div>
  2393.                                <a href="/exercise-as-you-work-ten-muscle-toning-office-workouts-you-can-do-in-normal-attire/" class="blog-read-more">
  2394.                                    Read More →
  2395.                                </a>
  2396.                            </div>
  2397.                        </div>
  2398.                    </article>
  2399.                    
  2400.                    <article class="blog-card">
  2401.                        <div class="blog-card-image">
  2402.                          
  2403.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2404.                            
  2405.                            <span class="blog-category bg-primary-gradient">
  2406.                                News
  2407.                            </span>
  2408.                        </div>
  2409.                        <div class="blog-card-content">
  2410.                            <h3 class="blog-card-title">
  2411.                                <a href="/anno-117-pax-romanas-top-secret-turns-out-to-be-a-stunning-first-person-perspective/" >
  2412.                                Anno 117: Pax Romana&#x27;s Top Secret Turns Out to Be a Stunning First-Person Perspective.
  2413.                                </a>
  2414.                            </h3>
  2415.                            <div class="blog-card-meta">
  2416.                                
  2417.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="blog-author-img">
  2418.                                
  2419.                                <span>By <strong>Haley Barrera</strong></span>
  2420.                                <span>•</span>
  2421.                                <span>17 May 2026</span>
  2422.                            </div>
  2423.                            <p class="blog-card-excerpt">
  2424.                                
  2425.                            </p>
  2426.                            <div class="blog-card-footer">
  2427.                                <div class="blog-read-time">
  2428.                                    📖 5 min read
  2429.                                </div>
  2430.                                <a href="/anno-117-pax-romanas-top-secret-turns-out-to-be-a-stunning-first-person-perspective/" class="blog-read-more">
  2431.                                    Read More →
  2432.                                </a>
  2433.                            </div>
  2434.                        </div>
  2435.                    </article>
  2436.                    
  2437.                    <article class="blog-card">
  2438.                        <div class="blog-card-image">
  2439.                          
  2440.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2441.                            
  2442.                            <span class="blog-category bg-primary-gradient">
  2443.                                News
  2444.                            </span>
  2445.                        </div>
  2446.                        <div class="blog-card-content">
  2447.                            <h3 class="blog-card-title">
  2448.                                <a href="/trump-affirms-generally-there-is-consensus-on-following-steps-of-truce-agreement-for-gaza/" >
  2449.                                Trump Affirms &#x27;Generally, There Is Consensus&#x27; on Following Steps of Truce Agreement for Gaza
  2450.                                </a>
  2451.                            </h3>
  2452.                            <div class="blog-card-meta">
  2453.                                
  2454.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="blog-author-img">
  2455.                                
  2456.                                <span>By <strong>Haley Barrera</strong></span>
  2457.                                <span>•</span>
  2458.                                <span>17 May 2026</span>
  2459.                            </div>
  2460.                            <p class="blog-card-excerpt">
  2461.                                
  2462.                            </p>
  2463.                            <div class="blog-card-footer">
  2464.                                <div class="blog-read-time">
  2465.                                    📖 5 min read
  2466.                                </div>
  2467.                                <a href="/trump-affirms-generally-there-is-consensus-on-following-steps-of-truce-agreement-for-gaza/" class="blog-read-more">
  2468.                                    Read More →
  2469.                                </a>
  2470.                            </div>
  2471.                        </div>
  2472.                    </article>
  2473.                    
  2474.                    <article class="blog-card">
  2475.                        <div class="blog-card-image">
  2476.                          
  2477.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2478.                            
  2479.                            <span class="blog-category bg-primary-gradient">
  2480.                                News
  2481.                            </span>
  2482.                        </div>
  2483.                        <div class="blog-card-content">
  2484.                            <h3 class="blog-card-title">
  2485.                                <a href="/i-want-to-ride-out-on-a-unicorn-every-night-fantasy-themed-heavy-metal-group-castle-rat/" >
  2486.                                ‘I Want to Ride Out on a Unicorn Every Night’: Fantasy-Themed Heavy Metal Group Castle Rat
  2487.                                </a>
  2488.                            </h3>
  2489.                            <div class="blog-card-meta">
  2490.                                
  2491.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="blog-author-img">
  2492.                                
  2493.                                <span>By <strong>Haley Barrera</strong></span>
  2494.                                <span>•</span>
  2495.                                <span>17 May 2026</span>
  2496.                            </div>
  2497.                            <p class="blog-card-excerpt">
  2498.                                
  2499.                            </p>
  2500.                            <div class="blog-card-footer">
  2501.                                <div class="blog-read-time">
  2502.                                    📖 5 min read
  2503.                                </div>
  2504.                                <a href="/i-want-to-ride-out-on-a-unicorn-every-night-fantasy-themed-heavy-metal-group-castle-rat/" class="blog-read-more">
  2505.                                    Read More →
  2506.                                </a>
  2507.                            </div>
  2508.                        </div>
  2509.                    </article>
  2510.                    
  2511.                    
  2512.  
  2513.                </div>
  2514.            </div>
  2515.            
  2516.              <div class="col col-lg-4 col-12">
  2517.                
  2518.  
  2519.  
  2520.  
  2521.    
  2522.  
  2523.  
  2524. <!-- Blog Sidebar V2 - Focused Design -->
  2525. <div class="sidebar">
  2526.  <!-- Recent Posts Section -->
  2527.  <div class="sidebar-widget mb-4">
  2528.    <div class="widget-title-wrapper mb-3">
  2529.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2530.        <i class="ti-time me-2"></i>Recent Posts
  2531.        <span class="title-arrow-primary"></span>
  2532.      </h4>
  2533.    </div>
  2534.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2535.      <div class="recent-post-list">
  2536.      
  2537.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2538.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2539.              
  2540.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2541.              
  2542.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2543.          </div>
  2544.          <div class="post-content flex-grow-1">
  2545.            <h6 class="post-title mb-2">
  2546.               <a href="/what-kind-of-figure-is-the-politician-al-carns-ex-royal-marine-and-labour-minister-with-sights-on-leadership/" class="text-decoration-none top-color fw-semibold lh-sm">
  2547.                                            What Kind of Figure is the Politician Al Carns? Ex-Royal Marine and Labour Minister with Sights on Leadership
  2548.                                            </a>
  2549.            </h6>
  2550.            <div class="post-meta">
  2551.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2552.              <!-- <small class="text-muted">
  2553.                <i class="ti-eye me-1"></i>348 views
  2554.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2555.              </small> -->
  2556.            </div>
  2557.          </div>
  2558.        </div>
  2559.        
  2560.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2561.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2562.              
  2563.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2564.              
  2565.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2566.          </div>
  2567.          <div class="post-content flex-grow-1">
  2568.            <h6 class="post-title mb-2">
  2569.               <a href="/swiss-ski-resort-fire-survivors-are-treated-in-burns-units-across-europe/" class="text-decoration-none top-color fw-semibold lh-sm">
  2570.                                            Swiss Ski Resort Fire Survivors Are Treated in Burns Units Across Europe
  2571.                                            </a>
  2572.            </h6>
  2573.            <div class="post-meta">
  2574.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2575.              <!-- <small class="text-muted">
  2576.                <i class="ti-eye me-1"></i>348 views
  2577.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2578.              </small> -->
  2579.            </div>
  2580.          </div>
  2581.        </div>
  2582.        
  2583.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2584.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2585.              
  2586.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2587.              
  2588.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2589.          </div>
  2590.          <div class="post-content flex-grow-1">
  2591.            <h6 class="post-title mb-2">
  2592.               <a href="/leaders-recognise-queens-as-the-president-extends-the-mayor-elect-a-cordial-greeting/" class="text-decoration-none top-color fw-semibold lh-sm">
  2593.                                            Leaders Recognise Queens as The President Extends The Mayor-Elect a Cordial Greeting
  2594.                                            </a>
  2595.            </h6>
  2596.            <div class="post-meta">
  2597.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2598.              <!-- <small class="text-muted">
  2599.                <i class="ti-eye me-1"></i>348 views
  2600.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2601.              </small> -->
  2602.            </div>
  2603.          </div>
  2604.        </div>
  2605.        
  2606.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2607.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2608.              
  2609.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2610.              
  2611.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2612.          </div>
  2613.          <div class="post-content flex-grow-1">
  2614.            <h6 class="post-title mb-2">
  2615.               <a href="/the-ten-year-affair-by-author-erin-somers-the-middle-aged-infidelity-tale-our-generation-needs/" class="text-decoration-none top-color fw-semibold lh-sm">
  2616.                                            The Ten Year Affair by author Erin Somers: The Middle-Aged Infidelity Tale Our Generation Needs.
  2617.                                            </a>
  2618.            </h6>
  2619.            <div class="post-meta">
  2620.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2621.              <!-- <small class="text-muted">
  2622.                <i class="ti-eye me-1"></i>348 views
  2623.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2624.              </small> -->
  2625.            </div>
  2626.          </div>
  2627.        </div>
  2628.        
  2629.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2630.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2631.              
  2632.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2633.              
  2634.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2635.          </div>
  2636.          <div class="post-content flex-grow-1">
  2637.            <h6 class="post-title mb-2">
  2638.               <a href="/president-zelensky-says-ukraine-was-10-off-from-a-peace-deal-but-not-at-any-cost/" class="text-decoration-none top-color fw-semibold lh-sm">
  2639.                                            President Zelensky Says Ukraine Was 10% Off from a Peace Deal, But Not at Any Cost
  2640.                                            </a>
  2641.            </h6>
  2642.            <div class="post-meta">
  2643.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2644.              <!-- <small class="text-muted">
  2645.                <i class="ti-eye me-1"></i>348 views
  2646.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2647.              </small> -->
  2648.            </div>
  2649.          </div>
  2650.        </div>
  2651.        
  2652.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2653.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2654.              
  2655.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2656.              
  2657.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2658.          </div>
  2659.          <div class="post-content flex-grow-1">
  2660.            <h6 class="post-title mb-2">
  2661.               <a href="/the-new-animated-series-introductory-sequence-chose-the-wrong-critical-role-track/" class="text-decoration-none top-color fw-semibold lh-sm">
  2662.                                            The New Animated Series&#x27; Introductory Sequence Chose the Wrong Critical Role Track
  2663.                                            </a>
  2664.            </h6>
  2665.            <div class="post-meta">
  2666.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2667.              <!-- <small class="text-muted">
  2668.                <i class="ti-eye me-1"></i>348 views
  2669.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2670.              </small> -->
  2671.            </div>
  2672.          </div>
  2673.        </div>
  2674.        
  2675.  
  2676.      </div>
  2677.  
  2678.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2679.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2680.      </div> -->
  2681.    </div>
  2682.  </div>
  2683.  
  2684.    
  2685.  <div class="sidebar-widget mb-4">
  2686.    <div class="widget-title-wrapper mb-3">
  2687.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2688.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2689.        <span class="title-arrow"></span>
  2690.      </h4>
  2691.    </div>
  2692.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2693.      <div class="blog-roll-list scrollable-sidebar">
  2694.        
  2695.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2696.          <a href="https://www.nitobi.com/" class="text-decoration-none ">
  2697.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2698.              <i class="ti-angle-right me-2 text-primary"></i>
  2699.               crypto casinos
  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://www.royalpapineau.com/" class="text-decoration-none ">
  2709.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2710.              <i class="ti-angle-right me-2 text-primary"></i>
  2711.               meilleur casino en ligne
  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://www.cma2019.ca/" class="text-decoration-none ">
  2721.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2722.              <i class="ti-angle-right me-2 text-primary"></i>
  2723.               casino en ligne quebec
  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://www.cma2019.ca/" class="text-decoration-none ">
  2733.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2734.              <i class="ti-angle-right me-2 text-primary"></i>
  2735.               casino en ligne Québec
  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.campagnepourlalecture.ca/" class="text-decoration-none ">
  2745.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2746.              <i class="ti-angle-right me-2 text-primary"></i>
  2747.               casino en ligne fiable
  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.gulfquest.org/" class="text-decoration-none ">
  2757.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2758.              <i class="ti-angle-right me-2 text-primary"></i>
  2759.               bitcoin casinos
  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.itworldcanada.com/" class="text-decoration-none ">
  2769.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2770.              <i class="ti-angle-right me-2 text-primary"></i>
  2771.               best online casino canada
  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://on360.ca/" class="text-decoration-none ">
  2781.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2782.              <i class="ti-angle-right me-2 text-primary"></i>
  2783.               online casino
  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://casinobeats.com/ca/online-casinos" class="text-decoration-none ">
  2793.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2794.              <i class="ti-angle-right me-2 text-primary"></i>
  2795.               online casino canada
  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.cma2019.ca/" class="text-decoration-none ">
  2805.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2806.              <i class="ti-angle-right me-2 text-primary"></i>
  2807.               meilleur casino en ligne
  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://gamingamerica.com/casino-en-ligne-canada/mobile" class="text-decoration-none ">
  2817.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2818.              <i class="ti-angle-right me-2 text-primary"></i>
  2819.               casino en ligne mobile
  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.campagnepourlalecture.ca/" class="text-decoration-none ">
  2829.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2830.              <i class="ti-angle-right me-2 text-primary"></i>
  2831.               casino en ligne canada
  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.hyperionbrewing.com/" class="text-decoration-none ">
  2841.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2842.              <i class="ti-angle-right me-2 text-primary"></i>
  2843.               crypto casinos
  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://www.station16gallery.com/" class="text-decoration-none ">
  2853.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2854.              <i class="ti-angle-right me-2 text-primary"></i>
  2855.               sports betting sites canada
  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.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2864.          <a href="https://on360.ca/" class="text-decoration-none ">
  2865.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2866.              <i class="ti-angle-right me-2 text-primary"></i>
  2867.               best online casinos
  2868.            </h6>
  2869.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2870.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2871.            </div> -->
  2872.          </a>
  2873.        </div>
  2874.          
  2875.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2876.          <a href="https://homeworkhelponline.ca/" class="text-decoration-none ">
  2877.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2878.              <i class="ti-angle-right me-2 text-primary"></i>
  2879.               best online casinos
  2880.            </h6>
  2881.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2882.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2883.            </div> -->
  2884.          </a>
  2885.        </div>
  2886.          
  2887.      </div>
  2888.  
  2889.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2890.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2891.      </div> -->
  2892.    </div>
  2893.  </div>
  2894.    
  2895.  <div class="sidebar-widget mb-4">
  2896.    <div class="widget-title-wrapper mb-3">
  2897.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2898.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2899.        <span class="title-arrow"></span>
  2900.      </h4>
  2901.    </div>
  2902.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2903.      <div class="blog-roll-list scrollable-sidebar">
  2904.        
  2905.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2906.          <a href="https://nordicbridges.ca/" class="text-decoration-none ">
  2907.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2908.              <i class="ti-angle-right me-2 text-primary"></i>
  2909.               online casino
  2910.            </h6>
  2911.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2912.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2913.            </div> -->
  2914.          </a>
  2915.        </div>
  2916.          
  2917.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2918.          <a href="https://www.accessibilitychrc.ca/" class="text-decoration-none ">
  2919.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2920.              <i class="ti-angle-right me-2 text-primary"></i>
  2921.               interac online casino
  2922.            </h6>
  2923.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2924.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2925.            </div> -->
  2926.          </a>
  2927.        </div>
  2928.          
  2929.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2930.          <a href="https://hriportal.ca/" class="text-decoration-none ">
  2931.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2932.              <i class="ti-angle-right me-2 text-primary"></i>
  2933.               real money casino
  2934.            </h6>
  2935.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2936.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2937.            </div> -->
  2938.          </a>
  2939.        </div>
  2940.          
  2941.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2942.          <a href="https://delbarber.com/" class="text-decoration-none ">
  2943.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2944.              <i class="ti-angle-right me-2 text-primary"></i>
  2945.               real money casino
  2946.            </h6>
  2947.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2948.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2949.            </div> -->
  2950.          </a>
  2951.        </div>
  2952.          
  2953.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2954.          <a href="https://gameplayspace.com/" class="text-decoration-none ">
  2955.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2956.              <i class="ti-angle-right me-2 text-primary"></i>
  2957.               online casino
  2958.            </h6>
  2959.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2960.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2961.            </div> -->
  2962.          </a>
  2963.        </div>
  2964.          
  2965.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2966.          <a href="https://projectunderstood.ca/" class="text-decoration-none ">
  2967.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2968.              <i class="ti-angle-right me-2 text-primary"></i>
  2969.               online casino
  2970.            </h6>
  2971.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2972.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2973.            </div> -->
  2974.          </a>
  2975.        </div>
  2976.          
  2977.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2978.          <a href="https://www.gamblinginsider.com/ca/online-casinos" class="text-decoration-none ">
  2979.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2980.              <i class="ti-angle-right me-2 text-primary"></i>
  2981.               online casino
  2982.            </h6>
  2983.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2984.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2985.            </div> -->
  2986.          </a>
  2987.        </div>
  2988.          
  2989.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2990.          <a href="https://www.directioninformatique.com/" class="text-decoration-none ">
  2991.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2992.              <i class="ti-angle-right me-2 text-primary"></i>
  2993.               casino en ligne
  2994.            </h6>
  2995.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2996.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2997.            </div> -->
  2998.          </a>
  2999.        </div>
  3000.          
  3001.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3002.          <a href="https://www.sustainablehealthsystems.ca/" class="text-decoration-none ">
  3003.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3004.              <i class="ti-angle-right me-2 text-primary"></i>
  3005.               canadian online casinos
  3006.            </h6>
  3007.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3008.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3009.            </div> -->
  3010.          </a>
  3011.        </div>
  3012.          
  3013.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3014.          <a href="https://www.balmoralresources.com/" class="text-decoration-none ">
  3015.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3016.              <i class="ti-angle-right me-2 text-primary"></i>
  3017.               online casino
  3018.            </h6>
  3019.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3020.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3021.            </div> -->
  3022.          </a>
  3023.        </div>
  3024.          
  3025.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3026.          <a href="https://www.itwc.ca/" class="text-decoration-none ">
  3027.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3028.              <i class="ti-angle-right me-2 text-primary"></i>
  3029.               online casino
  3030.            </h6>
  3031.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3032.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3033.            </div> -->
  3034.          </a>
  3035.        </div>
  3036.          
  3037.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3038.          <a href="https://www.smartsaver.org/" class="text-decoration-none ">
  3039.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3040.              <i class="ti-angle-right me-2 text-primary"></i>
  3041.               online casino
  3042.            </h6>
  3043.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3044.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3045.            </div> -->
  3046.          </a>
  3047.        </div>
  3048.          
  3049.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3050.          <a href="https://www.fastestpayoutonlinecasino.com/" class="text-decoration-none ">
  3051.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3052.              <i class="ti-angle-right me-2 text-primary"></i>
  3053.               online casino
  3054.            </h6>
  3055.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3056.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3057.            </div> -->
  3058.          </a>
  3059.        </div>
  3060.          
  3061.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3062.          <a href="https://www.goodfoodawards.org/" class="text-decoration-none ">
  3063.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3064.              <i class="ti-angle-right me-2 text-primary"></i>
  3065.               online casino
  3066.            </h6>
  3067.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3068.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3069.            </div> -->
  3070.          </a>
  3071.        </div>
  3072.          
  3073.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3074.          <a href="https://delbarber.com/" class="text-decoration-none ">
  3075.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3076.              <i class="ti-angle-right me-2 text-primary"></i>
  3077.               online casino
  3078.            </h6>
  3079.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3080.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3081.            </div> -->
  3082.          </a>
  3083.        </div>
  3084.          
  3085.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3086.          <a href="https://gamingamerica.com/casino-en-ligne-canada/payant" class="text-decoration-none ">
  3087.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3088.              <i class="ti-angle-right me-2 text-primary"></i>
  3089.               casino en ligne plus payant
  3090.            </h6>
  3091.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3092.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3093.            </div> -->
  3094.          </a>
  3095.        </div>
  3096.          
  3097.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3098.          <a href="https://www.becausetheocean.org/" class="text-decoration-none ">
  3099.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3100.              <i class="ti-angle-right me-2 text-primary"></i>
  3101.               online casino canada
  3102.            </h6>
  3103.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3104.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3105.            </div> -->
  3106.          </a>
  3107.        </div>
  3108.          
  3109.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3110.          <a href="https://loginwithfido.com/" class="text-decoration-none ">
  3111.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3112.              <i class="ti-angle-right me-2 text-primary"></i>
  3113.               online casino
  3114.            </h6>
  3115.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3116.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3117.            </div> -->
  3118.          </a>
  3119.        </div>
  3120.          
  3121.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3122.          <a href="https://heartandlung.ca/" class="text-decoration-none ">
  3123.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3124.              <i class="ti-angle-right me-2 text-primary"></i>
  3125.               online casino
  3126.            </h6>
  3127.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3128.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3129.            </div> -->
  3130.          </a>
  3131.        </div>
  3132.          
  3133.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3134.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  3135.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3136.              <i class="ti-angle-right me-2 text-primary"></i>
  3137.               Non Gamstop UK Casinos
  3138.            </h6>
  3139.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3140.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3141.            </div> -->
  3142.          </a>
  3143.        </div>
  3144.          
  3145.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3146.          <a href="https://www.english-for-students.com/" class="text-decoration-none ">
  3147.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3148.              <i class="ti-angle-right me-2 text-primary"></i>
  3149.               no kyc crypto casinos
  3150.            </h6>
  3151.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3152.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3153.            </div> -->
  3154.          </a>
  3155.        </div>
  3156.          
  3157.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3158.          <a href="https://rmne.ca/" class="text-decoration-none ">
  3159.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3160.              <i class="ti-angle-right me-2 text-primary"></i>
  3161.               meilleur casino en ligne
  3162.            </h6>
  3163.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3164.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3165.            </div> -->
  3166.          </a>
  3167.        </div>
  3168.          
  3169.      </div>
  3170.  
  3171.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3172.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3173.      </div> -->
  3174.    </div>
  3175.  </div>
  3176.    
  3177.  <div class="sidebar-widget mb-4">
  3178.    <div class="widget-title-wrapper mb-3">
  3179.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3180.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3181.        <span class="title-arrow"></span>
  3182.      </h4>
  3183.    </div>
  3184.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3185.      <div class="blog-roll-list scrollable-sidebar">
  3186.        
  3187.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3188.          <a href="https://www.lacopropriete.info/" class="text-decoration-none ">
  3189.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3190.              <i class="ti-angle-right me-2 text-primary"></i>
  3191.               meilleur casino en ligne canada
  3192.            </h6>
  3193.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3194.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3195.            </div> -->
  3196.          </a>
  3197.        </div>
  3198.          
  3199.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3200.          <a href="https://www.albertaoilmagazine.com/" class="text-decoration-none ">
  3201.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3202.              <i class="ti-angle-right me-2 text-primary"></i>
  3203.               online casino
  3204.            </h6>
  3205.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3206.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3207.            </div> -->
  3208.          </a>
  3209.        </div>
  3210.          
  3211.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3212.          <a href="https://gamingamerica.com/paris-sportifs-canada" class="text-decoration-none ">
  3213.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3214.              <i class="ti-angle-right me-2 text-primary"></i>
  3215.               paris sportif canada
  3216.            </h6>
  3217.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3218.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3219.            </div> -->
  3220.          </a>
  3221.        </div>
  3222.          
  3223.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3224.          <a href="https://www.escapistmagazine.com/fr/guides/casino-en-ligne-canada/" class="text-decoration-none ">
  3225.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3226.              <i class="ti-angle-right me-2 text-primary"></i>
  3227.               casino en ligne canadien
  3228.            </h6>
  3229.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3230.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3231.            </div> -->
  3232.          </a>
  3233.        </div>
  3234.          
  3235.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3236.          <a href="https://www.esports.net/casino-en-ligne-canada/" class="text-decoration-none ">
  3237.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3238.              <i class="ti-angle-right me-2 text-primary"></i>
  3239.               casino en ligne canada
  3240.            </h6>
  3241.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3242.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3243.            </div> -->
  3244.          </a>
  3245.        </div>
  3246.          
  3247.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3248.          <a href="https://synapsec.ca/" class="text-decoration-none ">
  3249.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3250.              <i class="ti-angle-right me-2 text-primary"></i>
  3251.               casino en ligne
  3252.            </h6>
  3253.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3254.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3255.            </div> -->
  3256.          </a>
  3257.        </div>
  3258.          
  3259.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3260.          <a href="https://www.irec.net/" class="text-decoration-none ">
  3261.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3262.              <i class="ti-angle-right me-2 text-primary"></i>
  3263.               casino en ligne canada
  3264.            </h6>
  3265.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3266.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3267.            </div> -->
  3268.          </a>
  3269.        </div>
  3270.          
  3271.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3272.          <a href="https://visualgenome.org/" class="text-decoration-none ">
  3273.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3274.              <i class="ti-angle-right me-2 text-primary"></i>
  3275.               online casinos
  3276.            </h6>
  3277.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3278.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3279.            </div> -->
  3280.          </a>
  3281.        </div>
  3282.          
  3283.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3284.          <a href="https://www.bapress.ca/" class="text-decoration-none ">
  3285.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3286.              <i class="ti-angle-right me-2 text-primary"></i>
  3287.               betting sites
  3288.            </h6>
  3289.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3290.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3291.            </div> -->
  3292.          </a>
  3293.        </div>
  3294.          
  3295.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3296.          <a href="https://nbhrf.com/" class="text-decoration-none ">
  3297.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3298.              <i class="ti-angle-right me-2 text-primary"></i>
  3299.               online casino
  3300.            </h6>
  3301.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3302.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3303.            </div> -->
  3304.          </a>
  3305.        </div>
  3306.          
  3307.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3308.          <a href="https://www.od4d.net/" class="text-decoration-none ">
  3309.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3310.              <i class="ti-angle-right me-2 text-primary"></i>
  3311.               online casino
  3312.            </h6>
  3313.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3314.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3315.            </div> -->
  3316.          </a>
  3317.        </div>
  3318.          
  3319.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3320.          <a href="https://www.bapress.ca/" class="text-decoration-none ">
  3321.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3322.              <i class="ti-angle-right me-2 text-primary"></i>
  3323.               best sports betting sites
  3324.            </h6>
  3325.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3326.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3327.            </div> -->
  3328.          </a>
  3329.        </div>
  3330.          
  3331.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3332.          <a href="https://energypoverty.ca/" class="text-decoration-none ">
  3333.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3334.              <i class="ti-angle-right me-2 text-primary"></i>
  3335.               online casino
  3336.            </h6>
  3337.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3338.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3339.            </div> -->
  3340.          </a>
  3341.        </div>
  3342.          
  3343.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3344.          <a href="https://bankingombuds.ca/" class="text-decoration-none ">
  3345.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3346.              <i class="ti-angle-right me-2 text-primary"></i>
  3347.               online casino canada
  3348.            </h6>
  3349.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3350.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3351.            </div> -->
  3352.          </a>
  3353.        </div>
  3354.          
  3355.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3356.          <a href="https://www.lacopropriete.info/" class="text-decoration-none ">
  3357.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3358.              <i class="ti-angle-right me-2 text-primary"></i>
  3359.               casino en ligne canada
  3360.            </h6>
  3361.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3362.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3363.            </div> -->
  3364.          </a>
  3365.        </div>
  3366.          
  3367.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3368.          <a href="https://quattrobooks.ca/" class="text-decoration-none ">
  3369.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3370.              <i class="ti-angle-right me-2 text-primary"></i>
  3371.               online casinos
  3372.            </h6>
  3373.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3374.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3375.            </div> -->
  3376.          </a>
  3377.        </div>
  3378.          
  3379.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3380.          <a href="https://effabrush.com/" class="text-decoration-none ">
  3381.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3382.              <i class="ti-angle-right me-2 text-primary"></i>
  3383.               online casino
  3384.            </h6>
  3385.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3386.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3387.            </div> -->
  3388.          </a>
  3389.        </div>
  3390.          
  3391.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3392.          <a href="https://www.fcadv.org/" class="text-decoration-none ">
  3393.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3394.              <i class="ti-angle-right me-2 text-primary"></i>
  3395.               online casino
  3396.            </h6>
  3397.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3398.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3399.            </div> -->
  3400.          </a>
  3401.        </div>
  3402.          
  3403.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3404.          <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none ">
  3405.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3406.              <i class="ti-angle-right me-2 text-primary"></i>
  3407.               betting sites canada
  3408.            </h6>
  3409.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3410.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3411.            </div> -->
  3412.          </a>
  3413.        </div>
  3414.          
  3415.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3416.          <a href="https://www.digitaltransformationawards.ca/" class="text-decoration-none ">
  3417.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3418.              <i class="ti-angle-right me-2 text-primary"></i>
  3419.               online casino canada
  3420.            </h6>
  3421.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3422.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3423.            </div> -->
  3424.          </a>
  3425.        </div>
  3426.          
  3427.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3428.          <a href="https://lovenorthernbc.com/" class="text-decoration-none ">
  3429.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3430.              <i class="ti-angle-right me-2 text-primary"></i>
  3431.               online casino
  3432.            </h6>
  3433.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3434.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3435.            </div> -->
  3436.          </a>
  3437.        </div>
  3438.          
  3439.      </div>
  3440.  
  3441.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3442.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3443.      </div> -->
  3444.    </div>
  3445.  </div>
  3446.    
  3447.  <div class="sidebar-widget mb-4">
  3448.    <div class="widget-title-wrapper mb-3">
  3449.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3450.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3451.        <span class="title-arrow"></span>
  3452.      </h4>
  3453.    </div>
  3454.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3455.      <div class="blog-roll-list scrollable-sidebar">
  3456.        
  3457.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3458.          <a href="https://bankingombuds.ca/" class="text-decoration-none ">
  3459.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3460.              <i class="ti-angle-right me-2 text-primary"></i>
  3461.               online casinos
  3462.            </h6>
  3463.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3464.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3465.            </div> -->
  3466.          </a>
  3467.        </div>
  3468.          
  3469.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3470.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3471.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3472.              <i class="ti-angle-right me-2 text-primary"></i>
  3473.               crypto betting sites
  3474.            </h6>
  3475.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3476.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3477.            </div> -->
  3478.          </a>
  3479.        </div>
  3480.          
  3481.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3482.          <a href="https://espacelafontaine.com/" class="text-decoration-none ">
  3483.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3484.              <i class="ti-angle-right me-2 text-primary"></i>
  3485.               meilleur casino en ligne
  3486.            </h6>
  3487.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3488.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3489.            </div> -->
  3490.          </a>
  3491.        </div>
  3492.          
  3493.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3494.          <a href="https://www.voyance-esoterisme.com/" class="text-decoration-none ">
  3495.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3496.              <i class="ti-angle-right me-2 text-primary"></i>
  3497.               casino en ligne
  3498.            </h6>
  3499.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3500.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3501.            </div> -->
  3502.          </a>
  3503.        </div>
  3504.          
  3505.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3506.          <a href="https://www.techinfrance.fr/" class="text-decoration-none ">
  3507.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3508.              <i class="ti-angle-right me-2 text-primary"></i>
  3509.               casino en ligne
  3510.            </h6>
  3511.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3512.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3513.            </div> -->
  3514.          </a>
  3515.        </div>
  3516.          
  3517.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3518.          <a href="https://www.hreonline.com/" class="text-decoration-none ">
  3519.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3520.              <i class="ti-angle-right me-2 text-primary"></i>
  3521.               casino en ligne
  3522.            </h6>
  3523.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3524.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3525.            </div> -->
  3526.          </a>
  3527.        </div>
  3528.          
  3529.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3530.          <a href="https://www.riennevaplus.org/" class="text-decoration-none ">
  3531.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3532.              <i class="ti-angle-right me-2 text-primary"></i>
  3533.               casino en ligne
  3534.            </h6>
  3535.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3536.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3537.            </div> -->
  3538.          </a>
  3539.        </div>
  3540.          
  3541.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3542.          <a href="https://www.ijic.info/" class="text-decoration-none ">
  3543.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3544.              <i class="ti-angle-right me-2 text-primary"></i>
  3545.               online casino
  3546.            </h6>
  3547.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3548.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3549.            </div> -->
  3550.          </a>
  3551.        </div>
  3552.          
  3553.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3554.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  3555.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3556.              <i class="ti-angle-right me-2 text-primary"></i>
  3557.               online casino
  3558.            </h6>
  3559.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3560.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3561.            </div> -->
  3562.          </a>
  3563.        </div>
  3564.          
  3565.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3566.          <a href="https://www.balmoralresources.com/" class="text-decoration-none ">
  3567.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3568.              <i class="ti-angle-right me-2 text-primary"></i>
  3569.               online casinos canada
  3570.            </h6>
  3571.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3572.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3573.            </div> -->
  3574.          </a>
  3575.        </div>
  3576.          
  3577.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3578.          <a href="https://micharity.com/" class="text-decoration-none ">
  3579.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3580.              <i class="ti-angle-right me-2 text-primary"></i>
  3581.               online casino
  3582.            </h6>
  3583.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3584.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3585.            </div> -->
  3586.          </a>
  3587.        </div>
  3588.          
  3589.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3590.          <a href="https://crystalshawanda.co/" class="text-decoration-none ">
  3591.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3592.              <i class="ti-angle-right me-2 text-primary"></i>
  3593.               online casino
  3594.            </h6>
  3595.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3596.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3597.            </div> -->
  3598.          </a>
  3599.        </div>
  3600.          
  3601.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3602.          <a href="https://www.northernstars.ca/" class="text-decoration-none ">
  3603.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3604.              <i class="ti-angle-right me-2 text-primary"></i>
  3605.               canadian online casinos
  3606.            </h6>
  3607.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3608.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3609.            </div> -->
  3610.          </a>
  3611.        </div>
  3612.          
  3613.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3614.          <a href="https://www.fcadv.org/" class="text-decoration-none ">
  3615.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3616.              <i class="ti-angle-right me-2 text-primary"></i>
  3617.               ontario online casino
  3618.            </h6>
  3619.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3620.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3621.            </div> -->
  3622.          </a>
  3623.        </div>
  3624.          
  3625.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3626.          <a href="https://watergovernance.ca/" class="text-decoration-none ">
  3627.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3628.              <i class="ti-angle-right me-2 text-primary"></i>
  3629.               online casino canada
  3630.            </h6>
  3631.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3632.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3633.            </div> -->
  3634.          </a>
  3635.        </div>
  3636.          
  3637.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3638.          <a href="https://autismspeaks.ca" class="text-decoration-none ">
  3639.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3640.              <i class="ti-angle-right me-2 text-primary"></i>
  3641.               online casino canada
  3642.            </h6>
  3643.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3644.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3645.            </div> -->
  3646.          </a>
  3647.        </div>
  3648.          
  3649.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3650.          <a href="https://www.devmcgill.com/" class="text-decoration-none ">
  3651.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3652.              <i class="ti-angle-right me-2 text-primary"></i>
  3653.               online casino canada
  3654.            </h6>
  3655.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3656.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3657.            </div> -->
  3658.          </a>
  3659.        </div>
  3660.          
  3661.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3662.          <a href="https://torontosversion.com/" class="text-decoration-none ">
  3663.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3664.              <i class="ti-angle-right me-2 text-primary"></i>
  3665.               online casino
  3666.            </h6>
  3667.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3668.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3669.            </div> -->
  3670.          </a>
  3671.        </div>
  3672.          
  3673.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3674.          <a href="https://loplops.com/" class="text-decoration-none ">
  3675.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3676.              <i class="ti-angle-right me-2 text-primary"></i>
  3677.               fast withdrawal casino
  3678.            </h6>
  3679.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3680.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3681.            </div> -->
  3682.          </a>
  3683.        </div>
  3684.          
  3685.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3686.          <a href="https://www.balmoralresources.com/" class="text-decoration-none ">
  3687.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3688.              <i class="ti-angle-right me-2 text-primary"></i>
  3689.               fast withdrawal casino
  3690.            </h6>
  3691.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3692.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3693.            </div> -->
  3694.          </a>
  3695.        </div>
  3696.          
  3697.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3698.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  3699.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3700.              <i class="ti-angle-right me-2 text-primary"></i>
  3701.               online casinos
  3702.            </h6>
  3703.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3704.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3705.            </div> -->
  3706.          </a>
  3707.        </div>
  3708.          
  3709.      </div>
  3710.  
  3711.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3712.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3713.      </div> -->
  3714.    </div>
  3715.  </div>
  3716.    
  3717.  <!-- <div class="sidebar-widget">
  3718.    <div class="widget-title-wrapper mb-3">
  3719.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3720.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3721.        <span class="title-arrow"></span>
  3722.      </h4>
  3723.    </div>
  3724.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3725.      <div class="blog-roll-list">
  3726.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3727.          <a href="#" class="text-decoration-none">
  3728.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3729.              <i class="ti-angle-right me-2 text-primary"></i>
  3730.              Complete Guide to Django REST Framework
  3731.            </h6>
  3732.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3733.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3734.            </div>
  3735.          </a>
  3736.        </div>
  3737.  
  3738.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3739.          <a href="#" class="text-decoration-none">
  3740.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3741.              <i class="ti-angle-right me-2 text-primary"></i>
  3742.              Modern JavaScript ES2025 Features
  3743.            </h6>
  3744.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3745.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3746.            </div>
  3747.          </a>
  3748.        </div>
  3749.  
  3750.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3751.          <a href="#" class="text-decoration-none">
  3752.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3753.              <i class="ti-angle-right me-2 text-primary"></i>
  3754.              Digital Marketing Trends in 2025
  3755.            </h6>
  3756.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3757.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3758.            </div>
  3759.          </a>
  3760.        </div>
  3761.  
  3762.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3763.          <a href="#" class="text-decoration-none">
  3764.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3765.              <i class="ti-angle-right me-2 text-primary"></i>
  3766.              Remote Work Best Practices
  3767.            </h6>
  3768.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3769.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3770.            </div>
  3771.          </a>
  3772.        </div>
  3773.  
  3774.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3775.          <a href="#" class="text-decoration-none">
  3776.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3777.              <i class="ti-angle-right me-2 text-primary"></i>
  3778.              Sustainable Living Tips for Beginners
  3779.            </h6>
  3780.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3781.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3782.            </div>
  3783.          </a>
  3784.        </div>
  3785.  
  3786.        <div class="blog-roll-item">
  3787.          <a href="#" class="text-decoration-none">
  3788.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3789.              <i class="ti-angle-right me-2 text-primary"></i>
  3790.              AI and Machine Learning Basics
  3791.            </h6>
  3792.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3793.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3794.            </div>
  3795.          </a>
  3796.        </div>
  3797.      </div>
  3798.  
  3799.      <div class="text-center mt-4 pt-3 border-top border-light">
  3800.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3801.      </div>
  3802.    </div>
  3803.  </div> -->
  3804. </div>
  3805.  
  3806. <!-- Sidebar V2 Styles -->
  3807. <style>
  3808.  .sidebar-widget {
  3809.    position: relative;
  3810.  }
  3811.  
  3812.  .widget-title {
  3813.    font-size: 1.1rem;
  3814.    font-weight: 700;
  3815.    display: inline-block;
  3816.    position: relative;
  3817.    z-index: 2;
  3818.    border-radius: 0;
  3819.  }
  3820.  
  3821.  /* Green arrow for August Blog Roll */
  3822.  .title-arrow::after {
  3823.    content: '';
  3824.    position: absolute;
  3825.    top: 0;
  3826.    right: -22px;
  3827.    width: 0;
  3828.    height: 0;
  3829.    border-left: 22px solid var(--bs-primary);
  3830.    border-top: 22px solid transparent;
  3831.    border-bottom: 22px solid transparent;
  3832.    z-index: 1;
  3833.  }
  3834.  
  3835.  /* Blue arrow for Recent Posts */
  3836.  .title-arrow-primary::after {
  3837.    content: '';
  3838.    position: absolute;
  3839.    top: 0;
  3840.    right: -22px;
  3841.    width: 0;
  3842.    height: 0;
  3843.    border-left: 22px solid var(--bs-primary);
  3844.    border-top: 22px solid transparent;
  3845.    border-bottom: 22px solid transparent;
  3846.    z-index: 1;
  3847.  }
  3848.  
  3849.  .widget-content {
  3850.    margin-top: -1px;
  3851.    position: relative;
  3852.    z-index: 1;
  3853.    background-color: var(--card-bg);
  3854.  }
  3855.  
  3856.  /* Blog Roll Items Hover Effects */
  3857.  .blog-roll-item:hover .blog-title {
  3858.    color: #198754 !important;
  3859.    transform: translateX(5px);
  3860.    transition: all 0.3s ease;
  3861.  }
  3862.  
  3863.  /* Recent Post Items Hover Effects */
  3864.  .recent-post-item:hover .post-title a {
  3865.    color: #0d6efd !important;
  3866.    transition: color 0.3s ease;
  3867.  }
  3868.  
  3869.  .recent-post-item:hover .post-image img {
  3870.    transform: scale(1.05);
  3871.    transition: transform 0.3s ease;
  3872.  }
  3873.  
  3874.  /* Button Hover Effects */
  3875.  .btn:hover {
  3876.    transform: translateY(-2px);
  3877.    transition: all 0.3s ease;
  3878.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3879.  }
  3880.  
  3881.  /* Badge Hover Effects */
  3882.  .badge:hover {
  3883.    transform: scale(1.05);
  3884.    transition: transform 0.3s ease;
  3885.  }
  3886.  
  3887.  @media (max-width: 991px) {
  3888.    .sidebar {
  3889.      margin-top: 3rem;
  3890.    }
  3891.  }
  3892.  
  3893.  @media (max-width: 576px) {
  3894.    .widget-title {
  3895.      font-size: 1rem;
  3896.      padding: 0.75rem 1rem !important;
  3897.    }
  3898.  
  3899.    .title-arrow::after,
  3900.    .title-arrow-primary::after {
  3901.      right: -18px;
  3902.      border-left-width: 18px;
  3903.      border-top-width: 18px;
  3904.      border-bottom-width: 18px;
  3905.    }
  3906.  
  3907.    .post-image {
  3908.      width: 70px !important;
  3909.      height: 55px !important;
  3910.    }
  3911.  
  3912.    .blog-meta {
  3913.      flex-direction: column !important;
  3914.      align-items: flex-start !important;
  3915.      gap: 0.5rem;
  3916.    }
  3917.  }
  3918. </style>
  3919.  
  3920.    
  3921.            </div>
  3922.        </div>
  3923.    </div>
  3924. </section>
  3925.  
  3926. <script>
  3927. document.addEventListener('DOMContentLoaded', function() {
  3928.    // Simple scroll animation
  3929.    const cards = document.querySelectorAll('.blog-card');
  3930.    
  3931.    const observer = new IntersectionObserver(function(entries) {
  3932.        entries.forEach(entry => {
  3933.            if (entry.isIntersecting) {
  3934.                entry.target.style.opacity = '1';
  3935.                entry.target.style.transform = 'translateY(0)';
  3936.            }
  3937.        });
  3938.    }, {
  3939.        threshold: 0.1
  3940.    });
  3941.  
  3942.    cards.forEach((card, index) => {
  3943.        card.style.opacity = '0';
  3944.        card.style.transform = 'translateY(30px)';
  3945.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3946.        observer.observe(card);
  3947.    });
  3948. });
  3949. </script>
  3950.  
  3951.    
  3952.        
  3953.        <!-- end wpo-blog-highlights-section -->
  3954.        <!-- start wpo-blog-sponsored-section -->
  3955.        
  3956.  
  3957.  
  3958.  
  3959.    
  3960.  
  3961.  
  3962.  
  3963. <style>
  3964.    .sponsored-section-v5 {
  3965.        padding: 40px 0;
  3966.    }
  3967.    
  3968.    .sponsored-card-v5 {
  3969.        background: var(--card-bg);
  3970.        border: 1px solid #f5f5f5;
  3971.        border-radius: var(--border-radius);
  3972.        transition: border-color 0.3s ease;
  3973.        height: 100%;
  3974.    }
  3975.    
  3976.    .sponsored-card-v5:hover {
  3977.        border-color: var(--bs-primary);
  3978.    }
  3979.    
  3980.    .sponsored-image-v5 {
  3981.        position: relative;
  3982.        background: var(--card-bg);
  3983.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  3984.        margin: 15px 15px 0;
  3985.    }
  3986.    
  3987.    .sponsored-image-v5 img {
  3988.        width: 100%;
  3989.        height: 140px;
  3990.        object-fit: cover;
  3991.        border-radius: var(--border-radius);
  3992.    }
  3993.    
  3994.    .sponsored-badge-v5 {
  3995.        position: absolute;
  3996.        top: 6px;
  3997.        left: 8px;
  3998.        padding: 4px 10px;
  3999.        font-size: 11px;
  4000.        font-weight: 600;
  4001.        text-transform: uppercase;    
  4002.        border-radius: var(--border-radius);
  4003.    }
  4004.    
  4005.    .sponsored-badge-v5::before {
  4006.        content: '';
  4007.        position: absolute;
  4008.        top: 8px;
  4009.        left: -10px;
  4010.        border-top: 10px solid var(--bs-primary);
  4011.        border-left: 10px solid transparent;
  4012.        transform: rotate(45deg);
  4013.    }
  4014.    
  4015.    .sponsored-content-v5 {
  4016.        padding: 15px;
  4017.    }
  4018.    
  4019.    .sponsored-title-v5 {
  4020.        font-size: 15px;
  4021.        font-weight: 700;
  4022.        line-height: 1.4;
  4023.        margin-bottom: 8px;
  4024.        color: #333;
  4025.    }
  4026.    
  4027.    .sponsored-title-v5 a {
  4028.        text-decoration: none;
  4029.        color: #333;
  4030.    }
  4031.    
  4032.    .sponsored-title-v5 a:hover {
  4033.        color: var(--bs-primary); /* Purple hover */
  4034.    }
  4035.    
  4036.    .sponsored-excerpt-v5 {
  4037.        font-size: 12px;
  4038.        font-style: italic;
  4039.        color: #868e96;
  4040.        margin-bottom: 10px;
  4041.        line-height: 1.5;
  4042.    }
  4043.    
  4044.    .sponsored-meta-v5 {
  4045.        font-size: 11px;
  4046.        color: #6c757d;
  4047.    }
  4048.    
  4049.    .author-info-v5 {
  4050.        margin-bottom: 5px;
  4051.    }
  4052.    
  4053.    .sponsored-author-img-v5 {
  4054.        width: 22px;
  4055.        height: 22px;
  4056.        border-radius: var(--border-radius);
  4057.        object-fit: cover;
  4058.        vertical-align: middle;
  4059.        margin-right: 5px;
  4060.    }
  4061.    
  4062.    .section-title-sponsored-v5 {
  4063.        font-size: 2.1rem;
  4064.        font-weight: 700;
  4065.        text-align: center;
  4066.        margin-bottom: 30px;
  4067.        color: #333;
  4068.        position: relative;
  4069.    }
  4070.    
  4071.    .section-title-sponsored-v5::after {
  4072.        content: '';
  4073.        position: absolute;
  4074.        bottom: -10px;
  4075.        left: 50%;
  4076.        transform: translateX(-50%);
  4077.        width: 80px;
  4078.        height: 2px;
  4079.        background: var(--bs-primary);
  4080.        box-shadow: 0 2px 0 0 var(--bs-primary);
  4081.    }
  4082.  
  4083.    @media (max-width: 768px) {
  4084.        .sponsored-section-v5 {
  4085.            padding: 25px 0;
  4086.        }
  4087.        .sponsored-image-v5 {
  4088.            margin: 10px 10px 0;
  4089.            padding: 8px;
  4090.        }
  4091.        .sponsored-image-v5 img {
  4092.            height: 120px;
  4093.        }
  4094.        .sponsored-content-v5 {
  4095.            padding: 12px;
  4096.        }
  4097.        .sponsored-title-v5 {
  4098.            font-size: 14px;
  4099.        }
  4100.        .sponsored-excerpt-v5 {
  4101.            font-size: 11px;
  4102.        }
  4103.        .section-title-sponsored-v5 {
  4104.            font-size: 1.7rem;
  4105.        }
  4106.    }
  4107. </style>
  4108.  
  4109. <section class="sponsored-section-v5">
  4110.    <div class="container-fluid fluid-container">
  4111.        <div class="row">
  4112.            <div class="col-12">
  4113.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  4114.            </div>
  4115.        </div>
  4116.        
  4117.        <div class="row g-3">
  4118.            
  4119.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4120.                <div class="card sponsored-card-v5">
  4121.                    <div class="sponsored-image-v5">
  4122.                        
  4123.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4124.                        
  4125.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4126.                    </div>
  4127.                    <div class="sponsored-content-v5">
  4128.                        <h3 class="sponsored-title-v5">
  4129.                            <a href="/what-kind-of-figure-is-the-politician-al-carns-ex-royal-marine-and-labour-minister-with-sights-on-leadership/" >
  4130.                                            What Kind of Figure is the Politician Al Carns? Ex-Royal Marine and Labour Minister with Sights on Leadership
  4131.                                            </a>
  4132.                        </h3>
  4133.                        <p class="sponsored-excerpt-v5">
  4134.                          
  4135.                        </p>
  4136.                        <div class="sponsored-meta-v5">
  4137.                            <div class="author-info-v5">
  4138.                                
  4139.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="sponsored-author-img-v5">
  4140.                                
  4141.                                <span>
  4142.                                    Haley Barrera
  4143.                                </span>
  4144.                            </div>
  4145.                            <div>17 May 2026</div>
  4146.                        </div>
  4147.                    </div>
  4148.                </div>
  4149.            </div>
  4150.            
  4151.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4152.                <div class="card sponsored-card-v5">
  4153.                    <div class="sponsored-image-v5">
  4154.                        
  4155.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4156.                        
  4157.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4158.                    </div>
  4159.                    <div class="sponsored-content-v5">
  4160.                        <h3 class="sponsored-title-v5">
  4161.                            <a href="/swiss-ski-resort-fire-survivors-are-treated-in-burns-units-across-europe/" >
  4162.                                            Swiss Ski Resort Fire Survivors Are Treated in Burns Units Across Europe
  4163.                                            </a>
  4164.                        </h3>
  4165.                        <p class="sponsored-excerpt-v5">
  4166.                          
  4167.                        </p>
  4168.                        <div class="sponsored-meta-v5">
  4169.                            <div class="author-info-v5">
  4170.                                
  4171.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="sponsored-author-img-v5">
  4172.                                
  4173.                                <span>
  4174.                                    Haley Barrera
  4175.                                </span>
  4176.                            </div>
  4177.                            <div>17 May 2026</div>
  4178.                        </div>
  4179.                    </div>
  4180.                </div>
  4181.            </div>
  4182.            
  4183.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4184.                <div class="card sponsored-card-v5">
  4185.                    <div class="sponsored-image-v5">
  4186.                        
  4187.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4188.                        
  4189.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4190.                    </div>
  4191.                    <div class="sponsored-content-v5">
  4192.                        <h3 class="sponsored-title-v5">
  4193.                            <a href="/leaders-recognise-queens-as-the-president-extends-the-mayor-elect-a-cordial-greeting/" >
  4194.                                            Leaders Recognise Queens as The President Extends The Mayor-Elect a Cordial Greeting
  4195.                                            </a>
  4196.                        </h3>
  4197.                        <p class="sponsored-excerpt-v5">
  4198.                          
  4199.                        </p>
  4200.                        <div class="sponsored-meta-v5">
  4201.                            <div class="author-info-v5">
  4202.                                
  4203.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="sponsored-author-img-v5">
  4204.                                
  4205.                                <span>
  4206.                                    Haley Barrera
  4207.                                </span>
  4208.                            </div>
  4209.                            <div>17 May 2026</div>
  4210.                        </div>
  4211.                    </div>
  4212.                </div>
  4213.            </div>
  4214.            
  4215.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4216.                <div class="card sponsored-card-v5">
  4217.                    <div class="sponsored-image-v5">
  4218.                        
  4219.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4220.                        
  4221.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4222.                    </div>
  4223.                    <div class="sponsored-content-v5">
  4224.                        <h3 class="sponsored-title-v5">
  4225.                            <a href="/the-ten-year-affair-by-author-erin-somers-the-middle-aged-infidelity-tale-our-generation-needs/" >
  4226.                                            The Ten Year Affair by author Erin Somers: The Middle-Aged Infidelity Tale Our Generation Needs.
  4227.                                            </a>
  4228.                        </h3>
  4229.                        <p class="sponsored-excerpt-v5">
  4230.                          
  4231.                        </p>
  4232.                        <div class="sponsored-meta-v5">
  4233.                            <div class="author-info-v5">
  4234.                                
  4235.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="sponsored-author-img-v5">
  4236.                                
  4237.                                <span>
  4238.                                    Haley Barrera
  4239.                                </span>
  4240.                            </div>
  4241.                            <div>16 May 2026</div>
  4242.                        </div>
  4243.                    </div>
  4244.                </div>
  4245.            </div>
  4246.            
  4247.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4248.                <div class="card sponsored-card-v5">
  4249.                    <div class="sponsored-image-v5">
  4250.                        
  4251.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4252.                        
  4253.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4254.                    </div>
  4255.                    <div class="sponsored-content-v5">
  4256.                        <h3 class="sponsored-title-v5">
  4257.                            <a href="/president-zelensky-says-ukraine-was-10-off-from-a-peace-deal-but-not-at-any-cost/" >
  4258.                                            President Zelensky Says Ukraine Was 10% Off from a Peace Deal, But Not at Any Cost
  4259.                                            </a>
  4260.                        </h3>
  4261.                        <p class="sponsored-excerpt-v5">
  4262.                          
  4263.                        </p>
  4264.                        <div class="sponsored-meta-v5">
  4265.                            <div class="author-info-v5">
  4266.                                
  4267.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="sponsored-author-img-v5">
  4268.                                
  4269.                                <span>
  4270.                                    Haley Barrera
  4271.                                </span>
  4272.                            </div>
  4273.                            <div>16 May 2026</div>
  4274.                        </div>
  4275.                    </div>
  4276.                </div>
  4277.            </div>
  4278.            
  4279.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4280.                <div class="card sponsored-card-v5">
  4281.                    <div class="sponsored-image-v5">
  4282.                        
  4283.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4284.                        
  4285.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4286.                    </div>
  4287.                    <div class="sponsored-content-v5">
  4288.                        <h3 class="sponsored-title-v5">
  4289.                            <a href="/the-new-animated-series-introductory-sequence-chose-the-wrong-critical-role-track/" >
  4290.                                            The New Animated Series&#x27; Introductory Sequence Chose the Wrong Critical Role Track
  4291.                                            </a>
  4292.                        </h3>
  4293.                        <p class="sponsored-excerpt-v5">
  4294.                          
  4295.                        </p>
  4296.                        <div class="sponsored-meta-v5">
  4297.                            <div class="author-info-v5">
  4298.                                
  4299.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72b40e07-8ab6-404f-aac8-55f46fd642c7_profile.png" alt="Haley Barrera" style="object-fit: cover;" class="sponsored-author-img-v5">
  4300.                                
  4301.                                <span>
  4302.                                    Haley Barrera
  4303.                                </span>
  4304.                            </div>
  4305.                            <div>16 May 2026</div>
  4306.                        </div>
  4307.                    </div>
  4308.                </div>
  4309.            </div>
  4310.            
  4311.        </div>
  4312.    </div>
  4313. </section>
  4314.  
  4315.  
  4316.    
  4317.        <!-- end wpo-blog-sponsored-section -->
  4318.        <!-- start wpo-subscribe-section -->
  4319.        
  4320.        <!-- end subscribe-section -->
  4321.        <!-- start of wpo-site-footer-section -->
  4322.        
  4323.  
  4324.  
  4325.  
  4326.  
  4327.  
  4328. <footer class="wpo-site-footer-v6 bg-primary-gradient">
  4329.  <!-- Main Footer Content -->
  4330.  <div class="footer-main-content">
  4331.    <div class="container-fluid fluid-container">
  4332.      <!-- Top Section - Centered Logo & Tagline -->
  4333.      <div class="footer-top-section text-center">
  4334.        <div class="brand-logo">
  4335.          
  4336.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/6faa2685-d3fa-42e0-b1f8-7799bb6f6b7b_logo.png" alt="BrightArena" width="auto" height="70px" class="footer-logo" />
  4337.          
  4338.        </div>
  4339.      </div>
  4340.  
  4341.      <!-- Content Grid -->
  4342.      <div class="footer-content-grid">
  4343.        <div class="d-flex justify-content-between flex-wrap gap-3 px-3">
  4344.          <!-- Column 1: Navigation & Categories (Merged) -->
  4345.          <div class="">
  4346.            <div class="footer-column">
  4347.              <h5 class="column-title">Quick Links</h5>
  4348.              <ul class="footer-menu">
  4349.                
  4350.                  <li>
  4351.                    <a class="menu-link" href="/republican-lawmaker-asserts-deal-is-possible-on-health-care-as-key-tax-credits-set-to-expire/">Republican Lawmaker Asserts &#x27;Deal Is Possible&#x27; on Health Care as Key Tax Credits Set to Expire.</a>
  4352.                  </li>
  4353.                
  4354.                  <li>
  4355.                    <a class="menu-link" href="/administration-denounces-democratic-fabrication-as-additional-jeffrey-epstein-photos-disclosed/">Administration Denounces &#x27;Democratic Fabrication&#x27; as Additional Jeffrey Epstein Photos Disclosed</a>
  4356.                  </li>
  4357.                
  4358.                  <li>
  4359.                    <a class="menu-link" href="/millie-bright-departs-england-arena-long-past-her-legacy-was-etched-among-soccer-greats/">Millie Bright Departs England Arena Long Past Her Legacy Was Etched Among Soccer Greats</a>
  4360.                  </li>
  4361.                
  4362.                  <li>
  4363.                    <a class="menu-link" href="/line-of-duty-announced-for-7th-series-on-bbc/">Line of Duty Announced for 7th Series on BBC</a>
  4364.                  </li>
  4365.                
  4366.                  <li>
  4367.                    <a class="menu-link" href="/british-tennis-star-emma-raducanu-concludes-the-current-season-and-has-decided-to-continue-with-her-coach-through-next-year/">British tennis star Emma Raducanu concludes the current season and has decided to continue with her coach through next year.</a>
  4368.                  </li>
  4369.                
  4370.                  <li>
  4371.                    <a class="menu-link" href="/3-game-pass-games-that-can-justify-your-membership-this-weekend-nov-21-23/">3 Game Pass Games That Can Justify Your Membership This Weekend (Nov. 21-23)</a>
  4372.                  </li>
  4373.                
  4374.              </ul>
  4375.            </div>
  4376.          </div>
  4377.  
  4378.          <!-- Column 2: Resources -->
  4379.          <div class="">
  4380.            <div class="footer-column">
  4381.              <h5 class="column-title">Blog Rolls</h5>
  4382.              <ul class="footer-menu" id="blogRollLinks">
  4383.                
  4384.                
  4385.  
  4386.                
  4387.                
  4388.                  
  4389.                
  4390.              </ul>
  4391.            </div>
  4392.          </div>
  4393.  
  4394.          <!-- Column 2: Resources -->
  4395.          <div class="">
  4396.            <div class="footer-column">
  4397.              <h5 class="column-title">Categories</h5>
  4398.              <ul class="footer-menu">
  4399.                
  4400.                  <li>
  4401.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4402.                  </li>
  4403.                
  4404.                  <li>
  4405.                    <a class="menu-link" href="/category/business/">Business</a>
  4406.                  </li>
  4407.                
  4408.                  <li>
  4409.                    <a class="menu-link" href="/category/esports/">Esports</a>
  4410.                  </li>
  4411.                
  4412.                  <li>
  4413.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  4414.                  </li>
  4415.                
  4416.                  <li>
  4417.                    <a class="menu-link" href="/category/featured/">Featured</a>
  4418.                  </li>
  4419.                
  4420.              </ul>
  4421.            </div>
  4422.          </div>
  4423.        </div>
  4424.      </div>
  4425.    </div>
  4426.  </div>
  4427.  
  4428.  <!-- Footer Bottom -->
  4429.  <div class="footer-bottom">
  4430.    <div class="container-fluid fluid-container">
  4431.      <div class="bottom-content text-center">
  4432.        <!-- Copyright -->
  4433.        <div class="copyright-info">
  4434.          <p>
  4435.            &copy; 2026 <strong>BrightArena</strong>. All rights reserved.
  4436.          </p>
  4437.        </div>
  4438.  
  4439.        <!-- Footer Links -->
  4440.        <div class="utility-links">
  4441.          <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  4442.          <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  4443.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4444.        </div>
  4445.      </div>
  4446.    </div>
  4447.  </div>
  4448. </footer>
  4449.  
  4450. <style>
  4451.    .wpo-site-footer-v6{
  4452.        border-radius: 60px 60px 0px 0px !important;
  4453.    }
  4454.  
  4455. .footer-main-content {
  4456.    padding: 60px 0 40px;
  4457. }
  4458.  
  4459. /* Top Section */
  4460. .footer-top-section {
  4461.    margin-bottom: 40px;
  4462.    padding-bottom: 30px;
  4463.    border-bottom: 1px solid #dee2e6;
  4464. }
  4465.  
  4466. .brand-logo {
  4467.    display: flex;
  4468.    align-items: center;
  4469.    justify-content: center;
  4470.    gap: 15px;
  4471. }
  4472.  
  4473.  
  4474. .brand-title {
  4475.    font-size: 26px;
  4476.    font-weight: 700;
  4477.    margin: 0;
  4478. }
  4479.  
  4480. .brand-tagline {
  4481.    font-size: 15px;
  4482.    color: var(--footer-color) !important;
  4483.    margin: 0;
  4484. }
  4485.  
  4486. /* Content Grid */
  4487. .footer-column {
  4488.    margin-bottom: 30px;
  4489. }
  4490.  
  4491. .column-title {
  4492.    font-size: 17px;
  4493.    font-weight: 600;
  4494.    color: var(--footer-color) !important;
  4495.    margin-bottom: 20px;
  4496. }
  4497.  
  4498. /* Footer Menu */
  4499. .footer-menu {
  4500.    list-style: none;
  4501.    padding: 0;
  4502.    margin: 0;
  4503.    color: var(--footer-color) !important;
  4504. }
  4505.  
  4506. .footer-menu li {
  4507.    margin-bottom: 10px;
  4508.  
  4509. }
  4510.  
  4511. .menu-link {
  4512.    color: var(--footer-color) !important;
  4513.    text-decoration: none;
  4514.    font-size: 15px;
  4515.    transition: color 0.3s ease;
  4516. }
  4517.  
  4518. .menu-link:hover {
  4519.    color: #007bff;
  4520. }
  4521.  
  4522. /* Footer Bottom */
  4523. .footer-bottom {
  4524.    border-top: 1px solid var(--border-color);
  4525.    padding: 20px 0;
  4526. }
  4527.  
  4528. .copyright-info p {
  4529.    margin: 0 0 10px;
  4530.    color: var(--footer-color) !important;
  4531. }
  4532.  
  4533. .utility-links {
  4534.    display: flex;
  4535.    justify-content: center;
  4536.    gap: 15px;
  4537. }
  4538.  
  4539. .utility-link {
  4540.    color: #666;
  4541.    text-decoration: none;
  4542.    transition: color 0.3s ease;
  4543. }
  4544.  
  4545. .utility-link:hover {
  4546.    color: #007bff;
  4547. }
  4548.  
  4549. /* Responsive Design */
  4550. @media (max-width: 992px) {
  4551.    .footer-column {
  4552.        text-align: start;
  4553.    }
  4554.    
  4555.    .social-buttons {
  4556.        justify-content: start;
  4557.    }
  4558. }
  4559.  
  4560. @media (max-width: 768px) {
  4561.    .footer-top-section {
  4562.        margin-bottom: 30px;
  4563.    }
  4564.    
  4565.    .brand-logo {
  4566.        flex-direction: column;
  4567.    }
  4568.    
  4569.    .footer-bottom .bottom-content {
  4570.        padding: 0 15px;
  4571.    }
  4572. }
  4573.  
  4574. @media (max-width: 576px) {
  4575.    .column-title {
  4576.        font-size: 16px;
  4577.    }
  4578.    
  4579.    .menu-link {
  4580.        font-size: 14px;
  4581.    }
  4582. }
  4583. </style>
  4584.  
  4585. <script>
  4586. // Newsletter Form Enhancement
  4587. document.addEventListener('DOMContentLoaded', function() {
  4588.    const newsletterForm = document.querySelector('.newsletter-form');
  4589.    if (newsletterForm) {
  4590.        newsletterForm.addEventListener('submit', function(e) {
  4591.            const submitBtn = this.querySelector('.newsletter-submit');
  4592.            const originalHTML = submitBtn.innerHTML;
  4593.            
  4594.            submitBtn.innerHTML = '<i class="fas fa-spinner fa-spin"></i>';
  4595.            submitBtn.disabled = true;
  4596.            
  4597.            // Re-enable after form processing (simulate for now)
  4598.            setTimeout(() => {
  4599.                submitBtn.innerHTML = originalHTML;
  4600.                submitBtn.disabled = false;
  4601.            }, 2000);
  4602.        });
  4603.    }
  4604.  
  4605.    // Add prevent default to placeholder links
  4606.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4607.        anchor.addEventListener('click', function (e) {
  4608.            e.preventDefault();
  4609.        });
  4610.    });
  4611. });
  4612. document.addEventListener('DOMContentLoaded', function () {
  4613.    var btn = document.getElementById('toggleBlogRollLinks');
  4614.    if (!btn) return; // No extra items, no button
  4615.  
  4616.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4617.  
  4618.    btn.addEventListener('click', function () {
  4619.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4620.            return li.classList.contains('d-none');
  4621.        });
  4622.  
  4623.        extras.forEach(function (li) {
  4624.            if (anyHidden) {
  4625.                li.classList.remove('d-none');
  4626.                li.classList.add('show');
  4627.            } else {
  4628.                li.classList.add('d-none');
  4629.                li.classList.remove('show');
  4630.            }
  4631.        });
  4632.  
  4633.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4634.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4635.    });
  4636. });
  4637.  
  4638. </script>
  4639.  
  4640.        <!-- end of wpo-site-footer-section -->
  4641.    </div>
  4642.    <!-- end of page-wrapper -->
  4643.  
  4644.    <!-- All JavaScript files
  4645.    ================================================== -->
  4646.    
  4647.  
  4648. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4649. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4650. <!-- Plugins for this template -->
  4651. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4652. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4653. <!-- Custom script for this template -->
  4654. <script src="/static/blogapp/assets/js/script.js"></script>
  4655.  
  4656. <script>
  4657. (function () {
  4658. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4659. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4660.  
  4661. function applyFallback(img) {
  4662. if (!img || img.dataset.fallbackApplied === "1") {
  4663. return;
  4664. }
  4665. var failedSrc = img.currentSrc || img.src || "";
  4666. img.dataset.fallbackApplied = "1";
  4667. img.onerror = null;
  4668. img.src = fallbackImageSrc;
  4669. console.warn("[ImageFallback] Replaced broken image:", {
  4670. failedSrc: failedSrc,
  4671. fallbackSrc: fallbackImageSrc,
  4672. alt: img.alt || "",
  4673. });
  4674. }
  4675.  
  4676. document.querySelectorAll("img").forEach(function (img) {
  4677. if (img.complete && img.naturalWidth === 0) {
  4678. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4679. failedSrc: img.currentSrc || img.src || "",
  4680. alt: img.alt || "",
  4681. });
  4682. applyFallback(img);
  4683. }
  4684. });
  4685.  
  4686. document.addEventListener(
  4687. "error",
  4688. function (event) {
  4689. var target = event.target;
  4690. if (target && target.tagName === "IMG") {
  4691. applyFallback(target);
  4692. }
  4693. },
  4694. true
  4695. );
  4696. })();
  4697. </script>
  4698.  
  4699. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4700.  
  4701.  
  4702.  
  4703. <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":"4e716aea73d742d8b397d211832c9f07","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4704. </body>
  4705.  
  4706. </html>
  4707.  
  4708.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda