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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ptserif">
  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_69_qhgn2zA_A9IJv6h_ze1gdS2.png">
  14.    
  15.  
  16.    <title>HarborLink UK: Maritime Industry News and Shipping Updates</title>
  17.    <meta name="description" content="Stay informed with the latest maritime news, shipping trends, and port developments in the UK and beyond. Expert analysis for industry professionals.">
  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://harborlink.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffc107;
  42.        --bs-primary-rgb: ffc107;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fefce8;
  49.        --bs-dark: #3f3f46;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffc107;
  53.        --theme-primary-color-s2: #ffc107;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f3f46;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f3f46;
  59.        --border-color: #fef08a;
  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: #fef08a;
  75.        --navbar-color: #3f3f46;
  76.        --topbar-bg: #fefce8;
  77.        --topbar-color: #3f3f46;
  78.        --footer-bg: #3f3f46;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fef08a;
  82.        --card-radius: 10px;
  83.        --link-color: #ffc107;
  84.        --link-hover: #e0a800;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 193, 7, 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_39">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  412.            <div class="d-flex">
  413.              <span class="fw-bold">Latest</span>
  414.            </div>
  415.            <div class="d-flex">
  416.              <span class="fw-bold">Update</span>
  417.            </div>
  418.          </div>
  419.  
  420.          <!-- Add an id to the marquee -->
  421.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  422.            <p class="text-center">
  423.              
  424.               <a href="/californias-governor-confirms-he-is-considering-a-white-house-bid-in-2028/" class="px-5 top-color">
  425.                    California&#x27;s Governor Confirms He Is Considering a White House Bid in 2028
  426.                  </a>
  427.              
  428.               <a href="/there-are-those-on-the-political-spectrum-who-offer-only-grievance-ministers-are-moving-forward-with-the-job-of-economic-rejuvenation/" class="px-5 top-color">
  429.                    There are those on the political spectrum who offer only grievance: Ministers are moving forward with the job of economic rejuvenation.
  430.                  </a>
  431.              
  432.               <a href="/the-greater-manchester-mayor-was-likely-to-have-secured-the-recent-byelection-says-labour-deputy-leader/" class="px-5 top-color">
  433.                    The Greater Manchester Mayor Was &#x27;Likely&#x27; to Have Secured the Recent Byelection, Says Labour Deputy Leader
  434.                  </a>
  435.              
  436.               <a href="/ex-bbc-advisers-undergo-members-of-parliaments-questioning-in-the-wake-of-claims-of-prejudice-in-disclosed-memo/" class="px-5 top-color">
  437.                    Ex- BBC Advisers Undergo Members of Parliament&#x27;s Questioning In the Wake of Claims of Prejudice in Disclosed Memo
  438.                  </a>
  439.              
  440.               <a href="/toronto-blue-jays-secure-fall-classic-matchup-against-los-angeles-dodgers/" class="px-5 top-color">
  441.                    Toronto Blue Jays Secure Fall Classic Matchup Against Los Angeles Dodgers
  442.                  </a>
  443.                          
  444.            </p>
  445.          </marquee>
  446.        </div>
  447.      </div>
  448.    </div>
  449.  </div>
  450. </div>
  451.  
  452. <script>
  453.  // Stop/start marquee when hovering or focusing links inside it
  454.  document.addEventListener("DOMContentLoaded", function () {
  455.    const marquee = document.getElementById("newsMarquee");
  456.    if (!marquee) return;
  457.  
  458.    marquee.querySelectorAll("a").forEach((link) => {
  459.      link.addEventListener("mouseenter", () => marquee.stop());
  460.      link.addEventListener("mouseleave", () => marquee.start());
  461.      // keyboard accessibility
  462.      link.addEventListener("focus", () => marquee.stop());
  463.      link.addEventListener("blur", () => marquee.start());
  464.    });
  465.  });
  466. </script>
  467.  
  468.  
  469.  
  470.            
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477. <header class="header-v2 mb-4">
  478.    <div class="main-header-v2">
  479.        <div class="container-fluid fluid-container">
  480.            <div class="row align-items-center">
  481.                <div class="col-lg-3 col-md-4 col-6">
  482.                   <div class="logo-area-v2">
  483.                        <a class="navbar-brand" href="/">
  484.                            
  485.                                HarborLink UK
  486.                            
  487.                        </a>
  488.                    </div>
  489.                </div>
  490.  
  491.                <div class="col-lg-6 col-md-8 col-6 d-none d-md-block">
  492.                    <div class="search-area-v2">
  493.                        <form class="search-wrapper-v2" action="#" method="get">
  494.                            <input type="search" class="search-field-v2"
  495.                                placeholder="Search articles, news, tutorials..." name="q" id="search-input1">
  496.                            <!-- <button type="submit" class="search-button-v2">
  497.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  498.                                    stroke-width="2">
  499.                                    <circle cx="11" cy="11" r="8"></circle>
  500.                                    <path d="m21 21-4.35-4.35"></path>
  501.                                </svg>
  502.                                <span>Search</span>
  503.                            </button> -->
  504.                            <!-- The search results will be displayed here -->
  505.                        </form>
  506.                        <div id="search-results1" class="search-results-container search-v1"></div>
  507.                    </div>
  508.                </div>
  509.            </div>
  510.  
  511.            <!-- Mobile Search -->
  512.            <div class="row d-md-none">
  513.                <div class="col-12">
  514.                    <div class="search-area-v2">
  515.                        <form class="search-wrapper-v2" action="#" method="get">
  516.                            <input type="search" class="search-field-v2" placeholder="Search..." name="q" id="search-input">
  517.                            <!-- <button type="submit" class="search-button-v2">
  518.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  519.                                    stroke-width="2">
  520.                                    <circle cx="11" cy="11" r="8"></circle>
  521.                                    <path d="m21 21-4.35-4.35"></path>
  522.                                </svg>
  523.                                <span>Search</span>
  524.                            </button> -->
  525.                        <!-- The search results will be displayed here -->
  526.                    </form>
  527.                    <div id="search-results12" class="search-results-container search-v1"></div>
  528.                    </div>
  529.                </div>
  530.            </div>
  531.        </div>
  532.    </div>
  533.  
  534.    <!-- Navigation Bar -->
  535.    <nav class="nav-bar-v2">
  536.        <div class="container-fluid fluid-container">
  537.            <div class="nav-container-v2 py-2">
  538.  
  539.                <!-- Mobile Menu Toggle -->
  540.                <button class="mobile-toggle d-lg-none" type="button" onclick="toggleMobileMenu()">
  541.                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  542.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  543.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  544.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  545.                    </svg>
  546.                    Menu
  547.                </button>
  548.  
  549.                <!-- Navigation Menu -->
  550.                <ul class="nav-menu-v2" id="navMenu">
  551.  
  552.                    
  553.                    <li class="nav-item-v2">
  554.                        <a href="/" class="nav-link-v2 active-v2">Home</a>
  555.                    </li>
  556.  
  557.                    
  558.                    
  559.                     <li class="nav-item-v2">
  560.                        <a href="/category/all-posts/" class="nav-link-v2">
  561.                            All Posts
  562.                        </a>
  563.                        </li>
  564.  
  565.                        
  566.  
  567.                                
  568.                                
  569.                        
  570.                     <li class="nav-item-v2">
  571.                        <a href="/category/business/" class="nav-link-v2">
  572.                            Business
  573.                        </a>
  574.                        </li>
  575.  
  576.                        
  577.  
  578.                                
  579.                                
  580.                        
  581.                     <li class="nav-item-v2">
  582.                        <a href="/category/esports/" class="nav-link-v2">
  583.                            Esports
  584.                        </a>
  585.                        </li>
  586.  
  587.                        
  588.  
  589.                                
  590.                                
  591.                        
  592.                     <li class="nav-item-v2">
  593.                        <a href="/category/fashion/" class="nav-link-v2">
  594.                            Fashion
  595.                        </a>
  596.                        </li>
  597.  
  598.                        
  599.  
  600.                                
  601.                                
  602.                        
  603.                     <li class="nav-item-v2">
  604.                        <a href="/category/featured/" class="nav-link-v2">
  605.                            Featured
  606.                        </a>
  607.                        </li>
  608.  
  609.                        
  610.  
  611.                                
  612.                                
  613.                        
  614.                    
  615.                        
  616.                        <li class="nav-item-v2" onclick="toggleDropdown(this, event)">
  617.                            <a href="#" class="nav-link-v2">
  618.                                More
  619.                                <svg class="d-lg-none" width="12" height="12" style="margin-left: 5px;"
  620.                                    viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  621.                                    <path d="m6 9 6 6 6-6"></path>
  622.                                </svg>
  623.                            </a>
  624.                            <div class="dropdown-v2">
  625.                                <a href="/category/gaming/" class="dropdown-link-v2">
  626.                                    Gaming
  627.                                </a>
  628.                                
  629.  
  630.                                
  631.                                
  632.                        
  633.                    
  634.                                <a href="/category/health/" class="dropdown-link-v2">
  635.                                    Health
  636.                                </a>
  637.                                
  638.  
  639.                                
  640.                                
  641.                        
  642.                    
  643.                                <a href="/category/life-fitness/" class="dropdown-link-v2">
  644.                                    Life &amp; Fitness
  645.                                </a>
  646.                                
  647.  
  648.                                
  649.                                
  650.                        
  651.                    
  652.                                <a href="/category/lifestyle/" class="dropdown-link-v2">
  653.                                    Lifestyle
  654.                                </a>
  655.                                
  656.  
  657.                                
  658.                                
  659.                        
  660.                    
  661.                                <a href="/category/news/" class="dropdown-link-v2">
  662.                                    News
  663.                                </a>
  664.                                
  665.  
  666.                                
  667.                                
  668.                        
  669.                    
  670.                                <a href="/category/others/" class="dropdown-link-v2">
  671.                                    Others
  672.                                </a>
  673.                                
  674.  
  675.                                
  676.                                
  677.                        
  678.                    
  679.                                <a href="/category/politics/" class="dropdown-link-v2">
  680.                                    Politics
  681.                                </a>
  682.                                
  683.  
  684.                                
  685.                                
  686.                        
  687.                    
  688.                                <a href="/category/sports/" class="dropdown-link-v2">
  689.                                    Sports
  690.                                </a>
  691.                                
  692.  
  693.                                
  694.                                
  695.                        
  696.                    
  697.                                <a href="/category/tech/" class="dropdown-link-v2">
  698.                                    Tech
  699.                                </a>
  700.                                
  701.  
  702.                                
  703.                                
  704.                        
  705.                    
  706.                                <a href="/category/travel/" class="dropdown-link-v2">
  707.                                    Travel
  708.                                </a>
  709.                                
  710.  
  711.                                
  712.                                
  713.                            </div>
  714.                        </li>
  715.                        
  716.                        
  717. <li>
  718.                  <a href="/page/contact-us/">
  719.                     Contact Us
  720.                  </a>
  721.              </li>
  722.                </ul>
  723.  
  724.            </div>
  725.        </div>
  726.    </nav>
  727. </header>
  728.  
  729. <script>
  730.    function toggleMobileMenu() {
  731.        const navMenu = document.getElementById('navMenu');
  732.        navMenu.classList.toggle('show');
  733.    }
  734.  
  735.    function toggleDropdown(element, event) {
  736.        // Only handle dropdown toggle on mobile
  737.        if (window.innerWidth < 992) {
  738.            event.preventDefault();
  739.            element.classList.toggle('dropdown-open');
  740.        }
  741.    }
  742.  
  743.    // Close mobile menu when clicking outside
  744.    document.addEventListener('click', function (event) {
  745.        const navMenu = document.getElementById('navMenu');
  746.        const mobileToggle = document.querySelector('.mobile-toggle');
  747.  
  748.        if (!navMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  749.            navMenu.classList.remove('show');
  750.        }
  751.    });
  752.  
  753.    // Handle window resize
  754.    window.addEventListener('resize', function () {
  755.        const navMenu = document.getElementById('navMenu');
  756.        if (window.innerWidth >= 992) {
  757.            navMenu.classList.remove('show');
  758.            // Remove all dropdown-open classes
  759.            document.querySelectorAll('.dropdown-open').forEach(item => {
  760.                item.classList.remove('dropdown-open');
  761.            });
  762.        }
  763.    });
  764. </script>
  765.  
  766. <script>
  767.  document.addEventListener("DOMContentLoaded", function () {
  768.    console.log("loaded");
  769.  
  770.    //const searchInput = document.getElementById("search-input1");
  771.     const searchInput = window.innerWidth <= 991
  772.      ? document.getElementById("search-input")
  773.      : document.getElementById("search-input1");
  774.    const searchResults = window.innerWidth <= 991
  775.      ? document.getElementById("search-results12") :document.getElementById("search-results1");
  776.  
  777.    if (!searchInput || !searchResults) {
  778.      console.error("Search input/results not found");
  779.      return;
  780.    }
  781.  
  782.    // Prevent form submission
  783.    if (searchInput.form) {
  784.      searchInput.form.addEventListener("submit", function (e) {
  785.        e.preventDefault();
  786.      });
  787.    }
  788.  
  789.    // Add event listener for keyup
  790.    searchInput.addEventListener("keyup", function (e) {
  791.      console.log("Key pressed:", e.key);
  792.      e.preventDefault();
  793.  
  794.      const query = searchInput.value.trim();
  795.      console.log("User is typing: " + query);
  796.  
  797.      // If empty → clear and hide
  798.      if (query === "") {
  799.        searchResults.innerHTML = "";
  800.        searchResults.style.display = "none";
  801.        return;
  802.      }
  803.  
  804.      // Show results
  805.      searchResults.style.display = "block";
  806.  
  807.      // Fetch search results
  808.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  809.        method: "GET",
  810.        headers: { "X-Requested-With": "XMLHttpRequest" },
  811.      })
  812.        .then(response => {
  813.          console.log("Response Status:", response.status);
  814.          return response.json();
  815.        })
  816.        .then(data => {
  817.          console.log("Data received:", data);
  818.          if (data.html) {
  819.            searchResults.innerHTML = data.html;
  820.          } else {
  821.            searchResults.innerHTML = "<p>No results found.</p>";
  822.          }
  823.        })
  824.        .catch(error => {
  825.          console.error("Error fetching search results:", error);
  826.        });
  827.    });
  828.  
  829.    // Close results when clicking outside
  830.    document.addEventListener("click", function (e) {
  831.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  832.        searchResults.style.display = "none";
  833.      }
  834.    });
  835.  
  836.    // Close results on ESC key
  837.    document.addEventListener("keydown", function (e) {
  838.      if (e.key === "Escape") {
  839.        searchResults.style.display = "none";
  840.      }
  841.    });
  842.  });
  843. </script>
  844.  
  845. <style>
  846.        /* search field */
  847.  .search-results-container {
  848.  position: absolute;
  849.  top: 100%; /* Position it below the input field */
  850.  left: 10px;
  851.  right: 10px;
  852.  background-color: white;
  853.  border: 1px solid #ddd;
  854.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  855.  max-height: 300px;
  856.  overflow-y: auto;
  857.  z-index: 1000;
  858.  display: none; /* Initially hidden */
  859. }
  860.  
  861. .search-results-container p {
  862.  margin: 0;
  863. }
  864.  
  865. .search-results-container .result-item {
  866.  padding: 10px;
  867.  cursor: pointer;
  868. }
  869.  
  870. .search-results-container .result-item:hover {
  871.  background-color: #f0f0f0;
  872. }
  873. </style>
  874.  
  875.        </header>
  876.        <!-- end of header -->
  877.        <!-- start of wpo-blog-hero -->
  878.        
  879.  
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886. <div class="blog-hero-v5">
  887.  <div class="container-fluid fluid-container">
  888.    <!-- Top Hero Banner -->
  889.    <div class="row hero-banner">
  890.      
  891.      
  892.        
  893.        <div class="col-12">
  894.          <div class="banner-container d-md-flex d-none">
  895.            
  896.                <img   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="banner-image">
  897.            
  898.            <div class="banner-overlay">
  899.              <span class="banner-category bg-primary-gradient">News</span>
  900.              <h2 class="banner-title"> <a href="/england-name-bashir-in-line-up-for-ashes-initial-match/" class="blog-color">
  901.                                        England Name Bashir in Line-up for Ashes Initial Match
  902.                                    </a></h2>
  903.              <p class="blog-color"></p>
  904.            </div>
  905.          </div>
  906.        </div>
  907.  
  908.      
  909.      
  910.      <!-- <div class="featured-grid">
  911.        <div class="col-12">
  912.          <div class="featured-card d-block d-md-none">
  913.            <img src="/static/blogapp/assets/images/hero/img-1.jpg" alt="Tech Post" class="card-image" />
  914.            <div class="card-content">
  915.              <span class="card-category bg-primary-gradient">Travel & Adventure</span>
  916.              <h2>Journey Through The Swiss Alps: A Complete Guide</h2>
  917.              <p>Discover breathtaking landscapes and hidden trails for an unforgettable adventure.</p>
  918.              <div class="author-info">
  919.                <span class="author-name">Sarah Wilson</span>
  920.                <span class="post-time">2 hours ago</span>
  921.              </div>
  922.            </div>
  923.          </div>
  924.        </div>
  925.      </div> -->
  926.    </div>
  927.  
  928.    <!-- Main Content Row -->
  929.  </div>
  930.  <div class="container-fluid fluid-container">
  931.    <div class="row main-content">
  932.      <!-- Left: Featured Posts Grid -->
  933.      <div class="col-lg-8 col-md-12">
  934.        <h5 class="section-title">Recent Posts</h5>
  935.        <div class="row featured-grid">
  936.          
  937.          <div class="col-md-6">
  938.            <div class="featured-card">
  939.              
  940.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  941.                      class="card-image" style="object-fit: cover;" alt="">
  942.              
  943.              <div class="card-content">
  944.                <span class="card-category bg-primary-gradient">News</span>
  945.                <h4 class="card-title"><a class="top-color" href="/olympian-and-other-eritreans-released-after-18-years-without-facing-charges-relatives-say/" >
  946.                                        Olympian and Other Eritreans Released After 18 Years Without Facing Charges, Relatives Say
  947.                                    </a></h4>
  948.                <div class="author-info">
  949.                  <span class="author-name">Justin Bishop</span>
  950.                  <span class="post-time">13 May 2026</span>
  951.                </div>
  952.              </div>
  953.            </div>
  954.          </div>
  955.          
  956.          <div class="col-md-6">
  957.            <div class="featured-card">
  958.              
  959.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  960.                      class="card-image" style="object-fit: cover;" alt="">
  961.              
  962.              <div class="card-content">
  963.                <span class="card-category bg-primary-gradient">News</span>
  964.                <h4 class="card-title"><a class="top-color" href="/the-kpop-demon-hunters-series-floats-to-take-center-stage-at-the-iconic-thanksgiving-parade/" >
  965.                                        The KPop Demon Hunters Series Floats to Take Center Stage at the Iconic Thanksgiving Parade
  966.                                    </a></h4>
  967.                <div class="author-info">
  968.                  <span class="author-name">Justin Bishop</span>
  969.                  <span class="post-time">12 May 2026</span>
  970.                </div>
  971.              </div>
  972.            </div>
  973.          </div>
  974.          
  975.          <div class="col-md-6">
  976.            <div class="featured-card">
  977.              
  978.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  979.                      class="card-image" style="object-fit: cover;" alt="">
  980.              
  981.              <div class="card-content">
  982.                <span class="card-category bg-primary-gradient">News</span>
  983.                <h4 class="card-title"><a class="top-color" href="/shocking-discovery-bodies-of-vanished-mum-and-daughter-located-in-freezing-units-in-austria/" >
  984.                                        Shocking Discovery: Bodies of Vanished Mum and Daughter Located in Freezing Units in Austria
  985.                                    </a></h4>
  986.                <div class="author-info">
  987.                  <span class="author-name">Justin Bishop</span>
  988.                  <span class="post-time">12 May 2026</span>
  989.                </div>
  990.              </div>
  991.            </div>
  992.          </div>
  993.          
  994.          <div class="col-md-6">
  995.            <div class="featured-card">
  996.              
  997.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  998.                      class="card-image" style="object-fit: cover;" alt="">
  999.              
  1000.              <div class="card-content">
  1001.                <span class="card-category bg-primary-gradient">News</span>
  1002.                <h4 class="card-title"><a class="top-color" href="/spotify-year-end-recap-release-timeline-and-your-burning-questions-answered/" >
  1003.                                        Spotify Year-End Recap: Release Timeline and Your Burning Questions Answered
  1004.                                    </a></h4>
  1005.                <div class="author-info">
  1006.                  <span class="author-name">Justin Bishop</span>
  1007.                  <span class="post-time">12 May 2026</span>
  1008.                </div>
  1009.              </div>
  1010.            </div>
  1011.          </div>
  1012.          
  1013.        </div>
  1014.      </div>
  1015.  
  1016.      <!-- Right: Trending Sidebar -->
  1017.      <div class="col-lg-4 col-md-12">
  1018.        <h5 class="section-title">Trending</h5>
  1019.        <div class="trending-list gap-md-2 gap-lg-0 justify-content-center align-items-center row">
  1020.          
  1021.  
  1022.        </div>
  1023.      </div>
  1024.    </div>
  1025.  </div>
  1026. </div>
  1027. <style>
  1028.  /* Blog Hero V5 - Clean 2-Column Layout */
  1029.  
  1030.  /* Hero Banner */
  1031.  .hero-banner .banner-container {
  1032.    position: relative;
  1033.    overflow: hidden;
  1034.    border-radius: 8px;
  1035.  }
  1036.  
  1037.  .hero-banner .banner-image {
  1038.    width: 100%;
  1039.    height: 350px;
  1040.    object-fit: cover;
  1041.    transition: all 0.2s ease;
  1042.  }
  1043.  
  1044.  .hero-banner:hover .banner-image {
  1045.    transform: scale(1.02);
  1046.  }
  1047.  
  1048.  .hero-banner .banner-overlay {
  1049.    position: absolute;
  1050.    bottom: 0;
  1051.    left: 0;
  1052.    right: 0;
  1053.    background: var(--blog-bg);
  1054.    color: var(--blog-color);
  1055.    padding: 1.5rem;
  1056.  }
  1057.  
  1058.  .banner-category {
  1059.    padding: 0.25rem 0.75rem;
  1060.    border-radius: 4px;
  1061.    font-size: 16px;
  1062.  }
  1063.  
  1064.  .banner-title {
  1065.    color: var(--blog-color) !important;
  1066.    margin: 0.5rem 0;
  1067.  }
  1068.  
  1069.  .banner-excerpt {
  1070.    font-size: 1rem;
  1071.    margin-bottom: 1rem;
  1072.  }
  1073.  
  1074.  .read-more-btn {
  1075.    background: #007bff;
  1076.    color: white;
  1077.    border: none;
  1078.    padding: 0.5rem 1rem;
  1079.    border-radius: 4px;
  1080.    cursor: pointer;
  1081.  }
  1082.  
  1083.  /* Main Content */
  1084.  .main-content {
  1085.    margin-top: 2rem;
  1086.  }
  1087.  
  1088.  .section-title {
  1089.    font-size: 1.2rem;
  1090.    font-weight: bold;
  1091.    margin-bottom: 1rem;
  1092.    border-bottom: 1px solid var(--border-color);
  1093.    padding-bottom: 0.5rem;
  1094.  }
  1095.  
  1096.  /* Featured Grid */
  1097.  .featured-grid .featured-card {
  1098.    background: var(--card-bg);
  1099.    border: 1px solid var(--border-color);
  1100.    border-radius: 8px;
  1101.    overflow: hidden;
  1102.    margin-bottom: 1.5rem;
  1103.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1104.  }
  1105.  
  1106.  .featured-grid .card-image {
  1107.    width: 100%;
  1108.    height: 200px;
  1109.    object-fit: cover;
  1110.    transition: all 0.2s ease;
  1111.  }
  1112.  
  1113.  .featured-grid .featured-card:hover .card-image {
  1114.    transform: scale(1.02);
  1115.  }
  1116.  
  1117.  .featured-grid .card-content {
  1118.    padding: 1rem;
  1119.  }
  1120.  
  1121.  .card-category {
  1122.    padding: 0.25rem 0.75rem;
  1123.    border-radius: 4px;
  1124.    font-size: 0.8rem;
  1125.  }
  1126.  
  1127.  .card-title {
  1128.    font-size: 1.1rem;
  1129.    margin: 0.5rem 0;
  1130.  }
  1131.  
  1132.  .author-info {
  1133.    font-size: 0.8rem;
  1134.    color: #666;
  1135.  }
  1136.  
  1137.  .author-name {
  1138.    font-weight: bold;
  1139.  }
  1140.  
  1141.  /* Trending Sidebar */
  1142.  .trending-list .trending-item {
  1143.    display: flex;
  1144.    margin-bottom: 1rem;
  1145.    padding: 1rem;
  1146.    background: var(--card-bg);
  1147.    border: 1px solid #ddd;
  1148.    border-radius: 8px;
  1149.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1150.  }
  1151.  
  1152.  .trending-item .trending-image {
  1153.    width: 115px;
  1154.    height: 115px;
  1155.    object-fit: cover;
  1156.    border-radius: 4px;
  1157.    margin-right: 1rem;
  1158.  }
  1159.  
  1160.  .trending-item .trending-content {
  1161.    flex: 1;
  1162.  }
  1163.  
  1164.  .trending-category {
  1165.    padding: 0.25rem 0.75rem;
  1166.    border-radius: 4px;
  1167.    font-size: 12px;
  1168.  }
  1169.  
  1170.  .trending-title {
  1171.    font-size: 1rem;
  1172.    margin: 0.25rem 0;
  1173.  }
  1174.  
  1175.  .trending-author {
  1176.    font-size: 1rem;
  1177.    color: var(--topbar-color);
  1178.  }
  1179.  
  1180.  /* Responsive */
  1181.  @media (max-width: 992px) {
  1182.    .hero-banner .banner-image {
  1183.      height: 250px;
  1184.    }
  1185.  
  1186.    .featured-grid .card-image {
  1187.      height: 180px;
  1188.    }
  1189.  
  1190.    .trending-item {
  1191.      flex-direction: column;
  1192.      text-align: center;
  1193.    }
  1194.  
  1195.    .trending-item .trending-image {
  1196.      margin-right: 0;
  1197.      margin-bottom: 1rem;
  1198.    }
  1199.  }
  1200.  
  1201.  @media (max-width: 768px) {
  1202.    .banner-title {
  1203.      font-size: 1.5rem;
  1204.    }
  1205.  
  1206.    .banner-excerpt {
  1207.      font-size: 0.9rem;
  1208.    }
  1209.  }
  1210. </style>
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.        <!-- end of wpo-blog-hero -->
  1217.  
  1218.        <!-- start of wpo-breacking-news -->
  1219.        
  1220.        <!-- end of wpo-breacking-news -->
  1221.        
  1222.        <!-- start wpo-blog-highlights-section -->
  1223.        
  1224.  
  1225.  
  1226.  
  1227.    
  1228.  
  1229.  
  1230.  <style>
  1231.    .blog-section {
  1232.      padding: 60px 0;
  1233.    }
  1234.  
  1235.    .blog-card {
  1236.      background: var(--card-bg);
  1237.      border-radius: 12px;
  1238.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  1239.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  1240.      margin-bottom: 30px;
  1241.      overflow: hidden;
  1242.      border: none;
  1243.    }
  1244.  
  1245.    .blog-card-body {
  1246.      padding: 30px;
  1247.    }
  1248.  
  1249.    .blog-category {
  1250.      display: inline-block;
  1251.      padding: 6px 16px;
  1252.      border-radius: 20px;
  1253.      font-size: 12px;
  1254.      font-weight: 600;
  1255.      text-transform: uppercase;
  1256.      letter-spacing: 0.5px;
  1257.      margin-bottom: 20px;
  1258.    }
  1259.  
  1260.    .blog-title {
  1261.      font-weight: 700;
  1262.      color: var(--topbar-color);
  1263.      margin-bottom: 20px;
  1264.      line-height: 1.4;
  1265.      text-decoration: none;
  1266.    }
  1267.  
  1268.    .blog-title:hover {
  1269.      color: #1e40af !important;
  1270.      text-decoration: none;
  1271.    }
  1272.  
  1273.    .blog-meta {
  1274.      display: flex;
  1275.      align-items: center;
  1276.      margin-bottom: 20px;
  1277.      color: var(--topbar-color);
  1278.      font-size: 14px;
  1279.    }
  1280.  
  1281.    .blog-meta img {
  1282.      width: 35px;
  1283.      height: 35px;
  1284.      border-radius: 50%;
  1285.      object-fit: cover;
  1286.      display: block;
  1287.    }
  1288.  
  1289.    .blog-meta .meta-info {
  1290.      display: flex;
  1291.      align-items: center;
  1292.      gap: 15px;
  1293.    }
  1294.  
  1295.    .blog-description {
  1296.      color: var(--topbar-color);
  1297.      line-height: 1.7;
  1298.      margin-bottom: 25px;
  1299.      font-size: 15px;
  1300.    }
  1301.  
  1302.    .read-more-btn {
  1303.      background: transparent;
  1304.      border: 2px solid var(--bs-primary);
  1305.      color: var(--bs-primary);
  1306.      padding: 12px 30px;
  1307.      border-radius: 6px;
  1308.      font-weight: 600;
  1309.      text-transform: uppercase;
  1310.      letter-spacing: 0.5px;
  1311.      transition: all 0.3s ease;
  1312.      text-decoration: none;
  1313.      display: inline-block;
  1314.      font-size: 13px;
  1315.    }
  1316.  
  1317.    .read-more-btn:hover {
  1318.      background: var(--bs-primary);
  1319.      color: var(--bs-white) !important;
  1320.      text-decoration: none;
  1321.    }
  1322.  
  1323.    .section-title {
  1324.      text-align: center;
  1325.      margin-bottom: 50px;
  1326.    }
  1327.  
  1328.    .section-title h2 {
  1329.      font-size: 42px;
  1330.      font-weight: 800;
  1331.      color: #2c3e50;
  1332.      margin-bottom: 15px;
  1333.    }
  1334.  
  1335.    .section-title p {
  1336.      color: #6c757d;
  1337.      font-size: 18px;
  1338.      max-width: 600px;
  1339.      margin: 0 auto;
  1340.    }
  1341.  
  1342.    .avatar-placeholder {
  1343.      width: 35px;
  1344.      height: 35px;
  1345.      border-radius: 50%;
  1346.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  1347.      display: flex;
  1348.      align-items: center;
  1349.      justify-content: center;
  1350.      color: var(--bs-white);
  1351.      font-weight: bold;
  1352.      margin-right: 12px;
  1353.      overflow: hidden;
  1354.    }
  1355.  
  1356.    @media (max-width: 768px) {
  1357.  
  1358.  
  1359.      .section-title h2 {
  1360.        font-size: 32px;
  1361.      }
  1362.  
  1363.      .blog-card-body {
  1364.        padding: 20px;
  1365.      }
  1366.    }
  1367.  
  1368.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  1369.    :root{
  1370.      --fade-distance: 28px;
  1371.      --fade-duration: 700ms;
  1372.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  1373.    }
  1374.  
  1375.    .fade-base{
  1376.      opacity: 0;
  1377.      filter: blur(2px);
  1378.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  1379.      transition:
  1380.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1381.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1382.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  1383.      will-change: transform, opacity, filter;
  1384.    }
  1385.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  1386.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  1387.  
  1388.    .fade-show{
  1389.      opacity: 1;
  1390.      filter: blur(0);
  1391.      transform: translateY(0) translateZ(0);
  1392.    }
  1393.  
  1394.    /* Hover should still work after fade-in */
  1395.    .blog-card.fade-show:hover{
  1396.      transform: translateY(-5px) translateZ(0);
  1397.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1398.    }
  1399.  
  1400.    /* Reduced motion */
  1401.    @media (prefers-reduced-motion: reduce){
  1402.      .fade-base{
  1403.        transition: none !important;
  1404.        transform: none !important;
  1405.        opacity: 1 !important;
  1406.        filter: none !important;
  1407.      }
  1408.      .blog-card.fade-show:hover{
  1409.        transform: none !important;
  1410.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1411.      }
  1412.    }
  1413.  </style>
  1414.  
  1415.  <section class="blog-section">
  1416.    <div class="container-fluid fluid-container">
  1417.      <div class="row">
  1418.        <div class="section-title ">
  1419.          <h2>
  1420.                Today's Top Highlights
  1421.                   </h2>
  1422.          <p>Stay updated with the latest insights and trends in online gaming</p>
  1423.        </div>
  1424.  
  1425.        <div class="col-lg-8 col-12">
  1426.          
  1427.            <div class="blog-card fade-base">
  1428.              <div class="blog-card-body">
  1429.                <span class="blog-category bg-primary-gradient">News</span>
  1430.                <h3>
  1431.                  <a href="/calm-finish-to-lionel-messis-india-tour-in-the-wake-of-unrest-in-kolkata/" class="blog-title">
  1432.                    Calm Finish to Lionel Messi&#x27;s India Tour In the Wake of Unrest in Kolkata
  1433.                  </a>
  1434.                </h3>
  1435.                <div class="blog-meta">
  1436.                  <div class="avatar-placeholder">
  1437.                    
  1438.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Justin Bishop" />
  1439.                    
  1440.                  </div>
  1441.                  <div class="meta-info">
  1442.                    <span>Justin Bishop</span>
  1443.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  1444.                  </div>
  1445.                </div>
  1446.                <p class="blog-description"></p>
  1447.                <a href="/calm-finish-to-lionel-messis-india-tour-in-the-wake-of-unrest-in-kolkata/" class="read-more-btn">READ MORE</a>
  1448.              </div>
  1449.            </div>
  1450.          
  1451.            <div class="blog-card fade-base">
  1452.              <div class="blog-card-body">
  1453.                <span class="blog-category bg-primary-gradient">News</span>
  1454.                <h3>
  1455.                  <a href="/esteemed-photographer-brian-harris-obituary-an-existence-through-the-camera/" class="blog-title">
  1456.                    Esteemed Photographer Brian Harris Obituary: An Existence Through the Camera
  1457.                  </a>
  1458.                </h3>
  1459.                <div class="blog-meta">
  1460.                  <div class="avatar-placeholder">
  1461.                    
  1462.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Justin Bishop" />
  1463.                    
  1464.                  </div>
  1465.                  <div class="meta-info">
  1466.                    <span>Justin Bishop</span>
  1467.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  1468.                  </div>
  1469.                </div>
  1470.                <p class="blog-description"></p>
  1471.                <a href="/esteemed-photographer-brian-harris-obituary-an-existence-through-the-camera/" class="read-more-btn">READ MORE</a>
  1472.              </div>
  1473.            </div>
  1474.          
  1475.            <div class="blog-card fade-base">
  1476.              <div class="blog-card-body">
  1477.                <span class="blog-category bg-primary-gradient">News</span>
  1478.                <h3>
  1479.                  <a href="/the-met-faces-legal-action-over-supposedly-nazi-plundered-van-gogh-artwork/" class="blog-title">
  1480.                    The Met Faces Legal Action Over Supposedly Nazi-Plundered Van Gogh Artwork
  1481.                  </a>
  1482.                </h3>
  1483.                <div class="blog-meta">
  1484.                  <div class="avatar-placeholder">
  1485.                    
  1486.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Justin Bishop" />
  1487.                    
  1488.                  </div>
  1489.                  <div class="meta-info">
  1490.                    <span>Justin Bishop</span>
  1491.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  1492.                  </div>
  1493.                </div>
  1494.                <p class="blog-description"></p>
  1495.                <a href="/the-met-faces-legal-action-over-supposedly-nazi-plundered-van-gogh-artwork/" class="read-more-btn">READ MORE</a>
  1496.              </div>
  1497.            </div>
  1498.          
  1499.            <div class="blog-card fade-base">
  1500.              <div class="blog-card-body">
  1501.                <span class="blog-category bg-primary-gradient">News</span>
  1502.                <h3>
  1503.                  <a href="/us-congressman-urges-ex-royal-andrew-to-testify-in-jeffrey-epstein-investigation/" class="blog-title">
  1504.                    US Congressman Urges Ex-Royal Andrew to Testify in Jeffrey Epstein Investigation
  1505.                  </a>
  1506.                </h3>
  1507.                <div class="blog-meta">
  1508.                  <div class="avatar-placeholder">
  1509.                    
  1510.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Justin Bishop" />
  1511.                    
  1512.                  </div>
  1513.                  <div class="meta-info">
  1514.                    <span>Justin Bishop</span>
  1515.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  1516.                  </div>
  1517.                </div>
  1518.                <p class="blog-description"></p>
  1519.                <a href="/us-congressman-urges-ex-royal-andrew-to-testify-in-jeffrey-epstein-investigation/" class="read-more-btn">READ MORE</a>
  1520.              </div>
  1521.            </div>
  1522.          
  1523.            <div class="blog-card fade-base">
  1524.              <div class="blog-card-body">
  1525.                <span class="blog-category bg-primary-gradient">News</span>
  1526.                <h3>
  1527.                  <a href="/bahrain-to-present-case-at-uk-highest-court-over-state-immunity-in-surveillance-allegations/" class="blog-title">
  1528.                    Bahrain to Present Case at UK Highest Court Over State Immunity in Surveillance Allegations
  1529.                  </a>
  1530.                </h3>
  1531.                <div class="blog-meta">
  1532.                  <div class="avatar-placeholder">
  1533.                    
  1534.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Justin Bishop" />
  1535.                    
  1536.                  </div>
  1537.                  <div class="meta-info">
  1538.                    <span>Justin Bishop</span>
  1539.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  1540.                  </div>
  1541.                </div>
  1542.                <p class="blog-description"></p>
  1543.                <a href="/bahrain-to-present-case-at-uk-highest-court-over-state-immunity-in-surveillance-allegations/" class="read-more-btn">READ MORE</a>
  1544.              </div>
  1545.            </div>
  1546.          
  1547.            <div class="blog-card fade-base">
  1548.              <div class="blog-card-body">
  1549.                <span class="blog-category bg-primary-gradient">News</span>
  1550.                <h3>
  1551.                  <a href="/the-visionary-filmmaker-makes-it-clear-ai-doesnt-produce-the-avatar-series/" class="blog-title">
  1552.                    The Visionary Filmmaker Makes It Clear: ‘AI Doesn’t Produce the Avatar Series’
  1553.                  </a>
  1554.                </h3>
  1555.                <div class="blog-meta">
  1556.                  <div class="avatar-placeholder">
  1557.                    
  1558.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Justin Bishop" />
  1559.                    
  1560.                  </div>
  1561.                  <div class="meta-info">
  1562.                    <span>Justin Bishop</span>
  1563.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  1564.                  </div>
  1565.                </div>
  1566.                <p class="blog-description"></p>
  1567.                <a href="/the-visionary-filmmaker-makes-it-clear-ai-doesnt-produce-the-avatar-series/" class="read-more-btn">READ MORE</a>
  1568.              </div>
  1569.            </div>
  1570.          
  1571.            <div class="blog-card fade-base">
  1572.              <div class="blog-card-body">
  1573.                <span class="blog-category bg-primary-gradient">News</span>
  1574.                <h3>
  1575.                  <a href="/restrained-solitary-and-terrified-the-grim-situation-for-female-inmates-compelled-to-deliver-in-detention/" class="blog-title">
  1576.                    Restrained, Solitary and Terrified: The Grim Situation for Female Inmates Compelled to Deliver in Detention.
  1577.                  </a>
  1578.                </h3>
  1579.                <div class="blog-meta">
  1580.                  <div class="avatar-placeholder">
  1581.                    
  1582.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Justin Bishop" />
  1583.                    
  1584.                  </div>
  1585.                  <div class="meta-info">
  1586.                    <span>Justin Bishop</span>
  1587.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  1588.                  </div>
  1589.                </div>
  1590.                <p class="blog-description"></p>
  1591.                <a href="/restrained-solitary-and-terrified-the-grim-situation-for-female-inmates-compelled-to-deliver-in-detention/" class="read-more-btn">READ MORE</a>
  1592.              </div>
  1593.            </div>
  1594.          
  1595.            <div class="blog-card fade-base">
  1596.              <div class="blog-card-body">
  1597.                <span class="blog-category bg-primary-gradient">News</span>
  1598.                <h3>
  1599.                  <a href="/a-story-of-surprising-kindness-when-a-university-student-let-me-stay-on-her-dorm-floor/" class="blog-title">
  1600.                    A Story of Surprising Kindness: When a University Student Let Me Stay on Her Dorm Floor
  1601.                  </a>
  1602.                </h3>
  1603.                <div class="blog-meta">
  1604.                  <div class="avatar-placeholder">
  1605.                    
  1606.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Justin Bishop" />
  1607.                    
  1608.                  </div>
  1609.                  <div class="meta-info">
  1610.                    <span>Justin Bishop</span>
  1611.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  1612.                  </div>
  1613.                </div>
  1614.                <p class="blog-description"></p>
  1615.                <a href="/a-story-of-surprising-kindness-when-a-university-student-let-me-stay-on-her-dorm-floor/" class="read-more-btn">READ MORE</a>
  1616.              </div>
  1617.            </div>
  1618.          
  1619.            <div class="blog-card fade-base">
  1620.              <div class="blog-card-body">
  1621.                <span class="blog-category bg-primary-gradient">News</span>
  1622.                <h3>
  1623.                  <a href="/among-the-devastated-debris-of-an-residential-building-i-encountered-a-volume-id-translated/" class="blog-title">
  1624.                    Among the Devastated Debris of an Residential Building, I Encountered a Volume I’d Translated
  1625.                  </a>
  1626.                </h3>
  1627.                <div class="blog-meta">
  1628.                  <div class="avatar-placeholder">
  1629.                    
  1630.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Justin Bishop" />
  1631.                    
  1632.                  </div>
  1633.                  <div class="meta-info">
  1634.                    <span>Justin Bishop</span>
  1635.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  1636.                  </div>
  1637.                </div>
  1638.                <p class="blog-description"></p>
  1639.                <a href="/among-the-devastated-debris-of-an-residential-building-i-encountered-a-volume-id-translated/" class="read-more-btn">READ MORE</a>
  1640.              </div>
  1641.            </div>
  1642.          
  1643.            <div class="blog-card fade-base">
  1644.              <div class="blog-card-body">
  1645.                <span class="blog-category bg-primary-gradient">News</span>
  1646.                <h3>
  1647.                  <a href="/three-xbox-game-pass-titles-were-playing-over-the-weekend-oct-10-12/" class="blog-title">
  1648.                    Three Xbox Game Pass Titles We&#x27;re Playing Over the Weekend (Oct. 10-12)
  1649.                  </a>
  1650.                </h3>
  1651.                <div class="blog-meta">
  1652.                  <div class="avatar-placeholder">
  1653.                    
  1654.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Justin Bishop" />
  1655.                    
  1656.                  </div>
  1657.                  <div class="meta-info">
  1658.                    <span>Justin Bishop</span>
  1659.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  1660.                  </div>
  1661.                </div>
  1662.                <p class="blog-description"></p>
  1663.                <a href="/three-xbox-game-pass-titles-were-playing-over-the-weekend-oct-10-12/" class="read-more-btn">READ MORE</a>
  1664.              </div>
  1665.            </div>
  1666.          
  1667.            <div class="blog-card fade-base">
  1668.              <div class="blog-card-body">
  1669.                <span class="blog-category bg-primary-gradient">News</span>
  1670.                <h3>
  1671.                  <a href="/life-for-120000-asylum-seekers-in-mauritanias-vast-shelter-on-the-malians-frontier/" class="blog-title">
  1672.                    Life for 120,000 Asylum Seekers in Mauritania&#x27;s Vast Shelter on the Malians Frontier.
  1673.                  </a>
  1674.                </h3>
  1675.                <div class="blog-meta">
  1676.                  <div class="avatar-placeholder">
  1677.                    
  1678.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Justin Bishop" />
  1679.                    
  1680.                  </div>
  1681.                  <div class="meta-info">
  1682.                    <span>Justin Bishop</span>
  1683.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  1684.                  </div>
  1685.                </div>
  1686.                <p class="blog-description"></p>
  1687.                <a href="/life-for-120000-asylum-seekers-in-mauritanias-vast-shelter-on-the-malians-frontier/" class="read-more-btn">READ MORE</a>
  1688.              </div>
  1689.            </div>
  1690.          
  1691.            <div class="blog-card fade-base">
  1692.              <div class="blog-card-body">
  1693.                <span class="blog-category bg-primary-gradient">News</span>
  1694.                <h3>
  1695.                  <a href="/the-way-a-us-special-forces-vet-aided-mar%C3%ADa-corina-machado-escape-venezuela/" class="blog-title">
  1696.                    The Way a US Special Forces Vet Aided María Corina Machado Escape Venezuela
  1697.                  </a>
  1698.                </h3>
  1699.                <div class="blog-meta">
  1700.                  <div class="avatar-placeholder">
  1701.                    
  1702.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Justin Bishop" />
  1703.                    
  1704.                  </div>
  1705.                  <div class="meta-info">
  1706.                    <span>Justin Bishop</span>
  1707.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  1708.                  </div>
  1709.                </div>
  1710.                <p class="blog-description"></p>
  1711.                <a href="/the-way-a-us-special-forces-vet-aided-mar%C3%ADa-corina-machado-escape-venezuela/" class="read-more-btn">READ MORE</a>
  1712.              </div>
  1713.            </div>
  1714.          
  1715.          
  1716.  
  1717.        </div>
  1718.  
  1719.         <div class="col col-lg-4 col-12">
  1720.                
  1721.  
  1722.  
  1723.  
  1724.    
  1725.  
  1726.    
  1727.    <!-- Search Widget -->
  1728.    <!-- <div class="pulse-sidebar-widget">
  1729.        <div class="pulse-widget-header pulse-search-header">
  1730.            <i class="fas fa-search"></i> SEARCH
  1731.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  1732.        </div>
  1733.        <div class="pulse-widget-body">
  1734.            <form class="pulse-search-form" method="GET">
  1735.                <div class="position-relative">
  1736.                    <input type="text" name="search" class="pulse-search-input-sidebar"
  1737.                           placeholder="Search" value="">
  1738.                    <button type="submit" class="pulse-search-btn-sidebar">
  1739.                        <i class="fas fa-search"></i>
  1740.                    </button>
  1741.                </div>
  1742.            </form>
  1743.        </div>
  1744.    </div> -->
  1745.    
  1746.    <!-- Recent Posts Widget -->
  1747.    <div class="pulse-sidebar-widget mb-3">
  1748.        <div class="pulse-widget-header pulse-recent-header">
  1749.            <i class="fas fa-clock"></i> RECENT POSTS
  1750.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  1751.        </div>
  1752.        <div class="pulse-widget-body mb-3">
  1753.            
  1754.            <div class="pulse-recent-post-item">
  1755.                <a href="/how-to-speak-romance-like-zoomer-fifty-one-hyperspecific-words-for-romance-intimacy-and-bad-behaviour/" class="pulse-recent-title">
  1756.                                            How to Speak Romance Like Zoomer: Fifty-One Hyperspecific Words for Romance, Intimacy and Bad Behaviour
  1757.                                            </a>
  1758.                <div class="pulse-recent-meta">
  1759.                    <span><i class="far fa-calendar"></i> 11 May 2026</span>
  1760.                    <span><i class="far fa-user"></i> Justin Bishop</span>
  1761.                </div>
  1762.            </div>
  1763.            
  1764.            <div class="pulse-recent-post-item">
  1765.                <a href="/donald-trump-and-his-followers-envision-a-globe-without-global-legal-norms-yet-they-will-not-attain-this-goal/" class="pulse-recent-title">
  1766.                                            Donald Trump and His Followers Envision a Globe Without Global Legal Norms – Yet They Will Not Attain This Goal
  1767.                                            </a>
  1768.                <div class="pulse-recent-meta">
  1769.                    <span><i class="far fa-calendar"></i> 10 May 2026</span>
  1770.                    <span><i class="far fa-user"></i> Justin Bishop</span>
  1771.                </div>
  1772.            </div>
  1773.            
  1774.            <div class="pulse-recent-post-item">
  1775.                <a href="/swedish-squad-announcement-isak-selected-while-gyokeres-excluded/" class="pulse-recent-title">
  1776.                                            Swedish Squad Announcement: Isak Selected While Gyokeres Excluded
  1777.                                            </a>
  1778.                <div class="pulse-recent-meta">
  1779.                    <span><i class="far fa-calendar"></i> 10 May 2026</span>
  1780.                    <span><i class="far fa-user"></i> Justin Bishop</span>
  1781.                </div>
  1782.            </div>
  1783.            
  1784.            <div class="pulse-recent-post-item">
  1785.                <a href="/uae-refuses-to-join-gazan-stabilisation-mission-lacking-defined-juridical-structure/" class="pulse-recent-title">
  1786.                                            UAE Refuses to Join Gazan Stabilisation Mission Lacking Defined Juridical Structure
  1787.                                            </a>
  1788.                <div class="pulse-recent-meta">
  1789.                    <span><i class="far fa-calendar"></i> 10 May 2026</span>
  1790.                    <span><i class="far fa-user"></i> Justin Bishop</span>
  1791.                </div>
  1792.            </div>
  1793.            
  1794.            <div class="pulse-recent-post-item">
  1795.                <a href="/abigail-spanberger-establishes-history-as-virginias-initial-woman-state-leader/" class="pulse-recent-title">
  1796.                                            Abigail Spanberger Establishes History as Virginia&#x27;s Initial Woman State Leader
  1797.                                            </a>
  1798.                <div class="pulse-recent-meta">
  1799.                    <span><i class="far fa-calendar"></i> 10 May 2026</span>
  1800.                    <span><i class="far fa-user"></i> Justin Bishop</span>
  1801.                </div>
  1802.            </div>
  1803.            
  1804.            <div class="pulse-recent-post-item">
  1805.                <a href="/when-did-i-get-that-handsome-bruce-springsteen-on-seeing-the-actor-portray-him-in-film/" class="pulse-recent-title">
  1806.                                            ‘When Did I Get That Handsome?’: Bruce Springsteen on Seeing The Actor Portray Him In Film
  1807.                                            </a>
  1808.                <div class="pulse-recent-meta">
  1809.                    <span><i class="far fa-calendar"></i> 10 May 2026</span>
  1810.                    <span><i class="far fa-user"></i> Justin Bishop</span>
  1811.                </div>
  1812.            </div>
  1813.            
  1814.            <!-- Django Template for Recent Posts -->
  1815.            <!--
  1816.            
  1817.            -->
  1818.            
  1819.        </div>
  1820.    </div>
  1821.    
  1822.    <div class="pulse-sidebar-widget mb-3">
  1823.        <div class="pulse-widget-header pulse-recent-header">
  1824.            <i class="fas fa-clock"></i> May 2026 Blog Roll
  1825.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  1826.        </div>
  1827.        <div class="pulse-widget-body scrollable-sidebar">
  1828.            
  1829.            <div class="pulse-recent-post-item ">
  1830.                <a href="https://www.voiceprint.co.uk/" rel="dofollow" class="pulse-recent-title ">
  1831.                                            non gamstop casinos
  1832.                                            </a>
  1833.            </div>
  1834.            
  1835.            <div class="pulse-recent-post-item ">
  1836.                <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="pulse-recent-title ">
  1837.                                            non gamstop casinos uk
  1838.                                            </a>
  1839.            </div>
  1840.            
  1841.            <div class="pulse-recent-post-item ">
  1842.                <a href="https://www.theindustrylondon.com/betting-sites-not-on-gamstop/" rel="dofollow" class="pulse-recent-title ">
  1843.                                            best betting sites
  1844.                                            </a>
  1845.            </div>
  1846.            
  1847.            <div class="pulse-recent-post-item ">
  1848.                <a href="https://www.charlesjencks.com/" rel="dofollow" class="pulse-recent-title ">
  1849.                                            non gamstop casinos
  1850.                                            </a>
  1851.            </div>
  1852.            
  1853.            <div class="pulse-recent-post-item ">
  1854.                <a href="https://www.focus12.co.uk/" rel="dofollow" class="pulse-recent-title ">
  1855.                                            casinos not on gamstop
  1856.                                            </a>
  1857.            </div>
  1858.            
  1859.            <div class="pulse-recent-post-item ">
  1860.                <a href="https://britishicehockey.co.uk/" rel="dofollow" class="pulse-recent-title ">
  1861.                                            casinos not on gamstop
  1862.                                            </a>
  1863.            </div>
  1864.            
  1865.            <div class="pulse-recent-post-item ">
  1866.                <a href="https://adventuregamers.com/online-casinos/non-gamstop" rel="dofollow" class="pulse-recent-title ">
  1867.                                            casino not on gamstop
  1868.                                            </a>
  1869.            </div>
  1870.            
  1871.            <div class="pulse-recent-post-item ">
  1872.                <a href="https://www.outset.org/" rel="dofollow" class="pulse-recent-title ">
  1873.                                            best online betting sites
  1874.                                            </a>
  1875.            </div>
  1876.            
  1877.        </div>
  1878.    </div>
  1879.    
  1880.    <div class="pulse-sidebar-widget mb-3">
  1881.        <div class="pulse-widget-header pulse-recent-header">
  1882.            <i class="fas fa-clock"></i> April 2026 Blog Roll
  1883.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  1884.        </div>
  1885.        <div class="pulse-widget-body scrollable-sidebar">
  1886.            
  1887.            <div class="pulse-recent-post-item ">
  1888.                <a href="https://tdlwebsolutions.com/" rel="dofollow" class="pulse-recent-title ">
  1889.                                            lolajack casino
  1890.                                            </a>
  1891.            </div>
  1892.            
  1893.            <div class="pulse-recent-post-item ">
  1894.                <a href="https://www.sculleyspeaks.com/" rel="dofollow" class="pulse-recent-title ">
  1895.                                            lolajack casino
  1896.                                            </a>
  1897.            </div>
  1898.            
  1899.            <div class="pulse-recent-post-item ">
  1900.                <a href="https://www.artigiano.co.uk/" rel="dofollow" class="pulse-recent-title ">
  1901.                                            uk casinos not on gamstop
  1902.                                            </a>
  1903.            </div>
  1904.            
  1905.            <div class="pulse-recent-post-item ">
  1906.                <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="pulse-recent-title ">
  1907.                                            non gamstop casinos
  1908.                                            </a>
  1909.            </div>
  1910.            
  1911.            <div class="pulse-recent-post-item ">
  1912.                <a href="https://www.foodsofengland.co.uk/" rel="dofollow" class="pulse-recent-title ">
  1913.                                            casino not on gamstop
  1914.                                            </a>
  1915.            </div>
  1916.            
  1917.            <div class="pulse-recent-post-item ">
  1918.                <a href="https://www.citytosea.org.uk/" rel="dofollow" class="pulse-recent-title ">
  1919.                                            casinos not on gamstop
  1920.                                            </a>
  1921.            </div>
  1922.            
  1923.            <div class="pulse-recent-post-item ">
  1924.                <a href="https://savethedatemagazine.co.uk/" rel="dofollow" class="pulse-recent-title ">
  1925.                                            non gamstop casino
  1926.                                            </a>
  1927.            </div>
  1928.            
  1929.            <div class="pulse-recent-post-item ">
  1930.                <a href="https://www.citytosea.org.uk/" rel="dofollow" class="pulse-recent-title ">
  1931.                                            non gamstop casino
  1932.                                            </a>
  1933.            </div>
  1934.            
  1935.            <div class="pulse-recent-post-item ">
  1936.                <a href="https://www.cca-glasgow.com/" rel="dofollow" class="pulse-recent-title ">
  1937.                                            non gamstop casino
  1938.                                            </a>
  1939.            </div>
  1940.            
  1941.            <div class="pulse-recent-post-item ">
  1942.                <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="pulse-recent-title ">
  1943.                                            non gamstop casino
  1944.                                            </a>
  1945.            </div>
  1946.            
  1947.            <div class="pulse-recent-post-item ">
  1948.                <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="pulse-recent-title ">
  1949.                                            casino not on gamstop
  1950.                                            </a>
  1951.            </div>
  1952.            
  1953.            <div class="pulse-recent-post-item ">
  1954.                <a href="https://straightfromyard.co.uk/" rel="dofollow" class="pulse-recent-title ">
  1955.                                            non gamstop casino
  1956.                                            </a>
  1957.            </div>
  1958.            
  1959.            <div class="pulse-recent-post-item ">
  1960.                <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="pulse-recent-title ">
  1961.                                            non gamstop casino
  1962.                                            </a>
  1963.            </div>
  1964.            
  1965.            <div class="pulse-recent-post-item ">
  1966.                <a href="https://www.london-irish.com/" rel="dofollow" class="pulse-recent-title ">
  1967.                                            non gamstop casino
  1968.                                            </a>
  1969.            </div>
  1970.            
  1971.            <div class="pulse-recent-post-item ">
  1972.                <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="pulse-recent-title ">
  1973.                                            non gamstop casino
  1974.                                            </a>
  1975.            </div>
  1976.            
  1977.            <div class="pulse-recent-post-item ">
  1978.                <a href="https://www.summerhall.co.uk/" rel="dofollow" class="pulse-recent-title ">
  1979.                                            non gamstop casino
  1980.                                            </a>
  1981.            </div>
  1982.            
  1983.            <div class="pulse-recent-post-item ">
  1984.                <a href="https://knightsof.media/" rel="dofollow" class="pulse-recent-title ">
  1985.                                            slots not on gamstop
  1986.                                            </a>
  1987.            </div>
  1988.            
  1989.            <div class="pulse-recent-post-item ">
  1990.                <a href="https://unbound.co.uk/" rel="dofollow" class="pulse-recent-title ">
  1991.                                            non gamstop casino
  1992.                                            </a>
  1993.            </div>
  1994.            
  1995.            <div class="pulse-recent-post-item ">
  1996.                <a href="https://www.elthampalace.org.uk/" rel="dofollow" class="pulse-recent-title ">
  1997.                                            non gamstop casino
  1998.                                            </a>
  1999.            </div>
  2000.            
  2001.            <div class="pulse-recent-post-item ">
  2002.                <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/" rel="dofollow" class="pulse-recent-title ">
  2003.                                            casinos not with GAMSTOP
  2004.                                            </a>
  2005.            </div>
  2006.            
  2007.            <div class="pulse-recent-post-item ">
  2008.                <a href="https://80trains.com/" rel="dofollow" class="pulse-recent-title ">
  2009.                                            non gamstop betting sites
  2010.                                            </a>
  2011.            </div>
  2012.            
  2013.            <div class="pulse-recent-post-item ">
  2014.                <a href="https://www.fourpure.com/" rel="dofollow" class="pulse-recent-title ">
  2015.                                            casino sites
  2016.                                            </a>
  2017.            </div>
  2018.            
  2019.            <div class="pulse-recent-post-item ">
  2020.                <a href="https://greenjournal.co.uk" rel="dofollow" class="pulse-recent-title ">
  2021.                                            non gamstop casinos
  2022.                                            </a>
  2023.            </div>
  2024.            
  2025.            <div class="pulse-recent-post-item ">
  2026.                <a href="https://lattitude.org.uk" rel="dofollow" class="pulse-recent-title ">
  2027.                                            non gamstop casino
  2028.                                            </a>
  2029.            </div>
  2030.            
  2031.            <div class="pulse-recent-post-item ">
  2032.                <a href="https://bikehub.co.uk" rel="dofollow" class="pulse-recent-title ">
  2033.                                            non gamstop casinos
  2034.                                            </a>
  2035.            </div>
  2036.            
  2037.            <div class="pulse-recent-post-item ">
  2038.                <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2039.                                            non UKGC casinos
  2040.                                            </a>
  2041.            </div>
  2042.            
  2043.            <div class="pulse-recent-post-item ">
  2044.                <a href="https://www.nouvelle-europe.eu" rel="dofollow" class="pulse-recent-title ">
  2045.                                            nouveaux casinos en ligne
  2046.                                            </a>
  2047.            </div>
  2048.            
  2049.            <div class="pulse-recent-post-item ">
  2050.                <a href="https://steviethefox.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2051.                                            crypto betting uk
  2052.                                            </a>
  2053.            </div>
  2054.            
  2055.            <div class="pulse-recent-post-item ">
  2056.                <a href="https://www.ukessaywriters.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2057.                                            online casinos not on gamstop
  2058.                                            </a>
  2059.            </div>
  2060.            
  2061.            <div class="pulse-recent-post-item ">
  2062.                <a href="https://www.peelengineering.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2063.                                            uk casinos not on gamstop
  2064.                                            </a>
  2065.            </div>
  2066.            
  2067.            <div class="pulse-recent-post-item ">
  2068.                <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2069.                                            casinos not on gamstop
  2070.                                            </a>
  2071.            </div>
  2072.            
  2073.            <div class="pulse-recent-post-item ">
  2074.                <a href="https://www.cca-glasgow.com/" rel="dofollow" class="pulse-recent-title ">
  2075.                                            casinos not on gamstop
  2076.                                            </a>
  2077.            </div>
  2078.            
  2079.            <div class="pulse-recent-post-item ">
  2080.                <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2081.                                            Best Non UK Casino
  2082.                                            </a>
  2083.            </div>
  2084.            
  2085.            <div class="pulse-recent-post-item ">
  2086.                <a href="https://www.homeworkworkspace.com" rel="dofollow" class="pulse-recent-title ">
  2087.                                            best online casinos
  2088.                                            </a>
  2089.            </div>
  2090.            
  2091.            <div class="pulse-recent-post-item ">
  2092.                <a href="https://www.drakebell.com/" rel="dofollow" class="pulse-recent-title ">
  2093.                                            UK betting sites
  2094.                                            </a>
  2095.            </div>
  2096.            
  2097.            <div class="pulse-recent-post-item ">
  2098.                <a href="https://www.edinburghwhiskyblog.com/" rel="dofollow" class="pulse-recent-title ">
  2099.                                            uk online casinos list
  2100.                                            </a>
  2101.            </div>
  2102.            
  2103.            <div class="pulse-recent-post-item ">
  2104.                <a href="https://www.gamblinginsider.com/uk/online-casinos" rel="dofollow" class="pulse-recent-title ">
  2105.                                            uk online casinos list
  2106.                                            </a>
  2107.            </div>
  2108.            
  2109.            <div class="pulse-recent-post-item ">
  2110.                <a href="https://www.foodsofengland.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2111.                                            non gamstop casino uk
  2112.                                            </a>
  2113.            </div>
  2114.            
  2115.            <div class="pulse-recent-post-item ">
  2116.                <a href="https://aboutcookies.org.uk" rel="dofollow" class="pulse-recent-title ">
  2117.                                            non gamstop casino
  2118.                                            </a>
  2119.            </div>
  2120.            
  2121.            <div class="pulse-recent-post-item ">
  2122.                <a href="https://www.roadpeace.org/" rel="dofollow" class="pulse-recent-title ">
  2123.                                            no gamstop casino
  2124.                                            </a>
  2125.            </div>
  2126.            
  2127.            <div class="pulse-recent-post-item ">
  2128.                <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2129.                                            non gamstop casino uk
  2130.                                            </a>
  2131.            </div>
  2132.            
  2133.            <div class="pulse-recent-post-item ">
  2134.                <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2135.                                            casino zonder cruks
  2136.                                            </a>
  2137.            </div>
  2138.            
  2139.            <div class="pulse-recent-post-item ">
  2140.                <a href="https://israelpremiertech.com" rel="dofollow" class="pulse-recent-title ">
  2141.                                            games not on GamStop
  2142.                                            </a>
  2143.            </div>
  2144.            
  2145.            <div class="pulse-recent-post-item ">
  2146.                <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk" rel="dofollow" class="pulse-recent-title ">
  2147.                                            non GamStop casinos UK
  2148.                                            </a>
  2149.            </div>
  2150.            
  2151.            <div class="pulse-recent-post-item ">
  2152.                <a href="https://fdncoffee.com" rel="dofollow" class="pulse-recent-title ">
  2153.                                            new non GamStop casinos
  2154.                                            </a>
  2155.            </div>
  2156.            
  2157.            <div class="pulse-recent-post-item ">
  2158.                <a href="https://roeparkresort.com" rel="dofollow" class="pulse-recent-title ">
  2159.                                            UK casino not on GamStop
  2160.                                            </a>
  2161.            </div>
  2162.            
  2163.        </div>
  2164.    </div>
  2165.    
  2166.    <div class="pulse-sidebar-widget mb-3">
  2167.        <div class="pulse-widget-header pulse-recent-header">
  2168.            <i class="fas fa-clock"></i> March 2026 Blog Roll
  2169.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2170.        </div>
  2171.        <div class="pulse-widget-body scrollable-sidebar">
  2172.            
  2173.            <div class="pulse-recent-post-item ">
  2174.                <a href="https://www.gullwingbridge.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2175.                                            casinos not on GamStop
  2176.                                            </a>
  2177.            </div>
  2178.            
  2179.            <div class="pulse-recent-post-item ">
  2180.                <a href="https://www.surfaceview.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2181.                                            non gamstop casinos
  2182.                                            </a>
  2183.            </div>
  2184.            
  2185.            <div class="pulse-recent-post-item ">
  2186.                <a href="https://www.bmag.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2187.                                            best online casino
  2188.                                            </a>
  2189.            </div>
  2190.            
  2191.            <div class="pulse-recent-post-item ">
  2192.                <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="pulse-recent-title ">
  2193.                                            spinshark casino reviews
  2194.                                            </a>
  2195.            </div>
  2196.            
  2197.            <div class="pulse-recent-post-item ">
  2198.                <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2199.                                            UK casino sites
  2200.                                            </a>
  2201.            </div>
  2202.            
  2203.            <div class="pulse-recent-post-item ">
  2204.                <a href="https://thenewoxford.com/" rel="dofollow" class="pulse-recent-title ">
  2205.                                            non GamStop casinos
  2206.                                            </a>
  2207.            </div>
  2208.            
  2209.            <div class="pulse-recent-post-item ">
  2210.                <a href="https://ola.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2211.                                            non GamStop casino
  2212.                                            </a>
  2213.            </div>
  2214.            
  2215.            <div class="pulse-recent-post-item ">
  2216.                <a href="https://www.open-money.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2217.                                            non GamStop casino
  2218.                                            </a>
  2219.            </div>
  2220.            
  2221.            <div class="pulse-recent-post-item ">
  2222.                <a href="https://www.gamblinginsider.com/uk/online-casinos" rel="dofollow" class="pulse-recent-title ">
  2223.                                            casino site
  2224.                                            </a>
  2225.            </div>
  2226.            
  2227.            <div class="pulse-recent-post-item ">
  2228.                <a href="https://www.deakinandblue.com/" rel="dofollow" class="pulse-recent-title ">
  2229.                                            non gamstop casino uk
  2230.                                            </a>
  2231.            </div>
  2232.            
  2233.            <div class="pulse-recent-post-item ">
  2234.                <a href="https://www.durhamminers.org/" rel="dofollow" class="pulse-recent-title ">
  2235.                                            online casinos not on GamStop
  2236.                                            </a>
  2237.            </div>
  2238.            
  2239.            <div class="pulse-recent-post-item ">
  2240.                <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2241.                                            best non GamStop casinos
  2242.                                            </a>
  2243.            </div>
  2244.            
  2245.            <div class="pulse-recent-post-item ">
  2246.                <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2247.                                            non GamStop casinos
  2248.                                            </a>
  2249.            </div>
  2250.            
  2251.            <div class="pulse-recent-post-item ">
  2252.                <a href="https://www.ginspa.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2253.                                            non GamStop casino
  2254.                                            </a>
  2255.            </div>
  2256.            
  2257.            <div class="pulse-recent-post-item ">
  2258.                <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2259.                                            non GamStop casinos
  2260.                                            </a>
  2261.            </div>
  2262.            
  2263.            <div class="pulse-recent-post-item ">
  2264.                <a href="https://www.kysty.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2265.                                            Non Gamstop Casino
  2266.                                            </a>
  2267.            </div>
  2268.            
  2269.            <div class="pulse-recent-post-item ">
  2270.                <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2271.                                            casino not on gamstop
  2272.                                            </a>
  2273.            </div>
  2274.            
  2275.            <div class="pulse-recent-post-item ">
  2276.                <a href="https://www.lgbthistorymonth.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2277.                                            casinos not on gamstop
  2278.                                            </a>
  2279.            </div>
  2280.            
  2281.            <div class="pulse-recent-post-item ">
  2282.                <a href="https://oncallfire.uk/" rel="dofollow" class="pulse-recent-title ">
  2283.                                            non Gamstop casino
  2284.                                            </a>
  2285.            </div>
  2286.            
  2287.            <div class="pulse-recent-post-item ">
  2288.                <a href="https://www.ukrmb.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2289.                                            online casino uk
  2290.                                            </a>
  2291.            </div>
  2292.            
  2293.            <div class="pulse-recent-post-item ">
  2294.                <a href="https://citytosea.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2295.                                            non gamstop casino
  2296.                                            </a>
  2297.            </div>
  2298.            
  2299.            <div class="pulse-recent-post-item ">
  2300.                <a href="https://lessplastic.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2301.                                            non gamstop casinos uk
  2302.                                            </a>
  2303.            </div>
  2304.            
  2305.            <div class="pulse-recent-post-item ">
  2306.                <a href="https://www.regionalnetworks.org.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.toop.eu/" rel="dofollow" class="pulse-recent-title ">
  2313.                                            non gamstop casino
  2314.                                            </a>
  2315.            </div>
  2316.            
  2317.            <div class="pulse-recent-post-item ">
  2318.                <a href="https://www.toop.eu" rel="dofollow" class="pulse-recent-title ">
  2319.                                            non gamstop casino
  2320.                                            </a>
  2321.            </div>
  2322.            
  2323.            <div class="pulse-recent-post-item ">
  2324.                <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" rel="dofollow" class="pulse-recent-title ">
  2325.                                            non gamstop casinos
  2326.                                            </a>
  2327.            </div>
  2328.            
  2329.            <div class="pulse-recent-post-item ">
  2330.                <a href="https://cryptoblox.com/" rel="dofollow" class="pulse-recent-title ">
  2331.                                            crypto casino UK
  2332.                                            </a>
  2333.            </div>
  2334.            
  2335.            <div class="pulse-recent-post-item ">
  2336.                <a href="https://unbound.co.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://savethedatemagazine.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2343.                                            online casinos
  2344.                                            </a>
  2345.            </div>
  2346.            
  2347.            <div class="pulse-recent-post-item ">
  2348.                <a href="https://www.cryptocurrencyfreak.com/" rel="dofollow" class="pulse-recent-title ">
  2349.                                            No KYC casinos
  2350.                                            </a>
  2351.            </div>
  2352.            
  2353.            <div class="pulse-recent-post-item ">
  2354.                <a href="https://roadpeace.org/" rel="dofollow" class="pulse-recent-title ">
  2355.                                            non gamstop casino
  2356.                                            </a>
  2357.            </div>
  2358.            
  2359.        </div>
  2360.    </div>
  2361.    
  2362.    <div class="pulse-sidebar-widget mb-3">
  2363.        <div class="pulse-widget-header pulse-recent-header">
  2364.            <i class="fas fa-clock"></i> February 2026 Blog Roll
  2365.            <i class="fas fa-chevron-right pulse-header-arrow"></i>
  2366.        </div>
  2367.        <div class="pulse-widget-body scrollable-sidebar">
  2368.            
  2369.            <div class="pulse-recent-post-item ">
  2370.                <a href="https://thecharliegardfoundation.org/" rel="dofollow" class="pulse-recent-title ">
  2371.                                            casinos online
  2372.                                            </a>
  2373.            </div>
  2374.            
  2375.            <div class="pulse-recent-post-item ">
  2376.                <a href="https://www.welcometoportsmouth.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2377.                                            uk online casinos not on gamstop
  2378.                                            </a>
  2379.            </div>
  2380.            
  2381.            <div class="pulse-recent-post-item ">
  2382.                <a href="https://www.roadpeace.org/" rel="dofollow" class="pulse-recent-title ">
  2383.                                            non gamstop casino
  2384.                                            </a>
  2385.            </div>
  2386.            
  2387.            <div class="pulse-recent-post-item ">
  2388.                <a href="https://www.summerhall.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2389.                                            casinos not on gamstop
  2390.                                            </a>
  2391.            </div>
  2392.            
  2393.            <div class="pulse-recent-post-item ">
  2394.                <a href="https://platypuspress.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2395.                                            non gamstop casino
  2396.                                            </a>
  2397.            </div>
  2398.            
  2399.            <div class="pulse-recent-post-item ">
  2400.                <a href="https://plasticoceans.uk/" rel="dofollow" class="pulse-recent-title ">
  2401.                                            non gamstop casinos
  2402.                                            </a>
  2403.            </div>
  2404.            
  2405.            <div class="pulse-recent-post-item ">
  2406.                <a href="https://www.kscience.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2407.                                            best uk non GamStop casinos
  2408.                                            </a>
  2409.            </div>
  2410.            
  2411.            <div class="pulse-recent-post-item ">
  2412.                <a href="https://www.mesaonline.org/" rel="dofollow" class="pulse-recent-title ">
  2413.                                            non gamstop casino
  2414.                                            </a>
  2415.            </div>
  2416.            
  2417.            <div class="pulse-recent-post-item ">
  2418.                <a href="https://www.lsx.org.uk/" rel="dofollow" class="pulse-recent-title ">
  2419.                                            bookmakers not on gamstop
  2420.                                            </a>
  2421.            </div>
  2422.            
  2423.            <div class="pulse-recent-post-item ">
  2424.                <a href="https://www.foreignersinuk.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2425.                                            online casino
  2426.                                            </a>
  2427.            </div>
  2428.            
  2429.            <div class="pulse-recent-post-item ">
  2430.                <a href="https://unbound.co.uk/" rel="dofollow" class="pulse-recent-title ">
  2431.                                            online casino
  2432.                                            </a>
  2433.            </div>
  2434.            
  2435.        </div>
  2436.    </div>
  2437.    
  2438.    
  2439.  
  2440. <!-- CSS Styles -->
  2441. <style>
  2442. /* Sidebar Widget Base */
  2443. .pulse-sidebar-widget {
  2444.    background: var(--card-bg, white);
  2445.    border-radius: 12px;
  2446.    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  2447.    margin-bottom: 30px;
  2448.    overflow: hidden;
  2449.    border: 1px solid var(--border-color);
  2450. }
  2451.  
  2452. .pulse-widget-header {
  2453.    background: var(--bs-primary);
  2454.    color: var(--bs-white);
  2455.    padding: 15px 20px;
  2456.    font-weight: 700;
  2457.    font-size: 13px;
  2458.    text-transform: uppercase;
  2459.    letter-spacing: 1px;
  2460.    position: relative;
  2461.    display: flex;
  2462.    align-items: center;
  2463.    justify-content: space-between;
  2464.    gap: 8px;
  2465. }
  2466.  
  2467. .pulse-header-arrow {
  2468.    font-size: 12px;
  2469.    opacity: 0.8;
  2470. }
  2471.  
  2472.  
  2473.  
  2474.  
  2475.  
  2476. .pulse-widget-body {
  2477.    padding: 25px 20px;
  2478. }
  2479.  
  2480. /* Search Widget */
  2481. .pulse-search-form {
  2482.    position: relative;
  2483. }
  2484.  
  2485. .pulse-search-input-sidebar {
  2486.    width: 100%;
  2487.    padding: 12px 45px 12px 15px;
  2488.    border: 2px solid #e9ecef;
  2489.    border-radius: 8px;
  2490.    font-size: 14px;
  2491.    transition: all 0.3s ease;
  2492.    background: var(--card-bg, white);
  2493.    color: var(--topbar-color, #333);
  2494. }
  2495.  
  2496. .pulse-search-input-sidebar:focus {
  2497.    border-color: var(--topbar-color, #6f42c1);
  2498.    box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.1);
  2499.    outline: none;
  2500. }
  2501.  
  2502. .pulse-search-btn-sidebar {
  2503.    position: absolute;
  2504.    right: 5px;
  2505.    top: 50%;
  2506.    transform: translateY(-50%);
  2507.    background: var(--bs-primary, #6f42c1);
  2508.    border: none;
  2509.    color: var(--bs-white);
  2510.    padding: 8px 12px;
  2511.    border-radius: 6px;
  2512.    cursor: pointer;
  2513.    transition: all 0.3s ease;
  2514. }
  2515.  
  2516. .pulse-search-btn-sidebar:hover {
  2517.    background: var(--topbar-color, #5a359a);
  2518.    opacity: 0.9;
  2519. }
  2520.  
  2521. /* Recent Posts Widget */
  2522. .pulse-recent-post-item {
  2523.    padding: 10px 0;
  2524.    border-bottom: 1px solid var(--border-color);
  2525.    transition: all 0.3s ease;
  2526. }
  2527.  
  2528. .pulse-recent-post-item:last-child {
  2529.    border-bottom: none;
  2530.    padding-bottom: 0;
  2531. }
  2532.  
  2533. .pulse-recent-post-item:hover {
  2534.    background: rgba(248, 249, 250,0.1);
  2535.    padding-left: 20px;
  2536.    padding-right: 20px;
  2537.    border-radius: 8px;
  2538. }
  2539.  
  2540. .pulse-recent-title {
  2541.    font-size: 15px;
  2542.    font-weight: 600;
  2543.    color: var(--topbar-color, #2c3e50);
  2544.    line-height: 1.4;
  2545.    margin-bottom: 8px;
  2546.    text-decoration: none;
  2547.    display: block;
  2548. }
  2549.  
  2550. .pulse-recent-title:hover {
  2551.    color: var(--topbar-color, #e83e8c);
  2552.    text-decoration: none;
  2553.    opacity: 0.8;
  2554. }
  2555.  
  2556. .pulse-recent-meta {
  2557.    font-size: 12px;
  2558.    color: #6c757d;
  2559.    display: flex;
  2560.    align-items: center;
  2561.    gap: 10px;
  2562. }
  2563.  
  2564.  
  2565. /* Responsive Design */
  2566. @media (max-width: 768px) {
  2567.    .pulse-widget-body {
  2568.        padding: 20px 15px;
  2569.    }
  2570.    
  2571.    .pulse-recent-title {
  2572.        font-size: 14px;
  2573.    }
  2574. }
  2575.  
  2576. @media (max-width: 992px) {
  2577.    .pulse-sidebar-widget {
  2578.        margin-bottom: 25px;
  2579.    }
  2580. }
  2581. </style>
  2582.  
  2583.    
  2584.            </div>
  2585.      </div>
  2586.    </div>
  2587.  </section>
  2588.  
  2589.  <script>
  2590.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  2591.    document.addEventListener('DOMContentLoaded', function () {
  2592.      // Fallback if IntersectionObserver unavailable
  2593.      if (!('IntersectionObserver' in window)) {
  2594.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  2595.        return;
  2596.      }
  2597.  
  2598.      let lastY = window.pageYOffset || 0;
  2599.      let scrollDir = 'down';
  2600.      let ticking = false;
  2601.  
  2602.      // Jank-free scroll direction tracking
  2603.      window.addEventListener('scroll', () => {
  2604.        const y = window.pageYOffset || 0;
  2605.        if (!ticking) {
  2606.          requestAnimationFrame(() => {
  2607.            scrollDir = y > lastY ? 'down' : 'up';
  2608.            lastY = y <= 0 ? 0 : y;
  2609.            ticking = false;
  2610.          });
  2611.          ticking = true;
  2612.        }
  2613.      }, { passive: true });
  2614.  
  2615.      const options = {
  2616.        threshold: 0.18,
  2617.        rootMargin: '0px 0px -8% 0px'
  2618.      };
  2619.  
  2620.      const io = new IntersectionObserver((entries) => {
  2621.        entries.forEach((entry) => {
  2622.          const el = entry.target;
  2623.  
  2624.          if (entry.isIntersecting) {
  2625.            // direction-based class
  2626.            el.classList.remove('fade-up', 'fade-down');
  2627.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  2628.  
  2629.            // smooth timing (override-able per element via CSS vars)
  2630.            if (!el.style.getPropertyValue('--dur')) {
  2631.              el.style.setProperty('--dur', '700ms');
  2632.            }
  2633.            if (!el.style.getPropertyValue('--ease')) {
  2634.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  2635.            }
  2636.  
  2637.            el.classList.add('fade-show');
  2638.          } else {
  2639.            // re-animate when re-entering
  2640.            el.classList.remove('fade-show');
  2641.          }
  2642.        });
  2643.      }, options);
  2644.  
  2645.      // Observe all fade targets with a light stagger
  2646.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  2647.      nodes.forEach((el, i) => {
  2648.        // 0–5 -> 0–300ms stagger (loops every 6)
  2649.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  2650.        io.observe(el);
  2651.      });
  2652.    });
  2653.  </script>
  2654.  
  2655.  
  2656.    
  2657.        
  2658.        <!-- end wpo-blog-highlights-section -->
  2659.        <!-- start wpo-blog-sponsored-section -->
  2660.        
  2661.  
  2662.  
  2663.  
  2664.    
  2665.  
  2666.  
  2667.  <style>
  2668.    .sponsored-section-v7 {
  2669.      padding: 50px 0;
  2670.    }
  2671.    
  2672.    .sponsored-card-v7 {
  2673.      background: #fafafa;
  2674.      border: none;
  2675.      transition: transform 0.3s ease;
  2676.      height: 100%;
  2677.    }
  2678.    
  2679.    .sponsored-card-v7:hover {
  2680.      transform: translateY(-3px);
  2681.    }
  2682.    
  2683.    .sponsored-image-v7 {
  2684.      position: relative;
  2685.      height: 160px;
  2686.    }
  2687.    
  2688.    .sponsored-image-v7 img {
  2689.      width: 100%;
  2690.      height: 100%;
  2691.      object-fit: cover;
  2692.      border-radius: 10px; /* Apply curve to image */
  2693.    }
  2694.    
  2695.    .sponsored-badge-v7 {
  2696.      position: absolute;
  2697.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  2698.      left: 10px;
  2699.      z-index: 10;
  2700.    
  2701.      /* pill look */
  2702.      display: inline-flex; /* vertical centering */
  2703.      align-items: center;
  2704.      justify-content: center;
  2705.      padding: 8px 16px; /* width = content + padding */
  2706.      border-radius: 999px; /* full pill */
  2707.      white-space: nowrap; /* ek hi line me rahe */
  2708.      /* text */
  2709.      font-size: 12px;
  2710.      text-transform: uppercase;
  2711.      letter-spacing: 0.5px;
  2712.      line-height: 1;
  2713.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  2714.    }
  2715.    
  2716.    /* optional: icon ke saath thoda gap */
  2717.    .sponsored-badge-v7 i,
  2718.    .sponsored-badge-v7 .icon {
  2719.      margin-right: 8px;
  2720.      font-size: 14px;
  2721.      line-height: 1;
  2722.    }
  2723.    
  2724.    .sponsored-content-v7 {
  2725.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  2726.    }
  2727.    
  2728.    .sponsored-title-v7 {
  2729.      font-size: 15px;
  2730.      font-weight: 700;
  2731.      line-height: 1.4;
  2732.      margin-bottom: 8px;
  2733.      color: #333;
  2734.    }
  2735.    
  2736.    .sponsored-title-v7 a {
  2737.      text-decoration: none;
  2738.      font-size: 16px;
  2739.      color: var(--topbar-color);
  2740.    }
  2741.    
  2742.    .sponsored-title-v7 a:hover {
  2743.      color: var(--bs-primary); /* Green hover */
  2744.    }
  2745.    
  2746.    .sponsored-excerpt-v7 {
  2747.      font-size: 12px;
  2748.      font-weight: 400;
  2749.      color:  var(--topbar-color);;
  2750.      margin-bottom: 10px;
  2751.      line-height: 1.5;
  2752.    }
  2753.    
  2754.    .sponsored-meta-v7 {
  2755.      font-size: 11px;
  2756.       color: var(--topbar-color);;
  2757.    }
  2758.    
  2759.    .author-info-v7 {
  2760.      margin-bottom: 5px;
  2761.    }
  2762.    
  2763.    .sponsored-author-img-v7 {
  2764.      width: 30px;
  2765.      height: 30px;
  2766.      border-radius: 50%;
  2767.      object-fit: cover;
  2768.      vertical-align: middle;
  2769.      margin-right: 5px;
  2770.    }
  2771.    
  2772.    .section-title-sponsored-v7 {
  2773.      font-size: 1.9rem;
  2774.      font-weight: 600;
  2775.      text-align: center;
  2776.      margin-bottom: 30px;
  2777.      color: #333;
  2778.      position: relative;
  2779.    }
  2780.    
  2781.    .section-title-sponsored-v7::after {
  2782.      content: '';
  2783.      position: absolute;
  2784.      bottom: -8px;
  2785.      left: 50%;
  2786.      transform: translateX(-50%);
  2787.      width: 100px;
  2788.      height: 3px;
  2789.      background: var(--bs-primary);
  2790.    }
  2791.    
  2792.    @media (max-width: 768px) {
  2793.      .sponsored-section-v7 {
  2794.        padding: 30px 0;
  2795.      }
  2796.      .sponsored-image-v7 {
  2797.        height: 120px;
  2798.      }
  2799.      .sponsored-content-v7 {
  2800.        padding: 35px 12px 12px;
  2801.      }
  2802.  
  2803.      .sponsored-title-v7 {
  2804.        font-size: 14px;
  2805.      }
  2806.      .sponsored-excerpt-v7 {
  2807.        font-size: 11px;
  2808.      }
  2809.      .section-title-sponsored-v7 {
  2810.        font-size: 1.6rem;
  2811.      }
  2812.    }
  2813.  </style>
  2814.  
  2815.  <section class="sponsored-section-v7">
  2816.    <div class="container-fluid fluid-container">
  2817.      <div class="row mb-3">
  2818.        <div class="col-12">
  2819.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  2820.        </div>
  2821.      </div>
  2822.  
  2823.      <div class="row g-3 d-flex justify-content-center">
  2824.        
  2825.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2826.            <div class="card sponsored-card-v7">
  2827.              <div class="sponsored-image-v7">
  2828.                
  2829.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2830.                
  2831.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2832.              </div>
  2833.              <div class="sponsored-content-v7">
  2834.                <h3 class="sponsored-title-v7"><a href="/how-to-speak-romance-like-zoomer-fifty-one-hyperspecific-words-for-romance-intimacy-and-bad-behaviour/">How to Speak Romance Like Zoomer: Fifty-One Hyperspecific Words for Romance, Intimacy and Bad Behaviour</a></h3>
  2835.                <p class="sponsored-excerpt-v7 "></p>
  2836.                <div class="sponsored-meta-v7">
  2837.                  <div class="author-info-v7">
  2838.                    
  2839.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Bishop" class="sponsored-author-img-v7" />
  2840.                    
  2841.                    <span>Justin Bishop</span>
  2842.                  </div>
  2843.                  <div>11 May 2026</div>
  2844.                </div>
  2845.              </div>
  2846.            </div>
  2847.          </div>
  2848.        
  2849.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2850.            <div class="card sponsored-card-v7">
  2851.              <div class="sponsored-image-v7">
  2852.                
  2853.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2854.                
  2855.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2856.              </div>
  2857.              <div class="sponsored-content-v7">
  2858.                <h3 class="sponsored-title-v7"><a href="/donald-trump-and-his-followers-envision-a-globe-without-global-legal-norms-yet-they-will-not-attain-this-goal/">Donald Trump and His Followers Envision a Globe Without Global Legal Norms – Yet They Will Not Attain This Goal</a></h3>
  2859.                <p class="sponsored-excerpt-v7 "></p>
  2860.                <div class="sponsored-meta-v7">
  2861.                  <div class="author-info-v7">
  2862.                    
  2863.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Bishop" class="sponsored-author-img-v7" />
  2864.                    
  2865.                    <span>Justin Bishop</span>
  2866.                  </div>
  2867.                  <div>10 May 2026</div>
  2868.                </div>
  2869.              </div>
  2870.            </div>
  2871.          </div>
  2872.        
  2873.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2874.            <div class="card sponsored-card-v7">
  2875.              <div class="sponsored-image-v7">
  2876.                
  2877.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2878.                
  2879.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2880.              </div>
  2881.              <div class="sponsored-content-v7">
  2882.                <h3 class="sponsored-title-v7"><a href="/swedish-squad-announcement-isak-selected-while-gyokeres-excluded/">Swedish Squad Announcement: Isak Selected While Gyokeres Excluded</a></h3>
  2883.                <p class="sponsored-excerpt-v7 "></p>
  2884.                <div class="sponsored-meta-v7">
  2885.                  <div class="author-info-v7">
  2886.                    
  2887.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Bishop" class="sponsored-author-img-v7" />
  2888.                    
  2889.                    <span>Justin Bishop</span>
  2890.                  </div>
  2891.                  <div>10 May 2026</div>
  2892.                </div>
  2893.              </div>
  2894.            </div>
  2895.          </div>
  2896.        
  2897.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2898.            <div class="card sponsored-card-v7">
  2899.              <div class="sponsored-image-v7">
  2900.                
  2901.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2902.                
  2903.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2904.              </div>
  2905.              <div class="sponsored-content-v7">
  2906.                <h3 class="sponsored-title-v7"><a href="/uae-refuses-to-join-gazan-stabilisation-mission-lacking-defined-juridical-structure/">UAE Refuses to Join Gazan Stabilisation Mission Lacking Defined Juridical Structure</a></h3>
  2907.                <p class="sponsored-excerpt-v7 "></p>
  2908.                <div class="sponsored-meta-v7">
  2909.                  <div class="author-info-v7">
  2910.                    
  2911.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Bishop" class="sponsored-author-img-v7" />
  2912.                    
  2913.                    <span>Justin Bishop</span>
  2914.                  </div>
  2915.                  <div>10 May 2026</div>
  2916.                </div>
  2917.              </div>
  2918.            </div>
  2919.          </div>
  2920.        
  2921.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2922.            <div class="card sponsored-card-v7">
  2923.              <div class="sponsored-image-v7">
  2924.                
  2925.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2926.                
  2927.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2928.              </div>
  2929.              <div class="sponsored-content-v7">
  2930.                <h3 class="sponsored-title-v7"><a href="/abigail-spanberger-establishes-history-as-virginias-initial-woman-state-leader/">Abigail Spanberger Establishes History as Virginia&#x27;s Initial Woman State Leader</a></h3>
  2931.                <p class="sponsored-excerpt-v7 "></p>
  2932.                <div class="sponsored-meta-v7">
  2933.                  <div class="author-info-v7">
  2934.                    
  2935.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Bishop" class="sponsored-author-img-v7" />
  2936.                    
  2937.                    <span>Justin Bishop</span>
  2938.                  </div>
  2939.                  <div>10 May 2026</div>
  2940.                </div>
  2941.              </div>
  2942.            </div>
  2943.          </div>
  2944.        
  2945.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2946.            <div class="card sponsored-card-v7">
  2947.              <div class="sponsored-image-v7">
  2948.                
  2949.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2950.                
  2951.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2952.              </div>
  2953.              <div class="sponsored-content-v7">
  2954.                <h3 class="sponsored-title-v7"><a href="/when-did-i-get-that-handsome-bruce-springsteen-on-seeing-the-actor-portray-him-in-film/">‘When Did I Get That Handsome?’: Bruce Springsteen on Seeing The Actor Portray Him In Film</a></h3>
  2955.                <p class="sponsored-excerpt-v7 "></p>
  2956.                <div class="sponsored-meta-v7">
  2957.                  <div class="author-info-v7">
  2958.                    
  2959.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Justin Bishop" class="sponsored-author-img-v7" />
  2960.                    
  2961.                    <span>Justin Bishop</span>
  2962.                  </div>
  2963.                  <div>10 May 2026</div>
  2964.                </div>
  2965.              </div>
  2966.            </div>
  2967.          </div>
  2968.        
  2969.      </div>
  2970.    </div>
  2971.  </section>
  2972.  
  2973.  
  2974.    
  2975.        <!-- end wpo-blog-sponsored-section -->
  2976.        <!-- start wpo-subscribe-section -->
  2977.        
  2978.        <!-- end subscribe-section -->
  2979.        <!-- start of wpo-site-footer-section -->
  2980.        
  2981.  
  2982.  
  2983.  
  2984.  
  2985.  
  2986. <footer class="wpo-site-footer-v3">
  2987.  <!-- Top Section - Logo -->
  2988.  <div class="footer-top-section py-4 border-bottom">
  2989.    <div class="container-fluid fluid-container">
  2990.      <div class="row justify-content-center">
  2991.        <div class="col-12 text-center">
  2992.          <div class="brand-logo">
  2993.            
  2994.              <h3 class="brand-title">HarborLink UK</h3>
  2995.            
  2996.            <p class="brand-tagline mt-2">Stay informed with the latest maritime news, shipping trends, and port developments in the UK and beyond. Expert analysis for industry professionals.</p>
  2997.          </div>
  2998.        </div>
  2999.      </div>
  3000.    </div>
  3001.  </div>
  3002.  
  3003.  <!-- Main Content -->
  3004.  <div class="footer-main-content pt-4">
  3005.    <div class="container-fluid fluid-container">
  3006.      <div class="row justify-content-center">
  3007.        <!-- Single Column: Quick Links -->
  3008.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3009.          <div class="footer-column">
  3010.            <h5 class="column-title">Quick Links</h5>
  3011.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3012.              
  3013.                <li>
  3014.                  <a class="menu-link" href="/democratic-lawmakers-denounce-trump-after-he-states-they-should-face-capital-punishment/">Democratic lawmakers Denounce Trump After He States They Should Face Capital Punishment</a>
  3015.                </li>
  3016.              
  3017.                <li>
  3018.                  <a class="menu-link" href="/the-athletes-and-coaches-not-born-in-the-united-states/">The Athletes and Coaches Not Born in the United States</a>
  3019.                </li>
  3020.              
  3021.                <li>
  3022.                  <a class="menu-link" href="/russia-restricts-snapchat-and-restricts-apples-facetime-officials-report/">Russia Restricts Snapchat and Restricts Apple&#x27;s FaceTime, Officials Report</a>
  3023.                </li>
  3024.              
  3025.                <li>
  3026.                  <a class="menu-link" href="/chornobyl-disaster-shelter-no-longer-blocks-radiation-needs-significant-restoration-iaea/">Chornobyl Disaster Shelter No Longer Blocks Radiation, Needs Significant Restoration – IAEA</a>
  3027.                </li>
  3028.              
  3029.                <li>
  3030.                  <a class="menu-link" href="/the-gunners-take-on-wolves-in-key-top-flight-encounter/">The Gunners Take On Wolves in Key Top-Flight Encounter</a>
  3031.                </li>
  3032.              
  3033.                <li>
  3034.                  <a class="menu-link" href="/neanderthals-and-modern-humans-were-likely-engaging-in-intimate-contact-scientists-suggest/">Neanderthals and Modern Humans Were Likely Engaging in Intimate Contact, Scientists Suggest</a>
  3035.                </li>
  3036.              
  3037.            </ul>
  3038.          </div>
  3039.        </div>
  3040.  
  3041.        <!-- Single Column: Top Categories -->
  3042.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3043.          <div class="footer-column">
  3044.            <h5 class="column-title">Top Categories</h5>
  3045.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3046.              
  3047.                <li>
  3048.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3049.                </li>
  3050.              
  3051.                <li>
  3052.                  <a class="menu-link" href="/category/business/">Business</a>
  3053.                </li>
  3054.              
  3055.                <li>
  3056.                  <a class="menu-link" href="/category/esports/">Esports</a>
  3057.                </li>
  3058.              
  3059.                <li>
  3060.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  3061.                </li>
  3062.              
  3063.                <li>
  3064.                  <a class="menu-link" href="/category/featured/">Featured</a>
  3065.                </li>
  3066.              
  3067.            </ul>
  3068.          </div>
  3069.        </div>
  3070.  
  3071.        <!-- Single Column: Blog Rolls -->
  3072.      <div class="col-12 text-center border-bottom pb-4">
  3073.          <div class="footer-column">
  3074.            <h5 class="column-title">Blog Rolls</h5>
  3075.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3076.              
  3077.              
  3078.  
  3079.              
  3080.              
  3081.                
  3082.              
  3083.            </ul>
  3084.          </div>
  3085.        </div>
  3086.      </div>
  3087.    </div>
  3088.  </div>
  3089.  
  3090.  <!-- Footer Bottom -->
  3091.  <div class="footer-bottom py-3">
  3092.    <div class="container-fluid fluid-container">
  3093.      <div class="row justify-content-center">
  3094.        <div class="col-12 text-center">
  3095.          <div class="bottom-content">
  3096.            <div class="copyright-info mb-3">
  3097.              <p class="mb-0 text-info">
  3098.                &copy; 2026 <strong>HarborLink UK</strong>. All rights reserved.
  3099.              </p>
  3100.            </div>
  3101.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  3102.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3103.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3104.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3105.            </div>
  3106.          </div>
  3107.        </div>
  3108.      </div>
  3109.    </div>
  3110.  </div>
  3111. </footer>
  3112.  
  3113. <style>
  3114. .wpo-site-footer-v3 {
  3115.    background: var(--card-bg) !important;
  3116. }
  3117.  
  3118. .footer-logo {
  3119.    height: 60px;
  3120.    width: auto;
  3121. }
  3122. .text-info{
  3123.    color: var(--topbar-color) !important;
  3124. }
  3125.  
  3126. .brand-title {
  3127.    font-size: 22px;
  3128.    font-weight: 700;
  3129.    color: var(--topbar-color);
  3130.    margin: 0;
  3131. }
  3132.  
  3133. .brand-tagline {
  3134.    font-size: 14px;
  3135.    color: var(--topbar-color);
  3136.    margin: 0;
  3137. }
  3138.  
  3139. .column-title {
  3140.    font-size: 16px;
  3141.    font-weight: 600;
  3142.    color: var(--topbar-color) !important;
  3143.    margin-bottom: 15px;
  3144. }
  3145.  
  3146. .footer-menu {
  3147.    margin: 0;
  3148. }
  3149.  
  3150. .menu-link {
  3151.    color: var(--topbar-color) !important;
  3152.    text-decoration: none;
  3153.    font-size: 14px;
  3154.    transition: color 0.3s ease;
  3155. }
  3156.  
  3157. .menu-link:hover {
  3158.    color: var(--primary-color);
  3159. }
  3160.  
  3161. .footer-bottom {
  3162.    font-size: 13px;
  3163. }
  3164.  
  3165. .utility-link {
  3166.    color: var(--topbar-color) !important;
  3167.    text-decoration: none;
  3168.    font-size: 13px;
  3169.    transition: color 0.3s ease;
  3170. }
  3171. /* Responsive Design */
  3172. @media (max-width: 768px) {
  3173.    .footer-logo {
  3174.        height: 50px;
  3175.    }
  3176.    
  3177.    .column-title {
  3178.        font-size: 15px;
  3179.    }
  3180.    
  3181.    .menu-link {
  3182.        font-size: 13px;
  3183.    }
  3184. }
  3185.  
  3186. @media (max-width: 576px) {
  3187.    .brand-title {
  3188.        font-size: 20px;
  3189.    }
  3190.    
  3191.    .brand-tagline {
  3192.        font-size: 13px;
  3193.    }
  3194.    
  3195.    .cta-btn {
  3196.        font-size: 12px;
  3197.        padding: 5px 12px;
  3198.    }
  3199. }
  3200. </style>
  3201.  
  3202. <script>
  3203. // Prevent default for placeholder links
  3204. document.addEventListener('DOMContentLoaded', function() {
  3205.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3206.        anchor.addEventListener('click', function(e) {
  3207.            e.preventDefault();
  3208.        });
  3209.    });
  3210. });
  3211. document.addEventListener('DOMContentLoaded', function () {
  3212.    var btn = document.getElementById('toggleBlogRollLinks');
  3213.    if (!btn) return; // No extra items, no button
  3214.  
  3215.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3216.  
  3217.    btn.addEventListener('click', function () {
  3218.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3219.            return li.classList.contains('d-none');
  3220.        });
  3221.  
  3222.        extras.forEach(function (li) {
  3223.            if (anyHidden) {
  3224.                li.classList.remove('d-none');
  3225.                li.classList.add('show');
  3226.            } else {
  3227.                li.classList.add('d-none');
  3228.                li.classList.remove('show');
  3229.            }
  3230.        });
  3231.  
  3232.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3233.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3234.    });
  3235. });
  3236.  
  3237. </script>
  3238.  
  3239.        <!-- end of wpo-site-footer-section -->
  3240.    </div>
  3241.    <!-- end of page-wrapper -->
  3242.  
  3243.    <!-- All JavaScript files
  3244.    ================================================== -->
  3245.    
  3246.  
  3247. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3248. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3249. <!-- Plugins for this template -->
  3250. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3251. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3252. <!-- Custom script for this template -->
  3253. <script src="/static/blogapp/assets/js/script.js"></script>
  3254.  
  3255. <script>
  3256. (function () {
  3257. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3258. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3259.  
  3260. function applyFallback(img) {
  3261. if (!img || img.dataset.fallbackApplied === "1") {
  3262. return;
  3263. }
  3264. var failedSrc = img.currentSrc || img.src || "";
  3265. img.dataset.fallbackApplied = "1";
  3266. img.onerror = null;
  3267. img.src = fallbackImageSrc;
  3268. console.warn("[ImageFallback] Replaced broken image:", {
  3269. failedSrc: failedSrc,
  3270. fallbackSrc: fallbackImageSrc,
  3271. alt: img.alt || "",
  3272. });
  3273. }
  3274.  
  3275. document.querySelectorAll("img").forEach(function (img) {
  3276. if (img.complete && img.naturalWidth === 0) {
  3277. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3278. failedSrc: img.currentSrc || img.src || "",
  3279. alt: img.alt || "",
  3280. });
  3281. applyFallback(img);
  3282. }
  3283. });
  3284.  
  3285. document.addEventListener(
  3286. "error",
  3287. function (event) {
  3288. var target = event.target;
  3289. if (target && target.tagName === "IMG") {
  3290. applyFallback(target);
  3291. }
  3292. },
  3293. true
  3294. );
  3295. })();
  3296. </script>
  3297.  
  3298. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3299.  
  3300.  
  3301.  
  3302. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"76fcae77d1564e5a9ecd682228b8fc56","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3303. </body>
  3304.  
  3305. </html>
  3306.  
  3307.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda