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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  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-28T180737.784_7FTWkJn_id856kM_W2NPlIP.png">
  14.    
  15.  
  16.    <title>RapidBase: Streamline Your Workflow with Smart Automation Tools</title>
  17.    <meta name="description" content="Discover how RapidBase helps businesses automate processes and boost productivity with easy-to-use tools and integrations. Learn more about our solutions.">
  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://rapidbase.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #e74c3c;
  42.        --bs-primary-rgb: e74c3c;
  43.        --bs-secondary: #636e72;
  44.        --bs-success: #27ae60;
  45.        --bs-danger: #c0392b;
  46.        --bs-warning: #f1c40f;
  47.        --bs-info: #3498db;
  48.        --bs-light: #f5f6fa;
  49.        --bs-dark: #2d3436;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #e74c3c;
  53.        --theme-primary-color-s2: #e74c3c;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2d3436;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2d3436;
  59.        --border-color: #dfe4ea;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #e8ecef;
  75.        --navbar-color: #2d3436;
  76.        --topbar-bg: #f5f6fa;
  77.        --topbar-color: #2d3436;
  78.        --footer-bg: #2d3436;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #dfe4ea;
  82.        --card-radius: 10px;
  83.        --link-color: #e74c3c;
  84.        --link-hover: #c0392b;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(231, 76, 60, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_8">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.            <!-- end preloader -->
  379.        
  380.        <!-- Start header -->
  381.        <header id="header" class="wpo-site-header">
  382.            
  383.  
  384.  
  385.    
  386.  
  387.  
  388. <div class="top-bg">
  389.    <div class="unique-topbar3 container-fluid fluid-container d-sm-flex d-none align-items-center justify-content-between">
  390.        <!-- Date/Time -->
  391.        <span id="current-time" class="text-nowrap"></span>
  392.    
  393.        <!-- Marquee News -->
  394.        <marquee direction="left" scrollamount="4" behavior="scroll" class="topbar-marquee flex-grow-1 ms-3">
  395.            
  396.                <a href="/keeper-review-romance-goes-to-the-underworld-in-powerfully-spooky-terrifying-tale/" class="px-4 top-color">
  397.                    Keeper Review – Romance Goes to the Underworld in Powerfully Spooky Terrifying Tale
  398.                </a>
  399.            
  400.                <a href="/edward-enninful-discusses-modern-britain-a-decline-in-tolerance-than-in-the-90s/" class="px-4 top-color">
  401.                    Edward Enninful discusses Modern Britain: &#x27;A Decline in Tolerance&#x27; Than in the 90s.
  402.                </a>
  403.            
  404.                <a href="/high-young-death-rates-signal-an-developing-situation-international-medical-study-cautions/" class="px-4 top-color">
  405.                    High Young Death Rates Signal an Developing Situation’, International Medical Study Cautions
  406.                </a>
  407.            
  408.                <a href="/a-neutral-masterstroke-or-a-misstep-pantones-snowy-annual-hue-sparks-backlash/" class="px-4 top-color">
  409.                    A Neutral Masterstroke or a Misstep? Pantone&#x27;s Snowy Annual Hue Sparks Backlash.
  410.                </a>
  411.            
  412.                <a href="/thousands-lost-electricity-in-queensland-and-victorian-regions-following-powerful-weather-systems/" class="px-4 top-color">
  413.                    Thousands Lost Electricity in Queensland and Victorian Regions Following Powerful Weather Systems
  414.                </a>
  415.            
  416.        </marquee>
  417.    </div>
  418. </div>
  419.  
  420. <script>
  421. function updateCurrentTime() {
  422.    const currentDate = new Date();
  423.  
  424.    // Day Names
  425.    const dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
  426.    const day = dayNames[currentDate.getDay()];
  427.  
  428.    // Date Formatting
  429.    const dayNumber = currentDate.getDate().toString().padStart(2, '0');
  430.    const monthNames = ["January", "February", "March", "April", "May", "June",
  431.                        "July", "August", "September", "October", "November", "December"];
  432.    const month = monthNames[currentDate.getMonth()];
  433.    const year = currentDate.getFullYear();
  434.  
  435.    // Final string
  436.    const dateString = `${day}, ${month} ${dayNumber}, ${year}`;
  437.  
  438.    document.getElementById('current-time').innerHTML = `
  439.        <span class='bg-primary-gradient p-2 '>
  440.            <span class="fw-bold">${dateString}</span>
  441.        </span>
  442.    `;
  443. }
  444. updateCurrentTime();
  445. </script>
  446.  
  447.  
  448.  
  449.            
  450.  
  451.  
  452.  
  453.  
  454.  
  455.  
  456. <header class="header-v8 mb-4">
  457.    <div class="container-fluid fluid-container">
  458.        <!-- Main Navigation Card -->
  459.        <div class="nav-card-v8">
  460.            <div class="row align-items-center justify-content-between">
  461.                <!-- Logo Section -->
  462.               <div class="col-lg-2 col-md-3 col-6">
  463.                    <div class="logo-section-v8">
  464.                        <a class="logo-link-v8" href="/">
  465.                            
  466.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d1755933-6f79-4472-ad07-4c9e8a921e2d_logo.png" alt="RapidBase Blog" class="logo-img-v8" />
  467.                            
  468.                        </a>
  469.                    </div>
  470.                </div>
  471.  
  472.                <!-- Navigation Menu -->
  473.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  474.                    <nav class="main-nav-v8">
  475.                        <ul class="nav-list-v8">
  476.  
  477.                            
  478.                            <li class="nav-item-v8">
  479.                                <a href="/" class="nav-link-v8 active-v8"
  480.                                    data-text="Home">Home</a>
  481.                            </li>
  482.  
  483.                            
  484.                            
  485.                             <li class="nav-item-v8">
  486.                                <a href="/category/all-posts/" class="nav-link-v8"
  487.                                    data-text="All Posts">
  488.                                    All Posts
  489.                                </a>
  490.                                </li>
  491.  
  492.                                
  493.  
  494.                                                
  495.                                                
  496.                                
  497.                             <li class="nav-item-v8">
  498.                                <a href="/category/business/" class="nav-link-v8"
  499.                                    data-text="Business">
  500.                                    Business
  501.                                </a>
  502.                                </li>
  503.  
  504.                                
  505.  
  506.                                                
  507.                                                
  508.                                
  509.                             <li class="nav-item-v8">
  510.                                <a href="/category/esports/" class="nav-link-v8"
  511.                                    data-text="Esports">
  512.                                    Esports
  513.                                </a>
  514.                                </li>
  515.  
  516.                                
  517.  
  518.                                                
  519.                                                
  520.                                
  521.                             <li class="nav-item-v8">
  522.                                <a href="/category/fashion/" class="nav-link-v8"
  523.                                    data-text="Fashion">
  524.                                    Fashion
  525.                                </a>
  526.                                </li>
  527.  
  528.                                
  529.  
  530.                                                
  531.                                                
  532.                                
  533.                             <li class="nav-item-v8">
  534.                                <a href="/category/featured/" class="nav-link-v8"
  535.                                    data-text="Featured">
  536.                                    Featured
  537.                                </a>
  538.                                </li>
  539.  
  540.                                
  541.  
  542.                                                
  543.                                                
  544.                                
  545.                             <li class="nav-item-v8">
  546.                                <a href="/category/gaming/" class="nav-link-v8"
  547.                                    data-text="Gaming">
  548.                                    Gaming
  549.                                </a>
  550.                                </li>
  551.  
  552.                                
  553.  
  554.                                                
  555.                                                
  556.                                
  557.                             <li class="nav-item-v8">
  558.                                <a href="/category/health/" class="nav-link-v8"
  559.                                    data-text="Health">
  560.                                    Health
  561.                                </a>
  562.                                </li>
  563.  
  564.                                
  565.  
  566.                                                
  567.                                                
  568.                                
  569.                            
  570.                                
  571.                                
  572.                                <li class="nav-item-v8 has-dropdown-v8">
  573.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  574.                                    <div class="dropdown-card-v8">
  575.                                        <div class="dropdown-grid-v8">
  576.                                            <div class="dropdown-section-v8">
  577.                                                <a href="/category/life-fitness/"
  578.                                                    class="dropdown-link-v8">
  579.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  580.                                                </a>
  581.                                                
  582.  
  583.                                                
  584.  
  585.                                                
  586.                                                
  587.                                
  588.                            
  589.                                                <a href="/category/lifestyle/"
  590.                                                    class="dropdown-link-v8">
  591.                                                    <span class="link-icon-v8"></span> Lifestyle
  592.                                                </a>
  593.                                                
  594.  
  595.                                                
  596.                                                
  597.                                
  598.                            
  599.                                                <a href="/category/news/"
  600.                                                    class="dropdown-link-v8">
  601.                                                    <span class="link-icon-v8"></span> News
  602.                                                </a>
  603.                                                
  604.  
  605.                                                
  606.                                                
  607.                                
  608.                            
  609.                                                <a href="/category/others/"
  610.                                                    class="dropdown-link-v8">
  611.                                                    <span class="link-icon-v8"></span> Others
  612.                                                </a>
  613.                                                
  614.  
  615.                                                
  616.                                                
  617.                                
  618.                            
  619.                                                <a href="/category/politics/"
  620.                                                    class="dropdown-link-v8">
  621.                                                    <span class="link-icon-v8"></span> Politics
  622.                                                </a>
  623.                                                
  624.  
  625.                                                
  626.                                                
  627.                                
  628.                            
  629.                                                <a href="/category/sports/"
  630.                                                    class="dropdown-link-v8">
  631.                                                    <span class="link-icon-v8"></span> Sports
  632.                                                </a>
  633.                                                
  634.  
  635.                                                
  636.                                                
  637.                                
  638.                            
  639.                                                <a href="/category/tech/"
  640.                                                    class="dropdown-link-v8">
  641.                                                    <span class="link-icon-v8"></span> Tech
  642.                                                </a>
  643.                                                
  644.  
  645.                                                
  646.                                                
  647.                                
  648.                            
  649.                                                <a href="/category/travel/"
  650.                                                    class="dropdown-link-v8">
  651.                                                    <span class="link-icon-v8"></span> Travel
  652.                                                </a>
  653.                                                
  654.  
  655.                                                
  656.                                                
  657.                                            </div>
  658.                                        </div>
  659.                                    </div>
  660.                                </li>
  661.                                
  662.                                
  663. <li>
  664.                  <a href="/page/contact-us/">
  665.                     Contact Us
  666.                  </a>
  667.              </li>
  668.                        </ul>
  669.                    </nav>
  670.  
  671.                </div>
  672.  
  673.                <!-- Search & Mobile Toggle -->
  674.                <div class="col-lg-2 col-md-3 col-6">
  675.                    <div class="nav-actions-v8">
  676.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  677.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  678.                                stroke-width="2">
  679.                                <circle cx="11" cy="11" r="8"></circle>
  680.                                <path d="m21 21-4.35-4.35"></path>
  681.                            </svg>
  682.                        </button>
  683.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  684.                            <i class="ti-menu fs-5"></i>
  685.                        </button>
  686.                    </div>
  687.                </div>
  688.            </div>
  689.        </div>
  690.  
  691.        <!-- Floating Search Card -->
  692.        <div class="search-card-v8" id="searchCardV8">
  693.            <div class="search-container-v8">
  694.                <form class="search-form-v8" action="#" method="get">
  695.                    <div class="search-input-wrapper-v8">
  696.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  697.                            stroke="currentColor" stroke-width="2">
  698.                            <circle cx="11" cy="11" r="8"></circle>
  699.                            <path d="m21 21-4.35-4.35"></path>
  700.                        </svg>
  701.                        <input type="search" class="search-input-v8" id="search-input"
  702.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  703.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  704.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  705.                                stroke-width="2">
  706.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  707.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  708.                            </svg>
  709.                        </button>
  710.                    </div>
  711.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  712.                        
  713.                        
  714.                    </div>
  715.                </form>
  716.            </div>
  717.        </div>
  718.  
  719.        <!-- Mobile Navigation Card -->
  720.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  721.            <div class="mobile-nav-content-v8">
  722.                <ul class="mobile-nav-list-v8">
  723.  
  724.                    
  725.                    <li class="mobile-nav-item-v8">
  726.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  727.                            Home
  728.                        </a>
  729.                    </li>
  730.  
  731.                    
  732.                      <li class="mobile-nav-item-v8">
  733.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  734.                            All Posts
  735.                        </a>
  736.                        </li>
  737.  
  738.                        
  739.  
  740.                                
  741.                                
  742.                        
  743.                      <li class="mobile-nav-item-v8">
  744.                        <a href="/category/business/" class="mobile-nav-link-v8">
  745.                            Business
  746.                        </a>
  747.                        </li>
  748.  
  749.                        
  750.  
  751.                                
  752.                                
  753.                        
  754.                      <li class="mobile-nav-item-v8">
  755.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  756.                            Esports
  757.                        </a>
  758.                        </li>
  759.  
  760.                        
  761.  
  762.                                
  763.                                
  764.                        
  765.                      <li class="mobile-nav-item-v8">
  766.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  767.                            Fashion
  768.                        </a>
  769.                        </li>
  770.  
  771.                        
  772.  
  773.                                
  774.                                
  775.                        
  776.                      <li class="mobile-nav-item-v8">
  777.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  778.                            Featured
  779.                        </a>
  780.                        </li>
  781.  
  782.                        
  783.  
  784.                                
  785.                                
  786.                        
  787.                      <li class="mobile-nav-item-v8">
  788.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  789.                            Gaming
  790.                        </a>
  791.                        </li>
  792.  
  793.                        
  794.  
  795.                                
  796.                                
  797.                        
  798.                      <li class="mobile-nav-item-v8">
  799.                        <a href="/category/health/" class="mobile-nav-link-v8">
  800.                            Health
  801.                        </a>
  802.                        </li>
  803.  
  804.                        
  805.  
  806.                                
  807.                                
  808.                        
  809.                    
  810.                        
  811.                        
  812.                        <li class="mobile-nav-item-v8">
  813.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  814.                                More
  815.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  816.                                    stroke="currentColor" stroke-width="2">
  817.                                    <polyline points="6,9 12,15 18,9"></polyline>
  818.                                </svg>
  819.                            </a>
  820.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  821.                                <li>
  822.                                    <a href="/category/life-fitness/"
  823.                                        class="mobile-sub-link-v8">
  824.                                        Life &amp; Fitness
  825.                                    </a>
  826.                                </li>
  827.                                
  828.  
  829.                                
  830.  
  831.                                
  832.                                
  833.                        
  834.                    
  835.                                
  836.                                <li>
  837.                                    <a href="/category/lifestyle/"
  838.                                        class="mobile-sub-link-v8">
  839.                                        Lifestyle
  840.                                    </a>
  841.                                </li>
  842.                                
  843.  
  844.                                
  845.                                
  846.                        
  847.                    
  848.                                
  849.                                <li>
  850.                                    <a href="/category/news/"
  851.                                        class="mobile-sub-link-v8">
  852.                                        News
  853.                                    </a>
  854.                                </li>
  855.                                
  856.  
  857.                                
  858.                                
  859.                        
  860.                    
  861.                                
  862.                                <li>
  863.                                    <a href="/category/others/"
  864.                                        class="mobile-sub-link-v8">
  865.                                        Others
  866.                                    </a>
  867.                                </li>
  868.                                
  869.  
  870.                                
  871.                                
  872.                        
  873.                    
  874.                                
  875.                                <li>
  876.                                    <a href="/category/politics/"
  877.                                        class="mobile-sub-link-v8">
  878.                                        Politics
  879.                                    </a>
  880.                                </li>
  881.                                
  882.  
  883.                                
  884.                                
  885.                        
  886.                    
  887.                                
  888.                                <li>
  889.                                    <a href="/category/sports/"
  890.                                        class="mobile-sub-link-v8">
  891.                                        Sports
  892.                                    </a>
  893.                                </li>
  894.                                
  895.  
  896.                                
  897.                                
  898.                        
  899.                    
  900.                                
  901.                                <li>
  902.                                    <a href="/category/tech/"
  903.                                        class="mobile-sub-link-v8">
  904.                                        Tech
  905.                                    </a>
  906.                                </li>
  907.                                
  908.  
  909.                                
  910.                                
  911.                        
  912.                    
  913.                                
  914.                                <li>
  915.                                    <a href="/category/travel/"
  916.                                        class="mobile-sub-link-v8">
  917.                                        Travel
  918.                                    </a>
  919.                                </li>
  920.                                
  921.  
  922.                                
  923.                                
  924.                            </ul>
  925.                        </li>
  926.                        
  927.                        
  928.  
  929.                </ul>
  930.  
  931.            </div>
  932.        </div>
  933.    </div>
  934.  
  935.    <!-- Background Overlay -->
  936.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  937. </header>
  938.  
  939. <style>
  940.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  941.    .header-v8 {
  942.        padding: 20px 0;
  943.        position: relative;
  944.        min-height: 120px;
  945.    }
  946.  
  947.    /* Main Navigation Card */
  948.    .nav-card-v8 {
  949.        background:var(--navbar-bg);
  950.        backdrop-filter: blur(20px);
  951.        border: 1px solid var(--border-color);
  952.        border-radius: 20px;
  953.        padding: 15px 25px;
  954.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  955.        position: relative;
  956.        z-index: 100;
  957.    }
  958.  
  959.    /* Logo Styles */
  960.    .logo-img-v8 {
  961.        max-height: 60px;
  962.        transition: all 0.3s ease;
  963.    }
  964.  
  965.    .logo-link-v8:hover .logo-img-v8 {
  966.        transform: scale(1.05) rotate(2deg);
  967.    }
  968.  
  969.    /* Main Navigation */
  970.    .nav-list-v8 {
  971.        list-style: none;
  972.        padding: 0;
  973.        margin: 0;
  974.        display: flex;
  975.        align-items: center;
  976.        justify-content: center;
  977.        gap: 8px;
  978.    }
  979.  
  980.    .nav-item-v8 {
  981.        position: relative;
  982.    }
  983.  
  984.    .nav-link-v8 {
  985.        color: #4a5568;
  986.        text-decoration: none;
  987.        font-weight: 500;
  988.        font-size: 15px;
  989.        padding: 12px 18px;
  990.        border-radius: 12px;
  991.        position: relative;
  992.        transition: all 0.3s ease;
  993.        display: block;
  994.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  995.    }
  996.  
  997.    .nav-link-v8::before {
  998.        content: attr(data-text);
  999.        position: absolute;
  1000.        top: 0;
  1001.        left: 0;
  1002.        right: 0;
  1003.        bottom: 0;
  1004.        display: flex;
  1005.        align-items: center;
  1006.        justify-content: center;
  1007.        background: var(--sub-nav);
  1008.        color: var(--topbar-color);
  1009.        border-radius: 12px;
  1010.        opacity: 0;
  1011.        transform: scale(0.8);
  1012.        transition: all 0.3s ease;
  1013.        font-weight: 600;
  1014.    }
  1015.  
  1016.    .nav-link-v8:hover::before,
  1017.    .nav-link-v8.active-v8::before {
  1018.        opacity: 1;
  1019.        transform: scale(1);
  1020.    }
  1021.  
  1022.    .nav-link-v8:hover,
  1023.    .nav-link-v8.active-v8 {
  1024.        color: transparent;
  1025.        background: rgba(102, 126, 234, 0.1);
  1026.    }
  1027.  
  1028.    /* Dropdown Styles */
  1029.    .dropdown-card-v8 {
  1030.        position: absolute;
  1031.        top: calc(100% + 15px);
  1032.        left: 50%;
  1033.        transform: translateX(-50%);
  1034.        background:var(--navbar-bg);
  1035.        backdrop-filter: blur(20px);
  1036.        border: 1px solid var(--border-color);
  1037.        border-radius: 16px;
  1038.        padding: 25px;
  1039.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1040.        opacity: 0;
  1041.        visibility: hidden;
  1042.        transform: translateX(-50%) translateY(-10px);
  1043.        transition: all 0.3s ease;
  1044.        z-index: 200;
  1045.        min-width: 320px;
  1046.    }
  1047.  
  1048.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1049.        opacity: 1;
  1050.        visibility: visible;
  1051.        transform: translateX(-50%) translateY(0);
  1052.    }
  1053.  
  1054.    .dropdown-grid-v8 {
  1055.        display: grid;
  1056.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1057.        gap: 20px;
  1058.    }
  1059.  
  1060.    .dropdown-header-v8 {
  1061.        font-size: 12px;
  1062.        font-weight: 700;
  1063.        color: #667eea;
  1064.        margin-bottom: 12px;
  1065.        text-transform: uppercase;
  1066.        letter-spacing: 1px;
  1067.    }
  1068.  
  1069.    .dropdown-link-v8 {
  1070.        display: flex;
  1071.        align-items: center;
  1072.        color: var(--navbar-color) !important;;
  1073.        text-decoration: none;
  1074.        font-size: 14px;
  1075.        padding: 10px 12px;
  1076.        border-radius: 10px;
  1077.        transition: all 0.3s ease;
  1078.        margin-bottom: 8px;
  1079.    }
  1080.  
  1081.    .dropdown-link-v8:hover {
  1082.        background:var(--bs-primary);
  1083.        color: var(--bs-white) !important;;
  1084.        transform: translateX(5px);
  1085.    }
  1086.  
  1087.    .link-icon-v8 {
  1088.        margin-right: 10px;
  1089.        height: 5px;
  1090.        width: 5px;
  1091.        border: 1px solid #2d3748;
  1092.        border-radius: 50%;
  1093.    }
  1094.  
  1095.    /* Navigation Actions */
  1096.    .nav-actions-v8 {
  1097.        display: flex;
  1098.        align-items: center;
  1099.        justify-content: flex-end;
  1100.        gap: 10px;
  1101.    }
  1102.  
  1103.    .search-toggle-v8,
  1104.    .mobile-toggle-v8 {
  1105.        background: rgba(102, 126, 234, 0.1);
  1106.        border: none;
  1107.        border-radius: 12px;
  1108.        padding: 12px;
  1109.        cursor: pointer;
  1110.        transition: all 0.3s ease;
  1111.        color: var(--bs-white);
  1112.    }
  1113.  
  1114.    .search-toggle-v8:hover,
  1115.    .mobile-toggle-v8:hover {
  1116.        background: var(--sub-nav);
  1117.        color: var(--topbar-color);
  1118.        transform: scale(1.05);
  1119.    }
  1120.  
  1121.    .mobile-toggle-v8 {
  1122.        flex-direction: column;
  1123.        gap: 3px;
  1124.        padding: 10px 12px;
  1125.    }
  1126.  
  1127.    .toggle-line-v8 {
  1128.        width: 20px;
  1129.        height: 2px;
  1130.        background: currentColor;
  1131.        border-radius: 1px;
  1132.        transition: all 0.3s ease;
  1133.    }
  1134.  
  1135.    /* Floating Search Card */
  1136.    .search-card-v8 {
  1137.        position: absolute;
  1138.        top: 100%;
  1139.        left: 50%;
  1140.        transform: translateX(-50%);
  1141.        width: calc(100% - 40px);
  1142.        max-width: 600px;
  1143.        background:var(--navbar-bg);
  1144.        backdrop-filter: blur(20px);
  1145.        border: 1px solid var(--border-color);
  1146.        border-radius: 20px;
  1147.        padding: 25px;
  1148.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1149.        opacity: 0;
  1150.        visibility: hidden;
  1151.        transform: translateX(-50%) translateY(-20px);
  1152.        transition: all 0.4s ease;
  1153.        z-index: 300;
  1154.        margin-top: 15px;
  1155.    }
  1156.  
  1157.    .search-card-v8.show-v8 {
  1158.        opacity: 1;
  1159.        visibility: visible;
  1160.        transform: translateX(-50%) translateY(0);
  1161.    }
  1162.  
  1163.    .search-input-wrapper-v8 {
  1164.        display: flex;
  1165.        align-items: center;
  1166.        background: rgba(248, 250, 252, 0.8);
  1167.        border: 2px solid rgba(102, 126, 234, 0.2);
  1168.        border-radius: 15px;
  1169.        padding: 5px;
  1170.        margin-bottom: 20px;
  1171.        transition: all 0.3s ease;
  1172.    }
  1173.  
  1174.    .search-input-wrapper-v8:focus-within {
  1175.        border-color: #667eea;
  1176.        background: rgba(255, 255, 255, 0.9);
  1177.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1178.    }
  1179.  
  1180.    .search-icon-v8 {
  1181.        color: #a0aec0;
  1182.        margin: 0 15px;
  1183.        transition: color 0.3s ease;
  1184.    }
  1185.  
  1186.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1187.        color: #667eea;
  1188.    }
  1189.  
  1190.    .search-input-v8 {
  1191.        flex: 1;
  1192.        border: none;
  1193.        background: transparent;
  1194.        font-size: 16px;
  1195.        padding: 15px 0;
  1196.        outline: none;
  1197.        color: #2d3748;
  1198.    }
  1199.  
  1200.    .search-input-v8::placeholder {
  1201.        color: #a0aec0;
  1202.    }
  1203.  
  1204.    .search-close-v8 {
  1205.        background: rgba(160, 174, 192, 0.2);
  1206.        border: none;
  1207.        border-radius: 10px;
  1208.        padding: 8px;
  1209.        margin-right: 8px;
  1210.        cursor: pointer;
  1211.        transition: all 0.3s ease;
  1212.        color: #a0aec0;
  1213.    }
  1214.  
  1215.    .search-close-v8:hover {
  1216.        background: rgba(229, 62, 62, 0.1);
  1217.        color: #e53e3e;
  1218.    }
  1219.  
  1220.    /* Search Suggestions */
  1221.    .search-suggestions-v8 {
  1222.        display: grid;
  1223.        gap: 8px;
  1224.    }
  1225.  
  1226.    .suggestion-item-v8 {
  1227.        display: flex;
  1228.        align-items: center;
  1229.        padding: 12px 15px;
  1230.        background: rgba(248, 250, 252, 0.1);
  1231.        border-radius: 12px;
  1232.        cursor: pointer;
  1233.        transition: all 0.3s ease;
  1234.    }
  1235.  
  1236.    .suggestion-item-v8:hover {
  1237.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1238.        color: white;
  1239.        transform: translateX(5px);
  1240.    }
  1241.  
  1242.    .suggestion-icon-v8 {
  1243.        margin-right: 12px;
  1244.        font-size: 16px;
  1245.    }
  1246.  
  1247.    .suggestion-text-v8 {
  1248.        font-size: 14px;
  1249.        font-weight: 500;
  1250.    }
  1251.  
  1252.    /* Mobile Navigation Card */
  1253.    .mobile-nav-card-v8 {
  1254.        position: absolute;
  1255.        top: 100%;
  1256.        left: 50%;
  1257.        transform: translateX(-50%);
  1258.        width: calc(100% - 40px);
  1259.        background:var(--card-bg);
  1260.        backdrop-filter: blur(20px);
  1261.        border: 1px solid var(--border-color);
  1262.        border-radius: 20px;
  1263.        padding: 20px;
  1264.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1265.        opacity: 0;
  1266.        visibility: hidden;
  1267.        transform: translateX(-50%) translateY(-20px);
  1268.        transition: all 0.4s ease;
  1269.        z-index: 300;
  1270.        margin-top: 15px;
  1271.        max-height: 70vh;
  1272.        overflow-y: auto;
  1273.    }
  1274.  
  1275.    .mobile-nav-card-v8.show-v8 {
  1276.        opacity: 1;
  1277.        visibility: visible;
  1278.        transform: translateX(-50%) translateY(0);
  1279.    }
  1280.  
  1281.    .mobile-nav-list-v8 {
  1282.        list-style: none;
  1283.        padding: 0;
  1284.        margin: 0;
  1285.    }
  1286.  
  1287.    .mobile-nav-item-v8 {
  1288.        margin-bottom: 8px;
  1289.    }
  1290.  
  1291.    .mobile-nav-link-v8 {
  1292.        display: flex;
  1293.        align-items: center;
  1294.        color: var(--navbar-color) !important;
  1295.        text-decoration: none;
  1296.        font-weight: 500;
  1297.        font-size: 16px;
  1298.        padding: 15px;
  1299.        border-radius: 12px;
  1300.        justify-content: space-between;
  1301.    }
  1302.  
  1303.    .mobile-nav-link-v8:hover,
  1304.    .mobile-nav-link-v8.active-v8 {
  1305.        background:var(--sub-nav);
  1306.        color: var(--topbar-color) !important;
  1307.    }
  1308.  
  1309.    .mobile-nav-icon-v8 {
  1310.        font-size: 18px;
  1311.        background-color: var(--navbar-bg) !important;
  1312.        margin-right: 12px;
  1313.    }
  1314.  
  1315.    .mobile-arrow-v8 {
  1316.        transition: transform 0.3s ease;
  1317.    }
  1318.  
  1319.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1320.        transform: rotate(180deg);
  1321.    }
  1322.  
  1323.    .mobile-dropdown-v8 {
  1324.        list-style: none;
  1325.        padding: 0;
  1326.        margin: 0;
  1327.        max-height: 0;
  1328.        overflow: hidden;
  1329.        transition: all 0.3s ease;
  1330.        background: rgba(248, 250, 252, 0.5);
  1331.        border-radius: 12px;
  1332.        margin-top: 8px;
  1333.    }
  1334.  
  1335.    .mobile-dropdown-v8.show-v8 {
  1336.        max-height: 300px;
  1337.        background-color: var(--navbar-bg);
  1338.        padding: 10px 0;
  1339.    }
  1340.  
  1341.    .mobile-sub-link-v8 {
  1342.        display: block;
  1343.        color: var(--navbar-color) !important;
  1344.        text-decoration: none;
  1345.        font-size: 14px;
  1346.        padding: 10px 20px;
  1347.        transition: all 0.3s ease;
  1348.    }
  1349.  
  1350.    .mobile-sub-link-v8:hover {
  1351.        color: var(--topbar-color);
  1352.        background: var(--sub-nav);
  1353.        border-radius: 12px;
  1354.    }
  1355.  
  1356.    /* Background Overlay */
  1357.    .nav-overlay-v8 {
  1358.        position: fixed;
  1359.        top: 0;
  1360.        left: 0;
  1361.        right: 0;
  1362.        bottom: 0;
  1363.        background: rgba(0, 0, 0, 0.3);
  1364.        backdrop-filter: blur(5px);
  1365.        z-index: 250;
  1366.        opacity: 0;
  1367.        visibility: hidden;
  1368.        transition: all 0.3s ease;
  1369.    }
  1370.  
  1371.    .nav-overlay-v8.show-v8 {
  1372.        opacity: 1;
  1373.        visibility: visible;
  1374.    }
  1375.  
  1376.    /* Responsive Design */
  1377.    @media (max-width: 1300px) {
  1378.        .header-v8 {
  1379.            padding: 15px 0;
  1380.        }
  1381.  
  1382.        .nav-card-v8 {
  1383.            padding: 12px 20px;
  1384.            border-radius: 15px;
  1385.        }
  1386.  
  1387.        .search-card-v8,
  1388.        .mobile-nav-card-v8 {
  1389.            width: calc(100% - 40px);
  1390.            padding: 20px;
  1391.        }
  1392.    }
  1393.  
  1394.    @media (max-width: 576px) {
  1395.        .nav-card-v8 {
  1396.            padding: 10px 15px;
  1397.        }
  1398.  
  1399.        .logo-img-v8 {
  1400.            max-height: 35px;
  1401.        }
  1402.    }
  1403. </style>
  1404.  
  1405. <script>
  1406.    let activeCard = null;
  1407.  
  1408.    function toggleSearchV8() {
  1409.        const searchCard = document.getElementById('searchCardV8');
  1410.        const overlay = document.getElementById('navOverlayV8');
  1411.        const mobileNav = document.getElementById('mobileNavV8');
  1412.  
  1413.        // Close mobile nav if open
  1414.        mobileNav.classList.remove('show-v8');
  1415.  
  1416.        if (searchCard.classList.contains('show-v8')) {
  1417.            searchCard.classList.remove('show-v8');
  1418.            overlay.classList.remove('show-v8');
  1419.            activeCard = null;
  1420.        } else {
  1421.            searchCard.classList.add('show-v8');
  1422.            overlay.classList.add('show-v8');
  1423.            activeCard = 'search';
  1424.  
  1425.            // Focus on search input
  1426.            setTimeout(() => {
  1427.                const searchInput = document.querySelector('.search-input-v8');
  1428.                if (searchInput) searchInput.focus();
  1429.            }, 100);
  1430.        }
  1431.    }
  1432.  
  1433.    function toggleMobileNavV8() {
  1434.        const mobileNav = document.getElementById('mobileNavV8');
  1435.        const overlay = document.getElementById('navOverlayV8');
  1436.        const searchCard = document.getElementById('searchCardV8');
  1437.  
  1438.        // Close search if open
  1439.        searchCard.classList.remove('show-v8');
  1440.  
  1441.        if (mobileNav.classList.contains('show-v8')) {
  1442.            mobileNav.classList.remove('show-v8');
  1443.            overlay.classList.remove('show-v8');
  1444.            activeCard = null;
  1445.        } else {
  1446.            mobileNav.classList.add('show-v8');
  1447.            overlay.classList.add('show-v8');
  1448.            activeCard = 'mobile';
  1449.        }
  1450.    }
  1451.  
  1452.    function toggleMobileDropdownV8(dropdownId) {
  1453.        const dropdown = document.getElementById(dropdownId);
  1454.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1455.  
  1456.        // Close other dropdowns
  1457.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1458.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1459.  
  1460.        allDropdowns.forEach(dd => {
  1461.            if (dd.id !== dropdownId) {
  1462.                dd.classList.remove('show-v8');
  1463.            }
  1464.        });
  1465.  
  1466.        allParents.forEach(parent => {
  1467.            if (parent !== parentItem) {
  1468.                parent.classList.remove('open-v8');
  1469.            }
  1470.        });
  1471.  
  1472.        // Toggle current dropdown
  1473.        dropdown.classList.toggle('show-v8');
  1474.        parentItem.classList.toggle('open-v8');
  1475.    }
  1476.  
  1477.    function closeAllV8() {
  1478.        const searchCard = document.getElementById('searchCardV8');
  1479.        const mobileNav = document.getElementById('mobileNavV8');
  1480.        const overlay = document.getElementById('navOverlayV8');
  1481.  
  1482.        searchCard.classList.remove('show-v8');
  1483.        mobileNav.classList.remove('show-v8');
  1484.        overlay.classList.remove('show-v8');
  1485.        activeCard = null;
  1486.    }
  1487.  
  1488.    // Close on escape key
  1489.    document.addEventListener('keydown', function (e) {
  1490.        if (e.key === 'Escape' && activeCard) {
  1491.            closeAllV8();
  1492.        }
  1493.    });
  1494.  
  1495.    // Handle suggestion clicks
  1496.    document.addEventListener('click', function (e) {
  1497.        if (e.target.closest('.suggestion-item-v8')) {
  1498.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1499.            const searchInput = document.querySelector('.search-input-v8');
  1500.            if (searchInput) {
  1501.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1502.            }
  1503.        }
  1504.    });
  1505. </script>
  1506. <script>
  1507.  document.addEventListener("DOMContentLoaded", function () {
  1508.    console.log("loaded");
  1509.  
  1510.     const searchInput = document.getElementById("search-input")
  1511.    const searchResults = document.getElementById("search-results");
  1512.  
  1513.    if (!searchInput || !searchResults) {
  1514.      console.error("Search input/results not found");
  1515.      return;
  1516.    }
  1517.  
  1518.    // Prevent form submission
  1519.    if (searchInput.form) {
  1520.      searchInput.form.addEventListener("submit", function (e) {
  1521.        e.preventDefault();
  1522.      });
  1523.    }
  1524.  
  1525.    // Add event listener for keyup
  1526.    searchInput.addEventListener("keyup", function (e) {
  1527.      console.log("Key pressed:", e.key);
  1528.      e.preventDefault();
  1529.  
  1530.      const query = searchInput.value.trim();
  1531.      console.log("User is typing: " + query);
  1532.  
  1533.      // If empty → clear and hide
  1534.      if (query === "") {
  1535.        searchResults.innerHTML = "";
  1536.        searchResults.style.display = "none";
  1537.        return;
  1538.      }
  1539.  
  1540.      // Show results
  1541.      searchResults.style.display = "block";
  1542.  
  1543.      // Fetch search results
  1544.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1545.        method: "GET",
  1546.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1547.      })
  1548.        .then(response => {
  1549.          console.log("Response Status:", response.status);
  1550.          return response.json();
  1551.        })
  1552.        .then(data => {
  1553.          console.log("Data received:", data);
  1554.          if (data.html) {
  1555.            searchResults.innerHTML = data.html;
  1556.          } else {
  1557.            searchResults.innerHTML = "<p>No results found.</p>";
  1558.          }
  1559.        })
  1560.        .catch(error => {
  1561.          console.error("Error fetching search results:", error);
  1562.        });
  1563.    });
  1564.  
  1565.    // Close results when clicking outside
  1566.    document.addEventListener("click", function (e) {
  1567.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1568.        searchResults.style.display = "none";
  1569.      }
  1570.    });
  1571.  
  1572.    // Close results on ESC key
  1573.    document.addEventListener("keydown", function (e) {
  1574.      if (e.key === "Escape") {
  1575.        searchResults.style.display = "none";
  1576.      }
  1577.    });
  1578.  });
  1579. </script>
  1580.  
  1581.  
  1582.        </header>
  1583.        <!-- end of header -->
  1584.        <!-- start of wpo-blog-hero -->
  1585.        
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.  
  1593. <div class="blog-hero-v3 pt-3">
  1594.    <div class="container-fluid fluid-container">
  1595.        <div class="row g-4">
  1596.            
  1597.            
  1598.              
  1599.            <!-- Left Column -->
  1600.            <div class="col-lg-4 col-md-6">
  1601.                <div class="magazine-card tall-card h-100">
  1602.                    <div class="card-image">
  1603.                        
  1604.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1605.                        
  1606.                        <div class="image-overlay"></div>
  1607.                    </div>
  1608.                    <div class="card-content">
  1609.                        <div class="category-pill bg-primary-gradient">News</div>
  1610.                        <h2> <a href="/hendy-scores-three-as-eight-try-saints-rout-bulls/">
  1611.                                        Hendy Scores Three as Eight-Try Saints Rout Bulls
  1612.                                    </a></h2>
  1613.                        <p></p>
  1614.                        <div class="author-section">
  1615.                            
  1616.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;" class="author-img">
  1617.                            
  1618.                            <div class="author-details">
  1619.                                <span class="author-name">Holly Tucker</span>
  1620.                                <span class="publish-date">07 Aug 2026</span>
  1621.                            </div>
  1622.                        </div>
  1623.                    </div>
  1624.                </div>
  1625.            </div>
  1626.  
  1627.            
  1628.            
  1629.  
  1630.            <!-- Center Column -->
  1631.            <div class="col-lg-4 col-md-6">
  1632.                <div class="row g-4">
  1633.                    
  1634.                    <div class="col-12">
  1635.                        <div class="magazine-card square-card">
  1636.                            <div class="card-image">
  1637.                            
  1638.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1639.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1640.                            
  1641.                                <div class="floating-category bg-primary-gradient">News</div>
  1642.                            </div>
  1643.                            <div class="card-content compact">
  1644.                                <h3> <a href="/conflict-ravaged-burma-votes-in-broadly-condemned-political-theater/" >
  1645.                                        Conflict-ravaged Burma Votes in Broadly Condemned Political Theater.
  1646.                                    </a></h3>
  1647.                                    
  1648.                                <div class="mini-meta">
  1649.                                    <span>By Holly Tucker</span>
  1650.                                    <span class="date-dot">• 07 Aug 2026</span>
  1651.                                </div>
  1652.                            </div>
  1653.                        </div>
  1654.                    </div>
  1655.                    
  1656.                    <div class="col-12">
  1657.                        <div class="magazine-card square-card">
  1658.                            <div class="card-image">
  1659.                            
  1660.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1661.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1662.                            
  1663.                                <div class="floating-category bg-primary-gradient">News</div>
  1664.                            </div>
  1665.                            <div class="card-content compact">
  1666.                                <h3> <a href="/donald-trump-states-he-will-honor-the-compromise-to-end-government-shutdown/" >
  1667.                                        Donald Trump States He Will ‘Honor the Compromise’ to End Government Shutdown
  1668.                                    </a></h3>
  1669.                                    
  1670.                                <div class="mini-meta">
  1671.                                    <span>By Holly Tucker</span>
  1672.                                    <span class="date-dot">• 07 Aug 2026</span>
  1673.                                </div>
  1674.                            </div>
  1675.                        </div>
  1676.                    </div>
  1677.                    
  1678.  
  1679.                </div>
  1680.            </div>
  1681.            
  1682.            
  1683.              
  1684.            <!-- Right Column -->
  1685.            <div class="col-lg-4 col-md-12">
  1686.                <div class="magazine-card featured-card">
  1687.                    <div class="featured-header">
  1688.                        <h4>Featured Story</h4>
  1689.                        <div class="featured-line"></div>
  1690.                    </div>
  1691.                    <div class="card-image featured-img" >
  1692.                    
  1693.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1694.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1695.                    
  1696.                    </div>
  1697.                    <div class="card-content featured-content">
  1698.                        <div class="category-pill bg-primary-gradient">News</div>
  1699.                        <h2><a href="/what-lies-ahead-for-the-heavyweight-division-after-wardleys-big-win/">
  1700.                                        What Lies Ahead for the Heavyweight Division After Wardley&#x27;s Big Win?
  1701.                                    </a></h2>
  1702.                        
  1703.                        <div class="author-section featured-author">
  1704.                            
  1705.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;border-radius: 20px; width: 50px;">
  1706.                            
  1707.                            <div class="author-details">
  1708.                                <span class="author-name">Holly Tucker</span>
  1709.                                <!-- <span class="author-title">Business Analyst</span> -->
  1710.                                <span class="publish-date">07 Aug 2026</span>
  1711.                            </div>
  1712.                        </div>
  1713.                    </div>
  1714.                </div>
  1715.            </div>
  1716.  
  1717.            
  1718.            
  1719.        </div>
  1720.    </div>
  1721. </div>
  1722.  
  1723. <style>
  1724. /* Blog Hero V3 - Magazine Style */
  1725. .blog-hero-v3 {
  1726.    padding: 80px 0;
  1727.    position: relative;
  1728. }
  1729.  
  1730. /* Magazine Cards */
  1731. .magazine-card {
  1732.    background: var(--card-bg);
  1733.    border-radius: 20px;
  1734.    overflow: hidden;
  1735.    position: relative;
  1736.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1737.    border: 1px solid var(--border-color);
  1738. }
  1739.  
  1740. .magazine-card:hover {
  1741.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1742. }
  1743.  
  1744. /* Tall Card (Left Column) */
  1745. .tall-card {
  1746.    display: flex;
  1747.    flex-direction: column;
  1748. }
  1749.  
  1750. .tall-card .card-image {
  1751.    height: 300px;
  1752.    position: relative;
  1753.    overflow: hidden;
  1754. }
  1755.  
  1756. .tall-card .card-image img {
  1757.    width: 100%;
  1758.    height: 100%;
  1759.    object-fit: cover;
  1760.    transition: transform 0.6s ease;
  1761. }
  1762.  
  1763. .tall-card:hover .card-image img {
  1764.    transform: scale(1.1) rotate(-2deg);
  1765. }
  1766.  
  1767. .image-overlay {
  1768.    position: absolute;
  1769.    top: 0;
  1770.    left: 0;
  1771.    right: 0;
  1772.    bottom: 0;
  1773.    opacity: 0;
  1774.    transition: opacity 0.3s ease;
  1775. }
  1776.  
  1777. .tall-card:hover .image-overlay {
  1778.    opacity: 1;
  1779. }
  1780.  
  1781. .tall-card .card-content {
  1782.    padding: 20px;
  1783.    flex-grow: 1;
  1784.    display: flex;
  1785.    flex-direction: column;
  1786. }
  1787.  
  1788. .tall-card h2 {
  1789.    font-size: 1.5rem;
  1790.    font-weight: 700;
  1791.    color: #2c3e50;
  1792.    margin: 12px 0;
  1793.    line-height: 1.3;
  1794. }
  1795.  
  1796. .tall-card p {
  1797.    color: #7f8c8d;
  1798.    line-height: 1.6;
  1799.    margin-bottom: 1rem;
  1800.    flex-grow: 1;
  1801. }
  1802.  
  1803. /* Square Cards (Center Column) */
  1804. .square-card {
  1805.    position: relative;
  1806.    overflow: hidden;
  1807. }
  1808.  
  1809. .square-card .card-image {
  1810.    height: 180px;
  1811.    position: relative;
  1812. }
  1813.  
  1814. .square-card .card-image img {
  1815.    width: 100%;
  1816.    height: 100%;
  1817.    object-fit: cover;
  1818.    filter: brightness(1.1) saturate(1.2);
  1819.    transition: all 0.4s ease;
  1820. }
  1821.  
  1822. .square-card:hover .card-image img {
  1823.    transform: scale(1.15);
  1824.    filter: brightness(1.2) saturate(1.4);
  1825. }
  1826.  
  1827. .floating-category {
  1828.    position: absolute;
  1829.    top: 15px;
  1830.    right: 15px;
  1831.    padding: 8px 15px;
  1832.    border-radius: 20px;
  1833.    font-size: 0.75rem;
  1834.    text-transform: uppercase;
  1835.    letter-spacing: 1px;
  1836.    backdrop-filter: blur(10px);
  1837.    border: 1px solid rgba(255, 255, 255, 0.3);
  1838. }
  1839.  
  1840. .square-card .card-content.compact {
  1841.    padding: 1.2rem;
  1842. }
  1843.  
  1844. .square-card h3 {
  1845.    font-size: 1.1rem;
  1846.    font-weight: 600;
  1847.    color: #2c3e50;
  1848.    margin-bottom: 10px;
  1849.    line-height: 1.3;
  1850. }
  1851.  
  1852. .mini-meta {
  1853.    font-size: 0.85rem;
  1854.    color: #95a5a6;
  1855. }
  1856.  
  1857. .date-dot {
  1858.    margin-left: 8px;
  1859. }
  1860.  
  1861. /* Featured Card (Right Column) */
  1862. .featured-card {
  1863.    color: white;
  1864.    position: relative;
  1865.    overflow: hidden;
  1866. }
  1867.  
  1868. .featured-card::before {
  1869.    content: '';
  1870.    position: absolute;
  1871.    top: -50%;
  1872.    right: -50%;
  1873.    width: 200%;
  1874.    height: 200%;
  1875.    pointer-events: none;
  1876. }
  1877.  
  1878.  
  1879.  
  1880. .featured-header {
  1881.    padding: 25px 25px 0;
  1882.    position: relative;
  1883. }
  1884.  
  1885. .featured-header h4 {
  1886.    font-size: 0.9rem;
  1887.    text-transform: uppercase;
  1888.    letter-spacing: 2px;
  1889.    margin: 0;
  1890.    opacity: 0.9;
  1891. }
  1892.  
  1893. .featured-line {
  1894.    width: 50px;
  1895.    height: 2px;
  1896.    background: rgba(255, 255, 255, 0.6);
  1897.    margin-top: 10px;
  1898. }
  1899.  
  1900. .featured-img {
  1901.    height: 200px;
  1902.    margin: 1rem;
  1903.    border-radius: 15px;
  1904.    overflow: hidden;
  1905.    position: relative;
  1906. }
  1907.  
  1908. .featured-img img {
  1909.    width: 100%;
  1910.    height: 100%;
  1911.    object-fit: cover;
  1912.    transition: transform 0.5s ease;
  1913. }
  1914.  
  1915. .featured-card:hover .featured-img img {
  1916.    transform: scale(1.1);
  1917. }
  1918.  
  1919. .featured-content {
  1920.    padding: 0 1rem 1.5rem;
  1921. }
  1922.  
  1923. .featured-content h2 {
  1924.    font-size: 1.4rem;
  1925.    font-weight: 700;
  1926.    margin: 15px 0;
  1927.    line-height: 1.3;
  1928. }
  1929.  
  1930. .featured-content p {
  1931.    font-size: 0.95rem;
  1932.    opacity: 0.9;
  1933.    line-height: 1.6;
  1934.    margin-bottom: 1rem;
  1935. }
  1936.  
  1937. /* Category Pills */
  1938. .category-pill {
  1939.    display: inline-block;
  1940.    padding: 6px 16px;
  1941.    border-radius: 20px;
  1942.    font-size: 0.75rem;
  1943.    text-transform: uppercase;
  1944.    letter-spacing: 1px;
  1945.    margin-bottom: 10px;
  1946.    width: fit-content;
  1947. }
  1948.  
  1949. /* Author Sections */
  1950. .author-section {
  1951.    display: flex;
  1952.    align-items: center;
  1953.    gap: 15px;
  1954.    margin-top: auto;
  1955. }
  1956.  
  1957. .author-img {
  1958.    width: 60px;
  1959.    height: 60px;
  1960.    border-radius: 50%;
  1961.    object-fit: cover;
  1962. }
  1963.  
  1964. .author-details {
  1965.    display: flex;
  1966.    flex-direction: column;
  1967. }
  1968.  
  1969. .author-name {
  1970.    font-weight: 600;
  1971. color: #95a5a6;
  1972.    font-size: 16px;
  1973. }
  1974.  
  1975. .author-title {
  1976.    font-size: 0.8rem;
  1977. color: #95a5a6;
  1978.    font-weight: 500;
  1979. }
  1980.  
  1981. .publish-date {
  1982.    font-size: 0.8rem;
  1983.    color: #95a5a6;
  1984.    margin-top: 2px;
  1985. }
  1986.  
  1987. /* Featured Stats */
  1988. .featured-stats {
  1989.    display: flex;
  1990.    gap: 30px;
  1991.    margin: 20px 0;
  1992. }
  1993.  
  1994. .stat-item {
  1995.    text-align: center;
  1996. }
  1997.  
  1998. .stat-number {
  1999.    display: block;
  2000.    font-size: 1.5rem;
  2001.    font-weight: 700;
  2002.    color: white;
  2003. }
  2004.  
  2005. .stat-label {
  2006.    font-size: 0.8rem;
  2007.    opacity: 0.8;
  2008.    text-transform: uppercase;
  2009.    letter-spacing: 1px;
  2010. }
  2011.  
  2012. /* Read More Button */
  2013. .read-more-btn {
  2014.    padding: 0 30px 30px;
  2015. }
  2016.  
  2017. .btn-read {
  2018.    display: inline-block;
  2019.    padding: 12px 30px;
  2020.    background: linear-gradient(45deg, #667eea, #764ba2);
  2021.    color: white;
  2022.    text-decoration: none;
  2023.    border-radius: 20px;
  2024.    font-weight: 600;
  2025.    text-transform: uppercase;
  2026.    letter-spacing: 1px;
  2027.    font-size: 0.85rem;
  2028.    transition: all 0.3s ease;
  2029.    position: relative;
  2030.    overflow: hidden;
  2031. }
  2032.  
  2033. .btn-read::before {
  2034.    content: '';
  2035.    position: absolute;
  2036.    top: 0;
  2037.    left: -100%;
  2038.    width: 100%;
  2039.    height: 100%;
  2040.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  2041.    transition: left 0.5s ease;
  2042. }
  2043.  
  2044. .btn-read:hover::before {
  2045.    left: 100%;
  2046. }
  2047.  
  2048. .btn-read:hover {
  2049.    transform: translateY(-2px);
  2050.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  2051.    color: white;
  2052. }
  2053.  
  2054. /* Trending Bar */
  2055. .trending-bar {
  2056.    background: white;
  2057.    border-radius: 20px;
  2058.    padding: 25px 35px;
  2059.    display: flex;
  2060.    align-items: center;
  2061.    gap: 30px;
  2062.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  2063.    border-left: 5px solid #667eea;
  2064. }
  2065.  
  2066. .trending-header h5 {
  2067.    margin: 0;
  2068.    font-weight: 700;
  2069.    color: #2c3e50;
  2070.    font-size: 1.1rem;
  2071. }
  2072.  
  2073. .trending-tags {
  2074.    display: flex;
  2075.    flex-wrap: wrap;
  2076.    gap: 15px;
  2077. }
  2078.  
  2079. .trend-tag {
  2080.    padding: 8px 18px;
  2081.    background: #f8f9fa;
  2082.    border: 2px solid #e9ecef;
  2083.    border-radius: 20px;
  2084.    font-size: 0.85rem;
  2085.    font-weight: 500;
  2086.    color: #495057;
  2087.    transition: all 0.3s ease;
  2088.    cursor: pointer;
  2089. }
  2090.  
  2091. .trend-tag:hover {
  2092.    background: #667eea;
  2093.    color: white;
  2094.    border-color: #667eea;
  2095.    transform: translateY(-2px);
  2096. }
  2097.  
  2098. /* Responsive Design */
  2099. @media (max-width: 992px) {
  2100.    .tall-card,
  2101.    .featured-card {
  2102.        height: auto;
  2103.        margin-bottom: 30px;
  2104.    }
  2105.    
  2106.  
  2107.    
  2108.    .trending-bar {
  2109.        flex-direction: column;
  2110.        align-items: flex-start;
  2111.        gap: 20px;
  2112.    }
  2113. }
  2114.  
  2115. @media (max-width: 768px) {
  2116.    .blog-hero-v3 {
  2117.        padding: 40px 0;
  2118.    }
  2119.  
  2120.    
  2121.    .trending-tags {
  2122.        justify-content: center;
  2123.    }
  2124.    
  2125.    .featured-stats {
  2126.        justify-content: center;
  2127.    }
  2128. }
  2129. </style>
  2130.  
  2131.  
  2132.  
  2133.  
  2134.        <!-- end of wpo-blog-hero -->
  2135.  
  2136.        <!-- start of wpo-breacking-news -->
  2137.        
  2138.        <!-- end of wpo-breacking-news -->
  2139.        
  2140.        <!-- start wpo-blog-highlights-section -->
  2141.        
  2142.  
  2143.  
  2144.  
  2145.    
  2146.  
  2147.  
  2148. <section class="wpo-blog-highlights-section">
  2149.    <div class="container-fluid fluid-container">
  2150.        <div class="wpo-section-title">
  2151.            
  2152.                <h2>Today's Top Highlights</h2>
  2153.                    
  2154.        </div>
  2155.        <div class="row">
  2156.            <div class="col col-lg-8 col-12">
  2157.                <!-- start wpo-blog-section -->
  2158.                <div class="wpo-blog-highlights-wrap">
  2159.                    <div class="wpo-blog-items">
  2160.                        <div class="row">
  2161.                            
  2162.                            
  2163.                            <div class="col col-lg-6 col-md-6 col-12">
  2164.                                <div class="wpo-blog-item">
  2165.                                    <div class="wpo-blog-img">
  2166.                                        
  2167.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2168.                                        
  2169.                                        <div class="thumb bg-primary-gradient">News</div>
  2170.                                    </div>
  2171.                                    <div class="wpo-blog-content"  >
  2172.                                        <h2>
  2173.                                            <a href="/greetings-foreign-magnates-and-firms-kindly-come-and-litigate-against-the-uk-for-billions-of-pounds/" class="top-color">
  2174.                                            Greetings, Foreign Magnates and Firms! Kindly Come and Litigate Against the UK for Billions of Pounds.
  2175.                                            </a>
  2176.                                        </h2>
  2177.                                        <ul>
  2178.                                            <li>  
  2179.                                                
  2180.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;">
  2181.                                                
  2182.                                            </li>
  2183.                                            <li class="top-color">By Holly Tucker</li>
  2184.                                            <li class="top-color">06 Aug 2026</li>
  2185.                                        </ul>
  2186.                                        <p class="top-color"> </p>
  2187.                                    </div>
  2188.                                </div>
  2189.                            </div>
  2190.                        
  2191.                            
  2192.                            
  2193.                            <div class="col col-lg-6 col-md-6 col-12">
  2194.                                <div class="wpo-blog-item">
  2195.                                    <div class="wpo-blog-img">
  2196.                                        
  2197.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2198.                                        
  2199.                                        <div class="thumb bg-primary-gradient">News</div>
  2200.                                    </div>
  2201.                                    <div class="wpo-blog-content"  >
  2202.                                        <h2>
  2203.                                            <a href="/voyage-cancelled-after-fatal-incident-of-female-passenger-stranded-on-tropical-isle/" class="top-color">
  2204.                                            Voyage Cancelled After Fatal Incident of Female Passenger Stranded on Tropical Isle
  2205.                                            </a>
  2206.                                        </h2>
  2207.                                        <ul>
  2208.                                            <li>  
  2209.                                                
  2210.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;">
  2211.                                                
  2212.                                            </li>
  2213.                                            <li class="top-color">By Holly Tucker</li>
  2214.                                            <li class="top-color">06 Aug 2026</li>
  2215.                                        </ul>
  2216.                                        <p class="top-color"> </p>
  2217.                                    </div>
  2218.                                </div>
  2219.                            </div>
  2220.                        
  2221.                            
  2222.                            
  2223.                            <div class="col col-lg-6 col-md-6 col-12">
  2224.                                <div class="wpo-blog-item">
  2225.                                    <div class="wpo-blog-img">
  2226.                                        
  2227.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2228.                                        
  2229.                                        <div class="thumb bg-primary-gradient">News</div>
  2230.                                    </div>
  2231.                                    <div class="wpo-blog-content"  >
  2232.                                        <h2>
  2233.                                            <a href="/struggling-nz-animal-sanctuary-euthanises-pair-of-lions-future-of-remaining-five-unclear/" class="top-color">
  2234.                                            Struggling NZ Animal Sanctuary Euthanises Pair of Lions, Future of Remaining Five Unclear
  2235.                                            </a>
  2236.                                        </h2>
  2237.                                        <ul>
  2238.                                            <li>  
  2239.                                                
  2240.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;">
  2241.                                                
  2242.                                            </li>
  2243.                                            <li class="top-color">By Holly Tucker</li>
  2244.                                            <li class="top-color">06 Aug 2026</li>
  2245.                                        </ul>
  2246.                                        <p class="top-color"> </p>
  2247.                                    </div>
  2248.                                </div>
  2249.                            </div>
  2250.                        
  2251.                            
  2252.                            
  2253.                            <div class="col col-lg-6 col-md-6 col-12">
  2254.                                <div class="wpo-blog-item">
  2255.                                    <div class="wpo-blog-img">
  2256.                                        
  2257.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2258.                                        
  2259.                                        <div class="thumb bg-primary-gradient">News</div>
  2260.                                    </div>
  2261.                                    <div class="wpo-blog-content"  >
  2262.                                        <h2>
  2263.                                            <a href="/the-coachs-fatal-error-taking-on-wilcox-and-the-infallible-leadership-class/" class="top-color">
  2264.                                            The Coach&#x27;s Fatal Error? Taking On Wilcox and the Infallible Leadership Class
  2265.                                            </a>
  2266.                                        </h2>
  2267.                                        <ul>
  2268.                                            <li>  
  2269.                                                
  2270.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;">
  2271.                                                
  2272.                                            </li>
  2273.                                            <li class="top-color">By Holly Tucker</li>
  2274.                                            <li class="top-color">06 Aug 2026</li>
  2275.                                        </ul>
  2276.                                        <p class="top-color"> </p>
  2277.                                    </div>
  2278.                                </div>
  2279.                            </div>
  2280.                        
  2281.                            
  2282.                            
  2283.                            <div class="col col-lg-6 col-md-6 col-12">
  2284.                                <div class="wpo-blog-item">
  2285.                                    <div class="wpo-blog-img">
  2286.                                        
  2287.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2288.                                        
  2289.                                        <div class="thumb bg-primary-gradient">News</div>
  2290.                                    </div>
  2291.                                    <div class="wpo-blog-content"  >
  2292.                                        <h2>
  2293.                                            <a href="/hearts-move-8-points-clear-in-front-at-the-summit-after-shanklands-penalty-kick-overcomes-the-hoops/" class="top-color">
  2294.                                            Hearts Move 8 Points Clear in Front at the Summit After Shankland&#x27;s Penalty Kick Overcomes The Hoops
  2295.                                            </a>
  2296.                                        </h2>
  2297.                                        <ul>
  2298.                                            <li>  
  2299.                                                
  2300.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;">
  2301.                                                
  2302.                                            </li>
  2303.                                            <li class="top-color">By Holly Tucker</li>
  2304.                                            <li class="top-color">06 Aug 2026</li>
  2305.                                        </ul>
  2306.                                        <p class="top-color"> </p>
  2307.                                    </div>
  2308.                                </div>
  2309.                            </div>
  2310.                        
  2311.                            
  2312.                            
  2313.                            <div class="col col-lg-6 col-md-6 col-12">
  2314.                                <div class="wpo-blog-item">
  2315.                                    <div class="wpo-blog-img">
  2316.                                        
  2317.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2318.                                        
  2319.                                        <div class="thumb bg-primary-gradient">News</div>
  2320.                                    </div>
  2321.                                    <div class="wpo-blog-content"  >
  2322.                                        <h2>
  2323.                                            <a href="/christmas-can-be-a-living-hell-for-misophonia-sufferers/" class="top-color">
  2324.                                            Christmas Can Be a Living Hell for Misophonia Sufferers.
  2325.                                            </a>
  2326.                                        </h2>
  2327.                                        <ul>
  2328.                                            <li>  
  2329.                                                
  2330.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;">
  2331.                                                
  2332.                                            </li>
  2333.                                            <li class="top-color">By Holly Tucker</li>
  2334.                                            <li class="top-color">06 Aug 2026</li>
  2335.                                        </ul>
  2336.                                        <p class="top-color"> </p>
  2337.                                    </div>
  2338.                                </div>
  2339.                            </div>
  2340.                        
  2341.                            
  2342.                            
  2343.                            <div class="col col-lg-6 col-md-6 col-12">
  2344.                                <div class="wpo-blog-item">
  2345.                                    <div class="wpo-blog-img">
  2346.                                        
  2347.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2348.                                        
  2349.                                        <div class="thumb bg-primary-gradient">News</div>
  2350.                                    </div>
  2351.                                    <div class="wpo-blog-content"  >
  2352.                                        <h2>
  2353.                                            <a href="/iran-states-it-may-rejoin-us-atomic-talks-provided-that-treated-with-respect-and-respect/" class="top-color">
  2354.                                            Iran States It May Rejoin US Atomic Talks provided that Treated with &#x27;Respect&#x27; and &#x27;Respect&#x27;
  2355.                                            </a>
  2356.                                        </h2>
  2357.                                        <ul>
  2358.                                            <li>  
  2359.                                                
  2360.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;">
  2361.                                                
  2362.                                            </li>
  2363.                                            <li class="top-color">By Holly Tucker</li>
  2364.                                            <li class="top-color">06 Aug 2026</li>
  2365.                                        </ul>
  2366.                                        <p class="top-color"> </p>
  2367.                                    </div>
  2368.                                </div>
  2369.                            </div>
  2370.                        
  2371.                            
  2372.                            
  2373.                            <div class="col col-lg-6 col-md-6 col-12">
  2374.                                <div class="wpo-blog-item">
  2375.                                    <div class="wpo-blog-img">
  2376.                                        
  2377.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2378.                                        
  2379.                                        <div class="thumb bg-primary-gradient">News</div>
  2380.                                    </div>
  2381.                                    <div class="wpo-blog-content"  >
  2382.                                        <h2>
  2383.                                            <a href="/the-steroids-scandal-architect-key-figure-in-infamous-sports-performance-enhancing-drug-controversy-passes-away-aged-75/" class="top-color">
  2384.                                            The steroids scandal architect, Key Figure in Infamous Sports Performance-Enhancing Drug Controversy, Passes Away Aged 75.
  2385.                                            </a>
  2386.                                        </h2>
  2387.                                        <ul>
  2388.                                            <li>  
  2389.                                                
  2390.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;">
  2391.                                                
  2392.                                            </li>
  2393.                                            <li class="top-color">By Holly Tucker</li>
  2394.                                            <li class="top-color">05 Aug 2026</li>
  2395.                                        </ul>
  2396.                                        <p class="top-color"> </p>
  2397.                                    </div>
  2398.                                </div>
  2399.                            </div>
  2400.                        
  2401.                            
  2402.                            
  2403.                            <div class="col col-lg-6 col-md-6 col-12">
  2404.                                <div class="wpo-blog-item">
  2405.                                    <div class="wpo-blog-img">
  2406.                                        
  2407.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2408.                                        
  2409.                                        <div class="thumb bg-primary-gradient">News</div>
  2410.                                    </div>
  2411.                                    <div class="wpo-blog-content"  >
  2412.                                        <h2>
  2413.                                            <a href="/american-warns-of-further-nigeria-strikes-as-abuja-speaks-of-collaborative-continuing-operations/" class="top-color">
  2414.                                            American Warns of Further Nigeria Strikes as Abuja Speaks of &#x27;Collaborative Continuing Operations&#x27;.
  2415.                                            </a>
  2416.                                        </h2>
  2417.                                        <ul>
  2418.                                            <li>  
  2419.                                                
  2420.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;">
  2421.                                                
  2422.                                            </li>
  2423.                                            <li class="top-color">By Holly Tucker</li>
  2424.                                            <li class="top-color">05 Aug 2026</li>
  2425.                                        </ul>
  2426.                                        <p class="top-color"> </p>
  2427.                                    </div>
  2428.                                </div>
  2429.                            </div>
  2430.                        
  2431.                            
  2432.                            
  2433.                            <div class="col col-lg-6 col-md-6 col-12">
  2434.                                <div class="wpo-blog-item">
  2435.                                    <div class="wpo-blog-img">
  2436.                                        
  2437.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2438.                                        
  2439.                                        <div class="thumb bg-primary-gradient">News</div>
  2440.                                    </div>
  2441.                                    <div class="wpo-blog-content"  >
  2442.                                        <h2>
  2443.                                            <a href="/the-mclaren-driver-reveals-satisfaction-in-claiming-first-f1-title-his-way/" class="top-color">
  2444.                                            The McLaren driver Reveals Satisfaction in Claiming First F1 Title His Way.
  2445.                                            </a>
  2446.                                        </h2>
  2447.                                        <ul>
  2448.                                            <li>  
  2449.                                                
  2450.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;">
  2451.                                                
  2452.                                            </li>
  2453.                                            <li class="top-color">By Holly Tucker</li>
  2454.                                            <li class="top-color">05 Aug 2026</li>
  2455.                                        </ul>
  2456.                                        <p class="top-color"> </p>
  2457.                                    </div>
  2458.                                </div>
  2459.                            </div>
  2460.                        
  2461.                            
  2462.                            
  2463.                            <div class="col col-lg-6 col-md-6 col-12">
  2464.                                <div class="wpo-blog-item">
  2465.                                    <div class="wpo-blog-img">
  2466.                                        
  2467.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2468.                                        
  2469.                                        <div class="thumb bg-primary-gradient">News</div>
  2470.                                    </div>
  2471.                                    <div class="wpo-blog-content"  >
  2472.                                        <h2>
  2473.                                            <a href="/man-city-accused-of-rule-bending-in-narrow-victory-against-leeds-farke/" class="top-color">
  2474.                                            Man City Accused of Rule-Bending in Narrow Victory Against Leeds - Farke
  2475.                                            </a>
  2476.                                        </h2>
  2477.                                        <ul>
  2478.                                            <li>  
  2479.                                                
  2480.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;">
  2481.                                                
  2482.                                            </li>
  2483.                                            <li class="top-color">By Holly Tucker</li>
  2484.                                            <li class="top-color">05 Aug 2026</li>
  2485.                                        </ul>
  2486.                                        <p class="top-color"> </p>
  2487.                                    </div>
  2488.                                </div>
  2489.                            </div>
  2490.                        
  2491.                            
  2492.                            
  2493.                            <div class="col col-lg-6 col-md-6 col-12">
  2494.                                <div class="wpo-blog-item">
  2495.                                    <div class="wpo-blog-img">
  2496.                                        
  2497.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2498.                                        
  2499.                                        <div class="thumb bg-primary-gradient">News</div>
  2500.                                    </div>
  2501.                                    <div class="wpo-blog-content"  >
  2502.                                        <h2>
  2503.                                            <a href="/astronaut-shares-mental-health-struggle-in-the-wake-of-wave-of-backlash-following-journey/" class="top-color">
  2504.                                            Astronaut Shares Mental Health Struggle In the Wake of Wave of Backlash Following Journey
  2505.                                            </a>
  2506.                                        </h2>
  2507.                                        <ul>
  2508.                                            <li>  
  2509.                                                
  2510.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;">
  2511.                                                
  2512.                                            </li>
  2513.                                            <li class="top-color">By Holly Tucker</li>
  2514.                                            <li class="top-color">05 Aug 2026</li>
  2515.                                        </ul>
  2516.                                        <p class="top-color"> </p>
  2517.                                    </div>
  2518.                                </div>
  2519.                            </div>
  2520.                        
  2521.                            
  2522.                            
  2523.  
  2524.                        </div>
  2525.                    </div>
  2526.                </div>
  2527.                <!-- end wpo-blog-section -->
  2528.            </div>
  2529.  
  2530.            <div class="col col-lg-4 col-12">
  2531.                
  2532.  
  2533.  
  2534.  
  2535.    
  2536.  
  2537.  
  2538. <!-- Blog Sidebar V2 - Focused Design -->
  2539. <div class="sidebar">
  2540.  <!-- Recent Posts Section -->
  2541.  <div class="sidebar-widget mb-4">
  2542.    <div class="widget-title-wrapper mb-3">
  2543.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2544.        <i class="ti-time me-2"></i>Recent Posts
  2545.        <span class="title-arrow-primary"></span>
  2546.      </h4>
  2547.    </div>
  2548.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2549.      <div class="recent-post-list">
  2550.      
  2551.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2552.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2553.              
  2554.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2555.              
  2556.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2557.          </div>
  2558.          <div class="post-content flex-grow-1">
  2559.            <h6 class="post-title mb-2">
  2560.               <a href="/loggers-advance-as-the-kawahiva-tribe-still-wait-for-safeguarding/" class="text-decoration-none top-color fw-semibold lh-sm">
  2561.                                            Loggers Advance as the Kawahiva Tribe Still Wait for Safeguarding.
  2562.                                            </a>
  2563.            </h6>
  2564.            <div class="post-meta">
  2565.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Aug 2026</small>
  2566.              <!-- <small class="text-muted">
  2567.                <i class="ti-eye me-1"></i>348 views
  2568.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2569.              </small> -->
  2570.            </div>
  2571.          </div>
  2572.        </div>
  2573.        
  2574.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2575.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2576.              
  2577.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2578.              
  2579.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2580.          </div>
  2581.          <div class="post-content flex-grow-1">
  2582.            <h6 class="post-title mb-2">
  2583.               <a href="/imprinted-in-my-mind-why-gremlins-2-the-new-batch-is-my-feelgood-movie/" class="text-decoration-none top-color fw-semibold lh-sm">
  2584.                                            Imprinted in My Mind’: Why Gremlins 2: The New Batch Is My Feelgood Movie
  2585.                                            </a>
  2586.            </h6>
  2587.            <div class="post-meta">
  2588.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Aug 2026</small>
  2589.              <!-- <small class="text-muted">
  2590.                <i class="ti-eye me-1"></i>348 views
  2591.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2592.              </small> -->
  2593.            </div>
  2594.          </div>
  2595.        </div>
  2596.        
  2597.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2598.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2599.              
  2600.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2601.              
  2602.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2603.          </div>
  2604.          <div class="post-content flex-grow-1">
  2605.            <h6 class="post-title mb-2">
  2606.               <a href="/at-least-98-palestinian-individuals-lost-their-lives-in-israeli-custody-beginning-in-october-2023-statistics-from-israel-indicates/" class="text-decoration-none top-color fw-semibold lh-sm">
  2607.                                            At Least 98 Palestinian Individuals Lost Their Lives in Israeli Custody Beginning in October 2023, Statistics from Israel Indicates
  2608.                                            </a>
  2609.            </h6>
  2610.            <div class="post-meta">
  2611.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Aug 2026</small>
  2612.              <!-- <small class="text-muted">
  2613.                <i class="ti-eye me-1"></i>348 views
  2614.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2615.              </small> -->
  2616.            </div>
  2617.          </div>
  2618.        </div>
  2619.        
  2620.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2621.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2622.              
  2623.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2624.              
  2625.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2626.          </div>
  2627.          <div class="post-content flex-grow-1">
  2628.            <h6 class="post-title mb-2">
  2629.               <a href="/if-we-observe-the-decline-of-the-cult-of-aggressive-cricket-lets-enjoy-its-impact/" class="text-decoration-none top-color fw-semibold lh-sm">
  2630.                                            If We Observe the Decline of the Cult of Aggressive Cricket, Let’s Enjoy Its Impact.
  2631.                                            </a>
  2632.            </h6>
  2633.            <div class="post-meta">
  2634.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>04 Aug 2026</small>
  2635.              <!-- <small class="text-muted">
  2636.                <i class="ti-eye me-1"></i>348 views
  2637.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2638.              </small> -->
  2639.            </div>
  2640.          </div>
  2641.        </div>
  2642.        
  2643.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2644.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2645.              
  2646.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2647.              
  2648.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2649.          </div>
  2650.          <div class="post-content flex-grow-1">
  2651.            <h6 class="post-title mb-2">
  2652.               <a href="/cop30-atmosphere-us-presidents-no-show-considered-better-than-a-us-wrecking-ball/" class="text-decoration-none top-color fw-semibold lh-sm">
  2653.                                            COP30 Atmosphere: US President&#x27;s No-Show Considered Better Than a US Wrecking Ball
  2654.                                            </a>
  2655.            </h6>
  2656.            <div class="post-meta">
  2657.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>04 Aug 2026</small>
  2658.              <!-- <small class="text-muted">
  2659.                <i class="ti-eye me-1"></i>348 views
  2660.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2661.              </small> -->
  2662.            </div>
  2663.          </div>
  2664.        </div>
  2665.        
  2666.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2667.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2668.              
  2669.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2670.              
  2671.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2672.          </div>
  2673.          <div class="post-content flex-grow-1">
  2674.            <h6 class="post-title mb-2">
  2675.               <a href="/manchester-city-three-nil-manchester-united-hemp-scores-in-city-dominant-win/" class="text-decoration-none top-color fw-semibold lh-sm">
  2676.                                            Manchester City Three-Nil Manchester United: Hemp scores in City dominant win.
  2677.                                            </a>
  2678.            </h6>
  2679.            <div class="post-meta">
  2680.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>04 Aug 2026</small>
  2681.              <!-- <small class="text-muted">
  2682.                <i class="ti-eye me-1"></i>348 views
  2683.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2684.              </small> -->
  2685.            </div>
  2686.          </div>
  2687.        </div>
  2688.        
  2689.  
  2690.      </div>
  2691.  
  2692.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2693.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2694.      </div> -->
  2695.    </div>
  2696.  </div>
  2697.  
  2698.    
  2699.  <div class="sidebar-widget mb-4">
  2700.    <div class="widget-title-wrapper mb-3">
  2701.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2702.        <i class="ti-calendar me-2"></i>August 2026 Blog Roll
  2703.        <span class="title-arrow"></span>
  2704.      </h4>
  2705.    </div>
  2706.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2707.      <div class="blog-roll-list scrollable-sidebar">
  2708.        
  2709.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2710.          <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none ">
  2711.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2712.              <i class="ti-angle-right me-2 text-primary"></i>
  2713.               betting sites canada
  2714.            </h6>
  2715.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2716.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2717.            </div> -->
  2718.          </a>
  2719.        </div>
  2720.          
  2721.      </div>
  2722.  
  2723.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2724.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2725.      </div> -->
  2726.    </div>
  2727.  </div>
  2728.    
  2729.  <div class="sidebar-widget mb-4">
  2730.    <div class="widget-title-wrapper mb-3">
  2731.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2732.        <i class="ti-calendar me-2"></i>July 2026 Blog Roll
  2733.        <span class="title-arrow"></span>
  2734.      </h4>
  2735.    </div>
  2736.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2737.      <div class="blog-roll-list scrollable-sidebar">
  2738.        
  2739.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2740.          <a href="https://unmannedsystems.ca/" class="text-decoration-none ">
  2741.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2742.              <i class="ti-angle-right me-2 text-primary"></i>
  2743.               online casino
  2744.            </h6>
  2745.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2746.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2747.            </div> -->
  2748.          </a>
  2749.        </div>
  2750.          
  2751.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2752.          <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none ">
  2753.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2754.              <i class="ti-angle-right me-2 text-primary"></i>
  2755.               new betting sites
  2756.            </h6>
  2757.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2758.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2759.            </div> -->
  2760.          </a>
  2761.        </div>
  2762.          
  2763.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2764.          <a href="https://www.bapress.ca/" class="text-decoration-none ">
  2765.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2766.              <i class="ti-angle-right me-2 text-primary"></i>
  2767.               online betting sites
  2768.            </h6>
  2769.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2770.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2771.            </div> -->
  2772.          </a>
  2773.        </div>
  2774.          
  2775.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2776.          <a href="http://WowAir.ca" class="text-decoration-none ">
  2777.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2778.              <i class="ti-angle-right me-2 text-primary"></i>
  2779.               betting sites
  2780.            </h6>
  2781.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2782.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2783.            </div> -->
  2784.          </a>
  2785.        </div>
  2786.          
  2787.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2788.          <a href="https://www.od4d.net/" class="text-decoration-none ">
  2789.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2790.              <i class="ti-angle-right me-2 text-primary"></i>
  2791.               best online casinos
  2792.            </h6>
  2793.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2794.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2795.            </div> -->
  2796.          </a>
  2797.        </div>
  2798.          
  2799.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2800.          <a href="https://itwc.ca/" class="text-decoration-none ">
  2801.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2802.              <i class="ti-angle-right me-2 text-primary"></i>
  2803.               online casino
  2804.            </h6>
  2805.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2806.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2807.            </div> -->
  2808.          </a>
  2809.        </div>
  2810.          
  2811.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2812.          <a href="https://www.sheeats.ca/" class="text-decoration-none ">
  2813.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2814.              <i class="ti-angle-right me-2 text-primary"></i>
  2815.               online casino canada
  2816.            </h6>
  2817.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2818.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2819.            </div> -->
  2820.          </a>
  2821.        </div>
  2822.          
  2823.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2824.          <a href="https://www.americancatholic.org/" class="text-decoration-none ">
  2825.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2826.              <i class="ti-angle-right me-2 text-primary"></i>
  2827.               online casino canada
  2828.            </h6>
  2829.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2830.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2831.            </div> -->
  2832.          </a>
  2833.        </div>
  2834.          
  2835.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2836.          <a href="https://avoslivres.ca/" class="text-decoration-none ">
  2837.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2838.              <i class="ti-angle-right me-2 text-primary"></i>
  2839.               casino en ligne canada
  2840.            </h6>
  2841.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2842.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2843.            </div> -->
  2844.          </a>
  2845.        </div>
  2846.          
  2847.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2848.          <a href="https://www.governancevote.ca/" class="text-decoration-none ">
  2849.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2850.              <i class="ti-angle-right me-2 text-primary"></i>
  2851.               online casinos
  2852.            </h6>
  2853.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2854.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2855.            </div> -->
  2856.          </a>
  2857.        </div>
  2858.          
  2859.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2860.          <a href="https://www.unsdgadvocates.org/" class="text-decoration-none ">
  2861.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2862.              <i class="ti-angle-right me-2 text-primary"></i>
  2863.               online casino
  2864.            </h6>
  2865.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2866.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2867.            </div> -->
  2868.          </a>
  2869.        </div>
  2870.          
  2871.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2872.          <a href="https://esportsinsider.com/ca/gambling/sports-betting-canada" class="text-decoration-none ">
  2873.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2874.              <i class="ti-angle-right me-2 text-primary"></i>
  2875.               crypto betting sites
  2876.            </h6>
  2877.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2878.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2879.            </div> -->
  2880.          </a>
  2881.        </div>
  2882.          
  2883.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2884.          <a href="https://autismspeaks.ca" class="text-decoration-none ">
  2885.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2886.              <i class="ti-angle-right me-2 text-primary"></i>
  2887.               online casino
  2888.            </h6>
  2889.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2890.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2891.            </div> -->
  2892.          </a>
  2893.        </div>
  2894.          
  2895.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2896.          <a href="https://www.cardplayer.com/ca/online-casinos/new-casinos" class="text-decoration-none ">
  2897.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2898.              <i class="ti-angle-right me-2 text-primary"></i>
  2899.               online casino
  2900.            </h6>
  2901.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2902.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2903.            </div> -->
  2904.          </a>
  2905.        </div>
  2906.          
  2907.      </div>
  2908.  
  2909.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2910.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2911.      </div> -->
  2912.    </div>
  2913.  </div>
  2914.    
  2915.  <div class="sidebar-widget mb-4">
  2916.    <div class="widget-title-wrapper mb-3">
  2917.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2918.        <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  2919.        <span class="title-arrow"></span>
  2920.      </h4>
  2921.    </div>
  2922.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2923.      <div class="blog-roll-list scrollable-sidebar">
  2924.        
  2925.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2926.          <a href="https://esportsinsider.com/ca/gambling/sports-betting-canada" class="text-decoration-none ">
  2927.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2928.              <i class="ti-angle-right me-2 text-primary"></i>
  2929.               best betting sites
  2930.            </h6>
  2931.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2932.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2933.            </div> -->
  2934.          </a>
  2935.        </div>
  2936.          
  2937.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2938.          <a href="https://www.becausetheocean.org/" class="text-decoration-none ">
  2939.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2940.              <i class="ti-angle-right me-2 text-primary"></i>
  2941.               online casinos
  2942.            </h6>
  2943.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2944.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2945.            </div> -->
  2946.          </a>
  2947.        </div>
  2948.          
  2949.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2950.          <a href="https://www.od4d.net/" class="text-decoration-none ">
  2951.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2952.              <i class="ti-angle-right me-2 text-primary"></i>
  2953.               online casinos canada
  2954.            </h6>
  2955.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2956.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2957.            </div> -->
  2958.          </a>
  2959.        </div>
  2960.          
  2961.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2962.          <a href="https://casinobeats.com/fr/casino-en-ligne/casino-en-ligne-canada/" class="text-decoration-none ">
  2963.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2964.              <i class="ti-angle-right me-2 text-primary"></i>
  2965.               meilleur casino en ligne
  2966.            </h6>
  2967.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2968.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2969.            </div> -->
  2970.          </a>
  2971.        </div>
  2972.          
  2973.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2974.          <a href="https://iscwryeg.ca/" class="text-decoration-none ">
  2975.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2976.              <i class="ti-angle-right me-2 text-primary"></i>
  2977.               online gambling canada
  2978.            </h6>
  2979.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2980.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2981.            </div> -->
  2982.          </a>
  2983.        </div>
  2984.          
  2985.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2986.          <a href="https://www.kwtelecom.com/" class="text-decoration-none ">
  2987.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2988.              <i class="ti-angle-right me-2 text-primary"></i>
  2989.               canada online casino
  2990.            </h6>
  2991.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2992.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2993.            </div> -->
  2994.          </a>
  2995.        </div>
  2996.          
  2997.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2998.          <a href="https://autismspeaks.ca" class="text-decoration-none ">
  2999.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3000.              <i class="ti-angle-right me-2 text-primary"></i>
  3001.               online casino canada
  3002.            </h6>
  3003.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3004.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3005.            </div> -->
  3006.          </a>
  3007.        </div>
  3008.          
  3009.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3010.          <a href="https://www.station16gallery.com/" class="text-decoration-none ">
  3011.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3012.              <i class="ti-angle-right me-2 text-primary"></i>
  3013.               betting sites canada
  3014.            </h6>
  3015.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3016.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3017.            </div> -->
  3018.          </a>
  3019.        </div>
  3020.          
  3021.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3022.          <a href="https://www.sktime.org/online-casinos/" class="text-decoration-none ">
  3023.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3024.              <i class="ti-angle-right me-2 text-primary"></i>
  3025.               real online casinos canada
  3026.            </h6>
  3027.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3028.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3029.            </div> -->
  3030.          </a>
  3031.        </div>
  3032.          
  3033.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3034.          <a href="https://phpartners.org/" class="text-decoration-none ">
  3035.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3036.              <i class="ti-angle-right me-2 text-primary"></i>
  3037.               canada casinos online
  3038.            </h6>
  3039.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3040.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3041.            </div> -->
  3042.          </a>
  3043.        </div>
  3044.          
  3045.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3046.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  3047.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3048.              <i class="ti-angle-right me-2 text-primary"></i>
  3049.               canadian online casinos
  3050.            </h6>
  3051.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3052.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3053.            </div> -->
  3054.          </a>
  3055.        </div>
  3056.          
  3057.      </div>
  3058.  
  3059.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3060.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3061.      </div> -->
  3062.    </div>
  3063.  </div>
  3064.    
  3065.  <div class="sidebar-widget mb-4">
  3066.    <div class="widget-title-wrapper mb-3">
  3067.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3068.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  3069.        <span class="title-arrow"></span>
  3070.      </h4>
  3071.    </div>
  3072.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3073.      <div class="blog-roll-list scrollable-sidebar">
  3074.        
  3075.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3076.          <a href="https://eyewitnessmediahub.com/" class="text-decoration-none ">
  3077.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3078.              <i class="ti-angle-right me-2 text-primary"></i>
  3079.               online casino canada
  3080.            </h6>
  3081.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3082.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3083.            </div> -->
  3084.          </a>
  3085.        </div>
  3086.          
  3087.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3088.          <a href="https://siberiastationspa.com/" class="text-decoration-none ">
  3089.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3090.              <i class="ti-angle-right me-2 text-primary"></i>
  3091.               meilleur casino en ligne canada
  3092.            </h6>
  3093.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3094.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3095.            </div> -->
  3096.          </a>
  3097.        </div>
  3098.          
  3099.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3100.          <a href="https://www.cgq-qgc.ca/" class="text-decoration-none ">
  3101.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3102.              <i class="ti-angle-right me-2 text-primary"></i>
  3103.               meilleurs casinos en ligne
  3104.            </h6>
  3105.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3106.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3107.            </div> -->
  3108.          </a>
  3109.        </div>
  3110.          
  3111.      </div>
  3112.  
  3113.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3114.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3115.      </div> -->
  3116.    </div>
  3117.  </div>
  3118.    
  3119.  <div class="sidebar-widget mb-4">
  3120.    <div class="widget-title-wrapper mb-3">
  3121.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3122.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3123.        <span class="title-arrow"></span>
  3124.      </h4>
  3125.    </div>
  3126.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3127.      <div class="blog-roll-list scrollable-sidebar">
  3128.        
  3129.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3130.          <a href="https://6park.news/" class="text-decoration-none ">
  3131.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3132.              <i class="ti-angle-right me-2 text-primary"></i>
  3133.               best online casino canada
  3134.            </h6>
  3135.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3136.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3137.            </div> -->
  3138.          </a>
  3139.        </div>
  3140.          
  3141.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3142.          <a href="https://www.accessibilitychrc.ca/" class="text-decoration-none ">
  3143.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3144.              <i class="ti-angle-right me-2 text-primary"></i>
  3145.               online casinos canada
  3146.            </h6>
  3147.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3148.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3149.            </div> -->
  3150.          </a>
  3151.        </div>
  3152.          
  3153.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3154.          <a href="https://www.digitaltransformationawards.ca/" class="text-decoration-none ">
  3155.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3156.              <i class="ti-angle-right me-2 text-primary"></i>
  3157.               online casinos canada
  3158.            </h6>
  3159.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3160.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3161.            </div> -->
  3162.          </a>
  3163.        </div>
  3164.          
  3165.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3166.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  3167.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3168.              <i class="ti-angle-right me-2 text-primary"></i>
  3169.               real money casino
  3170.            </h6>
  3171.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3172.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3173.            </div> -->
  3174.          </a>
  3175.        </div>
  3176.          
  3177.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3178.          <a href="https://nbhrf.com/" class="text-decoration-none ">
  3179.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3180.              <i class="ti-angle-right me-2 text-primary"></i>
  3181.               online casino
  3182.            </h6>
  3183.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3184.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3185.            </div> -->
  3186.          </a>
  3187.        </div>
  3188.          
  3189.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3190.          <a href="https://www.wearewatermark.org/" class="text-decoration-none ">
  3191.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3192.              <i class="ti-angle-right me-2 text-primary"></i>
  3193.               crypto casinos
  3194.            </h6>
  3195.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3196.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3197.            </div> -->
  3198.          </a>
  3199.        </div>
  3200.          
  3201.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3202.          <a href="https://esportsinsider.com/ca/gambling/online-casinos-canada" class="text-decoration-none ">
  3203.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3204.              <i class="ti-angle-right me-2 text-primary"></i>
  3205.               online casino canada
  3206.            </h6>
  3207.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3208.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3209.            </div> -->
  3210.          </a>
  3211.        </div>
  3212.          
  3213.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3214.          <a href="https://delbarber.com/" class="text-decoration-none ">
  3215.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3216.              <i class="ti-angle-right me-2 text-primary"></i>
  3217.               best payout casino canada
  3218.            </h6>
  3219.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3220.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3221.            </div> -->
  3222.          </a>
  3223.        </div>
  3224.          
  3225.      </div>
  3226.  
  3227.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3228.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3229.      </div> -->
  3230.    </div>
  3231.  </div>
  3232.    
  3233.  <div class="sidebar-widget mb-4">
  3234.    <div class="widget-title-wrapper mb-3">
  3235.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3236.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3237.        <span class="title-arrow"></span>
  3238.      </h4>
  3239.    </div>
  3240.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3241.      <div class="blog-roll-list scrollable-sidebar">
  3242.        
  3243.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3244.          <a href="https://savinglivesatbirth.net/" class="text-decoration-none ">
  3245.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3246.              <i class="ti-angle-right me-2 text-primary"></i>
  3247.               canadian online casinos
  3248.            </h6>
  3249.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3250.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3251.            </div> -->
  3252.          </a>
  3253.        </div>
  3254.          
  3255.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3256.          <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none ">
  3257.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3258.              <i class="ti-angle-right me-2 text-primary"></i>
  3259.               betting sites
  3260.            </h6>
  3261.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3262.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3263.            </div> -->
  3264.          </a>
  3265.        </div>
  3266.          
  3267.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3268.          <a href="https://www.governancevote.ca/" class="text-decoration-none ">
  3269.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3270.              <i class="ti-angle-right me-2 text-primary"></i>
  3271.               online casino canada
  3272.            </h6>
  3273.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3274.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3275.            </div> -->
  3276.          </a>
  3277.        </div>
  3278.          
  3279.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3280.          <a href="https://www.station16gallery.com/" class="text-decoration-none ">
  3281.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3282.              <i class="ti-angle-right me-2 text-primary"></i>
  3283.               betting sites
  3284.            </h6>
  3285.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3286.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3287.            </div> -->
  3288.          </a>
  3289.        </div>
  3290.          
  3291.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3292.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  3293.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3294.              <i class="ti-angle-right me-2 text-primary"></i>
  3295.               online casino
  3296.            </h6>
  3297.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3298.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3299.            </div> -->
  3300.          </a>
  3301.        </div>
  3302.          
  3303.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3304.          <a href="https://www.tastynalder.com/" class="text-decoration-none ">
  3305.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3306.              <i class="ti-angle-right me-2 text-primary"></i>
  3307.               bitcoin casinos
  3308.            </h6>
  3309.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3310.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3311.            </div> -->
  3312.          </a>
  3313.        </div>
  3314.          
  3315.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3316.          <a href="https://globalfrp.org/" class="text-decoration-none ">
  3317.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3318.              <i class="ti-angle-right me-2 text-primary"></i>
  3319.               online casino canada
  3320.            </h6>
  3321.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3322.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3323.            </div> -->
  3324.          </a>
  3325.        </div>
  3326.          
  3327.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3328.          <a href="https://wirkn.com/" class="text-decoration-none ">
  3329.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3330.              <i class="ti-angle-right me-2 text-primary"></i>
  3331.               betting sites
  3332.            </h6>
  3333.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3334.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3335.            </div> -->
  3336.          </a>
  3337.        </div>
  3338.          
  3339.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3340.          <a href="https://www.beachhousevictoria.com/" class="text-decoration-none ">
  3341.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3342.              <i class="ti-angle-right me-2 text-primary"></i>
  3343.               betting sites
  3344.            </h6>
  3345.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3346.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3347.            </div> -->
  3348.          </a>
  3349.        </div>
  3350.          
  3351.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3352.          <a href="https://margelo.io/" class="text-decoration-none ">
  3353.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3354.              <i class="ti-angle-right me-2 text-primary"></i>
  3355.               sports betting sites canada
  3356.            </h6>
  3357.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3358.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3359.            </div> -->
  3360.          </a>
  3361.        </div>
  3362.          
  3363.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3364.          <a href="https://www.cannellevanille.com/" class="text-decoration-none ">
  3365.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3366.              <i class="ti-angle-right me-2 text-primary"></i>
  3367.               best online casinos
  3368.            </h6>
  3369.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3370.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3371.            </div> -->
  3372.          </a>
  3373.        </div>
  3374.          
  3375.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3376.          <a href="https://www.governancevote.ca/" class="text-decoration-none ">
  3377.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3378.              <i class="ti-angle-right me-2 text-primary"></i>
  3379.               best online casino canada
  3380.            </h6>
  3381.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3382.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3383.            </div> -->
  3384.          </a>
  3385.        </div>
  3386.          
  3387.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3388.          <a href="https://nbhrf.com/" class="text-decoration-none ">
  3389.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3390.              <i class="ti-angle-right me-2 text-primary"></i>
  3391.               online casino canada
  3392.            </h6>
  3393.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3394.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3395.            </div> -->
  3396.          </a>
  3397.        </div>
  3398.          
  3399.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3400.          <a href="https://www.versusfootball.com/" class="text-decoration-none ">
  3401.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3402.              <i class="ti-angle-right me-2 text-primary"></i>
  3403.               casino en ligne canadien
  3404.            </h6>
  3405.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3406.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3407.            </div> -->
  3408.          </a>
  3409.        </div>
  3410.          
  3411.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3412.          <a href="https://prinniefied.com/" class="text-decoration-none ">
  3413.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3414.              <i class="ti-angle-right me-2 text-primary"></i>
  3415.               online casino
  3416.            </h6>
  3417.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3418.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3419.            </div> -->
  3420.          </a>
  3421.        </div>
  3422.          
  3423.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3424.          <a href="https://abortionincanada.ca/" class="text-decoration-none ">
  3425.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3426.              <i class="ti-angle-right me-2 text-primary"></i>
  3427.               best online casinos
  3428.            </h6>
  3429.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3430.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3431.            </div> -->
  3432.          </a>
  3433.        </div>
  3434.          
  3435.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3436.          <a href="https://www.beaconlearningcenter.com/" class="text-decoration-none ">
  3437.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3438.              <i class="ti-angle-right me-2 text-primary"></i>
  3439.               instant withdrawal casino canada
  3440.            </h6>
  3441.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3442.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3443.            </div> -->
  3444.          </a>
  3445.        </div>
  3446.          
  3447.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3448.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  3449.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3450.              <i class="ti-angle-right me-2 text-primary"></i>
  3451.               online casinos
  3452.            </h6>
  3453.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3454.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3455.            </div> -->
  3456.          </a>
  3457.        </div>
  3458.          
  3459.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3460.          <a href="https://nordicbridges.ca/" class="text-decoration-none ">
  3461.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3462.              <i class="ti-angle-right me-2 text-primary"></i>
  3463.               online casinos
  3464.            </h6>
  3465.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3466.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3467.            </div> -->
  3468.          </a>
  3469.        </div>
  3470.          
  3471.      </div>
  3472.  
  3473.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3474.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3475.      </div> -->
  3476.    </div>
  3477.  </div>
  3478.    
  3479.  <div class="sidebar-widget mb-4">
  3480.    <div class="widget-title-wrapper mb-3">
  3481.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3482.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3483.        <span class="title-arrow"></span>
  3484.      </h4>
  3485.    </div>
  3486.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3487.      <div class="blog-roll-list scrollable-sidebar">
  3488.        
  3489.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3490.          <a href="https://crystalshawanda.co/" class="text-decoration-none ">
  3491.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3492.              <i class="ti-angle-right me-2 text-primary"></i>
  3493.               online casinos
  3494.            </h6>
  3495.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3496.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3497.            </div> -->
  3498.          </a>
  3499.        </div>
  3500.          
  3501.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3502.          <a href="https://www.birthplaceofhockey.com/" class="text-decoration-none ">
  3503.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3504.              <i class="ti-angle-right me-2 text-primary"></i>
  3505.               sports betting sites canada
  3506.            </h6>
  3507.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3508.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3509.            </div> -->
  3510.          </a>
  3511.        </div>
  3512.          
  3513.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3514.          <a href="https://microtop.ca/" class="text-decoration-none ">
  3515.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3516.              <i class="ti-angle-right me-2 text-primary"></i>
  3517.               online casinos
  3518.            </h6>
  3519.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3520.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3521.            </div> -->
  3522.          </a>
  3523.        </div>
  3524.          
  3525.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3526.          <a href="https://bankingombuds.ca/" class="text-decoration-none ">
  3527.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3528.              <i class="ti-angle-right me-2 text-primary"></i>
  3529.               online casino canada
  3530.            </h6>
  3531.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3532.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3533.            </div> -->
  3534.          </a>
  3535.        </div>
  3536.          
  3537.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3538.          <a href="https://nordicbridges.ca/" class="text-decoration-none ">
  3539.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3540.              <i class="ti-angle-right me-2 text-primary"></i>
  3541.               online casino canada
  3542.            </h6>
  3543.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3544.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3545.            </div> -->
  3546.          </a>
  3547.        </div>
  3548.          
  3549.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3550.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  3551.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3552.              <i class="ti-angle-right me-2 text-primary"></i>
  3553.               top online casinos
  3554.            </h6>
  3555.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3556.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3557.            </div> -->
  3558.          </a>
  3559.        </div>
  3560.          
  3561.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3562.          <a href="https://cojcr.org/" class="text-decoration-none ">
  3563.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3564.              <i class="ti-angle-right me-2 text-primary"></i>
  3565.               online casino
  3566.            </h6>
  3567.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3568.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3569.            </div> -->
  3570.          </a>
  3571.        </div>
  3572.          
  3573.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3574.          <a href="https://daydreaminginparadise.com/" class="text-decoration-none ">
  3575.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3576.              <i class="ti-angle-right me-2 text-primary"></i>
  3577.               online casino
  3578.            </h6>
  3579.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3580.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3581.            </div> -->
  3582.          </a>
  3583.        </div>
  3584.          
  3585.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3586.          <a href="https://www.digitaltransformationawards.ca/" class="text-decoration-none ">
  3587.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3588.              <i class="ti-angle-right me-2 text-primary"></i>
  3589.               online casino
  3590.            </h6>
  3591.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3592.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3593.            </div> -->
  3594.          </a>
  3595.        </div>
  3596.          
  3597.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3598.          <a href="https://watergovernance.ca/" class="text-decoration-none ">
  3599.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3600.              <i class="ti-angle-right me-2 text-primary"></i>
  3601.               online casino canada
  3602.            </h6>
  3603.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3604.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3605.            </div> -->
  3606.          </a>
  3607.        </div>
  3608.          
  3609.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3610.          <a href="https://micharity.com/" class="text-decoration-none ">
  3611.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3612.              <i class="ti-angle-right me-2 text-primary"></i>
  3613.               online casino canada
  3614.            </h6>
  3615.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3616.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3617.            </div> -->
  3618.          </a>
  3619.        </div>
  3620.          
  3621.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3622.          <a href="https://watergovernance.ca/" class="text-decoration-none ">
  3623.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3624.              <i class="ti-angle-right me-2 text-primary"></i>
  3625.               interac online casino
  3626.            </h6>
  3627.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3628.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3629.            </div> -->
  3630.          </a>
  3631.        </div>
  3632.          
  3633.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3634.          <a href="https://www.governancevote.ca/" class="text-decoration-none ">
  3635.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3636.              <i class="ti-angle-right me-2 text-primary"></i>
  3637.               interac online casino
  3638.            </h6>
  3639.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3640.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3641.            </div> -->
  3642.          </a>
  3643.        </div>
  3644.          
  3645.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3646.          <a href="https://autismspeaks.ca" class="text-decoration-none ">
  3647.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3648.              <i class="ti-angle-right me-2 text-primary"></i>
  3649.               interac online casino
  3650.            </h6>
  3651.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3652.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3653.            </div> -->
  3654.          </a>
  3655.        </div>
  3656.          
  3657.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3658.          <a href="https://www.devmcgill.com/" class="text-decoration-none ">
  3659.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3660.              <i class="ti-angle-right me-2 text-primary"></i>
  3661.               interac online casino
  3662.            </h6>
  3663.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3664.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3665.            </div> -->
  3666.          </a>
  3667.        </div>
  3668.          
  3669.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3670.          <a href="https://torontosversion.com/" class="text-decoration-none ">
  3671.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3672.              <i class="ti-angle-right me-2 text-primary"></i>
  3673.               new casino canada
  3674.            </h6>
  3675.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3676.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3677.            </div> -->
  3678.          </a>
  3679.        </div>
  3680.          
  3681.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3682.          <a href="https://lovenorthernbc.com/" class="text-decoration-none ">
  3683.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3684.              <i class="ti-angle-right me-2 text-primary"></i>
  3685.               new casino canada
  3686.            </h6>
  3687.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3688.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3689.            </div> -->
  3690.          </a>
  3691.        </div>
  3692.          
  3693.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3694.          <a href="https://www.digitaltransformationawards.ca/" class="text-decoration-none ">
  3695.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3696.              <i class="ti-angle-right me-2 text-primary"></i>
  3697.               new casino canada
  3698.            </h6>
  3699.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3700.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3701.            </div> -->
  3702.          </a>
  3703.        </div>
  3704.          
  3705.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3706.          <a href="https://nordicbridges.ca/" class="text-decoration-none ">
  3707.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3708.              <i class="ti-angle-right me-2 text-primary"></i>
  3709.               new casino
  3710.            </h6>
  3711.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3712.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3713.            </div> -->
  3714.          </a>
  3715.        </div>
  3716.          
  3717.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3718.          <a href="https://www.itworldcanada.com/" class="text-decoration-none ">
  3719.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3720.              <i class="ti-angle-right me-2 text-primary"></i>
  3721.               online casino real money
  3722.            </h6>
  3723.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3724.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3725.            </div> -->
  3726.          </a>
  3727.        </div>
  3728.          
  3729.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3730.          <a href="https://nbhrf.com/" class="text-decoration-none ">
  3731.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3732.              <i class="ti-angle-right me-2 text-primary"></i>
  3733.               online casinos
  3734.            </h6>
  3735.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3736.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3737.            </div> -->
  3738.          </a>
  3739.        </div>
  3740.          
  3741.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3742.          <a href="https://www.musicaltoronto.org/" class="text-decoration-none ">
  3743.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3744.              <i class="ti-angle-right me-2 text-primary"></i>
  3745.               online casino ontario
  3746.            </h6>
  3747.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3748.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3749.            </div> -->
  3750.          </a>
  3751.        </div>
  3752.          
  3753.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3754.          <a href="https://www.jechoisismontreal.com/" class="text-decoration-none ">
  3755.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3756.              <i class="ti-angle-right me-2 text-primary"></i>
  3757.               online casino ontario
  3758.            </h6>
  3759.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3760.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3761.            </div> -->
  3762.          </a>
  3763.        </div>
  3764.          
  3765.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3766.          <a href="https://www.spiritwrestler.com/" class="text-decoration-none ">
  3767.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3768.              <i class="ti-angle-right me-2 text-primary"></i>
  3769.               betting sites
  3770.            </h6>
  3771.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3772.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3773.            </div> -->
  3774.          </a>
  3775.        </div>
  3776.          
  3777.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3778.          <a href="https://triadtowellness.com/" class="text-decoration-none ">
  3779.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3780.              <i class="ti-angle-right me-2 text-primary"></i>
  3781.               betting sites
  3782.            </h6>
  3783.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3784.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3785.            </div> -->
  3786.          </a>
  3787.        </div>
  3788.          
  3789.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3790.          <a href="https://gamingamerica.com/canada/online-casinos" class="text-decoration-none ">
  3791.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3792.              <i class="ti-angle-right me-2 text-primary"></i>
  3793.               online casino canada
  3794.            </h6>
  3795.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3796.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3797.            </div> -->
  3798.          </a>
  3799.        </div>
  3800.          
  3801.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3802.          <a href="https://www.bluecanoetheatrical.ca/" class="text-decoration-none ">
  3803.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3804.              <i class="ti-angle-right me-2 text-primary"></i>
  3805.               online casinos
  3806.            </h6>
  3807.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3808.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3809.            </div> -->
  3810.          </a>
  3811.        </div>
  3812.          
  3813.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3814.          <a href="https://watergovernance.ca/" class="text-decoration-none ">
  3815.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3816.              <i class="ti-angle-right me-2 text-primary"></i>
  3817.               online casino
  3818.            </h6>
  3819.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3820.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3821.            </div> -->
  3822.          </a>
  3823.        </div>
  3824.          
  3825.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3826.          <a href="https://www.governancevote.ca/" class="text-decoration-none ">
  3827.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3828.              <i class="ti-angle-right me-2 text-primary"></i>
  3829.               online casino
  3830.            </h6>
  3831.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3832.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3833.            </div> -->
  3834.          </a>
  3835.        </div>
  3836.          
  3837.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3838.          <a href="https://www.devmcgill.com/" class="text-decoration-none ">
  3839.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3840.              <i class="ti-angle-right me-2 text-primary"></i>
  3841.               online casino
  3842.            </h6>
  3843.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3844.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3845.            </div> -->
  3846.          </a>
  3847.        </div>
  3848.          
  3849.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3850.          <a href="https://nordicbridges.ca/" class="text-decoration-none ">
  3851.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3852.              <i class="ti-angle-right me-2 text-primary"></i>
  3853.               online casino
  3854.            </h6>
  3855.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3856.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3857.            </div> -->
  3858.          </a>
  3859.        </div>
  3860.          
  3861.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3862.          <a href="https://www.operationspaix.net/" class="text-decoration-none ">
  3863.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3864.              <i class="ti-angle-right me-2 text-primary"></i>
  3865.               meilleurs casinos en ligne
  3866.            </h6>
  3867.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3868.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3869.            </div> -->
  3870.          </a>
  3871.        </div>
  3872.          
  3873.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3874.          <a href="https://www.lesintouchables.com/" class="text-decoration-none ">
  3875.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3876.              <i class="ti-angle-right me-2 text-primary"></i>
  3877.               meilleur casino en ligne
  3878.            </h6>
  3879.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3880.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3881.            </div> -->
  3882.          </a>
  3883.        </div>
  3884.          
  3885.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3886.          <a href="https://scena.ca/" class="text-decoration-none ">
  3887.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3888.              <i class="ti-angle-right me-2 text-primary"></i>
  3889.               meilleur casino en ligne
  3890.            </h6>
  3891.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3892.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3893.            </div> -->
  3894.          </a>
  3895.        </div>
  3896.          
  3897.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3898.          <a href="https://espacelafontaine.com/" class="text-decoration-none ">
  3899.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3900.              <i class="ti-angle-right me-2 text-primary"></i>
  3901.               meilleur casino en ligne
  3902.            </h6>
  3903.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3904.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3905.            </div> -->
  3906.          </a>
  3907.        </div>
  3908.          
  3909.      </div>
  3910.  
  3911.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3912.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3913.      </div> -->
  3914.    </div>
  3915.  </div>
  3916.    
  3917.  <div class="sidebar-widget mb-4">
  3918.    <div class="widget-title-wrapper mb-3">
  3919.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3920.        <i class="ti-calendar me-2"></i>January 2026 Blog Roll
  3921.        <span class="title-arrow"></span>
  3922.      </h4>
  3923.    </div>
  3924.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3925.      <div class="blog-roll-list scrollable-sidebar">
  3926.        
  3927.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3928.          <a href="https://www.lequotidiendusport.fr/paris-sportif/canada/" class="text-decoration-none ">
  3929.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3930.              <i class="ti-angle-right me-2 text-primary"></i>
  3931.               paris sportif quebec
  3932.            </h6>
  3933.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3934.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3935.            </div> -->
  3936.          </a>
  3937.        </div>
  3938.          
  3939.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3940.          <a href="https://www.devmcgill.com/" class="text-decoration-none ">
  3941.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3942.              <i class="ti-angle-right me-2 text-primary"></i>
  3943.               online casinos
  3944.            </h6>
  3945.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3946.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3947.            </div> -->
  3948.          </a>
  3949.        </div>
  3950.          
  3951.      </div>
  3952.  
  3953.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3954.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3955.      </div> -->
  3956.    </div>
  3957.  </div>
  3958.    
  3959.  <!-- <div class="sidebar-widget">
  3960.    <div class="widget-title-wrapper mb-3">
  3961.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3962.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3963.        <span class="title-arrow"></span>
  3964.      </h4>
  3965.    </div>
  3966.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3967.      <div class="blog-roll-list">
  3968.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3969.          <a href="#" class="text-decoration-none">
  3970.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3971.              <i class="ti-angle-right me-2 text-primary"></i>
  3972.              Complete Guide to Django REST Framework
  3973.            </h6>
  3974.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3975.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3976.            </div>
  3977.          </a>
  3978.        </div>
  3979.  
  3980.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3981.          <a href="#" class="text-decoration-none">
  3982.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3983.              <i class="ti-angle-right me-2 text-primary"></i>
  3984.              Modern JavaScript ES2025 Features
  3985.            </h6>
  3986.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3987.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3988.            </div>
  3989.          </a>
  3990.        </div>
  3991.  
  3992.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3993.          <a href="#" class="text-decoration-none">
  3994.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3995.              <i class="ti-angle-right me-2 text-primary"></i>
  3996.              Digital Marketing Trends in 2025
  3997.            </h6>
  3998.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3999.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  4000.            </div>
  4001.          </a>
  4002.        </div>
  4003.  
  4004.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  4005.          <a href="#" class="text-decoration-none">
  4006.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4007.              <i class="ti-angle-right me-2 text-primary"></i>
  4008.              Remote Work Best Practices
  4009.            </h6>
  4010.            <div class="blog-meta d-flex justify-content-between align-items-center">
  4011.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  4012.            </div>
  4013.          </a>
  4014.        </div>
  4015.  
  4016.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  4017.          <a href="#" class="text-decoration-none">
  4018.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4019.              <i class="ti-angle-right me-2 text-primary"></i>
  4020.              Sustainable Living Tips for Beginners
  4021.            </h6>
  4022.            <div class="blog-meta d-flex justify-content-between align-items-center">
  4023.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  4024.            </div>
  4025.          </a>
  4026.        </div>
  4027.  
  4028.        <div class="blog-roll-item">
  4029.          <a href="#" class="text-decoration-none">
  4030.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4031.              <i class="ti-angle-right me-2 text-primary"></i>
  4032.              AI and Machine Learning Basics
  4033.            </h6>
  4034.            <div class="blog-meta d-flex justify-content-between align-items-center">
  4035.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  4036.            </div>
  4037.          </a>
  4038.        </div>
  4039.      </div>
  4040.  
  4041.      <div class="text-center mt-4 pt-3 border-top border-light">
  4042.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4043.      </div>
  4044.    </div>
  4045.  </div> -->
  4046. </div>
  4047.  
  4048. <!-- Sidebar V2 Styles -->
  4049. <style>
  4050.  .sidebar-widget {
  4051.    position: relative;
  4052.  }
  4053.  
  4054.  .widget-title {
  4055.    font-size: 1.1rem;
  4056.    font-weight: 700;
  4057.    display: inline-block;
  4058.    position: relative;
  4059.    z-index: 2;
  4060.    border-radius: 0;
  4061.  }
  4062.  
  4063.  /* Green arrow for August Blog Roll */
  4064.  .title-arrow::after {
  4065.    content: '';
  4066.    position: absolute;
  4067.    top: 0;
  4068.    right: -22px;
  4069.    width: 0;
  4070.    height: 0;
  4071.    border-left: 22px solid var(--bs-primary);
  4072.    border-top: 22px solid transparent;
  4073.    border-bottom: 22px solid transparent;
  4074.    z-index: 1;
  4075.  }
  4076.  
  4077.  /* Blue arrow for Recent Posts */
  4078.  .title-arrow-primary::after {
  4079.    content: '';
  4080.    position: absolute;
  4081.    top: 0;
  4082.    right: -22px;
  4083.    width: 0;
  4084.    height: 0;
  4085.    border-left: 22px solid var(--bs-primary);
  4086.    border-top: 22px solid transparent;
  4087.    border-bottom: 22px solid transparent;
  4088.    z-index: 1;
  4089.  }
  4090.  
  4091.  .widget-content {
  4092.    margin-top: -1px;
  4093.    position: relative;
  4094.    z-index: 1;
  4095.    background-color: var(--card-bg);
  4096.  }
  4097.  
  4098.  /* Blog Roll Items Hover Effects */
  4099.  .blog-roll-item:hover .blog-title {
  4100.    color: #198754 !important;
  4101.    transform: translateX(5px);
  4102.    transition: all 0.3s ease;
  4103.  }
  4104.  
  4105.  /* Recent Post Items Hover Effects */
  4106.  .recent-post-item:hover .post-title a {
  4107.    color: #0d6efd !important;
  4108.    transition: color 0.3s ease;
  4109.  }
  4110.  
  4111.  .recent-post-item:hover .post-image img {
  4112.    transform: scale(1.05);
  4113.    transition: transform 0.3s ease;
  4114.  }
  4115.  
  4116.  /* Button Hover Effects */
  4117.  .btn:hover {
  4118.    transform: translateY(-2px);
  4119.    transition: all 0.3s ease;
  4120.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  4121.  }
  4122.  
  4123.  /* Badge Hover Effects */
  4124.  .badge:hover {
  4125.    transform: scale(1.05);
  4126.    transition: transform 0.3s ease;
  4127.  }
  4128.  
  4129.  @media (max-width: 991px) {
  4130.    .sidebar {
  4131.      margin-top: 3rem;
  4132.    }
  4133.  }
  4134.  
  4135.  @media (max-width: 576px) {
  4136.    .widget-title {
  4137.      font-size: 1rem;
  4138.      padding: 0.75rem 1rem !important;
  4139.    }
  4140.  
  4141.    .title-arrow::after,
  4142.    .title-arrow-primary::after {
  4143.      right: -18px;
  4144.      border-left-width: 18px;
  4145.      border-top-width: 18px;
  4146.      border-bottom-width: 18px;
  4147.    }
  4148.  
  4149.    .post-image {
  4150.      width: 70px !important;
  4151.      height: 55px !important;
  4152.    }
  4153.  
  4154.    .blog-meta {
  4155.      flex-direction: column !important;
  4156.      align-items: flex-start !important;
  4157.      gap: 0.5rem;
  4158.    }
  4159.  }
  4160. </style>
  4161.  
  4162.    
  4163.            </div>
  4164.        </div>
  4165.    </div> <!-- end container -->
  4166. </section>
  4167.  
  4168.    
  4169.        
  4170.        <!-- end wpo-blog-highlights-section -->
  4171.        <!-- start wpo-blog-sponsored-section -->
  4172.        
  4173.  
  4174.  
  4175.  
  4176.    
  4177.  
  4178.  
  4179.  
  4180. <style>
  4181.    .sponsored-section-v5 {
  4182.        padding: 40px 0;
  4183.    }
  4184.    
  4185.    .sponsored-card-v5 {
  4186.        background: var(--card-bg);
  4187.        border: 1px solid #f5f5f5;
  4188.        border-radius: var(--border-radius);
  4189.        transition: border-color 0.3s ease;
  4190.        height: 100%;
  4191.    }
  4192.    
  4193.    .sponsored-card-v5:hover {
  4194.        border-color: var(--bs-primary);
  4195.    }
  4196.    
  4197.    .sponsored-image-v5 {
  4198.        position: relative;
  4199.        background: var(--card-bg);
  4200.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  4201.        margin: 15px 15px 0;
  4202.    }
  4203.    
  4204.    .sponsored-image-v5 img {
  4205.        width: 100%;
  4206.        height: 140px;
  4207.        object-fit: cover;
  4208.        border-radius: var(--border-radius);
  4209.    }
  4210.    
  4211.    .sponsored-badge-v5 {
  4212.        position: absolute;
  4213.        top: 6px;
  4214.        left: 8px;
  4215.        padding: 4px 10px;
  4216.        font-size: 11px;
  4217.        font-weight: 600;
  4218.        text-transform: uppercase;    
  4219.        border-radius: var(--border-radius);
  4220.    }
  4221.    
  4222.    .sponsored-badge-v5::before {
  4223.        content: '';
  4224.        position: absolute;
  4225.        top: 8px;
  4226.        left: -10px;
  4227.        border-top: 10px solid var(--bs-primary);
  4228.        border-left: 10px solid transparent;
  4229.        transform: rotate(45deg);
  4230.    }
  4231.    
  4232.    .sponsored-content-v5 {
  4233.        padding: 15px;
  4234.    }
  4235.    
  4236.    .sponsored-title-v5 {
  4237.        font-size: 15px;
  4238.        font-weight: 700;
  4239.        line-height: 1.4;
  4240.        margin-bottom: 8px;
  4241.        color: #333;
  4242.    }
  4243.    
  4244.    .sponsored-title-v5 a {
  4245.        text-decoration: none;
  4246.        color: #333;
  4247.    }
  4248.    
  4249.    .sponsored-title-v5 a:hover {
  4250.        color: var(--bs-primary); /* Purple hover */
  4251.    }
  4252.    
  4253.    .sponsored-excerpt-v5 {
  4254.        font-size: 12px;
  4255.        font-style: italic;
  4256.        color: #868e96;
  4257.        margin-bottom: 10px;
  4258.        line-height: 1.5;
  4259.    }
  4260.    
  4261.    .sponsored-meta-v5 {
  4262.        font-size: 11px;
  4263.        color: #6c757d;
  4264.    }
  4265.    
  4266.    .author-info-v5 {
  4267.        margin-bottom: 5px;
  4268.    }
  4269.    
  4270.    .sponsored-author-img-v5 {
  4271.        width: 22px;
  4272.        height: 22px;
  4273.        border-radius: var(--border-radius);
  4274.        object-fit: cover;
  4275.        vertical-align: middle;
  4276.        margin-right: 5px;
  4277.    }
  4278.    
  4279.    .section-title-sponsored-v5 {
  4280.        font-size: 2.1rem;
  4281.        font-weight: 700;
  4282.        text-align: center;
  4283.        margin-bottom: 30px;
  4284.        color: #333;
  4285.        position: relative;
  4286.    }
  4287.    
  4288.    .section-title-sponsored-v5::after {
  4289.        content: '';
  4290.        position: absolute;
  4291.        bottom: -10px;
  4292.        left: 50%;
  4293.        transform: translateX(-50%);
  4294.        width: 80px;
  4295.        height: 2px;
  4296.        background: var(--bs-primary);
  4297.        box-shadow: 0 2px 0 0 var(--bs-primary);
  4298.    }
  4299.  
  4300.    @media (max-width: 768px) {
  4301.        .sponsored-section-v5 {
  4302.            padding: 25px 0;
  4303.        }
  4304.        .sponsored-image-v5 {
  4305.            margin: 10px 10px 0;
  4306.            padding: 8px;
  4307.        }
  4308.        .sponsored-image-v5 img {
  4309.            height: 120px;
  4310.        }
  4311.        .sponsored-content-v5 {
  4312.            padding: 12px;
  4313.        }
  4314.        .sponsored-title-v5 {
  4315.            font-size: 14px;
  4316.        }
  4317.        .sponsored-excerpt-v5 {
  4318.            font-size: 11px;
  4319.        }
  4320.        .section-title-sponsored-v5 {
  4321.            font-size: 1.7rem;
  4322.        }
  4323.    }
  4324. </style>
  4325.  
  4326. <section class="sponsored-section-v5">
  4327.    <div class="container-fluid fluid-container">
  4328.        <div class="row">
  4329.            <div class="col-12">
  4330.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  4331.            </div>
  4332.        </div>
  4333.        
  4334.        <div class="row g-3">
  4335.            
  4336.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4337.                <div class="card sponsored-card-v5">
  4338.                    <div class="sponsored-image-v5">
  4339.                        
  4340.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4341.                        
  4342.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4343.                    </div>
  4344.                    <div class="sponsored-content-v5">
  4345.                        <h3 class="sponsored-title-v5">
  4346.                            <a href="/loggers-advance-as-the-kawahiva-tribe-still-wait-for-safeguarding/" >
  4347.                                            Loggers Advance as the Kawahiva Tribe Still Wait for Safeguarding.
  4348.                                            </a>
  4349.                        </h3>
  4350.                        <p class="sponsored-excerpt-v5">
  4351.                          
  4352.                        </p>
  4353.                        <div class="sponsored-meta-v5">
  4354.                            <div class="author-info-v5">
  4355.                                
  4356.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;" class="sponsored-author-img-v5">
  4357.                                
  4358.                                <span>
  4359.                                    Holly Tucker
  4360.                                </span>
  4361.                            </div>
  4362.                            <div>05 Aug 2026</div>
  4363.                        </div>
  4364.                    </div>
  4365.                </div>
  4366.            </div>
  4367.            
  4368.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4369.                <div class="card sponsored-card-v5">
  4370.                    <div class="sponsored-image-v5">
  4371.                        
  4372.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4373.                        
  4374.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4375.                    </div>
  4376.                    <div class="sponsored-content-v5">
  4377.                        <h3 class="sponsored-title-v5">
  4378.                            <a href="/imprinted-in-my-mind-why-gremlins-2-the-new-batch-is-my-feelgood-movie/" >
  4379.                                            Imprinted in My Mind’: Why Gremlins 2: The New Batch Is My Feelgood Movie
  4380.                                            </a>
  4381.                        </h3>
  4382.                        <p class="sponsored-excerpt-v5">
  4383.                          
  4384.                        </p>
  4385.                        <div class="sponsored-meta-v5">
  4386.                            <div class="author-info-v5">
  4387.                                
  4388.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;" class="sponsored-author-img-v5">
  4389.                                
  4390.                                <span>
  4391.                                    Holly Tucker
  4392.                                </span>
  4393.                            </div>
  4394.                            <div>05 Aug 2026</div>
  4395.                        </div>
  4396.                    </div>
  4397.                </div>
  4398.            </div>
  4399.            
  4400.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4401.                <div class="card sponsored-card-v5">
  4402.                    <div class="sponsored-image-v5">
  4403.                        
  4404.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4405.                        
  4406.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4407.                    </div>
  4408.                    <div class="sponsored-content-v5">
  4409.                        <h3 class="sponsored-title-v5">
  4410.                            <a href="/at-least-98-palestinian-individuals-lost-their-lives-in-israeli-custody-beginning-in-october-2023-statistics-from-israel-indicates/" >
  4411.                                            At Least 98 Palestinian Individuals Lost Their Lives in Israeli Custody Beginning in October 2023, Statistics from Israel Indicates
  4412.                                            </a>
  4413.                        </h3>
  4414.                        <p class="sponsored-excerpt-v5">
  4415.                          
  4416.                        </p>
  4417.                        <div class="sponsored-meta-v5">
  4418.                            <div class="author-info-v5">
  4419.                                
  4420.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;" class="sponsored-author-img-v5">
  4421.                                
  4422.                                <span>
  4423.                                    Holly Tucker
  4424.                                </span>
  4425.                            </div>
  4426.                            <div>05 Aug 2026</div>
  4427.                        </div>
  4428.                    </div>
  4429.                </div>
  4430.            </div>
  4431.            
  4432.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4433.                <div class="card sponsored-card-v5">
  4434.                    <div class="sponsored-image-v5">
  4435.                        
  4436.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4437.                        
  4438.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4439.                    </div>
  4440.                    <div class="sponsored-content-v5">
  4441.                        <h3 class="sponsored-title-v5">
  4442.                            <a href="/if-we-observe-the-decline-of-the-cult-of-aggressive-cricket-lets-enjoy-its-impact/" >
  4443.                                            If We Observe the Decline of the Cult of Aggressive Cricket, Let’s Enjoy Its Impact.
  4444.                                            </a>
  4445.                        </h3>
  4446.                        <p class="sponsored-excerpt-v5">
  4447.                          
  4448.                        </p>
  4449.                        <div class="sponsored-meta-v5">
  4450.                            <div class="author-info-v5">
  4451.                                
  4452.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;" class="sponsored-author-img-v5">
  4453.                                
  4454.                                <span>
  4455.                                    Holly Tucker
  4456.                                </span>
  4457.                            </div>
  4458.                            <div>04 Aug 2026</div>
  4459.                        </div>
  4460.                    </div>
  4461.                </div>
  4462.            </div>
  4463.            
  4464.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4465.                <div class="card sponsored-card-v5">
  4466.                    <div class="sponsored-image-v5">
  4467.                        
  4468.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4469.                        
  4470.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4471.                    </div>
  4472.                    <div class="sponsored-content-v5">
  4473.                        <h3 class="sponsored-title-v5">
  4474.                            <a href="/cop30-atmosphere-us-presidents-no-show-considered-better-than-a-us-wrecking-ball/" >
  4475.                                            COP30 Atmosphere: US President&#x27;s No-Show Considered Better Than a US Wrecking Ball
  4476.                                            </a>
  4477.                        </h3>
  4478.                        <p class="sponsored-excerpt-v5">
  4479.                          
  4480.                        </p>
  4481.                        <div class="sponsored-meta-v5">
  4482.                            <div class="author-info-v5">
  4483.                                
  4484.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;" class="sponsored-author-img-v5">
  4485.                                
  4486.                                <span>
  4487.                                    Holly Tucker
  4488.                                </span>
  4489.                            </div>
  4490.                            <div>04 Aug 2026</div>
  4491.                        </div>
  4492.                    </div>
  4493.                </div>
  4494.            </div>
  4495.            
  4496.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4497.                <div class="card sponsored-card-v5">
  4498.                    <div class="sponsored-image-v5">
  4499.                        
  4500.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4501.                        
  4502.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  4503.                    </div>
  4504.                    <div class="sponsored-content-v5">
  4505.                        <h3 class="sponsored-title-v5">
  4506.                            <a href="/manchester-city-three-nil-manchester-united-hemp-scores-in-city-dominant-win/" >
  4507.                                            Manchester City Three-Nil Manchester United: Hemp scores in City dominant win.
  4508.                                            </a>
  4509.                        </h3>
  4510.                        <p class="sponsored-excerpt-v5">
  4511.                          
  4512.                        </p>
  4513.                        <div class="sponsored-meta-v5">
  4514.                            <div class="author-info-v5">
  4515.                                
  4516.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/e0caeaed-7044-48ae-8ba3-679b7b64937d_profile.png" alt="Holly Tucker" style="object-fit: cover;" class="sponsored-author-img-v5">
  4517.                                
  4518.                                <span>
  4519.                                    Holly Tucker
  4520.                                </span>
  4521.                            </div>
  4522.                            <div>04 Aug 2026</div>
  4523.                        </div>
  4524.                    </div>
  4525.                </div>
  4526.            </div>
  4527.            
  4528.        </div>
  4529.    </div>
  4530. </section>
  4531.  
  4532.  
  4533.    
  4534.        <!-- end wpo-blog-sponsored-section -->
  4535.        <!-- start wpo-subscribe-section -->
  4536.        
  4537.        <!-- end subscribe-section -->
  4538.        <!-- start of wpo-site-footer-section -->
  4539.        
  4540.  
  4541.  
  4542.  
  4543.  
  4544.  
  4545.  
  4546. <footer class="wpo-site-footer">
  4547.    <div class="wpo-upper-footer">
  4548.        <div class="container-fluid fluid-container">
  4549.            <div class="row">
  4550.                <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  4551.                    <div class="widget about-widget">
  4552.                        <div class="logo widget-title">
  4553.                            
  4554.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/d1755933-6f79-4472-ad07-4c9e8a921e2d_logo.png" alt="RapidBase Blog" style="height: 50px;width: auto;">
  4555.                            
  4556.                        </div>
  4557.                        <p>Discover how RapidBase helps businesses automate processes and boost productivity with easy-to-use tools and integrations. Learn more about our solutions.</p>
  4558.                    </div>
  4559.                </div>
  4560.                <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  4561.                    <div class="widget link-widget">
  4562.                        <div class="widget-title">
  4563.                            <h3 class="footer-color">Important Link</h3>
  4564.                        </div>
  4565.                        <ul>
  4566.                            
  4567.                            <li><a href="/american-mens-grand-slam-dry-spell-isnt-taylor-fritzs-burden-to-carry/">American Men&#x27;s Grand Slam Dry Spell Isn&#x27;t Taylor Fritz&#x27;s Burden to Carry</a></li>
  4568.                            
  4569.                            <li><a href="/baffling-enchanting-the-magpies-seek-answer-to-end-disorder/">Baffling &amp; Enchanting The Magpies Seek Answer to End Disorder</a></li>
  4570.                            
  4571.                            <li><a href="/must-my-aspiring-content-creator-friend-stop-using-people-for-content/">Must My Aspiring Content Creator Friend Stop Using People for Content?</a></li>
  4572.                            
  4573.                            <li><a href="/revealing-the-tragic-truth-within-netflixs-latest-historical-drama/">Revealing the Tragic Truth Within Netflix&#x27;s Latest Historical Drama</a></li>
  4574.                            
  4575.                            <li><a href="/late-leveler-from-rutter-secures-point-for-brighton-leaving-the-hammers-in-drop-battle/">Late Leveler from Rutter Secures Point for Brighton, Leaving The Hammers in Drop Battle.</a></li>
  4576.                            
  4577.                            <li><a href="/blues-manager-maresca-rejects-manchester-city-speculation-as-100-gossip/">Blues Manager Maresca Rejects Manchester City Speculation as &#x27;100%&#x27; Gossip</a></li>
  4578.                            
  4579.                        </ul>
  4580.                    </div>
  4581.                </div>
  4582.      <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  4583.  <div class="widget tag-widget">
  4584.    <div class="widget-title">
  4585.      <h3 class="footer-color">Blog Rolls</h3>
  4586.    </div>
  4587.  
  4588.    <ul id="blogroll">
  4589.      
  4590.      
  4591.  
  4592.      
  4593.      
  4594.        
  4595.      
  4596.    </ul>
  4597.  </div>
  4598. </div>
  4599.  
  4600.                <div class="col col-lg-4 col-md-6 col-sm-12 col-12">
  4601.                    <div class="widget social-widget">
  4602.                        <div class="widget-title">
  4603.                            <h3 class="footer-color">Social Media</h3>
  4604.                        </div>
  4605.                        <ul>
  4606.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/1.png"
  4607.                                            alt=""></i> Facebook</a>
  4608.                            </li>
  4609.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/2.png"
  4610.                                            alt=""></i> Twitter</a>
  4611.                            </li>
  4612.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/3.png"
  4613.                                            alt=""></i> Instagram</a>
  4614.                            </li>
  4615.                            <li><a href="#"><i><img src="/static/blogapp/assets/images/ft-icon/4.png"
  4616.                                            alt=""></i> Youtube</a>
  4617.                            </li>
  4618.                        </ul>
  4619.                    </div>
  4620.                </div>
  4621.            </div>
  4622.        </div> <!-- end container -->
  4623.    </div>
  4624.    <div class="top-bg">
  4625.    <div class="container-fluid fluid-container">
  4626.        <div class="row">
  4627.            <div class="col col-xs-12">
  4628.                <p class="top-color text-center">
  4629.                    Copyright &copy;  
  4630.                    <a href="https://RapidBase Blog" class="top-color">RapidBase Blog</a>.
  4631.                    All Rights Reserved.
  4632.                    |
  4633.                    <a href="/page/write-for-us/" class="top-color">Write For Us</a>
  4634.                    |
  4635.                    <a href="/sitemap.xml" class="top-color">Sitemap</a>
  4636.                    |
  4637.                    <a href="/page/terms-and-conditions/" class="top-color">Terms &amp; Conditions</a>
  4638.                    
  4639.                </p>
  4640.            </div>
  4641.        </div>
  4642.    </div>
  4643. </div>
  4644. </footer>
  4645.  
  4646. <script>
  4647.  document.addEventListener('DOMContentLoaded', function () {
  4648.    var btn = document.getElementById('toggleMore');
  4649.    if (!btn) return; // <=5 items, button nahi hoga
  4650.  
  4651.    var extras = document.querySelectorAll('#blogroll li.extra');
  4652.  
  4653.    btn.addEventListener('click', function () {
  4654.      var anyHidden = Array.prototype.some.call(extras, function (li) {
  4655.        return li.classList.contains('d-none');
  4656.      });
  4657.  
  4658.      extras.forEach(function (li) {
  4659.        if (anyHidden) li.classList.remove('d-none');
  4660.        else li.classList.add('d-none');
  4661.      });
  4662.  
  4663.      btn.textContent = anyHidden ? 'View less' : 'View more';
  4664.      btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4665.    });
  4666.  });
  4667. </script>
  4668.  
  4669.        <!-- end of wpo-site-footer-section -->
  4670.    </div>
  4671.    <!-- end of page-wrapper -->
  4672.  
  4673.    <!-- All JavaScript files
  4674.    ================================================== -->
  4675.    
  4676.  
  4677. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4678. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4679. <!-- Plugins for this template -->
  4680. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4681. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4682. <!-- Custom script for this template -->
  4683. <script src="/static/blogapp/assets/js/script.js"></script>
  4684.  
  4685. <script>
  4686. (function () {
  4687. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4688. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4689.  
  4690. function applyFallback(img) {
  4691. if (!img || img.dataset.fallbackApplied === "1") {
  4692. return;
  4693. }
  4694. var failedSrc = img.currentSrc || img.src || "";
  4695. img.dataset.fallbackApplied = "1";
  4696. img.onerror = null;
  4697. img.src = fallbackImageSrc;
  4698. console.warn("[ImageFallback] Replaced broken image:", {
  4699. failedSrc: failedSrc,
  4700. fallbackSrc: fallbackImageSrc,
  4701. alt: img.alt || "",
  4702. });
  4703. }
  4704.  
  4705. document.querySelectorAll("img").forEach(function (img) {
  4706. if (img.complete && img.naturalWidth === 0) {
  4707. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4708. failedSrc: img.currentSrc || img.src || "",
  4709. alt: img.alt || "",
  4710. });
  4711. applyFallback(img);
  4712. }
  4713. });
  4714.  
  4715. document.addEventListener(
  4716. "error",
  4717. function (event) {
  4718. var target = event.target;
  4719. if (target && target.tagName === "IMG") {
  4720. applyFallback(target);
  4721. }
  4722. },
  4723. true
  4724. );
  4725. })();
  4726. </script>
  4727.  
  4728. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4729.  
  4730.  
  4731.  
  4732. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"a150c03bdac948d5b10398654a8681b3","r":1}' crossorigin="anonymous"></script>
  4733. </body>
  4734.  
  4735. </html>
  4736.  
  4737.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda