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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="karla">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_85_8duXbg0_qk7UyIh_iGoNxem.png">
  14.    
  15.  
  16.    <title>FastSpace: Tech Insights, Reviews and Innovation Updates</title>
  17.    <meta name="description" content="FastSpace delivers expert tech insights, in-depth reviews, and the latest innovation updates to keep you ahead in the digital world.">
  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://fastspace.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #52b69a;
  42.        --bs-primary-rgb: 52b69a;
  43.        --bs-secondary: #71717a;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #ecfdf5;
  49.        --bs-dark: #1b4332;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #52b69a;
  53.        --theme-primary-color-s2: #52b69a;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1b4332;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1b4332;
  59.        --border-color: #99f6e4;
  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: #ccfbf1;
  75.        --navbar-color: #1b4332;
  76.        --topbar-bg: #ecfdf5;
  77.        --topbar-color: #1b4332;
  78.        --footer-bg: #1b4332;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 12px;
  83.        --link-color: #52b69a;
  84.        --link-hover: #3d8b74;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(82, 182, 154, 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_34">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="">
  412.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  413.          </div>
  414.  
  415.          <!-- Add an id to the marquee -->
  416.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.            <p class="text-center">
  418.              
  419.               <a href="/tottenham-ease-pressure-on-frank-as-simons-seals-straightforward-victory-over-slavia-prague/" class="px-5 top-color">
  420.                    Tottenham Ease Pressure on Frank as Simons Seals Straightforward Victory Over Slavia Prague
  421.                  </a>
  422.              
  423.               <a href="/the-story-of-leonard-and-hungry-paul-review-a-soothing-series-with-narration-from-the-famous-actress-brings-an-ideal-cure-to-contemporary-living/" class="px-5 top-color">
  424.                    The Story of Leonard and Hungry Paul Review: A Soothing Series With Narration from the Famous Actress Brings an Ideal Cure to Contemporary Living
  425.                  </a>
  426.              
  427.               <a href="/how-to-flawless-butter-paneer-recipe/" class="px-5 top-color">
  428.                    How to Flawless Butter Paneer – Recipe
  429.                  </a>
  430.              
  431.               <a href="/uk-and-scottish-government-governments-disagree-over-who-should-pay-the-245-million-bill-for-donald-trump-and-jd-vance-visits/" class="px-5 top-color">
  432.                    UK and Scottish government Governments Disagree Over Who Should Pay the £24.5 million Bill for Donald Trump and JD Vance Visits
  433.                  </a>
  434.              
  435.               <a href="/high-court-backs-redrawn-lone-star-state-house-districts/" class="px-5 top-color">
  436.                    High Court Backs Redrawn Lone Star State House Districts.
  437.                  </a>
  438.              
  439.            </p>
  440.          </marquee>
  441.        </div>
  442.      </div>
  443.    </div>
  444.  </div>
  445. </div>
  446. <style>
  447.  .tilt-button {
  448.  padding: 0.5rem 1rem;
  449.  white-space: nowrap;
  450.  font-weight: bold;
  451.  display: inline-block;
  452.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  453.  transition: background 0.3s ease;
  454. }
  455.  
  456.  
  457. </style>
  458. <script>
  459.  // Stop/start marquee when hovering or focusing links inside it
  460.  document.addEventListener("DOMContentLoaded", function () {
  461.    const marquee = document.getElementById("newsMarquee");
  462.    if (!marquee) return;
  463.  
  464.    marquee.querySelectorAll("a").forEach((link) => {
  465.      link.addEventListener("mouseenter", () => marquee.stop());
  466.      link.addEventListener("mouseleave", () => marquee.start());
  467.      // keyboard accessibility
  468.      link.addEventListener("focus", () => marquee.stop());
  469.      link.addEventListener("blur", () => marquee.start());
  470.    });
  471.  });
  472. </script>
  473.  
  474.  
  475.  
  476.            
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. <header class="custom-header mb-4">
  484.    <!-- Logo Section - Top Centered -->
  485.    <div class="logo-container">
  486.        <div class="container-fluid fluid-container">
  487.            <a class="brand-link" href="/">
  488.                
  489.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/16c34b69-802d-455b-aec2-82c7d6a88c7a_logo.png" alt="FastSpace" />
  490.                
  491.            </a>
  492.        </div>
  493.    </div>
  494.  
  495.    <!-- Navigation Section -->
  496.    <div class="navigation-container">
  497.        <div class="container-fluid fluid-container">
  498.            <div class="nav-content">
  499.                <!-- Mobile toggle button -->
  500.                <button class="mobile-nav-toggle" type="button" onclick="toggleNav()">
  501.                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  502.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  503.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  504.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  505.                    </svg>
  506.                </button>
  507.  
  508.                <!-- Navigation Links - Left Side -->
  509.                <nav class="primary-nav navbar navbar-expand-lg">
  510.                    <ul class="navbar-nav align-items-center me-auto mb-2 mb-lg-0">
  511.  
  512.                        
  513.                        <li class="nav-item">
  514.                            <a href="/" class="nav-link active">HOME</a>
  515.                        </li>
  516.                        
  517.                        
  518.                         <li class="nav-item">
  519.                            <a href="/category/all-posts/" class="nav-link">
  520.                                ALL POSTS
  521.                            </a>
  522.                            </li>
  523.  
  524.                            
  525.  
  526.                                    
  527.                                    
  528.                            
  529.                         <li class="nav-item">
  530.                            <a href="/category/business/" class="nav-link">
  531.                                BUSINESS
  532.                            </a>
  533.                            </li>
  534.  
  535.                            
  536.  
  537.                                    
  538.                                    
  539.                            
  540.                         <li class="nav-item">
  541.                            <a href="/category/esports/" class="nav-link">
  542.                                ESPORTS
  543.                            </a>
  544.                            </li>
  545.  
  546.                            
  547.  
  548.                                    
  549.                                    
  550.                            
  551.                         <li class="nav-item">
  552.                            <a href="/category/fashion/" class="nav-link">
  553.                                FASHION
  554.                            </a>
  555.                            </li>
  556.  
  557.                            
  558.  
  559.                                    
  560.                                    
  561.                            
  562.                         <li class="nav-item">
  563.                            <a href="/category/featured/" class="nav-link">
  564.                                FEATURED
  565.                            </a>
  566.                            </li>
  567.  
  568.                            
  569.  
  570.                                    
  571.                                    
  572.                            
  573.                        
  574.                            
  575.                            <li class="nav-item dropdown">
  576.                                <a class="nav-link dropdown-toggle" href="#" id="moreDropdown" role="button"
  577.                                    data-bs-toggle="dropdown" aria-expanded="false">
  578.                                    More
  579.                                </a>
  580.                                <ul class="dropdown-menu" aria-labelledby="moreDropdown">
  581.                                    <li>
  582.                                        <a class="dropdown-item"
  583.                                            href="/category/gaming/">
  584.                                            GAMING
  585.                                        </a>
  586.                                    </li>
  587.  
  588.                                    
  589.  
  590.                                    
  591.                                    
  592.                            
  593.                        
  594.                                    <li>
  595.                                        <a class="dropdown-item"
  596.                                            href="/category/health/">
  597.                                            HEALTH
  598.                                        </a>
  599.                                    </li>
  600.                                    
  601.  
  602.                                    
  603.                                    
  604.                            
  605.                        
  606.                                    <li>
  607.                                        <a class="dropdown-item"
  608.                                            href="/category/life-fitness/">
  609.                                            LIFE &amp; FITNESS
  610.                                        </a>
  611.                                    </li>
  612.                                    
  613.  
  614.                                    
  615.                                    
  616.                            
  617.                        
  618.                                    <li>
  619.                                        <a class="dropdown-item"
  620.                                            href="/category/lifestyle/">
  621.                                            LIFESTYLE
  622.                                        </a>
  623.                                    </li>
  624.                                    
  625.  
  626.                                    
  627.                                    
  628.                            
  629.                        
  630.                                    <li>
  631.                                        <a class="dropdown-item"
  632.                                            href="/category/news/">
  633.                                            NEWS
  634.                                        </a>
  635.                                    </li>
  636.                                    
  637.  
  638.                                    
  639.                                    
  640.                            
  641.                        
  642.                                    <li>
  643.                                        <a class="dropdown-item"
  644.                                            href="/category/others/">
  645.                                            OTHERS
  646.                                        </a>
  647.                                    </li>
  648.                                    
  649.  
  650.                                    
  651.                                    
  652.                            
  653.                        
  654.                                    <li>
  655.                                        <a class="dropdown-item"
  656.                                            href="/category/politics/">
  657.                                            POLITICS
  658.                                        </a>
  659.                                    </li>
  660.                                    
  661.  
  662.                                    
  663.                                    
  664.                            
  665.                        
  666.                                    <li>
  667.                                        <a class="dropdown-item"
  668.                                            href="/category/sports/">
  669.                                            SPORTS
  670.                                        </a>
  671.                                    </li>
  672.                                    
  673.  
  674.                                    
  675.                                    
  676.                            
  677.                        
  678.                                    <li>
  679.                                        <a class="dropdown-item"
  680.                                            href="/category/tech/">
  681.                                            TECH
  682.                                        </a>
  683.                                    </li>
  684.                                    
  685.  
  686.                                    
  687.                                    
  688.                            
  689.                        
  690.                                    <li>
  691.                                        <a class="dropdown-item"
  692.                                            href="/category/travel/">
  693.                                            TRAVEL
  694.                                        </a>
  695.                                    </li>
  696.                                    
  697.  
  698.                                    
  699.                                    
  700.                                </ul>
  701.                            </li>
  702.                            
  703.                            
  704. <li>
  705.                  <a href="/page/contact-us/">
  706.                     Contact Us
  707.                  </a>
  708.              </li>
  709.                    </ul>
  710.                </nav>
  711.  
  712.  
  713.                <!-- Search - Right Side -->
  714.                <div class="search-wrapper">
  715.                    <input type="search" class="search-input-field" placeholder="Search...">
  716.                    <!-- <button class="search-submit-btn" type="submit">
  717.                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  718.                            stroke-width="2">
  719.                            <circle cx="11" cy="11" r="8"></circle>
  720.                            <path d="m21 21-4.35-4.35"></path>
  721.                        </svg>
  722.                    </button> -->
  723.                        <!-- The search results will be displayed here -->
  724.          <div id="search-results" class="search-results-container search-v1"></div>
  725.                </div>
  726.            </div>
  727.        </div>
  728.    </div>
  729. </header>
  730.  
  731.  
  732. <script>
  733.    function toggleNav() {
  734.        const nav = document.getElementById('primaryNav');
  735.        const toggle = document.querySelector('.mobile-nav-toggle');
  736.  
  737.        nav.classList.toggle('show');
  738.        toggle.classList.toggle('active');
  739.    }
  740.  
  741.    // Close nav when clicking outside
  742.    document.addEventListener('click', function (event) {
  743.        const nav = document.getElementById('primaryNav');
  744.        const toggle = document.querySelector('.mobile-nav-toggle');
  745.  
  746.        if (!nav.contains(event.target) && !toggle.contains(event.target)) {
  747.            nav.classList.remove('show');
  748.            toggle.classList.remove('active');
  749.        }
  750.    });
  751.  
  752.    // Close nav when window is resized to desktop
  753.    window.addEventListener('resize', function () {
  754.        if (window.innerWidth > 768) {
  755.            document.getElementById('primaryNav').classList.remove('show');
  756.            document.querySelector('.mobile-nav-toggle').classList.remove('active');
  757.        }
  758.    });
  759.  
  760. </script>
  761.  
  762. <style>
  763.    .custom-header {
  764.        background: var(--navbar-bg);
  765.        border-bottom: 1px solid var(--border-color);
  766.        position: sticky;
  767.        top: 0;
  768.        z-index: 1000;
  769.        padding: 0px 10px;
  770.    }
  771.  
  772.    /* Logo Section - Top Centered */
  773.    .logo-container {
  774.        text-align: center;
  775.        padding: 10px 0;
  776.        background: var(--navbar-bg);
  777.        border-bottom: 1px solid var(--border-color);
  778.    }
  779.  
  780.    .brand-link {
  781.        display: inline-flex;
  782.        align-items: center;
  783.        text-decoration: none;
  784.    }
  785.  
  786.    .brand-link img {
  787.        height: 100px;
  788.        width: auto;
  789.    }
  790.  
  791.    /* Navigation Section */
  792.    .navigation-container {
  793.        background: var(--navbar-bg);
  794.        padding: 0;
  795.    }
  796.  
  797.    .nav-content {
  798.        display: flex;
  799.        align-items: center;
  800.        justify-content: space-between;
  801.        min-height: 60px;
  802.        position: relative;
  803.    }
  804.  
  805.    /* Mobile toggle button */
  806.    .mobile-nav-toggle {
  807.        display: none;
  808.        background: var(--navbar-bg);
  809.        border: 2px solid var(--bs-primary);
  810.        color: var(--navbar-color);
  811.        padding: 8px;
  812.        border-radius: 12px;
  813.        cursor: pointer;
  814.        transition: all 0.3s ease;
  815.    }
  816.  
  817.    .mobile-nav-toggle:hover {
  818.        background: var(--bs-primary);
  819.        color: var(--link-color) !important;
  820.    }
  821.  
  822.    /* Navigation Links - Left Side */
  823.    .primary-nav {
  824.        flex: 1;
  825.    }
  826.  
  827.    .nav-links-list {
  828.        display: flex;
  829.        list-style: none;
  830.        margin: 0;
  831.        padding: 0;
  832.        gap: 5px;
  833.        align-items: center;
  834.    }
  835.  
  836.    .nav-item {
  837.        display: block;
  838.        padding: 8px 16px;
  839.        color: #333;
  840.        text-decoration: none;
  841.        font-weight: 500;
  842.        font-size: 14px;
  843.        text-transform: uppercase;
  844.        letter-spacing: 0.5px;
  845.        border-radius: 12px;
  846.        transition: all 0.3s ease;
  847.        white-space: nowrap;
  848.    }
  849.  
  850.    .nav-item:hover {
  851.        background: rgba(0, 123, 255, 0.19);
  852.        color: var(--navbar-color);
  853.    }
  854.  
  855.    .nav-item.active {
  856.        background: var(--bs-primary);
  857.        color: var(--link-color) !important;
  858.        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  859.    }
  860.  
  861.    /* Search Container - Right Side */
  862.    .search-wrapper {
  863.        display: flex;
  864.        align-items: center;
  865.        gap: 8px;
  866.    }
  867.  
  868.    .search-input-field {
  869.        padding: 12px 18px;
  870.        border: 2px solid var(--border-color);
  871.        border-radius: 12px;
  872.        background: var(--navbar-bg);
  873.        color: var(--navbar-color);
  874.        font-size: 14px;
  875.        width: 250px;
  876.        transition: all 0.3s ease;
  877.    }
  878.  
  879.    .search-input-field::placeholder {
  880.        color: #6c757d;
  881.    }
  882.  
  883.    .search-input-field:focus {
  884.        outline: none;
  885.        background: white;
  886.        border-color: var(--bs-primary);
  887.        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  888.    }
  889.  
  890.    .search-submit-btn {
  891.        background: var(--bs-primary);
  892.        border: none;
  893.        color: white;
  894.        padding: 12px;
  895.        border-radius: 12px;
  896.        cursor: pointer;
  897.        transition: all 0.3s ease;
  898.        display: flex;
  899.        align-items: center;
  900.        justify-content: center;
  901.    }
  902.  
  903.    .search-submit-btn:hover {
  904.        transform: scale(1.05);
  905.        opacity: 0.7;
  906.    }
  907.  
  908.    /* Tablet responsiveness */
  909.    @media (max-width: 1200px) {
  910.        .nav-item {
  911.            font-size: 13px;
  912.        }
  913.  
  914.        .search-input-field {
  915.            width: 220px;
  916.        }
  917.    }
  918.  
  919.    @media (max-width: 1024px) {
  920.        .nav-item {
  921.            font-size: 13px;
  922.        }
  923.  
  924.        .search-input-field {
  925.            width: 200px;
  926.        }
  927.    }
  928.  
  929.    @media (max-width: 900px) {
  930.        .nav-item {
  931.            font-size: 12px;
  932.        }
  933.  
  934.        .search-input-field {
  935.            width: 180px;
  936.        }
  937.    }
  938.  
  939.    /* Mobile responsiveness */
  940.    @media (max-width: 768px) {
  941.        .container-fluid {
  942.            padding: 0 15px;
  943.        }
  944.  
  945.        .logo-container {
  946.            padding: 15px 0;
  947.        }
  948.  
  949.        .brand-link img {
  950.            height: 40px;
  951.        }
  952.  
  953.        /* Show mobile toggle */
  954.        .mobile-nav-toggle {
  955.            display: block;
  956.        }
  957.  
  958.        .nav-content {
  959.            min-height: 50px;
  960.            padding: 10px 0;
  961.        }
  962.  
  963.        /* Hide navigation on mobile by default */
  964.        .primary-nav {
  965.            position: absolute;
  966.            top: 100%;
  967.            left: 0;
  968.            right: 0;
  969.            background: var(--navbar-bg);
  970.            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  971.            border-radius: 0 0 10px 10px;
  972.            transform: translateY(-100%);
  973.            opacity: 0;
  974.            visibility: hidden;
  975.            transition: all 0.3s ease;
  976.            z-index: 999;
  977.        }
  978.  
  979.        /* Show navigation when toggled */
  980.        .primary-nav.show {
  981.            transform: translateY(0);
  982.            opacity: 1;
  983.            visibility: visible;
  984.        }
  985.  
  986.        .nav-links-list {
  987.            flex-direction: column;
  988.            gap: 0;
  989.            padding: 15px 0;
  990.        }
  991.  
  992.        .nav-item {
  993.            border-bottom: 1px solid #eee;
  994.            text-align: left;
  995.            border-radius: 0;
  996.            width: 100%;
  997.        }
  998.  
  999.        .nav-item:last-child {
  1000.            border-bottom: none;
  1001.        }
  1002.  
  1003.        /* Search stays visible on mobile - right side */
  1004.        .search-wrapper {
  1005.            margin-left: auto;
  1006.        }
  1007.  
  1008.        .search-input-field {
  1009.            width: 160px;
  1010.            padding: 10px 15px;
  1011.            font-size: 13px;
  1012.        }
  1013.  
  1014.        .search-submit-btn {
  1015.            padding: 10px;
  1016.        }
  1017.    }
  1018.  
  1019.    @media (max-width: 576px) {
  1020.        .logo-container {
  1021.            padding: 12px 0;
  1022.        }
  1023.  
  1024.        .brand-link img {
  1025.            height: 35px;
  1026.        }
  1027.  
  1028.        .search-input-field {
  1029.            width: 140px;
  1030.            font-size: 12px;
  1031.        }
  1032.  
  1033.        .nav-content {
  1034.            gap: 10px;
  1035.        }
  1036.    }
  1037.  
  1038.    @media (max-width: 480px) {
  1039.        .container-fluid {
  1040.            padding: 0 10px;
  1041.        }
  1042.  
  1043.        .search-input-field {
  1044.            width: 120px;
  1045.        }
  1046.  
  1047.        .mobile-nav-toggle {
  1048.            padding: 6px;
  1049.        }
  1050.  
  1051.        .nav-item {
  1052.            font-size: 13px;
  1053.        }
  1054.    }
  1055.  
  1056.    @media (max-width: 400px) {
  1057.        .search-input-field {
  1058.            width: 100px;
  1059.            font-size: 11px;
  1060.            padding: 8px 12px;
  1061.        }
  1062.  
  1063.        .search-submit-btn {
  1064.            padding: 8px;
  1065.        }
  1066.  
  1067.        .search-submit-btn svg {
  1068.            width: 14px;
  1069.            height: 14px;
  1070.        }
  1071.    }
  1072.  
  1073.      /* search field */
  1074.  .search-results-container {
  1075.  position: absolute;
  1076.  top: 100%; /* Position it below the input field */
  1077.  left: 0;
  1078.  right: 0;
  1079.  background-color: white;
  1080.  border: 1px solid #ddd;
  1081.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1082.  max-height: 300px;
  1083.  overflow-y: auto;
  1084.  z-index: 1000;
  1085.  display: none; /* Initially hidden */
  1086. }
  1087.  
  1088. .search-results-container p {
  1089.  margin: 0;
  1090. }
  1091.  
  1092. .search-results-container .result-item {
  1093.  padding: 10px;
  1094.  cursor: pointer;
  1095. }
  1096.  
  1097. .search-results-container .result-item:hover {
  1098.  background-color: #f0f0f0;
  1099. }
  1100.  
  1101. </style>
  1102.  
  1103. <script>
  1104.  document.addEventListener("DOMContentLoaded", function () {
  1105.    const searchInput = document.querySelector(".search-input-field");
  1106.    const searchResults = document.getElementById("search-results");
  1107.  
  1108.    if (!searchInput || !searchResults) return; // Safety check
  1109.  
  1110.    // 🔍 Handle typing
  1111.    searchInput.addEventListener("keyup", function (e) {
  1112.      e.preventDefault();
  1113.  
  1114.      const query = searchInput.value.trim();
  1115.  
  1116.      if (query === "") {
  1117.        searchResults.innerHTML = "";
  1118.        searchResults.style.display = "none";
  1119.        return;
  1120.      }
  1121.  
  1122.      searchResults.style.display = "block";
  1123.  
  1124.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1125.        method: "GET",
  1126.        headers: {
  1127.          "X-Requested-With": "XMLHttpRequest",
  1128.        },
  1129.      })
  1130.        .then(response => response.json())
  1131.        .then(data => {
  1132.          if (data.html) {
  1133.            searchResults.innerHTML = data.html;
  1134.          } else {
  1135.            searchResults.innerHTML = "<p>No results found.</p>";
  1136.          }
  1137.        })
  1138.        .catch(error => {
  1139.          console.error("Error fetching search results:", error);
  1140.        });
  1141.    });
  1142.  
  1143.    // 🖱️ Close results when clicking outside
  1144.    document.addEventListener("click", function (e) {
  1145.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1146.        searchResults.style.display = "none";
  1147.      }
  1148.    });
  1149.  
  1150.    // ⌨️ Close results when pressing Escape
  1151.    document.addEventListener("keydown", function (e) {
  1152.      if (e.key === "Escape") {
  1153.        searchResults.style.display = "none";
  1154.      }
  1155.    });
  1156.  });
  1157. </script>
  1158.  
  1159.        </header>
  1160.        <!-- end of header -->
  1161.        <!-- start of wpo-blog-hero -->
  1162.        
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170. <div class="blog-hero-v6">
  1171.    <div class="container-fluid fluid-container">
  1172.        
  1173.        <!-- Top Section - Two Column Layout -->
  1174.        <div class="row g-4 mb-5">
  1175.            <!-- Main Featured Article - Left -->
  1176.            
  1177.  
  1178.            <div class="col-lg-6 col-md-12">
  1179.                <article class="main-featured">
  1180.                    <div class="featured-image-container">
  1181.                        
  1182.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1183.                                class="featured-image" style="object-fit: cover;" alt="">
  1184.                        
  1185.                        <div class="category-tag bg-primary-gradient">News</div>
  1186.                    </div>
  1187.                    <div class="featured-content">
  1188.                        <h1 class="featured-title"><a class="top-color" href="/medical-experts-from-the-scottish-region-and-the-us-accomplish-historic-stroke-procedure-via-robotic-system/" >
  1189.                                        Medical Experts from the Scottish region and the US Accomplish Historic Stroke Procedure Via Robotic System
  1190.                                    </a></h1>
  1191.                        <p class="featured-summary"></p>
  1192.                        <div class="article-meta">
  1193.                            <div class="author-info">
  1194.                                
  1195.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c39cc03f-f897-4b84-b2c2-11182152168c_profile.png" alt="Robert Nguyen" style="object-fit: cover;" class="author-pic">
  1196.                                
  1197.                                <div class="author-text">
  1198.                                    <span class="author-name">Robert Nguyen</span>
  1199.                                    <span class="post-time">14 May 2026</span>
  1200.                                    
  1201.                                </div>
  1202.                            </div>
  1203.                            <div class="reading-info">
  1204.                                <!-- <span class="read-time">4 min read</span> -->
  1205.                            </div>
  1206.                        </div>
  1207.                    </div>
  1208.                </article>
  1209.            </div>
  1210.            
  1211.  
  1212.            <div class="col-lg-6 col-md-12">
  1213.                <article class="main-featured">
  1214.                    <div class="featured-image-container">
  1215.                        
  1216.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1217.                                class="featured-image" style="object-fit: cover;" alt="">
  1218.                        
  1219.                        <div class="category-tag bg-primary-gradient">News</div>
  1220.                    </div>
  1221.                    <div class="featured-content">
  1222.                        <h1 class="featured-title"><a class="top-color" href="/beijings-new-artificial-intelligence-guidelines-focus-on-youth-protection-and-self-harm-prevention-reduction/" >
  1223.                                        Beijing&#x27;s New Artificial Intelligence Guidelines Focus on Youth Protection and Self-Harm Prevention Reduction.
  1224.                                    </a></h1>
  1225.                        <p class="featured-summary"></p>
  1226.                        <div class="article-meta">
  1227.                            <div class="author-info">
  1228.                                
  1229.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c39cc03f-f897-4b84-b2c2-11182152168c_profile.png" alt="Robert Nguyen" style="object-fit: cover;" class="author-pic">
  1230.                                
  1231.                                <div class="author-text">
  1232.                                    <span class="author-name">Robert Nguyen</span>
  1233.                                    <span class="post-time">13 May 2026</span>
  1234.                                    
  1235.                                </div>
  1236.                            </div>
  1237.                            <div class="reading-info">
  1238.                                <!-- <span class="read-time">4 min read</span> -->
  1239.                            </div>
  1240.                        </div>
  1241.                    </div>
  1242.                </article>
  1243.            </div>
  1244.            
  1245.  
  1246.        </div>
  1247.  
  1248.        <!-- Bottom Section - Three Column Grid -->
  1249.        <div class="row g-4">
  1250.            
  1251.                <div class="col-lg-4 col-md-6 col-12">
  1252.                    <article class="compact-card">
  1253.                        <div class="compact-image">
  1254.                            
  1255.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1256.                                   style="object-fit: cover;" alt="">
  1257.                            
  1258.                            <div class="compact-category bg-primary-gradient">News</div>
  1259.                        </div>
  1260.                        <div class="compact-body">
  1261.                            <h3 class="compact-title"> <a class="top-color" href="/gavin-newsom-confirms-he-is-evaluating-a-white-house-bid-in-2028/" >
  1262.                                        Gavin Newsom Confirms He Is Evaluating a White House Bid in 2028
  1263.                                    </a></h3>
  1264.                            <p class="compact-text"></p>
  1265.                            <div class="compact-footer">
  1266.                                <div class="compact-author">
  1267.                                    
  1268.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c39cc03f-f897-4b84-b2c2-11182152168c_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1269.                                    
  1270.                                    <span class="compact-name">Robert Nguyen</span>
  1271.                                </div>
  1272.                                <span class="compact-date">13 May 2026</span>
  1273.                            </div>
  1274.                        </div>
  1275.                    </article>
  1276.                </div>
  1277.            
  1278.                <div class="col-lg-4 col-md-6 col-12">
  1279.                    <article class="compact-card">
  1280.                        <div class="compact-image">
  1281.                            
  1282.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1283.                                   style="object-fit: cover;" alt="">
  1284.                            
  1285.                            <div class="compact-category bg-primary-gradient">News</div>
  1286.                        </div>
  1287.                        <div class="compact-body">
  1288.                            <h3 class="compact-title"> <a class="top-color" href="/certain-factions-on-the-political-spectrum-who-offer-only-discontent-labour-is-getting-on-with-the-job-of-financial-revitalization/" >
  1289.                                        Certain factions on the political spectrum who offer only discontent: Labour is getting on with the job of financial revitalization.
  1290.                                    </a></h3>
  1291.                            <p class="compact-text"></p>
  1292.                            <div class="compact-footer">
  1293.                                <div class="compact-author">
  1294.                                    
  1295.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c39cc03f-f897-4b84-b2c2-11182152168c_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1296.                                    
  1297.                                    <span class="compact-name">Robert Nguyen</span>
  1298.                                </div>
  1299.                                <span class="compact-date">13 May 2026</span>
  1300.                            </div>
  1301.                        </div>
  1302.                    </article>
  1303.                </div>
  1304.            
  1305.  
  1306.            <div class="col-lg-4 col-md-12 col-12">
  1307.                <!-- Recent Articles Sidebar -->
  1308.                <div class="recent-section">
  1309.                    <h3 class="recent-title">Recent Articles</h3>
  1310.                    <div class="recent-list">
  1311.                        
  1312.                        <div class="recent-item">
  1313.                            <div class="recent-content">
  1314.                                <h4 class="recent-article-title"><a class="top-color" href="/andy-burnham-would-probably-have-won-the-recent-byelection-states-labour-number-two/" >
  1315.                                        Andy Burnham Would &#x27;Probably&#x27; Have Won the Recent Byelection, States Labour Number Two
  1316.                                    </a></h4>
  1317.                                <span class="recent-date">13 May 2026</span>
  1318.                            </div>
  1319.                        </div>
  1320.                        
  1321.                    </div>
  1322.                </div>
  1323.            </div>
  1324.        </div>
  1325.    </div>
  1326. </div>
  1327.  
  1328. <style>
  1329. /* Blog Hero V6 - Magazine Style with White Background */
  1330. .blog-hero-v6 {
  1331.    padding: 3rem 0;
  1332.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1333. }
  1334.  
  1335. /* Main Featured Article */
  1336. .main-featured {
  1337.    background: var(--card-bg);
  1338.    border-radius: 16px;
  1339.    overflow: hidden;
  1340.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1341.    border: 1px solid var(--border-color);
  1342.    transition: all 0.3s ease;
  1343. }
  1344.  
  1345. .main-featured:hover {
  1346.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1347.    transform: translateY(-2px);
  1348. }
  1349.  
  1350. .featured-image-container {
  1351.    position: relative;
  1352.    height: 300px;
  1353.    overflow: hidden;
  1354. }
  1355.  
  1356. .featured-image {
  1357.    width: 100%;
  1358.    height: 100%;
  1359.    object-fit: cover;
  1360.    transition: transform 0.4s ease;
  1361. }
  1362.  
  1363. .main-featured:hover .featured-image {
  1364.    transform: scale(1.03);
  1365. }
  1366.  
  1367. .featured-content {
  1368.    padding: 2.5rem;
  1369. }
  1370.  
  1371. .featured-title {
  1372.    font-size: 2rem;
  1373.    font-weight: 700;
  1374.    color: #1a202c;
  1375.    margin-bottom: 1rem;
  1376.    line-height: 1.25;
  1377.    letter-spacing: -0.025em;
  1378. }
  1379.  
  1380. .featured-summary {
  1381.    font-size: 1.1rem;
  1382.    color: #4a5568;
  1383.    line-height: 1.6;
  1384.    margin-bottom: 2rem;
  1385. }
  1386.  
  1387. /* Category Tags */
  1388. .category-tag {
  1389.    position: absolute;
  1390.    top: 1.5rem;
  1391.    left: 1.5rem;
  1392.    padding: 0.5rem 1rem;
  1393.    font-size: 0.75rem;
  1394.    font-weight: 600;
  1395.    text-transform: uppercase;
  1396.    letter-spacing: 0.1em;
  1397.    color: white;
  1398.    border-radius: 6px;
  1399.    z-index: 2;
  1400. }
  1401.  
  1402.  
  1403. /* Article Meta */
  1404. .article-meta {
  1405.    display: flex;
  1406.    align-items: center;
  1407.    justify-content: space-between;
  1408. }
  1409.  
  1410. .author-info {
  1411.    display: flex;
  1412.    align-items: center;
  1413.    gap: 1rem;
  1414. }
  1415.  
  1416. .author-pic {
  1417.    width: 48px;
  1418.    height: 48px;
  1419.    border-radius: 50%;
  1420.    object-fit: cover;
  1421.    border: 2px solid #e2e8f0;
  1422. }
  1423.  
  1424. .author-text {
  1425.    display: flex;
  1426.    flex-direction: column;
  1427. }
  1428.  
  1429. .author-name {
  1430.    font-weight: 600;
  1431.    color: #2d3748;
  1432.    font-size: 0.95rem;
  1433. }
  1434.  
  1435. .post-time {
  1436.    font-size: 0.85rem;
  1437.    color: #718096;
  1438. }
  1439.  
  1440. .reading-info {
  1441.    display: flex;
  1442.    align-items: center;
  1443. }
  1444.  
  1445. .read-time {
  1446.    font-size: 0.9rem;
  1447.    color: #718096;
  1448.    padding: 0.25rem 0.75rem;
  1449.    background: #f7fafc;
  1450.    border-radius: 15px;
  1451.    font-weight: 500;
  1452. }
  1453.  
  1454. /* Secondary Featured */
  1455. .secondary-featured {
  1456.    background: var(--card-bg);
  1457.    border-radius: 16px;
  1458.    overflow: hidden;
  1459.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1460.    border: 1px solid var(--border-color);
  1461.    height: 100%;
  1462.    transition: all 0.3s ease;
  1463. }
  1464.  
  1465. .secondary-featured:hover {
  1466.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1467.    transform: translateY(-2px);
  1468. }
  1469.  
  1470. .secondary-image-wrapper {
  1471.    position: relative;
  1472.    height: 200px;
  1473.    overflow: hidden;
  1474. }
  1475.  
  1476. .secondary-image-wrapper img {
  1477.    width: 100%;
  1478.    height: 100%;
  1479.    object-fit: cover;
  1480.    transition: transform 0.4s ease;
  1481. }
  1482.  
  1483. .secondary-featured:hover .secondary-image-wrapper img {
  1484.    transform: scale(1.03);
  1485. }
  1486.  
  1487. .secondary-content {
  1488.    padding: 2rem;
  1489. }
  1490.  
  1491. .secondary-title {
  1492.    font-size: 1.5rem;
  1493.    font-weight: 600;
  1494.    color: #1a202c;
  1495.    margin-bottom: 1rem;
  1496.    line-height: 1.3;
  1497. }
  1498.  
  1499. .secondary-excerpt {
  1500.    font-size: 0.95rem;
  1501.    color: #4a5568;
  1502.    line-height: 1.6;
  1503.    margin-bottom: 1.5rem;
  1504. }
  1505.  
  1506. .secondary-meta {
  1507.    display: flex;
  1508.    align-items: center;
  1509.    gap: 0.5rem;
  1510.    font-size: 0.85rem;
  1511.    color: #718096;
  1512. }
  1513.  
  1514. .meta-divider {
  1515.    color: #cbd5e0;
  1516. }
  1517.  
  1518. /* Compact Cards */
  1519. .compact-card {
  1520.    background: var(--card-bg);
  1521.    border-radius: 12px;
  1522.    overflow: hidden;
  1523.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  1524.    border: 1px solid var(--border-color);
  1525.    transition: all 0.3s ease;
  1526.    height: 100%;
  1527.    display: flex;
  1528.    flex-direction: column;
  1529. }
  1530.  
  1531. .compact-card:hover {
  1532.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  1533.    transform: translateY(-3px);
  1534. }
  1535.  
  1536. .compact-image {
  1537.    position: relative;
  1538.    height: 180px;
  1539.    overflow: hidden;
  1540. }
  1541.  
  1542. .compact-image img {
  1543.    width: 100%;
  1544.    height: 100%;
  1545.    object-fit: cover;
  1546.    transition: transform 0.4s ease;
  1547. }
  1548.  
  1549. .compact-card:hover .compact-image img {
  1550.    transform: scale(1.05);
  1551. }
  1552.  
  1553. .compact-category {
  1554.    position: absolute;
  1555.    top: 1rem;
  1556.    left: 1rem;
  1557.    padding: 0.25rem 0.75rem;
  1558.    font-size: 0.7rem;
  1559.    font-weight: 600;
  1560.    text-transform: uppercase;
  1561.    color: white;
  1562.    border-radius: 4px;
  1563. }
  1564.  
  1565. .compact-body {
  1566.    padding: 1.5rem;
  1567.    flex-grow: 1;
  1568.    display: flex;
  1569.    flex-direction: column;
  1570. }
  1571.  
  1572. .compact-title {
  1573.    font-size: 1.1rem;
  1574.    font-weight: 600;
  1575.    color: #1a202c;
  1576.    margin-bottom: 0.75rem;
  1577.    line-height: 1.4;
  1578. }
  1579.  
  1580. .compact-text {
  1581.    font-size: 0.9rem;
  1582.    color: #4a5568;
  1583.    line-height: 1.5;
  1584.    margin-bottom: 1.5rem;
  1585.    flex-grow: 1;
  1586. }
  1587.  
  1588. .compact-footer {
  1589.    display: flex;
  1590.    align-items: center;
  1591.    justify-content: space-between;
  1592.    margin-top: auto;
  1593. }
  1594.  
  1595. .compact-author {
  1596.    display: flex;
  1597.    align-items: center;
  1598.    gap: 0.5rem;
  1599. }
  1600.  
  1601. .compact-avatar {
  1602.    width: 32px;
  1603.    height: 32px;
  1604.    border-radius: 50%;
  1605.    object-fit: cover;
  1606. }
  1607.  
  1608. .compact-name {
  1609.    font-size: 0.85rem;
  1610.    font-weight: 500;
  1611.    color: #2d3748;
  1612. }
  1613.  
  1614. .compact-date {
  1615.    font-size: 0.8rem;
  1616.    color: #718096;
  1617. }
  1618.  
  1619. /* Recent Articles Section */
  1620. .recent-section {
  1621.    background: var(--card-bg);
  1622.    border-radius: 12px;
  1623.    padding: 2rem;
  1624.    border: 1px solid var(--border-color);
  1625.    height: 100%;
  1626. }
  1627.  
  1628. .recent-title {
  1629.    font-size: 1.25rem;
  1630.    font-weight: 700;
  1631.    color: #1a202c;
  1632.    margin-bottom: 1.5rem;
  1633.    padding-bottom: 0.75rem;
  1634.    border-bottom: 2px solid var(--border-color);
  1635. }
  1636.  
  1637. .recent-list {
  1638.    display: flex;
  1639.    flex-direction: column;
  1640.    gap: 1.25rem;
  1641. }
  1642.  
  1643. .recent-item {
  1644.    display: flex;
  1645.    align-items: center;
  1646.    gap: 1rem;
  1647.    padding: 0.8rem;
  1648.    background: var(--card-bg);
  1649.    border-radius: 8px;
  1650.    transition: all 0.2s ease;
  1651.    border: 1px solid var(--border-color);
  1652. }
  1653.  
  1654. .recent-item:hover {
  1655.    transform: translateX(4px);
  1656.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  1657. }
  1658.  
  1659. .recent-content {
  1660.    flex-grow: 1;
  1661. }
  1662.  
  1663. .recent-article-title {
  1664.    font-size: 0.95rem;
  1665.    font-weight: 600;
  1666.    color: #1a202c;
  1667.    margin-bottom: 0rem;
  1668.    line-height: 1.3;
  1669. }
  1670.  
  1671. .recent-date {
  1672.    font-size: 0.8rem;
  1673.    color: #718096;
  1674. }
  1675.  
  1676. /* Responsive Design */
  1677. @media (max-width: 992px) {
  1678.    .blog-hero-v6 {
  1679.        padding: 2rem 0;
  1680.    }
  1681.    
  1682.    .featured-title {
  1683.        font-size: 1.75rem;
  1684.    }
  1685.    
  1686.    .secondary-title {
  1687.        font-size: 1.3rem;
  1688.    }
  1689.    
  1690.    .article-meta {
  1691.        flex-direction: column;
  1692.        align-items: flex-start;
  1693.        gap: 1rem;
  1694.    }
  1695. }
  1696.  
  1697. @media (max-width: 768px) {
  1698.    .featured-content,
  1699.    .secondary-content {
  1700.        padding: 1.5rem;
  1701.    }
  1702.    
  1703.    .featured-title {
  1704.        font-size: 1.5rem;
  1705.    }
  1706.    
  1707.    .featured-image-container,
  1708.    .secondary-image-wrapper {
  1709.        height: 200px;
  1710.    }
  1711.    
  1712.    .compact-image {
  1713.        height: 150px;
  1714.    }
  1715.    
  1716.    .recent-section {
  1717.        margin-top: 2rem;
  1718.    }
  1719. }
  1720.  
  1721. @media (max-width: 576px) {
  1722.    .reading-info {
  1723.        margin-top: 1rem;
  1724.    }
  1725.    
  1726.    .secondary-meta {
  1727.        flex-wrap: wrap;
  1728.    }
  1729.    
  1730.    .recent-item {
  1731.        padding: 0.75rem;
  1732.    }
  1733. }
  1734. </style>
  1735.  
  1736.  
  1737.  
  1738.  
  1739.        <!-- end of wpo-blog-hero -->
  1740.  
  1741.        <!-- start of wpo-breacking-news -->
  1742.        
  1743.        <!-- end of wpo-breacking-news -->
  1744.        
  1745.        <!-- start wpo-blog-highlights-section -->
  1746.        
  1747.  
  1748.  
  1749.  
  1750.    
  1751.  
  1752.  
  1753.  <style>
  1754.    /* Section Header */
  1755.    .section-header-v9 {
  1756.      text-align: center;
  1757.      margin-bottom: 20px;
  1758.    }
  1759.    
  1760.    .section-title-v9 {
  1761.      font-size: 3rem;
  1762.      font-weight: 700;
  1763.      color: var(--topbar-color);
  1764.      margin-bottom: 20px;
  1765.      text-transform: uppercase;
  1766.    }
  1767.    
  1768.    .section-subtitle-v9 {
  1769.      font-size: 1.2rem;
  1770.      color: var(--topbar-color);
  1771.      opacity: 0.5;
  1772.      max-width: 800px;
  1773.      margin: 0 auto;
  1774.      line-height: 1.8;
  1775.    }
  1776.        
  1777.    /* Blog Card */
  1778.    .blog-card-v9 {
  1779.      background: var(--card-bg);
  1780.      border: 1px solid var(--border-color);
  1781.      border-radius: 8px;
  1782.      margin-bottom: 30px;
  1783.      overflow: hidden;
  1784.      opacity: 0;
  1785.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  1786.    }
  1787.    
  1788.    .blog-card-v9.fade-in {
  1789.      opacity: 1;
  1790.    }
  1791.    
  1792.    @keyframes fadeIn {
  1793.      from {
  1794.        opacity: 0;
  1795.      }
  1796.      to {
  1797.        opacity: 1;
  1798.      }
  1799.    }
  1800.    
  1801.    .blog-card-v9:hover {
  1802.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1803.    }
  1804.    
  1805.    /* Blog Image */
  1806.    .blog-image-container-v9 {
  1807.      width: 100%;
  1808.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  1809.      overflow: hidden;
  1810.    }
  1811.    
  1812.    .blog-image-v9 {
  1813.      width: 100%;
  1814.      height: 100%;
  1815.    }
  1816.    
  1817.    .blog-image-v9 img {
  1818.      width: 100%;
  1819.      height: 100%;
  1820.      object-fit: cover;
  1821.      display: block;
  1822.    }
  1823.    
  1824.    /* Blog Content */
  1825.    .blog-content-v9 {
  1826.      padding: 20px;
  1827.    }
  1828.    
  1829.    .blog-title-v9 {
  1830.      font-size: 1.2rem;
  1831.      font-weight: 600;
  1832.      margin-bottom: 15px;
  1833.      color: var(--topbar-color) !important;
  1834.      text-transform: capitalize;
  1835.    }
  1836.    
  1837.    .blog-meta-v9 {
  1838.      display: flex;
  1839.      align-items: center;
  1840.      gap: 10px;
  1841.      font-size: 0.9rem;
  1842.      color: var(--topbar-color);
  1843.      margin-bottom: 10px;
  1844.    }
  1845.    
  1846.    .blog-meta-v9 span {
  1847.      display: inline-block;
  1848.    }
  1849.    
  1850.    .blog-excerpt-v9 {
  1851.      font-size: 1rem;
  1852.      color: var(--topbar-color);
  1853.      opacity: .6;
  1854.      margin-bottom: 15px;
  1855.      line-height: 1.6;
  1856.    }
  1857.    
  1858.    .blog-actions-v9 {
  1859.      display: flex;
  1860.      justify-content: flex-start;
  1861.    }
  1862.    
  1863.    .blog-read-more-v9 {
  1864.      font-size: 1rem;
  1865.      color: var(--topbar-color);
  1866.      text-decoration: none;
  1867.      transition: color 0.3s ease;
  1868.    }
  1869.    
  1870.    .blog-read-more-v9:hover {
  1871.      color: #2980b9 !important;
  1872.    }
  1873.    
  1874.    /* Responsive Design */
  1875.    @media (max-width: 768px) {
  1876.      .section-title-v9 {
  1877.        font-size: 2.5rem;
  1878.      }
  1879.    
  1880.      .blog-card-v9 {
  1881.        margin-bottom: 20px;
  1882.      }
  1883.    
  1884.      .blog-meta-v9 {
  1885.        font-size: 0.8rem;
  1886.      }
  1887.    
  1888.      .blog-image-container-v9 {
  1889.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  1890.      }
  1891.    }
  1892.  </style>
  1893.  
  1894.  <section class="blog-highlights-v9 mt-5">
  1895.    <div class="container-fluid fluid-container">
  1896.      <!-- Section Header -->
  1897.      <div class="row justify-content-center">
  1898.        <div class="col-12 col-lg-10">
  1899.          <div class="section-header-v9">
  1900.            <h2 class="section-title-v9 mb-0">
  1901.                Today's Top Highlights
  1902.                   </h2>
  1903.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  1904.          </div>
  1905.        </div>
  1906.      </div>
  1907.  
  1908.      <!-- Blog Grid -->
  1909.      <div class="row ">
  1910.        <div class="col-lg-8">
  1911.          <div class="row d-flex justify-content-center">
  1912.            
  1913.              <div class="col-md-6 pb-3">
  1914.                <article class="blog-card-v9 h-100">
  1915.                  <div class="blog-image-container-v9">
  1916.                    <div class="blog-image-v9">
  1917.                      
  1918.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1919.                      
  1920.                    </div>
  1921.                  </div>
  1922.                  <div class="blog-content-v9">
  1923.                    <h3 class="blog-title-v9 "><a class="top-color" href="/ex-british-broadcasting-corporation-consultants-face-parliamentary-grilling-after-claims-of-prejudice-in-disclosed-document/">Ex- British Broadcasting Corporation Consultants Face Parliamentary Grilling After Claims of Prejudice in Disclosed Document</a></h3>
  1924.                    <div class="blog-meta-v9">
  1925.                      <span>By <strong>Robert Nguyen</strong></span>
  1926.                      <span>•</span>
  1927.                      <span>13 May 2026</span>
  1928.                    </div>
  1929.                    <p class="blog-excerpt-v9"></p>
  1930.                    <div class="blog-actions-v9">
  1931.                      <a href="/ex-british-broadcasting-corporation-consultants-face-parliamentary-grilling-after-claims-of-prejudice-in-disclosed-document/" class="blog-read-more-v9">Read More →</a>
  1932.                    </div>
  1933.                  </div>
  1934.                </article>
  1935.              </div>
  1936.            
  1937.              <div class="col-md-6 pb-3">
  1938.                <article class="blog-card-v9 h-100">
  1939.                  <div class="blog-image-container-v9">
  1940.                    <div class="blog-image-v9">
  1941.                      
  1942.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1943.                      
  1944.                    </div>
  1945.                  </div>
  1946.                  <div class="blog-content-v9">
  1947.                    <h3 class="blog-title-v9 "><a class="top-color" href="/toronto-blue-jays-claim-fall-classic-meeting-with-defending-champion-dodgers/">Toronto Blue Jays Claim Fall Classic Meeting With defending champion Dodgers</a></h3>
  1948.                    <div class="blog-meta-v9">
  1949.                      <span>By <strong>Robert Nguyen</strong></span>
  1950.                      <span>•</span>
  1951.                      <span>13 May 2026</span>
  1952.                    </div>
  1953.                    <p class="blog-excerpt-v9"></p>
  1954.                    <div class="blog-actions-v9">
  1955.                      <a href="/toronto-blue-jays-claim-fall-classic-meeting-with-defending-champion-dodgers/" class="blog-read-more-v9">Read More →</a>
  1956.                    </div>
  1957.                  </div>
  1958.                </article>
  1959.              </div>
  1960.            
  1961.              <div class="col-md-6 pb-3">
  1962.                <article class="blog-card-v9 h-100">
  1963.                  <div class="blog-image-container-v9">
  1964.                    <div class="blog-image-v9">
  1965.                      
  1966.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1967.                      
  1968.                    </div>
  1969.                  </div>
  1970.                  <div class="blog-content-v9">
  1971.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-visitors-include-shoaib-bashir-in-line-up-for-ashes-opener/">The visitors Include Shoaib Bashir in Line-up for Ashes Opener</a></h3>
  1972.                    <div class="blog-meta-v9">
  1973.                      <span>By <strong>Robert Nguyen</strong></span>
  1974.                      <span>•</span>
  1975.                      <span>13 May 2026</span>
  1976.                    </div>
  1977.                    <p class="blog-excerpt-v9"></p>
  1978.                    <div class="blog-actions-v9">
  1979.                      <a href="/the-visitors-include-shoaib-bashir-in-line-up-for-ashes-opener/" class="blog-read-more-v9">Read More →</a>
  1980.                    </div>
  1981.                  </div>
  1982.                </article>
  1983.              </div>
  1984.            
  1985.              <div class="col-md-6 pb-3">
  1986.                <article class="blog-card-v9 h-100">
  1987.                  <div class="blog-image-container-v9">
  1988.                    <div class="blog-image-v9">
  1989.                      
  1990.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1991.                      
  1992.                    </div>
  1993.                  </div>
  1994.                  <div class="blog-content-v9">
  1995.                    <h3 class="blog-title-v9 "><a class="top-color" href="/olympic-athlete-and-other-eritreans-freed-after-18-years-without-facing-charges-relatives-say/">Olympic Athlete and Other Eritreans Freed After 18 Years Without Facing Charges, Relatives Say</a></h3>
  1996.                    <div class="blog-meta-v9">
  1997.                      <span>By <strong>Robert Nguyen</strong></span>
  1998.                      <span>•</span>
  1999.                      <span>13 May 2026</span>
  2000.                    </div>
  2001.                    <p class="blog-excerpt-v9"></p>
  2002.                    <div class="blog-actions-v9">
  2003.                      <a href="/olympic-athlete-and-other-eritreans-freed-after-18-years-without-facing-charges-relatives-say/" class="blog-read-more-v9">Read More →</a>
  2004.                    </div>
  2005.                  </div>
  2006.                </article>
  2007.              </div>
  2008.            
  2009.              <div class="col-md-6 pb-3">
  2010.                <article class="blog-card-v9 h-100">
  2011.                  <div class="blog-image-container-v9">
  2012.                    <div class="blog-image-v9">
  2013.                      
  2014.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2015.                      
  2016.                    </div>
  2017.                  </div>
  2018.                  <div class="blog-content-v9">
  2019.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-kpop-demon-hunters-series-floats-to-take-center-stage-at-the-iconic-thanksgiving-parade/">The KPop Demon Hunters Series Floats to Take Center Stage at the Iconic Thanksgiving Parade</a></h3>
  2020.                    <div class="blog-meta-v9">
  2021.                      <span>By <strong>Robert Nguyen</strong></span>
  2022.                      <span>•</span>
  2023.                      <span>12 May 2026</span>
  2024.                    </div>
  2025.                    <p class="blog-excerpt-v9"></p>
  2026.                    <div class="blog-actions-v9">
  2027.                      <a href="/the-kpop-demon-hunters-series-floats-to-take-center-stage-at-the-iconic-thanksgiving-parade/" class="blog-read-more-v9">Read More →</a>
  2028.                    </div>
  2029.                  </div>
  2030.                </article>
  2031.              </div>
  2032.            
  2033.              <div class="col-md-6 pb-3">
  2034.                <article class="blog-card-v9 h-100">
  2035.                  <div class="blog-image-container-v9">
  2036.                    <div class="blog-image-v9">
  2037.                      
  2038.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2039.                      
  2040.                    </div>
  2041.                  </div>
  2042.                  <div class="blog-content-v9">
  2043.                    <h3 class="blog-title-v9 "><a class="top-color" href="/disturbing-discovery-bodies-of-missing-mother-and-child-found-in-freezers-in-the-alpine-nation/">Disturbing Discovery: Bodies of Missing Mother and Child Found in Freezers in the Alpine Nation</a></h3>
  2044.                    <div class="blog-meta-v9">
  2045.                      <span>By <strong>Robert Nguyen</strong></span>
  2046.                      <span>•</span>
  2047.                      <span>12 May 2026</span>
  2048.                    </div>
  2049.                    <p class="blog-excerpt-v9"></p>
  2050.                    <div class="blog-actions-v9">
  2051.                      <a href="/disturbing-discovery-bodies-of-missing-mother-and-child-found-in-freezers-in-the-alpine-nation/" class="blog-read-more-v9">Read More →</a>
  2052.                    </div>
  2053.                  </div>
  2054.                </article>
  2055.              </div>
  2056.            
  2057.              <div class="col-md-6 pb-3">
  2058.                <article class="blog-card-v9 h-100">
  2059.                  <div class="blog-image-container-v9">
  2060.                    <div class="blog-image-v9">
  2061.                      
  2062.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2063.                      
  2064.                    </div>
  2065.                  </div>
  2066.                  <div class="blog-content-v9">
  2067.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-music-streaming-giants-wrapped-release-timeline-and-your-burning-questions-explained/">The Music Streaming Giant&#x27;s Wrapped: Release Timeline and Your Burning Questions Explained</a></h3>
  2068.                    <div class="blog-meta-v9">
  2069.                      <span>By <strong>Robert Nguyen</strong></span>
  2070.                      <span>•</span>
  2071.                      <span>12 May 2026</span>
  2072.                    </div>
  2073.                    <p class="blog-excerpt-v9"></p>
  2074.                    <div class="blog-actions-v9">
  2075.                      <a href="/the-music-streaming-giants-wrapped-release-timeline-and-your-burning-questions-explained/" class="blog-read-more-v9">Read More →</a>
  2076.                    </div>
  2077.                  </div>
  2078.                </article>
  2079.              </div>
  2080.            
  2081.              <div class="col-md-6 pb-3">
  2082.                <article class="blog-card-v9 h-100">
  2083.                  <div class="blog-image-container-v9">
  2084.                    <div class="blog-image-v9">
  2085.                      
  2086.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2087.                      
  2088.                    </div>
  2089.                  </div>
  2090.                  <div class="blog-content-v9">
  2091.                    <h3 class="blog-title-v9 "><a class="top-color" href="/smooth-conclusion-to-lionel-messis-india-tour-following-unrest-in-kolkata/">Smooth Conclusion to Lionel Messi&#x27;s India Tour Following Unrest in Kolkata</a></h3>
  2092.                    <div class="blog-meta-v9">
  2093.                      <span>By <strong>Robert Nguyen</strong></span>
  2094.                      <span>•</span>
  2095.                      <span>12 May 2026</span>
  2096.                    </div>
  2097.                    <p class="blog-excerpt-v9"></p>
  2098.                    <div class="blog-actions-v9">
  2099.                      <a href="/smooth-conclusion-to-lionel-messis-india-tour-following-unrest-in-kolkata/" class="blog-read-more-v9">Read More →</a>
  2100.                    </div>
  2101.                  </div>
  2102.                </article>
  2103.              </div>
  2104.            
  2105.              <div class="col-md-6 pb-3">
  2106.                <article class="blog-card-v9 h-100">
  2107.                  <div class="blog-image-container-v9">
  2108.                    <div class="blog-image-v9">
  2109.                      
  2110.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2111.                      
  2112.                    </div>
  2113.                  </div>
  2114.                  <div class="blog-content-v9">
  2115.                    <h3 class="blog-title-v9 "><a class="top-color" href="/esteemed-photographer-brian-harris-life-story-a-life-through-the-camera/">Esteemed Photographer Brian Harris Life Story: A Life Through the Camera</a></h3>
  2116.                    <div class="blog-meta-v9">
  2117.                      <span>By <strong>Robert Nguyen</strong></span>
  2118.                      <span>•</span>
  2119.                      <span>12 May 2026</span>
  2120.                    </div>
  2121.                    <p class="blog-excerpt-v9"></p>
  2122.                    <div class="blog-actions-v9">
  2123.                      <a href="/esteemed-photographer-brian-harris-life-story-a-life-through-the-camera/" class="blog-read-more-v9">Read More →</a>
  2124.                    </div>
  2125.                  </div>
  2126.                </article>
  2127.              </div>
  2128.            
  2129.              <div class="col-md-6 pb-3">
  2130.                <article class="blog-card-v9 h-100">
  2131.                  <div class="blog-image-container-v9">
  2132.                    <div class="blog-image-v9">
  2133.                      
  2134.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2135.                      
  2136.                    </div>
  2137.                  </div>
  2138.                  <div class="blog-content-v9">
  2139.                    <h3 class="blog-title-v9 "><a class="top-color" href="/new-yorks-met-museum-faces-lawsuit-over-allegedly-nazi-plundered-van-gogh-artwork/">New York&#x27;s Met Museum Faces Lawsuit Over Allegedly Nazi-Plundered Van Gogh Artwork</a></h3>
  2140.                    <div class="blog-meta-v9">
  2141.                      <span>By <strong>Robert Nguyen</strong></span>
  2142.                      <span>•</span>
  2143.                      <span>12 May 2026</span>
  2144.                    </div>
  2145.                    <p class="blog-excerpt-v9"></p>
  2146.                    <div class="blog-actions-v9">
  2147.                      <a href="/new-yorks-met-museum-faces-lawsuit-over-allegedly-nazi-plundered-van-gogh-artwork/" class="blog-read-more-v9">Read More →</a>
  2148.                    </div>
  2149.                  </div>
  2150.                </article>
  2151.              </div>
  2152.            
  2153.              <div class="col-md-6 pb-3">
  2154.                <article class="blog-card-v9 h-100">
  2155.                  <div class="blog-image-container-v9">
  2156.                    <div class="blog-image-v9">
  2157.                      
  2158.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2159.                      
  2160.                    </div>
  2161.                  </div>
  2162.                  <div class="blog-content-v9">
  2163.                    <h3 class="blog-title-v9 "><a class="top-color" href="/american-congressman-calls-on-former-prince-andrew-to-provide-testimony-in-epstein-investigation/">American Congressman Calls On Former Prince Andrew to Provide Testimony in Epstein Investigation</a></h3>
  2164.                    <div class="blog-meta-v9">
  2165.                      <span>By <strong>Robert Nguyen</strong></span>
  2166.                      <span>•</span>
  2167.                      <span>12 May 2026</span>
  2168.                    </div>
  2169.                    <p class="blog-excerpt-v9"></p>
  2170.                    <div class="blog-actions-v9">
  2171.                      <a href="/american-congressman-calls-on-former-prince-andrew-to-provide-testimony-in-epstein-investigation/" class="blog-read-more-v9">Read More →</a>
  2172.                    </div>
  2173.                  </div>
  2174.                </article>
  2175.              </div>
  2176.            
  2177.              <div class="col-md-6 pb-3">
  2178.                <article class="blog-card-v9 h-100">
  2179.                  <div class="blog-image-container-v9">
  2180.                    <div class="blog-image-v9">
  2181.                      
  2182.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2183.                      
  2184.                    </div>
  2185.                  </div>
  2186.                  <div class="blog-content-v9">
  2187.                    <h3 class="blog-title-v9 "><a class="top-color" href="/bahrain-to-argue-at-british-highest-court-over-state-immunity-in-surveillance-claims/">Bahrain to Argue at British Highest Court Over State Immunity in Surveillance Claims</a></h3>
  2188.                    <div class="blog-meta-v9">
  2189.                      <span>By <strong>Robert Nguyen</strong></span>
  2190.                      <span>•</span>
  2191.                      <span>12 May 2026</span>
  2192.                    </div>
  2193.                    <p class="blog-excerpt-v9"></p>
  2194.                    <div class="blog-actions-v9">
  2195.                      <a href="/bahrain-to-argue-at-british-highest-court-over-state-immunity-in-surveillance-claims/" class="blog-read-more-v9">Read More →</a>
  2196.                    </div>
  2197.                  </div>
  2198.                </article>
  2199.              </div>
  2200.            
  2201.            
  2202.  
  2203.          </div>
  2204.        </div>
  2205.  
  2206.       <div class="col col-lg-4 col-12">
  2207.                
  2208.  
  2209.  
  2210.  
  2211.    
  2212.  
  2213.  
  2214. <!-- Blog Sidebar -->
  2215.  
  2216.    <div class="sidebar mb-3">
  2217.        
  2218.        
  2219.        <div class="sidebar-widget mb-4">
  2220.            <div class="widget-title-wrapper mb-3">
  2221.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2222.                    May 2026 Blog Roll
  2223.                    <span class="title-arrow"></span>
  2224.                </h4>
  2225.            </div>
  2226.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2227.                <ul class="list-unstyled scrollable-sidebar">
  2228.                    
  2229.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2230.                        <a href="https://www.fromagesbouffetraditions.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2231.                            <i class="ti-angle-right me-2 text-primary"></i>
  2232.                            <span class="fw-semibold">casino en ligne</span>
  2233.                        </a>
  2234.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2235.                    </li>
  2236.                    
  2237.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2238.                        <a href="https://siberiastationspa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2239.                            <i class="ti-angle-right me-2 text-primary"></i>
  2240.                            <span class="fw-semibold">casino en ligne</span>
  2241.                        </a>
  2242.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2243.                    </li>
  2244.                    
  2245.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2246.                        <a href="https://on360.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2247.                            <i class="ti-angle-right me-2 text-primary"></i>
  2248.                            <span class="fw-semibold">online casino canada</span>
  2249.                        </a>
  2250.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2251.                    </li>
  2252.                    
  2253.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2254.                        <a href="https://www.sheeats.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2255.                            <i class="ti-angle-right me-2 text-primary"></i>
  2256.                            <span class="fw-semibold">online casino canada</span>
  2257.                        </a>
  2258.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2259.                    </li>
  2260.                    
  2261.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2262.                        <a href="https://bankingombuds.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2263.                            <i class="ti-angle-right me-2 text-primary"></i>
  2264.                            <span class="fw-semibold">online casino canada</span>
  2265.                        </a>
  2266.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2267.                    </li>
  2268.                    
  2269.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2270.                        <a href="https://www.cma2019.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2271.                            <i class="ti-angle-right me-2 text-primary"></i>
  2272.                            <span class="fw-semibold">meilleur casino en ligne canada</span>
  2273.                        </a>
  2274.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2275.                    </li>
  2276.                    
  2277.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2278.                        <a href="https://www.campagnepourlalecture.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2279.                            <i class="ti-angle-right me-2 text-primary"></i>
  2280.                            <span class="fw-semibold">casino en ligne payant</span>
  2281.                        </a>
  2282.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2283.                    </li>
  2284.                    
  2285.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2286.                        <a href="https://www.station16gallery.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2287.                            <i class="ti-angle-right me-2 text-primary"></i>
  2288.                            <span class="fw-semibold">new betting sites</span>
  2289.                        </a>
  2290.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2291.                    </li>
  2292.                    
  2293.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2294.                        <a href="https://www.knexusgroup.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2295.                            <i class="ti-angle-right me-2 text-primary"></i>
  2296.                            <span class="fw-semibold">online casino</span>
  2297.                        </a>
  2298.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2299.                    </li>
  2300.                    
  2301.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2302.                        <a href="https://alpustheme.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2303.                            <i class="ti-angle-right me-2 text-primary"></i>
  2304.                            <span class="fw-semibold">online casino</span>
  2305.                        </a>
  2306.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2307.                    </li>
  2308.                    
  2309.                </ul>
  2310.            </div>
  2311.        </div>
  2312.        
  2313.        <div class="sidebar-widget mb-4">
  2314.            <div class="widget-title-wrapper mb-3">
  2315.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2316.                    April 2026 Blog Roll
  2317.                    <span class="title-arrow"></span>
  2318.                </h4>
  2319.            </div>
  2320.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2321.                <ul class="list-unstyled scrollable-sidebar">
  2322.                    
  2323.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2324.                        <a href="https://www.childbirthsolutions.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2325.                            <i class="ti-angle-right me-2 text-primary"></i>
  2326.                            <span class="fw-semibold">online casino</span>
  2327.                        </a>
  2328.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2329.                    </li>
  2330.                    
  2331.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2332.                        <a href="https://www.activehealthykids.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2333.                            <i class="ti-angle-right me-2 text-primary"></i>
  2334.                            <span class="fw-semibold">online casino real money</span>
  2335.                        </a>
  2336.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2337.                    </li>
  2338.                    
  2339.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2340.                        <a href="https://www.thehpalliance.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2341.                            <i class="ti-angle-right me-2 text-primary"></i>
  2342.                            <span class="fw-semibold">online casino</span>
  2343.                        </a>
  2344.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2345.                    </li>
  2346.                    
  2347.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2348.                        <a href="https://www.od4d.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2349.                            <i class="ti-angle-right me-2 text-primary"></i>
  2350.                            <span class="fw-semibold">online casino canada</span>
  2351.                        </a>
  2352.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2353.                    </li>
  2354.                    
  2355.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2356.                        <a href="https://gameplayspace.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2357.                            <i class="ti-angle-right me-2 text-primary"></i>
  2358.                            <span class="fw-semibold">best online casino canada</span>
  2359.                        </a>
  2360.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2361.                    </li>
  2362.                    
  2363.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2364.                        <a href="https://projectunderstood.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2365.                            <i class="ti-angle-right me-2 text-primary"></i>
  2366.                            <span class="fw-semibold">online casinos canada</span>
  2367.                        </a>
  2368.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2369.                    </li>
  2370.                    
  2371.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2372.                        <a href="https://www.gamblinginsider.com/ca/online-casinos"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2373.                            <i class="ti-angle-right me-2 text-primary"></i>
  2374.                            <span class="fw-semibold">online casinos</span>
  2375.                        </a>
  2376.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2377.                    </li>
  2378.                    
  2379.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2380.                        <a href="https://www.directioninformatique.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2381.                            <i class="ti-angle-right me-2 text-primary"></i>
  2382.                            <span class="fw-semibold">casino en ligne argent reel</span>
  2383.                        </a>
  2384.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2385.                    </li>
  2386.                    
  2387.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2388.                        <a href="https://nac-cnn.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2389.                            <i class="ti-angle-right me-2 text-primary"></i>
  2390.                            <span class="fw-semibold">online casinos</span>
  2391.                        </a>
  2392.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2393.                    </li>
  2394.                    
  2395.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2396.                        <a href="https://worldle-game.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2397.                            <i class="ti-angle-right me-2 text-primary"></i>
  2398.                            <span class="fw-semibold">online casino</span>
  2399.                        </a>
  2400.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2401.                    </li>
  2402.                    
  2403.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2404.                        <a href="https://hriportal.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2405.                            <i class="ti-angle-right me-2 text-primary"></i>
  2406.                            <span class="fw-semibold">online casino</span>
  2407.                        </a>
  2408.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2409.                    </li>
  2410.                    
  2411.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2412.                        <a href="https://www.smartsaver.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2413.                            <i class="ti-angle-right me-2 text-primary"></i>
  2414.                            <span class="fw-semibold">online casinos canada</span>
  2415.                        </a>
  2416.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2417.                    </li>
  2418.                    
  2419.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2420.                        <a href="https://projectunderstood.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2421.                            <i class="ti-angle-right me-2 text-primary"></i>
  2422.                            <span class="fw-semibold">online casino canada</span>
  2423.                        </a>
  2424.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2425.                    </li>
  2426.                    
  2427.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2428.                        <a href="https://www.itwc.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2429.                            <i class="ti-angle-right me-2 text-primary"></i>
  2430.                            <span class="fw-semibold">online casino canada</span>
  2431.                        </a>
  2432.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2433.                    </li>
  2434.                    
  2435.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2436.                        <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2437.                            <i class="ti-angle-right me-2 text-primary"></i>
  2438.                            <span class="fw-semibold">online casinos</span>
  2439.                        </a>
  2440.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2441.                    </li>
  2442.                    
  2443.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2444.                        <a href="https://www.fastestpayoutonlinecasino.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2445.                            <i class="ti-angle-right me-2 text-primary"></i>
  2446.                            <span class="fw-semibold">online casino canada</span>
  2447.                        </a>
  2448.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2449.                    </li>
  2450.                    
  2451.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2452.                        <a href="https://loginwithfido.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2453.                            <i class="ti-angle-right me-2 text-primary"></i>
  2454.                            <span class="fw-semibold">online casino canada</span>
  2455.                        </a>
  2456.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2457.                    </li>
  2458.                    
  2459.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2460.                        <a href="https://gameplayspace.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2461.                            <i class="ti-angle-right me-2 text-primary"></i>
  2462.                            <span class="fw-semibold">online casino</span>
  2463.                        </a>
  2464.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2465.                    </li>
  2466.                    
  2467.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2468.                        <a href="https://delbarber.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2469.                            <i class="ti-angle-right me-2 text-primary"></i>
  2470.                            <span class="fw-semibold">online casinos</span>
  2471.                        </a>
  2472.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2473.                    </li>
  2474.                    
  2475.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2476.                        <a href="https://www.childbirthsolutions.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2477.                            <i class="ti-angle-right me-2 text-primary"></i>
  2478.                            <span class="fw-semibold">online casinos</span>
  2479.                        </a>
  2480.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2481.                    </li>
  2482.                    
  2483.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2484.                        <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2485.                            <i class="ti-angle-right me-2 text-primary"></i>
  2486.                            <span class="fw-semibold">canadian online casinos</span>
  2487.                        </a>
  2488.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2489.                    </li>
  2490.                    
  2491.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2492.                        <a href="https://www.valuewalk.com/igaming/casino-en-ligne-canada/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2493.                            <i class="ti-angle-right me-2 text-primary"></i>
  2494.                            <span class="fw-semibold">casino en ligne canada</span>
  2495.                        </a>
  2496.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2497.                    </li>
  2498.                    
  2499.                </ul>
  2500.            </div>
  2501.        </div>
  2502.        
  2503.        <div class="sidebar-widget mb-4">
  2504.            <div class="widget-title-wrapper mb-3">
  2505.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2506.                    March 2026 Blog Roll
  2507.                    <span class="title-arrow"></span>
  2508.                </h4>
  2509.            </div>
  2510.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2511.                <ul class="list-unstyled scrollable-sidebar">
  2512.                    
  2513.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2514.                        <a href="https://hswc.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2515.                            <i class="ti-angle-right me-2 text-primary"></i>
  2516.                            <span class="fw-semibold">online casino</span>
  2517.                        </a>
  2518.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2519.                    </li>
  2520.                    
  2521.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2522.                        <a href="https://www.valuewalk.com/igaming/casino-en-ligne-canada/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2523.                            <i class="ti-angle-right me-2 text-primary"></i>
  2524.                            <span class="fw-semibold">meilleur casino en ligne</span>
  2525.                        </a>
  2526.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2527.                    </li>
  2528.                    
  2529.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2530.                        <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2531.                            <i class="ti-angle-right me-2 text-primary"></i>
  2532.                            <span class="fw-semibold">online casino</span>
  2533.                        </a>
  2534.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2535.                    </li>
  2536.                    
  2537.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2538.                        <a href="https://www.od4d.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2539.                            <i class="ti-angle-right me-2 text-primary"></i>
  2540.                            <span class="fw-semibold">online casino</span>
  2541.                        </a>
  2542.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2543.                    </li>
  2544.                    
  2545.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2546.                        <a href="https://www.accordrstm.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2547.                            <i class="ti-angle-right me-2 text-primary"></i>
  2548.                            <span class="fw-semibold">casino en ligne canadien</span>
  2549.                        </a>
  2550.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2551.                    </li>
  2552.                    
  2553.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2554.                        <a href="https://gamingamerica.com/casino-en-ligne-canada/machines-a-sous"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2555.                            <i class="ti-angle-right me-2 text-primary"></i>
  2556.                            <span class="fw-semibold">machine a sous</span>
  2557.                        </a>
  2558.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2559.                    </li>
  2560.                    
  2561.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2562.                        <a href="https://synapsec.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2563.                            <i class="ti-angle-right me-2 text-primary"></i>
  2564.                            <span class="fw-semibold">casino en ligne canada</span>
  2565.                        </a>
  2566.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2567.                    </li>
  2568.                    
  2569.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2570.                        <a href="https://www.childbirthsolutions.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2571.                            <i class="ti-angle-right me-2 text-primary"></i>
  2572.                            <span class="fw-semibold">online casino canada</span>
  2573.                        </a>
  2574.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2575.                    </li>
  2576.                    
  2577.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2578.                        <a href="https://energypoverty.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2579.                            <i class="ti-angle-right me-2 text-primary"></i>
  2580.                            <span class="fw-semibold">online casino</span>
  2581.                        </a>
  2582.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2583.                    </li>
  2584.                    
  2585.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2586.                        <a href="https://nbhrf.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2587.                            <i class="ti-angle-right me-2 text-primary"></i>
  2588.                            <span class="fw-semibold">online casinos</span>
  2589.                        </a>
  2590.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2591.                    </li>
  2592.                    
  2593.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2594.                        <a href="https://wirkn.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2595.                            <i class="ti-angle-right me-2 text-primary"></i>
  2596.                            <span class="fw-semibold">betting sites canada</span>
  2597.                        </a>
  2598.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2599.                    </li>
  2600.                    
  2601.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2602.                        <a href="https://microtop.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2603.                            <i class="ti-angle-right me-2 text-primary"></i>
  2604.                            <span class="fw-semibold">new casino canada</span>
  2605.                        </a>
  2606.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2607.                    </li>
  2608.                    
  2609.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2610.                        <a href="https://bankingombuds.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2611.                            <i class="ti-angle-right me-2 text-primary"></i>
  2612.                            <span class="fw-semibold">online casinos canada</span>
  2613.                        </a>
  2614.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2615.                    </li>
  2616.                    
  2617.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2618.                        <a href="https://energypoverty.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2619.                            <i class="ti-angle-right me-2 text-primary"></i>
  2620.                            <span class="fw-semibold">best online casino canada</span>
  2621.                        </a>
  2622.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2623.                    </li>
  2624.                    
  2625.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2626.                        <a href="https://nbhrf.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2627.                            <i class="ti-angle-right me-2 text-primary"></i>
  2628.                            <span class="fw-semibold">instant withdrawal casino canada</span>
  2629.                        </a>
  2630.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2631.                    </li>
  2632.                    
  2633.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2634.                        <a href="https://www.station16gallery.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2635.                            <i class="ti-angle-right me-2 text-primary"></i>
  2636.                            <span class="fw-semibold">betting sites</span>
  2637.                        </a>
  2638.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2639.                    </li>
  2640.                    
  2641.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2642.                        <a href="https://www.fraserdowns.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2643.                            <i class="ti-angle-right me-2 text-primary"></i>
  2644.                            <span class="fw-semibold">online casino canada</span>
  2645.                        </a>
  2646.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2647.                    </li>
  2648.                    
  2649.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2650.                        <a href="https://www.uchirestaurant.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2651.                            <i class="ti-angle-right me-2 text-primary"></i>
  2652.                            <span class="fw-semibold">casino en ligne</span>
  2653.                        </a>
  2654.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2655.                    </li>
  2656.                    
  2657.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2658.                        <a href="https://ecoledeballetduquebec.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2659.                            <i class="ti-angle-right me-2 text-primary"></i>
  2660.                            <span class="fw-semibold">casino en ligne</span>
  2661.                        </a>
  2662.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2663.                    </li>
  2664.                    
  2665.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2666.                        <a href="https://micharity.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2667.                            <i class="ti-angle-right me-2 text-primary"></i>
  2668.                            <span class="fw-semibold">online casino canada</span>
  2669.                        </a>
  2670.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2671.                    </li>
  2672.                    
  2673.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2674.                        <a href="https://energypoverty.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2675.                            <i class="ti-angle-right me-2 text-primary"></i>
  2676.                            <span class="fw-semibold">online casino canada</span>
  2677.                        </a>
  2678.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2679.                    </li>
  2680.                    
  2681.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2682.                        <a href="https://www.buchabrew.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2683.                            <i class="ti-angle-right me-2 text-primary"></i>
  2684.                            <span class="fw-semibold">online casino</span>
  2685.                        </a>
  2686.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2687.                    </li>
  2688.                    
  2689.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2690.                        <a href="https://torontosversion.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2691.                            <i class="ti-angle-right me-2 text-primary"></i>
  2692.                            <span class="fw-semibold">online casino</span>
  2693.                        </a>
  2694.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2695.                    </li>
  2696.                    
  2697.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2698.                        <a href="https://www.fraserdowns.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2699.                            <i class="ti-angle-right me-2 text-primary"></i>
  2700.                            <span class="fw-semibold">top online casinos</span>
  2701.                        </a>
  2702.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2703.                    </li>
  2704.                    
  2705.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2706.                        <a href="https://bankingombuds.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2707.                            <i class="ti-angle-right me-2 text-primary"></i>
  2708.                            <span class="fw-semibold">online casino</span>
  2709.                        </a>
  2710.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2711.                    </li>
  2712.                    
  2713.                </ul>
  2714.            </div>
  2715.        </div>
  2716.        
  2717.        <div class="sidebar-widget mb-4">
  2718.            <div class="widget-title-wrapper mb-3">
  2719.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2720.                    February 2026 Blog Roll
  2721.                    <span class="title-arrow"></span>
  2722.                </h4>
  2723.            </div>
  2724.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2725.                <ul class="list-unstyled scrollable-sidebar">
  2726.                    
  2727.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2728.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2729.                            <i class="ti-angle-right me-2 text-primary"></i>
  2730.                            <span class="fw-semibold">best betting sites</span>
  2731.                        </a>
  2732.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2733.                    </li>
  2734.                    
  2735.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2736.                        <a href="https://bankingombuds.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2737.                            <i class="ti-angle-right me-2 text-primary"></i>
  2738.                            <span class="fw-semibold">real money casino</span>
  2739.                        </a>
  2740.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2741.                    </li>
  2742.                    
  2743.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2744.                        <a href="https://www.operationspaix.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2745.                            <i class="ti-angle-right me-2 text-primary"></i>
  2746.                            <span class="fw-semibold">casino en ligne</span>
  2747.                        </a>
  2748.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2749.                    </li>
  2750.                    
  2751.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2752.                        <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2753.                            <i class="ti-angle-right me-2 text-primary"></i>
  2754.                            <span class="fw-semibold">online casino canada</span>
  2755.                        </a>
  2756.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2757.                    </li>
  2758.                    
  2759.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2760.                        <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2761.                            <i class="ti-angle-right me-2 text-primary"></i>
  2762.                            <span class="fw-semibold">online casino</span>
  2763.                        </a>
  2764.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2765.                    </li>
  2766.                    
  2767.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2768.                        <a href="https://www.digitaltransformationawards.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2769.                            <i class="ti-angle-right me-2 text-primary"></i>
  2770.                            <span class="fw-semibold">online casino canada</span>
  2771.                        </a>
  2772.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2773.                    </li>
  2774.                    
  2775.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2776.                        <a href="https://micharity.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2777.                            <i class="ti-angle-right me-2 text-primary"></i>
  2778.                            <span class="fw-semibold">online casino</span>
  2779.                        </a>
  2780.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2781.                    </li>
  2782.                    
  2783.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2784.                        <a href="https://clarketheatre.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2785.                            <i class="ti-angle-right me-2 text-primary"></i>
  2786.                            <span class="fw-semibold">online casino</span>
  2787.                        </a>
  2788.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2789.                    </li>
  2790.                    
  2791.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2792.                        <a href="https://crystalshawanda.co/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2793.                            <i class="ti-angle-right me-2 text-primary"></i>
  2794.                            <span class="fw-semibold">online casinos</span>
  2795.                        </a>
  2796.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2797.                    </li>
  2798.                    
  2799.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2800.                        <a href="https://www.stuzoclothing.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2801.                            <i class="ti-angle-right me-2 text-primary"></i>
  2802.                            <span class="fw-semibold">online casino</span>
  2803.                        </a>
  2804.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2805.                    </li>
  2806.                    
  2807.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2808.                        <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2809.                            <i class="ti-angle-right me-2 text-primary"></i>
  2810.                            <span class="fw-semibold">online casino</span>
  2811.                        </a>
  2812.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2813.                    </li>
  2814.                    
  2815.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2816.                        <a href="https://www.safepetottawa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2817.                            <i class="ti-angle-right me-2 text-primary"></i>
  2818.                            <span class="fw-semibold">new casino</span>
  2819.                        </a>
  2820.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2821.                    </li>
  2822.                    
  2823.                </ul>
  2824.            </div>
  2825.        </div>
  2826.        
  2827.  
  2828.        <!-- Recent Posts Section -->
  2829.        <div class="sidebar-widget mb-3">
  2830.            <div class="widget-title-wrapper mb-3">
  2831.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2832.                    Recent Posts
  2833.                    <span class="title-arrow"></span>
  2834.                </h4>
  2835.            </div>
  2836.            <div class="widget-content border border-light shadow-sm rounded p-4">
  2837.                <div class="recent-post-list">
  2838.                    
  2839.                    
  2840.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2841.                        <div class="post-image me-3 flex-shrink-0">
  2842.                            
  2843.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2844.                            
  2845.                        </div>
  2846.                        <div class="post-content flex-grow-1">
  2847.                            <h6 class="post-title mb-1">
  2848.                                 <a href="/the-renowned-director-sets-the-record-straight-computers-dont-create-avatar-films/" class="text-decoration-none top-color fw-semibold">
  2849.                                    The Renowned Director Sets the Record Straight: ‘Computers Don’t Create Avatar Films’
  2850.                                </a>
  2851.                            </h6>
  2852.                            <div class="post-meta">
  2853.                                <small class="text-muted">
  2854.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2855.                                </small>
  2856.                                <!-- <small class="text-muted ms-2">
  2857.                                    <i class="ti-eye me-1"></i>234 views
  2858.                                </small> -->
  2859.                            </div>
  2860.                        </div>
  2861.                    </div>
  2862.                    
  2863.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2864.                        <div class="post-image me-3 flex-shrink-0">
  2865.                            
  2866.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2867.                            
  2868.                        </div>
  2869.                        <div class="post-content flex-grow-1">
  2870.                            <h6 class="post-title mb-1">
  2871.                                 <a href="/bound-alone-and-scared-the-bleak-situation-for-female-prisoners-compelled-to-give-birth-in-prison/" class="text-decoration-none top-color fw-semibold">
  2872.                                    Bound, Alone and Scared: The Bleak Situation for Female Prisoners Compelled to Give Birth in Prison.
  2873.                                </a>
  2874.                            </h6>
  2875.                            <div class="post-meta">
  2876.                                <small class="text-muted">
  2877.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2878.                                </small>
  2879.                                <!-- <small class="text-muted ms-2">
  2880.                                    <i class="ti-eye me-1"></i>234 views
  2881.                                </small> -->
  2882.                            </div>
  2883.                        </div>
  2884.                    </div>
  2885.                    
  2886.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2887.                        <div class="post-image me-3 flex-shrink-0">
  2888.                            
  2889.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2890.                            
  2891.                        </div>
  2892.                        <div class="post-content flex-grow-1">
  2893.                            <h6 class="post-title mb-1">
  2894.                                 <a href="/a-story-of-surprising-generosity-when-a-student-allowed-me-to-stay-on-her-dormitory-ground/" class="text-decoration-none top-color fw-semibold">
  2895.                                    A Story of Surprising Generosity: When a Student Allowed Me to Stay on Her Dormitory Ground
  2896.                                </a>
  2897.                            </h6>
  2898.                            <div class="post-meta">
  2899.                                <small class="text-muted">
  2900.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2901.                                </small>
  2902.                                <!-- <small class="text-muted ms-2">
  2903.                                    <i class="ti-eye me-1"></i>234 views
  2904.                                </small> -->
  2905.                            </div>
  2906.                        </div>
  2907.                    </div>
  2908.                    
  2909.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2910.                        <div class="post-image me-3 flex-shrink-0">
  2911.                            
  2912.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2913.                            
  2914.                        </div>
  2915.                        <div class="post-content flex-grow-1">
  2916.                            <h6 class="post-title mb-1">
  2917.                                 <a href="/within-the-devastated-debris-of-an-residential-building-i-saw-a-book-id-translated/" class="text-decoration-none top-color fw-semibold">
  2918.                                    Within the Devastated Debris of an Residential Building, I Saw a Book I’d Translated
  2919.                                </a>
  2920.                            </h6>
  2921.                            <div class="post-meta">
  2922.                                <small class="text-muted">
  2923.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2924.                                </small>
  2925.                                <!-- <small class="text-muted ms-2">
  2926.                                    <i class="ti-eye me-1"></i>234 views
  2927.                                </small> -->
  2928.                            </div>
  2929.                        </div>
  2930.                    </div>
  2931.                    
  2932.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2933.                        <div class="post-image me-3 flex-shrink-0">
  2934.                            
  2935.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2936.                            
  2937.                        </div>
  2938.                        <div class="post-content flex-grow-1">
  2939.                            <h6 class="post-title mb-1">
  2940.                                 <a href="/three-xbox-game-pass-titles-we-are-playing-over-the-weekend-october-10-12/" class="text-decoration-none top-color fw-semibold">
  2941.                                    Three Xbox Game Pass Titles We Are Playing Over the Weekend (October 10-12)
  2942.                                </a>
  2943.                            </h6>
  2944.                            <div class="post-meta">
  2945.                                <small class="text-muted">
  2946.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2947.                                </small>
  2948.                                <!-- <small class="text-muted ms-2">
  2949.                                    <i class="ti-eye me-1"></i>234 views
  2950.                                </small> -->
  2951.                            </div>
  2952.                        </div>
  2953.                    </div>
  2954.                    
  2955.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2956.                        <div class="post-image me-3 flex-shrink-0">
  2957.                            
  2958.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2959.                            
  2960.                        </div>
  2961.                        <div class="post-content flex-grow-1">
  2962.                            <h6 class="post-title mb-1">
  2963.                                 <a href="/daily-existence-for-one-hundred-twenty-thousand-displaced-people-in-the-massive-shelter-on-the-mali-frontier/" class="text-decoration-none top-color fw-semibold">
  2964.                                    Daily Existence for one hundred twenty thousand Displaced People in the Massive Shelter on the Mali Frontier.
  2965.                                </a>
  2966.                            </h6>
  2967.                            <div class="post-meta">
  2968.                                <small class="text-muted">
  2969.                                    <i class="ti-calendar me-1"></i>11 May 2026
  2970.                                </small>
  2971.                                <!-- <small class="text-muted ms-2">
  2972.                                    <i class="ti-eye me-1"></i>234 views
  2973.                                </small> -->
  2974.                            </div>
  2975.                        </div>
  2976.                    </div>
  2977.                    
  2978.  
  2979.                </div>
  2980.            </div>
  2981.        </div>
  2982.  
  2983.    </div>
  2984.  
  2985.  
  2986. <!-- Sidebar Styles -->
  2987. <style>
  2988.    .sidebar-widget {
  2989.        position: relative;
  2990.    }
  2991.    
  2992.    .widget-title {
  2993.        font-size: 1.1rem;
  2994.        font-weight: 700;
  2995.        display: inline-block;
  2996.        position: relative;
  2997.        z-index: 2;
  2998.        border-radius: 0;
  2999.    }
  3000.    
  3001.    .title-arrow::after {
  3002.        content: '';
  3003.        position: absolute;
  3004.        top: 0;
  3005.        right: -20px;
  3006.        width: 0;
  3007.        height: 0;
  3008.        border-left: 20px solid var(--bs-primary);
  3009.        border-top: 20px solid transparent;
  3010.        border-bottom: 20px solid transparent;
  3011.        z-index: 1;
  3012.    }
  3013.    
  3014.    .widget-content {
  3015.        margin-top: -1px;
  3016.        position: relative;
  3017.        z-index: 1;
  3018.         background-color: var(--card-bg);
  3019.    }
  3020.    
  3021.    .recent-post-item:hover .post-title1 a {
  3022.        color: #dc3545 !important;
  3023.        transition: color 0.3s ease;
  3024.    }
  3025.    
  3026.    .recent-post-item .post-image img {
  3027.        transition: transform 0.3s ease;
  3028.    }
  3029.    
  3030.    .recent-post-item:hover .post-image img {
  3031.        transform: scale(1.05);
  3032.    }
  3033.    
  3034.    .btn:hover {
  3035.        transform: translateY(-1px);
  3036.        transition: all 0.3s ease;
  3037.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3038.    }
  3039.    
  3040.    @media (max-width: 991px) {
  3041.        .sidebar {
  3042.            margin-top: 3rem;
  3043.        }
  3044.    }
  3045.    
  3046.    @media (max-width: 576px) {
  3047.        .widget-title {
  3048.            font-size: 1rem;
  3049.            padding: 0.75rem 1rem !important;
  3050.        }
  3051.        
  3052.        .title-arrow::after {
  3053.            right: -15px;
  3054.            border-left: 15px solid var(--bs-primary);
  3055.            border-top: 15px solid transparent;
  3056.            border-bottom: 15px solid transparent;
  3057.        }
  3058.        
  3059.        .post-image {
  3060.            display: none !important;
  3061.        }
  3062.    }
  3063. </style>
  3064.    
  3065.            </div>
  3066.      </div>
  3067.    </div>
  3068.  </section>
  3069.  
  3070.  <script>
  3071.    // Intersection Observer for Fade-in Effect
  3072.    document.addEventListener('DOMContentLoaded', function () {
  3073.      const observerOptions = {
  3074.        threshold: 0.2,
  3075.        rootMargin: '0px 0px -50px 0px'
  3076.      }
  3077.    
  3078.      const observer = new IntersectionObserver(function (entries, observer) {
  3079.        entries.forEach((entry) => {
  3080.          if (entry.isIntersecting) {
  3081.            entry.target.classList.add('fade-in')
  3082.            observer.unobserve(entry.target)
  3083.          }
  3084.        })
  3085.      }, observerOptions)
  3086.    
  3087.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  3088.        observer.observe(card)
  3089.      })
  3090.    })
  3091.  </script>
  3092.  
  3093.  
  3094.    
  3095.        
  3096.        <!-- end wpo-blog-highlights-section -->
  3097.        <!-- start wpo-blog-sponsored-section -->
  3098.        
  3099.  
  3100.  
  3101.  
  3102.    
  3103.  
  3104.  
  3105.  
  3106. <style>
  3107.    .sponsored-section-v3 {
  3108.        padding: 50px 0;
  3109.    }
  3110.    
  3111.    .sponsored-card-v3 {
  3112.        background: var(--card-bg);
  3113.        border: 1px solid var(--border-color);
  3114.        border-radius: 4px;
  3115.        transition: transform 0.3s ease;
  3116.        height: 100%;
  3117.    }
  3118.    
  3119.    .sponsored-card-v3:hover {
  3120.        transform: scale(1.02);
  3121.    }
  3122.    
  3123.    .sponsored-image-v3 {
  3124.        position: relative;
  3125.        height: 170px;
  3126.        border-bottom: 1px solid var(--border-color);
  3127.    }
  3128.    
  3129.    .sponsored-image-v3 img {
  3130.        width: 100%;
  3131.        height: 100%;
  3132.        object-fit: cover;
  3133.    }
  3134.    
  3135.    .sponsored-badge-v3 {
  3136.        position: absolute;
  3137.        top: 10px;
  3138.        right: 10px;
  3139.        padding: 5px 8px;
  3140.        font-size: 11px;
  3141.        font-weight: 600;
  3142.        text-transform: uppercase;
  3143.        border-radius: 50%;
  3144.    }
  3145.    
  3146.    .sponsored-content-v3 {
  3147.        position: relative;
  3148.        padding: 18px;
  3149.    }
  3150.    
  3151.    .sponsored-title-v3 {
  3152.        font-size: 16px;
  3153.        font-weight: 700;
  3154.        line-height: 1.5;
  3155.        margin-bottom: 8px;
  3156.    }
  3157.    
  3158.    .sponsored-title-v3 a {
  3159.        text-decoration: none;
  3160.        color: #333;
  3161.    }
  3162.    
  3163.    .sponsored-title-v3 a:hover {
  3164.        color: #0056b3; /* Darker blue for hover */
  3165.    }
  3166.    
  3167.    .sponsored-excerpt-v3 {
  3168.        font-size: 13px;
  3169.        font-weight: 400;
  3170.        color: #868e96;
  3171.        margin-bottom: 12px;
  3172.        line-height: 1.5;
  3173.    }
  3174.    
  3175.    .sponsored-meta-v3 {
  3176.        font-size: 12px;
  3177.        color: #6c757d;
  3178.    }
  3179.    
  3180.    .author-info-v3 {
  3181.        display: flex;
  3182.        align-items: center;
  3183.        gap: 6px;
  3184.        margin-bottom: 6px;
  3185.    }
  3186.    
  3187.    .sponsored-author-img-v3 {
  3188.        width: 24px;
  3189.        height: 24px;
  3190.        border-radius: 50%;
  3191.        object-fit: cover;
  3192.    }
  3193.    
  3194.    .section-title-sponsored-v3 {
  3195.        font-size: 2rem;
  3196.        font-weight: 600;
  3197.        text-align: left;
  3198.        margin-bottom: 25px;
  3199.        color: #333;
  3200.        border-bottom: 3px solid var(--bs-primary);
  3201.        padding-bottom: 10px;
  3202.    }
  3203.  
  3204.    @media (max-width: 768px) {
  3205.        .sponsored-section-v3 {
  3206.            padding: 30px 0;
  3207.        }
  3208.        .sponsored-content-v3 {
  3209.            padding: 15px;
  3210.        }
  3211.        .sponsored-title-v3 {
  3212.            font-size: 15px;
  3213.        }
  3214.        .sponsored-excerpt-v3 {
  3215.            font-size: 12px;
  3216.        }
  3217.        .section-title-sponsored-v3 {
  3218.            font-size: 1.8rem;
  3219.        }
  3220.    }
  3221. </style>
  3222.  
  3223. <section class="sponsored-section-v3">
  3224.    <div class="container-fluid fluid-container">
  3225.        <div class="row">
  3226.            <div class="col-12">
  3227.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3228.            </div>
  3229.        </div>
  3230.        
  3231.        <div class="row g-4">
  3232.            
  3233.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3234.                <div class="card sponsored-card-v3">
  3235.                    <div class="sponsored-image-v3">
  3236.                        
  3237.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3238.                        
  3239.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3240.                    </div>
  3241.                    <div class="sponsored-content-v3">
  3242.                        <h3 class="sponsored-title-v3">
  3243.                            <a href="/the-renowned-director-sets-the-record-straight-computers-dont-create-avatar-films/" class="top-color">
  3244.                            The Renowned Director Sets the Record Straight: ‘Computers Don’t Create Avatar Films’
  3245.                            </a>
  3246.                        </h3>
  3247.                        <p class="sponsored-excerpt-v3">
  3248.                            
  3249.                        </p>
  3250.                        <div class="sponsored-meta-v3">
  3251.                            <div class="author-info-v3">
  3252.                                
  3253.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c39cc03f-f897-4b84-b2c2-11182152168c_profile.png" alt="Robert Nguyen" style="object-fit: cover;" class="sponsored-author-img-v3">
  3254.                                
  3255.                                <span>
  3256.                                    Robert Nguyen
  3257.                                </span>
  3258.                            </div>
  3259.                            <div class="d-flex gap-2">
  3260.                                <i class="ti-calendar"></i> 11 May 2026
  3261.                            </div>
  3262.                        </div>
  3263.                    </div>
  3264.                </div>
  3265.            </div>
  3266.            
  3267.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3268.                <div class="card sponsored-card-v3">
  3269.                    <div class="sponsored-image-v3">
  3270.                        
  3271.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3272.                        
  3273.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3274.                    </div>
  3275.                    <div class="sponsored-content-v3">
  3276.                        <h3 class="sponsored-title-v3">
  3277.                            <a href="/bound-alone-and-scared-the-bleak-situation-for-female-prisoners-compelled-to-give-birth-in-prison/" class="top-color">
  3278.                            Bound, Alone and Scared: The Bleak Situation for Female Prisoners Compelled to Give Birth in Prison.
  3279.                            </a>
  3280.                        </h3>
  3281.                        <p class="sponsored-excerpt-v3">
  3282.                            
  3283.                        </p>
  3284.                        <div class="sponsored-meta-v3">
  3285.                            <div class="author-info-v3">
  3286.                                
  3287.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c39cc03f-f897-4b84-b2c2-11182152168c_profile.png" alt="Robert Nguyen" style="object-fit: cover;" class="sponsored-author-img-v3">
  3288.                                
  3289.                                <span>
  3290.                                    Robert Nguyen
  3291.                                </span>
  3292.                            </div>
  3293.                            <div class="d-flex gap-2">
  3294.                                <i class="ti-calendar"></i> 11 May 2026
  3295.                            </div>
  3296.                        </div>
  3297.                    </div>
  3298.                </div>
  3299.            </div>
  3300.            
  3301.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3302.                <div class="card sponsored-card-v3">
  3303.                    <div class="sponsored-image-v3">
  3304.                        
  3305.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3306.                        
  3307.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3308.                    </div>
  3309.                    <div class="sponsored-content-v3">
  3310.                        <h3 class="sponsored-title-v3">
  3311.                            <a href="/a-story-of-surprising-generosity-when-a-student-allowed-me-to-stay-on-her-dormitory-ground/" class="top-color">
  3312.                            A Story of Surprising Generosity: When a Student Allowed Me to Stay on Her Dormitory Ground
  3313.                            </a>
  3314.                        </h3>
  3315.                        <p class="sponsored-excerpt-v3">
  3316.                            
  3317.                        </p>
  3318.                        <div class="sponsored-meta-v3">
  3319.                            <div class="author-info-v3">
  3320.                                
  3321.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c39cc03f-f897-4b84-b2c2-11182152168c_profile.png" alt="Robert Nguyen" style="object-fit: cover;" class="sponsored-author-img-v3">
  3322.                                
  3323.                                <span>
  3324.                                    Robert Nguyen
  3325.                                </span>
  3326.                            </div>
  3327.                            <div class="d-flex gap-2">
  3328.                                <i class="ti-calendar"></i> 11 May 2026
  3329.                            </div>
  3330.                        </div>
  3331.                    </div>
  3332.                </div>
  3333.            </div>
  3334.            
  3335.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3336.                <div class="card sponsored-card-v3">
  3337.                    <div class="sponsored-image-v3">
  3338.                        
  3339.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3340.                        
  3341.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3342.                    </div>
  3343.                    <div class="sponsored-content-v3">
  3344.                        <h3 class="sponsored-title-v3">
  3345.                            <a href="/within-the-devastated-debris-of-an-residential-building-i-saw-a-book-id-translated/" class="top-color">
  3346.                            Within the Devastated Debris of an Residential Building, I Saw a Book I’d Translated
  3347.                            </a>
  3348.                        </h3>
  3349.                        <p class="sponsored-excerpt-v3">
  3350.                            
  3351.                        </p>
  3352.                        <div class="sponsored-meta-v3">
  3353.                            <div class="author-info-v3">
  3354.                                
  3355.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c39cc03f-f897-4b84-b2c2-11182152168c_profile.png" alt="Robert Nguyen" style="object-fit: cover;" class="sponsored-author-img-v3">
  3356.                                
  3357.                                <span>
  3358.                                    Robert Nguyen
  3359.                                </span>
  3360.                            </div>
  3361.                            <div class="d-flex gap-2">
  3362.                                <i class="ti-calendar"></i> 11 May 2026
  3363.                            </div>
  3364.                        </div>
  3365.                    </div>
  3366.                </div>
  3367.            </div>
  3368.            
  3369.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3370.                <div class="card sponsored-card-v3">
  3371.                    <div class="sponsored-image-v3">
  3372.                        
  3373.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3374.                        
  3375.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3376.                    </div>
  3377.                    <div class="sponsored-content-v3">
  3378.                        <h3 class="sponsored-title-v3">
  3379.                            <a href="/three-xbox-game-pass-titles-we-are-playing-over-the-weekend-october-10-12/" class="top-color">
  3380.                            Three Xbox Game Pass Titles We Are Playing Over the Weekend (October 10-12)
  3381.                            </a>
  3382.                        </h3>
  3383.                        <p class="sponsored-excerpt-v3">
  3384.                            
  3385.                        </p>
  3386.                        <div class="sponsored-meta-v3">
  3387.                            <div class="author-info-v3">
  3388.                                
  3389.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c39cc03f-f897-4b84-b2c2-11182152168c_profile.png" alt="Robert Nguyen" style="object-fit: cover;" class="sponsored-author-img-v3">
  3390.                                
  3391.                                <span>
  3392.                                    Robert Nguyen
  3393.                                </span>
  3394.                            </div>
  3395.                            <div class="d-flex gap-2">
  3396.                                <i class="ti-calendar"></i> 11 May 2026
  3397.                            </div>
  3398.                        </div>
  3399.                    </div>
  3400.                </div>
  3401.            </div>
  3402.            
  3403.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3404.                <div class="card sponsored-card-v3">
  3405.                    <div class="sponsored-image-v3">
  3406.                        
  3407.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3408.                        
  3409.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3410.                    </div>
  3411.                    <div class="sponsored-content-v3">
  3412.                        <h3 class="sponsored-title-v3">
  3413.                            <a href="/daily-existence-for-one-hundred-twenty-thousand-displaced-people-in-the-massive-shelter-on-the-mali-frontier/" class="top-color">
  3414.                            Daily Existence for one hundred twenty thousand Displaced People in the Massive Shelter on the Mali Frontier.
  3415.                            </a>
  3416.                        </h3>
  3417.                        <p class="sponsored-excerpt-v3">
  3418.                            
  3419.                        </p>
  3420.                        <div class="sponsored-meta-v3">
  3421.                            <div class="author-info-v3">
  3422.                                
  3423.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/c39cc03f-f897-4b84-b2c2-11182152168c_profile.png" alt="Robert Nguyen" style="object-fit: cover;" class="sponsored-author-img-v3">
  3424.                                
  3425.                                <span>
  3426.                                    Robert Nguyen
  3427.                                </span>
  3428.                            </div>
  3429.                            <div class="d-flex gap-2">
  3430.                                <i class="ti-calendar"></i> 11 May 2026
  3431.                            </div>
  3432.                        </div>
  3433.                    </div>
  3434.                </div>
  3435.            </div>
  3436.            
  3437.        </div>
  3438.    </div>
  3439. </section>
  3440.  
  3441.  
  3442.    
  3443.        <!-- end wpo-blog-sponsored-section -->
  3444.        <!-- start wpo-subscribe-section -->
  3445.        
  3446.        <!-- end subscribe-section -->
  3447.        <!-- start of wpo-site-footer-section -->
  3448.        
  3449.  
  3450.  
  3451.  
  3452.  
  3453.  
  3454.  
  3455. <!-- Footer V4 - Modern Corporate Design -->
  3456. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3457.  
  3458.    <div class="container-fluid fluid-container">
  3459.        
  3460.        <!-- Content Sections -->
  3461.        <div class="content-sections">
  3462.            <div class="row g-5">
  3463.                
  3464.                <!-- Brand Column -->
  3465.                <div class="col-lg-4 col-md-12">
  3466.                    <div class="brand-section">
  3467.                        <div class="brand-header">
  3468.                            
  3469.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/16c34b69-802d-455b-aec2-82c7d6a88c7a_logo.png" alt="FastSpace" class="brand-logo" loading="lazy">
  3470.                            
  3471.                            <div class="brand-text">
  3472.                                <h3 class="brand-name">FastSpace</h3>
  3473.                                <span class="brand-type">Digital Publication</span>
  3474.                            </div>
  3475.                        </div>
  3476.                        <p class="brand-description  text-lg-start ">
  3477.                            FastSpace delivers expert tech insights, in-depth reviews, and the latest innovation updates to keep you ahead in the digital world.
  3478.                        </p>
  3479.                    </div>
  3480.                </div>
  3481.  
  3482.                <!-- Quick Links Column -->
  3483.               <div class="col-lg-4 col-md-6">
  3484.                    <div class="links-section">
  3485.                        <div class="section-title">
  3486.                            <h4 class="title-text">Resources</h4>
  3487.                            <div class="title-decoration"></div>
  3488.                        </div>
  3489.                        <div class="links-container">
  3490.                          
  3491. <div class="link-group">
  3492.    <ul class="link-list" id="externalLinks">
  3493.        
  3494.  
  3495.    
  3496.        
  3497.        
  3498.        
  3499.    </ul>
  3500. </div>
  3501.  
  3502.                        </div>
  3503.                    </div>
  3504.                </div>
  3505.  
  3506.                <!-- Categories Column -->
  3507.                <div class="col-lg-4 col-md-6">
  3508.                    <div class="categories-section">
  3509.                        <div class="section-title">
  3510.                            <h4 class="title-text">Explore Topics</h4>
  3511.                            <div class="title-decoration"></div>
  3512.                        </div>
  3513.                        <div class="categories-container">
  3514.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3515.                            <div class="categories-cloud">
  3516.                                
  3517.                                <a href="/category/all-posts/" class="category-pill">
  3518.                                    All Posts
  3519.                                </a>
  3520.                                
  3521.                                <a href="/category/business/" class="category-pill">
  3522.                                    Business
  3523.                                </a>
  3524.                                
  3525.                                <a href="/category/esports/" class="category-pill">
  3526.                                    Esports
  3527.                                </a>
  3528.                                
  3529.                                <a href="/category/fashion/" class="category-pill">
  3530.                                    Fashion
  3531.                                </a>
  3532.                                
  3533.                                <a href="/category/featured/" class="category-pill">
  3534.                                    Featured
  3535.                                </a>
  3536.                                
  3537.                                <a href="/category/gaming/" class="category-pill">
  3538.                                    Gaming
  3539.                                </a>
  3540.                                
  3541.                                <a href="/category/health/" class="category-pill">
  3542.                                    Health
  3543.                                </a>
  3544.                                
  3545.                                <a href="/category/life-fitness/" class="category-pill">
  3546.                                    Life &amp; Fitness
  3547.                                </a>
  3548.                                
  3549.                            </div>
  3550.                        </div>
  3551.                    </div>
  3552.                </div>
  3553.  
  3554.            </div>
  3555.        </div>
  3556.  
  3557.        <!-- Footer Bottom -->
  3558.        <div class="footer-bottom">
  3559.            <div class="bottom-border"></div>
  3560.            <div class=" d-flex justify-content-between flex-wrap">
  3561.                <div>
  3562.                    <div class="copyright-info">
  3563.                        <p class="copyright-main">
  3564.                            © 2026 <span class="brand-highlight">FastSpace</span>. All rights reserved.
  3565.                        </p>
  3566.                        <p class="copyright-sub">
  3567.                            Thoughtfully crafted content for curious minds worldwide.
  3568.                        </p>
  3569.                    </div>
  3570.                </div>
  3571.                <div>
  3572.                    <div class="footer-actions">
  3573.                        <div class="action-links">
  3574.                            <a href="/page/write-for-us/" class="action-link">
  3575.                                <i class="bi bi-shield-check"></i>
  3576.                                <span>Write For Us</span>
  3577.                            </a>
  3578.                            <a href="/page/terms-and-conditions/" class="action-link">
  3579.                                <i class="bi bi-shield-check"></i>
  3580.                                <span>Terms & Conditions</span>
  3581.                            </a>
  3582.                            <a href="/sitemap.xml" class="action-link">
  3583.                                <i class="bi bi-diagram-3"></i>
  3584.                                <span>Sitemap</span>
  3585.                            </a>
  3586.                        </div>
  3587.  
  3588.                    </div>
  3589.                </div>
  3590.            </div>
  3591.        </div>
  3592.  
  3593.    </div>
  3594.  
  3595.    
  3596.  
  3597. </footer>
  3598.  
  3599.  
  3600. <style>
  3601. /* Footer V4 - Modern Corporate Design */
  3602. .wpo-site-footer-v4 {
  3603.    color: var(--footer-color);
  3604.    margin-top: 100px;
  3605. }
  3606.  
  3607.  
  3608. .accent-line {
  3609.    position: absolute;
  3610.    top: 0;
  3611.    height: 100%;
  3612.    width: 33.333%;
  3613.    opacity: 0.8;
  3614. }
  3615.  
  3616. .accent-1 {
  3617.    left: 0;
  3618.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3619.    animation: slideRight 3s ease-in-out infinite;
  3620. }
  3621.  
  3622. .accent-2 {
  3623.    left: 33.333%;
  3624.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3625.    animation: slideRight 3s ease-in-out infinite 1s;
  3626. }
  3627.  
  3628. .accent-3 {
  3629.    left: 66.666%;
  3630.    background: linear-gradient(90deg, #10b981, #059669);
  3631.    animation: slideRight 3s ease-in-out infinite 2s;
  3632. }
  3633.  
  3634. @keyframes slideRight {
  3635.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3636.    50% { transform: translateX(10px); opacity: 1; }
  3637. }
  3638.  
  3639. /* Content Sections */
  3640. .content-sections {
  3641.    padding: 60px 0;
  3642.    position: relative;
  3643.    z-index: 2;
  3644. }
  3645.  
  3646. /* Brand Section */
  3647. .brand-section {
  3648.    padding-right: 2rem;
  3649. }
  3650.  
  3651. .brand-header {
  3652.    display: flex;
  3653.    align-items: center;
  3654.    margin-bottom: 2rem;
  3655.    gap: 1rem;
  3656. }
  3657.  
  3658. .brand-logo {
  3659.    height: 50px;
  3660.    width: auto;
  3661.    border-radius: 8px;
  3662. }
  3663.  
  3664. .brand-name {
  3665.    font-size: 1.5rem;
  3666.    font-weight: 800;
  3667.    color: var(--footer-color) !important;
  3668.    margin: 0;
  3669. }
  3670.  
  3671. .brand-type {
  3672.    color: var(--footer-color) !important;
  3673.    opacity: 0.8;
  3674.    font-size: 0.85rem;
  3675.    font-weight: 500;
  3676.    text-transform: uppercase;
  3677.    letter-spacing: 0.5px;
  3678. }
  3679.  
  3680. .brand-description {
  3681.    color: var(--footer-color) !important;
  3682.    line-height: 1.7;
  3683.    margin-bottom: 2rem;
  3684.    font-size: 0.95rem;
  3685. }
  3686.  
  3687. .brand-stats {
  3688.    display: flex;
  3689.    align-items: center;
  3690.    gap: 1.5rem;
  3691. }
  3692.  
  3693. .stat-item {
  3694.    text-align: center;
  3695. }
  3696.  
  3697. .stat-number {
  3698.    font-size: 1.5rem;
  3699.    font-weight: 800;
  3700.    color: #3b82f6;
  3701.    display: block;
  3702.    line-height: 1;
  3703. }
  3704.  
  3705. .stat-label {
  3706.    font-size: 0.8rem;
  3707.    color: #94a3b8;
  3708.    margin-top: 0.25rem;
  3709. }
  3710.  
  3711. .stat-divider {
  3712.    width: 1px;
  3713.    height: 40px;
  3714.    background: rgba(255, 255, 255, 0.2);
  3715. }
  3716.  
  3717. /* Links Section */
  3718. .links-section {
  3719.    padding-left: 1rem;
  3720.    padding-right: 1rem;
  3721. }
  3722.  
  3723. .section-title {
  3724.    margin-bottom: 2rem;
  3725.    position: relative;
  3726. }
  3727.  
  3728. .title-text {
  3729.    font-size: 1.3rem;
  3730.    font-weight: 700;
  3731.    color: var(--footer-color) !important;
  3732.    margin-bottom: 0.5rem;
  3733.    text-align: justify !important;
  3734. }
  3735.  
  3736.  
  3737. .link-group {
  3738.    margin-bottom: 2rem;
  3739. }
  3740.  
  3741. .group-title {
  3742.    font-size: 1rem;
  3743.    font-weight: 600;
  3744.    color: #f1f5f9;
  3745.    margin-bottom: 1rem;
  3746.    padding-bottom: 0.5rem;
  3747.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3748. }
  3749.  
  3750. .link-list {
  3751.    list-style: none;
  3752.    padding: 0;
  3753.    margin: 0;
  3754. }
  3755.  
  3756. .link-item {
  3757.    margin-bottom: 0.75rem;
  3758. }
  3759.  
  3760. .link-text {
  3761.    color: var(--footer-color) !important;
  3762.    text-decoration: none;
  3763.    font-size: 0.9rem;
  3764.    display: flex;
  3765.    align-items: center;
  3766.    transition: all 0.3s ease;
  3767.    padding: 0.25rem 0;
  3768. }
  3769.  
  3770. .link-text:hover {
  3771.    color: #3b82f6;
  3772.    padding-left: 0.5rem;
  3773. }
  3774.  
  3775. .link-icon {
  3776.    margin-right: 0.5rem;
  3777.    opacity: 0;
  3778.    transition: opacity 0.3s ease;
  3779. }
  3780.  
  3781. .link-text:hover .link-icon {
  3782.    opacity: 1;
  3783. }
  3784.  
  3785. .external-icon {
  3786.    color: #10b981;
  3787. }
  3788.  
  3789. /* Categories Section */
  3790. .categories-section {
  3791.    padding-left: 1rem;
  3792. }
  3793.  
  3794. .categories-intro {
  3795.    color: #cbd5e1;
  3796.    margin-bottom: 1.5rem;
  3797.    font-size: 0.9rem;
  3798. }
  3799.  
  3800. .categories-cloud {
  3801.    display: flex;
  3802.    flex-wrap: wrap;
  3803.    gap: 0.75rem;
  3804. }
  3805.  
  3806. .category-pill {
  3807.    display: inline-block;
  3808.    padding: 0.5rem 1rem;
  3809.    background: rgba(255, 255, 255, 0.1);
  3810.    border: 1px solid rgba(255, 255, 255, 0.2);
  3811.    border-radius: 20px;
  3812.    color:  var(--footer-color) !important;
  3813.    text-decoration: none;
  3814.    font-size: 0.85rem;
  3815.    opacity: 0.7;
  3816.    font-weight: 500;
  3817.    transition: all 0.3s ease;
  3818. }
  3819.  
  3820. .category-pill:hover {
  3821.    background: #3b82f6;
  3822.    border-color: #3b82f6;
  3823.    color: var(--footer-color) !important;
  3824.    opacity: 1;
  3825.    transform: translateY(-1px);
  3826.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3827. }
  3828.  
  3829. /* Footer Bottom */
  3830. .footer-bottom {
  3831.    padding: 2rem 0;
  3832.    position: relative;
  3833.    z-index: 2;
  3834. }
  3835.  
  3836. .bottom-border {
  3837.    height: 1px;
  3838.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3839.    margin-bottom: 2rem;
  3840. }
  3841.  
  3842. .copyright-main {
  3843.    font-size: 1rem;
  3844.    color: #e2e8f0;
  3845.    margin-bottom: 0.25rem;
  3846. }
  3847.  
  3848. .brand-highlight {
  3849.    color: var(--footer-color);
  3850.    font-weight: 700;
  3851. }
  3852.  
  3853. .copyright-sub {
  3854.    font-size: 0.85rem;
  3855.    color: #94a3b8;
  3856.    margin: 0;
  3857. }
  3858.  
  3859. .footer-actions {
  3860.    display: flex;
  3861.    align-items: center;
  3862.    gap: 2rem;
  3863. }
  3864.  
  3865. .action-links {
  3866.    display: flex;
  3867.    gap: 1.5rem;
  3868. }
  3869.  
  3870. .action-link {
  3871.    display: flex;
  3872.    align-items: center;
  3873.    gap: 0.5rem;
  3874.    color: #cbd5e1;
  3875.    text-decoration: none;
  3876.    font-size: 0.9rem;
  3877.    transition: color 0.3s ease;
  3878. }
  3879.  
  3880. .action-link:hover {
  3881.    color: #3b82f6;
  3882. }
  3883.  
  3884. .scroll-to-top-btn {
  3885.    background: rgba(255, 255, 255, 0.1);
  3886.    border: 1px solid rgba(255, 255, 255, 0.2);
  3887.    color: #cbd5e1;
  3888.    width: 44px;
  3889.    height: 44px;
  3890.    border-radius: 12px;
  3891.    cursor: pointer;
  3892.    transition: all 0.3s ease;
  3893.    display: flex;
  3894.    align-items: center;
  3895.    justify-content: center;
  3896. }
  3897.  
  3898. .scroll-to-top-btn:hover {
  3899.    background: #3b82f6;
  3900.    border-color: #3b82f6;
  3901.    color: white;
  3902.    transform: translateY(-2px);
  3903. }
  3904.  
  3905. /* Background Pattern */
  3906. .footer-pattern {
  3907.    position: absolute;
  3908.    top: 0;
  3909.    left: 0;
  3910.    width: 100%;
  3911.    height: 100%;
  3912.    z-index: 1;
  3913.    overflow: hidden;
  3914. }
  3915.  
  3916. .pattern-grid {
  3917.    position: relative;
  3918.    width: 100%;
  3919.    height: 100%;
  3920. }
  3921.  
  3922. .pattern-dot {
  3923.    position: absolute;
  3924.    width: 2px;
  3925.    height: 2px;
  3926.    background: rgba(255, 255, 255, 0.1);
  3927.    border-radius: 50%;
  3928. }
  3929.  
  3930. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3931. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3932. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3933. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3934. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3935. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3936.  
  3937. /* Responsive Design */
  3938. @media (max-width: 992px) {
  3939.    .newsletter-heading {
  3940.        font-size: 2rem;
  3941.    }
  3942.    
  3943.    .brand-section {
  3944.        padding-right: 0;
  3945.        margin-bottom: 3rem;
  3946.    }
  3947.    
  3948.    .links-section, .categories-section {
  3949.        padding-left: 0;
  3950.        padding-right: 0;
  3951.    }
  3952.    
  3953.    .brand-stats {
  3954.        justify-content: center;
  3955.        margin-top: 2rem;
  3956.    }
  3957. }
  3958.  
  3959. @media (max-width: 768px) {
  3960.    .newsletter-section {
  3961.        padding: 60px 0 40px;
  3962.    }
  3963.    
  3964.    .newsletter-container {
  3965.        padding: 2rem 1.5rem;
  3966.        margin: 0 1rem;
  3967.    }
  3968.    
  3969.    .newsletter-heading {
  3970.        font-size: 1.75rem;
  3971.    }
  3972.    
  3973.    .content-sections {
  3974.        padding: 40px 0;
  3975.    }
  3976.    
  3977.    .brand-header {
  3978.        flex-direction: column;
  3979.        text-align: center;
  3980.    }
  3981.    
  3982.    .footer-actions {
  3983.        flex-direction: column;
  3984.        gap: 1rem;
  3985.        margin-top: 1.5rem;
  3986.    }
  3987.    
  3988.    .action-links {
  3989.        order: 2;
  3990.    }
  3991.    
  3992.    .scroll-to-top-btn {
  3993.        order: 1;
  3994.    }
  3995. }
  3996.  
  3997. @media (max-width: 576px) {
  3998.    .newsletter-container {
  3999.        padding: 1.5rem 1rem;
  4000.    }
  4001.    
  4002.    .newsletter-heading {
  4003.        font-size: 1.5rem;
  4004.    }
  4005.    
  4006.    .brand-stats {
  4007.        flex-direction: column;
  4008.        gap: 1rem;
  4009.    }
  4010.    
  4011.    .stat-divider {
  4012.        width: 40px;
  4013.        height: 1px;
  4014.    }
  4015.    
  4016.    .action-links {
  4017.        flex-direction: column;
  4018.        gap: 0.75rem;
  4019.        text-align: center;
  4020.    }
  4021.    
  4022.    .pattern-dot {
  4023.        display: none;
  4024.    }
  4025. }
  4026. </style>
  4027.  
  4028. <!-- Bootstrap 5 JS -->
  4029.  
  4030. <script>
  4031. // Scroll to Top Function
  4032. document.addEventListener('DOMContentLoaded', function () {
  4033.    var btn = document.getElementById('toggleExternal');
  4034.    if (!btn) return; // No extra items, no button
  4035.  
  4036.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4037.  
  4038.    btn.addEventListener('click', function () {
  4039.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4040.            return li.classList.contains('d-none');
  4041.        });
  4042.  
  4043.        extras.forEach(function (li) {
  4044.            if (anyHidden) {
  4045.                li.classList.remove('d-none');
  4046.                li.classList.add('show');
  4047.            } else {
  4048.                li.classList.add('d-none');
  4049.                li.classList.remove('show');
  4050.            }
  4051.        });
  4052.  
  4053.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4054.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4055.    });
  4056. });
  4057. function scrollToTop() {
  4058.    window.scrollTo({
  4059.        top: 0,
  4060.        behavior: 'smooth'
  4061.    });
  4062. }
  4063.  
  4064. // Initialize Footer V4 Features
  4065. document.addEventListener('DOMContentLoaded', function() {
  4066.    
  4067.    // Newsletter Form Handling
  4068.    const newsletterForm = document.querySelector('.newsletter-form');
  4069.    const emailInput = document.querySelector('.form-input');
  4070.    const submitButton = document.querySelector('.submit-button');
  4071.    const successMessage = document.querySelector('.success-message');
  4072.    const errorMessage = document.querySelector('.error-message');
  4073.    const infoMessage = document.querySelector('.info-message');
  4074.    
  4075.    if (newsletterForm && emailInput && submitButton) {
  4076.        
  4077.        // Form submission
  4078.        newsletterForm.addEventListener('submit', function(e) {
  4079.            e.preventDefault();
  4080.            
  4081.            const email = emailInput.value.trim();
  4082.            
  4083.            // Validate email
  4084.            if (!email || !isValidEmail(email)) {
  4085.                showMessage('error');
  4086.                emailInput.focus();
  4087.                return;
  4088.            }
  4089.            
  4090.            // Show loading state
  4091.            const originalText = submitButton.querySelector('.button-text').textContent;
  4092.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4093.            
  4094.            submitButton.disabled = true;
  4095.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4096.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4097.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4098.            
  4099.            // Simulate API call
  4100.            setTimeout(() => {
  4101.                // Success state
  4102.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4103.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4104.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4105.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4106.                
  4107.                showMessage('success');
  4108.                
  4109.                // Reset after delay
  4110.                setTimeout(() => {
  4111.                    submitButton.querySelector('.button-text').textContent = originalText;
  4112.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4113.                    submitButton.style.background = '';
  4114.                    submitButton.disabled = false;
  4115.                    emailInput.value = '';
  4116.                    showMessage('info');
  4117.                }, 3000);
  4118.                
  4119.            }, 2000);
  4120.        });
  4121.        
  4122.        // Input validation
  4123.        emailInput.addEventListener('blur', function() {
  4124.            const email = this.value.trim();
  4125.            if (email && !isValidEmail(email)) {
  4126.                this.style.borderColor = '#ef4444';
  4127.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4128.            } else if (email && isValidEmail(email)) {
  4129.                this.style.borderColor = '#10b981';
  4130.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4131.            }
  4132.        });
  4133.        
  4134.        emailInput.addEventListener('focus', function() {
  4135.            this.style.borderColor = '#3b82f6';
  4136.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4137.        });
  4138.        
  4139.        // Reset validation styling on input
  4140.        emailInput.addEventListener('input', function() {
  4141.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4142.                this.style.borderColor = '';
  4143.                this.style.boxShadow = '';
  4144.            }
  4145.        });
  4146.    }
  4147.    
  4148.    // Email validation function
  4149.    function isValidEmail(email) {
  4150.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4151.        return emailRegex.test(email);
  4152.    }
  4153.    
  4154.    // Message display function
  4155.    function showMessage(type) {
  4156.        // Hide all messages
  4157.        successMessage.style.display = 'none';
  4158.        errorMessage.style.display = 'none';
  4159.        infoMessage.style.display = 'none';
  4160.        
  4161.        // Show specific message
  4162.        if (type === 'success') {
  4163.            successMessage.style.display = 'block';
  4164.        } else if (type === 'error') {
  4165.            errorMessage.style.display = 'block';
  4166.        } else if (type === 'info') {
  4167.            infoMessage.style.display = 'block';
  4168.        }
  4169.    }
  4170.    
  4171.    // Smooth reveal animations
  4172.    const observerOptions = {
  4173.        threshold: 0.1,
  4174.        rootMargin: '0px 0px -30px 0px'
  4175.    };
  4176.    
  4177.    const sectionObserver = new IntersectionObserver((entries) => {
  4178.        entries.forEach(entry => {
  4179.            if (entry.isIntersecting) {
  4180.                entry.target.style.opacity = '1';
  4181.                entry.target.style.transform = 'translateY(0)';
  4182.            }
  4183.        });
  4184.    }, observerOptions);
  4185.    
  4186.    // Animate sections
  4187.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4188.        section.style.opacity = '0';
  4189.        section.style.transform = 'translateY(20px)';
  4190.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4191.        sectionObserver.observe(section);
  4192.    });
  4193.    
  4194.    // Animate category pills
  4195.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4196.        pill.style.opacity = '0';
  4197.        pill.style.transform = 'translateY(10px)';
  4198.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4199.        
  4200.        setTimeout(() => {
  4201.            pill.style.opacity = '1';
  4202.            pill.style.transform = 'translateY(0)';
  4203.        }, 300 + (index * 100));
  4204.    });
  4205.    
  4206.    // Enhanced link hover effects
  4207.    document.querySelectorAll('.link-text').forEach(link => {
  4208.        link.addEventListener('mouseenter', function() {
  4209.            const icon = this.querySelector('.link-icon');
  4210.            if (icon) {
  4211.                icon.style.transform = 'translateX(4px)';
  4212.            }
  4213.        });
  4214.        
  4215.        link.addEventListener('mouseleave', function() {
  4216.            const icon = this.querySelector('.link-icon');
  4217.            if (icon) {
  4218.                icon.style.transform = 'translateX(0)';
  4219.            }
  4220.        });
  4221.    });
  4222.    
  4223.    // Prevent default for demo links
  4224.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4225.        link.addEventListener('click', function(e) {
  4226.            e.preventDefault();
  4227.        });
  4228.    });
  4229.    
  4230.    // Add ripple effect to submit button
  4231.    submitButton.addEventListener('click', function(e) {
  4232.        const ripple = document.createElement('span');
  4233.        const rect = this.getBoundingClientRect();
  4234.        const size = Math.max(rect.width, rect.height);
  4235.        const x = e.clientX - rect.left - size / 2;
  4236.        const y = e.clientY - rect.top - size / 2;
  4237.        
  4238.        ripple.style.cssText = `
  4239.            position: absolute;
  4240.            width: ${size}px;
  4241.            height: ${size}px;
  4242.            left: ${x}px;
  4243.            top: ${y}px;
  4244.            background: rgba(255, 255, 255, 0.3);
  4245.            border-radius: 50%;
  4246.            transform: scale(0);
  4247.            animation: ripple 0.6s ease-out;
  4248.            pointer-events: none;
  4249.        `;
  4250.        
  4251.        this.appendChild(ripple);
  4252.        
  4253.        setTimeout(() => {
  4254.            ripple.remove();
  4255.        }, 600);
  4256.    });
  4257.    
  4258. });
  4259.  
  4260. // Add CSS for ripple animation
  4261. const rippleStyle = document.createElement('style');
  4262. rippleStyle.textContent = `
  4263.    @keyframes ripple {
  4264.        to {
  4265.            transform: scale(2);
  4266.            opacity: 0;
  4267.        }
  4268.    }
  4269.    
  4270.    @keyframes spin {
  4271.        from { transform: rotate(0deg); }
  4272.        to { transform: rotate(360deg); }
  4273.    }
  4274.    
  4275.    .submit-button {
  4276.        position: relative;
  4277.        overflow: hidden;
  4278.    }
  4279. `;
  4280. document.head.appendChild(rippleStyle);
  4281. </script>
  4282.  
  4283.        <!-- end of wpo-site-footer-section -->
  4284.    </div>
  4285.    <!-- end of page-wrapper -->
  4286.  
  4287.    <!-- All JavaScript files
  4288.    ================================================== -->
  4289.    
  4290.  
  4291. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4292. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4293. <!-- Plugins for this template -->
  4294. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4295. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4296. <!-- Custom script for this template -->
  4297. <script src="/static/blogapp/assets/js/script.js"></script>
  4298.  
  4299. <script>
  4300. (function () {
  4301. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4302. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4303.  
  4304. function applyFallback(img) {
  4305. if (!img || img.dataset.fallbackApplied === "1") {
  4306. return;
  4307. }
  4308. var failedSrc = img.currentSrc || img.src || "";
  4309. img.dataset.fallbackApplied = "1";
  4310. img.onerror = null;
  4311. img.src = fallbackImageSrc;
  4312. console.warn("[ImageFallback] Replaced broken image:", {
  4313. failedSrc: failedSrc,
  4314. fallbackSrc: fallbackImageSrc,
  4315. alt: img.alt || "",
  4316. });
  4317. }
  4318.  
  4319. document.querySelectorAll("img").forEach(function (img) {
  4320. if (img.complete && img.naturalWidth === 0) {
  4321. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4322. failedSrc: img.currentSrc || img.src || "",
  4323. alt: img.alt || "",
  4324. });
  4325. applyFallback(img);
  4326. }
  4327. });
  4328.  
  4329. document.addEventListener(
  4330. "error",
  4331. function (event) {
  4332. var target = event.target;
  4333. if (target && target.tagName === "IMG") {
  4334. applyFallback(target);
  4335. }
  4336. },
  4337. true
  4338. );
  4339. })();
  4340. </script>
  4341.  
  4342. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4343.  
  4344.  
  4345.  
  4346. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"01bcbc5a64fd47e6a39bfb4277c6b0de","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4347. </body>
  4348.  
  4349. </html>
  4350.  
  4351.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda