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

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