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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="work">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_3_7eWW9vt_Mv5Vyr2_9zm9OOQ.png">
  14.    
  15.  
  16.    <title>Spinnet Blog: Tech Insights, AI Trends, and Digital Innovation</title>
  17.    <meta name="description" content="Explore the latest in technology, AI advancements, and digital strategies on Spinnet&#x27;s blog. Stay updated with expert insights and practical tips for innovation.">
  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://spinnet.ca/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #f4a261;
  42.        --bs-primary-rgb: f4a261;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fef5ef;
  49.        --bs-dark: #4c2c17;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #f4a261;
  53.        --theme-primary-color-s2: #f4a261;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4c2c17;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4c2c17;
  59.        --border-color: #fed7aa;
  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: #ffedd5;
  75.        --navbar-color: #4c2c17;
  76.        --topbar-bg: #fef5ef;
  77.        --topbar-color: #4c2c17;
  78.        --footer-bg: #4c2c17;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 12px;
  83.        --link-color: #f4a261;
  84.        --link-hover: #e07c24;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(244, 162, 97, 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_28">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417.  
  418. <div class="topbar d-sm-flex d-none">
  419.  <div class="container-fluid fluid-container">
  420.    <div class="row  ">
  421.      <div>
  422.        <div class="pt-2 d-flex gap-2 pb-0">
  423.          <div class="">
  424.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  425.          </div>
  426.  
  427.          <!-- Add an id to the marquee -->
  428.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  429.            <p class="text-center">
  430.              
  431.               <a href="/the-mushroom-cleaning-controversy-a-guide-to-preparing-mushrooms/" class="px-5 top-color">
  432.                    The Mushroom Cleaning Controversy: A Guide to Preparing Mushrooms
  433.                  </a>
  434.              
  435.               <a href="/body-of-triathlete-presumably-attacked-by-great-white-recovered-from-california-beach/" class="px-5 top-color">
  436.                    Body of Triathlete Presumably Attacked by Great White Recovered from California Beach
  437.                  </a>
  438.              
  439.               <a href="/barry-manilow-will-have-surgery-for-a-lung-cancer-diagnosis/" class="px-5 top-color">
  440.                    Barry Manilow Will Have Surgery for a Lung Cancer Diagnosis.
  441.                  </a>
  442.              
  443.               <a href="/former-uk-serviceman-accused-of-murdering-kenya-woman-appears-in-courtroom/" class="px-5 top-color">
  444.                    Former UK Serviceman Accused of Murdering Kenya Woman Appears in Courtroom
  445.                  </a>
  446.              
  447.               <a href="/us-food-and-drug-administration-clears-addyi-a-desire-boosting-drug-for-women-after-menopause/" class="px-5 top-color">
  448.                    U.S. Food and Drug Administration Clears Addyi, a Desire-Boosting Drug for Women After Menopause
  449.                  </a>
  450.              
  451.            </p>
  452.          </marquee>
  453.        </div>
  454.      </div>
  455.    </div>
  456.  </div>
  457. </div>
  458. <style>
  459.  .tilt-button {
  460.  padding: 0.5rem 1rem;
  461.  white-space: nowrap;
  462.  font-weight: bold;
  463.  display: inline-block;
  464.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  465.  transition: background 0.3s ease;
  466. }
  467.  
  468.  
  469. </style>
  470. <script>
  471.  // Stop/start marquee when hovering or focusing links inside it
  472.  document.addEventListener("DOMContentLoaded", function () {
  473.    const marquee = document.getElementById("newsMarquee");
  474.    if (!marquee) return;
  475.  
  476.    marquee.querySelectorAll("a").forEach((link) => {
  477.      link.addEventListener("mouseenter", () => marquee.stop());
  478.      link.addEventListener("mouseleave", () => marquee.start());
  479.      // keyboard accessibility
  480.      link.addEventListener("focus", () => marquee.stop());
  481.      link.addEventListener("blur", () => marquee.start());
  482.    });
  483.  });
  484. </script>
  485.  
  486.  
  487.  
  488.            
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495. <header class="header-v8 mb-4">
  496.    <div class="container-fluid fluid-container">
  497.        <!-- Main Navigation Card -->
  498.        <div class="nav-card-v8">
  499.            <div class="row align-items-center justify-content-between">
  500.                <!-- Logo Section -->
  501.               <div class="col-lg-2 col-md-3 col-6">
  502.                    <div class="logo-section-v8">
  503.                        <a class="logo-link-v8" href="/">
  504.                            
  505.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/c8e896c6-d4b0-42c8-986c-f5510df83b64_logo.png" alt="Spinnet Blog" class="logo-img-v8" />
  506.                            
  507.                        </a>
  508.                    </div>
  509.                </div>
  510.  
  511.                <!-- Navigation Menu -->
  512.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  513.                    <nav class="main-nav-v8">
  514.                        <ul class="nav-list-v8">
  515.  
  516.                            
  517.                            <li class="nav-item-v8">
  518.                                <a href="/" class="nav-link-v8 active-v8"
  519.                                    data-text="Home">Home</a>
  520.                            </li>
  521.  
  522.                            
  523.                            
  524.                             <li class="nav-item-v8">
  525.                                <a href="/category/all-posts/" class="nav-link-v8"
  526.                                    data-text="All Posts">
  527.                                    All Posts
  528.                                </a>
  529.                                </li>
  530.  
  531.                                
  532.  
  533.                                                
  534.                                                
  535.                                
  536.                             <li class="nav-item-v8">
  537.                                <a href="/category/business/" class="nav-link-v8"
  538.                                    data-text="Business">
  539.                                    Business
  540.                                </a>
  541.                                </li>
  542.  
  543.                                
  544.  
  545.                                                
  546.                                                
  547.                                
  548.                             <li class="nav-item-v8">
  549.                                <a href="/category/esports/" class="nav-link-v8"
  550.                                    data-text="Esports">
  551.                                    Esports
  552.                                </a>
  553.                                </li>
  554.  
  555.                                
  556.  
  557.                                                
  558.                                                
  559.                                
  560.                             <li class="nav-item-v8">
  561.                                <a href="/category/fashion/" class="nav-link-v8"
  562.                                    data-text="Fashion">
  563.                                    Fashion
  564.                                </a>
  565.                                </li>
  566.  
  567.                                
  568.  
  569.                                                
  570.                                                
  571.                                
  572.                             <li class="nav-item-v8">
  573.                                <a href="/category/featured/" class="nav-link-v8"
  574.                                    data-text="Featured">
  575.                                    Featured
  576.                                </a>
  577.                                </li>
  578.  
  579.                                
  580.  
  581.                                                
  582.                                                
  583.                                
  584.                             <li class="nav-item-v8">
  585.                                <a href="/category/gaming/" class="nav-link-v8"
  586.                                    data-text="Gaming">
  587.                                    Gaming
  588.                                </a>
  589.                                </li>
  590.  
  591.                                
  592.  
  593.                                                
  594.                                                
  595.                                
  596.                             <li class="nav-item-v8">
  597.                                <a href="/category/health/" class="nav-link-v8"
  598.                                    data-text="Health">
  599.                                    Health
  600.                                </a>
  601.                                </li>
  602.  
  603.                                
  604.  
  605.                                                
  606.                                                
  607.                                
  608.                            
  609.                                
  610.                                
  611.                                <li class="nav-item-v8 has-dropdown-v8">
  612.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  613.                                    <div class="dropdown-card-v8">
  614.                                        <div class="dropdown-grid-v8">
  615.                                            <div class="dropdown-section-v8">
  616.                                                <a href="/category/life-fitness/"
  617.                                                    class="dropdown-link-v8">
  618.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  619.                                                </a>
  620.                                                
  621.  
  622.                                                
  623.  
  624.                                                
  625.                                                
  626.                                
  627.                            
  628.                                                <a href="/category/lifestyle/"
  629.                                                    class="dropdown-link-v8">
  630.                                                    <span class="link-icon-v8"></span> Lifestyle
  631.                                                </a>
  632.                                                
  633.  
  634.                                                
  635.                                                
  636.                                
  637.                            
  638.                                                <a href="/category/news/"
  639.                                                    class="dropdown-link-v8">
  640.                                                    <span class="link-icon-v8"></span> News
  641.                                                </a>
  642.                                                
  643.  
  644.                                                
  645.                                                
  646.                                
  647.                            
  648.                                                <a href="/category/others/"
  649.                                                    class="dropdown-link-v8">
  650.                                                    <span class="link-icon-v8"></span> Others
  651.                                                </a>
  652.                                                
  653.  
  654.                                                
  655.                                                
  656.                                
  657.                            
  658.                                                <a href="/category/politics/"
  659.                                                    class="dropdown-link-v8">
  660.                                                    <span class="link-icon-v8"></span> Politics
  661.                                                </a>
  662.                                                
  663.  
  664.                                                
  665.                                                
  666.                                
  667.                            
  668.                                                <a href="/category/sports/"
  669.                                                    class="dropdown-link-v8">
  670.                                                    <span class="link-icon-v8"></span> Sports
  671.                                                </a>
  672.                                                
  673.  
  674.                                                
  675.                                                
  676.                                
  677.                            
  678.                                                <a href="/category/tech/"
  679.                                                    class="dropdown-link-v8">
  680.                                                    <span class="link-icon-v8"></span> Tech
  681.                                                </a>
  682.                                                
  683.  
  684.                                                
  685.                                                
  686.                                
  687.                            
  688.                                                <a href="/category/travel/"
  689.                                                    class="dropdown-link-v8">
  690.                                                    <span class="link-icon-v8"></span> Travel
  691.                                                </a>
  692.                                                
  693.  
  694.                                                
  695.                                                
  696.                                            </div>
  697.                                        </div>
  698.                                    </div>
  699.                                </li>
  700.                                
  701.                                
  702. <li>
  703.                  <a href="/page/contact-us/">
  704.                     Contact Us
  705.                  </a>
  706.              </li>
  707.                        </ul>
  708.                    </nav>
  709.  
  710.                </div>
  711.  
  712.                <!-- Search & Mobile Toggle -->
  713.                <div class="col-lg-2 col-md-3 col-6">
  714.                    <div class="nav-actions-v8">
  715.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  716.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  717.                                stroke-width="2">
  718.                                <circle cx="11" cy="11" r="8"></circle>
  719.                                <path d="m21 21-4.35-4.35"></path>
  720.                            </svg>
  721.                        </button>
  722.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  723.                            <i class="ti-menu fs-5"></i>
  724.                        </button>
  725.                    </div>
  726.                </div>
  727.            </div>
  728.        </div>
  729.  
  730.        <!-- Floating Search Card -->
  731.        <div class="search-card-v8" id="searchCardV8">
  732.            <div class="search-container-v8">
  733.                <form class="search-form-v8" action="#" method="get">
  734.                    <div class="search-input-wrapper-v8">
  735.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  736.                            stroke="currentColor" stroke-width="2">
  737.                            <circle cx="11" cy="11" r="8"></circle>
  738.                            <path d="m21 21-4.35-4.35"></path>
  739.                        </svg>
  740.                        <input type="search" class="search-input-v8" id="search-input"
  741.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  742.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  743.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  744.                                stroke-width="2">
  745.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  746.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  747.                            </svg>
  748.                        </button>
  749.                    </div>
  750.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  751.                        
  752.                        
  753.                    </div>
  754.                </form>
  755.            </div>
  756.        </div>
  757.  
  758.        <!-- Mobile Navigation Card -->
  759.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  760.            <div class="mobile-nav-content-v8">
  761.                <ul class="mobile-nav-list-v8">
  762.  
  763.                    
  764.                    <li class="mobile-nav-item-v8">
  765.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  766.                            Home
  767.                        </a>
  768.                    </li>
  769.  
  770.                    
  771.                      <li class="mobile-nav-item-v8">
  772.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  773.                            All Posts
  774.                        </a>
  775.                        </li>
  776.  
  777.                        
  778.  
  779.                                
  780.                                
  781.                        
  782.                      <li class="mobile-nav-item-v8">
  783.                        <a href="/category/business/" class="mobile-nav-link-v8">
  784.                            Business
  785.                        </a>
  786.                        </li>
  787.  
  788.                        
  789.  
  790.                                
  791.                                
  792.                        
  793.                      <li class="mobile-nav-item-v8">
  794.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  795.                            Esports
  796.                        </a>
  797.                        </li>
  798.  
  799.                        
  800.  
  801.                                
  802.                                
  803.                        
  804.                      <li class="mobile-nav-item-v8">
  805.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  806.                            Fashion
  807.                        </a>
  808.                        </li>
  809.  
  810.                        
  811.  
  812.                                
  813.                                
  814.                        
  815.                      <li class="mobile-nav-item-v8">
  816.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  817.                            Featured
  818.                        </a>
  819.                        </li>
  820.  
  821.                        
  822.  
  823.                                
  824.                                
  825.                        
  826.                      <li class="mobile-nav-item-v8">
  827.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  828.                            Gaming
  829.                        </a>
  830.                        </li>
  831.  
  832.                        
  833.  
  834.                                
  835.                                
  836.                        
  837.                      <li class="mobile-nav-item-v8">
  838.                        <a href="/category/health/" class="mobile-nav-link-v8">
  839.                            Health
  840.                        </a>
  841.                        </li>
  842.  
  843.                        
  844.  
  845.                                
  846.                                
  847.                        
  848.                    
  849.                        
  850.                        
  851.                        <li class="mobile-nav-item-v8">
  852.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  853.                                More
  854.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  855.                                    stroke="currentColor" stroke-width="2">
  856.                                    <polyline points="6,9 12,15 18,9"></polyline>
  857.                                </svg>
  858.                            </a>
  859.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  860.                                <li>
  861.                                    <a href="/category/life-fitness/"
  862.                                        class="mobile-sub-link-v8">
  863.                                        Life &amp; Fitness
  864.                                    </a>
  865.                                </li>
  866.                                
  867.  
  868.                                
  869.  
  870.                                
  871.                                
  872.                        
  873.                    
  874.                                
  875.                                <li>
  876.                                    <a href="/category/lifestyle/"
  877.                                        class="mobile-sub-link-v8">
  878.                                        Lifestyle
  879.                                    </a>
  880.                                </li>
  881.                                
  882.  
  883.                                
  884.                                
  885.                        
  886.                    
  887.                                
  888.                                <li>
  889.                                    <a href="/category/news/"
  890.                                        class="mobile-sub-link-v8">
  891.                                        News
  892.                                    </a>
  893.                                </li>
  894.                                
  895.  
  896.                                
  897.                                
  898.                        
  899.                    
  900.                                
  901.                                <li>
  902.                                    <a href="/category/others/"
  903.                                        class="mobile-sub-link-v8">
  904.                                        Others
  905.                                    </a>
  906.                                </li>
  907.                                
  908.  
  909.                                
  910.                                
  911.                        
  912.                    
  913.                                
  914.                                <li>
  915.                                    <a href="/category/politics/"
  916.                                        class="mobile-sub-link-v8">
  917.                                        Politics
  918.                                    </a>
  919.                                </li>
  920.                                
  921.  
  922.                                
  923.                                
  924.                        
  925.                    
  926.                                
  927.                                <li>
  928.                                    <a href="/category/sports/"
  929.                                        class="mobile-sub-link-v8">
  930.                                        Sports
  931.                                    </a>
  932.                                </li>
  933.                                
  934.  
  935.                                
  936.                                
  937.                        
  938.                    
  939.                                
  940.                                <li>
  941.                                    <a href="/category/tech/"
  942.                                        class="mobile-sub-link-v8">
  943.                                        Tech
  944.                                    </a>
  945.                                </li>
  946.                                
  947.  
  948.                                
  949.                                
  950.                        
  951.                    
  952.                                
  953.                                <li>
  954.                                    <a href="/category/travel/"
  955.                                        class="mobile-sub-link-v8">
  956.                                        Travel
  957.                                    </a>
  958.                                </li>
  959.                                
  960.  
  961.                                
  962.                                
  963.                            </ul>
  964.                        </li>
  965.                        
  966.                        
  967.  
  968.                </ul>
  969.  
  970.            </div>
  971.        </div>
  972.    </div>
  973.  
  974.    <!-- Background Overlay -->
  975.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  976. </header>
  977.  
  978. <style>
  979.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  980.    .header-v8 {
  981.        padding: 20px 0;
  982.        position: relative;
  983.        min-height: 120px;
  984.    }
  985.  
  986.    /* Main Navigation Card */
  987.    .nav-card-v8 {
  988.        background:var(--navbar-bg);
  989.        backdrop-filter: blur(20px);
  990.        border: 1px solid var(--border-color);
  991.        border-radius: 20px;
  992.        padding: 15px 25px;
  993.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  994.        position: relative;
  995.        z-index: 100;
  996.    }
  997.  
  998.    /* Logo Styles */
  999.    .logo-img-v8 {
  1000.        max-height: 60px;
  1001.        transition: all 0.3s ease;
  1002.    }
  1003.  
  1004.    .logo-link-v8:hover .logo-img-v8 {
  1005.        transform: scale(1.05) rotate(2deg);
  1006.    }
  1007.  
  1008.    /* Main Navigation */
  1009.    .nav-list-v8 {
  1010.        list-style: none;
  1011.        padding: 0;
  1012.        margin: 0;
  1013.        display: flex;
  1014.        align-items: center;
  1015.        justify-content: center;
  1016.        gap: 8px;
  1017.    }
  1018.  
  1019.    .nav-item-v8 {
  1020.        position: relative;
  1021.    }
  1022.  
  1023.    .nav-link-v8 {
  1024.        color: #4a5568;
  1025.        text-decoration: none;
  1026.        font-weight: 500;
  1027.        font-size: 15px;
  1028.        padding: 12px 18px;
  1029.        border-radius: 12px;
  1030.        position: relative;
  1031.        transition: all 0.3s ease;
  1032.        display: block;
  1033.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1034.    }
  1035.  
  1036.    .nav-link-v8::before {
  1037.        content: attr(data-text);
  1038.        position: absolute;
  1039.        top: 0;
  1040.        left: 0;
  1041.        right: 0;
  1042.        bottom: 0;
  1043.        display: flex;
  1044.        align-items: center;
  1045.        justify-content: center;
  1046.        background: var(--sub-nav);
  1047.        color: var(--topbar-color);
  1048.        border-radius: 12px;
  1049.        opacity: 0;
  1050.        transform: scale(0.8);
  1051.        transition: all 0.3s ease;
  1052.        font-weight: 600;
  1053.    }
  1054.  
  1055.    .nav-link-v8:hover::before,
  1056.    .nav-link-v8.active-v8::before {
  1057.        opacity: 1;
  1058.        transform: scale(1);
  1059.    }
  1060.  
  1061.    .nav-link-v8:hover,
  1062.    .nav-link-v8.active-v8 {
  1063.        color: transparent;
  1064.        background: rgba(102, 126, 234, 0.1);
  1065.    }
  1066.  
  1067.    /* Dropdown Styles */
  1068.    .dropdown-card-v8 {
  1069.        position: absolute;
  1070.        top: calc(100% + 15px);
  1071.        left: 50%;
  1072.        transform: translateX(-50%);
  1073.        background:var(--navbar-bg);
  1074.        backdrop-filter: blur(20px);
  1075.        border: 1px solid var(--border-color);
  1076.        border-radius: 16px;
  1077.        padding: 25px;
  1078.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1079.        opacity: 0;
  1080.        visibility: hidden;
  1081.        transform: translateX(-50%) translateY(-10px);
  1082.        transition: all 0.3s ease;
  1083.        z-index: 200;
  1084.        min-width: 320px;
  1085.    }
  1086.  
  1087.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1088.        opacity: 1;
  1089.        visibility: visible;
  1090.        transform: translateX(-50%) translateY(0);
  1091.    }
  1092.  
  1093.    .dropdown-grid-v8 {
  1094.        display: grid;
  1095.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1096.        gap: 20px;
  1097.    }
  1098.  
  1099.    .dropdown-header-v8 {
  1100.        font-size: 12px;
  1101.        font-weight: 700;
  1102.        color: #667eea;
  1103.        margin-bottom: 12px;
  1104.        text-transform: uppercase;
  1105.        letter-spacing: 1px;
  1106.    }
  1107.  
  1108.    .dropdown-link-v8 {
  1109.        display: flex;
  1110.        align-items: center;
  1111.        color: var(--navbar-color) !important;;
  1112.        text-decoration: none;
  1113.        font-size: 14px;
  1114.        padding: 10px 12px;
  1115.        border-radius: 10px;
  1116.        transition: all 0.3s ease;
  1117.        margin-bottom: 8px;
  1118.    }
  1119.  
  1120.    .dropdown-link-v8:hover {
  1121.        background:var(--bs-primary);
  1122.        color: var(--bs-white) !important;;
  1123.        transform: translateX(5px);
  1124.    }
  1125.  
  1126.    .link-icon-v8 {
  1127.        margin-right: 10px;
  1128.        height: 5px;
  1129.        width: 5px;
  1130.        border: 1px solid #2d3748;
  1131.        border-radius: 50%;
  1132.    }
  1133.  
  1134.    /* Navigation Actions */
  1135.    .nav-actions-v8 {
  1136.        display: flex;
  1137.        align-items: center;
  1138.        justify-content: flex-end;
  1139.        gap: 10px;
  1140.    }
  1141.  
  1142.    .search-toggle-v8,
  1143.    .mobile-toggle-v8 {
  1144.        background: rgba(102, 126, 234, 0.1);
  1145.        border: none;
  1146.        border-radius: 12px;
  1147.        padding: 12px;
  1148.        cursor: pointer;
  1149.        transition: all 0.3s ease;
  1150.        color: var(--bs-white);
  1151.    }
  1152.  
  1153.    .search-toggle-v8:hover,
  1154.    .mobile-toggle-v8:hover {
  1155.        background: var(--sub-nav);
  1156.        color: var(--topbar-color);
  1157.        transform: scale(1.05);
  1158.    }
  1159.  
  1160.    .mobile-toggle-v8 {
  1161.        flex-direction: column;
  1162.        gap: 3px;
  1163.        padding: 10px 12px;
  1164.    }
  1165.  
  1166.    .toggle-line-v8 {
  1167.        width: 20px;
  1168.        height: 2px;
  1169.        background: currentColor;
  1170.        border-radius: 1px;
  1171.        transition: all 0.3s ease;
  1172.    }
  1173.  
  1174.    /* Floating Search Card */
  1175.    .search-card-v8 {
  1176.        position: absolute;
  1177.        top: 100%;
  1178.        left: 50%;
  1179.        transform: translateX(-50%);
  1180.        width: calc(100% - 40px);
  1181.        max-width: 600px;
  1182.        background:var(--navbar-bg);
  1183.        backdrop-filter: blur(20px);
  1184.        border: 1px solid var(--border-color);
  1185.        border-radius: 20px;
  1186.        padding: 25px;
  1187.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1188.        opacity: 0;
  1189.        visibility: hidden;
  1190.        transform: translateX(-50%) translateY(-20px);
  1191.        transition: all 0.4s ease;
  1192.        z-index: 300;
  1193.        margin-top: 15px;
  1194.    }
  1195.  
  1196.    .search-card-v8.show-v8 {
  1197.        opacity: 1;
  1198.        visibility: visible;
  1199.        transform: translateX(-50%) translateY(0);
  1200.    }
  1201.  
  1202.    .search-input-wrapper-v8 {
  1203.        display: flex;
  1204.        align-items: center;
  1205.        background: rgba(248, 250, 252, 0.8);
  1206.        border: 2px solid rgba(102, 126, 234, 0.2);
  1207.        border-radius: 15px;
  1208.        padding: 5px;
  1209.        margin-bottom: 20px;
  1210.        transition: all 0.3s ease;
  1211.    }
  1212.  
  1213.    .search-input-wrapper-v8:focus-within {
  1214.        border-color: #667eea;
  1215.        background: rgba(255, 255, 255, 0.9);
  1216.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1217.    }
  1218.  
  1219.    .search-icon-v8 {
  1220.        color: #a0aec0;
  1221.        margin: 0 15px;
  1222.        transition: color 0.3s ease;
  1223.    }
  1224.  
  1225.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1226.        color: #667eea;
  1227.    }
  1228.  
  1229.    .search-input-v8 {
  1230.        flex: 1;
  1231.        border: none;
  1232.        background: transparent;
  1233.        font-size: 16px;
  1234.        padding: 15px 0;
  1235.        outline: none;
  1236.        color: #2d3748;
  1237.    }
  1238.  
  1239.    .search-input-v8::placeholder {
  1240.        color: #a0aec0;
  1241.    }
  1242.  
  1243.    .search-close-v8 {
  1244.        background: rgba(160, 174, 192, 0.2);
  1245.        border: none;
  1246.        border-radius: 10px;
  1247.        padding: 8px;
  1248.        margin-right: 8px;
  1249.        cursor: pointer;
  1250.        transition: all 0.3s ease;
  1251.        color: #a0aec0;
  1252.    }
  1253.  
  1254.    .search-close-v8:hover {
  1255.        background: rgba(229, 62, 62, 0.1);
  1256.        color: #e53e3e;
  1257.    }
  1258.  
  1259.    /* Search Suggestions */
  1260.    .search-suggestions-v8 {
  1261.        display: grid;
  1262.        gap: 8px;
  1263.    }
  1264.  
  1265.    .suggestion-item-v8 {
  1266.        display: flex;
  1267.        align-items: center;
  1268.        padding: 12px 15px;
  1269.        background: rgba(248, 250, 252, 0.1);
  1270.        border-radius: 12px;
  1271.        cursor: pointer;
  1272.        transition: all 0.3s ease;
  1273.    }
  1274.  
  1275.    .suggestion-item-v8:hover {
  1276.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1277.        color: white;
  1278.        transform: translateX(5px);
  1279.    }
  1280.  
  1281.    .suggestion-icon-v8 {
  1282.        margin-right: 12px;
  1283.        font-size: 16px;
  1284.    }
  1285.  
  1286.    .suggestion-text-v8 {
  1287.        font-size: 14px;
  1288.        font-weight: 500;
  1289.    }
  1290.  
  1291.    /* Mobile Navigation Card */
  1292.    .mobile-nav-card-v8 {
  1293.        position: absolute;
  1294.        top: 100%;
  1295.        left: 50%;
  1296.        transform: translateX(-50%);
  1297.        width: calc(100% - 40px);
  1298.        background:var(--card-bg);
  1299.        backdrop-filter: blur(20px);
  1300.        border: 1px solid var(--border-color);
  1301.        border-radius: 20px;
  1302.        padding: 20px;
  1303.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1304.        opacity: 0;
  1305.        visibility: hidden;
  1306.        transform: translateX(-50%) translateY(-20px);
  1307.        transition: all 0.4s ease;
  1308.        z-index: 300;
  1309.        margin-top: 15px;
  1310.        max-height: 70vh;
  1311.        overflow-y: auto;
  1312.    }
  1313.  
  1314.    .mobile-nav-card-v8.show-v8 {
  1315.        opacity: 1;
  1316.        visibility: visible;
  1317.        transform: translateX(-50%) translateY(0);
  1318.    }
  1319.  
  1320.    .mobile-nav-list-v8 {
  1321.        list-style: none;
  1322.        padding: 0;
  1323.        margin: 0;
  1324.    }
  1325.  
  1326.    .mobile-nav-item-v8 {
  1327.        margin-bottom: 8px;
  1328.    }
  1329.  
  1330.    .mobile-nav-link-v8 {
  1331.        display: flex;
  1332.        align-items: center;
  1333.        color: var(--navbar-color) !important;
  1334.        text-decoration: none;
  1335.        font-weight: 500;
  1336.        font-size: 16px;
  1337.        padding: 15px;
  1338.        border-radius: 12px;
  1339.        justify-content: space-between;
  1340.    }
  1341.  
  1342.    .mobile-nav-link-v8:hover,
  1343.    .mobile-nav-link-v8.active-v8 {
  1344.        background:var(--sub-nav);
  1345.        color: var(--topbar-color) !important;
  1346.    }
  1347.  
  1348.    .mobile-nav-icon-v8 {
  1349.        font-size: 18px;
  1350.        background-color: var(--navbar-bg) !important;
  1351.        margin-right: 12px;
  1352.    }
  1353.  
  1354.    .mobile-arrow-v8 {
  1355.        transition: transform 0.3s ease;
  1356.    }
  1357.  
  1358.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1359.        transform: rotate(180deg);
  1360.    }
  1361.  
  1362.    .mobile-dropdown-v8 {
  1363.        list-style: none;
  1364.        padding: 0;
  1365.        margin: 0;
  1366.        max-height: 0;
  1367.        overflow: hidden;
  1368.        transition: all 0.3s ease;
  1369.        background: rgba(248, 250, 252, 0.5);
  1370.        border-radius: 12px;
  1371.        margin-top: 8px;
  1372.    }
  1373.  
  1374.    .mobile-dropdown-v8.show-v8 {
  1375.        max-height: 300px;
  1376.        background-color: var(--navbar-bg);
  1377.        padding: 10px 0;
  1378.    }
  1379.  
  1380.    .mobile-sub-link-v8 {
  1381.        display: block;
  1382.        color: var(--navbar-color) !important;
  1383.        text-decoration: none;
  1384.        font-size: 14px;
  1385.        padding: 10px 20px;
  1386.        transition: all 0.3s ease;
  1387.    }
  1388.  
  1389.    .mobile-sub-link-v8:hover {
  1390.        color: var(--topbar-color);
  1391.        background: var(--sub-nav);
  1392.        border-radius: 12px;
  1393.    }
  1394.  
  1395.    /* Background Overlay */
  1396.    .nav-overlay-v8 {
  1397.        position: fixed;
  1398.        top: 0;
  1399.        left: 0;
  1400.        right: 0;
  1401.        bottom: 0;
  1402.        background: rgba(0, 0, 0, 0.3);
  1403.        backdrop-filter: blur(5px);
  1404.        z-index: 250;
  1405.        opacity: 0;
  1406.        visibility: hidden;
  1407.        transition: all 0.3s ease;
  1408.    }
  1409.  
  1410.    .nav-overlay-v8.show-v8 {
  1411.        opacity: 1;
  1412.        visibility: visible;
  1413.    }
  1414.  
  1415.    /* Responsive Design */
  1416.    @media (max-width: 1300px) {
  1417.        .header-v8 {
  1418.            padding: 15px 0;
  1419.        }
  1420.  
  1421.        .nav-card-v8 {
  1422.            padding: 12px 20px;
  1423.            border-radius: 15px;
  1424.        }
  1425.  
  1426.        .search-card-v8,
  1427.        .mobile-nav-card-v8 {
  1428.            width: calc(100% - 40px);
  1429.            padding: 20px;
  1430.        }
  1431.    }
  1432.  
  1433.    @media (max-width: 576px) {
  1434.        .nav-card-v8 {
  1435.            padding: 10px 15px;
  1436.        }
  1437.  
  1438.        .logo-img-v8 {
  1439.            max-height: 35px;
  1440.        }
  1441.    }
  1442. </style>
  1443.  
  1444. <script>
  1445.    let activeCard = null;
  1446.  
  1447.    function toggleSearchV8() {
  1448.        const searchCard = document.getElementById('searchCardV8');
  1449.        const overlay = document.getElementById('navOverlayV8');
  1450.        const mobileNav = document.getElementById('mobileNavV8');
  1451.  
  1452.        // Close mobile nav if open
  1453.        mobileNav.classList.remove('show-v8');
  1454.  
  1455.        if (searchCard.classList.contains('show-v8')) {
  1456.            searchCard.classList.remove('show-v8');
  1457.            overlay.classList.remove('show-v8');
  1458.            activeCard = null;
  1459.        } else {
  1460.            searchCard.classList.add('show-v8');
  1461.            overlay.classList.add('show-v8');
  1462.            activeCard = 'search';
  1463.  
  1464.            // Focus on search input
  1465.            setTimeout(() => {
  1466.                const searchInput = document.querySelector('.search-input-v8');
  1467.                if (searchInput) searchInput.focus();
  1468.            }, 100);
  1469.        }
  1470.    }
  1471.  
  1472.    function toggleMobileNavV8() {
  1473.        const mobileNav = document.getElementById('mobileNavV8');
  1474.        const overlay = document.getElementById('navOverlayV8');
  1475.        const searchCard = document.getElementById('searchCardV8');
  1476.  
  1477.        // Close search if open
  1478.        searchCard.classList.remove('show-v8');
  1479.  
  1480.        if (mobileNav.classList.contains('show-v8')) {
  1481.            mobileNav.classList.remove('show-v8');
  1482.            overlay.classList.remove('show-v8');
  1483.            activeCard = null;
  1484.        } else {
  1485.            mobileNav.classList.add('show-v8');
  1486.            overlay.classList.add('show-v8');
  1487.            activeCard = 'mobile';
  1488.        }
  1489.    }
  1490.  
  1491.    function toggleMobileDropdownV8(dropdownId) {
  1492.        const dropdown = document.getElementById(dropdownId);
  1493.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1494.  
  1495.        // Close other dropdowns
  1496.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1497.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1498.  
  1499.        allDropdowns.forEach(dd => {
  1500.            if (dd.id !== dropdownId) {
  1501.                dd.classList.remove('show-v8');
  1502.            }
  1503.        });
  1504.  
  1505.        allParents.forEach(parent => {
  1506.            if (parent !== parentItem) {
  1507.                parent.classList.remove('open-v8');
  1508.            }
  1509.        });
  1510.  
  1511.        // Toggle current dropdown
  1512.        dropdown.classList.toggle('show-v8');
  1513.        parentItem.classList.toggle('open-v8');
  1514.    }
  1515.  
  1516.    function closeAllV8() {
  1517.        const searchCard = document.getElementById('searchCardV8');
  1518.        const mobileNav = document.getElementById('mobileNavV8');
  1519.        const overlay = document.getElementById('navOverlayV8');
  1520.  
  1521.        searchCard.classList.remove('show-v8');
  1522.        mobileNav.classList.remove('show-v8');
  1523.        overlay.classList.remove('show-v8');
  1524.        activeCard = null;
  1525.    }
  1526.  
  1527.    // Close on escape key
  1528.    document.addEventListener('keydown', function (e) {
  1529.        if (e.key === 'Escape' && activeCard) {
  1530.            closeAllV8();
  1531.        }
  1532.    });
  1533.  
  1534.    // Handle suggestion clicks
  1535.    document.addEventListener('click', function (e) {
  1536.        if (e.target.closest('.suggestion-item-v8')) {
  1537.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1538.            const searchInput = document.querySelector('.search-input-v8');
  1539.            if (searchInput) {
  1540.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1541.            }
  1542.        }
  1543.    });
  1544. </script>
  1545. <script>
  1546.  document.addEventListener("DOMContentLoaded", function () {
  1547.    console.log("loaded");
  1548.  
  1549.     const searchInput = document.getElementById("search-input")
  1550.    const searchResults = document.getElementById("search-results");
  1551.  
  1552.    if (!searchInput || !searchResults) {
  1553.      console.error("Search input/results not found");
  1554.      return;
  1555.    }
  1556.  
  1557.    // Prevent form submission
  1558.    if (searchInput.form) {
  1559.      searchInput.form.addEventListener("submit", function (e) {
  1560.        e.preventDefault();
  1561.      });
  1562.    }
  1563.  
  1564.    // Add event listener for keyup
  1565.    searchInput.addEventListener("keyup", function (e) {
  1566.      console.log("Key pressed:", e.key);
  1567.      e.preventDefault();
  1568.  
  1569.      const query = searchInput.value.trim();
  1570.      console.log("User is typing: " + query);
  1571.  
  1572.      // If empty → clear and hide
  1573.      if (query === "") {
  1574.        searchResults.innerHTML = "";
  1575.        searchResults.style.display = "none";
  1576.        return;
  1577.      }
  1578.  
  1579.      // Show results
  1580.      searchResults.style.display = "block";
  1581.  
  1582.      // Fetch search results
  1583.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1584.        method: "GET",
  1585.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1586.      })
  1587.        .then(response => {
  1588.          console.log("Response Status:", response.status);
  1589.          return response.json();
  1590.        })
  1591.        .then(data => {
  1592.          console.log("Data received:", data);
  1593.          if (data.html) {
  1594.            searchResults.innerHTML = data.html;
  1595.          } else {
  1596.            searchResults.innerHTML = "<p>No results found.</p>";
  1597.          }
  1598.        })
  1599.        .catch(error => {
  1600.          console.error("Error fetching search results:", error);
  1601.        });
  1602.    });
  1603.  
  1604.    // Close results when clicking outside
  1605.    document.addEventListener("click", function (e) {
  1606.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1607.        searchResults.style.display = "none";
  1608.      }
  1609.    });
  1610.  
  1611.    // Close results on ESC key
  1612.    document.addEventListener("keydown", function (e) {
  1613.      if (e.key === "Escape") {
  1614.        searchResults.style.display = "none";
  1615.      }
  1616.    });
  1617.  });
  1618. </script>
  1619.  
  1620.  
  1621.        </header>
  1622.        <!-- end of header -->
  1623.        <!-- start of wpo-blog-hero -->
  1624.        
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632. <div class="blog-hero-v6">
  1633.    <div class="container-fluid fluid-container">
  1634.        
  1635.        <!-- Top Section - Two Column Layout -->
  1636.        <div class="row g-4 mb-5">
  1637.            <!-- Main Featured Article - Left -->
  1638.            
  1639.  
  1640.            <div class="col-lg-6 col-md-12">
  1641.                <article class="main-featured">
  1642.                    <div class="featured-image-container">
  1643.                        
  1644.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1645.                                class="featured-image" style="object-fit: cover;" alt="">
  1646.                        
  1647.                        <div class="category-tag bg-primary-gradient">News</div>
  1648.                    </div>
  1649.                    <div class="featured-content">
  1650.                        <h1 class="featured-title"><a class="top-color" href="/we-require-a-helicopter-to-search-for-them-teenagers-urgent-plea-to-aid-relatives-adrift-off-australian-coast-disclosed/" >
  1651.                                        We Require a Helicopter to Search For Them’: Teenager’s Urgent Plea to Aid Relatives Adrift Off Australian Coast Disclosed
  1652.                                    </a></h1>
  1653.                        <p class="featured-summary"></p>
  1654.                        <div class="article-meta">
  1655.                            <div class="author-info">
  1656.                                
  1657.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;" class="author-pic">
  1658.                                
  1659.                                <div class="author-text">
  1660.                                    <span class="author-name">Sean Reese</span>
  1661.                                    <span class="post-time">19 May 2026</span>
  1662.                                    
  1663.                                </div>
  1664.                            </div>
  1665.                            <div class="reading-info">
  1666.                                <!-- <span class="read-time">4 min read</span> -->
  1667.                            </div>
  1668.                        </div>
  1669.                    </div>
  1670.                </article>
  1671.            </div>
  1672.            
  1673.  
  1674.            <div class="col-lg-6 col-md-12">
  1675.                <article class="main-featured">
  1676.                    <div class="featured-image-container">
  1677.                        
  1678.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1679.                                class="featured-image" style="object-fit: cover;" alt="">
  1680.                        
  1681.                        <div class="category-tag bg-primary-gradient">News</div>
  1682.                    </div>
  1683.                    <div class="featured-content">
  1684.                        <h1 class="featured-title"><a class="top-color" href="/cyclone-catastrophe-in-sri-lanka-awakens-a-wave-of-community-action/" >
  1685.                                        Cyclone Catastrophe in Sri Lanka Awakens a Wave of Community Action
  1686.                                    </a></h1>
  1687.                        <p class="featured-summary"></p>
  1688.                        <div class="article-meta">
  1689.                            <div class="author-info">
  1690.                                
  1691.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;" class="author-pic">
  1692.                                
  1693.                                <div class="author-text">
  1694.                                    <span class="author-name">Sean Reese</span>
  1695.                                    <span class="post-time">18 May 2026</span>
  1696.                                    
  1697.                                </div>
  1698.                            </div>
  1699.                            <div class="reading-info">
  1700.                                <!-- <span class="read-time">4 min read</span> -->
  1701.                            </div>
  1702.                        </div>
  1703.                    </div>
  1704.                </article>
  1705.            </div>
  1706.            
  1707.  
  1708.        </div>
  1709.  
  1710.        <!-- Bottom Section - Three Column Grid -->
  1711.        <div class="row g-4">
  1712.            
  1713.                <div class="col-lg-4 col-md-6 col-12">
  1714.                    <article class="compact-card">
  1715.                        <div class="compact-image">
  1716.                            
  1717.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1718.                                   style="object-fit: cover;" alt="">
  1719.                            
  1720.                            <div class="compact-category bg-primary-gradient">News</div>
  1721.                        </div>
  1722.                        <div class="compact-body">
  1723.                            <h3 class="compact-title"> <a class="top-color" href="/real-madrids-trent-alexander-arnold-may-face-his-former-club-in-forthcoming-champions-league-match/" >
  1724.                                        Real Madrid&#x27;s Trent Alexander-Arnold May Face His Former Club in Forthcoming Champions League Match
  1725.                                    </a></h3>
  1726.                            <p class="compact-text"></p>
  1727.                            <div class="compact-footer">
  1728.                                <div class="compact-author">
  1729.                                    
  1730.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1731.                                    
  1732.                                    <span class="compact-name">Sean Reese</span>
  1733.                                </div>
  1734.                                <span class="compact-date">18 May 2026</span>
  1735.                            </div>
  1736.                        </div>
  1737.                    </article>
  1738.                </div>
  1739.            
  1740.                <div class="col-lg-4 col-md-6 col-12">
  1741.                    <article class="compact-card">
  1742.                        <div class="compact-image">
  1743.                            
  1744.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1745.                                   style="object-fit: cover;" alt="">
  1746.                            
  1747.                            <div class="compact-category bg-primary-gradient">News</div>
  1748.                        </div>
  1749.                        <div class="compact-body">
  1750.                            <h3 class="compact-title"> <a class="top-color" href="/worrying-memories-reemerge-in-davao-city-as-authorities-track-bondi-beach-attack-alleged-attackers-time-in-the-city/" >
  1751.                                        Worrying Memories Reemerge in Davao City as Authorities Track Bondi Beach Attack Alleged Attackers&#x27; Time in the City
  1752.                                    </a></h3>
  1753.                            <p class="compact-text"></p>
  1754.                            <div class="compact-footer">
  1755.                                <div class="compact-author">
  1756.                                    
  1757.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1758.                                    
  1759.                                    <span class="compact-name">Sean Reese</span>
  1760.                                </div>
  1761.                                <span class="compact-date">18 May 2026</span>
  1762.                            </div>
  1763.                        </div>
  1764.                    </article>
  1765.                </div>
  1766.            
  1767.  
  1768.            <div class="col-lg-4 col-md-12 col-12">
  1769.                <!-- Recent Articles Sidebar -->
  1770.                <div class="recent-section">
  1771.                    <h3 class="recent-title">Recent Articles</h3>
  1772.                    <div class="recent-list">
  1773.                        
  1774.                        <div class="recent-item">
  1775.                            <div class="recent-content">
  1776.                                <h4 class="recent-article-title"><a class="top-color" href="/real-algarve-uncovering-portugal-past-the-coastline/" >
  1777.                                        Real Algarve: Uncovering Portugal Past the Coastline
  1778.                                    </a></h4>
  1779.                                <span class="recent-date">18 May 2026</span>
  1780.                            </div>
  1781.                        </div>
  1782.                        
  1783.                    </div>
  1784.                </div>
  1785.            </div>
  1786.        </div>
  1787.    </div>
  1788. </div>
  1789.  
  1790. <style>
  1791. /* Blog Hero V6 - Magazine Style with White Background */
  1792. .blog-hero-v6 {
  1793.    padding: 3rem 0;
  1794.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1795. }
  1796.  
  1797. /* Main Featured Article */
  1798. .main-featured {
  1799.    background: var(--card-bg);
  1800.    border-radius: 16px;
  1801.    overflow: hidden;
  1802.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1803.    border: 1px solid var(--border-color);
  1804.    transition: all 0.3s ease;
  1805. }
  1806.  
  1807. .main-featured:hover {
  1808.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1809.    transform: translateY(-2px);
  1810. }
  1811.  
  1812. .featured-image-container {
  1813.    position: relative;
  1814.    height: 300px;
  1815.    overflow: hidden;
  1816. }
  1817.  
  1818. .featured-image {
  1819.    width: 100%;
  1820.    height: 100%;
  1821.    object-fit: cover;
  1822.    transition: transform 0.4s ease;
  1823. }
  1824.  
  1825. .main-featured:hover .featured-image {
  1826.    transform: scale(1.03);
  1827. }
  1828.  
  1829. .featured-content {
  1830.    padding: 2.5rem;
  1831. }
  1832.  
  1833. .featured-title {
  1834.    font-size: 2rem;
  1835.    font-weight: 700;
  1836.    color: #1a202c;
  1837.    margin-bottom: 1rem;
  1838.    line-height: 1.25;
  1839.    letter-spacing: -0.025em;
  1840. }
  1841.  
  1842. .featured-summary {
  1843.    font-size: 1.1rem;
  1844.    color: #4a5568;
  1845.    line-height: 1.6;
  1846.    margin-bottom: 2rem;
  1847. }
  1848.  
  1849. /* Category Tags */
  1850. .category-tag {
  1851.    position: absolute;
  1852.    top: 1.5rem;
  1853.    left: 1.5rem;
  1854.    padding: 0.5rem 1rem;
  1855.    font-size: 0.75rem;
  1856.    font-weight: 600;
  1857.    text-transform: uppercase;
  1858.    letter-spacing: 0.1em;
  1859.    color: white;
  1860.    border-radius: 6px;
  1861.    z-index: 2;
  1862. }
  1863.  
  1864.  
  1865. /* Article Meta */
  1866. .article-meta {
  1867.    display: flex;
  1868.    align-items: center;
  1869.    justify-content: space-between;
  1870. }
  1871.  
  1872. .author-info {
  1873.    display: flex;
  1874.    align-items: center;
  1875.    gap: 1rem;
  1876. }
  1877.  
  1878. .author-pic {
  1879.    width: 48px;
  1880.    height: 48px;
  1881.    border-radius: 50%;
  1882.    object-fit: cover;
  1883.    border: 2px solid #e2e8f0;
  1884. }
  1885.  
  1886. .author-text {
  1887.    display: flex;
  1888.    flex-direction: column;
  1889. }
  1890.  
  1891. .author-name {
  1892.    font-weight: 600;
  1893.    color: #2d3748;
  1894.    font-size: 0.95rem;
  1895. }
  1896.  
  1897. .post-time {
  1898.    font-size: 0.85rem;
  1899.    color: #718096;
  1900. }
  1901.  
  1902. .reading-info {
  1903.    display: flex;
  1904.    align-items: center;
  1905. }
  1906.  
  1907. .read-time {
  1908.    font-size: 0.9rem;
  1909.    color: #718096;
  1910.    padding: 0.25rem 0.75rem;
  1911.    background: #f7fafc;
  1912.    border-radius: 15px;
  1913.    font-weight: 500;
  1914. }
  1915.  
  1916. /* Secondary Featured */
  1917. .secondary-featured {
  1918.    background: var(--card-bg);
  1919.    border-radius: 16px;
  1920.    overflow: hidden;
  1921.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1922.    border: 1px solid var(--border-color);
  1923.    height: 100%;
  1924.    transition: all 0.3s ease;
  1925. }
  1926.  
  1927. .secondary-featured:hover {
  1928.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1929.    transform: translateY(-2px);
  1930. }
  1931.  
  1932. .secondary-image-wrapper {
  1933.    position: relative;
  1934.    height: 200px;
  1935.    overflow: hidden;
  1936. }
  1937.  
  1938. .secondary-image-wrapper img {
  1939.    width: 100%;
  1940.    height: 100%;
  1941.    object-fit: cover;
  1942.    transition: transform 0.4s ease;
  1943. }
  1944.  
  1945. .secondary-featured:hover .secondary-image-wrapper img {
  1946.    transform: scale(1.03);
  1947. }
  1948.  
  1949. .secondary-content {
  1950.    padding: 2rem;
  1951. }
  1952.  
  1953. .secondary-title {
  1954.    font-size: 1.5rem;
  1955.    font-weight: 600;
  1956.    color: #1a202c;
  1957.    margin-bottom: 1rem;
  1958.    line-height: 1.3;
  1959. }
  1960.  
  1961. .secondary-excerpt {
  1962.    font-size: 0.95rem;
  1963.    color: #4a5568;
  1964.    line-height: 1.6;
  1965.    margin-bottom: 1.5rem;
  1966. }
  1967.  
  1968. .secondary-meta {
  1969.    display: flex;
  1970.    align-items: center;
  1971.    gap: 0.5rem;
  1972.    font-size: 0.85rem;
  1973.    color: #718096;
  1974. }
  1975.  
  1976. .meta-divider {
  1977.    color: #cbd5e0;
  1978. }
  1979.  
  1980. /* Compact Cards */
  1981. .compact-card {
  1982.    background: var(--card-bg);
  1983.    border-radius: 12px;
  1984.    overflow: hidden;
  1985.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  1986.    border: 1px solid var(--border-color);
  1987.    transition: all 0.3s ease;
  1988.    height: 100%;
  1989.    display: flex;
  1990.    flex-direction: column;
  1991. }
  1992.  
  1993. .compact-card:hover {
  1994.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  1995.    transform: translateY(-3px);
  1996. }
  1997.  
  1998. .compact-image {
  1999.    position: relative;
  2000.    height: 180px;
  2001.    overflow: hidden;
  2002. }
  2003.  
  2004. .compact-image img {
  2005.    width: 100%;
  2006.    height: 100%;
  2007.    object-fit: cover;
  2008.    transition: transform 0.4s ease;
  2009. }
  2010.  
  2011. .compact-card:hover .compact-image img {
  2012.    transform: scale(1.05);
  2013. }
  2014.  
  2015. .compact-category {
  2016.    position: absolute;
  2017.    top: 1rem;
  2018.    left: 1rem;
  2019.    padding: 0.25rem 0.75rem;
  2020.    font-size: 0.7rem;
  2021.    font-weight: 600;
  2022.    text-transform: uppercase;
  2023.    color: white;
  2024.    border-radius: 4px;
  2025. }
  2026.  
  2027. .compact-body {
  2028.    padding: 1.5rem;
  2029.    flex-grow: 1;
  2030.    display: flex;
  2031.    flex-direction: column;
  2032. }
  2033.  
  2034. .compact-title {
  2035.    font-size: 1.1rem;
  2036.    font-weight: 600;
  2037.    color: #1a202c;
  2038.    margin-bottom: 0.75rem;
  2039.    line-height: 1.4;
  2040. }
  2041.  
  2042. .compact-text {
  2043.    font-size: 0.9rem;
  2044.    color: #4a5568;
  2045.    line-height: 1.5;
  2046.    margin-bottom: 1.5rem;
  2047.    flex-grow: 1;
  2048. }
  2049.  
  2050. .compact-footer {
  2051.    display: flex;
  2052.    align-items: center;
  2053.    justify-content: space-between;
  2054.    margin-top: auto;
  2055. }
  2056.  
  2057. .compact-author {
  2058.    display: flex;
  2059.    align-items: center;
  2060.    gap: 0.5rem;
  2061. }
  2062.  
  2063. .compact-avatar {
  2064.    width: 32px;
  2065.    height: 32px;
  2066.    border-radius: 50%;
  2067.    object-fit: cover;
  2068. }
  2069.  
  2070. .compact-name {
  2071.    font-size: 0.85rem;
  2072.    font-weight: 500;
  2073.    color: #2d3748;
  2074. }
  2075.  
  2076. .compact-date {
  2077.    font-size: 0.8rem;
  2078.    color: #718096;
  2079. }
  2080.  
  2081. /* Recent Articles Section */
  2082. .recent-section {
  2083.    background: var(--card-bg);
  2084.    border-radius: 12px;
  2085.    padding: 2rem;
  2086.    border: 1px solid var(--border-color);
  2087.    height: 100%;
  2088. }
  2089.  
  2090. .recent-title {
  2091.    font-size: 1.25rem;
  2092.    font-weight: 700;
  2093.    color: #1a202c;
  2094.    margin-bottom: 1.5rem;
  2095.    padding-bottom: 0.75rem;
  2096.    border-bottom: 2px solid var(--border-color);
  2097. }
  2098.  
  2099. .recent-list {
  2100.    display: flex;
  2101.    flex-direction: column;
  2102.    gap: 1.25rem;
  2103. }
  2104.  
  2105. .recent-item {
  2106.    display: flex;
  2107.    align-items: center;
  2108.    gap: 1rem;
  2109.    padding: 0.8rem;
  2110.    background: var(--card-bg);
  2111.    border-radius: 8px;
  2112.    transition: all 0.2s ease;
  2113.    border: 1px solid var(--border-color);
  2114. }
  2115.  
  2116. .recent-item:hover {
  2117.    transform: translateX(4px);
  2118.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  2119. }
  2120.  
  2121. .recent-content {
  2122.    flex-grow: 1;
  2123. }
  2124.  
  2125. .recent-article-title {
  2126.    font-size: 0.95rem;
  2127.    font-weight: 600;
  2128.    color: #1a202c;
  2129.    margin-bottom: 0rem;
  2130.    line-height: 1.3;
  2131. }
  2132.  
  2133. .recent-date {
  2134.    font-size: 0.8rem;
  2135.    color: #718096;
  2136. }
  2137.  
  2138. /* Responsive Design */
  2139. @media (max-width: 992px) {
  2140.    .blog-hero-v6 {
  2141.        padding: 2rem 0;
  2142.    }
  2143.    
  2144.    .featured-title {
  2145.        font-size: 1.75rem;
  2146.    }
  2147.    
  2148.    .secondary-title {
  2149.        font-size: 1.3rem;
  2150.    }
  2151.    
  2152.    .article-meta {
  2153.        flex-direction: column;
  2154.        align-items: flex-start;
  2155.        gap: 1rem;
  2156.    }
  2157. }
  2158.  
  2159. @media (max-width: 768px) {
  2160.    .featured-content,
  2161.    .secondary-content {
  2162.        padding: 1.5rem;
  2163.    }
  2164.    
  2165.    .featured-title {
  2166.        font-size: 1.5rem;
  2167.    }
  2168.    
  2169.    .featured-image-container,
  2170.    .secondary-image-wrapper {
  2171.        height: 200px;
  2172.    }
  2173.    
  2174.    .compact-image {
  2175.        height: 150px;
  2176.    }
  2177.    
  2178.    .recent-section {
  2179.        margin-top: 2rem;
  2180.    }
  2181. }
  2182.  
  2183. @media (max-width: 576px) {
  2184.    .reading-info {
  2185.        margin-top: 1rem;
  2186.    }
  2187.    
  2188.    .secondary-meta {
  2189.        flex-wrap: wrap;
  2190.    }
  2191.    
  2192.    .recent-item {
  2193.        padding: 0.75rem;
  2194.    }
  2195. }
  2196. </style>
  2197.  
  2198.  
  2199.  
  2200.  
  2201.        <!-- end of wpo-blog-hero -->
  2202.  
  2203.        <!-- start of wpo-breacking-news -->
  2204.        
  2205.        <!-- end of wpo-breacking-news -->
  2206.        
  2207.        <!-- start wpo-blog-highlights-section -->
  2208.        
  2209.  
  2210.  
  2211.  
  2212.    
  2213.  
  2214.  
  2215. <style>
  2216.  
  2217.    .blog-highlights-section {
  2218.        padding: 30px 0;
  2219.    }
  2220.  
  2221.    .blog-cards-grid {
  2222.        display: grid;
  2223.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  2224.        gap: 30px;
  2225.    }
  2226.  
  2227.    .blog-card {
  2228.        background: var(--card-bg);
  2229.        border: 1px solid var(--card-border);
  2230.        border-radius: var(--border-radius);
  2231.        overflow: hidden;
  2232.        transition: all 0.3s ease;
  2233.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  2234.    }
  2235.  
  2236.    .blog-card:hover {
  2237.        transform: translateY(-8px);
  2238.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  2239.        border-color: var(--theme-primary-color);
  2240.    }
  2241.  
  2242.    .blog-card-image {
  2243.        position: relative;
  2244.        height: 220px;
  2245.        overflow: hidden;
  2246.    }
  2247.  
  2248.    .blog-card-image img {
  2249.        width: 100%;
  2250.        height: 100%;
  2251.        object-fit: cover;
  2252.        transition: transform 0.3s ease;
  2253.    }
  2254.  
  2255.    .blog-card:hover .blog-card-image img {
  2256.        transform: scale(1.05);
  2257.    }
  2258.  
  2259.    .blog-category {
  2260.        position: absolute;
  2261.        top: 15px;
  2262.        right: 15px;
  2263.        color: white;
  2264.        padding: 6px 12px;
  2265.        border-radius: 20px;
  2266.        font-size: 12px;
  2267.        font-weight: 600;
  2268.        text-transform: uppercase;
  2269.        letter-spacing: 0.5px;
  2270.    }
  2271.  
  2272.    .blog-card-content {
  2273.        padding: 25px;
  2274.    }
  2275.  
  2276.    .blog-card-title {
  2277.        font-family: var(--heading-font);
  2278.        font-size: 1.3rem;
  2279.        font-weight: var(--heading-weight);
  2280.        color: var(--top-color);
  2281.        margin-bottom: 15px;
  2282.        line-height: 1.4;
  2283.    }
  2284.  
  2285.    .blog-card-title a {
  2286.        color: inherit !important;
  2287.        text-decoration: none;
  2288.        transition: color 0.3s ease;
  2289.    }
  2290.  
  2291.    .blog-card-title a:hover {
  2292.        color: var(--theme-primary-color);
  2293.    }
  2294.  
  2295.    .blog-card-meta {
  2296.        display: flex;
  2297.        align-items: center;
  2298.        gap: 15px;
  2299.        margin-bottom: 15px;
  2300.        font-size: 14px;
  2301.        color: var(--text-light-color);
  2302.    }
  2303.  
  2304.    .blog-author-img {
  2305.        width: 30px;
  2306.        height: 30px;
  2307.        border-radius: 50%;
  2308.        object-fit: cover;
  2309.    }
  2310.  
  2311.    .blog-card-excerpt {
  2312.        color: var(--body-color);
  2313.        font-size: 15px;
  2314.        line-height: 1.6;
  2315.        margin-bottom: 20px;
  2316.        display: -webkit-box;
  2317.        -webkit-line-clamp: 3;
  2318.        -webkit-box-orient: vertical;
  2319.        overflow: hidden;
  2320.    }
  2321.  
  2322.    .blog-card-footer {
  2323.        display: flex;
  2324.        justify-content: space-between;
  2325.        align-items: center;
  2326.        padding-top: 15px;
  2327.        border-top: 1px solid var(--border-color-s2);
  2328.    }
  2329.  
  2330.    .blog-read-time {
  2331.        font-size: 13px;
  2332.        color: var(--light);
  2333.    }
  2334.  
  2335.    .blog-read-more {
  2336.        color: var(--top-color) !important;
  2337.        text-decoration: none;
  2338.        font-weight: 600;
  2339.        font-size: 14px;
  2340.        transition: all 0.3s ease;
  2341.    }
  2342.  
  2343.    .blog-read-more:hover {
  2344.        color: var(--theme-primary-color-s2);
  2345.        text-decoration: underline;
  2346.    }
  2347.  
  2348.    .section-title {
  2349.        font-family: var(--heading-font);
  2350.        font-size: 2.5rem;
  2351.        font-weight: var(--heading-weight);
  2352.        color: var(--heading-color);
  2353.        text-align: center;
  2354.        margin-bottom: 20px;
  2355.    }
  2356.  
  2357.    .section-subtitle {
  2358.        text-align: center;
  2359.        color: var(--text-light-color);
  2360.        font-size: 1.1rem;
  2361.        max-width: 600px;
  2362.        margin: 0 auto;
  2363.    }
  2364.  
  2365.    @media (max-width: 768px) {
  2366.        .blog-cards-grid {
  2367.            grid-template-columns: 1fr;
  2368.            gap: 20px;
  2369.        }
  2370.        
  2371.        .section-title {
  2372.            font-size: 2rem;
  2373.        }
  2374.        
  2375.        .blog-highlights-section {
  2376.            padding: 60px 0;
  2377.        }
  2378.    }
  2379. </style>
  2380.  
  2381. <section class="blog-highlights-section">
  2382.     <div class="container-fluid fluid-container">
  2383.      
  2384.            <div class="section-title">
  2385.                <h2>
  2386.                Today's Top Highlights
  2387.                   </h2>
  2388.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  2389.    </div>
  2390.        
  2391.        <div class="row">
  2392.            <div class="col-lg-8 col-12">
  2393.                <div class="blog-cards-grid">
  2394.                    
  2395.                    <article class="blog-card">
  2396.                        <div class="blog-card-image">
  2397.                          
  2398.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2399.                            
  2400.                            <span class="blog-category bg-primary-gradient">
  2401.                                News
  2402.                            </span>
  2403.                        </div>
  2404.                        <div class="blog-card-content">
  2405.                            <h3 class="blog-card-title">
  2406.                                <a href="/david-raya-highlights-teams-strength-as-essential-to-multiple-trophy-pursuit/" >
  2407.                                David Raya Highlights Team&#x27;s Strength as Essential to Multiple Trophy Pursuit
  2408.                                </a>
  2409.                            </h3>
  2410.                            <div class="blog-card-meta">
  2411.                                
  2412.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;" class="blog-author-img">
  2413.                                
  2414.                                <span>By <strong>Sean Reese</strong></span>
  2415.                                <span>•</span>
  2416.                                <span>18 May 2026</span>
  2417.                            </div>
  2418.                            <p class="blog-card-excerpt">
  2419.                                
  2420.                            </p>
  2421.                            <div class="blog-card-footer">
  2422.                                <div class="blog-read-time">
  2423.                                    📖 5 min read
  2424.                                </div>
  2425.                                <a href="/david-raya-highlights-teams-strength-as-essential-to-multiple-trophy-pursuit/" class="blog-read-more">
  2426.                                    Read More →
  2427.                                </a>
  2428.                            </div>
  2429.                        </div>
  2430.                    </article>
  2431.                    
  2432.                    <article class="blog-card">
  2433.                        <div class="blog-card-image">
  2434.                          
  2435.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2436.                            
  2437.                            <span class="blog-category bg-primary-gradient">
  2438.                                News
  2439.                            </span>
  2440.                        </div>
  2441.                        <div class="blog-card-content">
  2442.                            <h3 class="blog-card-title">
  2443.                                <a href="/will-the-all-blacks-regain-their-winning-form-during-the-fall-tour/" >
  2444.                                Will the All Blacks regain their winning form during the fall tour?
  2445.                                </a>
  2446.                            </h3>
  2447.                            <div class="blog-card-meta">
  2448.                                
  2449.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;" class="blog-author-img">
  2450.                                
  2451.                                <span>By <strong>Sean Reese</strong></span>
  2452.                                <span>•</span>
  2453.                                <span>18 May 2026</span>
  2454.                            </div>
  2455.                            <p class="blog-card-excerpt">
  2456.                                
  2457.                            </p>
  2458.                            <div class="blog-card-footer">
  2459.                                <div class="blog-read-time">
  2460.                                    📖 5 min read
  2461.                                </div>
  2462.                                <a href="/will-the-all-blacks-regain-their-winning-form-during-the-fall-tour/" class="blog-read-more">
  2463.                                    Read More →
  2464.                                </a>
  2465.                            </div>
  2466.                        </div>
  2467.                    </article>
  2468.                    
  2469.                    <article class="blog-card">
  2470.                        <div class="blog-card-image">
  2471.                          
  2472.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2473.                            
  2474.                            <span class="blog-category bg-primary-gradient">
  2475.                                News
  2476.                            </span>
  2477.                        </div>
  2478.                        <div class="blog-card-content">
  2479.                            <h3 class="blog-card-title">
  2480.                                <a href="/trumps-overarching-influence-in-athletics-reached-an-apex-in-last-year-next-year-threatens-to-be-even-bigger/" >
  2481.                                Trump&#x27;s Overarching Influence in Athletics Reached An Apex in Last Year. Next Year Threatens to Be Even Bigger.
  2482.                                </a>
  2483.                            </h3>
  2484.                            <div class="blog-card-meta">
  2485.                                
  2486.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;" class="blog-author-img">
  2487.                                
  2488.                                <span>By <strong>Sean Reese</strong></span>
  2489.                                <span>•</span>
  2490.                                <span>18 May 2026</span>
  2491.                            </div>
  2492.                            <p class="blog-card-excerpt">
  2493.                                
  2494.                            </p>
  2495.                            <div class="blog-card-footer">
  2496.                                <div class="blog-read-time">
  2497.                                    📖 5 min read
  2498.                                </div>
  2499.                                <a href="/trumps-overarching-influence-in-athletics-reached-an-apex-in-last-year-next-year-threatens-to-be-even-bigger/" class="blog-read-more">
  2500.                                    Read More →
  2501.                                </a>
  2502.                            </div>
  2503.                        </div>
  2504.                    </article>
  2505.                    
  2506.                    <article class="blog-card">
  2507.                        <div class="blog-card-image">
  2508.                          
  2509.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2510.                            
  2511.                            <span class="blog-category bg-primary-gradient">
  2512.                                News
  2513.                            </span>
  2514.                        </div>
  2515.                        <div class="blog-card-content">
  2516.                            <h3 class="blog-card-title">
  2517.                                <a href="/we-got-let-go-and-were-embracing-it-learn-how-to-find-a-fresh-position-that-suits-for-you/" >
  2518.                                We Got Let Go, and We&#x27;re Embracing It – Learn How to Find a Fresh Position That Suits for You
  2519.                                </a>
  2520.                            </h3>
  2521.                            <div class="blog-card-meta">
  2522.                                
  2523.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;" class="blog-author-img">
  2524.                                
  2525.                                <span>By <strong>Sean Reese</strong></span>
  2526.                                <span>•</span>
  2527.                                <span>18 May 2026</span>
  2528.                            </div>
  2529.                            <p class="blog-card-excerpt">
  2530.                                
  2531.                            </p>
  2532.                            <div class="blog-card-footer">
  2533.                                <div class="blog-read-time">
  2534.                                    📖 5 min read
  2535.                                </div>
  2536.                                <a href="/we-got-let-go-and-were-embracing-it-learn-how-to-find-a-fresh-position-that-suits-for-you/" class="blog-read-more">
  2537.                                    Read More →
  2538.                                </a>
  2539.                            </div>
  2540.                        </div>
  2541.                    </article>
  2542.                    
  2543.                    <article class="blog-card">
  2544.                        <div class="blog-card-image">
  2545.                          
  2546.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2547.                            
  2548.                            <span class="blog-category bg-primary-gradient">
  2549.                                News
  2550.                            </span>
  2551.                        </div>
  2552.                        <div class="blog-card-content">
  2553.                            <h3 class="blog-card-title">
  2554.                                <a href="/more-than-60000-escape-sudans-city-in-the-wake-of-capture-by-rapid-support-forces-paramilitary-group-united-nations-states/" >
  2555.                                More than 60,000 Escape Sudan&#x27;s City In the wake of Capture by Rapid Support Forces Paramilitary Group, United Nations States
  2556.                                </a>
  2557.                            </h3>
  2558.                            <div class="blog-card-meta">
  2559.                                
  2560.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;" class="blog-author-img">
  2561.                                
  2562.                                <span>By <strong>Sean Reese</strong></span>
  2563.                                <span>•</span>
  2564.                                <span>17 May 2026</span>
  2565.                            </div>
  2566.                            <p class="blog-card-excerpt">
  2567.                                
  2568.                            </p>
  2569.                            <div class="blog-card-footer">
  2570.                                <div class="blog-read-time">
  2571.                                    📖 5 min read
  2572.                                </div>
  2573.                                <a href="/more-than-60000-escape-sudans-city-in-the-wake-of-capture-by-rapid-support-forces-paramilitary-group-united-nations-states/" class="blog-read-more">
  2574.                                    Read More →
  2575.                                </a>
  2576.                            </div>
  2577.                        </div>
  2578.                    </article>
  2579.                    
  2580.                    <article class="blog-card">
  2581.                        <div class="blog-card-image">
  2582.                          
  2583.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2584.                            
  2585.                            <span class="blog-category bg-primary-gradient">
  2586.                                News
  2587.                            </span>
  2588.                        </div>
  2589.                        <div class="blog-card-content">
  2590.                            <h3 class="blog-card-title">
  2591.                                <a href="/exercise-while-you-are-working-10-muscle-toning-office-movements-you-can-do-in-everyday-clothes/" >
  2592.                                Exercise while you are working? 10 muscle-toning office movements you can do in everyday clothes
  2593.                                </a>
  2594.                            </h3>
  2595.                            <div class="blog-card-meta">
  2596.                                
  2597.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;" class="blog-author-img">
  2598.                                
  2599.                                <span>By <strong>Sean Reese</strong></span>
  2600.                                <span>•</span>
  2601.                                <span>17 May 2026</span>
  2602.                            </div>
  2603.                            <p class="blog-card-excerpt">
  2604.                                
  2605.                            </p>
  2606.                            <div class="blog-card-footer">
  2607.                                <div class="blog-read-time">
  2608.                                    📖 5 min read
  2609.                                </div>
  2610.                                <a href="/exercise-while-you-are-working-10-muscle-toning-office-movements-you-can-do-in-everyday-clothes/" class="blog-read-more">
  2611.                                    Read More →
  2612.                                </a>
  2613.                            </div>
  2614.                        </div>
  2615.                    </article>
  2616.                    
  2617.                    <article class="blog-card">
  2618.                        <div class="blog-card-image">
  2619.                          
  2620.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2621.                            
  2622.                            <span class="blog-category bg-primary-gradient">
  2623.                                News
  2624.                            </span>
  2625.                        </div>
  2626.                        <div class="blog-card-content">
  2627.                            <h3 class="blog-card-title">
  2628.                                <a href="/anno-117-pax-romanas-top-secret-reveals-itself-as-a-stunning-first-person-perspective/" >
  2629.                                Anno 117 Pax Romana&#x27;s Top Secret Reveals Itself as a Stunning First-Person Perspective.
  2630.                                </a>
  2631.                            </h3>
  2632.                            <div class="blog-card-meta">
  2633.                                
  2634.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;" class="blog-author-img">
  2635.                                
  2636.                                <span>By <strong>Sean Reese</strong></span>
  2637.                                <span>•</span>
  2638.                                <span>17 May 2026</span>
  2639.                            </div>
  2640.                            <p class="blog-card-excerpt">
  2641.                                
  2642.                            </p>
  2643.                            <div class="blog-card-footer">
  2644.                                <div class="blog-read-time">
  2645.                                    📖 5 min read
  2646.                                </div>
  2647.                                <a href="/anno-117-pax-romanas-top-secret-reveals-itself-as-a-stunning-first-person-perspective/" class="blog-read-more">
  2648.                                    Read More →
  2649.                                </a>
  2650.                            </div>
  2651.                        </div>
  2652.                    </article>
  2653.                    
  2654.                    <article class="blog-card">
  2655.                        <div class="blog-card-image">
  2656.                          
  2657.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2658.                            
  2659.                            <span class="blog-category bg-primary-gradient">
  2660.                                News
  2661.                            </span>
  2662.                        </div>
  2663.                        <div class="blog-card-content">
  2664.                            <h3 class="blog-card-title">
  2665.                                <a href="/trump-affirms-largely-agreement-exists-on-next-stages-of-truce-agreement-for-gaza/" >
  2666.                                Trump Affirms &#x27;Largely, Agreement Exists&#x27; on Next Stages of Truce Agreement for Gaza
  2667.                                </a>
  2668.                            </h3>
  2669.                            <div class="blog-card-meta">
  2670.                                
  2671.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;" class="blog-author-img">
  2672.                                
  2673.                                <span>By <strong>Sean Reese</strong></span>
  2674.                                <span>•</span>
  2675.                                <span>17 May 2026</span>
  2676.                            </div>
  2677.                            <p class="blog-card-excerpt">
  2678.                                
  2679.                            </p>
  2680.                            <div class="blog-card-footer">
  2681.                                <div class="blog-read-time">
  2682.                                    📖 5 min read
  2683.                                </div>
  2684.                                <a href="/trump-affirms-largely-agreement-exists-on-next-stages-of-truce-agreement-for-gaza/" class="blog-read-more">
  2685.                                    Read More →
  2686.                                </a>
  2687.                            </div>
  2688.                        </div>
  2689.                    </article>
  2690.                    
  2691.                    <article class="blog-card">
  2692.                        <div class="blog-card-image">
  2693.                          
  2694.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2695.                            
  2696.                            <span class="blog-category bg-primary-gradient">
  2697.                                News
  2698.                            </span>
  2699.                        </div>
  2700.                        <div class="blog-card-content">
  2701.                            <h3 class="blog-card-title">
  2702.                                <a href="/every-night-i-dream-of-riding-a-unicorn-medieval-heavy-metal-band-castle-rat/" >
  2703.                                ‘Every Night, I Dream of Riding a Unicorn’: Medieval Heavy Metal Band Castle Rat
  2704.                                </a>
  2705.                            </h3>
  2706.                            <div class="blog-card-meta">
  2707.                                
  2708.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;" class="blog-author-img">
  2709.                                
  2710.                                <span>By <strong>Sean Reese</strong></span>
  2711.                                <span>•</span>
  2712.                                <span>17 May 2026</span>
  2713.                            </div>
  2714.                            <p class="blog-card-excerpt">
  2715.                                
  2716.                            </p>
  2717.                            <div class="blog-card-footer">
  2718.                                <div class="blog-read-time">
  2719.                                    📖 5 min read
  2720.                                </div>
  2721.                                <a href="/every-night-i-dream-of-riding-a-unicorn-medieval-heavy-metal-band-castle-rat/" class="blog-read-more">
  2722.                                    Read More →
  2723.                                </a>
  2724.                            </div>
  2725.                        </div>
  2726.                    </article>
  2727.                    
  2728.                    <article class="blog-card">
  2729.                        <div class="blog-card-image">
  2730.                          
  2731.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2732.                            
  2733.                            <span class="blog-category bg-primary-gradient">
  2734.                                News
  2735.                            </span>
  2736.                        </div>
  2737.                        <div class="blog-card-content">
  2738.                            <h3 class="blog-card-title">
  2739.                                <a href="/what-kind-of-figure-is-the-politician-al-carns-former-marine-and-labour-minister-with-sights-on-the-top-job/" >
  2740.                                What Kind of Figure is the Politician Al Carns? Former Marine and Labour Minister with Sights on the Top Job
  2741.                                </a>
  2742.                            </h3>
  2743.                            <div class="blog-card-meta">
  2744.                                
  2745.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;" class="blog-author-img">
  2746.                                
  2747.                                <span>By <strong>Sean Reese</strong></span>
  2748.                                <span>•</span>
  2749.                                <span>17 May 2026</span>
  2750.                            </div>
  2751.                            <p class="blog-card-excerpt">
  2752.                                
  2753.                            </p>
  2754.                            <div class="blog-card-footer">
  2755.                                <div class="blog-read-time">
  2756.                                    📖 5 min read
  2757.                                </div>
  2758.                                <a href="/what-kind-of-figure-is-the-politician-al-carns-former-marine-and-labour-minister-with-sights-on-the-top-job/" class="blog-read-more">
  2759.                                    Read More →
  2760.                                </a>
  2761.                            </div>
  2762.                        </div>
  2763.                    </article>
  2764.                    
  2765.                    <article class="blog-card">
  2766.                        <div class="blog-card-image">
  2767.                          
  2768.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2769.                            
  2770.                            <span class="blog-category bg-primary-gradient">
  2771.                                News
  2772.                            </span>
  2773.                        </div>
  2774.                        <div class="blog-card-content">
  2775.                            <h3 class="blog-card-title">
  2776.                                <a href="/swiss-ski-resort-blaze-survivors-receive-care-in-specialist-clinics-throughout-the-continent/" >
  2777.                                Swiss Ski Resort Blaze Survivors Receive Care in Specialist Clinics Throughout the Continent
  2778.                                </a>
  2779.                            </h3>
  2780.                            <div class="blog-card-meta">
  2781.                                
  2782.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;" class="blog-author-img">
  2783.                                
  2784.                                <span>By <strong>Sean Reese</strong></span>
  2785.                                <span>•</span>
  2786.                                <span>17 May 2026</span>
  2787.                            </div>
  2788.                            <p class="blog-card-excerpt">
  2789.                                
  2790.                            </p>
  2791.                            <div class="blog-card-footer">
  2792.                                <div class="blog-read-time">
  2793.                                    📖 5 min read
  2794.                                </div>
  2795.                                <a href="/swiss-ski-resort-blaze-survivors-receive-care-in-specialist-clinics-throughout-the-continent/" class="blog-read-more">
  2796.                                    Read More →
  2797.                                </a>
  2798.                            </div>
  2799.                        </div>
  2800.                    </article>
  2801.                    
  2802.                    <article class="blog-card">
  2803.                        <div class="blog-card-image">
  2804.                          
  2805.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2806.                            
  2807.                            <span class="blog-category bg-primary-gradient">
  2808.                                News
  2809.                            </span>
  2810.                        </div>
  2811.                        <div class="blog-card-content">
  2812.                            <h3 class="blog-card-title">
  2813.                                <a href="/titans-acknowledge-titans-as-the-president-extends-the-mayor-elect-a-cordial-greeting/" >
  2814.                                Titans Acknowledge Titans as The President Extends The Mayor-Elect a Cordial Greeting
  2815.                                </a>
  2816.                            </h3>
  2817.                            <div class="blog-card-meta">
  2818.                                
  2819.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;" class="blog-author-img">
  2820.                                
  2821.                                <span>By <strong>Sean Reese</strong></span>
  2822.                                <span>•</span>
  2823.                                <span>17 May 2026</span>
  2824.                            </div>
  2825.                            <p class="blog-card-excerpt">
  2826.                                
  2827.                            </p>
  2828.                            <div class="blog-card-footer">
  2829.                                <div class="blog-read-time">
  2830.                                    📖 5 min read
  2831.                                </div>
  2832.                                <a href="/titans-acknowledge-titans-as-the-president-extends-the-mayor-elect-a-cordial-greeting/" class="blog-read-more">
  2833.                                    Read More →
  2834.                                </a>
  2835.                            </div>
  2836.                        </div>
  2837.                    </article>
  2838.                    
  2839.                    
  2840.  
  2841.                </div>
  2842.            </div>
  2843.            
  2844.              <div class="col col-lg-4 col-12">
  2845.                
  2846.  
  2847.  
  2848.  
  2849.    
  2850.  
  2851.  
  2852. <!-- Blog Sidebar -->
  2853.  
  2854.    <div class="sidebar mb-3">
  2855.        
  2856.        
  2857.        <div class="sidebar-widget mb-4">
  2858.            <div class="widget-title-wrapper mb-3">
  2859.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2860.                    May 2026 Blog Roll
  2861.                    <span class="title-arrow"></span>
  2862.                </h4>
  2863.            </div>
  2864.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2865.                <ul class="list-unstyled scrollable-sidebar">
  2866.                    
  2867.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2868.                        <a href="https://gameplayspace.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2869.                            <i class="ti-angle-right me-2 text-primary"></i>
  2870.                            <span class="fw-semibold">online casino canada</span>
  2871.                        </a>
  2872.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2873.                    </li>
  2874.                    
  2875.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2876.                        <a href="https://projectunderstood.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2877.                            <i class="ti-angle-right me-2 text-primary"></i>
  2878.                            <span class="fw-semibold">online casino canada</span>
  2879.                        </a>
  2880.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2881.                    </li>
  2882.                    
  2883.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2884.                        <a href="https://www.students4bestevidence.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2885.                            <i class="ti-angle-right me-2 text-primary"></i>
  2886.                            <span class="fw-semibold">online casinos</span>
  2887.                        </a>
  2888.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2889.                    </li>
  2890.                    
  2891.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2892.                        <a href="https://siberiastationspa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2893.                            <i class="ti-angle-right me-2 text-primary"></i>
  2894.                            <span class="fw-semibold">casino en ligne payant canada</span>
  2895.                        </a>
  2896.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2897.                    </li>
  2898.                    
  2899.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2900.                        <a href="https://www.cgq-qgc.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2901.                            <i class="ti-angle-right me-2 text-primary"></i>
  2902.                            <span class="fw-semibold">casino en ligne payant</span>
  2903.                        </a>
  2904.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2905.                    </li>
  2906.                    
  2907.                </ul>
  2908.            </div>
  2909.        </div>
  2910.        
  2911.        <div class="sidebar-widget mb-4">
  2912.            <div class="widget-title-wrapper mb-3">
  2913.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2914.                    April 2026 Blog Roll
  2915.                    <span class="title-arrow"></span>
  2916.                </h4>
  2917.            </div>
  2918.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2919.                <ul class="list-unstyled scrollable-sidebar">
  2920.                    
  2921.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2922.                        <a href="https://www.projectcheck.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2923.                            <i class="ti-angle-right me-2 text-primary"></i>
  2924.                            <span class="fw-semibold">online casino</span>
  2925.                        </a>
  2926.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2927.                    </li>
  2928.                    
  2929.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2930.                        <a href="https://readwrite.com/gambling/casino/canada/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2931.                            <i class="ti-angle-right me-2 text-primary"></i>
  2932.                            <span class="fw-semibold">online casino</span>
  2933.                        </a>
  2934.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2935.                    </li>
  2936.                    
  2937.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2938.                        <a href="https://www.fastestpayoutonlinecasino.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2939.                            <i class="ti-angle-right me-2 text-primary"></i>
  2940.                            <span class="fw-semibold">online casino</span>
  2941.                        </a>
  2942.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2943.                    </li>
  2944.                    
  2945.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2946.                        <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2947.                            <i class="ti-angle-right me-2 text-primary"></i>
  2948.                            <span class="fw-semibold">online casino</span>
  2949.                        </a>
  2950.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2951.                    </li>
  2952.                    
  2953.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2954.                        <a href="https://nac-cnn.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2955.                            <i class="ti-angle-right me-2 text-primary"></i>
  2956.                            <span class="fw-semibold">online casino</span>
  2957.                        </a>
  2958.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2959.                    </li>
  2960.                    
  2961.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2962.                        <a href="https://projectunderstood.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2963.                            <i class="ti-angle-right me-2 text-primary"></i>
  2964.                            <span class="fw-semibold">online casinos canada</span>
  2965.                        </a>
  2966.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2967.                    </li>
  2968.                    
  2969.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2970.                        <a href="https://trueviralnews.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2971.                            <i class="ti-angle-right me-2 text-primary"></i>
  2972.                            <span class="fw-semibold">online casinos canada</span>
  2973.                        </a>
  2974.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2975.                    </li>
  2976.                    
  2977.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2978.                        <a href="https://www.sheeats.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2979.                            <i class="ti-angle-right me-2 text-primary"></i>
  2980.                            <span class="fw-semibold">online casinos canada</span>
  2981.                        </a>
  2982.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2983.                    </li>
  2984.                    
  2985.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2986.                        <a href="https://bankingombuds.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2987.                            <i class="ti-angle-right me-2 text-primary"></i>
  2988.                            <span class="fw-semibold">online casino canada</span>
  2989.                        </a>
  2990.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2991.                    </li>
  2992.                    
  2993.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2994.                        <a href="https://camanjs.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2995.                            <i class="ti-angle-right me-2 text-primary"></i>
  2996.                            <span class="fw-semibold">online casino canada</span>
  2997.                        </a>
  2998.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2999.                    </li>
  3000.                    
  3001.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3002.                        <a href="https://www.dresshead.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3003.                            <i class="ti-angle-right me-2 text-primary"></i>
  3004.                            <span class="fw-semibold">online casino canada</span>
  3005.                        </a>
  3006.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3007.                    </li>
  3008.                    
  3009.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3010.                        <a href="https://nbhrf.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3011.                            <i class="ti-angle-right me-2 text-primary"></i>
  3012.                            <span class="fw-semibold">online casinos</span>
  3013.                        </a>
  3014.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3015.                    </li>
  3016.                    
  3017.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3018.                        <a href="https://www.od4d.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3019.                            <i class="ti-angle-right me-2 text-primary"></i>
  3020.                            <span class="fw-semibold">online casino canada</span>
  3021.                        </a>
  3022.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3023.                    </li>
  3024.                    
  3025.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3026.                        <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3027.                            <i class="ti-angle-right me-2 text-primary"></i>
  3028.                            <span class="fw-semibold">online casino canada</span>
  3029.                        </a>
  3030.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3031.                    </li>
  3032.                    
  3033.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3034.                        <a href="https://delbarber.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3035.                            <i class="ti-angle-right me-2 text-primary"></i>
  3036.                            <span class="fw-semibold">real money casino</span>
  3037.                        </a>
  3038.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3039.                    </li>
  3040.                    
  3041.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3042.                        <a href="https://gameplayspace.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3043.                            <i class="ti-angle-right me-2 text-primary"></i>
  3044.                            <span class="fw-semibold">real money casino</span>
  3045.                        </a>
  3046.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3047.                    </li>
  3048.                    
  3049.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3050.                        <a href="https://nac-cnn.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3051.                            <i class="ti-angle-right me-2 text-primary"></i>
  3052.                            <span class="fw-semibold">online casino canada</span>
  3053.                        </a>
  3054.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3055.                    </li>
  3056.                    
  3057.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3058.                        <a href="https://designinnovationgroup.nl/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3059.                            <i class="ti-angle-right me-2 text-primary"></i>
  3060.                            <span class="fw-semibold">online casino</span>
  3061.                        </a>
  3062.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3063.                    </li>
  3064.                    
  3065.                </ul>
  3066.            </div>
  3067.        </div>
  3068.        
  3069.        <div class="sidebar-widget mb-4">
  3070.            <div class="widget-title-wrapper mb-3">
  3071.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3072.                    March 2026 Blog Roll
  3073.                    <span class="title-arrow"></span>
  3074.                </h4>
  3075.            </div>
  3076.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3077.                <ul class="list-unstyled scrollable-sidebar">
  3078.                    
  3079.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3080.                        <a href="https://heartandlung.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3081.                            <i class="ti-angle-right me-2 text-primary"></i>
  3082.                            <span class="fw-semibold">online casino canada</span>
  3083.                        </a>
  3084.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3085.                    </li>
  3086.                    
  3087.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3088.                        <a href="https://nac-cnn.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3089.                            <i class="ti-angle-right me-2 text-primary"></i>
  3090.                            <span class="fw-semibold">online casinos</span>
  3091.                        </a>
  3092.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3093.                    </li>
  3094.                    
  3095.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3096.                        <a href="https://autismspeaks.ca"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3097.                            <i class="ti-angle-right me-2 text-primary"></i>
  3098.                            <span class="fw-semibold">best online casinos</span>
  3099.                        </a>
  3100.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3101.                    </li>
  3102.                    
  3103.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3104.                        <a href="https://www.od4d.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3105.                            <i class="ti-angle-right me-2 text-primary"></i>
  3106.                            <span class="fw-semibold">online casino real money</span>
  3107.                        </a>
  3108.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3109.                    </li>
  3110.                    
  3111.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3112.                        <a href="https://wirkn.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3113.                            <i class="ti-angle-right me-2 text-primary"></i>
  3114.                            <span class="fw-semibold">betting sites canada</span>
  3115.                        </a>
  3116.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3117.                    </li>
  3118.                    
  3119.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3120.                        <a href="https://www.birthplaceofhockey.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3121.                            <i class="ti-angle-right me-2 text-primary"></i>
  3122.                            <span class="fw-semibold">betting sites</span>
  3123.                        </a>
  3124.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3125.                    </li>
  3126.                    
  3127.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3128.                        <a href="https://www.irec.net/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3129.                            <i class="ti-angle-right me-2 text-primary"></i>
  3130.                            <span class="fw-semibold">casino en ligne québec</span>
  3131.                        </a>
  3132.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3133.                    </li>
  3134.                    
  3135.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3136.                        <a href="https://www.skyscan.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3137.                            <i class="ti-angle-right me-2 text-primary"></i>
  3138.                            <span class="fw-semibold">online casinos canada</span>
  3139.                        </a>
  3140.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3141.                    </li>
  3142.                    
  3143.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3144.                        <a href="https://cruxgg.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3145.                            <i class="ti-angle-right me-2 text-primary"></i>
  3146.                            <span class="fw-semibold">new casino</span>
  3147.                        </a>
  3148.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3149.                    </li>
  3150.                    
  3151.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3152.                        <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3153.                            <i class="ti-angle-right me-2 text-primary"></i>
  3154.                            <span class="fw-semibold">online casino</span>
  3155.                        </a>
  3156.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3157.                    </li>
  3158.                    
  3159.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3160.                        <a href="https://autismspeaks.ca"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3161.                            <i class="ti-angle-right me-2 text-primary"></i>
  3162.                            <span class="fw-semibold">online casino</span>
  3163.                        </a>
  3164.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3165.                    </li>
  3166.                    
  3167.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3168.                        <a href="https://nbhrf.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3169.                            <i class="ti-angle-right me-2 text-primary"></i>
  3170.                            <span class="fw-semibold">online casino canada</span>
  3171.                        </a>
  3172.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3173.                    </li>
  3174.                    
  3175.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3176.                        <a href="https://www.itworldcanada.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3177.                            <i class="ti-angle-right me-2 text-primary"></i>
  3178.                            <span class="fw-semibold">online casinos canada</span>
  3179.                        </a>
  3180.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3181.                    </li>
  3182.                    
  3183.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3184.                        <a href="https://www.biomilq.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3185.                            <i class="ti-angle-right me-2 text-primary"></i>
  3186.                            <span class="fw-semibold">online casino</span>
  3187.                        </a>
  3188.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3189.                    </li>
  3190.                    
  3191.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3192.                        <a href="https://prinniefied.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3193.                            <i class="ti-angle-right me-2 text-primary"></i>
  3194.                            <span class="fw-semibold">online casino canada</span>
  3195.                        </a>
  3196.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3197.                    </li>
  3198.                    
  3199.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3200.                        <a href="https://www.tvarchive.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3201.                            <i class="ti-angle-right me-2 text-primary"></i>
  3202.                            <span class="fw-semibold">online casino</span>
  3203.                        </a>
  3204.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3205.                    </li>
  3206.                    
  3207.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3208.                        <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3209.                            <i class="ti-angle-right me-2 text-primary"></i>
  3210.                            <span class="fw-semibold">online casinos canada</span>
  3211.                        </a>
  3212.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3213.                    </li>
  3214.                    
  3215.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3216.                        <a href="https://clarketheatre.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3217.                            <i class="ti-angle-right me-2 text-primary"></i>
  3218.                            <span class="fw-semibold">online casino</span>
  3219.                        </a>
  3220.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3221.                    </li>
  3222.                    
  3223.                </ul>
  3224.            </div>
  3225.        </div>
  3226.        
  3227.        <div class="sidebar-widget mb-4">
  3228.            <div class="widget-title-wrapper mb-3">
  3229.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3230.                    February 2026 Blog Roll
  3231.                    <span class="title-arrow"></span>
  3232.                </h4>
  3233.            </div>
  3234.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  3235.                <ul class="list-unstyled scrollable-sidebar">
  3236.                    
  3237.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3238.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3239.                            <i class="ti-angle-right me-2 text-primary"></i>
  3240.                            <span class="fw-semibold">bookmakers not on gamstop</span>
  3241.                        </a>
  3242.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3243.                    </li>
  3244.                    
  3245.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3246.                        <a href="https://crystalshawanda.co/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3247.                            <i class="ti-angle-right me-2 text-primary"></i>
  3248.                            <span class="fw-semibold">online casinos canada</span>
  3249.                        </a>
  3250.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3251.                    </li>
  3252.                    
  3253.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3254.                        <a href="https://www.birthplaceofhockey.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3255.                            <i class="ti-angle-right me-2 text-primary"></i>
  3256.                            <span class="fw-semibold">sports betting sites canada</span>
  3257.                        </a>
  3258.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3259.                    </li>
  3260.                    
  3261.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3262.                        <a href="https://scena.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3263.                            <i class="ti-angle-right me-2 text-primary"></i>
  3264.                            <span class="fw-semibold">meilleur casino en ligne</span>
  3265.                        </a>
  3266.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3267.                    </li>
  3268.                    
  3269.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3270.                        <a href="https://margelo.io/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3271.                            <i class="ti-angle-right me-2 text-primary"></i>
  3272.                            <span class="fw-semibold">betting sites</span>
  3273.                        </a>
  3274.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3275.                    </li>
  3276.                    
  3277.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3278.                        <a href="https://www.digitaltransformationawards.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3279.                            <i class="ti-angle-right me-2 text-primary"></i>
  3280.                            <span class="fw-semibold">canadian online casinos</span>
  3281.                        </a>
  3282.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3283.                    </li>
  3284.                    
  3285.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3286.                        <a href="https://micharity.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3287.                            <i class="ti-angle-right me-2 text-primary"></i>
  3288.                            <span class="fw-semibold">best online casinos</span>
  3289.                        </a>
  3290.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3291.                    </li>
  3292.                    
  3293.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3294.                        <a href="https://daydreaminginparadise.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3295.                            <i class="ti-angle-right me-2 text-primary"></i>
  3296.                            <span class="fw-semibold">online casinos</span>
  3297.                        </a>
  3298.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3299.                    </li>
  3300.                    
  3301.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3302.                        <a href="https://nordicbridges.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3303.                            <i class="ti-angle-right me-2 text-primary"></i>
  3304.                            <span class="fw-semibold">best online casinos</span>
  3305.                        </a>
  3306.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3307.                    </li>
  3308.                    
  3309.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3310.                        <a href="https://loplops.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3311.                            <i class="ti-angle-right me-2 text-primary"></i>
  3312.                            <span class="fw-semibold">online casino</span>
  3313.                        </a>
  3314.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3315.                    </li>
  3316.                    
  3317.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3318.                        <a href="https://visualgenome.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3319.                            <i class="ti-angle-right me-2 text-primary"></i>
  3320.                            <span class="fw-semibold">instant withdrawal casino canada</span>
  3321.                        </a>
  3322.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3323.                    </li>
  3324.                    
  3325.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3326.                        <a href="https://watergovernance.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3327.                            <i class="ti-angle-right me-2 text-primary"></i>
  3328.                            <span class="fw-semibold">best online casino canada</span>
  3329.                        </a>
  3330.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3331.                    </li>
  3332.                    
  3333.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3334.                        <a href="https://watergovernance.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3335.                            <i class="ti-angle-right me-2 text-primary"></i>
  3336.                            <span class="fw-semibold">online casino</span>
  3337.                        </a>
  3338.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3339.                    </li>
  3340.                    
  3341.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3342.                        <a href="https://www.governancevote.ca/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3343.                            <i class="ti-angle-right me-2 text-primary"></i>
  3344.                            <span class="fw-semibold">online casino</span>
  3345.                        </a>
  3346.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3347.                    </li>
  3348.                    
  3349.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3350.                        <a href="https://www.devmcgill.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3351.                            <i class="ti-angle-right me-2 text-primary"></i>
  3352.                            <span class="fw-semibold">online casino</span>
  3353.                        </a>
  3354.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3355.                    </li>
  3356.                    
  3357.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3358.                        <a href="https://www.safepetottawa.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3359.                            <i class="ti-angle-right me-2 text-primary"></i>
  3360.                            <span class="fw-semibold">online casino canada</span>
  3361.                        </a>
  3362.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3363.                    </li>
  3364.                    
  3365.                    <li class="mb-3 pb-2 border-bottom border-light ">
  3366.                        <a href="https://www.balmoralresources.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  3367.                            <i class="ti-angle-right me-2 text-primary"></i>
  3368.                            <span class="fw-semibold">online casino</span>
  3369.                        </a>
  3370.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  3371.                    </li>
  3372.                    
  3373.                </ul>
  3374.            </div>
  3375.        </div>
  3376.        
  3377.  
  3378.        <!-- Recent Posts Section -->
  3379.        <div class="sidebar-widget mb-3">
  3380.            <div class="widget-title-wrapper mb-3">
  3381.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  3382.                    Recent Posts
  3383.                    <span class="title-arrow"></span>
  3384.                </h4>
  3385.            </div>
  3386.            <div class="widget-content border border-light shadow-sm rounded p-4">
  3387.                <div class="recent-post-list">
  3388.                    
  3389.                    
  3390.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3391.                        <div class="post-image me-3 flex-shrink-0">
  3392.                            
  3393.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3394.                            
  3395.                        </div>
  3396.                        <div class="post-content flex-grow-1">
  3397.                            <h6 class="post-title mb-1">
  3398.                                 <a href="/a-decade-long-liaison-from-erin-somers-the-middle-aged-infidelity-story-this-generation-needs/" class="text-decoration-none top-color fw-semibold">
  3399.                                    A Decade-Long Liaison from Erin Somers: The Middle-Aged Infidelity Story This Generation Needs.
  3400.                                </a>
  3401.                            </h6>
  3402.                            <div class="post-meta">
  3403.                                <small class="text-muted">
  3404.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3405.                                </small>
  3406.                                <!-- <small class="text-muted ms-2">
  3407.                                    <i class="ti-eye me-1"></i>234 views
  3408.                                </small> -->
  3409.                            </div>
  3410.                        </div>
  3411.                    </div>
  3412.                    
  3413.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3414.                        <div class="post-image me-3 flex-shrink-0">
  3415.                            
  3416.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3417.                            
  3418.                        </div>
  3419.                        <div class="post-content flex-grow-1">
  3420.                            <h6 class="post-title mb-1">
  3421.                                 <a href="/leader-zelensky-says-the-nation-is-10-off-from-peace-but-not-at-any-price/" class="text-decoration-none top-color fw-semibold">
  3422.                                    Leader Zelensky Says The Nation Is 10% Off from Peace, But Not at Any Price
  3423.                                </a>
  3424.                            </h6>
  3425.                            <div class="post-meta">
  3426.                                <small class="text-muted">
  3427.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3428.                                </small>
  3429.                                <!-- <small class="text-muted ms-2">
  3430.                                    <i class="ti-eye me-1"></i>234 views
  3431.                                </small> -->
  3432.                            </div>
  3433.                        </div>
  3434.                    </div>
  3435.                    
  3436.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3437.                        <div class="post-image me-3 flex-shrink-0">
  3438.                            
  3439.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3440.                            
  3441.                        </div>
  3442.                        <div class="post-content flex-grow-1">
  3443.                            <h6 class="post-title mb-1">
  3444.                                 <a href="/the-new-animated-series-introductory-sequence-chose-the-wrong-critical-role-track/" class="text-decoration-none top-color fw-semibold">
  3445.                                    The New Animated Series&#x27; Introductory Sequence Chose the Wrong Critical Role Track
  3446.                                </a>
  3447.                            </h6>
  3448.                            <div class="post-meta">
  3449.                                <small class="text-muted">
  3450.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3451.                                </small>
  3452.                                <!-- <small class="text-muted ms-2">
  3453.                                    <i class="ti-eye me-1"></i>234 views
  3454.                                </small> -->
  3455.                            </div>
  3456.                        </div>
  3457.                    </div>
  3458.                    
  3459.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3460.                        <div class="post-image me-3 flex-shrink-0">
  3461.                            
  3462.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3463.                            
  3464.                        </div>
  3465.                        <div class="post-content flex-grow-1">
  3466.                            <h6 class="post-title mb-1">
  3467.                                 <a href="/leadership-changes-war-absent-media-key-challenges-to-environmental-advancement-that-dogged-cop30/" class="text-decoration-none top-color fw-semibold">
  3468.                                    Leadership Changes, War, Absent Media: Key Challenges to Environmental Advancement That Dogged Cop30
  3469.                                </a>
  3470.                            </h6>
  3471.                            <div class="post-meta">
  3472.                                <small class="text-muted">
  3473.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3474.                                </small>
  3475.                                <!-- <small class="text-muted ms-2">
  3476.                                    <i class="ti-eye me-1"></i>234 views
  3477.                                </small> -->
  3478.                            </div>
  3479.                        </div>
  3480.                    </div>
  3481.                    
  3482.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3483.                        <div class="post-image me-3 flex-shrink-0">
  3484.                            
  3485.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3486.                            
  3487.                        </div>
  3488.                        <div class="post-content flex-grow-1">
  3489.                            <h6 class="post-title mb-1">
  3490.                                 <a href="/nutrition-assistance-expected-to-end-for-tens-of-millions-during-continuing-government-closure/" class="text-decoration-none top-color fw-semibold">
  3491.                                    Nutrition Assistance Expected to End for Tens of Millions During Continuing Government Closure
  3492.                                </a>
  3493.                            </h6>
  3494.                            <div class="post-meta">
  3495.                                <small class="text-muted">
  3496.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3497.                                </small>
  3498.                                <!-- <small class="text-muted ms-2">
  3499.                                    <i class="ti-eye me-1"></i>234 views
  3500.                                </small> -->
  3501.                            </div>
  3502.                        </div>
  3503.                    </div>
  3504.                    
  3505.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3506.                        <div class="post-image me-3 flex-shrink-0">
  3507.                            
  3508.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  3509.                            
  3510.                        </div>
  3511.                        <div class="post-content flex-grow-1">
  3512.                            <h6 class="post-title mb-1">
  3513.                                 <a href="/loss-hits-as-man-passes-away-after-ocean-retrieval-off-british-coast/" class="text-decoration-none top-color fw-semibold">
  3514.                                    Loss Hits as Man Passes Away After Ocean Retrieval Off British Coast
  3515.                                </a>
  3516.                            </h6>
  3517.                            <div class="post-meta">
  3518.                                <small class="text-muted">
  3519.                                    <i class="ti-calendar me-1"></i>16 May 2026
  3520.                                </small>
  3521.                                <!-- <small class="text-muted ms-2">
  3522.                                    <i class="ti-eye me-1"></i>234 views
  3523.                                </small> -->
  3524.                            </div>
  3525.                        </div>
  3526.                    </div>
  3527.                    
  3528.  
  3529.                </div>
  3530.            </div>
  3531.        </div>
  3532.  
  3533.    </div>
  3534.  
  3535.  
  3536. <!-- Sidebar Styles -->
  3537. <style>
  3538.    .sidebar-widget {
  3539.        position: relative;
  3540.    }
  3541.    
  3542.    .widget-title {
  3543.        font-size: 1.1rem;
  3544.        font-weight: 700;
  3545.        display: inline-block;
  3546.        position: relative;
  3547.        z-index: 2;
  3548.        border-radius: 0;
  3549.    }
  3550.    
  3551.    .title-arrow::after {
  3552.        content: '';
  3553.        position: absolute;
  3554.        top: 0;
  3555.        right: -20px;
  3556.        width: 0;
  3557.        height: 0;
  3558.        border-left: 20px solid var(--bs-primary);
  3559.        border-top: 20px solid transparent;
  3560.        border-bottom: 20px solid transparent;
  3561.        z-index: 1;
  3562.    }
  3563.    
  3564.    .widget-content {
  3565.        margin-top: -1px;
  3566.        position: relative;
  3567.        z-index: 1;
  3568.         background-color: var(--card-bg);
  3569.    }
  3570.    
  3571.    .recent-post-item:hover .post-title1 a {
  3572.        color: #dc3545 !important;
  3573.        transition: color 0.3s ease;
  3574.    }
  3575.    
  3576.    .recent-post-item .post-image img {
  3577.        transition: transform 0.3s ease;
  3578.    }
  3579.    
  3580.    .recent-post-item:hover .post-image img {
  3581.        transform: scale(1.05);
  3582.    }
  3583.    
  3584.    .btn:hover {
  3585.        transform: translateY(-1px);
  3586.        transition: all 0.3s ease;
  3587.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3588.    }
  3589.    
  3590.    @media (max-width: 991px) {
  3591.        .sidebar {
  3592.            margin-top: 3rem;
  3593.        }
  3594.    }
  3595.    
  3596.    @media (max-width: 576px) {
  3597.        .widget-title {
  3598.            font-size: 1rem;
  3599.            padding: 0.75rem 1rem !important;
  3600.        }
  3601.        
  3602.        .title-arrow::after {
  3603.            right: -15px;
  3604.            border-left: 15px solid var(--bs-primary);
  3605.            border-top: 15px solid transparent;
  3606.            border-bottom: 15px solid transparent;
  3607.        }
  3608.        
  3609.        .post-image {
  3610.            display: none !important;
  3611.        }
  3612.    }
  3613. </style>
  3614.    
  3615.            </div>
  3616.        </div>
  3617.    </div>
  3618. </section>
  3619.  
  3620. <script>
  3621. document.addEventListener('DOMContentLoaded', function() {
  3622.    // Simple scroll animation
  3623.    const cards = document.querySelectorAll('.blog-card');
  3624.    
  3625.    const observer = new IntersectionObserver(function(entries) {
  3626.        entries.forEach(entry => {
  3627.            if (entry.isIntersecting) {
  3628.                entry.target.style.opacity = '1';
  3629.                entry.target.style.transform = 'translateY(0)';
  3630.            }
  3631.        });
  3632.    }, {
  3633.        threshold: 0.1
  3634.    });
  3635.  
  3636.    cards.forEach((card, index) => {
  3637.        card.style.opacity = '0';
  3638.        card.style.transform = 'translateY(30px)';
  3639.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3640.        observer.observe(card);
  3641.    });
  3642. });
  3643. </script>
  3644.  
  3645.    
  3646.        
  3647.        <!-- end wpo-blog-highlights-section -->
  3648.        <!-- start wpo-blog-sponsored-section -->
  3649.        
  3650.  
  3651.  
  3652.  
  3653.    
  3654.  
  3655.  
  3656.  
  3657. <section class="wpo-blog-sponsored-section section-padding">
  3658.    <div class="container-fluid fluid-container">
  3659.        <div class="wpo-section-title">
  3660.            <h2>sponsored news</h2>
  3661.        </div>
  3662.        <div class="row">
  3663.            <div class="wpo-blog-sponsored-wrap">
  3664.                <div class="wpo-blog-items">
  3665.                    <div class="row">
  3666.                        
  3667.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3668.                            <div class="wpo-blog-item">
  3669.                                <div class="wpo-blog-img">
  3670.                                    
  3671.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3672.                                    
  3673.                                    <div class="thumb bg-primary-gradient ">News</div>
  3674.                                </div>
  3675.                                <div class="wpo-blog-content">
  3676.                                    <h2>  <a href="/a-decade-long-liaison-from-erin-somers-the-middle-aged-infidelity-story-this-generation-needs/" class="top-color">
  3677.                                            A Decade-Long Liaison from Erin Somers: The Middle-Aged Infidelity Story This Generation Needs.
  3678.                                            </a>
  3679.                                    </h2>
  3680.                                    <ul>
  3681.                                        <li>
  3682.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;">
  3683.                                                </li>
  3684.                                        <li class="top-color">By Sean Reese</li>
  3685.                                        <li  class="top-color">16 May 2026</li>
  3686.                                    </ul>
  3687.                                </div>
  3688.                            </div>
  3689.                        </div>
  3690.                        
  3691.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3692.                            <div class="wpo-blog-item">
  3693.                                <div class="wpo-blog-img">
  3694.                                    
  3695.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3696.                                    
  3697.                                    <div class="thumb bg-primary-gradient ">News</div>
  3698.                                </div>
  3699.                                <div class="wpo-blog-content">
  3700.                                    <h2>  <a href="/leader-zelensky-says-the-nation-is-10-off-from-peace-but-not-at-any-price/" class="top-color">
  3701.                                            Leader Zelensky Says The Nation Is 10% Off from Peace, But Not at Any Price
  3702.                                            </a>
  3703.                                    </h2>
  3704.                                    <ul>
  3705.                                        <li>
  3706.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;">
  3707.                                                </li>
  3708.                                        <li class="top-color">By Sean Reese</li>
  3709.                                        <li  class="top-color">16 May 2026</li>
  3710.                                    </ul>
  3711.                                </div>
  3712.                            </div>
  3713.                        </div>
  3714.                        
  3715.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3716.                            <div class="wpo-blog-item">
  3717.                                <div class="wpo-blog-img">
  3718.                                    
  3719.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3720.                                    
  3721.                                    <div class="thumb bg-primary-gradient ">News</div>
  3722.                                </div>
  3723.                                <div class="wpo-blog-content">
  3724.                                    <h2>  <a href="/the-new-animated-series-introductory-sequence-chose-the-wrong-critical-role-track/" class="top-color">
  3725.                                            The New Animated Series&#x27; Introductory Sequence Chose the Wrong Critical Role Track
  3726.                                            </a>
  3727.                                    </h2>
  3728.                                    <ul>
  3729.                                        <li>
  3730.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;">
  3731.                                                </li>
  3732.                                        <li class="top-color">By Sean Reese</li>
  3733.                                        <li  class="top-color">16 May 2026</li>
  3734.                                    </ul>
  3735.                                </div>
  3736.                            </div>
  3737.                        </div>
  3738.                        
  3739.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3740.                            <div class="wpo-blog-item">
  3741.                                <div class="wpo-blog-img">
  3742.                                    
  3743.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3744.                                    
  3745.                                    <div class="thumb bg-primary-gradient ">News</div>
  3746.                                </div>
  3747.                                <div class="wpo-blog-content">
  3748.                                    <h2>  <a href="/leadership-changes-war-absent-media-key-challenges-to-environmental-advancement-that-dogged-cop30/" class="top-color">
  3749.                                            Leadership Changes, War, Absent Media: Key Challenges to Environmental Advancement That Dogged Cop30
  3750.                                            </a>
  3751.                                    </h2>
  3752.                                    <ul>
  3753.                                        <li>
  3754.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;">
  3755.                                                </li>
  3756.                                        <li class="top-color">By Sean Reese</li>
  3757.                                        <li  class="top-color">16 May 2026</li>
  3758.                                    </ul>
  3759.                                </div>
  3760.                            </div>
  3761.                        </div>
  3762.                        
  3763.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3764.                            <div class="wpo-blog-item">
  3765.                                <div class="wpo-blog-img">
  3766.                                    
  3767.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3768.                                    
  3769.                                    <div class="thumb bg-primary-gradient ">News</div>
  3770.                                </div>
  3771.                                <div class="wpo-blog-content">
  3772.                                    <h2>  <a href="/nutrition-assistance-expected-to-end-for-tens-of-millions-during-continuing-government-closure/" class="top-color">
  3773.                                            Nutrition Assistance Expected to End for Tens of Millions During Continuing Government Closure
  3774.                                            </a>
  3775.                                    </h2>
  3776.                                    <ul>
  3777.                                        <li>
  3778.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;">
  3779.                                                </li>
  3780.                                        <li class="top-color">By Sean Reese</li>
  3781.                                        <li  class="top-color">16 May 2026</li>
  3782.                                    </ul>
  3783.                                </div>
  3784.                            </div>
  3785.                        </div>
  3786.                        
  3787.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3788.                            <div class="wpo-blog-item">
  3789.                                <div class="wpo-blog-img">
  3790.                                    
  3791.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3792.                                    
  3793.                                    <div class="thumb bg-primary-gradient ">News</div>
  3794.                                </div>
  3795.                                <div class="wpo-blog-content">
  3796.                                    <h2>  <a href="/loss-hits-as-man-passes-away-after-ocean-retrieval-off-british-coast/" class="top-color">
  3797.                                            Loss Hits as Man Passes Away After Ocean Retrieval Off British Coast
  3798.                                            </a>
  3799.                                    </h2>
  3800.                                    <ul>
  3801.                                        <li>
  3802.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/816ef8d2-591c-41cb-a348-bbe5c6b63357_profile.png" alt="Sean Reese" style="object-fit: cover;">
  3803.                                                </li>
  3804.                                        <li class="top-color">By Sean Reese</li>
  3805.                                        <li  class="top-color">16 May 2026</li>
  3806.                                    </ul>
  3807.                                </div>
  3808.                            </div>
  3809.                        </div>
  3810.                        
  3811.  
  3812.                    </div>
  3813.                </div>
  3814.            </div>
  3815.        </div>
  3816.    </div> <!-- end container -->
  3817. </section>
  3818.  
  3819.  
  3820.    
  3821.        <!-- end wpo-blog-sponsored-section -->
  3822.        <!-- start wpo-subscribe-section -->
  3823.        
  3824.        <!-- end subscribe-section -->
  3825.        <!-- start of wpo-site-footer-section -->
  3826.        
  3827.  
  3828.  
  3829.  
  3830.  
  3831.  
  3832.  
  3833. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3834. <footer class="footer-v5 bg-primary-gradient border-top">
  3835.    
  3836.    <!-- Main Footer Content -->
  3837.    <div class="container-fluid py-5">
  3838.        
  3839.        <!-- Top Section with Logo and Description -->
  3840.        <div class="row mb-5">
  3841.            <div class="col-12 text-center">
  3842.                <div class="footer-brand mb-4">
  3843.                    
  3844.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/c8e896c6-d4b0-42c8-986c-f5510df83b64_logo.png" alt="Spinnet Blog" class="footer-logo mb-3" height="60">
  3845.                    
  3846.                    <h4 class="fw-bold footer-color mb-2">Spinnet Blog</h4>
  3847.                    <p class="footer-color opacity-50">Explore the latest in technology, AI advancements, and digital strategies on Spinnet&#x27;s blog. Stay updated with expert insights and practical tips for innovation.</p>
  3848.                </div>
  3849.            </div>
  3850.        </div>
  3851.  
  3852.        <!-- Content Grid -->
  3853.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3854.            
  3855.            <!-- Quick Links Column -->
  3856.            <div class="">
  3857.                <div class="footer-section">
  3858.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3859.                        Quick Links
  3860.                    </h6>
  3861.                    <ul class="list-unstyled footer-links">
  3862.                        
  3863.                        <li class="mb-2">
  3864.                            <a href="/the-hit-drama-confirmed-for-7th-series-on-the-british-broadcaster/"
  3865.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3866.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3867.                                The Hit Drama Confirmed for 7th Series on the British Broadcaster
  3868.                            </a>
  3869.                        </li>
  3870.                        
  3871.                        <li class="mb-2">
  3872.                            <a href="/emma-raducanu-wraps-up-this-years-campaign-and-will-keep-her-coach-into-the-2026-season/"
  3873.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3874.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3875.                                Emma Raducanu wraps up this year&#x27;s campaign and will keep her coach into the 2026 season.
  3876.                            </a>
  3877.                        </li>
  3878.                        
  3879.                        <li class="mb-2">
  3880.                            <a href="/three-xbox-game-pass-games-that-can-validate-your-membership-this-weekend-nov-21-23/"
  3881.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3882.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3883.                                Three Xbox Game Pass Games That Can Validate Your Membership This Weekend (Nov. 21-23)
  3884.                            </a>
  3885.                        </li>
  3886.                        
  3887.                        <li class="mb-2">
  3888.                            <a href="/pre-ashes-banter-intensifies-as-stuart-broad-calls-australia-the-weakest-since-2010/"
  3889.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3890.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3891.                                Pre-Ashes Banter Intensifies as Stuart Broad Calls Australia the Weakest Since 2010
  3892.                            </a>
  3893.                        </li>
  3894.                        
  3895.                        <li class="mb-2">
  3896.                            <a href="/stefanos-tsitsipas-contemplated-walking-away-amid-pain-filled-campaign/"
  3897.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3898.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3899.                                Stefanos Tsitsipas Contemplated Walking Away Amid Pain-Filled Campaign
  3900.                            </a>
  3901.                        </li>
  3902.                        
  3903.                        <li class="mb-2">
  3904.                            <a href="/spurs-centre-back-van-de-ven-expresses-surprise-at-postecoglou-dismissal/"
  3905.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3906.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3907.                                Spurs Centre-Back Van de Ven Expresses Surprise At Postecoglou Dismissal
  3908.                            </a>
  3909.                        </li>
  3910.                        
  3911.                    </ul>
  3912.                </div>
  3913.            </div>
  3914.  
  3915.            <!-- Resources Column -->
  3916.            <div class="">
  3917.                <div class="footer-section">
  3918.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3919.                        Resources
  3920.                    </h6>
  3921.                   <ul class="footer-links" id="footerLinks">
  3922.        
  3923.        
  3924.  
  3925.        
  3926.        
  3927.        
  3928.        
  3929.    </ul>
  3930.                </div>
  3931.            </div>
  3932.  
  3933.            <!-- Categories Column -->
  3934.            <div class="">
  3935.                <div class="footer-section">
  3936.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3937.                        Categories
  3938.                    </h6>
  3939.                    <div class="category-tags">
  3940.                      
  3941.                                <li>
  3942.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3943.                                        All Posts
  3944.                                    </a>
  3945.                                </li>
  3946.                                
  3947.                                <li>
  3948.                                    <a href="/category/business/" class="footer-link footer-color">
  3949.                                        Business
  3950.                                    </a>
  3951.                                </li>
  3952.                                
  3953.                                <li>
  3954.                                    <a href="/category/esports/" class="footer-link footer-color">
  3955.                                        Esports
  3956.                                    </a>
  3957.                                </li>
  3958.                                
  3959.                                <li>
  3960.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3961.                                        Fashion
  3962.                                    </a>
  3963.                                </li>
  3964.                                
  3965.                                <li>
  3966.                                    <a href="/category/featured/" class="footer-link footer-color">
  3967.                                        Featured
  3968.                                    </a>
  3969.                                </li>
  3970.                                
  3971.                                <li>
  3972.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3973.                                        Gaming
  3974.                                    </a>
  3975.                                </li>
  3976.                                
  3977.                    </div>
  3978.                </div>
  3979.            </div>
  3980.  
  3981.        </div>
  3982.  
  3983.    </div>
  3984.  
  3985.    <!-- Footer Bottom -->
  3986.    <div class="footer-bottom  border-top py-3">
  3987.        <div class="container-fluid fluid-container">
  3988.            <div class=" d-flex justify-content-between flex-wrap">
  3989.                <div class="">
  3990.                    <p class="mb-0 footer-color  ">
  3991.                        © 2026 <span class="fw-semibold footer-color">Spinnet Blog</span>. All rights reserved.
  3992.                    </p>
  3993.                </div>
  3994.                <div class="">
  3995.                    <div class="footer-nav">
  3996.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3997.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3998.                        </a>
  3999.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  4000.                            <i class="bi bi-file-text me-1"></i>Terms
  4001.                        </a>
  4002.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  4003.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  4004.                        </a>
  4005.                    </div>
  4006.                </div>
  4007.            </div>
  4008.        </div>
  4009.    </div>
  4010.  
  4011. </footer>
  4012.  
  4013. <style>
  4014. /* Footer V5 - Clean Minimalist Bootstrap Design */
  4015.  
  4016.  
  4017.  
  4018.  
  4019. .footer-logo {
  4020.    border-radius: 8px;
  4021. }
  4022.  
  4023. /* Footer Sections */
  4024. .footer-section {
  4025.    padding: 0 15px;
  4026. }
  4027.  
  4028. .footer-section h6 {
  4029.    position: relative;
  4030.    padding-bottom: 8px;
  4031. }
  4032.  
  4033. .footer-section h6::after {
  4034.    content: '';
  4035.    position: absolute;
  4036.    bottom: 0;
  4037.    left: 0;
  4038.    width: 30px;
  4039.    height: 2px;
  4040.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  4041.    border-radius: 1px;
  4042. }
  4043.  
  4044. /* Links Styling */
  4045. .footer-links a {
  4046.    transition: all 0.3s ease;
  4047.    padding: 4px 0;
  4048.    border-radius: 4px;
  4049. }
  4050.  
  4051. .footer-links a:hover {
  4052.    color: var(--bs-primary) !important;
  4053.    padding-left: 8px;
  4054. }
  4055.  
  4056. .footer-links a:hover i {
  4057.    transform: translateX(2px);
  4058. }
  4059.  
  4060. /* Category Tags */
  4061. .category-tag {
  4062.    transition: all 0.3s ease;
  4063.    padding: 6px 12px !important;
  4064.    font-size: 0.875rem;
  4065. }
  4066.  
  4067.  
  4068.  
  4069. /* Footer Bottom */
  4070. .footer-bottom {
  4071.    backdrop-filter: blur(10px);
  4072. }
  4073.  
  4074. /* Responsive Design */
  4075. @media (max-width: 768px) {
  4076.    .footer-v5 {
  4077.        margin-top: 60px;
  4078.    }
  4079.    
  4080.    .footer-section {
  4081.        text-align:start;
  4082.        margin-bottom: 40px;
  4083.    }
  4084.    
  4085.    .footer-links a,
  4086.    .category-tags {
  4087.        justify-content:start;
  4088.    }
  4089.    
  4090.    .social-links .d-flex {
  4091.        justify-content:start;
  4092.    }
  4093. }
  4094.  
  4095. @media (max-width: 576px) {
  4096.    .footer-brand h4 {
  4097.        font-size: 1.25rem;
  4098.    }
  4099.    
  4100.    .stats-item h5 {
  4101.        font-size: 1.1rem;
  4102.    }
  4103.    
  4104.    .newsletter-form .btn {
  4105.        padding: 8px 12px;
  4106.    }
  4107. }
  4108.  
  4109. /* Animation Classes */
  4110. .fade-in {
  4111.    animation: fadeIn 0.6s ease-in;
  4112. }
  4113.  
  4114. @keyframes fadeIn {
  4115.    from { opacity: 0; transform: translateY(20px); }
  4116.    to { opacity: 1; transform: translateY(0); }
  4117. }
  4118.  
  4119. /* Loading State */
  4120. .loading {
  4121.    pointer-events: none;
  4122.    opacity: 0.7;
  4123. }
  4124.  
  4125. .loading .btn {
  4126.    position: relative;
  4127. }
  4128.  
  4129. .loading .btn::after {
  4130.    content: '';
  4131.    position: absolute;
  4132.    top: 50%;
  4133.    left: 50%;
  4134.    width: 16px;
  4135.    height: 16px;
  4136.    margin: -8px 0 0 -8px;
  4137.    border: 2px solid transparent;
  4138.    border-top-color: currentColor;
  4139.    border-radius: 50%;
  4140.    animation: spin 1s linear infinite;
  4141. }
  4142.  
  4143. @keyframes spin {
  4144.    to { transform: rotate(360deg); }
  4145. }
  4146.  
  4147. /* Utility Classes */
  4148. .text-gradient {
  4149.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  4150.    -webkit-background-clip: text;
  4151.    -webkit-text-fill-color: transparent;
  4152.    background-clip: text;
  4153. }
  4154.  
  4155. .hover-lift {
  4156.    transition: transform 0.3s ease;
  4157. }
  4158.  
  4159. .hover-lift:hover {
  4160.    transform: translateY(-2px);
  4161. }
  4162. </style>
  4163.  
  4164.  
  4165. <script>
  4166. document.addEventListener('DOMContentLoaded', function() {
  4167.    
  4168.    // Initialize Bootstrap tooltips
  4169.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  4170.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  4171.        return new bootstrap.Tooltip(tooltipTriggerEl);
  4172.    });
  4173.  
  4174.    // Newsletter form handling
  4175.    const newsletterForm = document.querySelector('.newsletter-form');
  4176.    if (newsletterForm) {
  4177.        newsletterForm.addEventListener('submit', function(e) {
  4178.            e.preventDefault();
  4179.            
  4180.            const email = this.querySelector('input[name="email"]').value.trim();
  4181.            const submitBtn = this.querySelector('button[type="submit"]');
  4182.            const originalContent = submitBtn.innerHTML;
  4183.            
  4184.            // Validate email
  4185.            if (!email || !isValidEmail(email)) {
  4186.                showToast('Please enter a valid email address', 'error');
  4187.                return;
  4188.            }
  4189.            
  4190.            // Show loading state
  4191.            this.classList.add('loading');
  4192.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  4193.            submitBtn.disabled = true;
  4194.            
  4195.            // Simulate API call
  4196.            setTimeout(() => {
  4197.                // Success state
  4198.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  4199.                submitBtn.classList.remove('btn-primary');
  4200.                submitBtn.classList.add('btn-success');
  4201.                
  4202.                showToast('Successfully subscribed to newsletter!', 'success');
  4203.                
  4204.                // Reset form
  4205.                setTimeout(() => {
  4206.                    this.classList.remove('loading');
  4207.                    submitBtn.innerHTML = originalContent;
  4208.                    submitBtn.classList.remove('btn-success');
  4209.                    submitBtn.classList.add('btn-primary');
  4210.                    submitBtn.disabled = false;
  4211.                    this.reset();
  4212.                }, 2000);
  4213.                
  4214.            }, 1500);
  4215.        });
  4216.    }
  4217.    
  4218.    // Email validation function
  4219.    function isValidEmail(email) {
  4220.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4221.        return emailRegex.test(email);
  4222.    }
  4223.    
  4224.    // Toast notification function
  4225.    function showToast(message, type = 'info') {
  4226.        // Remove existing toasts
  4227.        const existingToasts = document.querySelectorAll('.custom-toast');
  4228.        existingToasts.forEach(toast => toast.remove());
  4229.        
  4230.        // Create toast
  4231.        const toast = document.createElement('div');
  4232.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  4233.        toast.style.zIndex = '9999';
  4234.        toast.innerHTML = `
  4235.            <div class="d-flex align-items-center">
  4236.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  4237.                <span>${message}</span>
  4238.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  4239.            </div>
  4240.        `;
  4241.        
  4242.        document.body.appendChild(toast);
  4243.        
  4244.        // Auto remove after 4 seconds
  4245.        setTimeout(() => {
  4246.            if (toast && toast.parentNode) {
  4247.                toast.remove();
  4248.            }
  4249.        }, 4000);
  4250.    }
  4251.    
  4252.    // Smooth scroll for internal links
  4253.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  4254.        anchor.addEventListener('click', function(e) {
  4255.            e.preventDefault();
  4256.            const target = document.querySelector(this.getAttribute('href'));
  4257.            if (target) {
  4258.                target.scrollIntoView({
  4259.                    behavior: 'smooth',
  4260.                    block: 'start'
  4261.                });
  4262.            }
  4263.        });
  4264.    });
  4265.    
  4266.    // Add fade-in animation to footer sections on scroll
  4267.    const observerOptions = {
  4268.        threshold: 0.1,
  4269.        rootMargin: '0px 0px -50px 0px'
  4270.    };
  4271.    
  4272.    const sectionObserver = new IntersectionObserver((entries) => {
  4273.        entries.forEach(entry => {
  4274.            if (entry.isIntersecting) {
  4275.                entry.target.classList.add('fade-in');
  4276.            }
  4277.        });
  4278.    }, observerOptions);
  4279.    
  4280.    // Observe footer sections
  4281.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  4282.        sectionObserver.observe(section);
  4283.    });
  4284.    
  4285.    // Enhanced hover effects for category tags
  4286.    document.querySelectorAll('.category-tag').forEach(tag => {
  4287.        tag.addEventListener('mouseenter', function() {
  4288.            this.style.transform = 'translateY(-2px) scale(1.02)';
  4289.        });
  4290.        
  4291.        tag.addEventListener('mouseleave', function() {
  4292.            this.style.transform = 'translateY(0) scale(1)';
  4293.        });
  4294.    });
  4295.    
  4296.    // Prevent default for demo links
  4297.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4298.        link.addEventListener('click', function(e) {
  4299.            e.preventDefault();
  4300.        });
  4301.    });
  4302.    
  4303.    // Add click ripple effect to buttons
  4304.    document.querySelectorAll('.btn').forEach(btn => {
  4305.        btn.addEventListener('click', function(e) {
  4306.            const ripple = document.createElement('span');
  4307.            const rect = this.getBoundingClientRect();
  4308.            const size = Math.max(rect.width, rect.height);
  4309.            const x = e.clientX - rect.left - size / 2;
  4310.            const y = e.clientY - rect.top - size / 2;
  4311.            
  4312.            ripple.style.cssText = `
  4313.                position: absolute;
  4314.                left: ${x}px;
  4315.                top: ${y}px;
  4316.                width: ${size}px;
  4317.                height: ${size}px;
  4318.                border-radius: 50%;
  4319.                background: rgba(255, 255, 255, 0.4);
  4320.                transform: scale(0);
  4321.                animation: ripple-effect 0.6s linear;
  4322.                pointer-events: none;
  4323.            `;
  4324.            
  4325.            this.style.position = 'relative';
  4326.            this.style.overflow = 'hidden';
  4327.            this.appendChild(ripple);
  4328.            
  4329.            setTimeout(() => ripple.remove(), 600);
  4330.        });
  4331.    });
  4332.    
  4333. });
  4334.  
  4335. // Add ripple animation CSS
  4336. const rippleCSS = document.createElement('style');
  4337. rippleCSS.textContent = `
  4338.    @keyframes ripple-effect {
  4339.        to {
  4340.            transform: scale(4);
  4341.            opacity: 0;
  4342.        }
  4343.    }
  4344. `;
  4345. document.head.appendChild(rippleCSS);
  4346.  
  4347. document.addEventListener('DOMContentLoaded', function () {
  4348.    var btn = document.getElementById('toggleFooterLinks');
  4349.    if (!btn) return; // No extra links, no button
  4350.  
  4351.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4352.  
  4353.    btn.addEventListener('click', function () {
  4354.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4355.            return li.classList.contains('d-none');
  4356.        });
  4357.  
  4358.        extras.forEach(function (li) {
  4359.            if (anyHidden) {
  4360.                li.classList.remove('d-none');
  4361.                li.classList.add('show');
  4362.            } else {
  4363.                li.classList.add('d-none');
  4364.                li.classList.remove('show');
  4365.            }
  4366.        });
  4367.  
  4368.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4369.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4370.    });
  4371. });
  4372.  
  4373. </script>
  4374.  
  4375.        <!-- end of wpo-site-footer-section -->
  4376.    </div>
  4377.    <!-- end of page-wrapper -->
  4378.  
  4379.    <!-- All JavaScript files
  4380.    ================================================== -->
  4381.    
  4382.  
  4383. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4384. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4385. <!-- Plugins for this template -->
  4386. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4387. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4388. <!-- Custom script for this template -->
  4389. <script src="/static/blogapp/assets/js/script.js"></script>
  4390.  
  4391. <script>
  4392. (function () {
  4393. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4394. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4395.  
  4396. function applyFallback(img) {
  4397. if (!img || img.dataset.fallbackApplied === "1") {
  4398. return;
  4399. }
  4400. var failedSrc = img.currentSrc || img.src || "";
  4401. img.dataset.fallbackApplied = "1";
  4402. img.onerror = null;
  4403. img.src = fallbackImageSrc;
  4404. console.warn("[ImageFallback] Replaced broken image:", {
  4405. failedSrc: failedSrc,
  4406. fallbackSrc: fallbackImageSrc,
  4407. alt: img.alt || "",
  4408. });
  4409. }
  4410.  
  4411. document.querySelectorAll("img").forEach(function (img) {
  4412. if (img.complete && img.naturalWidth === 0) {
  4413. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4414. failedSrc: img.currentSrc || img.src || "",
  4415. alt: img.alt || "",
  4416. });
  4417. applyFallback(img);
  4418. }
  4419. });
  4420.  
  4421. document.addEventListener(
  4422. "error",
  4423. function (event) {
  4424. var target = event.target;
  4425. if (target && target.tagName === "IMG") {
  4426. applyFallback(target);
  4427. }
  4428. },
  4429. true
  4430. );
  4431. })();
  4432. </script>
  4433.  
  4434. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4435.  
  4436.  
  4437.  
  4438. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"ec16bd9b8e0b4c0dbe759ef08f1f948a","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4439. </body>
  4440.  
  4441. </html>
  4442.  
  4443.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda