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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="cabin">
  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_34_Tfbnqeb_uxfZy4N.png">
  14.    
  15.  
  16.    <title>Creative Palace: A Hub for Artistic Inspiration and Design Ideas</title>
  17.    <meta name="description" content="Explore Creative Palace for innovative art tutorials, design tips, and creative projects that inspire artists and designers of all skill levels to unleash their imagination.">
  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://creativepalace.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #7209b7;
  42.        --bs-primary-rgb: 7209b7;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #f4eaff;
  49.        --bs-dark: #2e1065;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #7209b7;
  53.        --theme-primary-color-s2: #7209b7;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2e1065;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2e1065;
  59.        --border-color: #d6bcfa;
  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: #e9d5ff;
  75.        --navbar-color: #2e1065;
  76.        --topbar-bg: #f4eaff;
  77.        --topbar-color: #2e1065;
  78.        --footer-bg: #2e1065;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d6bcfa;
  82.        --card-radius: 10px;
  83.        --link-color: #7209b7;
  84.        --link-hover: #5c07a1;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(114, 9, 183, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_29">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417.  
  418. <div class="topbar d-sm-flex d-none">
  419.  <div class="container-fluid fluid-container">
  420.    <div class="row">
  421.      <div>
  422.        <div class="pt-2 d-flex  gap-2   pb-0">
  423.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2 ">
  424.            <div class=" d-flex  ">
  425.              <sapn class="fw-bold ">
  426.                Latest
  427.              </sapn>
  428.            </div>
  429.            <div class="d-flex">
  430.              <sapn class="fw-bold ">
  431.                Update
  432.              </sapn>
  433.            </div>
  434.          </div>
  435.          <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  436.            <p class="text-center">
  437.              
  438.              <a href="/body-versus-world-standing-boulters-melbourne-grand-slam-predicament/" class="px-5 top-color">
  439.                Body versus World Standing - Boulter&#x27;s Melbourne Grand Slam Predicament
  440.              </a>
  441.              
  442.              <a href="/spurs-relieve-pressure-on-frank-as-simons-seals-comfortable-victory-against-slavia-prague/" class="px-5 top-color">
  443.                Spurs Relieve Pressure on Frank as Simons Seals Comfortable Victory Against Slavia Prague
  444.              </a>
  445.              
  446.              <a href="/leonard-hungry-paul-analysis-a-calming-comedy-narrated-by-the-famous-actress-offers-the-perfect-remedy-to-contemporary-living/" class="px-5 top-color">
  447.                Leonard &amp; Hungry Paul Analysis: A Calming Comedy Narrated by the Famous Actress Offers the Perfect Remedy to Contemporary Living
  448.              </a>
  449.              
  450.              <a href="/how-to-ideal-creamy-paneer-curry-step-by-step-guide/" class="px-5 top-color">
  451.                How to Ideal Creamy Paneer Curry – Step-by-Step Guide
  452.              </a>
  453.              
  454.              <a href="/british-and-scottish-government-governments-clash-over-footing-the-245m-cost-for-trump-and-jd-vance-trips/" class="px-5 top-color">
  455.                British and Scottish government Governments Clash Over Footing the £24.5m Cost for Trump and JD Vance Trips
  456.              </a>
  457.              
  458.            </p>
  459.          </marquee>
  460.        </div>
  461.      </div>
  462.    </div>
  463.  </div>
  464. </div>
  465.  
  466.  
  467.  
  468.  
  469.            
  470.  
  471.  
  472.  
  473.  
  474.  
  475.  
  476. <header class="header-v8 mb-4">
  477.    <div class="container-fluid fluid-container">
  478.        <!-- Main Navigation Card -->
  479.        <div class="nav-card-v8">
  480.            <div class="row align-items-center justify-content-between">
  481.                <!-- Logo Section -->
  482.               <div class="col-lg-2 col-md-3 col-6">
  483.                    <div class="logo-section-v8">
  484.                        <a class="logo-link-v8" href="/">
  485.                            
  486.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/e47e1ba5-6011-45ff-9cf4-a0ad3c5405bb_logo.png" alt="Creative Palace" class="logo-img-v8" />
  487.                            
  488.                        </a>
  489.                    </div>
  490.                </div>
  491.  
  492.                <!-- Navigation Menu -->
  493.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  494.                    <nav class="main-nav-v8">
  495.                        <ul class="nav-list-v8">
  496.  
  497.                            
  498.                            <li class="nav-item-v8">
  499.                                <a href="/" class="nav-link-v8 active-v8"
  500.                                    data-text="Home">Home</a>
  501.                            </li>
  502.  
  503.                            
  504.                            
  505.                             <li class="nav-item-v8">
  506.                                <a href="/category/all-posts/" class="nav-link-v8"
  507.                                    data-text="All Posts">
  508.                                    All Posts
  509.                                </a>
  510.                                </li>
  511.  
  512.                                
  513.  
  514.                                                
  515.                                                
  516.                                
  517.                             <li class="nav-item-v8">
  518.                                <a href="/category/business/" class="nav-link-v8"
  519.                                    data-text="Business">
  520.                                    Business
  521.                                </a>
  522.                                </li>
  523.  
  524.                                
  525.  
  526.                                                
  527.                                                
  528.                                
  529.                             <li class="nav-item-v8">
  530.                                <a href="/category/esports/" class="nav-link-v8"
  531.                                    data-text="Esports">
  532.                                    Esports
  533.                                </a>
  534.                                </li>
  535.  
  536.                                
  537.  
  538.                                                
  539.                                                
  540.                                
  541.                             <li class="nav-item-v8">
  542.                                <a href="/category/fashion/" class="nav-link-v8"
  543.                                    data-text="Fashion">
  544.                                    Fashion
  545.                                </a>
  546.                                </li>
  547.  
  548.                                
  549.  
  550.                                                
  551.                                                
  552.                                
  553.                             <li class="nav-item-v8">
  554.                                <a href="/category/featured/" class="nav-link-v8"
  555.                                    data-text="Featured">
  556.                                    Featured
  557.                                </a>
  558.                                </li>
  559.  
  560.                                
  561.  
  562.                                                
  563.                                                
  564.                                
  565.                             <li class="nav-item-v8">
  566.                                <a href="/category/gaming/" class="nav-link-v8"
  567.                                    data-text="Gaming">
  568.                                    Gaming
  569.                                </a>
  570.                                </li>
  571.  
  572.                                
  573.  
  574.                                                
  575.                                                
  576.                                
  577.                             <li class="nav-item-v8">
  578.                                <a href="/category/health/" class="nav-link-v8"
  579.                                    data-text="Health">
  580.                                    Health
  581.                                </a>
  582.                                </li>
  583.  
  584.                                
  585.  
  586.                                                
  587.                                                
  588.                                
  589.                            
  590.                                
  591.                                
  592.                                <li class="nav-item-v8 has-dropdown-v8">
  593.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  594.                                    <div class="dropdown-card-v8">
  595.                                        <div class="dropdown-grid-v8">
  596.                                            <div class="dropdown-section-v8">
  597.                                                <a href="/category/life-fitness/"
  598.                                                    class="dropdown-link-v8">
  599.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  600.                                                </a>
  601.                                                
  602.  
  603.                                                
  604.  
  605.                                                
  606.                                                
  607.                                
  608.                            
  609.                                                <a href="/category/lifestyle/"
  610.                                                    class="dropdown-link-v8">
  611.                                                    <span class="link-icon-v8"></span> Lifestyle
  612.                                                </a>
  613.                                                
  614.  
  615.                                                
  616.                                                
  617.                                
  618.                            
  619.                                                <a href="/category/news/"
  620.                                                    class="dropdown-link-v8">
  621.                                                    <span class="link-icon-v8"></span> News
  622.                                                </a>
  623.                                                
  624.  
  625.                                                
  626.                                                
  627.                                
  628.                            
  629.                                                <a href="/category/others/"
  630.                                                    class="dropdown-link-v8">
  631.                                                    <span class="link-icon-v8"></span> Others
  632.                                                </a>
  633.                                                
  634.  
  635.                                                
  636.                                                
  637.                                
  638.                            
  639.                                                <a href="/category/politics/"
  640.                                                    class="dropdown-link-v8">
  641.                                                    <span class="link-icon-v8"></span> Politics
  642.                                                </a>
  643.                                                
  644.  
  645.                                                
  646.                                                
  647.                                
  648.                            
  649.                                                <a href="/category/sports/"
  650.                                                    class="dropdown-link-v8">
  651.                                                    <span class="link-icon-v8"></span> Sports
  652.                                                </a>
  653.                                                
  654.  
  655.                                                
  656.                                                
  657.                                
  658.                            
  659.                                                <a href="/category/tech/"
  660.                                                    class="dropdown-link-v8">
  661.                                                    <span class="link-icon-v8"></span> Tech
  662.                                                </a>
  663.                                                
  664.  
  665.                                                
  666.                                                
  667.                                
  668.                            
  669.                                                <a href="/category/travel/"
  670.                                                    class="dropdown-link-v8">
  671.                                                    <span class="link-icon-v8"></span> Travel
  672.                                                </a>
  673.                                                
  674.  
  675.                                                
  676.                                                
  677.                                            </div>
  678.                                        </div>
  679.                                    </div>
  680.                                </li>
  681.                                
  682.                                
  683. <li>
  684.                  <a href="/page/contact-us/">
  685.                     Contact Us
  686.                  </a>
  687.              </li>
  688.                        </ul>
  689.                    </nav>
  690.  
  691.                </div>
  692.  
  693.                <!-- Search & Mobile Toggle -->
  694.                <div class="col-lg-2 col-md-3 col-6">
  695.                    <div class="nav-actions-v8">
  696.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  697.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  698.                                stroke-width="2">
  699.                                <circle cx="11" cy="11" r="8"></circle>
  700.                                <path d="m21 21-4.35-4.35"></path>
  701.                            </svg>
  702.                        </button>
  703.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  704.                            <i class="ti-menu fs-5"></i>
  705.                        </button>
  706.                    </div>
  707.                </div>
  708.            </div>
  709.        </div>
  710.  
  711.        <!-- Floating Search Card -->
  712.        <div class="search-card-v8" id="searchCardV8">
  713.            <div class="search-container-v8">
  714.                <form class="search-form-v8" action="#" method="get">
  715.                    <div class="search-input-wrapper-v8">
  716.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  717.                            stroke="currentColor" stroke-width="2">
  718.                            <circle cx="11" cy="11" r="8"></circle>
  719.                            <path d="m21 21-4.35-4.35"></path>
  720.                        </svg>
  721.                        <input type="search" class="search-input-v8" id="search-input"
  722.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  723.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  724.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  725.                                stroke-width="2">
  726.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  727.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  728.                            </svg>
  729.                        </button>
  730.                    </div>
  731.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  732.                        
  733.                        
  734.                    </div>
  735.                </form>
  736.            </div>
  737.        </div>
  738.  
  739.        <!-- Mobile Navigation Card -->
  740.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  741.            <div class="mobile-nav-content-v8">
  742.                <ul class="mobile-nav-list-v8">
  743.  
  744.                    
  745.                    <li class="mobile-nav-item-v8">
  746.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  747.                            Home
  748.                        </a>
  749.                    </li>
  750.  
  751.                    
  752.                      <li class="mobile-nav-item-v8">
  753.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  754.                            All Posts
  755.                        </a>
  756.                        </li>
  757.  
  758.                        
  759.  
  760.                                
  761.                                
  762.                        
  763.                      <li class="mobile-nav-item-v8">
  764.                        <a href="/category/business/" class="mobile-nav-link-v8">
  765.                            Business
  766.                        </a>
  767.                        </li>
  768.  
  769.                        
  770.  
  771.                                
  772.                                
  773.                        
  774.                      <li class="mobile-nav-item-v8">
  775.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  776.                            Esports
  777.                        </a>
  778.                        </li>
  779.  
  780.                        
  781.  
  782.                                
  783.                                
  784.                        
  785.                      <li class="mobile-nav-item-v8">
  786.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  787.                            Fashion
  788.                        </a>
  789.                        </li>
  790.  
  791.                        
  792.  
  793.                                
  794.                                
  795.                        
  796.                      <li class="mobile-nav-item-v8">
  797.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  798.                            Featured
  799.                        </a>
  800.                        </li>
  801.  
  802.                        
  803.  
  804.                                
  805.                                
  806.                        
  807.                      <li class="mobile-nav-item-v8">
  808.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  809.                            Gaming
  810.                        </a>
  811.                        </li>
  812.  
  813.                        
  814.  
  815.                                
  816.                                
  817.                        
  818.                      <li class="mobile-nav-item-v8">
  819.                        <a href="/category/health/" class="mobile-nav-link-v8">
  820.                            Health
  821.                        </a>
  822.                        </li>
  823.  
  824.                        
  825.  
  826.                                
  827.                                
  828.                        
  829.                    
  830.                        
  831.                        
  832.                        <li class="mobile-nav-item-v8">
  833.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  834.                                More
  835.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  836.                                    stroke="currentColor" stroke-width="2">
  837.                                    <polyline points="6,9 12,15 18,9"></polyline>
  838.                                </svg>
  839.                            </a>
  840.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  841.                                <li>
  842.                                    <a href="/category/life-fitness/"
  843.                                        class="mobile-sub-link-v8">
  844.                                        Life &amp; Fitness
  845.                                    </a>
  846.                                </li>
  847.                                
  848.  
  849.                                
  850.  
  851.                                
  852.                                
  853.                        
  854.                    
  855.                                
  856.                                <li>
  857.                                    <a href="/category/lifestyle/"
  858.                                        class="mobile-sub-link-v8">
  859.                                        Lifestyle
  860.                                    </a>
  861.                                </li>
  862.                                
  863.  
  864.                                
  865.                                
  866.                        
  867.                    
  868.                                
  869.                                <li>
  870.                                    <a href="/category/news/"
  871.                                        class="mobile-sub-link-v8">
  872.                                        News
  873.                                    </a>
  874.                                </li>
  875.                                
  876.  
  877.                                
  878.                                
  879.                        
  880.                    
  881.                                
  882.                                <li>
  883.                                    <a href="/category/others/"
  884.                                        class="mobile-sub-link-v8">
  885.                                        Others
  886.                                    </a>
  887.                                </li>
  888.                                
  889.  
  890.                                
  891.                                
  892.                        
  893.                    
  894.                                
  895.                                <li>
  896.                                    <a href="/category/politics/"
  897.                                        class="mobile-sub-link-v8">
  898.                                        Politics
  899.                                    </a>
  900.                                </li>
  901.                                
  902.  
  903.                                
  904.                                
  905.                        
  906.                    
  907.                                
  908.                                <li>
  909.                                    <a href="/category/sports/"
  910.                                        class="mobile-sub-link-v8">
  911.                                        Sports
  912.                                    </a>
  913.                                </li>
  914.                                
  915.  
  916.                                
  917.                                
  918.                        
  919.                    
  920.                                
  921.                                <li>
  922.                                    <a href="/category/tech/"
  923.                                        class="mobile-sub-link-v8">
  924.                                        Tech
  925.                                    </a>
  926.                                </li>
  927.                                
  928.  
  929.                                
  930.                                
  931.                        
  932.                    
  933.                                
  934.                                <li>
  935.                                    <a href="/category/travel/"
  936.                                        class="mobile-sub-link-v8">
  937.                                        Travel
  938.                                    </a>
  939.                                </li>
  940.                                
  941.  
  942.                                
  943.                                
  944.                            </ul>
  945.                        </li>
  946.                        
  947.                        
  948.  
  949.                </ul>
  950.  
  951.            </div>
  952.        </div>
  953.    </div>
  954.  
  955.    <!-- Background Overlay -->
  956.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  957. </header>
  958.  
  959. <style>
  960.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  961.    .header-v8 {
  962.        padding: 20px 0;
  963.        position: relative;
  964.        min-height: 120px;
  965.    }
  966.  
  967.    /* Main Navigation Card */
  968.    .nav-card-v8 {
  969.        background:var(--navbar-bg);
  970.        backdrop-filter: blur(20px);
  971.        border: 1px solid var(--border-color);
  972.        border-radius: 20px;
  973.        padding: 15px 25px;
  974.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  975.        position: relative;
  976.        z-index: 100;
  977.    }
  978.  
  979.    /* Logo Styles */
  980.    .logo-img-v8 {
  981.        max-height: 60px;
  982.        transition: all 0.3s ease;
  983.    }
  984.  
  985.    .logo-link-v8:hover .logo-img-v8 {
  986.        transform: scale(1.05) rotate(2deg);
  987.    }
  988.  
  989.    /* Main Navigation */
  990.    .nav-list-v8 {
  991.        list-style: none;
  992.        padding: 0;
  993.        margin: 0;
  994.        display: flex;
  995.        align-items: center;
  996.        justify-content: center;
  997.        gap: 8px;
  998.    }
  999.  
  1000.    .nav-item-v8 {
  1001.        position: relative;
  1002.    }
  1003.  
  1004.    .nav-link-v8 {
  1005.        color: #4a5568;
  1006.        text-decoration: none;
  1007.        font-weight: 500;
  1008.        font-size: 15px;
  1009.        padding: 12px 18px;
  1010.        border-radius: 12px;
  1011.        position: relative;
  1012.        transition: all 0.3s ease;
  1013.        display: block;
  1014.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1015.    }
  1016.  
  1017.    .nav-link-v8::before {
  1018.        content: attr(data-text);
  1019.        position: absolute;
  1020.        top: 0;
  1021.        left: 0;
  1022.        right: 0;
  1023.        bottom: 0;
  1024.        display: flex;
  1025.        align-items: center;
  1026.        justify-content: center;
  1027.        background: var(--sub-nav);
  1028.        color: var(--topbar-color);
  1029.        border-radius: 12px;
  1030.        opacity: 0;
  1031.        transform: scale(0.8);
  1032.        transition: all 0.3s ease;
  1033.        font-weight: 600;
  1034.    }
  1035.  
  1036.    .nav-link-v8:hover::before,
  1037.    .nav-link-v8.active-v8::before {
  1038.        opacity: 1;
  1039.        transform: scale(1);
  1040.    }
  1041.  
  1042.    .nav-link-v8:hover,
  1043.    .nav-link-v8.active-v8 {
  1044.        color: transparent;
  1045.        background: rgba(102, 126, 234, 0.1);
  1046.    }
  1047.  
  1048.    /* Dropdown Styles */
  1049.    .dropdown-card-v8 {
  1050.        position: absolute;
  1051.        top: calc(100% + 15px);
  1052.        left: 50%;
  1053.        transform: translateX(-50%);
  1054.        background:var(--navbar-bg);
  1055.        backdrop-filter: blur(20px);
  1056.        border: 1px solid var(--border-color);
  1057.        border-radius: 16px;
  1058.        padding: 25px;
  1059.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1060.        opacity: 0;
  1061.        visibility: hidden;
  1062.        transform: translateX(-50%) translateY(-10px);
  1063.        transition: all 0.3s ease;
  1064.        z-index: 200;
  1065.        min-width: 320px;
  1066.    }
  1067.  
  1068.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1069.        opacity: 1;
  1070.        visibility: visible;
  1071.        transform: translateX(-50%) translateY(0);
  1072.    }
  1073.  
  1074.    .dropdown-grid-v8 {
  1075.        display: grid;
  1076.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1077.        gap: 20px;
  1078.    }
  1079.  
  1080.    .dropdown-header-v8 {
  1081.        font-size: 12px;
  1082.        font-weight: 700;
  1083.        color: #667eea;
  1084.        margin-bottom: 12px;
  1085.        text-transform: uppercase;
  1086.        letter-spacing: 1px;
  1087.    }
  1088.  
  1089.    .dropdown-link-v8 {
  1090.        display: flex;
  1091.        align-items: center;
  1092.        color: var(--navbar-color) !important;;
  1093.        text-decoration: none;
  1094.        font-size: 14px;
  1095.        padding: 10px 12px;
  1096.        border-radius: 10px;
  1097.        transition: all 0.3s ease;
  1098.        margin-bottom: 8px;
  1099.    }
  1100.  
  1101.    .dropdown-link-v8:hover {
  1102.        background:var(--bs-primary);
  1103.        color: var(--bs-white) !important;;
  1104.        transform: translateX(5px);
  1105.    }
  1106.  
  1107.    .link-icon-v8 {
  1108.        margin-right: 10px;
  1109.        height: 5px;
  1110.        width: 5px;
  1111.        border: 1px solid #2d3748;
  1112.        border-radius: 50%;
  1113.    }
  1114.  
  1115.    /* Navigation Actions */
  1116.    .nav-actions-v8 {
  1117.        display: flex;
  1118.        align-items: center;
  1119.        justify-content: flex-end;
  1120.        gap: 10px;
  1121.    }
  1122.  
  1123.    .search-toggle-v8,
  1124.    .mobile-toggle-v8 {
  1125.        background: rgba(102, 126, 234, 0.1);
  1126.        border: none;
  1127.        border-radius: 12px;
  1128.        padding: 12px;
  1129.        cursor: pointer;
  1130.        transition: all 0.3s ease;
  1131.        color: var(--bs-white);
  1132.    }
  1133.  
  1134.    .search-toggle-v8:hover,
  1135.    .mobile-toggle-v8:hover {
  1136.        background: var(--sub-nav);
  1137.        color: var(--topbar-color);
  1138.        transform: scale(1.05);
  1139.    }
  1140.  
  1141.    .mobile-toggle-v8 {
  1142.        flex-direction: column;
  1143.        gap: 3px;
  1144.        padding: 10px 12px;
  1145.    }
  1146.  
  1147.    .toggle-line-v8 {
  1148.        width: 20px;
  1149.        height: 2px;
  1150.        background: currentColor;
  1151.        border-radius: 1px;
  1152.        transition: all 0.3s ease;
  1153.    }
  1154.  
  1155.    /* Floating Search Card */
  1156.    .search-card-v8 {
  1157.        position: absolute;
  1158.        top: 100%;
  1159.        left: 50%;
  1160.        transform: translateX(-50%);
  1161.        width: calc(100% - 40px);
  1162.        max-width: 600px;
  1163.        background:var(--navbar-bg);
  1164.        backdrop-filter: blur(20px);
  1165.        border: 1px solid var(--border-color);
  1166.        border-radius: 20px;
  1167.        padding: 25px;
  1168.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1169.        opacity: 0;
  1170.        visibility: hidden;
  1171.        transform: translateX(-50%) translateY(-20px);
  1172.        transition: all 0.4s ease;
  1173.        z-index: 300;
  1174.        margin-top: 15px;
  1175.    }
  1176.  
  1177.    .search-card-v8.show-v8 {
  1178.        opacity: 1;
  1179.        visibility: visible;
  1180.        transform: translateX(-50%) translateY(0);
  1181.    }
  1182.  
  1183.    .search-input-wrapper-v8 {
  1184.        display: flex;
  1185.        align-items: center;
  1186.        background: rgba(248, 250, 252, 0.8);
  1187.        border: 2px solid rgba(102, 126, 234, 0.2);
  1188.        border-radius: 15px;
  1189.        padding: 5px;
  1190.        margin-bottom: 20px;
  1191.        transition: all 0.3s ease;
  1192.    }
  1193.  
  1194.    .search-input-wrapper-v8:focus-within {
  1195.        border-color: #667eea;
  1196.        background: rgba(255, 255, 255, 0.9);
  1197.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1198.    }
  1199.  
  1200.    .search-icon-v8 {
  1201.        color: #a0aec0;
  1202.        margin: 0 15px;
  1203.        transition: color 0.3s ease;
  1204.    }
  1205.  
  1206.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1207.        color: #667eea;
  1208.    }
  1209.  
  1210.    .search-input-v8 {
  1211.        flex: 1;
  1212.        border: none;
  1213.        background: transparent;
  1214.        font-size: 16px;
  1215.        padding: 15px 0;
  1216.        outline: none;
  1217.        color: #2d3748;
  1218.    }
  1219.  
  1220.    .search-input-v8::placeholder {
  1221.        color: #a0aec0;
  1222.    }
  1223.  
  1224.    .search-close-v8 {
  1225.        background: rgba(160, 174, 192, 0.2);
  1226.        border: none;
  1227.        border-radius: 10px;
  1228.        padding: 8px;
  1229.        margin-right: 8px;
  1230.        cursor: pointer;
  1231.        transition: all 0.3s ease;
  1232.        color: #a0aec0;
  1233.    }
  1234.  
  1235.    .search-close-v8:hover {
  1236.        background: rgba(229, 62, 62, 0.1);
  1237.        color: #e53e3e;
  1238.    }
  1239.  
  1240.    /* Search Suggestions */
  1241.    .search-suggestions-v8 {
  1242.        display: grid;
  1243.        gap: 8px;
  1244.    }
  1245.  
  1246.    .suggestion-item-v8 {
  1247.        display: flex;
  1248.        align-items: center;
  1249.        padding: 12px 15px;
  1250.        background: rgba(248, 250, 252, 0.1);
  1251.        border-radius: 12px;
  1252.        cursor: pointer;
  1253.        transition: all 0.3s ease;
  1254.    }
  1255.  
  1256.    .suggestion-item-v8:hover {
  1257.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1258.        color: white;
  1259.        transform: translateX(5px);
  1260.    }
  1261.  
  1262.    .suggestion-icon-v8 {
  1263.        margin-right: 12px;
  1264.        font-size: 16px;
  1265.    }
  1266.  
  1267.    .suggestion-text-v8 {
  1268.        font-size: 14px;
  1269.        font-weight: 500;
  1270.    }
  1271.  
  1272.    /* Mobile Navigation Card */
  1273.    .mobile-nav-card-v8 {
  1274.        position: absolute;
  1275.        top: 100%;
  1276.        left: 50%;
  1277.        transform: translateX(-50%);
  1278.        width: calc(100% - 40px);
  1279.        background:var(--card-bg);
  1280.        backdrop-filter: blur(20px);
  1281.        border: 1px solid var(--border-color);
  1282.        border-radius: 20px;
  1283.        padding: 20px;
  1284.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1285.        opacity: 0;
  1286.        visibility: hidden;
  1287.        transform: translateX(-50%) translateY(-20px);
  1288.        transition: all 0.4s ease;
  1289.        z-index: 300;
  1290.        margin-top: 15px;
  1291.        max-height: 70vh;
  1292.        overflow-y: auto;
  1293.    }
  1294.  
  1295.    .mobile-nav-card-v8.show-v8 {
  1296.        opacity: 1;
  1297.        visibility: visible;
  1298.        transform: translateX(-50%) translateY(0);
  1299.    }
  1300.  
  1301.    .mobile-nav-list-v8 {
  1302.        list-style: none;
  1303.        padding: 0;
  1304.        margin: 0;
  1305.    }
  1306.  
  1307.    .mobile-nav-item-v8 {
  1308.        margin-bottom: 8px;
  1309.    }
  1310.  
  1311.    .mobile-nav-link-v8 {
  1312.        display: flex;
  1313.        align-items: center;
  1314.        color: var(--navbar-color) !important;
  1315.        text-decoration: none;
  1316.        font-weight: 500;
  1317.        font-size: 16px;
  1318.        padding: 15px;
  1319.        border-radius: 12px;
  1320.        justify-content: space-between;
  1321.    }
  1322.  
  1323.    .mobile-nav-link-v8:hover,
  1324.    .mobile-nav-link-v8.active-v8 {
  1325.        background:var(--sub-nav);
  1326.        color: var(--topbar-color) !important;
  1327.    }
  1328.  
  1329.    .mobile-nav-icon-v8 {
  1330.        font-size: 18px;
  1331.        background-color: var(--navbar-bg) !important;
  1332.        margin-right: 12px;
  1333.    }
  1334.  
  1335.    .mobile-arrow-v8 {
  1336.        transition: transform 0.3s ease;
  1337.    }
  1338.  
  1339.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1340.        transform: rotate(180deg);
  1341.    }
  1342.  
  1343.    .mobile-dropdown-v8 {
  1344.        list-style: none;
  1345.        padding: 0;
  1346.        margin: 0;
  1347.        max-height: 0;
  1348.        overflow: hidden;
  1349.        transition: all 0.3s ease;
  1350.        background: rgba(248, 250, 252, 0.5);
  1351.        border-radius: 12px;
  1352.        margin-top: 8px;
  1353.    }
  1354.  
  1355.    .mobile-dropdown-v8.show-v8 {
  1356.        max-height: 300px;
  1357.        background-color: var(--navbar-bg);
  1358.        padding: 10px 0;
  1359.    }
  1360.  
  1361.    .mobile-sub-link-v8 {
  1362.        display: block;
  1363.        color: var(--navbar-color) !important;
  1364.        text-decoration: none;
  1365.        font-size: 14px;
  1366.        padding: 10px 20px;
  1367.        transition: all 0.3s ease;
  1368.    }
  1369.  
  1370.    .mobile-sub-link-v8:hover {
  1371.        color: var(--topbar-color);
  1372.        background: var(--sub-nav);
  1373.        border-radius: 12px;
  1374.    }
  1375.  
  1376.    /* Background Overlay */
  1377.    .nav-overlay-v8 {
  1378.        position: fixed;
  1379.        top: 0;
  1380.        left: 0;
  1381.        right: 0;
  1382.        bottom: 0;
  1383.        background: rgba(0, 0, 0, 0.3);
  1384.        backdrop-filter: blur(5px);
  1385.        z-index: 250;
  1386.        opacity: 0;
  1387.        visibility: hidden;
  1388.        transition: all 0.3s ease;
  1389.    }
  1390.  
  1391.    .nav-overlay-v8.show-v8 {
  1392.        opacity: 1;
  1393.        visibility: visible;
  1394.    }
  1395.  
  1396.    /* Responsive Design */
  1397.    @media (max-width: 1300px) {
  1398.        .header-v8 {
  1399.            padding: 15px 0;
  1400.        }
  1401.  
  1402.        .nav-card-v8 {
  1403.            padding: 12px 20px;
  1404.            border-radius: 15px;
  1405.        }
  1406.  
  1407.        .search-card-v8,
  1408.        .mobile-nav-card-v8 {
  1409.            width: calc(100% - 40px);
  1410.            padding: 20px;
  1411.        }
  1412.    }
  1413.  
  1414.    @media (max-width: 576px) {
  1415.        .nav-card-v8 {
  1416.            padding: 10px 15px;
  1417.        }
  1418.  
  1419.        .logo-img-v8 {
  1420.            max-height: 35px;
  1421.        }
  1422.    }
  1423. </style>
  1424.  
  1425. <script>
  1426.    let activeCard = null;
  1427.  
  1428.    function toggleSearchV8() {
  1429.        const searchCard = document.getElementById('searchCardV8');
  1430.        const overlay = document.getElementById('navOverlayV8');
  1431.        const mobileNav = document.getElementById('mobileNavV8');
  1432.  
  1433.        // Close mobile nav if open
  1434.        mobileNav.classList.remove('show-v8');
  1435.  
  1436.        if (searchCard.classList.contains('show-v8')) {
  1437.            searchCard.classList.remove('show-v8');
  1438.            overlay.classList.remove('show-v8');
  1439.            activeCard = null;
  1440.        } else {
  1441.            searchCard.classList.add('show-v8');
  1442.            overlay.classList.add('show-v8');
  1443.            activeCard = 'search';
  1444.  
  1445.            // Focus on search input
  1446.            setTimeout(() => {
  1447.                const searchInput = document.querySelector('.search-input-v8');
  1448.                if (searchInput) searchInput.focus();
  1449.            }, 100);
  1450.        }
  1451.    }
  1452.  
  1453.    function toggleMobileNavV8() {
  1454.        const mobileNav = document.getElementById('mobileNavV8');
  1455.        const overlay = document.getElementById('navOverlayV8');
  1456.        const searchCard = document.getElementById('searchCardV8');
  1457.  
  1458.        // Close search if open
  1459.        searchCard.classList.remove('show-v8');
  1460.  
  1461.        if (mobileNav.classList.contains('show-v8')) {
  1462.            mobileNav.classList.remove('show-v8');
  1463.            overlay.classList.remove('show-v8');
  1464.            activeCard = null;
  1465.        } else {
  1466.            mobileNav.classList.add('show-v8');
  1467.            overlay.classList.add('show-v8');
  1468.            activeCard = 'mobile';
  1469.        }
  1470.    }
  1471.  
  1472.    function toggleMobileDropdownV8(dropdownId) {
  1473.        const dropdown = document.getElementById(dropdownId);
  1474.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1475.  
  1476.        // Close other dropdowns
  1477.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1478.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1479.  
  1480.        allDropdowns.forEach(dd => {
  1481.            if (dd.id !== dropdownId) {
  1482.                dd.classList.remove('show-v8');
  1483.            }
  1484.        });
  1485.  
  1486.        allParents.forEach(parent => {
  1487.            if (parent !== parentItem) {
  1488.                parent.classList.remove('open-v8');
  1489.            }
  1490.        });
  1491.  
  1492.        // Toggle current dropdown
  1493.        dropdown.classList.toggle('show-v8');
  1494.        parentItem.classList.toggle('open-v8');
  1495.    }
  1496.  
  1497.    function closeAllV8() {
  1498.        const searchCard = document.getElementById('searchCardV8');
  1499.        const mobileNav = document.getElementById('mobileNavV8');
  1500.        const overlay = document.getElementById('navOverlayV8');
  1501.  
  1502.        searchCard.classList.remove('show-v8');
  1503.        mobileNav.classList.remove('show-v8');
  1504.        overlay.classList.remove('show-v8');
  1505.        activeCard = null;
  1506.    }
  1507.  
  1508.    // Close on escape key
  1509.    document.addEventListener('keydown', function (e) {
  1510.        if (e.key === 'Escape' && activeCard) {
  1511.            closeAllV8();
  1512.        }
  1513.    });
  1514.  
  1515.    // Handle suggestion clicks
  1516.    document.addEventListener('click', function (e) {
  1517.        if (e.target.closest('.suggestion-item-v8')) {
  1518.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1519.            const searchInput = document.querySelector('.search-input-v8');
  1520.            if (searchInput) {
  1521.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1522.            }
  1523.        }
  1524.    });
  1525. </script>
  1526. <script>
  1527.  document.addEventListener("DOMContentLoaded", function () {
  1528.    console.log("loaded");
  1529.  
  1530.     const searchInput = document.getElementById("search-input")
  1531.    const searchResults = document.getElementById("search-results");
  1532.  
  1533.    if (!searchInput || !searchResults) {
  1534.      console.error("Search input/results not found");
  1535.      return;
  1536.    }
  1537.  
  1538.    // Prevent form submission
  1539.    if (searchInput.form) {
  1540.      searchInput.form.addEventListener("submit", function (e) {
  1541.        e.preventDefault();
  1542.      });
  1543.    }
  1544.  
  1545.    // Add event listener for keyup
  1546.    searchInput.addEventListener("keyup", function (e) {
  1547.      console.log("Key pressed:", e.key);
  1548.      e.preventDefault();
  1549.  
  1550.      const query = searchInput.value.trim();
  1551.      console.log("User is typing: " + query);
  1552.  
  1553.      // If empty → clear and hide
  1554.      if (query === "") {
  1555.        searchResults.innerHTML = "";
  1556.        searchResults.style.display = "none";
  1557.        return;
  1558.      }
  1559.  
  1560.      // Show results
  1561.      searchResults.style.display = "block";
  1562.  
  1563.      // Fetch search results
  1564.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1565.        method: "GET",
  1566.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1567.      })
  1568.        .then(response => {
  1569.          console.log("Response Status:", response.status);
  1570.          return response.json();
  1571.        })
  1572.        .then(data => {
  1573.          console.log("Data received:", data);
  1574.          if (data.html) {
  1575.            searchResults.innerHTML = data.html;
  1576.          } else {
  1577.            searchResults.innerHTML = "<p>No results found.</p>";
  1578.          }
  1579.        })
  1580.        .catch(error => {
  1581.          console.error("Error fetching search results:", error);
  1582.        });
  1583.    });
  1584.  
  1585.    // Close results when clicking outside
  1586.    document.addEventListener("click", function (e) {
  1587.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1588.        searchResults.style.display = "none";
  1589.      }
  1590.    });
  1591.  
  1592.    // Close results on ESC key
  1593.    document.addEventListener("keydown", function (e) {
  1594.      if (e.key === "Escape") {
  1595.        searchResults.style.display = "none";
  1596.      }
  1597.    });
  1598.  });
  1599. </script>
  1600.  
  1601.  
  1602.        </header>
  1603.        <!-- end of header -->
  1604.        <!-- start of wpo-blog-hero -->
  1605.        
  1606.  
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613. <div class="blog-hero-v10">
  1614.    <div class="container-fluid fluid-container">
  1615.        
  1616.        <!-- Top Section: Three Equal Featured Articles -->
  1617.  
  1618.        <div class="row g-4 mb-5">
  1619.            
  1620.            <div class="col-lg-4 col-md-6 col-12">
  1621.                <article class="featured-article">
  1622.                    <div class="featured-image-container">
  1623.                        
  1624.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Supreme Court Approves Newly Drawn Texas Congressional Electoral Boundaries." class="featured-image">
  1625.                            
  1626.                        <div class="category-tag bg-primary-gradient">News</div>
  1627.                    </div>
  1628.                    <div class="featured-content">
  1629.                        <h2 class="featured-title"><a href="/supreme-court-approves-newly-drawn-texas-congressional-electoral-boundaries/">
  1630.                                    Supreme Court Approves Newly Drawn Texas Congressional Electoral Boundaries.
  1631.                                </a></h2>
  1632.                        <p class="featured-summary"></p>
  1633.                        <div class="article-meta">
  1634.                            <span class="author-name">Mark Taylor</span>
  1635.                            <span class="post-time">May 14</span>
  1636.                        </div>
  1637.                    </div>
  1638.                </article>
  1639.            </div>
  1640.            
  1641.            <div class="col-lg-4 col-md-6 col-12">
  1642.                <article class="featured-article">
  1643.                    <div class="featured-image-container">
  1644.                        
  1645.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Doctors from Scotland and the US Achieve Groundbreaking Stroke Procedure With Robot" class="featured-image">
  1646.                            
  1647.                        <div class="category-tag bg-primary-gradient">News</div>
  1648.                    </div>
  1649.                    <div class="featured-content">
  1650.                        <h2 class="featured-title"><a href="/doctors-from-scotland-and-the-us-achieve-groundbreaking-stroke-procedure-with-robot/">
  1651.                                    Doctors from Scotland and the US Achieve Groundbreaking Stroke Procedure With Robot
  1652.                                </a></h2>
  1653.                        <p class="featured-summary"></p>
  1654.                        <div class="article-meta">
  1655.                            <span class="author-name">Mark Taylor</span>
  1656.                            <span class="post-time">May 14</span>
  1657.                        </div>
  1658.                    </div>
  1659.                </article>
  1660.            </div>
  1661.            
  1662.            <div class="col-lg-4 col-md-6 col-12">
  1663.                <article class="featured-article">
  1664.                    <div class="featured-image-container">
  1665.                        
  1666.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Beijing&#x27;s Draft Artificial Intelligence Guidelines Focus to Provide Youth Protection and Suicide Prevention Mitigation." class="featured-image">
  1667.                            
  1668.                        <div class="category-tag bg-primary-gradient">News</div>
  1669.                    </div>
  1670.                    <div class="featured-content">
  1671.                        <h2 class="featured-title"><a href="/beijings-draft-artificial-intelligence-guidelines-focus-to-provide-youth-protection-and-suicide-prevention-mitigation/">
  1672.                                    Beijing&#x27;s Draft Artificial Intelligence Guidelines Focus to Provide Youth Protection and Suicide Prevention Mitigation.
  1673.                                </a></h2>
  1674.                        <p class="featured-summary"></p>
  1675.                        <div class="article-meta">
  1676.                            <span class="author-name">Mark Taylor</span>
  1677.                            <span class="post-time">May 13</span>
  1678.                        </div>
  1679.                    </div>
  1680.                </article>
  1681.            </div>
  1682.            
  1683.        </div>
  1684.  
  1685.        <!-- Bottom Section: Full-Width Recent Articles List -->
  1686.        <div class="row g-4">
  1687.            <div class="col-12">
  1688.                <div class="recent-section">
  1689.                    <h3 class="recent-title">Recent Articles</h3>
  1690.                    <div class="recent-list">
  1691.                        
  1692.                        <div class="recent-item">
  1693.                            <h4 class="recent-article-title"> <a href="/californias-governor-confirms-he-is-evaluating-a-2028-presidential-run/">
  1694.                                    California&#x27;s Governor Confirms He Is Evaluating a 2028 Presidential Run
  1695.                                </a></h4>
  1696.                            <span class="recent-meta">News • Mark Taylor • May 13</span>
  1697.                        </div>
  1698.                        
  1699.                        <div class="recent-item">
  1700.                            <h4 class="recent-article-title"> <a href="/there-are-those-on-the-left-and-right-who-offer-only-complaints-ministers-are-moving-forward-with-the-job-of-economic-rejuvenation/">
  1701.                                    There are those on the left and right who offer only complaints: Ministers are moving forward with the job of economic rejuvenation.
  1702.                                </a></h4>
  1703.                            <span class="recent-meta">News • Mark Taylor • May 13</span>
  1704.                        </div>
  1705.                        
  1706.                    </div>
  1707.                </div>
  1708.            </div>
  1709.        </div>
  1710.    </div>
  1711. </div>
  1712.  
  1713. <style>
  1714. /* Blog Hero V10 - Balanced Three-Column Featured with Full-Width Recent List */
  1715. .blog-hero-v10 {
  1716.    padding: 4rem 0;
  1717. }
  1718.  
  1719. /* Featured Article */
  1720. .featured-article {
  1721.    background: var(--card-bg, #ffffff);
  1722.    border-radius: 8px;
  1723.    transition: box-shadow 0.3s ease;
  1724. }
  1725.  
  1726. .featured-article:hover {
  1727.    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  1728. }
  1729.  
  1730. .featured-image-container {
  1731.    position: relative;
  1732.    height: 220px;
  1733. }
  1734.  
  1735. .featured-image {
  1736.    width: 100%;
  1737.    height: 100%;
  1738.    object-fit: cover;
  1739.    border-radius: 8px 8px 0 0;
  1740. }
  1741.  
  1742. .featured-content {
  1743.    padding: 1.5rem;
  1744. }
  1745.  
  1746. .featured-title {
  1747.    font-size: 1.4rem;
  1748.    font-weight: 800;
  1749.    color: #111827;
  1750.    margin-bottom: 0.5rem;
  1751.    line-height: 1.3;
  1752. }
  1753.  
  1754. .featured-summary {
  1755.    font-size: 0.95rem;
  1756.    color: #4b5563;
  1757.    line-height: 1.5;
  1758.    margin-bottom: 1rem;
  1759. }
  1760.  
  1761. .article-meta {
  1762.    display: flex;
  1763.    gap: 0.5rem;
  1764.    font-size: 0.85rem;
  1765.    color: #6b7280;
  1766. }
  1767.  
  1768. .author-name {
  1769.    font-weight: 600;
  1770.    color: #374151;
  1771. }
  1772.  
  1773. /* Category Tags - Outlined for Difference */
  1774. .category-tag {
  1775.    position: absolute;
  1776.    bottom: 1rem;
  1777.    left: 1rem;
  1778.    padding: 0.25rem 0.75rem;
  1779.    font-size: 0.75rem;
  1780.    font-weight: 600;
  1781.    text-transform: uppercase;
  1782.    border-radius: 4px;
  1783.    z-index: 2;
  1784. }
  1785.  
  1786. /* Recent Articles Section */
  1787. .recent-section {
  1788.    background: var(--card-bg, #ffffff);
  1789.    border-radius: 8px;
  1790.    padding: 2rem;
  1791. }
  1792.  
  1793. .recent-title {
  1794.    font-size: 1.3rem;
  1795.    font-weight: 700;
  1796.    color: #111827;
  1797.    margin-bottom: 1.25rem;
  1798.    border-bottom: 1px solid #e5e7eb;
  1799.    padding-bottom: 0.75rem;
  1800. }
  1801.  
  1802. .recent-list {
  1803.    display: flex;
  1804.    flex-direction: column;
  1805.    gap: 1rem;
  1806. }
  1807.  
  1808. .recent-item {
  1809.    padding: 1rem 0;
  1810.    border-bottom: 1px solid #f3f4f6;
  1811.    transition: background 0.2s ease;
  1812. }
  1813.  
  1814. .recent-item:last-child {
  1815.    border-bottom: none;
  1816. }
  1817.  
  1818. .recent-item:hover {
  1819.    background: #f9fafb;
  1820. }
  1821.  
  1822. .recent-article-title {
  1823.    font-size: 1rem;
  1824.    font-weight: 600;
  1825.    color: #111827;
  1826.    margin-bottom: 0.25rem;
  1827. }
  1828.  
  1829. .recent-meta {
  1830.    font-size: 0.8rem;
  1831.    color: #6b7280;
  1832. }
  1833.  
  1834. /* Responsive Design */
  1835. @media (max-width: 992px) {
  1836.    .featured-image-container {
  1837.        height: 200px;
  1838.    }
  1839.    
  1840.    .featured-title {
  1841.        font-size: 1.2rem;
  1842.    }
  1843. }
  1844.  
  1845. @media (max-width: 768px) {
  1846.    .featured-content {
  1847.        padding: 1.25rem;
  1848.    }
  1849.    
  1850.    .recent-section {
  1851.        padding: 1.5rem;
  1852.    }
  1853. }
  1854.  
  1855. @media (max-width: 576px) {
  1856.    .featured-title {
  1857.        font-size: 1.1rem;
  1858.    }
  1859.    
  1860.    .recent-article-title {
  1861.        font-size: 0.95rem;
  1862.    }
  1863. }
  1864. </style>
  1865.  
  1866.  
  1867.  
  1868.  
  1869.        <!-- end of wpo-blog-hero -->
  1870.  
  1871.        <!-- start of wpo-breacking-news -->
  1872.        
  1873.        <!-- end of wpo-breacking-news -->
  1874.        
  1875.        <!-- start wpo-blog-highlights-section -->
  1876.        
  1877.  
  1878.  
  1879.  
  1880.    
  1881.  
  1882.  
  1883. <style>
  1884.  
  1885.    .blog-highlights-section {
  1886.        padding: 30px 0;
  1887.    }
  1888.  
  1889.    .blog-cards-grid {
  1890.        display: grid;
  1891.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1892.        gap: 30px;
  1893.    }
  1894.  
  1895.    .blog-card {
  1896.        background: var(--card-bg);
  1897.        border: 1px solid var(--card-border);
  1898.        border-radius: var(--border-radius);
  1899.        overflow: hidden;
  1900.        transition: all 0.3s ease;
  1901.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1902.    }
  1903.  
  1904.    .blog-card:hover {
  1905.        transform: translateY(-8px);
  1906.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1907.        border-color: var(--theme-primary-color);
  1908.    }
  1909.  
  1910.    .blog-card-image {
  1911.        position: relative;
  1912.        height: 220px;
  1913.        overflow: hidden;
  1914.    }
  1915.  
  1916.    .blog-card-image img {
  1917.        width: 100%;
  1918.        height: 100%;
  1919.        object-fit: cover;
  1920.        transition: transform 0.3s ease;
  1921.    }
  1922.  
  1923.    .blog-card:hover .blog-card-image img {
  1924.        transform: scale(1.05);
  1925.    }
  1926.  
  1927.    .blog-category {
  1928.        position: absolute;
  1929.        top: 15px;
  1930.        right: 15px;
  1931.        color: white;
  1932.        padding: 6px 12px;
  1933.        border-radius: 20px;
  1934.        font-size: 12px;
  1935.        font-weight: 600;
  1936.        text-transform: uppercase;
  1937.        letter-spacing: 0.5px;
  1938.    }
  1939.  
  1940.    .blog-card-content {
  1941.        padding: 25px;
  1942.    }
  1943.  
  1944.    .blog-card-title {
  1945.        font-family: var(--heading-font);
  1946.        font-size: 1.3rem;
  1947.        font-weight: var(--heading-weight);
  1948.        color: var(--top-color);
  1949.        margin-bottom: 15px;
  1950.        line-height: 1.4;
  1951.    }
  1952.  
  1953.    .blog-card-title a {
  1954.        color: inherit !important;
  1955.        text-decoration: none;
  1956.        transition: color 0.3s ease;
  1957.    }
  1958.  
  1959.    .blog-card-title a:hover {
  1960.        color: var(--theme-primary-color);
  1961.    }
  1962.  
  1963.    .blog-card-meta {
  1964.        display: flex;
  1965.        align-items: center;
  1966.        gap: 15px;
  1967.        margin-bottom: 15px;
  1968.        font-size: 14px;
  1969.        color: var(--text-light-color);
  1970.    }
  1971.  
  1972.    .blog-author-img {
  1973.        width: 30px;
  1974.        height: 30px;
  1975.        border-radius: 50%;
  1976.        object-fit: cover;
  1977.    }
  1978.  
  1979.    .blog-card-excerpt {
  1980.        color: var(--body-color);
  1981.        font-size: 15px;
  1982.        line-height: 1.6;
  1983.        margin-bottom: 20px;
  1984.        display: -webkit-box;
  1985.        -webkit-line-clamp: 3;
  1986.        -webkit-box-orient: vertical;
  1987.        overflow: hidden;
  1988.    }
  1989.  
  1990.    .blog-card-footer {
  1991.        display: flex;
  1992.        justify-content: space-between;
  1993.        align-items: center;
  1994.        padding-top: 15px;
  1995.        border-top: 1px solid var(--border-color-s2);
  1996.    }
  1997.  
  1998.    .blog-read-time {
  1999.        font-size: 13px;
  2000.        color: var(--light);
  2001.    }
  2002.  
  2003.    .blog-read-more {
  2004.        color: var(--top-color) !important;
  2005.        text-decoration: none;
  2006.        font-weight: 600;
  2007.        font-size: 14px;
  2008.        transition: all 0.3s ease;
  2009.    }
  2010.  
  2011.    .blog-read-more:hover {
  2012.        color: var(--theme-primary-color-s2);
  2013.        text-decoration: underline;
  2014.    }
  2015.  
  2016.    .section-title {
  2017.        font-family: var(--heading-font);
  2018.        font-size: 2.5rem;
  2019.        font-weight: var(--heading-weight);
  2020.        color: var(--heading-color);
  2021.        text-align: center;
  2022.        margin-bottom: 20px;
  2023.    }
  2024.  
  2025.    .section-subtitle {
  2026.        text-align: center;
  2027.        color: var(--text-light-color);
  2028.        font-size: 1.1rem;
  2029.        max-width: 600px;
  2030.        margin: 0 auto;
  2031.    }
  2032.  
  2033.    @media (max-width: 768px) {
  2034.        .blog-cards-grid {
  2035.            grid-template-columns: 1fr;
  2036.            gap: 20px;
  2037.        }
  2038.        
  2039.        .section-title {
  2040.            font-size: 2rem;
  2041.        }
  2042.        
  2043.        .blog-highlights-section {
  2044.            padding: 60px 0;
  2045.        }
  2046.    }
  2047. </style>
  2048.  
  2049. <section class="blog-highlights-section">
  2050.     <div class="container-fluid fluid-container">
  2051.      
  2052.            <div class="section-title">
  2053.                <h2>
  2054.                Today's Top Highlights
  2055.                   </h2>
  2056.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  2057.    </div>
  2058.        
  2059.        <div class="row">
  2060.            <div class="col-lg-8 col-12">
  2061.                <div class="blog-cards-grid">
  2062.                    
  2063.                    <article class="blog-card">
  2064.                        <div class="blog-card-image">
  2065.                          
  2066.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2067.                            
  2068.                            <span class="blog-category bg-primary-gradient">
  2069.                                News
  2070.                            </span>
  2071.                        </div>
  2072.                        <div class="blog-card-content">
  2073.                            <h3 class="blog-card-title">
  2074.                                <a href="/andy-burnham-was-likely-to-have-won-gorton-and-denton-byelection-says-labour-deputy-leader/" >
  2075.                                Andy Burnham Was &#x27;Likely&#x27; to Have Won Gorton and Denton Byelection, Says Labour Deputy Leader
  2076.                                </a>
  2077.                            </h3>
  2078.                            <div class="blog-card-meta">
  2079.                                
  2080.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="blog-author-img">
  2081.                                
  2082.                                <span>By <strong>Mark Taylor</strong></span>
  2083.                                <span>•</span>
  2084.                                <span>13 May 2026</span>
  2085.                            </div>
  2086.                            <p class="blog-card-excerpt">
  2087.                                
  2088.                            </p>
  2089.                            <div class="blog-card-footer">
  2090.                                <div class="blog-read-time">
  2091.                                    📖 5 min read
  2092.                                </div>
  2093.                                <a href="/andy-burnham-was-likely-to-have-won-gorton-and-denton-byelection-says-labour-deputy-leader/" class="blog-read-more">
  2094.                                    Read More →
  2095.                                </a>
  2096.                            </div>
  2097.                        </div>
  2098.                    </article>
  2099.                    
  2100.                    <article class="blog-card">
  2101.                        <div class="blog-card-image">
  2102.                          
  2103.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2104.                            
  2105.                            <span class="blog-category bg-primary-gradient">
  2106.                                News
  2107.                            </span>
  2108.                        </div>
  2109.                        <div class="blog-card-content">
  2110.                            <h3 class="blog-card-title">
  2111.                                <a href="/previous-bbc-consultants-undergo-members-of-parliaments-inquiry-following-claims-of-prejudice-in-disclosed-memorandum/" >
  2112.                                Previous BBC Consultants Undergo Members of Parliament&#x27;s Inquiry Following Claims of Prejudice in Disclosed Memorandum
  2113.                                </a>
  2114.                            </h3>
  2115.                            <div class="blog-card-meta">
  2116.                                
  2117.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="blog-author-img">
  2118.                                
  2119.                                <span>By <strong>Mark Taylor</strong></span>
  2120.                                <span>•</span>
  2121.                                <span>13 May 2026</span>
  2122.                            </div>
  2123.                            <p class="blog-card-excerpt">
  2124.                                
  2125.                            </p>
  2126.                            <div class="blog-card-footer">
  2127.                                <div class="blog-read-time">
  2128.                                    📖 5 min read
  2129.                                </div>
  2130.                                <a href="/previous-bbc-consultants-undergo-members-of-parliaments-inquiry-following-claims-of-prejudice-in-disclosed-memorandum/" class="blog-read-more">
  2131.                                    Read More →
  2132.                                </a>
  2133.                            </div>
  2134.                        </div>
  2135.                    </article>
  2136.                    
  2137.                    <article class="blog-card">
  2138.                        <div class="blog-card-image">
  2139.                          
  2140.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2141.                            
  2142.                            <span class="blog-category bg-primary-gradient">
  2143.                                News
  2144.                            </span>
  2145.                        </div>
  2146.                        <div class="blog-card-content">
  2147.                            <h3 class="blog-card-title">
  2148.                                <a href="/canadas-blue-jays-claim-world-series-meeting-versus-los-angeles-dodgers/" >
  2149.                                Canada&#x27;s Blue Jays Claim World Series Meeting Versus Los Angeles Dodgers
  2150.                                </a>
  2151.                            </h3>
  2152.                            <div class="blog-card-meta">
  2153.                                
  2154.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="blog-author-img">
  2155.                                
  2156.                                <span>By <strong>Mark Taylor</strong></span>
  2157.                                <span>•</span>
  2158.                                <span>13 May 2026</span>
  2159.                            </div>
  2160.                            <p class="blog-card-excerpt">
  2161.                                
  2162.                            </p>
  2163.                            <div class="blog-card-footer">
  2164.                                <div class="blog-read-time">
  2165.                                    📖 5 min read
  2166.                                </div>
  2167.                                <a href="/canadas-blue-jays-claim-world-series-meeting-versus-los-angeles-dodgers/" class="blog-read-more">
  2168.                                    Read More →
  2169.                                </a>
  2170.                            </div>
  2171.                        </div>
  2172.                    </article>
  2173.                    
  2174.                    <article class="blog-card">
  2175.                        <div class="blog-card-image">
  2176.                          
  2177.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2178.                            
  2179.                            <span class="blog-category bg-primary-gradient">
  2180.                                News
  2181.                            </span>
  2182.                        </div>
  2183.                        <div class="blog-card-content">
  2184.                            <h3 class="blog-card-title">
  2185.                                <a href="/the-visitors-select-the-off-spinner-in-squad-for-ashes-initial-match/" >
  2186.                                The visitors Select the off-spinner in Squad for Ashes Initial Match
  2187.                                </a>
  2188.                            </h3>
  2189.                            <div class="blog-card-meta">
  2190.                                
  2191.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="blog-author-img">
  2192.                                
  2193.                                <span>By <strong>Mark Taylor</strong></span>
  2194.                                <span>•</span>
  2195.                                <span>13 May 2026</span>
  2196.                            </div>
  2197.                            <p class="blog-card-excerpt">
  2198.                                
  2199.                            </p>
  2200.                            <div class="blog-card-footer">
  2201.                                <div class="blog-read-time">
  2202.                                    📖 5 min read
  2203.                                </div>
  2204.                                <a href="/the-visitors-select-the-off-spinner-in-squad-for-ashes-initial-match/" class="blog-read-more">
  2205.                                    Read More →
  2206.                                </a>
  2207.                            </div>
  2208.                        </div>
  2209.                    </article>
  2210.                    
  2211.                    <article class="blog-card">
  2212.                        <div class="blog-card-image">
  2213.                          
  2214.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2215.                            
  2216.                            <span class="blog-category bg-primary-gradient">
  2217.                                News
  2218.                            </span>
  2219.                        </div>
  2220.                        <div class="blog-card-content">
  2221.                            <h3 class="blog-card-title">
  2222.                                <a href="/olympian-and-several-eritreans-freed-after-18-years-without-facing-charges-relatives-say/" >
  2223.                                Olympian and Several Eritreans Freed After 18 Years Without Facing Charges, Relatives Say
  2224.                                </a>
  2225.                            </h3>
  2226.                            <div class="blog-card-meta">
  2227.                                
  2228.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="blog-author-img">
  2229.                                
  2230.                                <span>By <strong>Mark Taylor</strong></span>
  2231.                                <span>•</span>
  2232.                                <span>13 May 2026</span>
  2233.                            </div>
  2234.                            <p class="blog-card-excerpt">
  2235.                                
  2236.                            </p>
  2237.                            <div class="blog-card-footer">
  2238.                                <div class="blog-read-time">
  2239.                                    📖 5 min read
  2240.                                </div>
  2241.                                <a href="/olympian-and-several-eritreans-freed-after-18-years-without-facing-charges-relatives-say/" class="blog-read-more">
  2242.                                    Read More →
  2243.                                </a>
  2244.                            </div>
  2245.                        </div>
  2246.                    </article>
  2247.                    
  2248.                    <article class="blog-card">
  2249.                        <div class="blog-card-image">
  2250.                          
  2251.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2252.                            
  2253.                            <span class="blog-category bg-primary-gradient">
  2254.                                News
  2255.                            </span>
  2256.                        </div>
  2257.                        <div class="blog-card-content">
  2258.                            <h3 class="blog-card-title">
  2259.                                <a href="/kpop-demon-hunters-floats-to-take-center-stage-at-the-iconic-thanksgiving-parade/" >
  2260.                                KPop Demon Hunters Floats to Take Center Stage at the Iconic Thanksgiving Parade
  2261.                                </a>
  2262.                            </h3>
  2263.                            <div class="blog-card-meta">
  2264.                                
  2265.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="blog-author-img">
  2266.                                
  2267.                                <span>By <strong>Mark Taylor</strong></span>
  2268.                                <span>•</span>
  2269.                                <span>12 May 2026</span>
  2270.                            </div>
  2271.                            <p class="blog-card-excerpt">
  2272.                                
  2273.                            </p>
  2274.                            <div class="blog-card-footer">
  2275.                                <div class="blog-read-time">
  2276.                                    📖 5 min read
  2277.                                </div>
  2278.                                <a href="/kpop-demon-hunters-floats-to-take-center-stage-at-the-iconic-thanksgiving-parade/" class="blog-read-more">
  2279.                                    Read More →
  2280.                                </a>
  2281.                            </div>
  2282.                        </div>
  2283.                    </article>
  2284.                    
  2285.                    <article class="blog-card">
  2286.                        <div class="blog-card-image">
  2287.                          
  2288.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2289.                            
  2290.                            <span class="blog-category bg-primary-gradient">
  2291.                                News
  2292.                            </span>
  2293.                        </div>
  2294.                        <div class="blog-card-content">
  2295.                            <h3 class="blog-card-title">
  2296.                                <a href="/shocking-unearthing-remains-of-missing-mum-and-daughter-located-in-freezers-in-the-alpine-nation/" >
  2297.                                Shocking Unearthing: Remains of Missing Mum and Daughter Located in Freezers in the Alpine Nation
  2298.                                </a>
  2299.                            </h3>
  2300.                            <div class="blog-card-meta">
  2301.                                
  2302.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="blog-author-img">
  2303.                                
  2304.                                <span>By <strong>Mark Taylor</strong></span>
  2305.                                <span>•</span>
  2306.                                <span>12 May 2026</span>
  2307.                            </div>
  2308.                            <p class="blog-card-excerpt">
  2309.                                
  2310.                            </p>
  2311.                            <div class="blog-card-footer">
  2312.                                <div class="blog-read-time">
  2313.                                    📖 5 min read
  2314.                                </div>
  2315.                                <a href="/shocking-unearthing-remains-of-missing-mum-and-daughter-located-in-freezers-in-the-alpine-nation/" class="blog-read-more">
  2316.                                    Read More →
  2317.                                </a>
  2318.                            </div>
  2319.                        </div>
  2320.                    </article>
  2321.                    
  2322.                    <article class="blog-card">
  2323.                        <div class="blog-card-image">
  2324.                          
  2325.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2326.                            
  2327.                            <span class="blog-category bg-primary-gradient">
  2328.                                News
  2329.                            </span>
  2330.                        </div>
  2331.                        <div class="blog-card-content">
  2332.                            <h3 class="blog-card-title">
  2333.                                <a href="/the-music-streaming-giants-wrapped-release-timeline-plus-key-inquiries-answered/" >
  2334.                                The Music Streaming Giant&#x27;s Wrapped: Release Timeline plus Key Inquiries Answered
  2335.                                </a>
  2336.                            </h3>
  2337.                            <div class="blog-card-meta">
  2338.                                
  2339.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="blog-author-img">
  2340.                                
  2341.                                <span>By <strong>Mark Taylor</strong></span>
  2342.                                <span>•</span>
  2343.                                <span>12 May 2026</span>
  2344.                            </div>
  2345.                            <p class="blog-card-excerpt">
  2346.                                
  2347.                            </p>
  2348.                            <div class="blog-card-footer">
  2349.                                <div class="blog-read-time">
  2350.                                    📖 5 min read
  2351.                                </div>
  2352.                                <a href="/the-music-streaming-giants-wrapped-release-timeline-plus-key-inquiries-answered/" class="blog-read-more">
  2353.                                    Read More →
  2354.                                </a>
  2355.                            </div>
  2356.                        </div>
  2357.                    </article>
  2358.                    
  2359.                    <article class="blog-card">
  2360.                        <div class="blog-card-image">
  2361.                          
  2362.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2363.                            
  2364.                            <span class="blog-category bg-primary-gradient">
  2365.                                News
  2366.                            </span>
  2367.                        </div>
  2368.                        <div class="blog-card-content">
  2369.                            <h3 class="blog-card-title">
  2370.                                <a href="/smooth-end-to-lionel-messis-visit-to-india-in-the-wake-of-unrest-in-kolkata/" >
  2371.                                Smooth End to Lionel Messi&#x27;s Visit to India In the Wake of Unrest in Kolkata
  2372.                                </a>
  2373.                            </h3>
  2374.                            <div class="blog-card-meta">
  2375.                                
  2376.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="blog-author-img">
  2377.                                
  2378.                                <span>By <strong>Mark Taylor</strong></span>
  2379.                                <span>•</span>
  2380.                                <span>12 May 2026</span>
  2381.                            </div>
  2382.                            <p class="blog-card-excerpt">
  2383.                                
  2384.                            </p>
  2385.                            <div class="blog-card-footer">
  2386.                                <div class="blog-read-time">
  2387.                                    📖 5 min read
  2388.                                </div>
  2389.                                <a href="/smooth-end-to-lionel-messis-visit-to-india-in-the-wake-of-unrest-in-kolkata/" class="blog-read-more">
  2390.                                    Read More →
  2391.                                </a>
  2392.                            </div>
  2393.                        </div>
  2394.                    </article>
  2395.                    
  2396.                    <article class="blog-card">
  2397.                        <div class="blog-card-image">
  2398.                          
  2399.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2400.                            
  2401.                            <span class="blog-category bg-primary-gradient">
  2402.                                News
  2403.                            </span>
  2404.                        </div>
  2405.                        <div class="blog-card-content">
  2406.                            <h3 class="blog-card-title">
  2407.                                <a href="/esteemed-photographer-brian-harris-life-story-a-life-through-the-lens/" >
  2408.                                Esteemed Photographer Brian Harris Life Story: A Life Through the Lens
  2409.                                </a>
  2410.                            </h3>
  2411.                            <div class="blog-card-meta">
  2412.                                
  2413.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="blog-author-img">
  2414.                                
  2415.                                <span>By <strong>Mark Taylor</strong></span>
  2416.                                <span>•</span>
  2417.                                <span>12 May 2026</span>
  2418.                            </div>
  2419.                            <p class="blog-card-excerpt">
  2420.                                
  2421.                            </p>
  2422.                            <div class="blog-card-footer">
  2423.                                <div class="blog-read-time">
  2424.                                    📖 5 min read
  2425.                                </div>
  2426.                                <a href="/esteemed-photographer-brian-harris-life-story-a-life-through-the-lens/" class="blog-read-more">
  2427.                                    Read More →
  2428.                                </a>
  2429.                            </div>
  2430.                        </div>
  2431.                    </article>
  2432.                    
  2433.                    <article class="blog-card">
  2434.                        <div class="blog-card-image">
  2435.                          
  2436.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2437.                            
  2438.                            <span class="blog-category bg-primary-gradient">
  2439.                                News
  2440.                            </span>
  2441.                        </div>
  2442.                        <div class="blog-card-content">
  2443.                            <h3 class="blog-card-title">
  2444.                                <a href="/metropolitan-museum-confronts-legal-action-over-reportedly-nazi-stolen-van-gogh-painting/" >
  2445.                                Metropolitan Museum Confronts Legal Action Over Reportedly Nazi-Stolen Van Gogh Painting
  2446.                                </a>
  2447.                            </h3>
  2448.                            <div class="blog-card-meta">
  2449.                                
  2450.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="blog-author-img">
  2451.                                
  2452.                                <span>By <strong>Mark Taylor</strong></span>
  2453.                                <span>•</span>
  2454.                                <span>12 May 2026</span>
  2455.                            </div>
  2456.                            <p class="blog-card-excerpt">
  2457.                                
  2458.                            </p>
  2459.                            <div class="blog-card-footer">
  2460.                                <div class="blog-read-time">
  2461.                                    📖 5 min read
  2462.                                </div>
  2463.                                <a href="/metropolitan-museum-confronts-legal-action-over-reportedly-nazi-stolen-van-gogh-painting/" class="blog-read-more">
  2464.                                    Read More →
  2465.                                </a>
  2466.                            </div>
  2467.                        </div>
  2468.                    </article>
  2469.                    
  2470.                    <article class="blog-card">
  2471.                        <div class="blog-card-image">
  2472.                          
  2473.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2474.                            
  2475.                            <span class="blog-category bg-primary-gradient">
  2476.                                News
  2477.                            </span>
  2478.                        </div>
  2479.                        <div class="blog-card-content">
  2480.                            <h3 class="blog-card-title">
  2481.                                <a href="/us-congressman-calls-on-former-prince-andrew-to-testify-in-epstein-inquiry/" >
  2482.                                US Congressman Calls On Former Prince Andrew to Testify in Epstein Inquiry
  2483.                                </a>
  2484.                            </h3>
  2485.                            <div class="blog-card-meta">
  2486.                                
  2487.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="blog-author-img">
  2488.                                
  2489.                                <span>By <strong>Mark Taylor</strong></span>
  2490.                                <span>•</span>
  2491.                                <span>12 May 2026</span>
  2492.                            </div>
  2493.                            <p class="blog-card-excerpt">
  2494.                                
  2495.                            </p>
  2496.                            <div class="blog-card-footer">
  2497.                                <div class="blog-read-time">
  2498.                                    📖 5 min read
  2499.                                </div>
  2500.                                <a href="/us-congressman-calls-on-former-prince-andrew-to-testify-in-epstein-inquiry/" class="blog-read-more">
  2501.                                    Read More →
  2502.                                </a>
  2503.                            </div>
  2504.                        </div>
  2505.                    </article>
  2506.                    
  2507.                    
  2508.  
  2509.                </div>
  2510.            </div>
  2511.            
  2512.              <div class="col col-lg-4 col-12">
  2513.                
  2514.  
  2515.  
  2516.  
  2517.    
  2518.  
  2519. <!-- Curved Heading Sidebar -->
  2520.    <div class="sidebar">
  2521.        
  2522.       <div class="sidebar-widget mb-4">
  2523.            <div class="widget-title-wrapper mb-3">
  2524.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2525.                    <div class="title-border"></div>
  2526.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2527.                </h4>
  2528.            </div>
  2529.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2530.                <div class="archives-list scrollable-sidebar">
  2531.                    
  2532.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2533.                        <a href="https://siberiastationspa.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2534.                            <i class="ti-angle-right me-2 text-primary"></i>
  2535.                            <span class="archive-link top-color fw-semibold"> casino en ligne</span>
  2536.                        </a>
  2537.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2538.                    </div>
  2539.                
  2540.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2541.                        <a href="https://www.cma2019.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2542.                            <i class="ti-angle-right me-2 text-primary"></i>
  2543.                            <span class="archive-link top-color fw-semibold"> meilleur casino en ligne</span>
  2544.                        </a>
  2545.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2546.                    </div>
  2547.                
  2548.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2549.                        <a href="https://on360.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2550.                            <i class="ti-angle-right me-2 text-primary"></i>
  2551.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2552.                        </a>
  2553.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2554.                    </div>
  2555.                
  2556.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2557.                        <a href="https://www.childbirthsolutions.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2558.                            <i class="ti-angle-right me-2 text-primary"></i>
  2559.                            <span class="archive-link top-color fw-semibold"> best payout casino canada</span>
  2560.                        </a>
  2561.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2562.                    </div>
  2563.                
  2564.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2565.                        <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2566.                            <i class="ti-angle-right me-2 text-primary"></i>
  2567.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2568.                        </a>
  2569.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2570.                    </div>
  2571.                
  2572.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2573.                        <a href="https://www.cma2019.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2574.                            <i class="ti-angle-right me-2 text-primary"></i>
  2575.                            <span class="archive-link top-color fw-semibold"> casinos en ligne</span>
  2576.                        </a>
  2577.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2578.                    </div>
  2579.                
  2580.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2581.                        <a href="https://www.campagnepourlalecture.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2582.                            <i class="ti-angle-right me-2 text-primary"></i>
  2583.                            <span class="archive-link top-color fw-semibold"> meilleurs casinos en ligne</span>
  2584.                        </a>
  2585.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2586.                    </div>
  2587.                
  2588.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2589.                        <a href="https://www.station16gallery.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2590.                            <i class="ti-angle-right me-2 text-primary"></i>
  2591.                            <span class="archive-link top-color fw-semibold"> betting sites canada</span>
  2592.                        </a>
  2593.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2594.                    </div>
  2595.                
  2596.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2597.                        <a href="https://www.phlebology.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2598.                            <i class="ti-angle-right me-2 text-primary"></i>
  2599.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2600.                        </a>
  2601.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2602.                    </div>
  2603.                
  2604.                </div>
  2605.                
  2606.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2607.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2608.                        <i class="ti-archive me-1"></i>View All Archives
  2609.                    </a>
  2610.                </div> -->
  2611.            </div>
  2612.        </div>
  2613.        
  2614.       <div class="sidebar-widget mb-4">
  2615.            <div class="widget-title-wrapper mb-3">
  2616.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2617.                    <div class="title-border"></div>
  2618.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2619.                </h4>
  2620.            </div>
  2621.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2622.                <div class="archives-list scrollable-sidebar">
  2623.                    
  2624.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2625.                        <a href="https://cafb-acba.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2626.                            <i class="ti-angle-right me-2 text-primary"></i>
  2627.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2628.                        </a>
  2629.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2630.                    </div>
  2631.                
  2632.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2633.                        <a href="https://www.dresshead.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2634.                            <i class="ti-angle-right me-2 text-primary"></i>
  2635.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2636.                        </a>
  2637.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2638.                    </div>
  2639.                
  2640.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2641.                        <a href="https://www.activehealthykids.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2642.                            <i class="ti-angle-right me-2 text-primary"></i>
  2643.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2644.                        </a>
  2645.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2646.                    </div>
  2647.                
  2648.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2649.                        <a href="https://hriportal.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2650.                            <i class="ti-angle-right me-2 text-primary"></i>
  2651.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2652.                        </a>
  2653.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2654.                    </div>
  2655.                
  2656.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2657.                        <a href="https://gameplayspace.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2658.                            <i class="ti-angle-right me-2 text-primary"></i>
  2659.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2660.                        </a>
  2661.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2662.                    </div>
  2663.                
  2664.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2665.                        <a href="https://delbarber.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2666.                            <i class="ti-angle-right me-2 text-primary"></i>
  2667.                            <span class="archive-link top-color fw-semibold"> online casinos canada</span>
  2668.                        </a>
  2669.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2670.                    </div>
  2671.                
  2672.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2673.                        <a href="https://www.gamblinginsider.com/ca/online-casinos"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2674.                            <i class="ti-angle-right me-2 text-primary"></i>
  2675.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2676.                        </a>
  2677.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2678.                    </div>
  2679.                
  2680.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2681.                        <a href="https://www.hyperionbrewing.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2682.                            <i class="ti-angle-right me-2 text-primary"></i>
  2683.                            <span class="archive-link top-color fw-semibold"> crypto casinos</span>
  2684.                        </a>
  2685.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2686.                    </div>
  2687.                
  2688.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2689.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2690.                            <i class="ti-angle-right me-2 text-primary"></i>
  2691.                            <span class="archive-link top-color fw-semibold"> non Gamstop casino</span>
  2692.                        </a>
  2693.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2694.                    </div>
  2695.                
  2696.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2697.                        <a href="https://www.activehealthykids.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2698.                            <i class="ti-angle-right me-2 text-primary"></i>
  2699.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2700.                        </a>
  2701.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2702.                    </div>
  2703.                
  2704.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2705.                        <a href="https://maliciousaireport.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2706.                            <i class="ti-angle-right me-2 text-primary"></i>
  2707.                            <span class="archive-link top-color fw-semibold"> ontario online casino</span>
  2708.                        </a>
  2709.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2710.                    </div>
  2711.                
  2712.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2713.                        <a href="https://www.fraserdowns.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2714.                            <i class="ti-angle-right me-2 text-primary"></i>
  2715.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2716.                        </a>
  2717.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2718.                    </div>
  2719.                
  2720.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2721.                        <a href="https://www.smartsaver.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2722.                            <i class="ti-angle-right me-2 text-primary"></i>
  2723.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2724.                        </a>
  2725.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2726.                    </div>
  2727.                
  2728.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2729.                        <a href="https://www.itwc.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2730.                            <i class="ti-angle-right me-2 text-primary"></i>
  2731.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2732.                        </a>
  2733.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2734.                    </div>
  2735.                
  2736.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2737.                        <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2738.                            <i class="ti-angle-right me-2 text-primary"></i>
  2739.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2740.                        </a>
  2741.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2742.                    </div>
  2743.                
  2744.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2745.                        <a href="https://www.fastestpayoutonlinecasino.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2746.                            <i class="ti-angle-right me-2 text-primary"></i>
  2747.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2748.                        </a>
  2749.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2750.                    </div>
  2751.                
  2752.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2753.                        <a href="https://projectunderstood.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2754.                            <i class="ti-angle-right me-2 text-primary"></i>
  2755.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2756.                        </a>
  2757.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2758.                    </div>
  2759.                
  2760.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2761.                        <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2762.                            <i class="ti-angle-right me-2 text-primary"></i>
  2763.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2764.                        </a>
  2765.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2766.                    </div>
  2767.                
  2768.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2769.                        <a href="https://delbarber.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2770.                            <i class="ti-angle-right me-2 text-primary"></i>
  2771.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2772.                        </a>
  2773.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2774.                    </div>
  2775.                
  2776.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2777.                        <a href="https://gameplayspace.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2778.                            <i class="ti-angle-right me-2 text-primary"></i>
  2779.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2780.                        </a>
  2781.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2782.                    </div>
  2783.                
  2784.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2785.                        <a href="https://www.esportsbets.com/casino/quebec/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2786.                            <i class="ti-angle-right me-2 text-primary"></i>
  2787.                            <span class="archive-link top-color fw-semibold"> top 10 casino en ligne canada</span>
  2788.                        </a>
  2789.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2790.                    </div>
  2791.                
  2792.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2793.                        <a href="https://espacelafontaine.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2794.                            <i class="ti-angle-right me-2 text-primary"></i>
  2795.                            <span class="archive-link top-color fw-semibold"> casino en ligne québec</span>
  2796.                        </a>
  2797.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2798.                    </div>
  2799.                
  2800.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2801.                        <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2802.                            <i class="ti-angle-right me-2 text-primary"></i>
  2803.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2804.                        </a>
  2805.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2806.                    </div>
  2807.                
  2808.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2809.                        <a href="https://www.od4d.net/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2810.                            <i class="ti-angle-right me-2 text-primary"></i>
  2811.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  2812.                        </a>
  2813.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2814.                    </div>
  2815.                
  2816.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2817.                        <a href="https://www.ravenszone.net/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2818.                            <i class="ti-angle-right me-2 text-primary"></i>
  2819.                            <span class="archive-link top-color fw-semibold"> crypto casino</span>
  2820.                        </a>
  2821.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2822.                    </div>
  2823.                
  2824.                </div>
  2825.                
  2826.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  2827.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  2828.                        <i class="ti-archive me-1"></i>View All Archives
  2829.                    </a>
  2830.                </div> -->
  2831.            </div>
  2832.        </div>
  2833.        
  2834.       <div class="sidebar-widget mb-4">
  2835.            <div class="widget-title-wrapper mb-3">
  2836.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2837.                    <div class="title-border"></div>
  2838.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2839.                </h4>
  2840.            </div>
  2841.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  2842.                <div class="archives-list scrollable-sidebar">
  2843.                    
  2844.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2845.                        <a href="https://www.payequitychrc.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2846.                            <i class="ti-angle-right me-2 text-primary"></i>
  2847.                            <span class="archive-link top-color fw-semibold"> online casinos canada</span>
  2848.                        </a>
  2849.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2850.                    </div>
  2851.                
  2852.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2853.                        <a href="https://www.od4d.net/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2854.                            <i class="ti-angle-right me-2 text-primary"></i>
  2855.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2856.                        </a>
  2857.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2858.                    </div>
  2859.                
  2860.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2861.                        <a href="https://www.accordrstm.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2862.                            <i class="ti-angle-right me-2 text-primary"></i>
  2863.                            <span class="archive-link top-color fw-semibold"> casino en ligne canada</span>
  2864.                        </a>
  2865.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2866.                    </div>
  2867.                
  2868.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2869.                        <a href="https://www.esportsbets.com/casino/quebec/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2870.                            <i class="ti-angle-right me-2 text-primary"></i>
  2871.                            <span class="archive-link top-color fw-semibold"> casino en ligne québec</span>
  2872.                        </a>
  2873.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2874.                    </div>
  2875.                
  2876.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2877.                        <a href="https://www.bluecanoetheatrical.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2878.                            <i class="ti-angle-right me-2 text-primary"></i>
  2879.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2880.                        </a>
  2881.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2882.                    </div>
  2883.                
  2884.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2885.                        <a href="https://www.windpowerexpo.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2886.                            <i class="ti-angle-right me-2 text-primary"></i>
  2887.                            <span class="archive-link top-color fw-semibold"> online casino real money</span>
  2888.                        </a>
  2889.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2890.                    </div>
  2891.                
  2892.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2893.                        <a href="https://www.station16gallery.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2894.                            <i class="ti-angle-right me-2 text-primary"></i>
  2895.                            <span class="archive-link top-color fw-semibold"> betting sites</span>
  2896.                        </a>
  2897.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2898.                    </div>
  2899.                
  2900.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2901.                        <a href="https://bankingombuds.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2902.                            <i class="ti-angle-right me-2 text-primary"></i>
  2903.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2904.                        </a>
  2905.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2906.                    </div>
  2907.                
  2908.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2909.                        <a href="https://noticiasmontreal.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2910.                            <i class="ti-angle-right me-2 text-primary"></i>
  2911.                            <span class="archive-link top-color fw-semibold"> casino en ligne canada</span>
  2912.                        </a>
  2913.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2914.                    </div>
  2915.                
  2916.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2917.                        <a href="https://synapsec.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2918.                            <i class="ti-angle-right me-2 text-primary"></i>
  2919.                            <span class="archive-link top-color fw-semibold"> casino en ligne canada</span>
  2920.                        </a>
  2921.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2922.                    </div>
  2923.                
  2924.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2925.                        <a href="https://nbhrf.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2926.                            <i class="ti-angle-right me-2 text-primary"></i>
  2927.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2928.                        </a>
  2929.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2930.                    </div>
  2931.                
  2932.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2933.                        <a href="https://energypoverty.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2934.                            <i class="ti-angle-right me-2 text-primary"></i>
  2935.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2936.                        </a>
  2937.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2938.                    </div>
  2939.                
  2940.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2941.                        <a href="https://www.beaconlearningcenter.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2942.                            <i class="ti-angle-right me-2 text-primary"></i>
  2943.                            <span class="archive-link top-color fw-semibold"> online casinos canada</span>
  2944.                        </a>
  2945.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2946.                    </div>
  2947.                
  2948.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2949.                        <a href="https://zyrobotics.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2950.                            <i class="ti-angle-right me-2 text-primary"></i>
  2951.                            <span class="archive-link top-color fw-semibold"> crypto casinos</span>
  2952.                        </a>
  2953.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2954.                    </div>
  2955.                
  2956.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2957.                        <a href="https://www.birthplaceofhockey.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2958.                            <i class="ti-angle-right me-2 text-primary"></i>
  2959.                            <span class="archive-link top-color fw-semibold"> best sports betting sites</span>
  2960.                        </a>
  2961.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2962.                    </div>
  2963.                
  2964.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2965.                        <a href="https://www.rapidtvnews.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2966.                            <i class="ti-angle-right me-2 text-primary"></i>
  2967.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  2968.                        </a>
  2969.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2970.                    </div>
  2971.                
  2972.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2973.                        <a href="https://lovenorthernbc.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2974.                            <i class="ti-angle-right me-2 text-primary"></i>
  2975.                            <span class="archive-link top-color fw-semibold"> instant withdrawal casino canada</span>
  2976.                        </a>
  2977.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2978.                    </div>
  2979.                
  2980.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2981.                        <a href="https://startuparound.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2982.                            <i class="ti-angle-right me-2 text-primary"></i>
  2983.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  2984.                        </a>
  2985.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2986.                    </div>
  2987.                
  2988.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2989.                        <a href="https://www.skyscan.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2990.                            <i class="ti-angle-right me-2 text-primary"></i>
  2991.                            <span class="archive-link top-color fw-semibold"> online casinos canada</span>
  2992.                        </a>
  2993.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  2994.                    </div>
  2995.                
  2996.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2997.                        <a href="https://effabrush.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2998.                            <i class="ti-angle-right me-2 text-primary"></i>
  2999.                            <span class="archive-link top-color fw-semibold"> canadian online casinos</span>
  3000.                        </a>
  3001.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3002.                    </div>
  3003.                
  3004.                </div>
  3005.                
  3006.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3007.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3008.                        <i class="ti-archive me-1"></i>View All Archives
  3009.                    </a>
  3010.                </div> -->
  3011.            </div>
  3012.        </div>
  3013.        
  3014.       <div class="sidebar-widget mb-4">
  3015.            <div class="widget-title-wrapper mb-3">
  3016.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3017.                    <div class="title-border"></div>
  3018.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3019.                </h4>
  3020.            </div>
  3021.            <div class="widget-content shadow-sm rounded-3 mb-3 p-4">
  3022.                <div class="archives-list scrollable-sidebar">
  3023.                    
  3024.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3025.                        <a href="https://bankingombuds.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3026.                            <i class="ti-angle-right me-2 text-primary"></i>
  3027.                            <span class="archive-link top-color fw-semibold"> online casino canada</span>
  3028.                        </a>
  3029.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3030.                    </div>
  3031.                
  3032.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3033.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3034.                            <i class="ti-angle-right me-2 text-primary"></i>
  3035.                            <span class="archive-link top-color fw-semibold"> crypto sports betting</span>
  3036.                        </a>
  3037.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3038.                    </div>
  3039.                
  3040.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3041.                        <a href="https://cambox.eu/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3042.                            <i class="ti-angle-right me-2 text-primary"></i>
  3043.                            <span class="archive-link top-color fw-semibold"> casino en ligne</span>
  3044.                        </a>
  3045.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3046.                    </div>
  3047.                
  3048.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3049.                        <a href="https://www.ijic.info/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3050.                            <i class="ti-angle-right me-2 text-primary"></i>
  3051.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3052.                        </a>
  3053.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3054.                    </div>
  3055.                
  3056.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3057.                        <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3058.                            <i class="ti-angle-right me-2 text-primary"></i>
  3059.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3060.                        </a>
  3061.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3062.                    </div>
  3063.                
  3064.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3065.                        <a href="https://clarketheatre.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3066.                            <i class="ti-angle-right me-2 text-primary"></i>
  3067.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3068.                        </a>
  3069.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3070.                    </div>
  3071.                
  3072.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3073.                        <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3074.                            <i class="ti-angle-right me-2 text-primary"></i>
  3075.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3076.                        </a>
  3077.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3078.                    </div>
  3079.                
  3080.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3081.                        <a href="https://crystalshawanda.co/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3082.                            <i class="ti-angle-right me-2 text-primary"></i>
  3083.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3084.                        </a>
  3085.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3086.                    </div>
  3087.                
  3088.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3089.                        <a href="https://www.safepetottawa.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3090.                            <i class="ti-angle-right me-2 text-primary"></i>
  3091.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3092.                        </a>
  3093.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3094.                    </div>
  3095.                
  3096.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3097.                        <a href="https://micharity.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3098.                            <i class="ti-angle-right me-2 text-primary"></i>
  3099.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3100.                        </a>
  3101.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3102.                    </div>
  3103.                
  3104.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3105.                        <a href="https://www.fcadv.org/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3106.                            <i class="ti-angle-right me-2 text-primary"></i>
  3107.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3108.                        </a>
  3109.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3110.                    </div>
  3111.                
  3112.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3113.                        <a href="https://watergovernance.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3114.                            <i class="ti-angle-right me-2 text-primary"></i>
  3115.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3116.                        </a>
  3117.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3118.                    </div>
  3119.                
  3120.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3121.                        <a href="https://www.governancevote.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3122.                            <i class="ti-angle-right me-2 text-primary"></i>
  3123.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3124.                        </a>
  3125.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3126.                    </div>
  3127.                
  3128.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3129.                        <a href="https://autismspeaks.ca"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3130.                            <i class="ti-angle-right me-2 text-primary"></i>
  3131.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3132.                        </a>
  3133.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3134.                    </div>
  3135.                
  3136.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3137.                        <a href="https://www.devmcgill.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3138.                            <i class="ti-angle-right me-2 text-primary"></i>
  3139.                            <span class="archive-link top-color fw-semibold"> online casino</span>
  3140.                        </a>
  3141.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3142.                    </div>
  3143.                
  3144.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3145.                        <a href="https://www.fraserdowns.com/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3146.                            <i class="ti-angle-right me-2 text-primary"></i>
  3147.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3148.                        </a>
  3149.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3150.                    </div>
  3151.                
  3152.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3153.                        <a href="https://www.northernstars.ca/"  rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3154.                            <i class="ti-angle-right me-2 text-primary"></i>
  3155.                            <span class="archive-link top-color fw-semibold"> online casinos</span>
  3156.                        </a>
  3157.                        <!-- <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span> -->
  3158.                    </div>
  3159.                
  3160.                </div>
  3161.                
  3162.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3163.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3164.                        <i class="ti-archive me-1"></i>View All Archives
  3165.                    </a>
  3166.                </div> -->
  3167.            </div>
  3168.        </div>
  3169.        
  3170.  
  3171.       <!-- <div class="sidebar-widget mb-5">
  3172.            <div class="widget-title-wrapper mb-3">
  3173.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3174.                    <div class="title-border"></div>
  3175.                    <i class="ti-folder me-2"></i>Blog Archives
  3176.                </h4>
  3177.            </div>
  3178.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3179.                <div class="archives-list">
  3180.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3181.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3182.                            <i class="ti-angle-right me-2 text-primary"></i>
  3183.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3184.                        </a>
  3185.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3186.                    </div>
  3187.  
  3188.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3189.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3190.                            <i class="ti-angle-right me-2 text-primary"></i>
  3191.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3192.                        </a>
  3193.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3194.                    </div>
  3195.  
  3196.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3197.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3198.                            <i class="ti-angle-right me-2 text-primary"></i>
  3199.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3200.                        </a>
  3201.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3202.                    </div>
  3203.  
  3204.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3205.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3206.                            <i class="ti-angle-right me-2 text-primary"></i>
  3207.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3208.                        </a>
  3209.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3210.                    </div>
  3211.  
  3212.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3213.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3214.                            <i class="ti-angle-right me-2 text-primary"></i>
  3215.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3216.                        </a>
  3217.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3218.                    </div>
  3219.  
  3220.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3221.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3222.                            <i class="ti-angle-right me-2 text-primary"></i>
  3223.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3224.                        </a>
  3225.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3226.                    </div>
  3227.                </div>
  3228.                
  3229.                <div class="text-center mt-4 pt-3 border-top border-color">
  3230.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3231.                        <i class="ti-archive me-1"></i>View All Archives
  3232.                    </a>
  3233.                </div>
  3234.            </div>
  3235.        </div> -->
  3236.  
  3237.        <div class="sidebar-widget mb-4">
  3238.            <div class="widget-title-wrapper mb-3">
  3239.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3240.                    <div class="title-border-primary"></div>
  3241.                    <i class="ti-star me-2"></i>Popular Posts
  3242.                </h4>
  3243.            </div>
  3244.            <div class="widget-content border border-color shadow-sm rounded-3 p-4">
  3245.                <div class="popular-post-list">
  3246.                    
  3247.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3248.                        <div class="post-content flex-grow-1">
  3249.                            <h6 class="post-title mb-1">
  3250.                                 <a href="/bahrain-to-argue-at-uk-supreme-court-over-sovereign-immunity-in-spyware-claims/" class="text-decoration-none top-color fw-semibold lh-sm">
  3251.                                            Bahrain to Argue at UK Supreme Court Over Sovereign Immunity in Spyware Claims
  3252.                                            </a>
  3253.                            </h6>
  3254.                            <div class="post-meta">
  3255.                                <small class="text-muted">
  3256.                                    <i class="ti-calendar me-1"></i>12 May 2026
  3257.                                </small>
  3258.                                <!-- <small class="text-muted ms-3">
  3259.                                    <i class="ti-eye me-1"></i>1,234 views
  3260.                                </small> -->
  3261.                            </div>
  3262.                        </div>
  3263.                    </div>
  3264.                    
  3265.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3266.                        <div class="post-content flex-grow-1">
  3267.                            <h6 class="post-title mb-1">
  3268.                                 <a href="/james-cameron-sets-the-record-straight-ai-doesnt-produce-the-avatar-series/" class="text-decoration-none top-color fw-semibold lh-sm">
  3269.                                            James Cameron Sets the Record Straight: ‘AI Doesn’t Produce the Avatar Series’
  3270.                                            </a>
  3271.                            </h6>
  3272.                            <div class="post-meta">
  3273.                                <small class="text-muted">
  3274.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3275.                                </small>
  3276.                                <!-- <small class="text-muted ms-3">
  3277.                                    <i class="ti-eye me-1"></i>1,234 views
  3278.                                </small> -->
  3279.                            </div>
  3280.                        </div>
  3281.                    </div>
  3282.                    
  3283.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3284.                        <div class="post-content flex-grow-1">
  3285.                            <h6 class="post-title mb-1">
  3286.                                 <a href="/bound-isolated-and-frightened-the-grim-reality-for-women-forced-to-have-their-babies-in-detention/" class="text-decoration-none top-color fw-semibold lh-sm">
  3287.                                            Bound, Isolated and Frightened: The Grim Reality for Women Forced to Have Their Babies in Detention.
  3288.                                            </a>
  3289.                            </h6>
  3290.                            <div class="post-meta">
  3291.                                <small class="text-muted">
  3292.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3293.                                </small>
  3294.                                <!-- <small class="text-muted ms-3">
  3295.                                    <i class="ti-eye me-1"></i>1,234 views
  3296.                                </small> -->
  3297.                            </div>
  3298.                        </div>
  3299.                    </div>
  3300.                    
  3301.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3302.                        <div class="post-content flex-grow-1">
  3303.                            <h6 class="post-title mb-1">
  3304.                                 <a href="/a-account-of-surprising-kindness-the-time-a-university-student-allowed-me-to-sleep-on-her-dormitory-ground/" class="text-decoration-none top-color fw-semibold lh-sm">
  3305.                                            A Account of Surprising Kindness: The Time a University Student Allowed Me to Sleep on Her Dormitory Ground
  3306.                                            </a>
  3307.                            </h6>
  3308.                            <div class="post-meta">
  3309.                                <small class="text-muted">
  3310.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3311.                                </small>
  3312.                                <!-- <small class="text-muted ms-3">
  3313.                                    <i class="ti-eye me-1"></i>1,234 views
  3314.                                </small> -->
  3315.                            </div>
  3316.                        </div>
  3317.                    </div>
  3318.                    
  3319.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3320.                        <div class="post-content flex-grow-1">
  3321.                            <h6 class="post-title mb-1">
  3322.                                 <a href="/amid-those-devastated-remains-of-an-apartment-block-i-saw-a-volume-i-had-translated/" class="text-decoration-none top-color fw-semibold lh-sm">
  3323.                                            Amid those Devastated Remains of an Apartment Block, I Saw a Volume I Had Translated
  3324.                                            </a>
  3325.                            </h6>
  3326.                            <div class="post-meta">
  3327.                                <small class="text-muted">
  3328.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3329.                                </small>
  3330.                                <!-- <small class="text-muted ms-3">
  3331.                                    <i class="ti-eye me-1"></i>1,234 views
  3332.                                </small> -->
  3333.                            </div>
  3334.                        </div>
  3335.                    </div>
  3336.                    
  3337.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3338.                        <div class="post-content flex-grow-1">
  3339.                            <h6 class="post-title mb-1">
  3340.                                 <a href="/three-xbox-game-pass-games-we-are-playing-this-weekend-oct-10-12/" class="text-decoration-none top-color fw-semibold lh-sm">
  3341.                                            Three Xbox Game Pass Games We Are Playing This Weekend (Oct. 10-12)
  3342.                                            </a>
  3343.                            </h6>
  3344.                            <div class="post-meta">
  3345.                                <small class="text-muted">
  3346.                                    <i class="ti-calendar me-1"></i>11 May 2026
  3347.                                </small>
  3348.                                <!-- <small class="text-muted ms-3">
  3349.                                    <i class="ti-eye me-1"></i>1,234 views
  3350.                                </small> -->
  3351.                            </div>
  3352.                        </div>
  3353.                    </div>
  3354.                    
  3355.  
  3356.                </div>
  3357.                
  3358.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3359.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3360.                        <i class="ti-trophy me-1"></i>View All Popular
  3361.                    </a>
  3362.                </div> -->
  3363.            </div>
  3364.        </div>
  3365.  
  3366. </div>
  3367.  
  3368. <style>
  3369.     .widget-content {
  3370.        margin-top: -1px;
  3371.        position: relative;
  3372.        z-index: 1;
  3373.         background-color: var(--card-bg);
  3374.    }
  3375. </style>
  3376.  
  3377.    
  3378.            </div>
  3379.        </div>
  3380.    </div>
  3381. </section>
  3382.  
  3383. <script>
  3384. document.addEventListener('DOMContentLoaded', function() {
  3385.    // Simple scroll animation
  3386.    const cards = document.querySelectorAll('.blog-card');
  3387.    
  3388.    const observer = new IntersectionObserver(function(entries) {
  3389.        entries.forEach(entry => {
  3390.            if (entry.isIntersecting) {
  3391.                entry.target.style.opacity = '1';
  3392.                entry.target.style.transform = 'translateY(0)';
  3393.            }
  3394.        });
  3395.    }, {
  3396.        threshold: 0.1
  3397.    });
  3398.  
  3399.    cards.forEach((card, index) => {
  3400.        card.style.opacity = '0';
  3401.        card.style.transform = 'translateY(30px)';
  3402.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3403.        observer.observe(card);
  3404.    });
  3405. });
  3406. </script>
  3407.  
  3408.    
  3409.        
  3410.        <!-- end wpo-blog-highlights-section -->
  3411.        <!-- start wpo-blog-sponsored-section -->
  3412.        
  3413.  
  3414.  
  3415.  
  3416.    
  3417.  
  3418.  
  3419.  
  3420. <style>
  3421.    .sponsored-section-v3 {
  3422.        padding: 0 0 50px;
  3423.    }
  3424.    
  3425.    .sponsored-card-v3 {
  3426.        background: white;
  3427.        border: 1px solid var(--border-color);
  3428.        border-radius: 0;
  3429.        overflow: hidden;
  3430.        transition: all 0.3s ease;
  3431.        height: 100%;
  3432.        position: relative;
  3433.    }
  3434.    
  3435.    .sponsored-card-v3:hover {
  3436.        border-color: #dee2e6;
  3437.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3438.    }
  3439.    
  3440.    .sponsored-image-v3 {
  3441.        position: relative;
  3442.        overflow: hidden;
  3443.        height: 160px;
  3444.    }
  3445.    
  3446.    .sponsored-image-v3 img {
  3447.        width: 100%;
  3448.        height: 100%;
  3449.        object-fit: cover;
  3450.        filter: grayscale(20%);
  3451.        transition: filter 0.3s ease;
  3452.    }
  3453.    
  3454.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3455.        filter: grayscale(0%);
  3456.    }
  3457.    
  3458.    .sponsored-badge-v3 {
  3459.        position: absolute;
  3460.        bottom: auto;
  3461.        left: auto;
  3462.        right: 10px;
  3463.        top: 10px;
  3464.        padding: 8px;
  3465.        font-size: 10px;
  3466.        font-weight: 700;
  3467.        text-transform: uppercase;
  3468.        letter-spacing: 1px;
  3469.        text-align: center;
  3470.    }
  3471.    
  3472.    .sponsored-content-v3 {
  3473.        position: relative;
  3474.        padding: 24px 20px;
  3475.    }
  3476.    
  3477.    .sponsored-title-v3 {
  3478.        font-size: 15px;
  3479.        font-weight: 700;
  3480.        line-height: 1.5;
  3481.        margin-bottom: 18px;
  3482.        min-height: 45px;
  3483.        text-transform: uppercase;
  3484.        letter-spacing: 0.5px;
  3485.    }
  3486.    
  3487.    .sponsored-title-v3 a {
  3488.        text-decoration: none;
  3489.        transition: opacity 0.3s ease;
  3490.    }
  3491.    
  3492.    .sponsored-title-v3 a:hover {
  3493.        opacity: 0.8;
  3494.    }
  3495.    
  3496.    .sponsored-meta-v3 {
  3497.        display: flex;
  3498.        align-items: center;
  3499.        justify-content: space-between;
  3500.        font-size: 11px;
  3501.        font-weight: 600;
  3502.        text-transform: uppercase;
  3503.        letter-spacing: 0.5px;
  3504.        padding-top: 12px;
  3505.        border-top: 1px solid #f1f3f4;
  3506.    }
  3507.    
  3508.    .author-info-v3 {
  3509.        display: flex;
  3510.        align-items: center;
  3511.        gap: 8px;
  3512.    }
  3513.    
  3514.    .sponsored-author-img-v3 {
  3515.        width: 30px;
  3516.        height: 30px;
  3517.        border-radius: 50%;
  3518.        object-fit: cover;
  3519.    }
  3520.    
  3521.    .section-title-sponsored-v3 {
  3522.        font-size: 2.5rem;
  3523.        font-weight: 900;
  3524.        text-align: left;
  3525.        margin-bottom: 30px;
  3526.        letter-spacing: 2px;
  3527.        border-left: 8px solid var(--bs-primary);
  3528.        padding-left: 20px;
  3529.    }
  3530.    
  3531.    .sponsored-overlay-v3 {
  3532.        position: absolute;
  3533.        top: 0;
  3534.        left: 0;
  3535.        right: 0;
  3536.        bottom: 0;
  3537.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3538.        opacity: 0;
  3539.        transition: opacity 0.3s ease;
  3540.    }
  3541.    
  3542.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3543.        opacity: 1;
  3544.    }
  3545.  
  3546.    @media (max-width: 768px) {
  3547.        .sponsored-section-v3 {
  3548.            padding: 0px 0 40px;
  3549.        }
  3550.        .section-title-sponsored-v3 {
  3551.            font-size: 2.2rem;
  3552.            text-align: center;
  3553.            border-left: none;
  3554.            border-bottom: 4px solid;
  3555.            padding-left: 0;
  3556.            padding-bottom: 10px;
  3557.        }
  3558.        .sponsored-content-v3 {
  3559.            padding: 20px 16px;
  3560.        }
  3561.    }
  3562. </style>
  3563.  
  3564. <section class="sponsored-section-v3">
  3565.    <div class="container-fluid fluid-container mt-5">
  3566.        <div class="row">
  3567.            <div class="col-12">
  3568.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3569.            </div>
  3570.        </div>
  3571.        
  3572.        <div class="row g-3">
  3573.            
  3574.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3575.                <div class="card sponsored-card-v3">
  3576.                    <div class="sponsored-overlay-v3"></div>
  3577.                    <div class="sponsored-image-v3">
  3578.                        
  3579.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3580.                        
  3581.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3582.                    </div>
  3583.                    <div class="sponsored-content-v3">
  3584.                        <h3 class="sponsored-title-v3">
  3585.                            <a href="/bahrain-to-argue-at-uk-supreme-court-over-sovereign-immunity-in-spyware-claims/" class="top-color">
  3586.                            Bahrain to Argue at UK Supreme Court Over Sovereign Immunity in Spyware Claims
  3587.                            </a>
  3588.                        </h3>
  3589.                        <div class="sponsored-meta-v3">
  3590.                            <div class="author-info-v3">
  3591.                                
  3592.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="sponsored-author-img-v3">
  3593.                                
  3594.                                <span class="top-color">
  3595.                                    Mark Taylor
  3596.                                </span>
  3597.                            </div>
  3598.                            <span class="top-color">12 May 2026</span>
  3599.                        </div>
  3600.                    </div>
  3601.                </div>
  3602.            </div>
  3603.            
  3604.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3605.                <div class="card sponsored-card-v3">
  3606.                    <div class="sponsored-overlay-v3"></div>
  3607.                    <div class="sponsored-image-v3">
  3608.                        
  3609.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3610.                        
  3611.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3612.                    </div>
  3613.                    <div class="sponsored-content-v3">
  3614.                        <h3 class="sponsored-title-v3">
  3615.                            <a href="/james-cameron-sets-the-record-straight-ai-doesnt-produce-the-avatar-series/" class="top-color">
  3616.                            James Cameron Sets the Record Straight: ‘AI Doesn’t Produce the Avatar Series’
  3617.                            </a>
  3618.                        </h3>
  3619.                        <div class="sponsored-meta-v3">
  3620.                            <div class="author-info-v3">
  3621.                                
  3622.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="sponsored-author-img-v3">
  3623.                                
  3624.                                <span class="top-color">
  3625.                                    Mark Taylor
  3626.                                </span>
  3627.                            </div>
  3628.                            <span class="top-color">11 May 2026</span>
  3629.                        </div>
  3630.                    </div>
  3631.                </div>
  3632.            </div>
  3633.            
  3634.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3635.                <div class="card sponsored-card-v3">
  3636.                    <div class="sponsored-overlay-v3"></div>
  3637.                    <div class="sponsored-image-v3">
  3638.                        
  3639.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3640.                        
  3641.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3642.                    </div>
  3643.                    <div class="sponsored-content-v3">
  3644.                        <h3 class="sponsored-title-v3">
  3645.                            <a href="/bound-isolated-and-frightened-the-grim-reality-for-women-forced-to-have-their-babies-in-detention/" class="top-color">
  3646.                            Bound, Isolated and Frightened: The Grim Reality for Women Forced to Have Their Babies in Detention.
  3647.                            </a>
  3648.                        </h3>
  3649.                        <div class="sponsored-meta-v3">
  3650.                            <div class="author-info-v3">
  3651.                                
  3652.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="sponsored-author-img-v3">
  3653.                                
  3654.                                <span class="top-color">
  3655.                                    Mark Taylor
  3656.                                </span>
  3657.                            </div>
  3658.                            <span class="top-color">11 May 2026</span>
  3659.                        </div>
  3660.                    </div>
  3661.                </div>
  3662.            </div>
  3663.            
  3664.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3665.                <div class="card sponsored-card-v3">
  3666.                    <div class="sponsored-overlay-v3"></div>
  3667.                    <div class="sponsored-image-v3">
  3668.                        
  3669.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3670.                        
  3671.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3672.                    </div>
  3673.                    <div class="sponsored-content-v3">
  3674.                        <h3 class="sponsored-title-v3">
  3675.                            <a href="/a-account-of-surprising-kindness-the-time-a-university-student-allowed-me-to-sleep-on-her-dormitory-ground/" class="top-color">
  3676.                            A Account of Surprising Kindness: The Time a University Student Allowed Me to Sleep on Her Dormitory Ground
  3677.                            </a>
  3678.                        </h3>
  3679.                        <div class="sponsored-meta-v3">
  3680.                            <div class="author-info-v3">
  3681.                                
  3682.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="sponsored-author-img-v3">
  3683.                                
  3684.                                <span class="top-color">
  3685.                                    Mark Taylor
  3686.                                </span>
  3687.                            </div>
  3688.                            <span class="top-color">11 May 2026</span>
  3689.                        </div>
  3690.                    </div>
  3691.                </div>
  3692.            </div>
  3693.            
  3694.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3695.                <div class="card sponsored-card-v3">
  3696.                    <div class="sponsored-overlay-v3"></div>
  3697.                    <div class="sponsored-image-v3">
  3698.                        
  3699.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3700.                        
  3701.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3702.                    </div>
  3703.                    <div class="sponsored-content-v3">
  3704.                        <h3 class="sponsored-title-v3">
  3705.                            <a href="/amid-those-devastated-remains-of-an-apartment-block-i-saw-a-volume-i-had-translated/" class="top-color">
  3706.                            Amid those Devastated Remains of an Apartment Block, I Saw a Volume I Had Translated
  3707.                            </a>
  3708.                        </h3>
  3709.                        <div class="sponsored-meta-v3">
  3710.                            <div class="author-info-v3">
  3711.                                
  3712.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="sponsored-author-img-v3">
  3713.                                
  3714.                                <span class="top-color">
  3715.                                    Mark Taylor
  3716.                                </span>
  3717.                            </div>
  3718.                            <span class="top-color">11 May 2026</span>
  3719.                        </div>
  3720.                    </div>
  3721.                </div>
  3722.            </div>
  3723.            
  3724.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3725.                <div class="card sponsored-card-v3">
  3726.                    <div class="sponsored-overlay-v3"></div>
  3727.                    <div class="sponsored-image-v3">
  3728.                        
  3729.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3730.                        
  3731.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3732.                    </div>
  3733.                    <div class="sponsored-content-v3">
  3734.                        <h3 class="sponsored-title-v3">
  3735.                            <a href="/three-xbox-game-pass-games-we-are-playing-this-weekend-oct-10-12/" class="top-color">
  3736.                            Three Xbox Game Pass Games We Are Playing This Weekend (Oct. 10-12)
  3737.                            </a>
  3738.                        </h3>
  3739.                        <div class="sponsored-meta-v3">
  3740.                            <div class="author-info-v3">
  3741.                                
  3742.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/9ef46ef7-a70e-4ea6-bb05-8240d2d9de69_profile.png" alt="Mark Taylor" style="object-fit: cover;" class="sponsored-author-img-v3">
  3743.                                
  3744.                                <span class="top-color">
  3745.                                    Mark Taylor
  3746.                                </span>
  3747.                            </div>
  3748.                            <span class="top-color">11 May 2026</span>
  3749.                        </div>
  3750.                    </div>
  3751.                </div>
  3752.            </div>
  3753.            
  3754.        </div>
  3755.    </div>
  3756. </section>
  3757.  
  3758.  
  3759.    
  3760.        <!-- end wpo-blog-sponsored-section -->
  3761.        <!-- start wpo-subscribe-section -->
  3762.        
  3763.        <!-- end subscribe-section -->
  3764.        <!-- start of wpo-site-footer-section -->
  3765.        
  3766.  
  3767.  
  3768.  
  3769.  
  3770.  
  3771. <footer class="wpo-site-footer-v3">
  3772.  <!-- Top Section - Logo -->
  3773.  <div class="footer-top-section py-4 border-bottom">
  3774.    <div class="container-fluid fluid-container">
  3775.      <div class="row justify-content-center">
  3776.        <div class="col-12 text-center">
  3777.          <div class="brand-logo">
  3778.            
  3779.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/e47e1ba5-6011-45ff-9cf4-a0ad3c5405bb_logo.png" alt="Creative Palace" class="footer-logo" />
  3780.            
  3781.            <p class="brand-tagline mt-2">Explore Creative Palace for innovative art tutorials, design tips, and creative projects that inspire artists and designers of all skill levels to unleash their imagination.</p>
  3782.          </div>
  3783.        </div>
  3784.      </div>
  3785.    </div>
  3786.  </div>
  3787.  
  3788.  <!-- Main Content -->
  3789.  <div class="footer-main-content pt-4">
  3790.    <div class="container-fluid fluid-container">
  3791.      <div class="row justify-content-center">
  3792.        <!-- Single Column: Quick Links -->
  3793.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3794.          <div class="footer-column">
  3795.            <h5 class="column-title">Quick Links</h5>
  3796.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3797.              
  3798.                <li>
  3799.                  <a class="menu-link" href="/united-arab-emirates-declines-to-join-gazan-security-force-lacking-defined-legal-framework/">United Arab Emirates Declines to Join Gazan Security Force Lacking Defined Legal Framework</a>
  3800.                </li>
  3801.              
  3802.                <li>
  3803.                  <a class="menu-link" href="/virginias-new-governor-makes-a-landmark-as-virginias-initial-woman-governor/">Virginia&#x27;s New Governor Makes a Landmark as Virginia&#x27;s Initial Woman Governor</a>
  3804.                </li>
  3805.              
  3806.                <li>
  3807.                  <a class="menu-link" href="/when-did-i-get-that-attractive-bruce-springsteen-on-watching-the-actor-portray-him-on-screen/">‘When Did I Get That Attractive?’: Bruce Springsteen on Watching The Actor Portray Him On Screen</a>
  3808.                </li>
  3809.              
  3810.                <li>
  3811.                  <a class="menu-link" href="/jennifer-waltons-debut-record-daughters-delves-into-grief-and-style/">Jennifer Walton&#x27;s Debut Record &quot;Daughters&quot; Delves Into Grief and Style</a>
  3812.                </li>
  3813.              
  3814.                <li>
  3815.                  <a class="menu-link" href="/putin-assures-steady-crude-oil-shipments-to-the-indian-nation-in-defiance-of-american-pressure/">Putin Assures Steady Crude Oil Shipments to the Indian Nation in Defiance of American Pressure</a>
  3816.                </li>
  3817.              
  3818.                <li>
  3819.                  <a class="menu-link" href="/gaza-strip-conflict-in-maps-following-two-years-of-hostilities/">Gaza Strip Conflict in Maps Following Two Years of Hostilities</a>
  3820.                </li>
  3821.              
  3822.            </ul>
  3823.          </div>
  3824.        </div>
  3825.  
  3826.        <!-- Single Column: Top Categories -->
  3827.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3828.          <div class="footer-column">
  3829.            <h5 class="column-title">Top Categories</h5>
  3830.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3831.              
  3832.                <li>
  3833.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3834.                </li>
  3835.              
  3836.                <li>
  3837.                  <a class="menu-link" href="/category/business/">Business</a>
  3838.                </li>
  3839.              
  3840.                <li>
  3841.                  <a class="menu-link" href="/category/esports/">Esports</a>
  3842.                </li>
  3843.              
  3844.                <li>
  3845.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  3846.                </li>
  3847.              
  3848.                <li>
  3849.                  <a class="menu-link" href="/category/featured/">Featured</a>
  3850.                </li>
  3851.              
  3852.            </ul>
  3853.          </div>
  3854.        </div>
  3855.  
  3856.        <!-- Single Column: Blog Rolls -->
  3857.      <div class="col-12 text-center border-bottom pb-4">
  3858.          <div class="footer-column">
  3859.            <h5 class="column-title">Blog Rolls</h5>
  3860.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3861.              
  3862.              
  3863.  
  3864.              
  3865.              
  3866.                
  3867.              
  3868.            </ul>
  3869.          </div>
  3870.        </div>
  3871.      </div>
  3872.    </div>
  3873.  </div>
  3874.  
  3875.  <!-- Footer Bottom -->
  3876.  <div class="footer-bottom py-3">
  3877.    <div class="container-fluid fluid-container">
  3878.      <div class="row justify-content-center">
  3879.        <div class="col-12 text-center">
  3880.          <div class="bottom-content">
  3881.            <div class="copyright-info mb-3">
  3882.              <p class="mb-0 text-info">
  3883.                &copy; 2026 <strong>Creative Palace</strong>. All rights reserved.
  3884.              </p>
  3885.            </div>
  3886.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  3887.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3888.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3889.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3890.            </div>
  3891.          </div>
  3892.        </div>
  3893.      </div>
  3894.    </div>
  3895.  </div>
  3896. </footer>
  3897.  
  3898. <style>
  3899. .wpo-site-footer-v3 {
  3900.    background: var(--card-bg) !important;
  3901. }
  3902.  
  3903. .footer-logo {
  3904.    height: 60px;
  3905.    width: auto;
  3906. }
  3907. .text-info{
  3908.    color: var(--topbar-color) !important;
  3909. }
  3910.  
  3911. .brand-title {
  3912.    font-size: 22px;
  3913.    font-weight: 700;
  3914.    color: var(--topbar-color);
  3915.    margin: 0;
  3916. }
  3917.  
  3918. .brand-tagline {
  3919.    font-size: 14px;
  3920.    color: var(--topbar-color);
  3921.    margin: 0;
  3922. }
  3923.  
  3924. .column-title {
  3925.    font-size: 16px;
  3926.    font-weight: 600;
  3927.    color: var(--topbar-color) !important;
  3928.    margin-bottom: 15px;
  3929. }
  3930.  
  3931. .footer-menu {
  3932.    margin: 0;
  3933. }
  3934.  
  3935. .menu-link {
  3936.    color: var(--topbar-color) !important;
  3937.    text-decoration: none;
  3938.    font-size: 14px;
  3939.    transition: color 0.3s ease;
  3940. }
  3941.  
  3942. .menu-link:hover {
  3943.    color: var(--primary-color);
  3944. }
  3945.  
  3946. .footer-bottom {
  3947.    font-size: 13px;
  3948. }
  3949.  
  3950. .utility-link {
  3951.    color: var(--topbar-color) !important;
  3952.    text-decoration: none;
  3953.    font-size: 13px;
  3954.    transition: color 0.3s ease;
  3955. }
  3956. /* Responsive Design */
  3957. @media (max-width: 768px) {
  3958.    .footer-logo {
  3959.        height: 50px;
  3960.    }
  3961.    
  3962.    .column-title {
  3963.        font-size: 15px;
  3964.    }
  3965.    
  3966.    .menu-link {
  3967.        font-size: 13px;
  3968.    }
  3969. }
  3970.  
  3971. @media (max-width: 576px) {
  3972.    .brand-title {
  3973.        font-size: 20px;
  3974.    }
  3975.    
  3976.    .brand-tagline {
  3977.        font-size: 13px;
  3978.    }
  3979.    
  3980.    .cta-btn {
  3981.        font-size: 12px;
  3982.        padding: 5px 12px;
  3983.    }
  3984. }
  3985. </style>
  3986.  
  3987. <script>
  3988. // Prevent default for placeholder links
  3989. document.addEventListener('DOMContentLoaded', function() {
  3990.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3991.        anchor.addEventListener('click', function(e) {
  3992.            e.preventDefault();
  3993.        });
  3994.    });
  3995. });
  3996. document.addEventListener('DOMContentLoaded', function () {
  3997.    var btn = document.getElementById('toggleBlogRollLinks');
  3998.    if (!btn) return; // No extra items, no button
  3999.  
  4000.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4001.  
  4002.    btn.addEventListener('click', function () {
  4003.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4004.            return li.classList.contains('d-none');
  4005.        });
  4006.  
  4007.        extras.forEach(function (li) {
  4008.            if (anyHidden) {
  4009.                li.classList.remove('d-none');
  4010.                li.classList.add('show');
  4011.            } else {
  4012.                li.classList.add('d-none');
  4013.                li.classList.remove('show');
  4014.            }
  4015.        });
  4016.  
  4017.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4018.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4019.    });
  4020. });
  4021.  
  4022. </script>
  4023.  
  4024.        <!-- end of wpo-site-footer-section -->
  4025.    </div>
  4026.    <!-- end of page-wrapper -->
  4027.  
  4028.    <!-- All JavaScript files
  4029.    ================================================== -->
  4030.    
  4031.  
  4032. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4033. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4034. <!-- Plugins for this template -->
  4035. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4036. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4037. <!-- Custom script for this template -->
  4038. <script src="/static/blogapp/assets/js/script.js"></script>
  4039.  
  4040. <script>
  4041. (function () {
  4042. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4043. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4044.  
  4045. function applyFallback(img) {
  4046. if (!img || img.dataset.fallbackApplied === "1") {
  4047. return;
  4048. }
  4049. var failedSrc = img.currentSrc || img.src || "";
  4050. img.dataset.fallbackApplied = "1";
  4051. img.onerror = null;
  4052. img.src = fallbackImageSrc;
  4053. console.warn("[ImageFallback] Replaced broken image:", {
  4054. failedSrc: failedSrc,
  4055. fallbackSrc: fallbackImageSrc,
  4056. alt: img.alt || "",
  4057. });
  4058. }
  4059.  
  4060. document.querySelectorAll("img").forEach(function (img) {
  4061. if (img.complete && img.naturalWidth === 0) {
  4062. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4063. failedSrc: img.currentSrc || img.src || "",
  4064. alt: img.alt || "",
  4065. });
  4066. applyFallback(img);
  4067. }
  4068. });
  4069.  
  4070. document.addEventListener(
  4071. "error",
  4072. function (event) {
  4073. var target = event.target;
  4074. if (target && target.tagName === "IMG") {
  4075. applyFallback(target);
  4076. }
  4077. },
  4078. true
  4079. );
  4080. })();
  4081. </script>
  4082.  
  4083. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4084.  
  4085.  
  4086.  
  4087. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"88fd3470eadd43d194ae569178ce9ed9","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4088. </body>
  4089.  
  4090. </html>
  4091.  
  4092.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda