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://zonexcollective.co.uk

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="domine">
  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_20_Rbmeoic_EjjcZrJ_vdZrmzF.png">
  14.    
  15.  
  16.    <title>Zonex Collective: Creative Insights &amp; Digital Innovation Blog</title>
  17.    <meta name="description" content="Explore the latest trends in digital innovation, creative strategies, and tech insights at Zonex Collective. Join our community of forward-thinkers.">
  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://zonexcollective.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #00c4b4;
  42.        --bs-primary-rgb: 00c4b4;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #ecfdf5;
  49.        --bs-dark: #134e4a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #00c4b4;
  53.        --theme-primary-color-s2: #00c4b4;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #134e4a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #134e4a;
  59.        --border-color: #99f6e4;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #ccfbf1;
  75.        --navbar-color: #134e4a;
  76.        --topbar-bg: #ecfdf5;
  77.        --topbar-color: #134e4a;
  78.        --footer-bg: #134e4a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 14px;
  83.        --link-color: #00c4b4;
  84.        --link-hover: #00a896;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(0, 196, 180, 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_44">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <style>
  406.    /* General styling for top bar */
  407.    .unique-topbar-v7 {
  408.        background-color: var(--topbar-bg);
  409.        color: #fff;
  410.      
  411.    }
  412.    .unique-v7 {
  413.        padding: 10px 30px;
  414.        display: flex;
  415.        align-items: center;
  416.        justify-content: space-between; /* Ensure it stretches across */
  417.    }
  418.  
  419.    .unique-menu-btn-v7 {
  420.        border: none;
  421.        max-width: 145px !important;
  422.        padding: 8px;
  423.        cursor: pointer;
  424.        border-radius: 5px;
  425.    }
  426.  
  427.    .unique-news-container-v7 {
  428.        display: flex;
  429.        align-items: center;
  430.        overflow: hidden;
  431.        width: fit-content;
  432.        flex-grow: 1; /* Take remaining space */
  433.        height: 60px;
  434.    }
  435.  
  436.    .unique-news-wrapper-v7 {
  437.        display: flex;
  438.        flex-direction: row;
  439.        align-items: center;
  440.        padding: 5px;
  441.    }
  442.  
  443.    .unique-news-item-v7 {
  444.        opacity: 0;
  445.        transform: translateX(100px);
  446.        transition: all 0.5s ease;
  447.        font-size: 16px;
  448.        color: var(--topbar-color);
  449.        height: 0;
  450.        width: 0;
  451.    }
  452.    
  453.    .unique-news-item-v7.active-v7 {
  454.        padding: 10px;
  455.        opacity: 1;
  456.          height: auto;
  457.        width: auto;
  458.        margin-right: 20px;
  459.        transform: translateX(0);
  460.    }
  461.  
  462.    .unique-news-item-v7.exit-up-v7 {
  463.        opacity: 0;
  464.        transform: translateX(-100px); /* Move news item left */
  465.    }
  466.  
  467.    /* Social Icons in Inline */
  468.    .contact-info-v7 {
  469.        display: flex;
  470.        gap: 10px;
  471.    }
  472.  
  473.    .contact-info-v7 ul {
  474.        display: flex;
  475.        gap: 15px;
  476.        list-style: none;
  477.    }
  478.  
  479.    .social-icon-v7 {
  480.        color: var(--topbar-color) !important;
  481.        font-size: 20px;
  482.        text-decoration: none;
  483.    }
  484.  
  485.    .social-icon-v7:hover {
  486.        color: #1da1f2;
  487.    }
  488. </style>
  489.  
  490. <div class="unique-topbar-v7">
  491.    <div class="fluid-container unique-v7 container-fluid">
  492.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  493.      
  494.        <div class="unique-news-container-v7">
  495.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  496.                <!-- News items will be added dynamically -->
  497.            </div>
  498.        </div>
  499.      
  500.        <div class="contact-info-v7">
  501.            <ul>
  502.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  503.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  506.            </ul>
  507.        </div>
  508.    </div>
  509. </div>
  510.  
  511. <script>
  512.    // Build array dynamically from Django context
  513.    const newsItems = [
  514.        
  515.            { title: "His Unprecedented Shadow in The Sporting World Hit A Peak in 2025. The Coming Year Threatens to Take It Further.", url: "/his-unprecedented-shadow-in-the-sporting-world-hit-a-peak-in-2025-the-coming-year-threatens-to-take-it-further/" },
  516.        
  517.            { title: "We Got Dismissed, and We\u0027re Embracing It – This Is How to Find a New Job That Suits You Personally", url: "/we-got-dismissed-and-were-embracing-it-this-is-how-to-find-a-new-job-that-suits-you-personally/" },
  518.        
  519.            { title: "Stay active as you work? 10 fitness\u002Denhancing desk exercises you can do in regular outfits", url: "/stay-active-as-you-work-10-fitness-enhancing-desk-exercises-you-can-do-in-regular-outfits/" },
  520.        
  521.            { title: "Anno 117 Pax Romana\u0027s Best\u002DKept Secret Reveals Itself as a Impressive First\u002DPerson View.", url: "/anno-117-pax-romanas-best-kept-secret-reveals-itself-as-a-impressive-first-person-view/" },
  522.        
  523.            { title: "How to Choose the Perfect Online Slot Game for You", url: "/how-to-choose-the-perfect-online-slot-game-for-you-8003/" }
  524.        
  525.    ];
  526.  
  527.    let currentNewsIndex = 0;
  528.    const newsWrapper = document.getElementById('newsWrapper-v7');
  529.    let newsElements = [];
  530.  
  531.    // Create news elements
  532.    function createNewsElements() {
  533.        newsItems.forEach((news, index) => {
  534.            const newsElement = document.createElement('div');
  535.            newsElement.className = 'unique-news-item-v7';
  536.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  537.            newsWrapper.appendChild(newsElement);
  538.            newsElements.push(newsElement);
  539.        });
  540.  
  541.        if (newsElements.length > 0) {
  542.            newsElements[0].classList.add('active-v7');
  543.        }
  544.    }
  545.  
  546.    // Animate news change
  547.    function changeNews() {
  548.        const currentElement = newsElements[currentNewsIndex];
  549.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  550.        const nextElement = newsElements[nextIndex];
  551.  
  552.        currentElement.classList.remove('active-v7');
  553.        currentElement.classList.add('exit-up-v7');
  554.  
  555.        setTimeout(() => {
  556.            nextElement.classList.add('active-v7');
  557.            currentNewsIndex = nextIndex;
  558.  
  559.            setTimeout(() => {
  560.                currentElement.classList.remove('exit-up-v7');
  561.            }, 100);
  562.        }, 250);
  563.    }
  564.  
  565.    // Start news rotation
  566.    function startNewsRotation() {
  567.        setInterval(changeNews, 5000);
  568.    }
  569.  
  570.    window.onload = function() {
  571.        createNewsElements();
  572.        startNewsRotation();
  573.    };
  574. </script>
  575.  
  576.  
  577.  
  578.            
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. <header class="header-v2 mb-4">
  586.    <div class="main-header-v2">
  587.        <div class="container-fluid fluid-container">
  588.            <div class="row align-items-center">
  589.                <div class="col-lg-3 col-md-4 col-6">
  590.                   <div class="logo-area-v2">
  591.                        <a class="navbar-brand" href="/">
  592.                            
  593.                                Zonex Collective
  594.                            
  595.                        </a>
  596.                    </div>
  597.                </div>
  598.  
  599.                <div class="col-lg-6 col-md-8 col-6 d-none d-md-block">
  600.                    <div class="search-area-v2">
  601.                        <form class="search-wrapper-v2" action="#" method="get">
  602.                            <input type="search" class="search-field-v2"
  603.                                placeholder="Search articles, news, tutorials..." name="q" id="search-input1">
  604.                            <!-- <button type="submit" class="search-button-v2">
  605.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  606.                                    stroke-width="2">
  607.                                    <circle cx="11" cy="11" r="8"></circle>
  608.                                    <path d="m21 21-4.35-4.35"></path>
  609.                                </svg>
  610.                                <span>Search</span>
  611.                            </button> -->
  612.                            <!-- The search results will be displayed here -->
  613.                        </form>
  614.                        <div id="search-results1" class="search-results-container search-v1"></div>
  615.                    </div>
  616.                </div>
  617.            </div>
  618.  
  619.            <!-- Mobile Search -->
  620.            <div class="row d-md-none">
  621.                <div class="col-12">
  622.                    <div class="search-area-v2">
  623.                        <form class="search-wrapper-v2" action="#" method="get">
  624.                            <input type="search" class="search-field-v2" placeholder="Search..." name="q" id="search-input">
  625.                            <!-- <button type="submit" class="search-button-v2">
  626.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  627.                                    stroke-width="2">
  628.                                    <circle cx="11" cy="11" r="8"></circle>
  629.                                    <path d="m21 21-4.35-4.35"></path>
  630.                                </svg>
  631.                                <span>Search</span>
  632.                            </button> -->
  633.                        <!-- The search results will be displayed here -->
  634.                    </form>
  635.                    <div id="search-results12" class="search-results-container search-v1"></div>
  636.                    </div>
  637.                </div>
  638.            </div>
  639.        </div>
  640.    </div>
  641.  
  642.    <!-- Navigation Bar -->
  643.    <nav class="nav-bar-v2">
  644.        <div class="container-fluid fluid-container">
  645.            <div class="nav-container-v2 py-2">
  646.  
  647.                <!-- Mobile Menu Toggle -->
  648.                <button class="mobile-toggle d-lg-none" type="button" onclick="toggleMobileMenu()">
  649.                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  650.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  651.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  652.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  653.                    </svg>
  654.                    Menu
  655.                </button>
  656.  
  657.                <!-- Navigation Menu -->
  658.                <ul class="nav-menu-v2" id="navMenu">
  659.  
  660.                    
  661.                    <li class="nav-item-v2">
  662.                        <a href="/" class="nav-link-v2 active-v2">Home</a>
  663.                    </li>
  664.  
  665.                    
  666.                    
  667.                     <li class="nav-item-v2">
  668.                        <a href="/category/all-posts/" class="nav-link-v2">
  669.                            All Posts
  670.                        </a>
  671.                        </li>
  672.  
  673.                        
  674.  
  675.                                
  676.                                
  677.                        
  678.                     <li class="nav-item-v2">
  679.                        <a href="/category/business/" class="nav-link-v2">
  680.                            Business
  681.                        </a>
  682.                        </li>
  683.  
  684.                        
  685.  
  686.                                
  687.                                
  688.                        
  689.                     <li class="nav-item-v2">
  690.                        <a href="/category/esports/" class="nav-link-v2">
  691.                            Esports
  692.                        </a>
  693.                        </li>
  694.  
  695.                        
  696.  
  697.                                
  698.                                
  699.                        
  700.                     <li class="nav-item-v2">
  701.                        <a href="/category/fashion/" class="nav-link-v2">
  702.                            Fashion
  703.                        </a>
  704.                        </li>
  705.  
  706.                        
  707.  
  708.                                
  709.                                
  710.                        
  711.                     <li class="nav-item-v2">
  712.                        <a href="/category/featured/" class="nav-link-v2">
  713.                            Featured
  714.                        </a>
  715.                        </li>
  716.  
  717.                        
  718.  
  719.                                
  720.                                
  721.                        
  722.                    
  723.                        
  724.                        <li class="nav-item-v2" onclick="toggleDropdown(this, event)">
  725.                            <a href="#" class="nav-link-v2">
  726.                                More
  727.                                <svg class="d-lg-none" width="12" height="12" style="margin-left: 5px;"
  728.                                    viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  729.                                    <path d="m6 9 6 6 6-6"></path>
  730.                                </svg>
  731.                            </a>
  732.                            <div class="dropdown-v2">
  733.                                <a href="/category/gaming/" class="dropdown-link-v2">
  734.                                    Gaming
  735.                                </a>
  736.                                
  737.  
  738.                                
  739.                                
  740.                        
  741.                    
  742.                                <a href="/category/health/" class="dropdown-link-v2">
  743.                                    Health
  744.                                </a>
  745.                                
  746.  
  747.                                
  748.                                
  749.                        
  750.                    
  751.                                <a href="/category/life-fitness/" class="dropdown-link-v2">
  752.                                    Life &amp; Fitness
  753.                                </a>
  754.                                
  755.  
  756.                                
  757.                                
  758.                        
  759.                    
  760.                                <a href="/category/lifestyle/" class="dropdown-link-v2">
  761.                                    Lifestyle
  762.                                </a>
  763.                                
  764.  
  765.                                
  766.                                
  767.                        
  768.                    
  769.                                <a href="/category/news/" class="dropdown-link-v2">
  770.                                    News
  771.                                </a>
  772.                                
  773.  
  774.                                
  775.                                
  776.                        
  777.                    
  778.                                <a href="/category/others/" class="dropdown-link-v2">
  779.                                    Others
  780.                                </a>
  781.                                
  782.  
  783.                                
  784.                                
  785.                        
  786.                    
  787.                                <a href="/category/politics/" class="dropdown-link-v2">
  788.                                    Politics
  789.                                </a>
  790.                                
  791.  
  792.                                
  793.                                
  794.                        
  795.                    
  796.                                <a href="/category/sports/" class="dropdown-link-v2">
  797.                                    Sports
  798.                                </a>
  799.                                
  800.  
  801.                                
  802.                                
  803.                        
  804.                    
  805.                                <a href="/category/tech/" class="dropdown-link-v2">
  806.                                    Tech
  807.                                </a>
  808.                                
  809.  
  810.                                
  811.                                
  812.                        
  813.                    
  814.                                <a href="/category/travel/" class="dropdown-link-v2">
  815.                                    Travel
  816.                                </a>
  817.                                
  818.  
  819.                                
  820.                                
  821.                            </div>
  822.                        </li>
  823.                        
  824.                        
  825. <li>
  826.                  <a href="/page/contact-us/">
  827.                     Contact Us
  828.                  </a>
  829.              </li>
  830.                </ul>
  831.  
  832.            </div>
  833.        </div>
  834.    </nav>
  835. </header>
  836.  
  837. <script>
  838.    function toggleMobileMenu() {
  839.        const navMenu = document.getElementById('navMenu');
  840.        navMenu.classList.toggle('show');
  841.    }
  842.  
  843.    function toggleDropdown(element, event) {
  844.        // Only handle dropdown toggle on mobile
  845.        if (window.innerWidth < 992) {
  846.            event.preventDefault();
  847.            element.classList.toggle('dropdown-open');
  848.        }
  849.    }
  850.  
  851.    // Close mobile menu when clicking outside
  852.    document.addEventListener('click', function (event) {
  853.        const navMenu = document.getElementById('navMenu');
  854.        const mobileToggle = document.querySelector('.mobile-toggle');
  855.  
  856.        if (!navMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  857.            navMenu.classList.remove('show');
  858.        }
  859.    });
  860.  
  861.    // Handle window resize
  862.    window.addEventListener('resize', function () {
  863.        const navMenu = document.getElementById('navMenu');
  864.        if (window.innerWidth >= 992) {
  865.            navMenu.classList.remove('show');
  866.            // Remove all dropdown-open classes
  867.            document.querySelectorAll('.dropdown-open').forEach(item => {
  868.                item.classList.remove('dropdown-open');
  869.            });
  870.        }
  871.    });
  872. </script>
  873.  
  874. <script>
  875.  document.addEventListener("DOMContentLoaded", function () {
  876.    console.log("loaded");
  877.  
  878.    //const searchInput = document.getElementById("search-input1");
  879.     const searchInput = window.innerWidth <= 991
  880.      ? document.getElementById("search-input")
  881.      : document.getElementById("search-input1");
  882.    const searchResults = window.innerWidth <= 991
  883.      ? document.getElementById("search-results12") :document.getElementById("search-results1");
  884.  
  885.    if (!searchInput || !searchResults) {
  886.      console.error("Search input/results not found");
  887.      return;
  888.    }
  889.  
  890.    // Prevent form submission
  891.    if (searchInput.form) {
  892.      searchInput.form.addEventListener("submit", function (e) {
  893.        e.preventDefault();
  894.      });
  895.    }
  896.  
  897.    // Add event listener for keyup
  898.    searchInput.addEventListener("keyup", function (e) {
  899.      console.log("Key pressed:", e.key);
  900.      e.preventDefault();
  901.  
  902.      const query = searchInput.value.trim();
  903.      console.log("User is typing: " + query);
  904.  
  905.      // If empty → clear and hide
  906.      if (query === "") {
  907.        searchResults.innerHTML = "";
  908.        searchResults.style.display = "none";
  909.        return;
  910.      }
  911.  
  912.      // Show results
  913.      searchResults.style.display = "block";
  914.  
  915.      // Fetch search results
  916.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  917.        method: "GET",
  918.        headers: { "X-Requested-With": "XMLHttpRequest" },
  919.      })
  920.        .then(response => {
  921.          console.log("Response Status:", response.status);
  922.          return response.json();
  923.        })
  924.        .then(data => {
  925.          console.log("Data received:", data);
  926.          if (data.html) {
  927.            searchResults.innerHTML = data.html;
  928.          } else {
  929.            searchResults.innerHTML = "<p>No results found.</p>";
  930.          }
  931.        })
  932.        .catch(error => {
  933.          console.error("Error fetching search results:", error);
  934.        });
  935.    });
  936.  
  937.    // Close results when clicking outside
  938.    document.addEventListener("click", function (e) {
  939.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  940.        searchResults.style.display = "none";
  941.      }
  942.    });
  943.  
  944.    // Close results on ESC key
  945.    document.addEventListener("keydown", function (e) {
  946.      if (e.key === "Escape") {
  947.        searchResults.style.display = "none";
  948.      }
  949.    });
  950.  });
  951. </script>
  952.  
  953. <style>
  954.        /* search field */
  955.  .search-results-container {
  956.  position: absolute;
  957.  top: 100%; /* Position it below the input field */
  958.  left: 10px;
  959.  right: 10px;
  960.  background-color: white;
  961.  border: 1px solid #ddd;
  962.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  963.  max-height: 300px;
  964.  overflow-y: auto;
  965.  z-index: 1000;
  966.  display: none; /* Initially hidden */
  967. }
  968.  
  969. .search-results-container p {
  970.  margin: 0;
  971. }
  972.  
  973. .search-results-container .result-item {
  974.  padding: 10px;
  975.  cursor: pointer;
  976. }
  977.  
  978. .search-results-container .result-item:hover {
  979.  background-color: #f0f0f0;
  980. }
  981. </style>
  982.  
  983.        </header>
  984.        <!-- end of header -->
  985.        <!-- start of wpo-blog-hero -->
  986.        
  987.  
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994. <style>
  995. .blog-hero-section {
  996.    padding: 3rem 0;
  997. }
  998.  
  999.  
  1000. .hero-grid {
  1001.    display: grid;
  1002.    grid-template-columns: 2fr 1fr 1fr;
  1003.    grid-template-rows: 1fr 1fr;
  1004.    gap: 1.5rem;
  1005.    height: 500px;
  1006. }
  1007.  
  1008. .hero-card {
  1009.    background: var(--card-bg);
  1010.    border-radius: 12px;
  1011.    overflow: hidden;
  1012.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1013.    transition: all 0.3s ease;
  1014.    position: relative;
  1015. }
  1016.  
  1017. .hero-card:hover {
  1018.    transform: translateY(-8px);
  1019.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1020. }
  1021.  
  1022. .main-hero {
  1023.    grid-row: 1 / -1;
  1024.    grid-column: 1;
  1025. }
  1026.  
  1027. .card-image {
  1028.    width: 100%;
  1029.    height: 60%;
  1030.    object-fit: cover;
  1031.    transition: transform 0.3s ease;
  1032. }
  1033.  
  1034. .main-hero .card-image {
  1035.    height: 65%;
  1036. }
  1037.  
  1038. .hero-card:hover .card-image {
  1039.    transform: scale(1.05);
  1040. }
  1041.  
  1042. .card-content {
  1043.    padding: 1.5rem;
  1044.    height: 40%;
  1045.    display: flex;
  1046.    flex-direction: column;
  1047.    justify-content: space-between;
  1048. }
  1049.  
  1050. .main-hero .card-content {
  1051.    height: 35%;
  1052. }
  1053.  
  1054. .category-badge {
  1055.    display: inline-block;
  1056.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1057.    color: white;
  1058.    padding: 0.4rem 1rem;
  1059.    border-radius: 20px;
  1060.    font-size: 0.8rem;
  1061.    font-weight: 600;
  1062.    text-transform: uppercase;
  1063.    letter-spacing: 0.5px;
  1064.    margin-bottom: 0.8rem;
  1065.    width: fit-content;
  1066. }
  1067.  
  1068. .card-title {
  1069.    font-size: 1.1rem;
  1070.    font-weight: 700;
  1071.    line-height: 1.4;
  1072.    margin-bottom: 0.5rem;
  1073. }
  1074.  
  1075. .main-hero .card-title {
  1076.    font-size: 1.6rem;
  1077.    line-height: 1.3;
  1078.    margin-bottom: 0.8rem;
  1079. }
  1080.  
  1081. .card-title a {
  1082.    color: var(--top-color);
  1083.    text-decoration: none;
  1084.    transition: color 0.3s ease;
  1085. }
  1086.  
  1087.  
  1088. .card-description {
  1089.    color: var(--top-color);
  1090.    line-height: 1.6;
  1091.    margin-bottom: 1rem;
  1092.    display: -webkit-box;
  1093.    -webkit-line-clamp: 2;
  1094.    -webkit-box-orient: vertical;
  1095.    overflow: hidden;
  1096. }
  1097.  
  1098. .main-hero .card-description {
  1099.    -webkit-line-clamp: 3;
  1100. }
  1101.  
  1102. .card-meta {
  1103.    display: flex;
  1104.    align-items: center;
  1105.    justify-content: space-between;
  1106.    margin-top: auto;
  1107. }
  1108.  
  1109. .author-section {
  1110.    display: flex;
  1111.    align-items: center;
  1112.    gap: 0.8rem;
  1113. }
  1114.  
  1115. .author-avatar {
  1116.    width: 35px;
  1117.    height: 35px;
  1118.    border-radius: 50%;
  1119.    object-fit: cover;
  1120.    border: 2px solid #f8f9fa;
  1121. }
  1122.  
  1123. .author-name {
  1124.    color: #667eea;
  1125.    text-decoration: none;
  1126.    font-weight: 600;
  1127.    font-size: 0.9rem;
  1128. }
  1129.  
  1130. .author-name:hover {
  1131.    text-decoration: underline;
  1132. }
  1133.  
  1134. .publish-date {
  1135.    color: #95a5a6;
  1136.    font-size: 0.85rem;
  1137.    font-weight: 500;
  1138. }
  1139.  
  1140. .side-card-1 {
  1141.    grid-column: 2;
  1142.    grid-row: 1;
  1143. }
  1144.  
  1145. .side-card-2 {
  1146.    grid-column: 3;
  1147.    grid-row: 1;
  1148. }
  1149.  
  1150. .side-card-3 {
  1151.    grid-column: 2 / 4;
  1152.    grid-row: 2;
  1153. }
  1154.  
  1155. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1156. @media (min-width: 992px) {
  1157.    
  1158.    .main-hero .card-image,
  1159.    .side-card-1 .card-image,
  1160.    .side-card-2 .card-image {
  1161.        height: 100%;
  1162.    }
  1163.    
  1164.    .main-hero .card-content,
  1165.    .side-card-1 .card-content,
  1166.    .side-card-2 .card-content {
  1167.        position: absolute;
  1168.        bottom: 0;
  1169.        left: 0;
  1170.        right: 0;
  1171.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1172.        color: white;
  1173.        padding: 2rem 1.5rem 1.5rem;
  1174.        height: auto;
  1175.    }
  1176.    
  1177.    .main-hero .card-content {
  1178.        padding: 3rem 2rem 2rem;
  1179.    }
  1180.    
  1181.    .main-hero .category-badge,
  1182.    .side-card-1 .category-badge,
  1183.    .side-card-2 .category-badge {
  1184.      
  1185.        margin-bottom: 0.8rem;
  1186.    }
  1187.    
  1188.    .main-hero .card-title a,
  1189.    .side-card-1 .card-title a,
  1190.    .side-card-2 .card-title a {
  1191.        color: white;
  1192.    }
  1193.    
  1194.    .main-hero .card-description {
  1195.        color: #f8f9fa;
  1196.    }
  1197.    
  1198.    .main-hero .author-name,
  1199.    .side-card-1 .author-name,
  1200.    .side-card-2 .author-name {
  1201.        color: #f8f9fa;
  1202.    }
  1203.    
  1204.    .main-hero .publish-date,
  1205.    .side-card-1 .publish-date,
  1206.    .side-card-2 .publish-date {
  1207.        color: #e9ecef;
  1208.    }
  1209. }
  1210.  
  1211. .side-card-3 {
  1212.    display: flex;
  1213.    flex-direction: row;
  1214. }
  1215.  
  1216. .side-card-3 .card-image {
  1217.    width: 40%;
  1218.    height: 100%;
  1219. }
  1220.  
  1221. .side-card-3 .card-content {
  1222.    width: 60%;
  1223.    height: 100%;
  1224.    padding: 1.5rem;
  1225. }
  1226.  
  1227. /* Mobile Responsive */
  1228. @media (max-width: 992px) {
  1229.    .hero-grid {
  1230.        grid-template-columns: 1fr;
  1231.        grid-template-rows: auto;
  1232.        height: auto;
  1233.        gap: 1rem;
  1234.    }
  1235.    
  1236.    .main-hero {
  1237.        grid-row: 1;
  1238.        grid-column: 1;
  1239.    }
  1240.    
  1241.    .side-card-1, .side-card-2, .side-card-3 {
  1242.        grid-column: 1;
  1243.        grid-row: auto;
  1244.    }
  1245.    
  1246.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1247.    .main-hero .card-content,
  1248.    .side-card-1 .card-content,
  1249.    .side-card-2 .card-content {
  1250.        position: relative;
  1251.        background: var(--card-bg);
  1252.        color: inherit;
  1253.        padding: 1.5rem;
  1254.        height: auto;
  1255.    }
  1256.    
  1257.    .main-hero .card-image,
  1258.    .side-card-1 .card-image,
  1259.    .side-card-2 .card-image {
  1260.        height: 200px;
  1261.    }
  1262.    
  1263.    .main-hero .card-image {
  1264.        height: 250px;
  1265.    }
  1266.    
  1267.    .main-hero .category-badge,
  1268.    .side-card-1 .category-badge,
  1269.    .side-card-2 .category-badge {
  1270.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1271.        color: white;
  1272.    }
  1273.    
  1274.    .main-hero .card-title a,
  1275.    .side-card-1 .card-title a,
  1276.    .side-card-2 .card-title a {
  1277.        color: var(--top-color);
  1278.    }
  1279.    
  1280.    .main-hero .card-description {
  1281.        color: #7f8c8d;
  1282.    }
  1283.    
  1284.    .main-hero .author-name,
  1285.    .side-card-1 .author-name,
  1286.    .side-card-2 .author-name {
  1287.        color: #667eea;
  1288.    }
  1289.    
  1290.    .main-hero .publish-date,
  1291.    .side-card-1 .publish-date,
  1292.    .side-card-2 .publish-date {
  1293.        color: #95a5a6;
  1294.    }
  1295.    
  1296.    .side-card-3 {
  1297.        flex-direction: column;
  1298.    }
  1299.    
  1300.    .side-card-3 .card-image {
  1301.        width: 100%;
  1302.        height: 200px;
  1303.    }
  1304.    
  1305.    .side-card-3 .card-content {
  1306.        width: 100%;
  1307.        height: auto;
  1308.    }
  1309.    
  1310.    .card-image {
  1311.        height: 200px;
  1312.    }
  1313.    
  1314.    .main-hero .card-image {
  1315.        height: 250px;
  1316.    }
  1317.    
  1318.    .main-hero .card-content {
  1319.        height: auto;
  1320.    }
  1321. }
  1322. </style>
  1323.  
  1324. <div class="blog-hero-section">
  1325.    <div class="container-fluid fluid-container">
  1326.        <div class="hero-grid">
  1327.            <!-- Main Featured Post -->
  1328.            
  1329.                              
  1330.                    <article class="hero-card main-hero">
  1331.                        
  1332.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="How to Choose the Perfect Online Slot Game for You" class="card-image">
  1333.                        
  1334.                        
  1335.                        <div class="card-content">
  1336.                            <div>
  1337.                                <span class="category-badge">Others</span>
  1338.                                <h2 class="card-title">
  1339.                                    <a href="/how-to-choose-the-perfect-online-slot-game-for-you/">
  1340.                                        How to Choose the Perfect Online Slot Game for You
  1341.                                    </a>
  1342.                                </h2>
  1343.                                <p class="card-description"></p>
  1344.                            </div>
  1345.                            
  1346.                            <div class="card-meta">
  1347.                                <div class="author-section">
  1348.                                    
  1349.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Logan Delacruz" class="author-avatar">
  1350.                                    
  1351.                                    <a href="#" class="author-name">Logan Delacruz</a>
  1352.                                </div>
  1353.                                <span class="publish-date">May 17, 2026</span>
  1354.                            </div>
  1355.                        </div>
  1356.                    </article>
  1357.                
  1358.            
  1359.  
  1360.            <!-- Side Cards -->
  1361.            
  1362.                <article class="hero-card side-card-1">
  1363.                    
  1364.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Trump States &#x27;Largely, Parties Are Aligned&#x27; on Next Stages of Truce Agreement for Gaza" class="card-image">
  1365.                    
  1366.                    
  1367.                    <div class="card-content">
  1368.                        <div>
  1369.                            <span class="category-badge">News</span>
  1370.                            <h3 class="card-title">
  1371.                                <a href="/trump-states-largely-parties-are-aligned-on-next-stages-of-truce-agreement-for-gaza/">
  1372.                                    Trump States &#x27;Largely, Parties Are Aligned&#x27; on Next Stages of Truce Agreement for Gaza
  1373.                                </a>
  1374.                            </h3>
  1375.                            <p class="card-description"></p>
  1376.                        </div>
  1377.                        
  1378.                        <div class="card-meta">
  1379.                            <div class="author-section">
  1380.                                <a href="#" class="author-name">Logan Delacruz</a>
  1381.                            </div>
  1382.                            <span class="publish-date">May 17</span>
  1383.                        </div>
  1384.                    </div>
  1385.                </article>
  1386.            
  1387.                <article class="hero-card side-card-2">
  1388.                    
  1389.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Becoming a Master in the Art of Winning at Online Slot Games" class="card-image">
  1390.                    
  1391.                    
  1392.                    <div class="card-content">
  1393.                        <div>
  1394.                            <span class="category-badge">Others</span>
  1395.                            <h3 class="card-title">
  1396.                                <a href="/becoming-a-master-in-the-art-of-winning-at-online-slot-games/">
  1397.                                    Becoming a Master in the Art of Winning at Online Slot Games
  1398.                                </a>
  1399.                            </h3>
  1400.                            <p class="card-description"></p>
  1401.                        </div>
  1402.                        
  1403.                        <div class="card-meta">
  1404.                            <div class="author-section">
  1405.                                <a href="#" class="author-name">Logan Delacruz</a>
  1406.                            </div>
  1407.                            <span class="publish-date">May 17</span>
  1408.                        </div>
  1409.                    </div>
  1410.                </article>
  1411.            
  1412.                <article class="hero-card side-card-3">
  1413.                    
  1414.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Swiss Ski Resort Fire Victims Receive Care in Burns Units Across Europe" class="card-image">
  1415.                    
  1416.                    
  1417.                    <div class="card-content">
  1418.                        <div>
  1419.                            <span class="category-badge">News</span>
  1420.                            <h3 class="card-title">
  1421.                                <a href="/swiss-ski-resort-fire-victims-receive-care-in-burns-units-across-europe/">
  1422.                                    Swiss Ski Resort Fire Victims Receive Care in Burns Units Across Europe
  1423.                                </a>
  1424.                            </h3>
  1425.                            <p class="card-description"></p>
  1426.                        </div>
  1427.                        
  1428.                        <div class="card-meta">
  1429.                            <div class="author-section">
  1430.                                <a href="#" class="author-name">Logan Delacruz</a>
  1431.                            </div>
  1432.                            <span class="publish-date">May 17</span>
  1433.                        </div>
  1434.                    </div>
  1435.                </article>
  1436.            
  1437.        </div>
  1438.    </div>
  1439. </div>
  1440.  
  1441.  
  1442.  
  1443.  
  1444.        <!-- end of wpo-blog-hero -->
  1445.  
  1446.        <!-- start of wpo-breacking-news -->
  1447.        
  1448.        <!-- end of wpo-breacking-news -->
  1449.        
  1450.        <!-- start wpo-blog-highlights-section -->
  1451.        
  1452.  
  1453.  
  1454.  
  1455.    
  1456.  
  1457.  
  1458.  <style>
  1459.    /* Section Header */
  1460.    .section-header-v9 {
  1461.      text-align: center;
  1462.      margin-bottom: 20px;
  1463.    }
  1464.    
  1465.    .section-title-v9 {
  1466.      font-size: 3rem;
  1467.      font-weight: 700;
  1468.      color: var(--topbar-color);
  1469.      margin-bottom: 20px;
  1470.      text-transform: uppercase;
  1471.    }
  1472.    
  1473.    .section-subtitle-v9 {
  1474.      font-size: 1.2rem;
  1475.      color: var(--topbar-color);
  1476.      opacity: 0.5;
  1477.      max-width: 800px;
  1478.      margin: 0 auto;
  1479.      line-height: 1.8;
  1480.    }
  1481.        
  1482.    /* Blog Card */
  1483.    .blog-card-v9 {
  1484.      background: var(--card-bg);
  1485.      border: 1px solid var(--border-color);
  1486.      border-radius: 8px;
  1487.      margin-bottom: 30px;
  1488.      overflow: hidden;
  1489.      opacity: 0;
  1490.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  1491.    }
  1492.    
  1493.    .blog-card-v9.fade-in {
  1494.      opacity: 1;
  1495.    }
  1496.    
  1497.    @keyframes fadeIn {
  1498.      from {
  1499.        opacity: 0;
  1500.      }
  1501.      to {
  1502.        opacity: 1;
  1503.      }
  1504.    }
  1505.    
  1506.    .blog-card-v9:hover {
  1507.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  1508.    }
  1509.    
  1510.    /* Blog Image */
  1511.    .blog-image-container-v9 {
  1512.      width: 100%;
  1513.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  1514.      overflow: hidden;
  1515.    }
  1516.    
  1517.    .blog-image-v9 {
  1518.      width: 100%;
  1519.      height: 100%;
  1520.    }
  1521.    
  1522.    .blog-image-v9 img {
  1523.      width: 100%;
  1524.      height: 100%;
  1525.      object-fit: cover;
  1526.      display: block;
  1527.    }
  1528.    
  1529.    /* Blog Content */
  1530.    .blog-content-v9 {
  1531.      padding: 20px;
  1532.    }
  1533.    
  1534.    .blog-title-v9 {
  1535.      font-size: 1.2rem;
  1536.      font-weight: 600;
  1537.      margin-bottom: 15px;
  1538.      color: var(--topbar-color) !important;
  1539.      text-transform: capitalize;
  1540.    }
  1541.    
  1542.    .blog-meta-v9 {
  1543.      display: flex;
  1544.      align-items: center;
  1545.      gap: 10px;
  1546.      font-size: 0.9rem;
  1547.      color: var(--topbar-color);
  1548.      margin-bottom: 10px;
  1549.    }
  1550.    
  1551.    .blog-meta-v9 span {
  1552.      display: inline-block;
  1553.    }
  1554.    
  1555.    .blog-excerpt-v9 {
  1556.      font-size: 1rem;
  1557.      color: var(--topbar-color);
  1558.      opacity: .6;
  1559.      margin-bottom: 15px;
  1560.      line-height: 1.6;
  1561.    }
  1562.    
  1563.    .blog-actions-v9 {
  1564.      display: flex;
  1565.      justify-content: flex-start;
  1566.    }
  1567.    
  1568.    .blog-read-more-v9 {
  1569.      font-size: 1rem;
  1570.      color: var(--topbar-color);
  1571.      text-decoration: none;
  1572.      transition: color 0.3s ease;
  1573.    }
  1574.    
  1575.    .blog-read-more-v9:hover {
  1576.      color: #2980b9 !important;
  1577.    }
  1578.    
  1579.    /* Responsive Design */
  1580.    @media (max-width: 768px) {
  1581.      .section-title-v9 {
  1582.        font-size: 2.5rem;
  1583.      }
  1584.    
  1585.      .blog-card-v9 {
  1586.        margin-bottom: 20px;
  1587.      }
  1588.    
  1589.      .blog-meta-v9 {
  1590.        font-size: 0.8rem;
  1591.      }
  1592.    
  1593.      .blog-image-container-v9 {
  1594.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  1595.      }
  1596.    }
  1597.  </style>
  1598.  
  1599.  <section class="blog-highlights-v9 mt-5">
  1600.    <div class="container-fluid fluid-container">
  1601.      <!-- Section Header -->
  1602.      <div class="row justify-content-center">
  1603.        <div class="col-12 col-lg-10">
  1604.          <div class="section-header-v9">
  1605.            <h2 class="section-title-v9 mb-0">
  1606.                Today's Top Highlights
  1607.                   </h2>
  1608.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  1609.          </div>
  1610.        </div>
  1611.      </div>
  1612.  
  1613.      <!-- Blog Grid -->
  1614.      <div class="row ">
  1615.        <div class="col-lg-8">
  1616.          <div class="row d-flex justify-content-center">
  1617.            
  1618.              <div class="col-md-6 pb-3">
  1619.                <article class="blog-card-v9 h-100">
  1620.                  <div class="blog-image-container-v9">
  1621.                    <div class="blog-image-v9">
  1622.                      
  1623.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1624.                      
  1625.                    </div>
  1626.                  </div>
  1627.                  <div class="blog-content-v9">
  1628.                    <h3 class="blog-title-v9 "><a class="top-color" href="/a-decade-long-liaison-by-erin-somers-a-middle-aged-infidelity-tale-our-generation-has-earned/">A Decade-Long Liaison by Erin Somers: A Middle-Aged Infidelity Tale Our Generation Has Earned.</a></h3>
  1629.                    <div class="blog-meta-v9">
  1630.                      <span>By <strong>Logan Delacruz</strong></span>
  1631.                      <span>•</span>
  1632.                      <span>16 May 2026</span>
  1633.                    </div>
  1634.                    <p class="blog-excerpt-v9"></p>
  1635.                    <div class="blog-actions-v9">
  1636.                      <a href="/a-decade-long-liaison-by-erin-somers-a-middle-aged-infidelity-tale-our-generation-has-earned/" class="blog-read-more-v9">Read More →</a>
  1637.                    </div>
  1638.                  </div>
  1639.                </article>
  1640.              </div>
  1641.            
  1642.              <div class="col-md-6 pb-3">
  1643.                <article class="blog-card-v9 h-100">
  1644.                  <div class="blog-image-container-v9">
  1645.                    <div class="blog-image-v9">
  1646.                      
  1647.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1648.                      
  1649.                    </div>
  1650.                  </div>
  1651.                  <div class="blog-content-v9">
  1652.                    <h3 class="blog-title-v9 "><a class="top-color" href="/leader-zelenskyy-states-the-nation-was-ten-percent-away-from-peace-yet-not-at-any-price/">Leader Zelenskyy States The Nation Was Ten Percent Away from Peace, Yet Not at Any Price</a></h3>
  1653.                    <div class="blog-meta-v9">
  1654.                      <span>By <strong>Logan Delacruz</strong></span>
  1655.                      <span>•</span>
  1656.                      <span>16 May 2026</span>
  1657.                    </div>
  1658.                    <p class="blog-excerpt-v9"></p>
  1659.                    <div class="blog-actions-v9">
  1660.                      <a href="/leader-zelenskyy-states-the-nation-was-ten-percent-away-from-peace-yet-not-at-any-price/" class="blog-read-more-v9">Read More →</a>
  1661.                    </div>
  1662.                  </div>
  1663.                </article>
  1664.              </div>
  1665.            
  1666.              <div class="col-md-6 pb-3">
  1667.                <article class="blog-card-v9 h-100">
  1668.                  <div class="blog-image-container-v9">
  1669.                    <div class="blog-image-v9">
  1670.                      
  1671.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1672.                      
  1673.                    </div>
  1674.                  </div>
  1675.                  <div class="blog-content-v9">
  1676.                    <h3 class="blog-title-v9 "><a class="top-color" href="/leadership-changes-war-sparse-reporting-major-challenges-to-climate-progress-that-dogged-climate-summit/">Leadership Changes, War, Sparse Reporting: Major Challenges to Climate Progress That Dogged Climate Summit</a></h3>
  1677.                    <div class="blog-meta-v9">
  1678.                      <span>By <strong>Logan Delacruz</strong></span>
  1679.                      <span>•</span>
  1680.                      <span>16 May 2026</span>
  1681.                    </div>
  1682.                    <p class="blog-excerpt-v9"></p>
  1683.                    <div class="blog-actions-v9">
  1684.                      <a href="/leadership-changes-war-sparse-reporting-major-challenges-to-climate-progress-that-dogged-climate-summit/" class="blog-read-more-v9">Read More →</a>
  1685.                    </div>
  1686.                  </div>
  1687.                </article>
  1688.              </div>
  1689.            
  1690.              <div class="col-md-6 pb-3">
  1691.                <article class="blog-card-v9 h-100">
  1692.                  <div class="blog-image-container-v9">
  1693.                    <div class="blog-image-v9">
  1694.                      
  1695.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1696.                      
  1697.                    </div>
  1698.                  </div>
  1699.                  <div class="blog-content-v9">
  1700.                    <h3 class="blog-title-v9 "><a class="top-color" href="/snap-payments-set-to-expire-for-41-million-amid-continuing-government-closure/">SNAP Payments Set to Expire for 41 Million Amid Continuing Government Closure</a></h3>
  1701.                    <div class="blog-meta-v9">
  1702.                      <span>By <strong>Logan Delacruz</strong></span>
  1703.                      <span>•</span>
  1704.                      <span>16 May 2026</span>
  1705.                    </div>
  1706.                    <p class="blog-excerpt-v9"></p>
  1707.                    <div class="blog-actions-v9">
  1708.                      <a href="/snap-payments-set-to-expire-for-41-million-amid-continuing-government-closure/" class="blog-read-more-v9">Read More →</a>
  1709.                    </div>
  1710.                  </div>
  1711.                </article>
  1712.              </div>
  1713.            
  1714.              <div class="col-md-6 pb-3">
  1715.                <article class="blog-card-v9 h-100">
  1716.                  <div class="blog-image-container-v9">
  1717.                    <div class="blog-image-v9">
  1718.                      
  1719.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1720.                      
  1721.                    </div>
  1722.                  </div>
  1723.                  <div class="blog-content-v9">
  1724.                    <h3 class="blog-title-v9 "><a class="top-color" href="/sadness-strikes-as-person-dies-after-water-rescue-off-uk-shoreline/">Sadness Strikes as Person Dies After Water Rescue Off UK Shoreline</a></h3>
  1725.                    <div class="blog-meta-v9">
  1726.                      <span>By <strong>Logan Delacruz</strong></span>
  1727.                      <span>•</span>
  1728.                      <span>16 May 2026</span>
  1729.                    </div>
  1730.                    <p class="blog-excerpt-v9"></p>
  1731.                    <div class="blog-actions-v9">
  1732.                      <a href="/sadness-strikes-as-person-dies-after-water-rescue-off-uk-shoreline/" class="blog-read-more-v9">Read More →</a>
  1733.                    </div>
  1734.                  </div>
  1735.                </article>
  1736.              </div>
  1737.            
  1738.              <div class="col-md-6 pb-3">
  1739.                <article class="blog-card-v9 h-100">
  1740.                  <div class="blog-image-container-v9">
  1741.                    <div class="blog-image-v9">
  1742.                      
  1743.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1744.                      
  1745.                    </div>
  1746.                  </div>
  1747.                  <div class="blog-content-v9">
  1748.                    <h3 class="blog-title-v9 "><a class="top-color" href="/prime-minister-celebrates-a-proud-day-as-online-safety-commissioner-forecasts-globe-will-emulate-our-example/">Prime Minister Celebrates a &#x27;Proud Day&#x27; as Online Safety Commissioner Forecasts &#x27;Globe Will Emulate Our Example&#x27;.</a></h3>
  1749.                    <div class="blog-meta-v9">
  1750.                      <span>By <strong>Logan Delacruz</strong></span>
  1751.                      <span>•</span>
  1752.                      <span>16 May 2026</span>
  1753.                    </div>
  1754.                    <p class="blog-excerpt-v9"></p>
  1755.                    <div class="blog-actions-v9">
  1756.                      <a href="/prime-minister-celebrates-a-proud-day-as-online-safety-commissioner-forecasts-globe-will-emulate-our-example/" class="blog-read-more-v9">Read More →</a>
  1757.                    </div>
  1758.                  </div>
  1759.                </article>
  1760.              </div>
  1761.            
  1762.              <div class="col-md-6 pb-3">
  1763.                <article class="blog-card-v9 h-100">
  1764.                  <div class="blog-image-container-v9">
  1765.                    <div class="blog-image-v9">
  1766.                      
  1767.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1768.                      
  1769.                    </div>
  1770.                  </div>
  1771.                  <div class="blog-content-v9">
  1772.                    <h3 class="blog-title-v9 "><a class="top-color" href="/eric-adams-plans-to-back-andrew-cuomo-in-new-york-city-mayoral-race/">Eric Adams Plans to Back Andrew Cuomo in New York City Mayoral Race</a></h3>
  1773.                    <div class="blog-meta-v9">
  1774.                      <span>By <strong>Logan Delacruz</strong></span>
  1775.                      <span>•</span>
  1776.                      <span>16 May 2026</span>
  1777.                    </div>
  1778.                    <p class="blog-excerpt-v9"></p>
  1779.                    <div class="blog-actions-v9">
  1780.                      <a href="/eric-adams-plans-to-back-andrew-cuomo-in-new-york-city-mayoral-race/" class="blog-read-more-v9">Read More →</a>
  1781.                    </div>
  1782.                  </div>
  1783.                </article>
  1784.              </div>
  1785.            
  1786.              <div class="col-md-6 pb-3">
  1787.                <article class="blog-card-v9 h-100">
  1788.                  <div class="blog-image-container-v9">
  1789.                    <div class="blog-image-v9">
  1790.                      
  1791.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1792.                      
  1793.                    </div>
  1794.                  </div>
  1795.                  <div class="blog-content-v9">
  1796.                    <h3 class="blog-title-v9 "><a class="top-color" href="/gop-senator-asserts-agreement-can-be-had-on-healthcare-as-key-tax-credits-approach-expiration/">GOP Senator Asserts &#x27;Agreement Can Be Had&#x27; on Healthcare as Key Tax Credits Approach Expiration.</a></h3>
  1797.                    <div class="blog-meta-v9">
  1798.                      <span>By <strong>Logan Delacruz</strong></span>
  1799.                      <span>•</span>
  1800.                      <span>15 May 2026</span>
  1801.                    </div>
  1802.                    <p class="blog-excerpt-v9"></p>
  1803.                    <div class="blog-actions-v9">
  1804.                      <a href="/gop-senator-asserts-agreement-can-be-had-on-healthcare-as-key-tax-credits-approach-expiration/" class="blog-read-more-v9">Read More →</a>
  1805.                    </div>
  1806.                  </div>
  1807.                </article>
  1808.              </div>
  1809.            
  1810.              <div class="col-md-6 pb-3">
  1811.                <article class="blog-card-v9 h-100">
  1812.                  <div class="blog-image-container-v9">
  1813.                    <div class="blog-image-v9">
  1814.                      
  1815.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1816.                      
  1817.                    </div>
  1818.                  </div>
  1819.                  <div class="blog-content-v9">
  1820.                    <h3 class="blog-title-v9 "><a class="top-color" href="/white-house-denounces-democrat-fabrication-as-further-epstein-estate-photos-made-public/">White House Denounces &#x27;Democrat Fabrication&#x27; as Further Epstein Estate Photos Made Public</a></h3>
  1821.                    <div class="blog-meta-v9">
  1822.                      <span>By <strong>Logan Delacruz</strong></span>
  1823.                      <span>•</span>
  1824.                      <span>15 May 2026</span>
  1825.                    </div>
  1826.                    <p class="blog-excerpt-v9"></p>
  1827.                    <div class="blog-actions-v9">
  1828.                      <a href="/white-house-denounces-democrat-fabrication-as-further-epstein-estate-photos-made-public/" class="blog-read-more-v9">Read More →</a>
  1829.                    </div>
  1830.                  </div>
  1831.                </article>
  1832.              </div>
  1833.            
  1834.              <div class="col-md-6 pb-3">
  1835.                <article class="blog-card-v9 h-100">
  1836.                  <div class="blog-image-container-v9">
  1837.                    <div class="blog-image-v9">
  1838.                      
  1839.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1840.                      
  1841.                    </div>
  1842.                  </div>
  1843.                  <div class="blog-content-v9">
  1844.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-defender-exits-england-arena-long-after-her-name-was-carved-among-soccer-legends/">The Defender Exits England Arena Long After Her Name Was Carved Among Soccer Legends</a></h3>
  1845.                    <div class="blog-meta-v9">
  1846.                      <span>By <strong>Logan Delacruz</strong></span>
  1847.                      <span>•</span>
  1848.                      <span>15 May 2026</span>
  1849.                    </div>
  1850.                    <p class="blog-excerpt-v9"></p>
  1851.                    <div class="blog-actions-v9">
  1852.                      <a href="/the-defender-exits-england-arena-long-after-her-name-was-carved-among-soccer-legends/" class="blog-read-more-v9">Read More →</a>
  1853.                    </div>
  1854.                  </div>
  1855.                </article>
  1856.              </div>
  1857.            
  1858.              <div class="col-md-6 pb-3">
  1859.                <article class="blog-card-v9 h-100">
  1860.                  <div class="blog-image-container-v9">
  1861.                    <div class="blog-image-v9">
  1862.                      
  1863.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1864.                      
  1865.                    </div>
  1866.                  </div>
  1867.                  <div class="blog-content-v9">
  1868.                    <h3 class="blog-title-v9 "><a class="top-color" href="/line-of-duty-confirmed-for-7th-season-on-bbc/">Line of Duty Confirmed for 7th Season on BBC</a></h3>
  1869.                    <div class="blog-meta-v9">
  1870.                      <span>By <strong>Logan Delacruz</strong></span>
  1871.                      <span>•</span>
  1872.                      <span>15 May 2026</span>
  1873.                    </div>
  1874.                    <p class="blog-excerpt-v9"></p>
  1875.                    <div class="blog-actions-v9">
  1876.                      <a href="/line-of-duty-confirmed-for-7th-season-on-bbc/" class="blog-read-more-v9">Read More →</a>
  1877.                    </div>
  1878.                  </div>
  1879.                </article>
  1880.              </div>
  1881.            
  1882.              <div class="col-md-6 pb-3">
  1883.                <article class="blog-card-v9 h-100">
  1884.                  <div class="blog-image-container-v9">
  1885.                    <div class="blog-image-v9">
  1886.                      
  1887.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  1888.                      
  1889.                    </div>
  1890.                  </div>
  1891.                  <div class="blog-content-v9">
  1892.                    <h3 class="blog-title-v9 "><a class="top-color" href="/british-tennis-star-emma-raducanu-concludes-the-current-season-and-has-decided-to-continue-with-coach-into-the-2026-season/">British tennis star Emma Raducanu concludes the current season and has decided to continue with coach into the 2026 season.</a></h3>
  1893.                    <div class="blog-meta-v9">
  1894.                      <span>By <strong>Logan Delacruz</strong></span>
  1895.                      <span>•</span>
  1896.                      <span>15 May 2026</span>
  1897.                    </div>
  1898.                    <p class="blog-excerpt-v9"></p>
  1899.                    <div class="blog-actions-v9">
  1900.                      <a href="/british-tennis-star-emma-raducanu-concludes-the-current-season-and-has-decided-to-continue-with-coach-into-the-2026-season/" class="blog-read-more-v9">Read More →</a>
  1901.                    </div>
  1902.                  </div>
  1903.                </article>
  1904.              </div>
  1905.            
  1906.            
  1907.  
  1908.          </div>
  1909.        </div>
  1910.  
  1911.       <div class="col col-lg-4 col-12">
  1912.                
  1913.  
  1914.  
  1915.  
  1916.    
  1917.  
  1918.    
  1919.    <!-- Search Widget -->
  1920.    <!-- <div class="pulse-sidebar-widget">
  1921.        <div class="pulse-widget-header pulse-search-header">
  1922.            <i class="fas fa-search"></i> SEARCH
  1923.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  1924.        </div>
  1925.        <div class="pulse-widget-body">
  1926.            <form class="pulse-search-form" method="GET">
  1927.                <div class="position-relative">
  1928.                    <input type="text" name="search" class="pulse-search-input-sidebar"
  1929.                           placeholder="Search" value="">
  1930.                    <button type="submit" class="pulse-search-btn-sidebar">
  1931.                        <i class="fas fa-search"></i>
  1932.                    </button>
  1933.                </div>
  1934.            </form>
  1935.        </div>
  1936.    </div> -->
  1937.    
  1938.    <!-- Recent Posts Widget -->
  1939.    <div class="pulse-sidebar-widget mb-3">
  1940.        <div class="pulse-widget-header pulse-recent-header">
  1941.            <i class="fas fa-clock"></i> RECENT POSTS
  1942.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  1943.        </div>
  1944.        <div class="pulse-widget-body mb-3">
  1945.            
  1946.            <div class="pulse-recent-post-item">
  1947.                <a href="/3-xbox-game-pass-titles-that-can-validate-your-subscription-during-the-weekend-nov-21-23/" class="pulse-recent-title">
  1948.                                            3 Xbox Game Pass Titles That Can Validate Your Subscription During the Weekend (Nov. 21-23)
  1949.                                            </a>
  1950.                <div class="pulse-recent-meta">
  1951.                    <span><i class="far fa-calendar"></i> 15 May 2026</span>
  1952.                    <span><i class="far fa-user"></i> Logan Delacruz</span>
  1953.                </div>
  1954.            </div>
  1955.            
  1956.            <div class="pulse-recent-post-item">
  1957.                <a href="/ashes-pre-series-banter-escalates-as-stuart-broad-labels-australia-the-worst-after-2010/" class="pulse-recent-title">
  1958.                                            Ashes Pre-Series Banter Escalates as Stuart Broad Labels Australia the Worst After 2010
  1959.                                            </a>
  1960.                <div class="pulse-recent-meta">
  1961.                    <span><i class="far fa-calendar"></i> 15 May 2026</span>
  1962.                    <span><i class="far fa-user"></i> Logan Delacruz</span>
  1963.                </div>
  1964.            </div>
  1965.            
  1966.            <div class="pulse-recent-post-item">
  1967.                <a href="/stefanos-tsitsipas-seriously-considered-walking-away-amid-pain-filled-2025-season/" class="pulse-recent-title">
  1968.                                            Stefanos Tsitsipas Seriously Considered Walking Away Amid Pain-Filled 2025 Season
  1969.                                            </a>
  1970.                <div class="pulse-recent-meta">
  1971.                    <span><i class="far fa-calendar"></i> 15 May 2026</span>
  1972.                    <span><i class="far fa-user"></i> Logan Delacruz</span>
  1973.                </div>
  1974.            </div>
  1975.            
  1976.            <div class="pulse-recent-post-item">
  1977.                <a href="/tottenham-centre-back-van-de-ven-shares-surprise-at-postecoglou-dismissal/" class="pulse-recent-title">
  1978.                                            Tottenham Centre-Back Van de Ven Shares Surprise At Postecoglou Dismissal
  1979.                                            </a>
  1980.                <div class="pulse-recent-meta">
  1981.                    <span><i class="far fa-calendar"></i> 14 May 2026</span>
  1982.                    <span><i class="far fa-user"></i> Logan Delacruz</span>
  1983.                </div>
  1984.            </div>
  1985.            
  1986.            <div class="pulse-recent-post-item">
  1987.                <a href="/physical-health-versus-ranking-boulters-australian-open-predicament/" class="pulse-recent-title">
  1988.                                            Physical Health versus Ranking - Boulter&#x27;s Australian Open Predicament
  1989.                                            </a>
  1990.                <div class="pulse-recent-meta">
  1991.                    <span><i class="far fa-calendar"></i> 14 May 2026</span>
  1992.                    <span><i class="far fa-user"></i> Logan Delacruz</span>
  1993.                </div>
  1994.            </div>
  1995.            
  1996.            <div class="pulse-recent-post-item">
  1997.                <a href="/spurs-relieve-strain-on-frank-as-simons-seals-straightforward-win-against-slavia-prague/" class="pulse-recent-title">
  1998.                                            Spurs Relieve Strain on Frank as Simons Seals Straightforward Win Against Slavia Prague
  1999.                                            </a>
  2000.                <div class="pulse-recent-meta">
  2001.                    <span><i class="far fa-calendar"></i> 14 May 2026</span>
  2002.                    <span><i class="far fa-user"></i> Logan Delacruz</span>
  2003.                </div>
  2004.            </div>
  2005.            
  2006.            <!-- Django Template for Recent Posts -->
  2007.            <!--
  2008.            
  2009.            -->
  2010.            
  2011.        </div>
  2012.    </div>
  2013.    
  2014.    <div class="pulse-sidebar-widget mb-3">
  2015.        <div class="pulse-widget-header pulse-recent-header">
  2016.            <i class="fas fa-clock"></i> May 2026 Blog Roll
  2017.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2018.        </div>
  2019.        <div class="pulse-widget-body scrollable-sidebar">
  2020.            
  2021.            <div class="pulse-recent-post-item ">
  2022.                <a href="https://esports-news.co.uk/gambling-sites/lizaro-review/" rel="dofollow" class="pulse-recent-title ">
  2023.                                            lizaro review
  2024.                                            </a>
  2025.            </div>
  2026.            
  2027.            <div class="pulse-recent-post-item ">
  2028.                <a href="https://thegoldenfleeceyork.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2029.                                            games not on gamstop
  2030.                                            </a>
  2031.            </div>
  2032.            
  2033.            <div class="pulse-recent-post-item ">
  2034.                <a href="https://www.casquette.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2035.                                            games not on gamstop
  2036.                                            </a>
  2037.            </div>
  2038.            
  2039.            <div class="pulse-recent-post-item ">
  2040.                <a href="https://www.voiceprint.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2041.                                            games not on gamstop
  2042.                                            </a>
  2043.            </div>
  2044.            
  2045.            <div class="pulse-recent-post-item ">
  2046.                <a href="https://www.lgbthistorymonth.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2047.                                            casino not on gamstop
  2048.                                            </a>
  2049.            </div>
  2050.            
  2051.            <div class="pulse-recent-post-item ">
  2052.                <a href="https://www.gameshub.com/uk/online-casinos/" rel="dofollow" class="pulse-recent-title ">
  2053.                                            casinos not on gamstop
  2054.                                            </a>
  2055.            </div>
  2056.            
  2057.            <div class="pulse-recent-post-item ">
  2058.                <a href="https://www.outset.org/" rel="dofollow" class="pulse-recent-title ">
  2059.                                            non uk betting sites
  2060.                                            </a>
  2061.            </div>
  2062.            
  2063.            <div class="pulse-recent-post-item ">
  2064.                <a href="https://www.testandverification.com/" rel="dofollow" class="pulse-recent-title ">
  2065.                                            no gamstop casino
  2066.                                            </a>
  2067.            </div>
  2068.            
  2069.            <div class="pulse-recent-post-item ">
  2070.                <a href="https://www.deakinandblue.com/" rel="dofollow" class="pulse-recent-title ">
  2071.                                            uk non gamstop casinos
  2072.                                            </a>
  2073.            </div>
  2074.            
  2075.            <div class="pulse-recent-post-item ">
  2076.                <a href="https://hisbe.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2077.                                            online casinos not on gamstop
  2078.                                            </a>
  2079.            </div>
  2080.            
  2081.            <div class="pulse-recent-post-item ">
  2082.                <a href="https://jst.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2083.                                            non gamstop casinos
  2084.                                            </a>
  2085.            </div>
  2086.            
  2087.            <div class="pulse-recent-post-item ">
  2088.                <a href="https://britishicehockey.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2089.                                            games not on gamstop
  2090.                                            </a>
  2091.            </div>
  2092.            
  2093.            <div class="pulse-recent-post-item ">
  2094.                <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos" rel="dofollow" class="pulse-recent-title ">
  2095.                                            casino not on gamstop
  2096.                                            </a>
  2097.            </div>
  2098.            
  2099.            <div class="pulse-recent-post-item ">
  2100.                <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" rel="dofollow" class="pulse-recent-title ">
  2101.                                            casino not on gamstop
  2102.                                            </a>
  2103.            </div>
  2104.            
  2105.            <div class="pulse-recent-post-item ">
  2106.                <a href="https://trada.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2107.                                            non gamstop casino
  2108.                                            </a>
  2109.            </div>
  2110.            
  2111.        </div>
  2112.    </div>
  2113.    
  2114.    <div class="pulse-sidebar-widget mb-3">
  2115.        <div class="pulse-widget-header pulse-recent-header">
  2116.            <i class="fas fa-clock"></i> April 2026 Blog Roll
  2117.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2118.        </div>
  2119.        <div class="pulse-widget-body scrollable-sidebar">
  2120.            
  2121.            <div class="pulse-recent-post-item ">
  2122.                <a href="https://belgo-restaurants.co.uk" rel="dofollow" class="pulse-recent-title ">
  2123.                                            non GamStop casinos
  2124.                                            </a>
  2125.            </div>
  2126.            
  2127.            <div class="pulse-recent-post-item ">
  2128.                <a href="https://www.thecornishvegan.com" rel="dofollow" class="pulse-recent-title ">
  2129.                                            non gamstop betting sites uk
  2130.                                            </a>
  2131.            </div>
  2132.            
  2133.            <div class="pulse-recent-post-item ">
  2134.                <a href="https://www.heatonpark.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2135.                                            bitcoin
  2136.                                            </a>
  2137.            </div>
  2138.            
  2139.            <div class="pulse-recent-post-item ">
  2140.                <a href="https://www.geekgirlmeetup.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2141.                                            casinos not on gamstop
  2142.                                            </a>
  2143.            </div>
  2144.            
  2145.            <div class="pulse-recent-post-item ">
  2146.                <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2147.                                            top non gamstop casinos
  2148.                                            </a>
  2149.            </div>
  2150.            
  2151.            <div class="pulse-recent-post-item ">
  2152.                <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2153.                                            top non gamstop casinos
  2154.                                            </a>
  2155.            </div>
  2156.            
  2157.            <div class="pulse-recent-post-item ">
  2158.                <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2159.                                            top non gamstop casinos
  2160.                                            </a>
  2161.            </div>
  2162.            
  2163.            <div class="pulse-recent-post-item ">
  2164.                <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2165.                                            top non gamstop casinos
  2166.                                            </a>
  2167.            </div>
  2168.            
  2169.            <div class="pulse-recent-post-item ">
  2170.                <a href="https://www.summerhall.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2171.                                            top non gamstop casinos
  2172.                                            </a>
  2173.            </div>
  2174.            
  2175.            <div class="pulse-recent-post-item ">
  2176.                <a href="https://www.autoidlabs.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2177.                                            non gamcare betting sites uk
  2178.                                            </a>
  2179.            </div>
  2180.            
  2181.            <div class="pulse-recent-post-item ">
  2182.                <a href="https://www.edgeofbelgravia.co.uk" rel="dofollow" class="pulse-recent-title ">
  2183.                                            non uk gambling sites
  2184.                                            </a>
  2185.            </div>
  2186.            
  2187.            <div class="pulse-recent-post-item ">
  2188.                <a href="https://openaire.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2189.                                            new betting sites
  2190.                                            </a>
  2191.            </div>
  2192.            
  2193.            <div class="pulse-recent-post-item ">
  2194.                <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2195.                                            Non UK Registered Casino
  2196.                                            </a>
  2197.            </div>
  2198.            
  2199.            <div class="pulse-recent-post-item ">
  2200.                <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2201.                                            non UK regulated casinos
  2202.                                            </a>
  2203.            </div>
  2204.            
  2205.            <div class="pulse-recent-post-item ">
  2206.                <a href="https://fishleyhall.co.uk" rel="dofollow" class="pulse-recent-title ">
  2207.                                            best non uk gambling sites
  2208.                                            </a>
  2209.            </div>
  2210.            
  2211.            <div class="pulse-recent-post-item ">
  2212.                <a href="https://appleiphoneunlock.uk/" rel="dofollow" class="pulse-recent-title ">
  2213.                                            crypto casino no deposit bonus
  2214.                                            </a>
  2215.            </div>
  2216.            
  2217.            <div class="pulse-recent-post-item ">
  2218.                <a href="https://mcaleicester.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2219.                                            top 20 online casinos uk real money
  2220.                                            </a>
  2221.            </div>
  2222.            
  2223.            <div class="pulse-recent-post-item ">
  2224.                <a href="https://thepearlyqueen.com/" rel="dofollow" class="pulse-recent-title ">
  2225.                                            non GamStop casinos
  2226.                                            </a>
  2227.            </div>
  2228.            
  2229.            <div class="pulse-recent-post-item ">
  2230.                <a href="https://hapihemp.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2231.                                            best online betting sites with cash out
  2232.                                            </a>
  2233.            </div>
  2234.            
  2235.            <div class="pulse-recent-post-item ">
  2236.                <a href="https://www.employersforwork-lifebalance.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2237.                                            non gamstop casinos uk
  2238.                                            </a>
  2239.            </div>
  2240.            
  2241.            <div class="pulse-recent-post-item ">
  2242.                <a href="https://tescobagsofhelp.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2243.                                            non gamstop casino
  2244.                                            </a>
  2245.            </div>
  2246.            
  2247.            <div class="pulse-recent-post-item ">
  2248.                <a href="https://www.techandplay.org/" rel="dofollow" class="pulse-recent-title ">
  2249.                                            non uk betting sites
  2250.                                            </a>
  2251.            </div>
  2252.            
  2253.            <div class="pulse-recent-post-item ">
  2254.                <a href="https://www.deakinandblue.com/" rel="dofollow" class="pulse-recent-title ">
  2255.                                            best casino sites not on gamstop
  2256.                                            </a>
  2257.            </div>
  2258.            
  2259.            <div class="pulse-recent-post-item ">
  2260.                <a href="https://www.fourpure.com/" rel="dofollow" class="pulse-recent-title ">
  2261.                                            online casinos not on GamStop
  2262.                                            </a>
  2263.            </div>
  2264.            
  2265.            <div class="pulse-recent-post-item ">
  2266.                <a href="https://www.antiquesforeveryone.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2267.                                            betting sites not on GamStop
  2268.                                            </a>
  2269.            </div>
  2270.            
  2271.            <div class="pulse-recent-post-item ">
  2272.                <a href="https://www.coexisthouse.org.uk" rel="dofollow" class="pulse-recent-title ">
  2273.                                            slot sites not on GamStop
  2274.                                            </a>
  2275.            </div>
  2276.            
  2277.            <div class="pulse-recent-post-item ">
  2278.                <a href="https://www.costaricanembassy.co.uk" rel="dofollow" class="pulse-recent-title ">
  2279.                                            non GamStop casinos UK
  2280.                                            </a>
  2281.            </div>
  2282.            
  2283.            <div class="pulse-recent-post-item ">
  2284.                <a href="https://roeparkresort.com" rel="dofollow" class="pulse-recent-title ">
  2285.                                            non GamStop casino
  2286.                                            </a>
  2287.            </div>
  2288.            
  2289.            <div class="pulse-recent-post-item ">
  2290.                <a href="https://fdncoffee.com" rel="dofollow" class="pulse-recent-title ">
  2291.                                            casinos not on GamStop
  2292.                                            </a>
  2293.            </div>
  2294.            
  2295.        </div>
  2296.    </div>
  2297.    
  2298.    <div class="pulse-sidebar-widget mb-3">
  2299.        <div class="pulse-widget-header pulse-recent-header">
  2300.            <i class="fas fa-clock"></i> March 2026 Blog Roll
  2301.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2302.        </div>
  2303.        <div class="pulse-widget-body scrollable-sidebar">
  2304.            
  2305.            <div class="pulse-recent-post-item ">
  2306.                <a href="https://www.gullwingbridge.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2307.                                            casinos not on GamStop
  2308.                                            </a>
  2309.            </div>
  2310.            
  2311.            <div class="pulse-recent-post-item ">
  2312.                <a href="https://www.bwacademy.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2313.                                            best payout online casino UK
  2314.                                            </a>
  2315.            </div>
  2316.            
  2317.            <div class="pulse-recent-post-item ">
  2318.                <a href="https://bedforddaycarehospice.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2319.                                            no id verification withdrawal casino uk
  2320.                                            </a>
  2321.            </div>
  2322.            
  2323.            <div class="pulse-recent-post-item ">
  2324.                <a href="https://www.jeremysrestaurant.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2325.                                            fast withdrawal casino UK real money
  2326.                                            </a>
  2327.            </div>
  2328.            
  2329.            <div class="pulse-recent-post-item ">
  2330.                <a href="https://socialeatinghouse.com/" rel="dofollow" class="pulse-recent-title ">
  2331.                                            non GamStop casino UK
  2332.                                            </a>
  2333.            </div>
  2334.            
  2335.            <div class="pulse-recent-post-item ">
  2336.                <a href="https://www.mugdock-country-park.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2337.                                            casino not on GamStop
  2338.                                            </a>
  2339.            </div>
  2340.            
  2341.            <div class="pulse-recent-post-item ">
  2342.                <a href="https://www.open-money.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2343.                                            best casinos not on GamStop
  2344.                                            </a>
  2345.            </div>
  2346.            
  2347.            <div class="pulse-recent-post-item ">
  2348.                <a href="https://www.durhamminers.org/" rel="dofollow" class="pulse-recent-title ">
  2349.                                            non GamStop casinos
  2350.                                            </a>
  2351.            </div>
  2352.            
  2353.            <div class="pulse-recent-post-item ">
  2354.                <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2355.                                            UK casino sites
  2356.                                            </a>
  2357.            </div>
  2358.            
  2359.            <div class="pulse-recent-post-item ">
  2360.                <a href="https://www.illinoistech.org/" rel="dofollow" class="pulse-recent-title ">
  2361.                                            new crypto casinos 2026
  2362.                                            </a>
  2363.            </div>
  2364.            
  2365.            <div class="pulse-recent-post-item ">
  2366.                <a href="https://www.mugdock-country-park.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2367.                                            best non GamStop casinos
  2368.                                            </a>
  2369.            </div>
  2370.            
  2371.            <div class="pulse-recent-post-item ">
  2372.                <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2373.                                            not on GamStop
  2374.                                            </a>
  2375.            </div>
  2376.            
  2377.            <div class="pulse-recent-post-item ">
  2378.                <a href="https://oreoandfriends.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2379.                                            no limit betting sites
  2380.                                            </a>
  2381.            </div>
  2382.            
  2383.            <div class="pulse-recent-post-item ">
  2384.                <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2385.                                            casino not on GamStop
  2386.                                            </a>
  2387.            </div>
  2388.            
  2389.            <div class="pulse-recent-post-item ">
  2390.                <a href="https://www.ginspa.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2391.                                            casino not on GamStop
  2392.                                            </a>
  2393.            </div>
  2394.            
  2395.            <div class="pulse-recent-post-item ">
  2396.                <a href="https://www.kysty.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2397.                                            Slots Not on GAMSTOP
  2398.                                            </a>
  2399.            </div>
  2400.            
  2401.            <div class="pulse-recent-post-item ">
  2402.                <a href="https://oncallfire.uk/" rel="dofollow" class="pulse-recent-title ">
  2403.                                            casino not on GamCare
  2404.                                            </a>
  2405.            </div>
  2406.            
  2407.            <div class="pulse-recent-post-item ">
  2408.                <a href="https://hisbe.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2409.                                            casinos not on gamstop
  2410.                                            </a>
  2411.            </div>
  2412.            
  2413.            <div class="pulse-recent-post-item ">
  2414.                <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2415.                                            Websites Not on Gamban
  2416.                                            </a>
  2417.            </div>
  2418.            
  2419.            <div class="pulse-recent-post-item ">
  2420.                <a href="https://citytosea.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2421.                                            betting sites not on gamstop
  2422.                                            </a>
  2423.            </div>
  2424.            
  2425.            <div class="pulse-recent-post-item ">
  2426.                <a href="https://www.healtheuropa.eu/" rel="dofollow" class="pulse-recent-title ">
  2427.                                            non gamstop casinos
  2428.                                            </a>
  2429.            </div>
  2430.            
  2431.            <div class="pulse-recent-post-item ">
  2432.                <a href="https://www.roadpeace.org/" rel="dofollow" class="pulse-recent-title ">
  2433.                                            casinos not on gamstop
  2434.                                            </a>
  2435.            </div>
  2436.            
  2437.            <div class="pulse-recent-post-item ">
  2438.                <a href="https://roadpeace.org/" rel="dofollow" class="pulse-recent-title ">
  2439.                                            casino
  2440.                                            </a>
  2441.            </div>
  2442.            
  2443.        </div>
  2444.    </div>
  2445.    
  2446.    <div class="pulse-sidebar-widget mb-3">
  2447.        <div class="pulse-widget-header pulse-recent-header">
  2448.            <i class="fas fa-clock"></i> February 2026 Blog Roll
  2449.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2450.        </div>
  2451.        <div class="pulse-widget-body scrollable-sidebar">
  2452.            
  2453.            <div class="pulse-recent-post-item ">
  2454.                <a href="https://glasgowmuseumsslavery.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2455.                                            casino uk online
  2456.                                            </a>
  2457.            </div>
  2458.            
  2459.            <div class="pulse-recent-post-item ">
  2460.                <a href="https://www.lsx.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2461.                                            football betting sites not on gamstop
  2462.                                            </a>
  2463.            </div>
  2464.            
  2465.        </div>
  2466.    </div>
  2467.    
  2468.    
  2469.  
  2470. <!-- CSS Styles -->
  2471. <style>
  2472. /* Sidebar Widget Base */
  2473. .pulse-sidebar-widget {
  2474.    background: var(--card-bg, white);
  2475.    border-radius: 12px;
  2476.    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  2477.    margin-bottom: 30px;
  2478.    overflow: hidden;
  2479.    border: 1px solid var(--border-color);
  2480. }
  2481.  
  2482. .pulse-widget-header {
  2483.    background: var(--bs-primary);
  2484.    color: var(--bs-white);
  2485.    padding: 15px 20px;
  2486.    font-weight: 700;
  2487.    font-size: 13px;
  2488.    text-transform: uppercase;
  2489.    letter-spacing: 1px;
  2490.    position: relative;
  2491.    display: flex;
  2492.    align-items: center;
  2493.    justify-content: space-between;
  2494.    gap: 8px;
  2495. }
  2496.  
  2497. .pulse-header-arrow {
  2498.    font-size: 12px;
  2499.    opacity: 0.8;
  2500. }
  2501.  
  2502.  
  2503.  
  2504.  
  2505.  
  2506. .pulse-widget-body {
  2507.    padding: 25px 20px;
  2508. }
  2509.  
  2510. /* Search Widget */
  2511. .pulse-search-form {
  2512.    position: relative;
  2513. }
  2514.  
  2515. .pulse-search-input-sidebar {
  2516.    width: 100%;
  2517.    padding: 12px 45px 12px 15px;
  2518.    border: 2px solid #e9ecef;
  2519.    border-radius: 8px;
  2520.    font-size: 14px;
  2521.    transition: all 0.3s ease;
  2522.    background: var(--card-bg, white);
  2523.    color: var(--topbar-color, #333);
  2524. }
  2525.  
  2526. .pulse-search-input-sidebar:focus {
  2527.    border-color: var(--topbar-color, #6f42c1);
  2528.    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.1);
  2529.    outline: none;
  2530. }
  2531.  
  2532. .pulse-search-btn-sidebar {
  2533.    position: absolute;
  2534.    right: 5px;
  2535.    top: 50%;
  2536.    transform: translateY(-50%);
  2537.    background: var(--bs-primary, #6f42c1);
  2538.    border: none;
  2539.    color: var(--bs-white);
  2540.    padding: 8px 12px;
  2541.    border-radius: 6px;
  2542.    cursor: pointer;
  2543.    transition: all 0.3s ease;
  2544. }
  2545.  
  2546. .pulse-search-btn-sidebar:hover {
  2547.    background: var(--topbar-color, #5a359a);
  2548.    opacity: 0.9;
  2549. }
  2550.  
  2551. /* Recent Posts Widget */
  2552. .pulse-recent-post-item {
  2553.    padding: 10px 0;
  2554.    border-bottom: 1px solid var(--border-color);
  2555.    transition: all 0.3s ease;
  2556. }
  2557.  
  2558. .pulse-recent-post-item:last-child {
  2559.    border-bottom: none;
  2560.    padding-bottom: 0;
  2561. }
  2562.  
  2563. .pulse-recent-post-item:hover {
  2564.    background: rgba(248, 249, 250,0.1);
  2565.    padding-left: 20px;
  2566.    padding-right: 20px;
  2567.    border-radius: 8px;
  2568. }
  2569.  
  2570. .pulse-recent-title {
  2571.    font-size: 15px;
  2572.    font-weight: 600;
  2573.    color: var(--topbar-color, #2c3e50);
  2574.    line-height: 1.4;
  2575.    margin-bottom: 8px;
  2576.    text-decoration: none;
  2577.    display: block;
  2578. }
  2579.  
  2580. .pulse-recent-title:hover {
  2581.    color: var(--topbar-color, #e83e8c);
  2582.    text-decoration: none;
  2583.    opacity: 0.8;
  2584. }
  2585.  
  2586. .pulse-recent-meta {
  2587.    font-size: 12px;
  2588.    color: #6c757d;
  2589.    display: flex;
  2590.    align-items: center;
  2591.    gap: 10px;
  2592. }
  2593.  
  2594.  
  2595. /* Responsive Design */
  2596. @media (max-width: 768px) {
  2597.    .pulse-widget-body {
  2598.        padding: 20px 15px;
  2599.    }
  2600.    
  2601.    .pulse-recent-title {
  2602.        font-size: 14px;
  2603.    }
  2604. }
  2605.  
  2606. @media (max-width: 992px) {
  2607.    .pulse-sidebar-widget {
  2608.        margin-bottom: 25px;
  2609.    }
  2610. }
  2611. </style>
  2612.  
  2613.    
  2614.            </div>
  2615.      </div>
  2616.    </div>
  2617.  </section>
  2618.  
  2619.  <script>
  2620.    // Intersection Observer for Fade-in Effect
  2621.    document.addEventListener('DOMContentLoaded', function () {
  2622.      const observerOptions = {
  2623.        threshold: 0.2,
  2624.        rootMargin: '0px 0px -50px 0px'
  2625.      }
  2626.    
  2627.      const observer = new IntersectionObserver(function (entries, observer) {
  2628.        entries.forEach((entry) => {
  2629.          if (entry.isIntersecting) {
  2630.            entry.target.classList.add('fade-in')
  2631.            observer.unobserve(entry.target)
  2632.          }
  2633.        })
  2634.      }, observerOptions)
  2635.    
  2636.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  2637.        observer.observe(card)
  2638.      })
  2639.    })
  2640.  </script>
  2641.  
  2642.  
  2643.    
  2644.        
  2645.        <!-- end wpo-blog-highlights-section -->
  2646.        <!-- start wpo-blog-sponsored-section -->
  2647.        
  2648.  
  2649.  
  2650.  
  2651.    
  2652.  
  2653.  
  2654.  
  2655. <style>
  2656.    .sponsored-section-v3 {
  2657.        padding: 0 0 50px;
  2658.    }
  2659.    
  2660.    .sponsored-card-v3 {
  2661.        background: white;
  2662.        border: 1px solid var(--border-color);
  2663.        border-radius: 0;
  2664.        overflow: hidden;
  2665.        transition: all 0.3s ease;
  2666.        height: 100%;
  2667.        position: relative;
  2668.    }
  2669.    
  2670.    .sponsored-card-v3:hover {
  2671.        border-color: #dee2e6;
  2672.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  2673.    }
  2674.    
  2675.    .sponsored-image-v3 {
  2676.        position: relative;
  2677.        overflow: hidden;
  2678.        height: 160px;
  2679.    }
  2680.    
  2681.    .sponsored-image-v3 img {
  2682.        width: 100%;
  2683.        height: 100%;
  2684.        object-fit: cover;
  2685.        filter: grayscale(20%);
  2686.        transition: filter 0.3s ease;
  2687.    }
  2688.    
  2689.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  2690.        filter: grayscale(0%);
  2691.    }
  2692.    
  2693.    .sponsored-badge-v3 {
  2694.        position: absolute;
  2695.        bottom: auto;
  2696.        left: auto;
  2697.        right: 10px;
  2698.        top: 10px;
  2699.        padding: 8px;
  2700.        font-size: 10px;
  2701.        font-weight: 700;
  2702.        text-transform: uppercase;
  2703.        letter-spacing: 1px;
  2704.        text-align: center;
  2705.    }
  2706.    
  2707.    .sponsored-content-v3 {
  2708.        position: relative;
  2709.        padding: 24px 20px;
  2710.    }
  2711.    
  2712.    .sponsored-title-v3 {
  2713.        font-size: 15px;
  2714.        font-weight: 700;
  2715.        line-height: 1.5;
  2716.        margin-bottom: 18px;
  2717.        min-height: 45px;
  2718.        text-transform: uppercase;
  2719.        letter-spacing: 0.5px;
  2720.    }
  2721.    
  2722.    .sponsored-title-v3 a {
  2723.        text-decoration: none;
  2724.        transition: opacity 0.3s ease;
  2725.    }
  2726.    
  2727.    .sponsored-title-v3 a:hover {
  2728.        opacity: 0.8;
  2729.    }
  2730.    
  2731.    .sponsored-meta-v3 {
  2732.        display: flex;
  2733.        align-items: center;
  2734.        justify-content: space-between;
  2735.        font-size: 11px;
  2736.        font-weight: 600;
  2737.        text-transform: uppercase;
  2738.        letter-spacing: 0.5px;
  2739.        padding-top: 12px;
  2740.        border-top: 1px solid #f1f3f4;
  2741.    }
  2742.    
  2743.    .author-info-v3 {
  2744.        display: flex;
  2745.        align-items: center;
  2746.        gap: 8px;
  2747.    }
  2748.    
  2749.    .sponsored-author-img-v3 {
  2750.        width: 30px;
  2751.        height: 30px;
  2752.        border-radius: 50%;
  2753.        object-fit: cover;
  2754.    }
  2755.    
  2756.    .section-title-sponsored-v3 {
  2757.        font-size: 2.5rem;
  2758.        font-weight: 900;
  2759.        text-align: left;
  2760.        margin-bottom: 30px;
  2761.        letter-spacing: 2px;
  2762.        border-left: 8px solid var(--bs-primary);
  2763.        padding-left: 20px;
  2764.    }
  2765.    
  2766.    .sponsored-overlay-v3 {
  2767.        position: absolute;
  2768.        top: 0;
  2769.        left: 0;
  2770.        right: 0;
  2771.        bottom: 0;
  2772.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  2773.        opacity: 0;
  2774.        transition: opacity 0.3s ease;
  2775.    }
  2776.    
  2777.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  2778.        opacity: 1;
  2779.    }
  2780.  
  2781.    @media (max-width: 768px) {
  2782.        .sponsored-section-v3 {
  2783.            padding: 0px 0 40px;
  2784.        }
  2785.        .section-title-sponsored-v3 {
  2786.            font-size: 2.2rem;
  2787.            text-align: center;
  2788.            border-left: none;
  2789.            border-bottom: 4px solid;
  2790.            padding-left: 0;
  2791.            padding-bottom: 10px;
  2792.        }
  2793.        .sponsored-content-v3 {
  2794.            padding: 20px 16px;
  2795.        }
  2796.    }
  2797. </style>
  2798.  
  2799. <section class="sponsored-section-v3">
  2800.    <div class="container-fluid fluid-container mt-5">
  2801.        <div class="row">
  2802.            <div class="col-12">
  2803.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  2804.            </div>
  2805.        </div>
  2806.        
  2807.        <div class="row g-3">
  2808.            
  2809.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2810.                <div class="card sponsored-card-v3">
  2811.                    <div class="sponsored-overlay-v3"></div>
  2812.                    <div class="sponsored-image-v3">
  2813.                        
  2814.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2815.                        
  2816.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2817.                    </div>
  2818.                    <div class="sponsored-content-v3">
  2819.                        <h3 class="sponsored-title-v3">
  2820.                            <a href="/3-xbox-game-pass-titles-that-can-validate-your-subscription-during-the-weekend-nov-21-23/" class="top-color">
  2821.                            3 Xbox Game Pass Titles That Can Validate Your Subscription During the Weekend (Nov. 21-23)
  2822.                            </a>
  2823.                        </h3>
  2824.                        <div class="sponsored-meta-v3">
  2825.                            <div class="author-info-v3">
  2826.                                
  2827.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Logan Delacruz" class="sponsored-author-img-v3">
  2828.                                
  2829.                                <span class="top-color">
  2830.                                    Logan Delacruz
  2831.                                </span>
  2832.                            </div>
  2833.                            <span class="top-color">15 May 2026</span>
  2834.                        </div>
  2835.                    </div>
  2836.                </div>
  2837.            </div>
  2838.            
  2839.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2840.                <div class="card sponsored-card-v3">
  2841.                    <div class="sponsored-overlay-v3"></div>
  2842.                    <div class="sponsored-image-v3">
  2843.                        
  2844.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2845.                        
  2846.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2847.                    </div>
  2848.                    <div class="sponsored-content-v3">
  2849.                        <h3 class="sponsored-title-v3">
  2850.                            <a href="/ashes-pre-series-banter-escalates-as-stuart-broad-labels-australia-the-worst-after-2010/" class="top-color">
  2851.                            Ashes Pre-Series Banter Escalates as Stuart Broad Labels Australia the Worst After 2010
  2852.                            </a>
  2853.                        </h3>
  2854.                        <div class="sponsored-meta-v3">
  2855.                            <div class="author-info-v3">
  2856.                                
  2857.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Logan Delacruz" class="sponsored-author-img-v3">
  2858.                                
  2859.                                <span class="top-color">
  2860.                                    Logan Delacruz
  2861.                                </span>
  2862.                            </div>
  2863.                            <span class="top-color">15 May 2026</span>
  2864.                        </div>
  2865.                    </div>
  2866.                </div>
  2867.            </div>
  2868.            
  2869.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2870.                <div class="card sponsored-card-v3">
  2871.                    <div class="sponsored-overlay-v3"></div>
  2872.                    <div class="sponsored-image-v3">
  2873.                        
  2874.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2875.                        
  2876.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2877.                    </div>
  2878.                    <div class="sponsored-content-v3">
  2879.                        <h3 class="sponsored-title-v3">
  2880.                            <a href="/stefanos-tsitsipas-seriously-considered-walking-away-amid-pain-filled-2025-season/" class="top-color">
  2881.                            Stefanos Tsitsipas Seriously Considered Walking Away Amid Pain-Filled 2025 Season
  2882.                            </a>
  2883.                        </h3>
  2884.                        <div class="sponsored-meta-v3">
  2885.                            <div class="author-info-v3">
  2886.                                
  2887.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Logan Delacruz" class="sponsored-author-img-v3">
  2888.                                
  2889.                                <span class="top-color">
  2890.                                    Logan Delacruz
  2891.                                </span>
  2892.                            </div>
  2893.                            <span class="top-color">15 May 2026</span>
  2894.                        </div>
  2895.                    </div>
  2896.                </div>
  2897.            </div>
  2898.            
  2899.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2900.                <div class="card sponsored-card-v3">
  2901.                    <div class="sponsored-overlay-v3"></div>
  2902.                    <div class="sponsored-image-v3">
  2903.                        
  2904.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2905.                        
  2906.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2907.                    </div>
  2908.                    <div class="sponsored-content-v3">
  2909.                        <h3 class="sponsored-title-v3">
  2910.                            <a href="/tottenham-centre-back-van-de-ven-shares-surprise-at-postecoglou-dismissal/" class="top-color">
  2911.                            Tottenham Centre-Back Van de Ven Shares Surprise At Postecoglou Dismissal
  2912.                            </a>
  2913.                        </h3>
  2914.                        <div class="sponsored-meta-v3">
  2915.                            <div class="author-info-v3">
  2916.                                
  2917.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Logan Delacruz" class="sponsored-author-img-v3">
  2918.                                
  2919.                                <span class="top-color">
  2920.                                    Logan Delacruz
  2921.                                </span>
  2922.                            </div>
  2923.                            <span class="top-color">14 May 2026</span>
  2924.                        </div>
  2925.                    </div>
  2926.                </div>
  2927.            </div>
  2928.            
  2929.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2930.                <div class="card sponsored-card-v3">
  2931.                    <div class="sponsored-overlay-v3"></div>
  2932.                    <div class="sponsored-image-v3">
  2933.                        
  2934.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2935.                        
  2936.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2937.                    </div>
  2938.                    <div class="sponsored-content-v3">
  2939.                        <h3 class="sponsored-title-v3">
  2940.                            <a href="/physical-health-versus-ranking-boulters-australian-open-predicament/" class="top-color">
  2941.                            Physical Health versus Ranking - Boulter&#x27;s Australian Open Predicament
  2942.                            </a>
  2943.                        </h3>
  2944.                        <div class="sponsored-meta-v3">
  2945.                            <div class="author-info-v3">
  2946.                                
  2947.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Logan Delacruz" class="sponsored-author-img-v3">
  2948.                                
  2949.                                <span class="top-color">
  2950.                                    Logan Delacruz
  2951.                                </span>
  2952.                            </div>
  2953.                            <span class="top-color">14 May 2026</span>
  2954.                        </div>
  2955.                    </div>
  2956.                </div>
  2957.            </div>
  2958.            
  2959.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2960.                <div class="card sponsored-card-v3">
  2961.                    <div class="sponsored-overlay-v3"></div>
  2962.                    <div class="sponsored-image-v3">
  2963.                        
  2964.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2965.                        
  2966.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  2967.                    </div>
  2968.                    <div class="sponsored-content-v3">
  2969.                        <h3 class="sponsored-title-v3">
  2970.                            <a href="/spurs-relieve-strain-on-frank-as-simons-seals-straightforward-win-against-slavia-prague/" class="top-color">
  2971.                            Spurs Relieve Strain on Frank as Simons Seals Straightforward Win Against Slavia Prague
  2972.                            </a>
  2973.                        </h3>
  2974.                        <div class="sponsored-meta-v3">
  2975.                            <div class="author-info-v3">
  2976.                                
  2977.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Logan Delacruz" class="sponsored-author-img-v3">
  2978.                                
  2979.                                <span class="top-color">
  2980.                                    Logan Delacruz
  2981.                                </span>
  2982.                            </div>
  2983.                            <span class="top-color">14 May 2026</span>
  2984.                        </div>
  2985.                    </div>
  2986.                </div>
  2987.            </div>
  2988.            
  2989.        </div>
  2990.    </div>
  2991. </section>
  2992.  
  2993.  
  2994.    
  2995.        <!-- end wpo-blog-sponsored-section -->
  2996.        <!-- start wpo-subscribe-section -->
  2997.        
  2998.        <!-- end subscribe-section -->
  2999.        <!-- start of wpo-site-footer-section -->
  3000.        
  3001.  
  3002.  
  3003.  
  3004.  
  3005.  
  3006.  
  3007. <!-- Footer V4 - Modern Corporate Design -->
  3008. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3009.  
  3010.    <div class="container-fluid fluid-container">
  3011.        
  3012.        <!-- Content Sections -->
  3013.        <div class="content-sections">
  3014.            <div class="row g-5">
  3015.                
  3016.                <!-- Brand Column -->
  3017.                <div class="col-lg-4 col-md-12">
  3018.                    <div class="brand-section">
  3019.                        <div class="brand-header">
  3020.                            
  3021.                            <div class="brand-text">
  3022.                                <h3 class="brand-name">Zonex Collective</h3>
  3023.                                <span class="brand-type">Digital Publication</span>
  3024.                            </div>
  3025.                        </div>
  3026.                        <p class="brand-description  text-lg-start ">
  3027.                            Explore the latest trends in digital innovation, creative strategies, and tech insights at Zonex Collective. Join our community of forward-thinkers.
  3028.                        </p>
  3029.                    </div>
  3030.                </div>
  3031.  
  3032.                <!-- Quick Links Column -->
  3033.               <div class="col-lg-4 col-md-6">
  3034.                    <div class="links-section">
  3035.                        <div class="section-title">
  3036.                            <h4 class="title-text">Resources</h4>
  3037.                            <div class="title-decoration"></div>
  3038.                        </div>
  3039.                        <div class="links-container">
  3040.                          
  3041. <div class="link-group">
  3042.    <ul class="link-list" id="externalLinks">
  3043.        
  3044.  
  3045.    
  3046.        
  3047.        
  3048.        
  3049.    </ul>
  3050. </div>
  3051.  
  3052.                        </div>
  3053.                    </div>
  3054.                </div>
  3055.  
  3056.                <!-- Categories Column -->
  3057.                <div class="col-lg-4 col-md-6">
  3058.                    <div class="categories-section">
  3059.                        <div class="section-title">
  3060.                            <h4 class="title-text">Explore Topics</h4>
  3061.                            <div class="title-decoration"></div>
  3062.                        </div>
  3063.                        <div class="categories-container">
  3064.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3065.                            <div class="categories-cloud">
  3066.                                
  3067.                                <a href="/category/all-posts/" class="category-pill">
  3068.                                    All Posts
  3069.                                </a>
  3070.                                
  3071.                                <a href="/category/business/" class="category-pill">
  3072.                                    Business
  3073.                                </a>
  3074.                                
  3075.                                <a href="/category/esports/" class="category-pill">
  3076.                                    Esports
  3077.                                </a>
  3078.                                
  3079.                                <a href="/category/fashion/" class="category-pill">
  3080.                                    Fashion
  3081.                                </a>
  3082.                                
  3083.                                <a href="/category/featured/" class="category-pill">
  3084.                                    Featured
  3085.                                </a>
  3086.                                
  3087.                                <a href="/category/gaming/" class="category-pill">
  3088.                                    Gaming
  3089.                                </a>
  3090.                                
  3091.                                <a href="/category/health/" class="category-pill">
  3092.                                    Health
  3093.                                </a>
  3094.                                
  3095.                                <a href="/category/life-fitness/" class="category-pill">
  3096.                                    Life &amp; Fitness
  3097.                                </a>
  3098.                                
  3099.                            </div>
  3100.                        </div>
  3101.                    </div>
  3102.                </div>
  3103.  
  3104.            </div>
  3105.        </div>
  3106.  
  3107.        <!-- Footer Bottom -->
  3108.        <div class="footer-bottom">
  3109.            <div class="bottom-border"></div>
  3110.            <div class=" d-flex justify-content-between flex-wrap">
  3111.                <div>
  3112.                    <div class="copyright-info">
  3113.                        <p class="copyright-main">
  3114.                            © 2026 <span class="brand-highlight">Zonex Collective</span>. All rights reserved.
  3115.                        </p>
  3116.                        <p class="copyright-sub">
  3117.                            Thoughtfully crafted content for curious minds worldwide.
  3118.                        </p>
  3119.                    </div>
  3120.                </div>
  3121.                <div>
  3122.                    <div class="footer-actions">
  3123.                        <div class="action-links">
  3124.                            <a href="/page/write-for-us/" class="action-link">
  3125.                                <i class="bi bi-shield-check"></i>
  3126.                                <span>Write For Us</span>
  3127.                            </a>
  3128.                            <a href="/page/terms-and-conditions/" class="action-link">
  3129.                                <i class="bi bi-shield-check"></i>
  3130.                                <span>Terms & Conditions</span>
  3131.                            </a>
  3132.                            <a href="/sitemap.xml" class="action-link">
  3133.                                <i class="bi bi-diagram-3"></i>
  3134.                                <span>Sitemap</span>
  3135.                            </a>
  3136.                        </div>
  3137.  
  3138.                    </div>
  3139.                </div>
  3140.            </div>
  3141.        </div>
  3142.  
  3143.    </div>
  3144.  
  3145.    
  3146.  
  3147. </footer>
  3148.  
  3149.  
  3150. <style>
  3151. /* Footer V4 - Modern Corporate Design */
  3152. .wpo-site-footer-v4 {
  3153.    color: var(--footer-color);
  3154.    margin-top: 100px;
  3155. }
  3156.  
  3157.  
  3158. .accent-line {
  3159.    position: absolute;
  3160.    top: 0;
  3161.    height: 100%;
  3162.    width: 33.333%;
  3163.    opacity: 0.8;
  3164. }
  3165.  
  3166. .accent-1 {
  3167.    left: 0;
  3168.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3169.    animation: slideRight 3s ease-in-out infinite;
  3170. }
  3171.  
  3172. .accent-2 {
  3173.    left: 33.333%;
  3174.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3175.    animation: slideRight 3s ease-in-out infinite 1s;
  3176. }
  3177.  
  3178. .accent-3 {
  3179.    left: 66.666%;
  3180.    background: linear-gradient(90deg, #10b981, #059669);
  3181.    animation: slideRight 3s ease-in-out infinite 2s;
  3182. }
  3183.  
  3184. @keyframes slideRight {
  3185.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3186.    50% { transform: translateX(10px); opacity: 1; }
  3187. }
  3188.  
  3189. /* Content Sections */
  3190. .content-sections {
  3191.    padding: 60px 0;
  3192.    position: relative;
  3193.    z-index: 2;
  3194. }
  3195.  
  3196. /* Brand Section */
  3197. .brand-section {
  3198.    padding-right: 2rem;
  3199. }
  3200.  
  3201. .brand-header {
  3202.    display: flex;
  3203.    align-items: center;
  3204.    margin-bottom: 2rem;
  3205.    gap: 1rem;
  3206. }
  3207.  
  3208. .brand-logo {
  3209.    height: 50px;
  3210.    width: auto;
  3211.    border-radius: 8px;
  3212. }
  3213.  
  3214. .brand-name {
  3215.    font-size: 1.5rem;
  3216.    font-weight: 800;
  3217.    color: var(--footer-color) !important;
  3218.    margin: 0;
  3219. }
  3220.  
  3221. .brand-type {
  3222.    color: var(--footer-color) !important;
  3223.    opacity: 0.8;
  3224.    font-size: 0.85rem;
  3225.    font-weight: 500;
  3226.    text-transform: uppercase;
  3227.    letter-spacing: 0.5px;
  3228. }
  3229.  
  3230. .brand-description {
  3231.    color: var(--footer-color) !important;
  3232.    line-height: 1.7;
  3233.    margin-bottom: 2rem;
  3234.    font-size: 0.95rem;
  3235. }
  3236.  
  3237. .brand-stats {
  3238.    display: flex;
  3239.    align-items: center;
  3240.    gap: 1.5rem;
  3241. }
  3242.  
  3243. .stat-item {
  3244.    text-align: center;
  3245. }
  3246.  
  3247. .stat-number {
  3248.    font-size: 1.5rem;
  3249.    font-weight: 800;
  3250.    color: #3b82f6;
  3251.    display: block;
  3252.    line-height: 1;
  3253. }
  3254.  
  3255. .stat-label {
  3256.    font-size: 0.8rem;
  3257.    color: #94a3b8;
  3258.    margin-top: 0.25rem;
  3259. }
  3260.  
  3261. .stat-divider {
  3262.    width: 1px;
  3263.    height: 40px;
  3264.    background: rgba(255, 255, 255, 0.2);
  3265. }
  3266.  
  3267. /* Links Section */
  3268. .links-section {
  3269.    padding-left: 1rem;
  3270.    padding-right: 1rem;
  3271. }
  3272.  
  3273. .section-title {
  3274.    margin-bottom: 2rem;
  3275.    position: relative;
  3276. }
  3277.  
  3278. .title-text {
  3279.    font-size: 1.3rem;
  3280.    font-weight: 700;
  3281.    color: var(--footer-color) !important;
  3282.    margin-bottom: 0.5rem;
  3283.    text-align: justify !important;
  3284. }
  3285.  
  3286.  
  3287. .link-group {
  3288.    margin-bottom: 2rem;
  3289. }
  3290.  
  3291. .group-title {
  3292.    font-size: 1rem;
  3293.    font-weight: 600;
  3294.    color: #f1f5f9;
  3295.    margin-bottom: 1rem;
  3296.    padding-bottom: 0.5rem;
  3297.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3298. }
  3299.  
  3300. .link-list {
  3301.    list-style: none;
  3302.    padding: 0;
  3303.    margin: 0;
  3304. }
  3305.  
  3306. .link-item {
  3307.    margin-bottom: 0.75rem;
  3308. }
  3309.  
  3310. .link-text {
  3311.    color: var(--footer-color) !important;
  3312.    text-decoration: none;
  3313.    font-size: 0.9rem;
  3314.    display: flex;
  3315.    align-items: center;
  3316.    transition: all 0.3s ease;
  3317.    padding: 0.25rem 0;
  3318. }
  3319.  
  3320. .link-text:hover {
  3321.    color: #3b82f6;
  3322.    padding-left: 0.5rem;
  3323. }
  3324.  
  3325. .link-icon {
  3326.    margin-right: 0.5rem;
  3327.    opacity: 0;
  3328.    transition: opacity 0.3s ease;
  3329. }
  3330.  
  3331. .link-text:hover .link-icon {
  3332.    opacity: 1;
  3333. }
  3334.  
  3335. .external-icon {
  3336.    color: #10b981;
  3337. }
  3338.  
  3339. /* Categories Section */
  3340. .categories-section {
  3341.    padding-left: 1rem;
  3342. }
  3343.  
  3344. .categories-intro {
  3345.    color: #cbd5e1;
  3346.    margin-bottom: 1.5rem;
  3347.    font-size: 0.9rem;
  3348. }
  3349.  
  3350. .categories-cloud {
  3351.    display: flex;
  3352.    flex-wrap: wrap;
  3353.    gap: 0.75rem;
  3354. }
  3355.  
  3356. .category-pill {
  3357.    display: inline-block;
  3358.    padding: 0.5rem 1rem;
  3359.    background: rgba(255, 255, 255, 0.1);
  3360.    border: 1px solid rgba(255, 255, 255, 0.2);
  3361.    border-radius: 20px;
  3362.    color:  var(--footer-color) !important;
  3363.    text-decoration: none;
  3364.    font-size: 0.85rem;
  3365.    opacity: 0.7;
  3366.    font-weight: 500;
  3367.    transition: all 0.3s ease;
  3368. }
  3369.  
  3370. .category-pill:hover {
  3371.    background: #3b82f6;
  3372.    border-color: #3b82f6;
  3373.    color: var(--footer-color) !important;
  3374.    opacity: 1;
  3375.    transform: translateY(-1px);
  3376.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3377. }
  3378.  
  3379. /* Footer Bottom */
  3380. .footer-bottom {
  3381.    padding: 2rem 0;
  3382.    position: relative;
  3383.    z-index: 2;
  3384. }
  3385.  
  3386. .bottom-border {
  3387.    height: 1px;
  3388.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3389.    margin-bottom: 2rem;
  3390. }
  3391.  
  3392. .copyright-main {
  3393.    font-size: 1rem;
  3394.    color: #e2e8f0;
  3395.    margin-bottom: 0.25rem;
  3396. }
  3397.  
  3398. .brand-highlight {
  3399.    color: var(--footer-color);
  3400.    font-weight: 700;
  3401. }
  3402.  
  3403. .copyright-sub {
  3404.    font-size: 0.85rem;
  3405.    color: #94a3b8;
  3406.    margin: 0;
  3407. }
  3408.  
  3409. .footer-actions {
  3410.    display: flex;
  3411.    align-items: center;
  3412.    gap: 2rem;
  3413. }
  3414.  
  3415. .action-links {
  3416.    display: flex;
  3417.    gap: 1.5rem;
  3418. }
  3419.  
  3420. .action-link {
  3421.    display: flex;
  3422.    align-items: center;
  3423.    gap: 0.5rem;
  3424.    color: #cbd5e1;
  3425.    text-decoration: none;
  3426.    font-size: 0.9rem;
  3427.    transition: color 0.3s ease;
  3428. }
  3429.  
  3430. .action-link:hover {
  3431.    color: #3b82f6;
  3432. }
  3433.  
  3434. .scroll-to-top-btn {
  3435.    background: rgba(255, 255, 255, 0.1);
  3436.    border: 1px solid rgba(255, 255, 255, 0.2);
  3437.    color: #cbd5e1;
  3438.    width: 44px;
  3439.    height: 44px;
  3440.    border-radius: 12px;
  3441.    cursor: pointer;
  3442.    transition: all 0.3s ease;
  3443.    display: flex;
  3444.    align-items: center;
  3445.    justify-content: center;
  3446. }
  3447.  
  3448. .scroll-to-top-btn:hover {
  3449.    background: #3b82f6;
  3450.    border-color: #3b82f6;
  3451.    color: white;
  3452.    transform: translateY(-2px);
  3453. }
  3454.  
  3455. /* Background Pattern */
  3456. .footer-pattern {
  3457.    position: absolute;
  3458.    top: 0;
  3459.    left: 0;
  3460.    width: 100%;
  3461.    height: 100%;
  3462.    z-index: 1;
  3463.    overflow: hidden;
  3464. }
  3465.  
  3466. .pattern-grid {
  3467.    position: relative;
  3468.    width: 100%;
  3469.    height: 100%;
  3470. }
  3471.  
  3472. .pattern-dot {
  3473.    position: absolute;
  3474.    width: 2px;
  3475.    height: 2px;
  3476.    background: rgba(255, 255, 255, 0.1);
  3477.    border-radius: 50%;
  3478. }
  3479.  
  3480. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3481. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3482. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3483. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3484. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3485. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3486.  
  3487. /* Responsive Design */
  3488. @media (max-width: 992px) {
  3489.    .newsletter-heading {
  3490.        font-size: 2rem;
  3491.    }
  3492.    
  3493.    .brand-section {
  3494.        padding-right: 0;
  3495.        margin-bottom: 3rem;
  3496.    }
  3497.    
  3498.    .links-section, .categories-section {
  3499.        padding-left: 0;
  3500.        padding-right: 0;
  3501.    }
  3502.    
  3503.    .brand-stats {
  3504.        justify-content: center;
  3505.        margin-top: 2rem;
  3506.    }
  3507. }
  3508.  
  3509. @media (max-width: 768px) {
  3510.    .newsletter-section {
  3511.        padding: 60px 0 40px;
  3512.    }
  3513.    
  3514.    .newsletter-container {
  3515.        padding: 2rem 1.5rem;
  3516.        margin: 0 1rem;
  3517.    }
  3518.    
  3519.    .newsletter-heading {
  3520.        font-size: 1.75rem;
  3521.    }
  3522.    
  3523.    .content-sections {
  3524.        padding: 40px 0;
  3525.    }
  3526.    
  3527.    .brand-header {
  3528.        flex-direction: column;
  3529.        text-align: center;
  3530.    }
  3531.    
  3532.    .footer-actions {
  3533.        flex-direction: column;
  3534.        gap: 1rem;
  3535.        margin-top: 1.5rem;
  3536.    }
  3537.    
  3538.    .action-links {
  3539.        order: 2;
  3540.    }
  3541.    
  3542.    .scroll-to-top-btn {
  3543.        order: 1;
  3544.    }
  3545. }
  3546.  
  3547. @media (max-width: 576px) {
  3548.    .newsletter-container {
  3549.        padding: 1.5rem 1rem;
  3550.    }
  3551.    
  3552.    .newsletter-heading {
  3553.        font-size: 1.5rem;
  3554.    }
  3555.    
  3556.    .brand-stats {
  3557.        flex-direction: column;
  3558.        gap: 1rem;
  3559.    }
  3560.    
  3561.    .stat-divider {
  3562.        width: 40px;
  3563.        height: 1px;
  3564.    }
  3565.    
  3566.    .action-links {
  3567.        flex-direction: column;
  3568.        gap: 0.75rem;
  3569.        text-align: center;
  3570.    }
  3571.    
  3572.    .pattern-dot {
  3573.        display: none;
  3574.    }
  3575. }
  3576. </style>
  3577.  
  3578. <!-- Bootstrap 5 JS -->
  3579.  
  3580. <script>
  3581. // Scroll to Top Function
  3582. document.addEventListener('DOMContentLoaded', function () {
  3583.    var btn = document.getElementById('toggleExternal');
  3584.    if (!btn) return; // No extra items, no button
  3585.  
  3586.    var extras = document.querySelectorAll('#externalLinks li.extra');
  3587.  
  3588.    btn.addEventListener('click', function () {
  3589.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3590.            return li.classList.contains('d-none');
  3591.        });
  3592.  
  3593.        extras.forEach(function (li) {
  3594.            if (anyHidden) {
  3595.                li.classList.remove('d-none');
  3596.                li.classList.add('show');
  3597.            } else {
  3598.                li.classList.add('d-none');
  3599.                li.classList.remove('show');
  3600.            }
  3601.        });
  3602.  
  3603.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3604.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3605.    });
  3606. });
  3607. function scrollToTop() {
  3608.    window.scrollTo({
  3609.        top: 0,
  3610.        behavior: 'smooth'
  3611.    });
  3612. }
  3613.  
  3614. // Initialize Footer V4 Features
  3615. document.addEventListener('DOMContentLoaded', function() {
  3616.    
  3617.    // Newsletter Form Handling
  3618.    const newsletterForm = document.querySelector('.newsletter-form');
  3619.    const emailInput = document.querySelector('.form-input');
  3620.    const submitButton = document.querySelector('.submit-button');
  3621.    const successMessage = document.querySelector('.success-message');
  3622.    const errorMessage = document.querySelector('.error-message');
  3623.    const infoMessage = document.querySelector('.info-message');
  3624.    
  3625.    if (newsletterForm && emailInput && submitButton) {
  3626.        
  3627.        // Form submission
  3628.        newsletterForm.addEventListener('submit', function(e) {
  3629.            e.preventDefault();
  3630.            
  3631.            const email = emailInput.value.trim();
  3632.            
  3633.            // Validate email
  3634.            if (!email || !isValidEmail(email)) {
  3635.                showMessage('error');
  3636.                emailInput.focus();
  3637.                return;
  3638.            }
  3639.            
  3640.            // Show loading state
  3641.            const originalText = submitButton.querySelector('.button-text').textContent;
  3642.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  3643.            
  3644.            submitButton.disabled = true;
  3645.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  3646.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  3647.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  3648.            
  3649.            // Simulate API call
  3650.            setTimeout(() => {
  3651.                // Success state
  3652.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  3653.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  3654.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  3655.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3656.                
  3657.                showMessage('success');
  3658.                
  3659.                // Reset after delay
  3660.                setTimeout(() => {
  3661.                    submitButton.querySelector('.button-text').textContent = originalText;
  3662.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  3663.                    submitButton.style.background = '';
  3664.                    submitButton.disabled = false;
  3665.                    emailInput.value = '';
  3666.                    showMessage('info');
  3667.                }, 3000);
  3668.                
  3669.            }, 2000);
  3670.        });
  3671.        
  3672.        // Input validation
  3673.        emailInput.addEventListener('blur', function() {
  3674.            const email = this.value.trim();
  3675.            if (email && !isValidEmail(email)) {
  3676.                this.style.borderColor = '#ef4444';
  3677.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  3678.            } else if (email && isValidEmail(email)) {
  3679.                this.style.borderColor = '#10b981';
  3680.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  3681.            }
  3682.        });
  3683.        
  3684.        emailInput.addEventListener('focus', function() {
  3685.            this.style.borderColor = '#3b82f6';
  3686.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  3687.        });
  3688.        
  3689.        // Reset validation styling on input
  3690.        emailInput.addEventListener('input', function() {
  3691.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  3692.                this.style.borderColor = '';
  3693.                this.style.boxShadow = '';
  3694.            }
  3695.        });
  3696.    }
  3697.    
  3698.    // Email validation function
  3699.    function isValidEmail(email) {
  3700.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3701.        return emailRegex.test(email);
  3702.    }
  3703.    
  3704.    // Message display function
  3705.    function showMessage(type) {
  3706.        // Hide all messages
  3707.        successMessage.style.display = 'none';
  3708.        errorMessage.style.display = 'none';
  3709.        infoMessage.style.display = 'none';
  3710.        
  3711.        // Show specific message
  3712.        if (type === 'success') {
  3713.            successMessage.style.display = 'block';
  3714.        } else if (type === 'error') {
  3715.            errorMessage.style.display = 'block';
  3716.        } else if (type === 'info') {
  3717.            infoMessage.style.display = 'block';
  3718.        }
  3719.    }
  3720.    
  3721.    // Smooth reveal animations
  3722.    const observerOptions = {
  3723.        threshold: 0.1,
  3724.        rootMargin: '0px 0px -30px 0px'
  3725.    };
  3726.    
  3727.    const sectionObserver = new IntersectionObserver((entries) => {
  3728.        entries.forEach(entry => {
  3729.            if (entry.isIntersecting) {
  3730.                entry.target.style.opacity = '1';
  3731.                entry.target.style.transform = 'translateY(0)';
  3732.            }
  3733.        });
  3734.    }, observerOptions);
  3735.    
  3736.    // Animate sections
  3737.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  3738.        section.style.opacity = '0';
  3739.        section.style.transform = 'translateY(20px)';
  3740.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  3741.        sectionObserver.observe(section);
  3742.    });
  3743.    
  3744.    // Animate category pills
  3745.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  3746.        pill.style.opacity = '0';
  3747.        pill.style.transform = 'translateY(10px)';
  3748.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  3749.        
  3750.        setTimeout(() => {
  3751.            pill.style.opacity = '1';
  3752.            pill.style.transform = 'translateY(0)';
  3753.        }, 300 + (index * 100));
  3754.    });
  3755.    
  3756.    // Enhanced link hover effects
  3757.    document.querySelectorAll('.link-text').forEach(link => {
  3758.        link.addEventListener('mouseenter', function() {
  3759.            const icon = this.querySelector('.link-icon');
  3760.            if (icon) {
  3761.                icon.style.transform = 'translateX(4px)';
  3762.            }
  3763.        });
  3764.        
  3765.        link.addEventListener('mouseleave', function() {
  3766.            const icon = this.querySelector('.link-icon');
  3767.            if (icon) {
  3768.                icon.style.transform = 'translateX(0)';
  3769.            }
  3770.        });
  3771.    });
  3772.    
  3773.    // Prevent default for demo links
  3774.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3775.        link.addEventListener('click', function(e) {
  3776.            e.preventDefault();
  3777.        });
  3778.    });
  3779.    
  3780.    // Add ripple effect to submit button
  3781.    submitButton.addEventListener('click', function(e) {
  3782.        const ripple = document.createElement('span');
  3783.        const rect = this.getBoundingClientRect();
  3784.        const size = Math.max(rect.width, rect.height);
  3785.        const x = e.clientX - rect.left - size / 2;
  3786.        const y = e.clientY - rect.top - size / 2;
  3787.        
  3788.        ripple.style.cssText = `
  3789.            position: absolute;
  3790.            width: ${size}px;
  3791.            height: ${size}px;
  3792.            left: ${x}px;
  3793.            top: ${y}px;
  3794.            background: rgba(255, 255, 255, 0.3);
  3795.            border-radius: 50%;
  3796.            transform: scale(0);
  3797.            animation: ripple 0.6s ease-out;
  3798.            pointer-events: none;
  3799.        `;
  3800.        
  3801.        this.appendChild(ripple);
  3802.        
  3803.        setTimeout(() => {
  3804.            ripple.remove();
  3805.        }, 600);
  3806.    });
  3807.    
  3808. });
  3809.  
  3810. // Add CSS for ripple animation
  3811. const rippleStyle = document.createElement('style');
  3812. rippleStyle.textContent = `
  3813.    @keyframes ripple {
  3814.        to {
  3815.            transform: scale(2);
  3816.            opacity: 0;
  3817.        }
  3818.    }
  3819.    
  3820.    @keyframes spin {
  3821.        from { transform: rotate(0deg); }
  3822.        to { transform: rotate(360deg); }
  3823.    }
  3824.    
  3825.    .submit-button {
  3826.        position: relative;
  3827.        overflow: hidden;
  3828.    }
  3829. `;
  3830. document.head.appendChild(rippleStyle);
  3831. </script>
  3832.  
  3833.        <!-- end of wpo-site-footer-section -->
  3834.    </div>
  3835.    <!-- end of page-wrapper -->
  3836.  
  3837.    <!-- All JavaScript files
  3838.    ================================================== -->
  3839.    
  3840.  
  3841. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3842. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3843. <!-- Plugins for this template -->
  3844. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3845. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3846. <!-- Custom script for this template -->
  3847. <script src="/static/blogapp/assets/js/script.js"></script>
  3848.  
  3849. <script>
  3850. (function () {
  3851. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3852. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3853.  
  3854. function applyFallback(img) {
  3855. if (!img || img.dataset.fallbackApplied === "1") {
  3856. return;
  3857. }
  3858. var failedSrc = img.currentSrc || img.src || "";
  3859. img.dataset.fallbackApplied = "1";
  3860. img.onerror = null;
  3861. img.src = fallbackImageSrc;
  3862. console.warn("[ImageFallback] Replaced broken image:", {
  3863. failedSrc: failedSrc,
  3864. fallbackSrc: fallbackImageSrc,
  3865. alt: img.alt || "",
  3866. });
  3867. }
  3868.  
  3869. document.querySelectorAll("img").forEach(function (img) {
  3870. if (img.complete && img.naturalWidth === 0) {
  3871. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3872. failedSrc: img.currentSrc || img.src || "",
  3873. alt: img.alt || "",
  3874. });
  3875. applyFallback(img);
  3876. }
  3877. });
  3878.  
  3879. document.addEventListener(
  3880. "error",
  3881. function (event) {
  3882. var target = event.target;
  3883. if (target && target.tagName === "IMG") {
  3884. applyFallback(target);
  3885. }
  3886. },
  3887. true
  3888. );
  3889. })();
  3890. </script>
  3891.  
  3892. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3893.  
  3894.  
  3895.  
  3896. <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":"e58c95ac18c040cdab4033f020c71338","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3897. </body>
  3898.  
  3899. </html>
  3900.  
  3901.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda