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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="roboto">
  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/Untitled_design_-_2025-04-28T105935.069_12HdrzI_v1Gpvq1_M2L7OI8.png">
  14.    
  15.  
  16.    <title>Harbor Pro: Expert Insights on UK Maritime &amp; Logistics Solutions</title>
  17.    <meta name="description" content="Explore Harbor Pro&#x27;s blog for expert analysis on UK maritime operations, logistics trends, and industry innovations. Stay updated with practical insights and solutions.">
  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://harborpro.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #10b981;
  42.        --bs-primary-rgb: 10b981;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #06b6d4;
  48.        --bs-light: #f0fdf4;
  49.        --bs-dark: #064e3b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #10b981;
  53.        --theme-primary-color-s2: #10b981;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0f172a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0f172a;
  59.        --border-color: #d1fae5;
  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: #ecfdf5;
  75.        --navbar-color: #064e3b;
  76.        --topbar-bg: #f0fdf4;
  77.        --topbar-color: #064e3b;
  78.        --footer-bg: #064e3b;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d1fae5;
  82.        --card-radius: 12px;
  83.        --link-color: #10b981;
  84.        --link-hover: #059669;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(16, 185, 129, 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-creative">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="">
  412.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  413.          </div>
  414.  
  415.          <!-- Add an id to the marquee -->
  416.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.            <p class="text-center">
  418.              
  419.               <a href="/joe-root-voices-dual-views-on-day-night-test-cricket-before-crucial-ashes-series-showdown/" class="px-5 top-color">
  420.                    Joe Root Voices Dual Views on Day-Night Test Cricket Before Crucial Ashes Series Showdown
  421.                  </a>
  422.              
  423.               <a href="/conversing-across-the-gap-an-encounter-between-different-perspectives/" class="px-5 top-color">
  424.                    Conversing Across the Gap: An Encounter Between Different Perspectives
  425.                  </a>
  426.              
  427.               <a href="/wta-finals-latest-news-elena-rybakina-takes-on-alexandrova-swiatek-battles-anisimova/" class="px-5 top-color">
  428.                    WTA Finals Latest News: Elena Rybakina Takes On Alexandrova, Swiatek Battles Anisimova
  429.                  </a>
  430.              
  431.               <a href="/cameroonian-political-opposition-leader-to-face-legal-action-over-election-unrest-government-declares/" class="px-5 top-color">
  432.                    Cameroonian Political Opposition Leader to Face Legal Action Over Election Unrest, Government Declares
  433.                  </a>
  434.              
  435.               <a href="/the-finnish-team-upsets-back-to-back-defending-title-holders-the-united-states-in-world-junior-quarter-finals/" class="px-5 top-color">
  436.                    The Finnish Team Upsets Back-to-Back Defending Title Holders the United States in World Junior Quarter-Finals.
  437.                  </a>
  438.              
  439.            </p>
  440.          </marquee>
  441.        </div>
  442.      </div>
  443.    </div>
  444.  </div>
  445. </div>
  446. <style>
  447.  .tilt-button {
  448.  padding: 0.5rem 1rem;
  449.  white-space: nowrap;
  450.  font-weight: bold;
  451.  display: inline-block;
  452.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  453.  transition: background 0.3s ease;
  454. }
  455.  
  456.  
  457. </style>
  458. <script>
  459.  // Stop/start marquee when hovering or focusing links inside it
  460.  document.addEventListener("DOMContentLoaded", function () {
  461.    const marquee = document.getElementById("newsMarquee");
  462.    if (!marquee) return;
  463.  
  464.    marquee.querySelectorAll("a").forEach((link) => {
  465.      link.addEventListener("mouseenter", () => marquee.stop());
  466.      link.addEventListener("mouseleave", () => marquee.start());
  467.      // keyboard accessibility
  468.      link.addEventListener("focus", () => marquee.stop());
  469.      link.addEventListener("blur", () => marquee.start());
  470.    });
  471.  });
  472. </script>
  473.  
  474.  
  475.  
  476.            
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. <header class="header-v9 mb-4" role="banner">
  484.  <div class="container-fluid fluid-container">
  485.    <!-- Sticky/Glass Nav Card -->
  486.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  487.      <div class="row align-items-center justify-content-between g-3">
  488.        <!-- Logo -->
  489.       <div class="col-6 col-md-3 col-lg-2">
  490.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  491.            
  492.              <span class="site-name">My Site</span>
  493.            
  494.          </a>
  495.        </div>
  496.  
  497.        <!-- Desktop Nav -->
  498.        <div class="col d-none d-xl-block">
  499.          <nav class="main-nav-v9">
  500.            <ul class="nav-list-v9">
  501.              <!-- Home (static) -->
  502.              <li class="nav-item-v9">
  503.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  504.              </li >
  505.          
  506.              
  507.                
  508.                  <li class="nav-item-v9">
  509.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  510.                  </li>
  511.                
  512.                  <li class="nav-item-v9">
  513.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  514.                  </li>
  515.                
  516.                  <li class="nav-item-v9">
  517.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  518.                  </li>
  519.                
  520.                  <li class="nav-item-v9">
  521.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  522.                  </li>
  523.                
  524.                  <li class="nav-item-v9">
  525.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  526.                  </li>
  527.                
  528.                  <li class="nav-item-v9">
  529.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  530.                  </li>
  531.                
  532.                  <li class="nav-item-v9">
  533.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  534.                  </li>
  535.                
  536.                  <li class="nav-item-v9">
  537.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  538.                  </li>
  539.                
  540.  
  541.                
  542.                  <li class="nav-item-v9 has-dropdown-v9">
  543.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  544.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  545.                        <polyline points="6,9 12,15 18,9"></polyline>
  546.                      </svg>
  547.                    </button>
  548.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  549.                      <div class="dropdown-grid-v9">
  550.                        <div class="dropdown-section-v9">
  551.                          
  552.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  553.                          
  554.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  555.                          
  556.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  557.                          
  558.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  559.                          
  560.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  561.                          
  562.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  563.                          
  564.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  565.                          
  566.                        </div>
  567.                      </div>
  568.                    </div>
  569.                  </li>
  570.                
  571.              
  572.                <li class="nav-item-v9">
  573.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  574.              </li >
  575.            </ul>
  576.          </nav>
  577.        </div>
  578.  
  579.        <!-- Actions -->
  580.        <div class="col-6 col-md-3 col-lg-2">
  581.          <div class="nav-actions-v9">
  582.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  583.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  584.                <circle cx="11" cy="11" r="8"></circle>
  585.                <path d="m21 21-4.35-4.35"></path>
  586.              </svg>
  587.            </button>
  588.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  589.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  590.                <line x1="3" y1="6" x2="21" y2="6" />
  591.                <line x1="3" y1="12" x2="21" y2="12" />
  592.                <line x1="3" y1="18" x2="21" y2="18" />
  593.              </svg>
  594.            </button>
  595.          </div>
  596.        </div>
  597.      </div>
  598.  
  599.      <!-- Active underline (animated) -->
  600.      <span class="active-rail-v9" aria-hidden="true"></span>
  601.    </div>
  602.  
  603.    <!-- Search Panel -->
  604.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  605.      <form class="search-form-v9" action="" method="get" role="search">
  606.        <label for="q-v9" class="visually-hidden">Search</label>
  607.        <div class="search-input-wrap-v9">
  608.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  609.            <circle cx="11" cy="11" r="8"></circle>
  610.            <path d="m21 21-4.35-4.35"></path>
  611.          </svg>
  612.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  613.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  614.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  615.              <line x1="18" y1="6" x2="6" y2="18" />
  616.              <line x1="6" y1="6" x2="18" y2="18" />
  617.            </svg>
  618.          </button>
  619.        </div>
  620.        <div class="search-suggest-v9 search-v1" id="search-results">
  621.          
  622.        </div>
  623.      </form>
  624.    </div>
  625.  
  626.    <!-- Mobile Offcanvas -->
  627.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  628.      <div class="mobile-wrap-v9">
  629.        <div class="mobile-head-v9">
  630.          <span class="mobile-title-v9">Menu</span>
  631.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  632.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  633.              <line x1="18" y1="6" x2="6" y2="18" />
  634.              <line x1="6" y1="6" x2="18" y2="18" />
  635.            </svg>
  636.          </button>
  637.        </div>
  638.  
  639.        <ul class="mobile-list-v9">
  640.          <li>
  641.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  642.          </li>
  643.          <li class="">
  644.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  645.          </li >
  646.          
  647.            
  648.              <li>
  649.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  650.              </li>
  651.            
  652.              <li>
  653.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  654.              </li>
  655.            
  656.              <li>
  657.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  658.              </li>
  659.            
  660.              <li>
  661.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  662.              </li>
  663.            
  664.              <li>
  665.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  666.              </li>
  667.            
  668.  
  669.            
  670.          
  671.        </ul>
  672.      </div>
  673.    </aside>
  674.  </div>
  675.  
  676.  <!-- Overlay -->
  677.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  678. </header>
  679.  
  680. <style>
  681.  
  682.  .header-v9 {
  683.    position: relative;
  684.    padding: 14px 0;
  685.    z-index: 50;
  686.  }
  687.  .header-v9.is-scrolled .nav-card-v9 {
  688.    padding: 10px 18px;
  689.    border-radius: 14px;
  690.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  691.  }
  692.  .header-v9.is-scrolled .logo-img-v9 {
  693.    transform: scale(0.92);
  694.  }
  695.  
  696.  /* Card */
  697.  .nav-card-v9 {
  698.    background: var(--navbar-bg);
  699.    backdrop-filter: blur(18px);
  700.    border: 1px solid var(--border-color);
  701.    border-radius: 18px;
  702.    padding: 14px 22px;
  703.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  704.    position: sticky;
  705.    top: 10px;
  706.  }
  707.  
  708.  /* Logo */
  709.  .logo-img-v9 {
  710.    max-height: 60px;
  711.    width: auto;
  712.    transition: transform 0.25s ease, opacity 0.25s ease;
  713.  }
  714.  .logo-link-v9:hover .logo-img-v9 {
  715.    transform: translateY(-1px) scale(1.03);
  716.  }
  717.  
  718.  /* Desktop nav */
  719.  .main-nav-v9 {
  720.    display: flex;
  721.    justify-content: center;
  722.  }
  723.  .nav-list-v9 {
  724.    display: flex;
  725.    gap: 6px;
  726.    list-style: none;
  727.    margin: 0;
  728.    padding: 0;
  729.  }
  730.  .nav-item-v9 {
  731.    position: relative;
  732.  }
  733.  .nav-link-v9 {
  734.    position: relative;
  735.    display: inline-flex;
  736.    align-items: center;
  737.    justify-content: center;
  738.    padding: 10px 10px;
  739.    border-radius: 12px;
  740.    color: var(--navbar-color);
  741.    text-decoration: none;
  742.    font-weight: 500;
  743.    font-size: 15px;
  744.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  745.  }
  746.  .nav-link-v9:hover {
  747.    background: rgba(102, 126, 234, 0.1);
  748.    color: var(--topbar-color);
  749.    transform: translateY(-1px);
  750.  }
  751.  .nav-link-v9.active-v9 {
  752.    color: transparent;
  753.  }
  754.  .nav-link-v9.active-v9::after {
  755.    content: '';
  756.    position: absolute;
  757.    left: 12px;
  758.    right: 12px;
  759.    bottom: 6px;
  760.    height: 3px;
  761.    border-radius: 3px;
  762.    background: var(--sub-nav);
  763.  }
  764.  
  765.  /* Dropdown */
  766.  .has-dropdown-v9 {
  767.    position: relative;
  768.  }
  769.  .nav-more-btn-v9 {
  770.    display: inline-flex;
  771.    gap: 6px;
  772.    align-items: center;
  773.  }
  774.  .chev-v9 {
  775.    transition: transform 0.2s ease;
  776.  }
  777.  .has-dropdown-v9:focus-within .chev-v9,
  778.  .has-dropdown-v9:hover .chev-v9 {
  779.    transform: rotate(180deg);
  780.  }
  781.  
  782.  .dropdown-card-v9 {
  783.    position: absolute;
  784.    top: calc(100% + 14px);
  785.    left: 50%;
  786.    transform: translateX(-50%) translateY(-6px);
  787.    background: var(--navbar-bg);
  788.    border: 1px solid var(--border-color);
  789.    border-radius: 14px;
  790.    padding: 18px;
  791.    min-width: 280px;
  792.    z-index: 200;
  793.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  794.    opacity: 0;
  795.    visibility: hidden;
  796.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  797.  }
  798.  .has-dropdown-v9:hover .dropdown-card-v9,
  799.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  800.    opacity: 1;
  801.    visibility: visible;
  802.    transform: translateX(-50%) translateY(0);
  803.  }
  804.  
  805.  .dropdown-grid-v9 {
  806.    display: grid;
  807.    grid-template-columns: 1fr;
  808.    gap: 10px;
  809.  }
  810.  .dropdown-section-v9 {
  811.    display: grid;
  812.    gap: 6px;
  813.  }
  814.  .dropdown-link-v9 {
  815.    display: flex;
  816.    align-items: center;
  817.    gap: 10px;
  818.    padding: 10px 12px;
  819.    border-radius: 10px;
  820.    text-decoration: none;
  821.    font-size: 14px;
  822.    color: var(--navbar-color);
  823.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  824.  }
  825.  .dropdown-link-v9:hover {
  826.    background: var(--bs-primary);
  827.    color: var(--bs-white);
  828.    transform: translateX(4px);
  829.  }
  830.  .link-dot-v9 {
  831.    width: 6px;
  832.    height: 6px;
  833.    border-radius: 50%;
  834.    border: 1px solid currentColor;
  835.  }
  836.  
  837.  /* Actions */
  838.  .nav-actions-v9 {
  839.    display: flex;
  840.    justify-content: flex-end;
  841.    align-items: center;
  842.    gap: 8px;
  843.  }
  844.  .icon-btn-v9 {
  845.    border: 1px solid var(--border-color);
  846.    background: rgba(102, 126, 234, 0.1);
  847.    color: var(--navbar-color);
  848.    padding: 8px;
  849.    border-radius: 12px;
  850.    cursor: pointer;
  851.    transition: transform 0.2s, background 0.2s, color 0.2s;
  852.  }
  853.  .icon-btn-v9:hover {
  854.    background: var(--sub-nav);
  855.    color: var(--topbar-color) !important;
  856.    transform: translateY(-1px);
  857.  }
  858.  .icon-btn-v9.ghost {
  859.    background: transparent;
  860.  }
  861.  
  862.  /* Search Panel */
  863.  .search-panel-v9 {
  864.    position: fixed;
  865.    top: 14px;
  866.    left: 50%;
  867.    transform: translateX(-50%) translateY(-16px);
  868.    width: min(720px, calc(100% - 40px));
  869.    background: var(--navbar-bg);
  870.    border: 1px solid var(--border-color);
  871.    border-radius: 16px;
  872.    padding: 16px;
  873.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  874.    opacity: 0;
  875.    visibility: hidden;
  876.    z-index: 300;
  877.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  878.  }
  879.  .search-panel-v9.show-v9 {
  880.    opacity: 1;
  881.    visibility: visible;
  882.    transform: translateX(-50%) translateY(0);
  883.  }
  884.  .search-input-wrap-v9 {
  885.    display: flex;
  886.    align-items: center;
  887.    gap: 10px;
  888.    background: rgba(248, 250, 252, 0.8);
  889.    border: 2px solid rgba(102, 126, 234, 0.2);
  890.    border-radius: 12px;
  891.    padding: 6px 8px;
  892.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  893.  }
  894.  .search-input-wrap-v9:focus-within {
  895.    border-color: #667eea;
  896.    background: rgba(255, 255, 255, 0.9);
  897.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  898.  }
  899.  .search-icn-v9 {
  900.    color: #a0aec0;
  901.    margin-left: 6px;
  902.  }
  903.  .search-input-v9 {
  904.    flex: 1;
  905.    border: 0;
  906.    background: transparent;
  907.    outline: none;
  908.    padding: 12px 4px;
  909.    font-size: 16px;
  910.    color: #2d3748;
  911.  }
  912.  .search-suggest-v9 {
  913.    display: grid;
  914.    grid-template-columns: repeat(3, minmax(0, 1fr));
  915.    gap: 8px;
  916.    margin-top: 10px;
  917.  }
  918.  .suggestion-v9 {
  919.    border: 1px solid var(--border-color);
  920.    background: rgba(248, 250, 252, 0.5);
  921.    color: var(--navbar-color);
  922.    padding: 10px 12px;
  923.    border-radius: 10px;
  924.    font-size: 14px;
  925.    text-align: left;
  926.    cursor: pointer;
  927.    transition: background 0.2s, color 0.2s, transform 0.2s;
  928.  }
  929.  .suggestion-v9:hover {
  930.    background: var(--bs-primary) !important ;
  931.    color: var(--bs-white)  !important;
  932.    transform: translateY(-1px);
  933.  }
  934.  
  935.  /* Mobile */
  936.  .mobile-nav-v9 {
  937.    position: fixed;
  938.    right: 0;
  939.    top: 0;
  940.    height: 100vh;
  941.    width: min(86vw, 420px);
  942.    background: var(--card-bg);
  943.    border-left: 1px solid var(--border-color);
  944.    transform: translateX(100%);
  945.    transition: transform 0.3s ease;
  946.    z-index: 350;
  947.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  948.  }
  949.  .mobile-nav-v9.show-v9 {
  950.    transform: translateX(0);
  951.  }
  952.  .mobile-wrap-v9 {
  953.    display: flex;
  954.    flex-direction: column;
  955.    height: 100%;
  956.  }
  957.  .mobile-head-v9 {
  958.    display: flex;
  959.    align-items: center;
  960.    justify-content: space-between;
  961.    padding: 16px;
  962.    background: var(--navbar-bg);
  963.  }
  964.  .mobile-title-v9 {
  965.    font-weight: 600;
  966.  }
  967.  .mobile-list-v9 {
  968.    list-style: none;
  969.    padding: 10px 12px 20px;
  970.    margin: 0;
  971.    overflow-y: auto;
  972.  }
  973.  .mobile-link-v9 {
  974.    display: flex;
  975.    align-items: center;
  976.    justify-content: space-between;
  977.    padding: 14px 12px;
  978.    border-radius: 12px;
  979.    text-decoration: none;
  980.    color: var(--navbar-color);
  981.    font-weight: 500;
  982.    transition: background 0.2s, color 0.2s;
  983.  }
  984.  .mobile-link-v9:hover,
  985.  .mobile-link-v9.active-v9 {
  986.    background: var(--sub-nav);
  987.    color: var(--topbar-color);
  988.  }
  989.  .mobile-group-v9 {
  990.    margin-top: 4px;
  991.  }
  992.  .mobile-sublist-v9 {
  993.    list-style: none;
  994.    margin: 0;
  995.    padding: 0;
  996.    max-height: 0;
  997.    overflow: auto;
  998.    transition: max-height 0.25s ease;
  999.    background:var(--navbar-bg);
  1000.    border-radius: 12px;
  1001.    margin-top: 6px;
  1002.  }
  1003.  .mobile-sublist-v9.show-v9 {
  1004.    max-height: 360px;
  1005.    background: var(--navbar-bg);
  1006.    padding: 6px 0;
  1007.  }
  1008.  .mobile-sublink-v9 {
  1009.    display: block;
  1010.    padding: 10px 16px;
  1011.    text-decoration: none;
  1012.    color: var(--navbar-color);
  1013.    border-radius: 10px;
  1014.    font-size: 14px;
  1015.  }
  1016.  .mobile-sublink-v9:hover {
  1017.    background: var(--sub-nav);
  1018.    color: var(--topbar-color);
  1019.  }
  1020.  .mobile-arrow-v9 {
  1021.    transition: transform 0.2s ease;
  1022.  }
  1023.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1024.    transform: rotate(180deg);
  1025.  }
  1026.  
  1027.  /* Overlay */
  1028.  .nav-overlay-v9 {
  1029.    position: fixed;
  1030.    inset: 0;
  1031.    background: rgba(0, 0, 0, 0.35);
  1032.    backdrop-filter: blur(4px);
  1033.    opacity: 0;
  1034.    visibility: hidden;
  1035.    transition: opacity 0.25s, visibility 0.25s;
  1036.    z-index: 200;
  1037.  }
  1038.  .nav-overlay-v9.show-v9 {
  1039.    opacity: 1;
  1040.    visibility: visible;
  1041.  }
  1042.  
  1043.  
  1044.  /* Utils */
  1045.  .visually-hidden {
  1046.    position: absolute !important;
  1047.    height: 1px;
  1048.    width: 1px;
  1049.    overflow: hidden;
  1050.    clip: rect(1px, 1px, 1px, 1px);
  1051.    white-space: nowrap;
  1052.  }
  1053.  
  1054.  /* Responsive tweaks */
  1055.  @media (max-width: 1300px) {
  1056.    .nav-card-v9 {
  1057.      padding: 12px 18px;
  1058.      border-radius: 16px;
  1059.    }
  1060.    .search-panel-v9 {
  1061.      width: calc(100% - 32px);
  1062.    }
  1063.  }
  1064.  @media (max-width: 576px) {
  1065.    .logo-img-v9 {
  1066.      max-height: 38px;
  1067.    }
  1068.  }
  1069. </style>
  1070.  
  1071. <script>
  1072.  /* ============ V9 JS ============ */
  1073.  ;(function () {
  1074.    const overlay = document.getElementById('navOverlayV9')
  1075.    const searchPanel = document.getElementById('searchPanelV9')
  1076.    const mobileNav = document.getElementById('mobileNavV9')
  1077.    const header = document.querySelector('.header-v9')
  1078.  
  1079.    function lockScroll(lock) {
  1080.      document.body.style.overflow = lock ? 'hidden' : ''
  1081.    }
  1082.  
  1083.    window.toggleSearchV9 = function () {
  1084.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1085.      const willOpen = !searchPanel.classList.contains('show-v9')
  1086.  
  1087.      // close mobile if open
  1088.      mobileNav.classList.remove('show-v9')
  1089.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1090.  
  1091.      searchPanel.classList.toggle('show-v9', willOpen)
  1092.      overlay.classList.toggle('show-v9', willOpen)
  1093.      btn?.setAttribute('aria-expanded', String(willOpen))
  1094.      lockScroll(willOpen)
  1095.  
  1096.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1097.    }
  1098.  
  1099.    window.toggleMobileNavV9 = function () {
  1100.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1101.      const willOpen = !mobileNav.classList.contains('show-v9')
  1102.  
  1103.      // close search if open
  1104.      searchPanel.classList.remove('show-v9')
  1105.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1106.  
  1107.      mobileNav.classList.toggle('show-v9', willOpen)
  1108.      overlay.classList.toggle('show-v9', willOpen)
  1109.      btn?.setAttribute('aria-expanded', String(willOpen))
  1110.      lockScroll(willOpen)
  1111.    }
  1112.  
  1113.    window.toggleMobileDropdownV9 = function (id) {
  1114.      const list = document.getElementById(id)
  1115.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1116.      const willOpen = !list.classList.contains('show-v9')
  1117.      // close siblings
  1118.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1119.        if (el.id !== id) el.classList.remove('show-v9')
  1120.      })
  1121.      list.classList.toggle('show-v9', willOpen)
  1122.      btn?.setAttribute('aria-expanded', String(willOpen))
  1123.    }
  1124.  
  1125.    window.closeAllV9 = function () {
  1126.      searchPanel.classList.remove('show-v9')
  1127.      mobileNav.classList.remove('show-v9')
  1128.      overlay.classList.remove('show-v9')
  1129.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1130.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1131.      lockScroll(false)
  1132.    }
  1133.  
  1134.    // ESC to close
  1135.    document.addEventListener('keydown', (e) => {
  1136.      if (e.key === 'Escape') window.closeAllV9()
  1137.    })
  1138.  
  1139.    // Sticky shrink on scroll
  1140.    let lastY = window.scrollY
  1141.    const onScroll = () => {
  1142.      const y = window.scrollY
  1143.      header.classList.toggle('is-scrolled', y > 10)
  1144.      lastY = y
  1145.    }
  1146.    onScroll()
  1147.    window.addEventListener('scroll', onScroll, { passive: true })
  1148.  
  1149.    // Suggestions fill
  1150.    document.addEventListener('click', (e) => {
  1151.      const btn = e.target.closest('.suggestion-v9')
  1152.      if (!btn) return
  1153.      const val = btn.getAttribute('data-fill') || ''
  1154.      const input = document.getElementById('q-v9')
  1155.      if (input) input.value = val
  1156.    })
  1157.  
  1158.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1159.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1160.    const moreCard = document.getElementById('more-desktop-v9')
  1161.    if (moreBtn && moreCard) {
  1162.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1163.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1164.    }
  1165.  })()
  1166. </script>
  1167.  
  1168. <script>
  1169.  document.addEventListener("DOMContentLoaded", function () {
  1170.    console.log("loaded");
  1171.  
  1172.     const searchInput = document.getElementById("search-input")
  1173.    const searchResults = document.getElementById("search-results");
  1174.  
  1175.    if (!searchInput || !searchResults) {
  1176.      console.error("Search input/results not found");
  1177.      return;
  1178.    }
  1179.  
  1180.    // Prevent form submission
  1181.    if (searchInput.form) {
  1182.      searchInput.form.addEventListener("submit", function (e) {
  1183.        e.preventDefault();
  1184.      });
  1185.    }
  1186.  
  1187.    // Add event listener for keyup
  1188.    searchInput.addEventListener("keyup", function (e) {
  1189.      console.log("Key pressed:", e.key);
  1190.      e.preventDefault();
  1191.  
  1192.      const query = searchInput.value.trim();
  1193.      console.log("User is typing: " + query);
  1194.  
  1195.      // If empty → clear and hide
  1196.      if (query === "") {
  1197.        searchResults.innerHTML = "";
  1198.        searchResults.style.display = "none";
  1199.        return;
  1200.      }
  1201.  
  1202.      // Show results
  1203.      searchResults.style.display = "block";
  1204.  
  1205.      // Fetch search results
  1206.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1207.        method: "GET",
  1208.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1209.      })
  1210.        .then(response => {
  1211.          console.log("Response Status:", response.status);
  1212.          return response.json();
  1213.        })
  1214.        .then(data => {
  1215.          console.log("Data received:", data);
  1216.          if (data.html) {
  1217.            searchResults.innerHTML = data.html;
  1218.          } else {
  1219.            searchResults.innerHTML = "<p>No results found.</p>";
  1220.          }
  1221.        })
  1222.        .catch(error => {
  1223.          console.error("Error fetching search results:", error);
  1224.        });
  1225.    });
  1226.  
  1227.    // Close results when clicking outside
  1228.    document.addEventListener("click", function (e) {
  1229.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1230.        searchResults.style.display = "none";
  1231.      }
  1232.    });
  1233.  
  1234.    // Close results on ESC key
  1235.    document.addEventListener("keydown", function (e) {
  1236.      if (e.key === "Escape") {
  1237.        searchResults.style.display = "none";
  1238.      }
  1239.    });
  1240.  });
  1241. </script>
  1242.  
  1243.  
  1244.        </header>
  1245.        <!-- end of header -->
  1246.        <!-- start of wpo-blog-hero -->
  1247.        
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255. <div class="blog-hero-v5">
  1256.  <div class="container-fluid fluid-container">
  1257.    <!-- Hero Header -->
  1258.  
  1259.    <!-- Main Content Grid -->
  1260.    <div class="row g-4">
  1261.      <!-- Large Featured Post - Left Side -->
  1262.      <div class="col-lg-6 col-md-12">
  1263.        
  1264.        
  1265.          
  1266.        <div class="large-featured-card">
  1267.          <div class="card-image-wrapper">
  1268.            
  1269.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1270.            
  1271.            <div class="image-overlay">
  1272.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1273.            </div>
  1274.          </div>
  1275.          <div class="card-content">
  1276.            <h2 class="card-title"><a class="top-color" href="/failing-to-find-an-amazing-experience-at-uni-you-are-not-the-only-one/">
  1277.                                        Failing to find an amazing experience at uni? You are not the only one.
  1278.                                    </a></h2>
  1279.            <p class="card-description"></p>
  1280.            <div class="card-footer">
  1281.              <div class="author-section">
  1282.                <div class="author-avatar">
  1283.                  
  1284.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="author-img">
  1285.                    
  1286.                </div>
  1287.                <div class="author-details">
  1288.                  <span class="author-name">Paul Brown</span>
  1289.                  <span class="publish-date">07 May 2026</span>
  1290.                </div>
  1291.              </div>
  1292.              <div class="read-time">
  1293.                <!-- <span>9 min read</span> -->
  1294.              </div>
  1295.            </div>
  1296.          </div>
  1297.        </div>
  1298.  
  1299.        
  1300.      </div>
  1301.      
  1302.  
  1303.      <!-- Right Side - Grid of Posts -->
  1304.      <div class="col-lg-6 col-md-12">
  1305.        <div class="row h-100">
  1306.          
  1307.          
  1308.            
  1309.          <!-- Medium Featured Post -->
  1310.          <div class="col-12 mb-3">
  1311.            <div class="medium-featured-card h-100">
  1312.              <div class="row g-0 h-100">
  1313.                <div class="col-md-6">
  1314.                  <div class="medium-image-wrapper">
  1315.                    
  1316.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1317.                      
  1318.                    <div class="medium-overlay">
  1319.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1320.                    </div>
  1321.                  </div>
  1322.                </div>
  1323.                <div class="col-md-6">
  1324.                  <div class="medium-content">
  1325.                    <h3 class="medium-title"><a class="top-color" href="/who-is-your-personal-favourite-cricketer-in-the-legacy-of-the-ashes-series/">
  1326.                                        Who is Your Personal Favourite Cricketer in the Legacy of the Ashes Series?
  1327.                                    </a></h3>
  1328.                    <p class="medium-excerpt"></p>
  1329.                    <div class="medium-meta">
  1330.                      <span class="author">By Paul Brown</span>
  1331.                      <span class="date">07 May 2026</span>
  1332.                    </div>
  1333.                  </div>
  1334.                </div>
  1335.              </div>
  1336.            </div>
  1337.          </div>
  1338.  
  1339.          
  1340.          
  1341.  
  1342.          
  1343.            <!-- Small Cards Row -->
  1344.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1345.              <div class="small-card h-100">
  1346.                <div class="small-image-wrapper">
  1347.                    
  1348.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1349.                            style="object-fit: cover;" alt="">
  1350.                    
  1351.                  <span class="small-category bg-primary-gradient">News</span>
  1352.                </div>
  1353.                <div class="small-content">
  1354.                  <h4 class="small-title"> <a class="top-color" href="/oneill-secures-debut-celtic-victory-in-20-years/" >
  1355.                                        O&#x27;Neill Secures Debut Celtic Victory in 20 Years
  1356.                                    </a></h4>
  1357.                  <p class="medium-excerpt"></p>
  1358.                  <div class="small-meta">
  1359.                    <span>By Paul Brown</span>
  1360.                    <span>07 May 2026</span>
  1361.                  </div>
  1362.                </div>
  1363.              </div>
  1364.            </div>
  1365.            
  1366.            <!-- Small Cards Row -->
  1367.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1368.              <div class="small-card h-100">
  1369.                <div class="small-image-wrapper">
  1370.                    
  1371.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1372.                            style="object-fit: cover;" alt="">
  1373.                    
  1374.                  <span class="small-category bg-primary-gradient">News</span>
  1375.                </div>
  1376.                <div class="small-content">
  1377.                  <h4 class="small-title"> <a class="top-color" href="/can-britains-toads-survive-from-roads-and-terrible-decline/" >
  1378.                                        Can Britain&#x27;s Toads Survive from Roads and Terrible Decline?
  1379.                                    </a></h4>
  1380.                  <p class="medium-excerpt"></p>
  1381.                  <div class="small-meta">
  1382.                    <span>By Paul Brown</span>
  1383.                    <span>07 May 2026</span>
  1384.                  </div>
  1385.                </div>
  1386.              </div>
  1387.            </div>
  1388.            
  1389.  
  1390.        </div>
  1391.      </div>
  1392.    </div>
  1393.  </div>
  1394. </div>
  1395.  
  1396. <style>
  1397.  /* Blog Hero V5 - Clean Card Grid Design */
  1398.  :root {
  1399.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1400.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1401.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1402.  
  1403.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1404.  }
  1405.  
  1406.  .blog-hero-v5 {
  1407.    padding: 4rem 0;
  1408.  }
  1409.  
  1410.  /* Hero Header */
  1411.  .hero-header {
  1412.    margin-bottom: 2rem;
  1413.  }
  1414.  
  1415.  .hero-title {
  1416.    font-size: 3.5rem;
  1417.    font-weight: 800;
  1418.    color: var(--text-dark);
  1419.    margin-bottom: 1rem;
  1420.    letter-spacing: -0.025em;
  1421.    line-height: 1.1;
  1422.  }
  1423.  
  1424.  .hero-subtitle {
  1425.    font-size: 1.25rem;
  1426.    color: var(--text-light);
  1427.    font-weight: 400;
  1428.    max-width: 600px;
  1429.    margin: 0 auto;
  1430.  }
  1431.  
  1432.  /* Large Featured Card */
  1433.  .large-featured-card {
  1434.    background: var(--card-bg);
  1435.    border-radius: var(--border-radius);
  1436.    box-shadow: var(--shadow-medium);
  1437.    overflow: hidden;
  1438.    height: 100%;
  1439.    transition: var(--transition);
  1440.    border: 1px solid var(--border-color);
  1441.  }
  1442.  
  1443.  .large-featured-card:hover {
  1444.    transform: translateY(-8px);
  1445.    box-shadow: var(--shadow-heavy);
  1446.  }
  1447.  
  1448.  .card-image-wrapper {
  1449.    position: relative;
  1450.    height: 280px;
  1451.    overflow: hidden;
  1452.  }
  1453.  
  1454.  .card-image {
  1455.    width: 100%;
  1456.    height: 100%;
  1457.    object-fit: cover;
  1458.    transition: var(--transition);
  1459.  }
  1460.  
  1461.  .large-featured-card:hover .card-image {
  1462.    transform: scale(1.05);
  1463.  }
  1464.  
  1465.  .image-overlay {
  1466.    position: absolute;
  1467.    top: 1.5rem;
  1468.    left: 1.5rem;
  1469.  }
  1470.  
  1471.  .card-content {
  1472.    padding: 2rem;
  1473.  }
  1474.  
  1475.  .card-title {
  1476.    font-size: 1.75rem;
  1477.    font-weight: 700;
  1478.    color: var(--text-dark);
  1479.    margin-bottom: 1rem;
  1480.    line-height: 1.3;
  1481.  }
  1482.  
  1483.  .card-description {
  1484.    color: var(--text-light);
  1485.    font-size: 1rem;
  1486.    line-height: 1.6;
  1487.    margin-bottom: 2rem;
  1488.  }
  1489.  
  1490.  .card-footer {
  1491.    display: flex;
  1492.    align-items: center;
  1493.    justify-content: space-between;
  1494.  }
  1495.  
  1496.  .author-section {
  1497.    display: flex;
  1498.    align-items: center;
  1499.    gap: 1rem;
  1500.  }
  1501.  
  1502.  .author-avatar {
  1503.    width: 48px;
  1504.    height: 48px;
  1505.    border-radius: 50%;
  1506.    overflow: hidden;
  1507.    border: 2px solid var(--border-color);
  1508.  }
  1509.  
  1510.  .author-avatar img {
  1511.    width: 100%;
  1512.    height: 100%;
  1513.    object-fit: cover;
  1514.  }
  1515.  
  1516.  .author-details {
  1517.    display: flex;
  1518.    flex-direction: column;
  1519.  }
  1520.  
  1521.  .author-name {
  1522.    font-weight: 600;
  1523.    color: var(--text-dark);
  1524.    font-size: 0.95rem;
  1525.  }
  1526.  
  1527.  .publish-date {
  1528.    color: var(--text-light);
  1529.    font-size: 0.875rem;
  1530.  }
  1531.  
  1532.  .read-time {
  1533.    background: var(--card-bg);
  1534.    padding: 0.5rem 1rem;
  1535.    border-radius: 20px;
  1536.    font-size: 0.875rem;
  1537.    color: var(--text-light);
  1538.    font-weight: 500;
  1539.  }
  1540.  
  1541.  /* Category Pills */
  1542.  .category-pill {
  1543.    display: inline-block;
  1544.    padding: 0.5rem 1rem;
  1545.    font-size: 0.75rem;
  1546.    font-weight: 600;
  1547.    text-transform: uppercase;
  1548.    letter-spacing: 0.05em;
  1549.    border-radius: 20px;
  1550.    color: white;
  1551.  }
  1552.  
  1553.  
  1554.  /* Medium Featured Card */
  1555.  .medium-featured-card {
  1556.    background: var(--card-bg);
  1557.    border-radius: var(--border-radius);
  1558.    box-shadow: var(--shadow-light);
  1559.    overflow: hidden;
  1560.    height: 220px;
  1561.    transition: var(--transition);
  1562.    border: 1px solid var(--border-color);
  1563.  }
  1564.  
  1565.  .medium-featured-card:hover {
  1566.    transform: translateY(-4px);
  1567.    box-shadow: var(--shadow-medium);
  1568.  }
  1569.  
  1570.  .medium-image-wrapper {
  1571.    position: relative;
  1572.    height: 100%;
  1573.    overflow: hidden;
  1574.  }
  1575.  
  1576.  .medium-image-wrapper img {
  1577.    width: 100%;
  1578.    height: 100%;
  1579.    object-fit: cover;
  1580.    transition: var(--transition);
  1581.  }
  1582.  
  1583.  .medium-featured-card:hover .medium-image-wrapper img {
  1584.    transform: scale(1.05);
  1585.  }
  1586.  
  1587.  .medium-overlay {
  1588.    position: absolute;
  1589.    top: 1rem;
  1590.    left: 1rem;
  1591.  }
  1592.  
  1593.  .medium-content {
  1594.    padding: 1.5rem;
  1595.    display: flex;
  1596.    flex-direction: column;
  1597.    justify-content: space-between;
  1598.    height: 100%;
  1599.  }
  1600.  
  1601.  .medium-title {
  1602.    font-size: 1.25rem;
  1603.    font-weight: 600;
  1604.    color: var(--text-dark);
  1605.    margin-bottom: 0.75rem;
  1606.    line-height: 1.3;
  1607.  }
  1608.  
  1609.  .medium-excerpt {
  1610.    color: var(--text-light);
  1611.    font-size: 0.9rem;
  1612.    line-height: 1.5;
  1613.    margin-bottom: 1rem;
  1614.    flex-grow: 1;
  1615.  }
  1616.  
  1617.  .medium-meta {
  1618.    display: flex;
  1619.    flex-direction: column;
  1620.    gap: 0.25rem;
  1621.    font-size: 0.8rem;
  1622.  }
  1623.  
  1624.  /* Small Cards */
  1625.  .small-card {
  1626.    background: var(--card-bg);
  1627.    border-radius: var(--border-radius);
  1628.    box-shadow: var(--shadow-light);
  1629.    overflow: hidden;
  1630.    transition: var(--transition);
  1631.    border: 1px solid var(--border-color);
  1632.    display: flex;
  1633.    flex-direction: column;
  1634.  }
  1635.  
  1636.  .small-card:hover {
  1637.    transform: translateY(-4px);
  1638.    box-shadow: var(--shadow-medium);
  1639.  }
  1640.  
  1641.  .small-image-wrapper {
  1642.    position: relative;
  1643.    height: 140px;
  1644.    overflow: hidden;
  1645.    flex-shrink: 0;
  1646.  }
  1647.  
  1648.  .small-image-wrapper img {
  1649.    width: 100%;
  1650.    height: 100%;
  1651.    object-fit: cover;
  1652.    transition: var(--transition);
  1653.  }
  1654.  
  1655.  .small-card:hover .small-image-wrapper img {
  1656.    transform: scale(1.05);
  1657.  }
  1658.  
  1659.  .small-category {
  1660.    position: absolute;
  1661.    top: 0.75rem;
  1662.    left: 0.75rem;
  1663.    padding: 0.25rem 0.75rem;
  1664.    font-size: 0.7rem;
  1665.    font-weight: 600;
  1666.    text-transform: uppercase;
  1667.    border-radius: 12px;
  1668.    color: white;
  1669.  }
  1670.  
  1671.  
  1672.  .small-content {
  1673.    padding: 1rem;
  1674.    flex-grow: 1;
  1675.    display: flex;
  1676.    flex-direction: column;
  1677.    justify-content: space-between;
  1678.  }
  1679.  
  1680.  .small-title {
  1681.    font-size: 1rem;
  1682.    font-weight: 600;
  1683.    color: var(--text-dark);
  1684.    margin-bottom: 0.75rem;
  1685.    line-height: 1.3;
  1686.  }
  1687.  
  1688.  .small-meta {
  1689.    display: flex;
  1690.    justify-content: space-between;
  1691.    font-size: 0.75rem;
  1692.    color: var(--text-light);
  1693.  }
  1694.  
  1695.  /* Stats Section - Removed */
  1696.  
  1697.  /* Responsive Design */
  1698.  @media (max-width: 992px) {
  1699.    .hero-title {
  1700.      font-size: 2.5rem;
  1701.    }
  1702.  
  1703.    .card-content {
  1704.      padding: 1.5rem;
  1705.    }
  1706.  
  1707.    .card-title {
  1708.      font-size: 1.5rem;
  1709.    }
  1710.  
  1711.    .medium-featured-card {
  1712.      height: auto;
  1713.    }
  1714.  
  1715.    .medium-content {
  1716.      height: auto;
  1717.    }
  1718.  }
  1719.  
  1720.  @media (max-width: 768px) {
  1721.    .blog-hero-v5 {
  1722.      padding: 2rem 0;
  1723.    }
  1724.  
  1725.    .hero-title {
  1726.      font-size: 2rem;
  1727.    }
  1728.  
  1729.    .hero-subtitle {
  1730.      font-size: 1rem;
  1731.    }
  1732.  
  1733.    .card-image-wrapper {
  1734.      height: 200px;
  1735.    }
  1736.  
  1737.    .medium-featured-card {
  1738.      height: auto;
  1739.    }
  1740.  
  1741.    .medium-image-wrapper {
  1742.      height: 150px;
  1743.    }
  1744.  
  1745.    .small-image-wrapper {
  1746.      height: 120px;
  1747.    }
  1748.  }
  1749.  
  1750.  @media (max-width: 576px) {
  1751.    .card-footer {
  1752.      flex-direction: column;
  1753.      align-items: flex-start;
  1754.      gap: 1rem;
  1755.    }
  1756.  
  1757.    .stat-number {
  1758.      font-size: 1.5rem;
  1759.    }
  1760.  }
  1761. </style>
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.        <!-- end of wpo-blog-hero -->
  1768.  
  1769.        <!-- start of wpo-breacking-news -->
  1770.        
  1771.        <!-- end of wpo-breacking-news -->
  1772.        
  1773.        <!-- start wpo-blog-highlights-section -->
  1774.        
  1775.  
  1776.  
  1777.  
  1778.    
  1779.  
  1780.  
  1781. <style>
  1782.  
  1783.    .blog-highlights-section {
  1784.        padding: 30px 0;
  1785.    }
  1786.  
  1787.    .blog-cards-grid {
  1788.        display: grid;
  1789.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1790.        gap: 30px;
  1791.    }
  1792.  
  1793.    .blog-card {
  1794.        background: var(--card-bg);
  1795.        border: 1px solid var(--card-border);
  1796.        border-radius: var(--border-radius);
  1797.        overflow: hidden;
  1798.        transition: all 0.3s ease;
  1799.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1800.    }
  1801.  
  1802.    .blog-card:hover {
  1803.        transform: translateY(-8px);
  1804.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1805.        border-color: var(--theme-primary-color);
  1806.    }
  1807.  
  1808.    .blog-card-image {
  1809.        position: relative;
  1810.        height: 220px;
  1811.        overflow: hidden;
  1812.    }
  1813.  
  1814.    .blog-card-image img {
  1815.        width: 100%;
  1816.        height: 100%;
  1817.        object-fit: cover;
  1818.        transition: transform 0.3s ease;
  1819.    }
  1820.  
  1821.    .blog-card:hover .blog-card-image img {
  1822.        transform: scale(1.05);
  1823.    }
  1824.  
  1825.    .blog-category {
  1826.        position: absolute;
  1827.        top: 15px;
  1828.        right: 15px;
  1829.        color: white;
  1830.        padding: 6px 12px;
  1831.        border-radius: 20px;
  1832.        font-size: 12px;
  1833.        font-weight: 600;
  1834.        text-transform: uppercase;
  1835.        letter-spacing: 0.5px;
  1836.    }
  1837.  
  1838.    .blog-card-content {
  1839.        padding: 25px;
  1840.    }
  1841.  
  1842.    .blog-card-title {
  1843.        font-family: var(--heading-font);
  1844.        font-size: 1.3rem;
  1845.        font-weight: var(--heading-weight);
  1846.        color: var(--top-color);
  1847.        margin-bottom: 15px;
  1848.        line-height: 1.4;
  1849.    }
  1850.  
  1851.    .blog-card-title a {
  1852.        color: inherit !important;
  1853.        text-decoration: none;
  1854.        transition: color 0.3s ease;
  1855.    }
  1856.  
  1857.    .blog-card-title a:hover {
  1858.        color: var(--theme-primary-color);
  1859.    }
  1860.  
  1861.    .blog-card-meta {
  1862.        display: flex;
  1863.        align-items: center;
  1864.        gap: 15px;
  1865.        margin-bottom: 15px;
  1866.        font-size: 14px;
  1867.        color: var(--text-light-color);
  1868.    }
  1869.  
  1870.    .blog-author-img {
  1871.        width: 30px;
  1872.        height: 30px;
  1873.        border-radius: 50%;
  1874.        object-fit: cover;
  1875.    }
  1876.  
  1877.    .blog-card-excerpt {
  1878.        color: var(--body-color);
  1879.        font-size: 15px;
  1880.        line-height: 1.6;
  1881.        margin-bottom: 20px;
  1882.        display: -webkit-box;
  1883.        -webkit-line-clamp: 3;
  1884.        -webkit-box-orient: vertical;
  1885.        overflow: hidden;
  1886.    }
  1887.  
  1888.    .blog-card-footer {
  1889.        display: flex;
  1890.        justify-content: space-between;
  1891.        align-items: center;
  1892.        padding-top: 15px;
  1893.        border-top: 1px solid var(--border-color-s2);
  1894.    }
  1895.  
  1896.    .blog-read-time {
  1897.        font-size: 13px;
  1898.        color: var(--light);
  1899.    }
  1900.  
  1901.    .blog-read-more {
  1902.        color: var(--top-color) !important;
  1903.        text-decoration: none;
  1904.        font-weight: 600;
  1905.        font-size: 14px;
  1906.        transition: all 0.3s ease;
  1907.    }
  1908.  
  1909.    .blog-read-more:hover {
  1910.        color: var(--theme-primary-color-s2);
  1911.        text-decoration: underline;
  1912.    }
  1913.  
  1914.    .section-title {
  1915.        font-family: var(--heading-font);
  1916.        font-size: 2.5rem;
  1917.        font-weight: var(--heading-weight);
  1918.        color: var(--heading-color);
  1919.        text-align: center;
  1920.        margin-bottom: 20px;
  1921.    }
  1922.  
  1923.    .section-subtitle {
  1924.        text-align: center;
  1925.        color: var(--text-light-color);
  1926.        font-size: 1.1rem;
  1927.        max-width: 600px;
  1928.        margin: 0 auto;
  1929.    }
  1930.  
  1931.    @media (max-width: 768px) {
  1932.        .blog-cards-grid {
  1933.            grid-template-columns: 1fr;
  1934.            gap: 20px;
  1935.        }
  1936.        
  1937.        .section-title {
  1938.            font-size: 2rem;
  1939.        }
  1940.        
  1941.        .blog-highlights-section {
  1942.            padding: 60px 0;
  1943.        }
  1944.    }
  1945. </style>
  1946.  
  1947. <section class="blog-highlights-section">
  1948.     <div class="container-fluid fluid-container">
  1949.      
  1950.            <div class="section-title">
  1951.                <h2>
  1952.                Today's Top Highlights
  1953.                   </h2>
  1954.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  1955.    </div>
  1956.        
  1957.        <div class="row">
  1958.            <div class="col-lg-8 col-12">
  1959.                <div class="blog-cards-grid">
  1960.                    
  1961.                    <article class="blog-card">
  1962.                        <div class="blog-card-image">
  1963.                          
  1964.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1965.                            
  1966.                            <span class="blog-category bg-primary-gradient">
  1967.                                News
  1968.                            </span>
  1969.                        </div>
  1970.                        <div class="blog-card-content">
  1971.                            <h3 class="blog-card-title">
  1972.                                <a href="/this-thriller-follow-up-eminfluencersem-could-give-other-digital-suspense-films-a-bad-case-of-fomo/" >
  1973.                                This Thriller Follow-Up &lt;em&gt;Influencers&lt;/em&gt; Could Give Other Digital Suspense Films a Bad Case of FOMO
  1974.                                </a>
  1975.                            </h3>
  1976.                            <div class="blog-card-meta">
  1977.                                
  1978.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="blog-author-img">
  1979.                                
  1980.                                <span>By <strong>Paul Brown</strong></span>
  1981.                                <span>•</span>
  1982.                                <span>07 May 2026</span>
  1983.                            </div>
  1984.                            <p class="blog-card-excerpt">
  1985.                                
  1986.                            </p>
  1987.                            <div class="blog-card-footer">
  1988.                                <div class="blog-read-time">
  1989.                                    📖 5 min read
  1990.                                </div>
  1991.                                <a href="/this-thriller-follow-up-eminfluencersem-could-give-other-digital-suspense-films-a-bad-case-of-fomo/" class="blog-read-more">
  1992.                                    Read More →
  1993.                                </a>
  1994.                            </div>
  1995.                        </div>
  1996.                    </article>
  1997.                    
  1998.                    <article class="blog-card">
  1999.                        <div class="blog-card-image">
  2000.                          
  2001.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2002.                            
  2003.                            <span class="blog-category bg-primary-gradient">
  2004.                                News
  2005.                            </span>
  2006.                        </div>
  2007.                        <div class="blog-card-content">
  2008.                            <h3 class="blog-card-title">
  2009.                                <a href="/renowned-performer-pat-finn-recognized-for-appearances-in-friends-and-the-middle-passes-away-at-60-years-old/" >
  2010.                                Renowned Performer Pat Finn, Recognized For Appearances in Friends and The Middle, Passes Away at 60 Years Old.
  2011.                                </a>
  2012.                            </h3>
  2013.                            <div class="blog-card-meta">
  2014.                                
  2015.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="blog-author-img">
  2016.                                
  2017.                                <span>By <strong>Paul Brown</strong></span>
  2018.                                <span>•</span>
  2019.                                <span>07 May 2026</span>
  2020.                            </div>
  2021.                            <p class="blog-card-excerpt">
  2022.                                
  2023.                            </p>
  2024.                            <div class="blog-card-footer">
  2025.                                <div class="blog-read-time">
  2026.                                    📖 5 min read
  2027.                                </div>
  2028.                                <a href="/renowned-performer-pat-finn-recognized-for-appearances-in-friends-and-the-middle-passes-away-at-60-years-old/" class="blog-read-more">
  2029.                                    Read More →
  2030.                                </a>
  2031.                            </div>
  2032.                        </div>
  2033.                    </article>
  2034.                    
  2035.                    <article class="blog-card">
  2036.                        <div class="blog-card-image">
  2037.                          
  2038.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2039.                            
  2040.                            <span class="blog-category bg-primary-gradient">
  2041.                                News
  2042.                            </span>
  2043.                        </div>
  2044.                        <div class="blog-card-content">
  2045.                            <h3 class="blog-card-title">
  2046.                                <a href="/aryna-sabalenka-set-to-take-on-kyrgios-in-modern-battle-of-the-sexes-match/" >
  2047.                                Aryna Sabalenka Set to Take On Kyrgios in Modern ‘Battle of the Sexes’ Match
  2048.                                </a>
  2049.                            </h3>
  2050.                            <div class="blog-card-meta">
  2051.                                
  2052.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="blog-author-img">
  2053.                                
  2054.                                <span>By <strong>Paul Brown</strong></span>
  2055.                                <span>•</span>
  2056.                                <span>06 May 2026</span>
  2057.                            </div>
  2058.                            <p class="blog-card-excerpt">
  2059.                                
  2060.                            </p>
  2061.                            <div class="blog-card-footer">
  2062.                                <div class="blog-read-time">
  2063.                                    📖 5 min read
  2064.                                </div>
  2065.                                <a href="/aryna-sabalenka-set-to-take-on-kyrgios-in-modern-battle-of-the-sexes-match/" class="blog-read-more">
  2066.                                    Read More →
  2067.                                </a>
  2068.                            </div>
  2069.                        </div>
  2070.                    </article>
  2071.                    
  2072.                    <article class="blog-card">
  2073.                        <div class="blog-card-image">
  2074.                          
  2075.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2076.                            
  2077.                            <span class="blog-category bg-primary-gradient">
  2078.                                News
  2079.                            </span>
  2080.                        </div>
  2081.                        <div class="blog-card-content">
  2082.                            <h3 class="blog-card-title">
  2083.                                <a href="/netflix-selects-spot-on-performer-for-bentham-in-the-hit-series-upcoming-installment/" >
  2084.                                Netflix Selects Spot-On Performer for Bentham in the Hit Series Upcoming Installment
  2085.                                </a>
  2086.                            </h3>
  2087.                            <div class="blog-card-meta">
  2088.                                
  2089.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="blog-author-img">
  2090.                                
  2091.                                <span>By <strong>Paul Brown</strong></span>
  2092.                                <span>•</span>
  2093.                                <span>06 May 2026</span>
  2094.                            </div>
  2095.                            <p class="blog-card-excerpt">
  2096.                                
  2097.                            </p>
  2098.                            <div class="blog-card-footer">
  2099.                                <div class="blog-read-time">
  2100.                                    📖 5 min read
  2101.                                </div>
  2102.                                <a href="/netflix-selects-spot-on-performer-for-bentham-in-the-hit-series-upcoming-installment/" class="blog-read-more">
  2103.                                    Read More →
  2104.                                </a>
  2105.                            </div>
  2106.                        </div>
  2107.                    </article>
  2108.                    
  2109.                    <article class="blog-card">
  2110.                        <div class="blog-card-image">
  2111.                          
  2112.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2113.                            
  2114.                            <span class="blog-category bg-primary-gradient">
  2115.                                News
  2116.                            </span>
  2117.                        </div>
  2118.                        <div class="blog-card-content">
  2119.                            <h3 class="blog-card-title">
  2120.                                <a href="/the-porcine-pardon-pig-named-6-7-spared-by-miami-dade-county-mayor/" >
  2121.                                The Porcine Pardon: Pig Named 6-7 Spared by Miami Dade County Mayor.
  2122.                                </a>
  2123.                            </h3>
  2124.                            <div class="blog-card-meta">
  2125.                                
  2126.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="blog-author-img">
  2127.                                
  2128.                                <span>By <strong>Paul Brown</strong></span>
  2129.                                <span>•</span>
  2130.                                <span>06 May 2026</span>
  2131.                            </div>
  2132.                            <p class="blog-card-excerpt">
  2133.                                
  2134.                            </p>
  2135.                            <div class="blog-card-footer">
  2136.                                <div class="blog-read-time">
  2137.                                    📖 5 min read
  2138.                                </div>
  2139.                                <a href="/the-porcine-pardon-pig-named-6-7-spared-by-miami-dade-county-mayor/" class="blog-read-more">
  2140.                                    Read More →
  2141.                                </a>
  2142.                            </div>
  2143.                        </div>
  2144.                    </article>
  2145.                    
  2146.                    <article class="blog-card">
  2147.                        <div class="blog-card-image">
  2148.                          
  2149.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2150.                            
  2151.                            <span class="blog-category bg-primary-gradient">
  2152.                                News
  2153.                            </span>
  2154.                        </div>
  2155.                        <div class="blog-card-content">
  2156.                            <h3 class="blog-card-title">
  2157.                                <a href="/the-president-invites-relatives-of-attacked-guard-personnel-to-white-house/" >
  2158.                                The President Invites Relatives of Attacked Guard Personnel to White House
  2159.                                </a>
  2160.                            </h3>
  2161.                            <div class="blog-card-meta">
  2162.                                
  2163.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="blog-author-img">
  2164.                                
  2165.                                <span>By <strong>Paul Brown</strong></span>
  2166.                                <span>•</span>
  2167.                                <span>06 May 2026</span>
  2168.                            </div>
  2169.                            <p class="blog-card-excerpt">
  2170.                                
  2171.                            </p>
  2172.                            <div class="blog-card-footer">
  2173.                                <div class="blog-read-time">
  2174.                                    📖 5 min read
  2175.                                </div>
  2176.                                <a href="/the-president-invites-relatives-of-attacked-guard-personnel-to-white-house/" class="blog-read-more">
  2177.                                    Read More →
  2178.                                </a>
  2179.                            </div>
  2180.                        </div>
  2181.                    </article>
  2182.                    
  2183.                    <article class="blog-card">
  2184.                        <div class="blog-card-image">
  2185.                          
  2186.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2187.                            
  2188.                            <span class="blog-category bg-primary-gradient">
  2189.                                News
  2190.                            </span>
  2191.                        </div>
  2192.                        <div class="blog-card-content">
  2193.                            <h3 class="blog-card-title">
  2194.                                <a href="/ghostface-og-star-matthew-lillard-fears-he-could-spoil-the-series-with-scream-7/" >
  2195.                                Ghostface OG Star Matthew Lillard Fears He Could Spoil the Series with Scream 7.
  2196.                                </a>
  2197.                            </h3>
  2198.                            <div class="blog-card-meta">
  2199.                                
  2200.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="blog-author-img">
  2201.                                
  2202.                                <span>By <strong>Paul Brown</strong></span>
  2203.                                <span>•</span>
  2204.                                <span>06 May 2026</span>
  2205.                            </div>
  2206.                            <p class="blog-card-excerpt">
  2207.                                
  2208.                            </p>
  2209.                            <div class="blog-card-footer">
  2210.                                <div class="blog-read-time">
  2211.                                    📖 5 min read
  2212.                                </div>
  2213.                                <a href="/ghostface-og-star-matthew-lillard-fears-he-could-spoil-the-series-with-scream-7/" class="blog-read-more">
  2214.                                    Read More →
  2215.                                </a>
  2216.                            </div>
  2217.                        </div>
  2218.                    </article>
  2219.                    
  2220.                    <article class="blog-card">
  2221.                        <div class="blog-card-image">
  2222.                          
  2223.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2224.                            
  2225.                            <span class="blog-category bg-primary-gradient">
  2226.                                News
  2227.                            </span>
  2228.                        </div>
  2229.                        <div class="blog-card-content">
  2230.                            <h3 class="blog-card-title">
  2231.                                <a href="/skipper-stokes-feels-knackered-yet-insists-hes-ready-to-bowl/" >
  2232.                                Skipper Stokes Feels &#x27;Knackered&#x27; Yet Insists He&#x27;s &#x27;Ready to Bowl&#x27;
  2233.                                </a>
  2234.                            </h3>
  2235.                            <div class="blog-card-meta">
  2236.                                
  2237.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="blog-author-img">
  2238.                                
  2239.                                <span>By <strong>Paul Brown</strong></span>
  2240.                                <span>•</span>
  2241.                                <span>06 May 2026</span>
  2242.                            </div>
  2243.                            <p class="blog-card-excerpt">
  2244.                                
  2245.                            </p>
  2246.                            <div class="blog-card-footer">
  2247.                                <div class="blog-read-time">
  2248.                                    📖 5 min read
  2249.                                </div>
  2250.                                <a href="/skipper-stokes-feels-knackered-yet-insists-hes-ready-to-bowl/" class="blog-read-more">
  2251.                                    Read More →
  2252.                                </a>
  2253.                            </div>
  2254.                        </div>
  2255.                    </article>
  2256.                    
  2257.                    <article class="blog-card">
  2258.                        <div class="blog-card-image">
  2259.                          
  2260.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2261.                            
  2262.                            <span class="blog-category bg-primary-gradient">
  2263.                                News
  2264.                            </span>
  2265.                        </div>
  2266.                        <div class="blog-card-content">
  2267.                            <h3 class="blog-card-title">
  2268.                                <a href="/from-reluctant-admiration-to-disquiet-moscow-considers-the-ousting-of-venezuelas-leader/" >
  2269.                                From Reluctant Admiration to Disquiet: Moscow Considers the Ousting of Venezuela&#x27;s Leader.
  2270.                                </a>
  2271.                            </h3>
  2272.                            <div class="blog-card-meta">
  2273.                                
  2274.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="blog-author-img">
  2275.                                
  2276.                                <span>By <strong>Paul Brown</strong></span>
  2277.                                <span>•</span>
  2278.                                <span>06 May 2026</span>
  2279.                            </div>
  2280.                            <p class="blog-card-excerpt">
  2281.                                
  2282.                            </p>
  2283.                            <div class="blog-card-footer">
  2284.                                <div class="blog-read-time">
  2285.                                    📖 5 min read
  2286.                                </div>
  2287.                                <a href="/from-reluctant-admiration-to-disquiet-moscow-considers-the-ousting-of-venezuelas-leader/" class="blog-read-more">
  2288.                                    Read More →
  2289.                                </a>
  2290.                            </div>
  2291.                        </div>
  2292.                    </article>
  2293.                    
  2294.                    <article class="blog-card">
  2295.                        <div class="blog-card-image">
  2296.                          
  2297.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2298.                            
  2299.                            <span class="blog-category bg-primary-gradient">
  2300.                                News
  2301.                            </span>
  2302.                        </div>
  2303.                        <div class="blog-card-content">
  2304.                            <h3 class="blog-card-title">
  2305.                                <a href="/recent-antibiotics-celebrated-as-a-turning-point-in-treating-antibiotic-resistant-gonorrhea/" >
  2306.                                Recent Antibiotics Celebrated as a &#x27;Turning Point&#x27; in Treating Antibiotic-Resistant Gonorrhea
  2307.                                </a>
  2308.                            </h3>
  2309.                            <div class="blog-card-meta">
  2310.                                
  2311.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="blog-author-img">
  2312.                                
  2313.                                <span>By <strong>Paul Brown</strong></span>
  2314.                                <span>•</span>
  2315.                                <span>06 May 2026</span>
  2316.                            </div>
  2317.                            <p class="blog-card-excerpt">
  2318.                                
  2319.                            </p>
  2320.                            <div class="blog-card-footer">
  2321.                                <div class="blog-read-time">
  2322.                                    📖 5 min read
  2323.                                </div>
  2324.                                <a href="/recent-antibiotics-celebrated-as-a-turning-point-in-treating-antibiotic-resistant-gonorrhea/" class="blog-read-more">
  2325.                                    Read More →
  2326.                                </a>
  2327.                            </div>
  2328.                        </div>
  2329.                    </article>
  2330.                    
  2331.                    <article class="blog-card">
  2332.                        <div class="blog-card-image">
  2333.                          
  2334.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2335.                            
  2336.                            <span class="blog-category bg-primary-gradient">
  2337.                                News
  2338.                            </span>
  2339.                        </div>
  2340.                        <div class="blog-card-content">
  2341.                            <h3 class="blog-card-title">
  2342.                                <a href="/he-was-a-joy-honoring-snookers-taken-talent-a-score-of-years-on/" >
  2343.                                &#x27;He was a joy&#x27;: Honoring snooker&#x27;s taken talent a score of years on.
  2344.                                </a>
  2345.                            </h3>
  2346.                            <div class="blog-card-meta">
  2347.                                
  2348.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="blog-author-img">
  2349.                                
  2350.                                <span>By <strong>Paul Brown</strong></span>
  2351.                                <span>•</span>
  2352.                                <span>05 May 2026</span>
  2353.                            </div>
  2354.                            <p class="blog-card-excerpt">
  2355.                                
  2356.                            </p>
  2357.                            <div class="blog-card-footer">
  2358.                                <div class="blog-read-time">
  2359.                                    📖 5 min read
  2360.                                </div>
  2361.                                <a href="/he-was-a-joy-honoring-snookers-taken-talent-a-score-of-years-on/" class="blog-read-more">
  2362.                                    Read More →
  2363.                                </a>
  2364.                            </div>
  2365.                        </div>
  2366.                    </article>
  2367.                    
  2368.                    <article class="blog-card">
  2369.                        <div class="blog-card-image">
  2370.                          
  2371.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2372.                            
  2373.                            <span class="blog-category bg-primary-gradient">
  2374.                                News
  2375.                            </span>
  2376.                        </div>
  2377.                        <div class="blog-card-content">
  2378.                            <h3 class="blog-card-title">
  2379.                                <a href="/why-real-madrid-have-complete-confidence-in-teenager-thiago-pitarch/" >
  2380.                                Why Real Madrid Have &#x27;Complete Confidence&#x27; in Teenager Thiago Pitarch
  2381.                                </a>
  2382.                            </h3>
  2383.                            <div class="blog-card-meta">
  2384.                                
  2385.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="blog-author-img">
  2386.                                
  2387.                                <span>By <strong>Paul Brown</strong></span>
  2388.                                <span>•</span>
  2389.                                <span>05 May 2026</span>
  2390.                            </div>
  2391.                            <p class="blog-card-excerpt">
  2392.                                
  2393.                            </p>
  2394.                            <div class="blog-card-footer">
  2395.                                <div class="blog-read-time">
  2396.                                    📖 5 min read
  2397.                                </div>
  2398.                                <a href="/why-real-madrid-have-complete-confidence-in-teenager-thiago-pitarch/" class="blog-read-more">
  2399.                                    Read More →
  2400.                                </a>
  2401.                            </div>
  2402.                        </div>
  2403.                    </article>
  2404.                    
  2405.                    
  2406.  
  2407.                </div>
  2408.            </div>
  2409.            
  2410.              <div class="col col-lg-4 col-12">
  2411.                
  2412.  
  2413.  
  2414.  
  2415.    
  2416.  
  2417.  
  2418. <!-- Blog Sidebar V2 - Focused Design -->
  2419. <div class="sidebar">
  2420.  <!-- Recent Posts Section -->
  2421.  <div class="sidebar-widget mb-4">
  2422.    <div class="widget-title-wrapper mb-3">
  2423.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2424.        <i class="ti-time me-2"></i>Recent Posts
  2425.        <span class="title-arrow-primary"></span>
  2426.      </h4>
  2427.    </div>
  2428.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2429.      <div class="recent-post-list">
  2430.      
  2431.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2432.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2433.              
  2434.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2435.              
  2436.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2437.          </div>
  2438.          <div class="post-content flex-grow-1">
  2439.            <h6 class="post-title mb-2">
  2440.               <a href="/twitch-streamer-welcomes-baby-during-live-broadcast-for-tens-of-thousands-of-audience-members/" class="text-decoration-none top-color fw-semibold lh-sm">
  2441.                                            Twitch Streamer Welcomes Baby During Live Broadcast for Tens of Thousands of Audience Members
  2442.                                            </a>
  2443.            </h6>
  2444.            <div class="post-meta">
  2445.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2446.              <!-- <small class="text-muted">
  2447.                <i class="ti-eye me-1"></i>348 views
  2448.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2449.              </small> -->
  2450.            </div>
  2451.          </div>
  2452.        </div>
  2453.        
  2454.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2455.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2456.              
  2457.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2458.              
  2459.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2460.          </div>
  2461.          <div class="post-content flex-grow-1">
  2462.            <h6 class="post-title mb-2">
  2463.               <a href="/manchester-united-poised-to-sign-germany-striker-lea-sch%C3%BCller-away-from-bayern-munich/" class="text-decoration-none top-color fw-semibold lh-sm">
  2464.                                            Manchester United Poised to Sign Germany Striker Lea Schüller away from Bayern Munich
  2465.                                            </a>
  2466.            </h6>
  2467.            <div class="post-meta">
  2468.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2469.              <!-- <small class="text-muted">
  2470.                <i class="ti-eye me-1"></i>348 views
  2471.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2472.              </small> -->
  2473.            </div>
  2474.          </div>
  2475.        </div>
  2476.        
  2477.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2478.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2479.              
  2480.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2481.              
  2482.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2483.          </div>
  2484.          <div class="post-content flex-grow-1">
  2485.            <h6 class="post-title mb-2">
  2486.               <a href="/like-a-champions-league-win-kendalls-special-evening-for-england/" class="text-decoration-none top-color fw-semibold lh-sm">
  2487.                                            ‘Like a Champions League win’ - Kendall’s special evening for England
  2488.                                            </a>
  2489.            </h6>
  2490.            <div class="post-meta">
  2491.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2492.              <!-- <small class="text-muted">
  2493.                <i class="ti-eye me-1"></i>348 views
  2494.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2495.              </small> -->
  2496.            </div>
  2497.          </div>
  2498.        </div>
  2499.        
  2500.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2501.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2502.              
  2503.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2504.              
  2505.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2506.          </div>
  2507.          <div class="post-content flex-grow-1">
  2508.            <h6 class="post-title mb-2">
  2509.               <a href="/beijing-increases-regulation-on-rare-earth-element-shipments-citing-security-worries/" class="text-decoration-none top-color fw-semibold lh-sm">
  2510.                                            Beijing Increases Regulation on Rare Earth Element Shipments, Citing Security Worries
  2511.                                            </a>
  2512.            </h6>
  2513.            <div class="post-meta">
  2514.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2515.              <!-- <small class="text-muted">
  2516.                <i class="ti-eye me-1"></i>348 views
  2517.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2518.              </small> -->
  2519.            </div>
  2520.          </div>
  2521.        </div>
  2522.        
  2523.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2524.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2525.              
  2526.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2527.              
  2528.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2529.          </div>
  2530.          <div class="post-content flex-grow-1">
  2531.            <h6 class="post-title mb-2">
  2532.               <a href="/the-documentary-legend-reflecting-on-his-monumental-revolutionary-war-documentary-we-wont-work-on-a-more-important-film/" class="text-decoration-none top-color fw-semibold lh-sm">
  2533.                                            The Documentary Legend reflecting on His Monumental Revolutionary War Documentary: ‘We Won’t Work on a More Important Film’
  2534.                                            </a>
  2535.            </h6>
  2536.            <div class="post-meta">
  2537.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2538.              <!-- <small class="text-muted">
  2539.                <i class="ti-eye me-1"></i>348 views
  2540.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2541.              </small> -->
  2542.            </div>
  2543.          </div>
  2544.        </div>
  2545.        
  2546.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2547.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2548.              
  2549.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2550.              
  2551.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2552.          </div>
  2553.          <div class="post-content flex-grow-1">
  2554.            <h6 class="post-title mb-2">
  2555.               <a href="/aerial-images-indicate-iranian-navy-and-nuclear-locations-targeted-by-joint-us-and-israeli-attacks/" class="text-decoration-none top-color fw-semibold lh-sm">
  2556.                                            Aerial Images Indicate Iranian Navy and Nuclear Locations Targeted by Joint US and Israeli Attacks.
  2557.                                            </a>
  2558.            </h6>
  2559.            <div class="post-meta">
  2560.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2561.              <!-- <small class="text-muted">
  2562.                <i class="ti-eye me-1"></i>348 views
  2563.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2564.              </small> -->
  2565.            </div>
  2566.          </div>
  2567.        </div>
  2568.        
  2569.  
  2570.      </div>
  2571.  
  2572.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2573.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2574.      </div> -->
  2575.    </div>
  2576.  </div>
  2577.  
  2578.    
  2579.  <div class="sidebar-widget mb-4">
  2580.    <div class="widget-title-wrapper mb-3">
  2581.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2582.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2583.        <span class="title-arrow"></span>
  2584.      </h4>
  2585.    </div>
  2586.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2587.      <div class="blog-roll-list scrollable-sidebar">
  2588.        
  2589.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2590.          <a href="https://www.voiceprint.co.uk/" class="text-decoration-none ">
  2591.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2592.              <i class="ti-angle-right me-2 text-primary"></i>
  2593.               non gamstop casinos
  2594.            </h6>
  2595.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2596.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2597.            </div> -->
  2598.          </a>
  2599.        </div>
  2600.          
  2601.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2602.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  2603.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2604.              <i class="ti-angle-right me-2 text-primary"></i>
  2605.               non gamstop casinos uk
  2606.            </h6>
  2607.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2608.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2609.            </div> -->
  2610.          </a>
  2611.        </div>
  2612.          
  2613.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2614.          <a href="https://www.theindustrylondon.com/betting-sites-not-on-gamstop/" class="text-decoration-none ">
  2615.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2616.              <i class="ti-angle-right me-2 text-primary"></i>
  2617.               best betting sites uk
  2618.            </h6>
  2619.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2620.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2621.            </div> -->
  2622.          </a>
  2623.        </div>
  2624.          
  2625.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2626.          <a href="https://www.charlesjencks.com/" class="text-decoration-none ">
  2627.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2628.              <i class="ti-angle-right me-2 text-primary"></i>
  2629.               casino not on gamstop
  2630.            </h6>
  2631.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2632.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2633.            </div> -->
  2634.          </a>
  2635.        </div>
  2636.          
  2637.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2638.          <a href="https://www.focus12.co.uk/" class="text-decoration-none ">
  2639.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2640.              <i class="ti-angle-right me-2 text-primary"></i>
  2641.               casinos not on gamstop
  2642.            </h6>
  2643.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2644.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2645.            </div> -->
  2646.          </a>
  2647.        </div>
  2648.          
  2649.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2650.          <a href="https://britishicehockey.co.uk/" class="text-decoration-none ">
  2651.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2652.              <i class="ti-angle-right me-2 text-primary"></i>
  2653.               casinos not on gamstop
  2654.            </h6>
  2655.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2656.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2657.            </div> -->
  2658.          </a>
  2659.        </div>
  2660.          
  2661.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2662.          <a href="https://adventuregamers.com/online-casinos/non-gamstop" class="text-decoration-none ">
  2663.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2664.              <i class="ti-angle-right me-2 text-primary"></i>
  2665.               casino not on gamstop
  2666.            </h6>
  2667.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2668.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2669.            </div> -->
  2670.          </a>
  2671.        </div>
  2672.          
  2673.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2674.          <a href="https://gamingamerica.com/non-gamstop-casinos" class="text-decoration-none ">
  2675.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2676.              <i class="ti-angle-right me-2 text-primary"></i>
  2677.               non gamstop casino
  2678.            </h6>
  2679.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2680.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2681.            </div> -->
  2682.          </a>
  2683.        </div>
  2684.          
  2685.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2686.          <a href="https://www.outset.org/" class="text-decoration-none ">
  2687.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2688.              <i class="ti-angle-right me-2 text-primary"></i>
  2689.               best online betting sites
  2690.            </h6>
  2691.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2692.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2693.            </div> -->
  2694.          </a>
  2695.        </div>
  2696.          
  2697.      </div>
  2698.  
  2699.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2700.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2701.      </div> -->
  2702.    </div>
  2703.  </div>
  2704.    
  2705.  <div class="sidebar-widget mb-4">
  2706.    <div class="widget-title-wrapper mb-3">
  2707.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2708.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2709.        <span class="title-arrow"></span>
  2710.      </h4>
  2711.    </div>
  2712.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2713.      <div class="blog-roll-list scrollable-sidebar">
  2714.        
  2715.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2716.          <a href="https://www.chemical-records.co.uk/" class="text-decoration-none ">
  2717.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2718.              <i class="ti-angle-right me-2 text-primary"></i>
  2719.               casinos not on gamstop
  2720.            </h6>
  2721.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2722.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2723.            </div> -->
  2724.          </a>
  2725.        </div>
  2726.          
  2727.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2728.          <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" class="text-decoration-none ">
  2729.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2730.              <i class="ti-angle-right me-2 text-primary"></i>
  2731.               non gamstop casinos
  2732.            </h6>
  2733.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2734.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2735.            </div> -->
  2736.          </a>
  2737.        </div>
  2738.          
  2739.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2740.          <a href="https://nva.org.uk/" class="text-decoration-none ">
  2741.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2742.              <i class="ti-angle-right me-2 text-primary"></i>
  2743.               non gamstop casinos
  2744.            </h6>
  2745.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2746.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2747.            </div> -->
  2748.          </a>
  2749.        </div>
  2750.          
  2751.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2752.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  2753.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2754.              <i class="ti-angle-right me-2 text-primary"></i>
  2755.               casinos not on gamstop
  2756.            </h6>
  2757.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2758.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2759.            </div> -->
  2760.          </a>
  2761.        </div>
  2762.          
  2763.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2764.          <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none ">
  2765.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2766.              <i class="ti-angle-right me-2 text-primary"></i>
  2767.               non gamstop casino
  2768.            </h6>
  2769.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2770.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2771.            </div> -->
  2772.          </a>
  2773.        </div>
  2774.          
  2775.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2776.          <a href="https://internationalschoolmealsday.com/" class="text-decoration-none ">
  2777.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2778.              <i class="ti-angle-right me-2 text-primary"></i>
  2779.               casino not on gamstop
  2780.            </h6>
  2781.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2782.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2783.            </div> -->
  2784.          </a>
  2785.        </div>
  2786.          
  2787.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2788.          <a href="https://straightfromyard.co.uk/" class="text-decoration-none ">
  2789.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2790.              <i class="ti-angle-right me-2 text-primary"></i>
  2791.               non gamstop casino
  2792.            </h6>
  2793.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2794.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2795.            </div> -->
  2796.          </a>
  2797.        </div>
  2798.          
  2799.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2800.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  2801.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2802.              <i class="ti-angle-right me-2 text-primary"></i>
  2803.               non gamstop casino
  2804.            </h6>
  2805.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2806.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2807.            </div> -->
  2808.          </a>
  2809.        </div>
  2810.          
  2811.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2812.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  2813.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2814.              <i class="ti-angle-right me-2 text-primary"></i>
  2815.               casino not on gamstop
  2816.            </h6>
  2817.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2818.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2819.            </div> -->
  2820.          </a>
  2821.        </div>
  2822.          
  2823.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2824.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  2825.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2826.              <i class="ti-angle-right me-2 text-primary"></i>
  2827.               non gamstop casino
  2828.            </h6>
  2829.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2830.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2831.            </div> -->
  2832.          </a>
  2833.        </div>
  2834.          
  2835.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2836.          <a href="https://www.london-irish.com/" class="text-decoration-none ">
  2837.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2838.              <i class="ti-angle-right me-2 text-primary"></i>
  2839.               non gamstop casino
  2840.            </h6>
  2841.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2842.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2843.            </div> -->
  2844.          </a>
  2845.        </div>
  2846.          
  2847.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2848.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  2849.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2850.              <i class="ti-angle-right me-2 text-primary"></i>
  2851.               non gamstop casino
  2852.            </h6>
  2853.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2854.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2855.            </div> -->
  2856.          </a>
  2857.        </div>
  2858.          
  2859.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2860.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  2861.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2862.              <i class="ti-angle-right me-2 text-primary"></i>
  2863.               non gamstop casino
  2864.            </h6>
  2865.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2866.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2867.            </div> -->
  2868.          </a>
  2869.        </div>
  2870.          
  2871.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2872.          <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none ">
  2873.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2874.              <i class="ti-angle-right me-2 text-primary"></i>
  2875.               non gamstop casino
  2876.            </h6>
  2877.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2878.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2879.            </div> -->
  2880.          </a>
  2881.        </div>
  2882.          
  2883.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2884.          <a href="https://knightsof.media/" class="text-decoration-none ">
  2885.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2886.              <i class="ti-angle-right me-2 text-primary"></i>
  2887.               slots not on gamstop
  2888.            </h6>
  2889.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2890.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2891.            </div> -->
  2892.          </a>
  2893.        </div>
  2894.          
  2895.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2896.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  2897.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2898.              <i class="ti-angle-right me-2 text-primary"></i>
  2899.               casino not on gamstop
  2900.            </h6>
  2901.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2902.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2903.            </div> -->
  2904.          </a>
  2905.        </div>
  2906.          
  2907.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2908.          <a href="https://www.elthampalace.org.uk/" class="text-decoration-none ">
  2909.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2910.              <i class="ti-angle-right me-2 text-primary"></i>
  2911.               non gamstop casino
  2912.            </h6>
  2913.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2914.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2915.            </div> -->
  2916.          </a>
  2917.        </div>
  2918.          
  2919.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2920.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  2921.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2922.              <i class="ti-angle-right me-2 text-primary"></i>
  2923.               UK casino sites
  2924.            </h6>
  2925.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2926.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2927.            </div> -->
  2928.          </a>
  2929.        </div>
  2930.          
  2931.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2932.          <a href="https://www.nhsborders.org.uk/" class="text-decoration-none ">
  2933.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2934.              <i class="ti-angle-right me-2 text-primary"></i>
  2935.               bitcoin casino
  2936.            </h6>
  2937.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2938.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2939.            </div> -->
  2940.          </a>
  2941.        </div>
  2942.          
  2943.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2944.          <a href="https://swtrains.co.uk/" class="text-decoration-none ">
  2945.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2946.              <i class="ti-angle-right me-2 text-primary"></i>
  2947.               spinshark casino
  2948.            </h6>
  2949.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2950.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2951.            </div> -->
  2952.          </a>
  2953.        </div>
  2954.          
  2955.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2956.          <a href="https://datamagazine.co.uk" class="text-decoration-none ">
  2957.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2958.              <i class="ti-angle-right me-2 text-primary"></i>
  2959.               non gamstop casinos
  2960.            </h6>
  2961.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2962.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2963.            </div> -->
  2964.          </a>
  2965.        </div>
  2966.          
  2967.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2968.          <a href="https://greenjournal.co.uk" class="text-decoration-none ">
  2969.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2970.              <i class="ti-angle-right me-2 text-primary"></i>
  2971.               non gamstop casinos
  2972.            </h6>
  2973.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2974.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2975.            </div> -->
  2976.          </a>
  2977.        </div>
  2978.          
  2979.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2980.          <a href="https://lattitude.org.uk" class="text-decoration-none ">
  2981.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2982.              <i class="ti-angle-right me-2 text-primary"></i>
  2983.               non gamstop casino
  2984.            </h6>
  2985.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2986.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2987.            </div> -->
  2988.          </a>
  2989.        </div>
  2990.          
  2991.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2992.          <a href="https://bikehub.co.uk" class="text-decoration-none ">
  2993.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2994.              <i class="ti-angle-right me-2 text-primary"></i>
  2995.               non gamstop casinos
  2996.            </h6>
  2997.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2998.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2999.            </div> -->
  3000.          </a>
  3001.        </div>
  3002.          
  3003.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3004.          <a href="https://steviethefox.co.uk/" class="text-decoration-none ">
  3005.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3006.              <i class="ti-angle-right me-2 text-primary"></i>
  3007.               crypto betting uk
  3008.            </h6>
  3009.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3010.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3011.            </div> -->
  3012.          </a>
  3013.        </div>
  3014.          
  3015.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3016.          <a href="https://www.peelengineering.co.uk/" class="text-decoration-none ">
  3017.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3018.              <i class="ti-angle-right me-2 text-primary"></i>
  3019.               best uk non gamstop casinos
  3020.            </h6>
  3021.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3022.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3023.            </div> -->
  3024.          </a>
  3025.        </div>
  3026.          
  3027.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3028.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  3029.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3030.              <i class="ti-angle-right me-2 text-primary"></i>
  3031.               casinos not on gamstop
  3032.            </h6>
  3033.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3034.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3035.            </div> -->
  3036.          </a>
  3037.        </div>
  3038.          
  3039.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3040.          <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none ">
  3041.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3042.              <i class="ti-angle-right me-2 text-primary"></i>
  3043.               casinos not on gamstop
  3044.            </h6>
  3045.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3046.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3047.            </div> -->
  3048.          </a>
  3049.        </div>
  3050.          
  3051.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3052.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3053.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3054.              <i class="ti-angle-right me-2 text-primary"></i>
  3055.               non gamstop casino
  3056.            </h6>
  3057.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3058.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3059.            </div> -->
  3060.          </a>
  3061.        </div>
  3062.          
  3063.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3064.          <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none ">
  3065.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3066.              <i class="ti-angle-right me-2 text-primary"></i>
  3067.               Non UK Casinos
  3068.            </h6>
  3069.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3070.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3071.            </div> -->
  3072.          </a>
  3073.        </div>
  3074.          
  3075.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3076.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  3077.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3078.              <i class="ti-angle-right me-2 text-primary"></i>
  3079.               non GAMSTOP casino
  3080.            </h6>
  3081.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3082.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3083.            </div> -->
  3084.          </a>
  3085.        </div>
  3086.          
  3087.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3088.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  3089.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3090.              <i class="ti-angle-right me-2 text-primary"></i>
  3091.               UK casino sites
  3092.            </h6>
  3093.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3094.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3095.            </div> -->
  3096.          </a>
  3097.        </div>
  3098.          
  3099.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3100.          <a href="https://www.fourpure.com/" class="text-decoration-none ">
  3101.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3102.              <i class="ti-angle-right me-2 text-primary"></i>
  3103.               casino sites
  3104.            </h6>
  3105.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3106.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3107.            </div> -->
  3108.          </a>
  3109.        </div>
  3110.          
  3111.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3112.          <a href="https://www.homeworkworkspace.com" class="text-decoration-none ">
  3113.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3114.              <i class="ti-angle-right me-2 text-primary"></i>
  3115.               non GamStop casinos
  3116.            </h6>
  3117.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3118.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3119.            </div> -->
  3120.          </a>
  3121.        </div>
  3122.          
  3123.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3124.          <a href="https://www.edinburghwhiskyblog.com/" class="text-decoration-none ">
  3125.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3126.              <i class="ti-angle-right me-2 text-primary"></i>
  3127.               casinos not on gamstop
  3128.            </h6>
  3129.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3130.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3131.            </div> -->
  3132.          </a>
  3133.        </div>
  3134.          
  3135.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3136.          <a href="https://www.gamblinginsider.com/uk/online-casinos" class="text-decoration-none ">
  3137.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3138.              <i class="ti-angle-right me-2 text-primary"></i>
  3139.               uk online casinos list
  3140.            </h6>
  3141.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3142.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3143.            </div> -->
  3144.          </a>
  3145.        </div>
  3146.          
  3147.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3148.          <a href="https://cryptonews.com/uk/best-crypto-casinos/" class="text-decoration-none ">
  3149.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3150.              <i class="ti-angle-right me-2 text-primary"></i>
  3151.               best crypto casino
  3152.            </h6>
  3153.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3154.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3155.            </div> -->
  3156.          </a>
  3157.        </div>
  3158.          
  3159.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3160.          <a href="https://www.foodsofengland.co.uk/" class="text-decoration-none ">
  3161.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3162.              <i class="ti-angle-right me-2 text-primary"></i>
  3163.               best non gamstop casinos
  3164.            </h6>
  3165.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3166.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3167.            </div> -->
  3168.          </a>
  3169.        </div>
  3170.          
  3171.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3172.          <a href="https://aboutcookies.org.uk" class="text-decoration-none ">
  3173.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3174.              <i class="ti-angle-right me-2 text-primary"></i>
  3175.               casinos not on gamstop
  3176.            </h6>
  3177.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3178.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3179.            </div> -->
  3180.          </a>
  3181.        </div>
  3182.          
  3183.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3184.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  3185.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3186.              <i class="ti-angle-right me-2 text-primary"></i>
  3187.               non gamstop casino uk
  3188.            </h6>
  3189.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3190.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3191.            </div> -->
  3192.          </a>
  3193.        </div>
  3194.          
  3195.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3196.          <a href="https://www.executive-shaving.co.uk" class="text-decoration-none ">
  3197.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3198.              <i class="ti-angle-right me-2 text-primary"></i>
  3199.               casinos not on GamStop
  3200.            </h6>
  3201.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3202.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3203.            </div> -->
  3204.          </a>
  3205.        </div>
  3206.          
  3207.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3208.          <a href="https://fdncoffee.com" class="text-decoration-none ">
  3209.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3210.              <i class="ti-angle-right me-2 text-primary"></i>
  3211.               casino sites not on GamStop
  3212.            </h6>
  3213.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3214.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3215.            </div> -->
  3216.          </a>
  3217.        </div>
  3218.          
  3219.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3220.          <a href="https://www.impact-awards.co.uk" class="text-decoration-none ">
  3221.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3222.              <i class="ti-angle-right me-2 text-primary"></i>
  3223.               UK casino not on GamStop
  3224.            </h6>
  3225.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3226.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3227.            </div> -->
  3228.          </a>
  3229.        </div>
  3230.          
  3231.      </div>
  3232.  
  3233.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3234.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3235.      </div> -->
  3236.    </div>
  3237.  </div>
  3238.    
  3239.  <div class="sidebar-widget mb-4">
  3240.    <div class="widget-title-wrapper mb-3">
  3241.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3242.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3243.        <span class="title-arrow"></span>
  3244.      </h4>
  3245.    </div>
  3246.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3247.      <div class="blog-roll-list scrollable-sidebar">
  3248.        
  3249.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3250.          <a href="https://www.mediawise.org.uk/" class="text-decoration-none ">
  3251.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3252.              <i class="ti-angle-right me-2 text-primary"></i>
  3253.               casinos not on GamStop
  3254.            </h6>
  3255.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3256.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3257.            </div> -->
  3258.          </a>
  3259.        </div>
  3260.          
  3261.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3262.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  3263.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3264.              <i class="ti-angle-right me-2 text-primary"></i>
  3265.               non gamstop casinos
  3266.            </h6>
  3267.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3268.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3269.            </div> -->
  3270.          </a>
  3271.        </div>
  3272.          
  3273.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3274.          <a href="https://www.bmag.org.uk/" class="text-decoration-none ">
  3275.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3276.              <i class="ti-angle-right me-2 text-primary"></i>
  3277.               best online casino
  3278.            </h6>
  3279.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3280.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3281.            </div> -->
  3282.          </a>
  3283.        </div>
  3284.          
  3285.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3286.          <a href="https://www.cranleyclinic.com/" class="text-decoration-none ">
  3287.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3288.              <i class="ti-angle-right me-2 text-primary"></i>
  3289.               casino not on GamStop
  3290.            </h6>
  3291.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3292.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3293.            </div> -->
  3294.          </a>
  3295.        </div>
  3296.          
  3297.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3298.          <a href="https://orangegenie.com" class="text-decoration-none ">
  3299.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3300.              <i class="ti-angle-right me-2 text-primary"></i>
  3301.               non GamStop UK casinos
  3302.            </h6>
  3303.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3304.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3305.            </div> -->
  3306.          </a>
  3307.        </div>
  3308.          
  3309.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3310.          <a href="https://womeninfinance.co.uk/" class="text-decoration-none ">
  3311.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3312.              <i class="ti-angle-right me-2 text-primary"></i>
  3313.               casinos not on GamStop
  3314.            </h6>
  3315.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3316.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3317.            </div> -->
  3318.          </a>
  3319.        </div>
  3320.          
  3321.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3322.          <a href="https://www.ginspa.co.uk/" class="text-decoration-none ">
  3323.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3324.              <i class="ti-angle-right me-2 text-primary"></i>
  3325.               non GamStop casino
  3326.            </h6>
  3327.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3328.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3329.            </div> -->
  3330.          </a>
  3331.        </div>
  3332.          
  3333.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3334.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  3335.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3336.              <i class="ti-angle-right me-2 text-primary"></i>
  3337.               casino not on gamestop
  3338.            </h6>
  3339.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3340.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3341.            </div> -->
  3342.          </a>
  3343.        </div>
  3344.          
  3345.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3346.          <a href="https://thenewoxford.com/" class="text-decoration-none ">
  3347.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3348.              <i class="ti-angle-right me-2 text-primary"></i>
  3349.               casinos not on GamStop
  3350.            </h6>
  3351.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3352.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3353.            </div> -->
  3354.          </a>
  3355.        </div>
  3356.          
  3357.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3358.          <a href="https://www.leahdagloria.com.au/" class="text-decoration-none ">
  3359.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3360.              <i class="ti-angle-right me-2 text-primary"></i>
  3361.               no kyc casino
  3362.            </h6>
  3363.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3364.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3365.            </div> -->
  3366.          </a>
  3367.        </div>
  3368.          
  3369.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3370.          <a href="https://www.gamblinginsider.com/uk/online-casinos" class="text-decoration-none ">
  3371.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3372.              <i class="ti-angle-right me-2 text-primary"></i>
  3373.               casino site
  3374.            </h6>
  3375.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3376.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3377.            </div> -->
  3378.          </a>
  3379.        </div>
  3380.          
  3381.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3382.          <a href="https://www.gcaf.co.uk/" class="text-decoration-none ">
  3383.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3384.              <i class="ti-angle-right me-2 text-primary"></i>
  3385.               best bitcoin betting sites
  3386.            </h6>
  3387.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3388.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3389.            </div> -->
  3390.          </a>
  3391.        </div>
  3392.          
  3393.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3394.          <a href="https://www.deakinandblue.com/" class="text-decoration-none ">
  3395.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3396.              <i class="ti-angle-right me-2 text-primary"></i>
  3397.               best non gamstop casinos
  3398.            </h6>
  3399.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3400.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3401.            </div> -->
  3402.          </a>
  3403.        </div>
  3404.          
  3405.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3406.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  3407.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3408.              <i class="ti-angle-right me-2 text-primary"></i>
  3409.               non GamStop sites
  3410.            </h6>
  3411.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3412.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3413.            </div> -->
  3414.          </a>
  3415.        </div>
  3416.          
  3417.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3418.          <a href="https://www.thekarczma.co.uk/" class="text-decoration-none ">
  3419.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3420.              <i class="ti-angle-right me-2 text-primary"></i>
  3421.               non UK casino site
  3422.            </h6>
  3423.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3424.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3425.            </div> -->
  3426.          </a>
  3427.        </div>
  3428.          
  3429.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3430.          <a href="https://www.falconryforum.co.uk/" class="text-decoration-none ">
  3431.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3432.              <i class="ti-angle-right me-2 text-primary"></i>
  3433.               casino not on gamstop
  3434.            </h6>
  3435.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3436.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3437.            </div> -->
  3438.          </a>
  3439.        </div>
  3440.          
  3441.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3442.          <a href="https://citytosea.org.uk/" class="text-decoration-none ">
  3443.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3444.              <i class="ti-angle-right me-2 text-primary"></i>
  3445.               non gamstop casino
  3446.            </h6>
  3447.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3448.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3449.            </div> -->
  3450.          </a>
  3451.        </div>
  3452.          
  3453.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3454.          <a href="https://www.ukrmb.co.uk/" class="text-decoration-none ">
  3455.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3456.              <i class="ti-angle-right me-2 text-primary"></i>
  3457.               online casino uk
  3458.            </h6>
  3459.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3460.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3461.            </div> -->
  3462.          </a>
  3463.        </div>
  3464.          
  3465.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3466.          <a href="https://www.resourceshelf.com/" class="text-decoration-none ">
  3467.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3468.              <i class="ti-angle-right me-2 text-primary"></i>
  3469.               best uk non GamStop casinos
  3470.            </h6>
  3471.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3472.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3473.            </div> -->
  3474.          </a>
  3475.        </div>
  3476.          
  3477.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3478.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  3479.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3480.              <i class="ti-angle-right me-2 text-primary"></i>
  3481.               Fair Casinos Not on GAMSTOP
  3482.            </h6>
  3483.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3484.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3485.            </div> -->
  3486.          </a>
  3487.        </div>
  3488.          
  3489.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3490.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  3491.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3492.              <i class="ti-angle-right me-2 text-primary"></i>
  3493.               Casinos Not on GAMSTOP
  3494.            </h6>
  3495.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3496.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3497.            </div> -->
  3498.          </a>
  3499.        </div>
  3500.          
  3501.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3502.          <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" class="text-decoration-none ">
  3503.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3504.              <i class="ti-angle-right me-2 text-primary"></i>
  3505.               non gamstop casinos
  3506.            </h6>
  3507.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3508.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3509.            </div> -->
  3510.          </a>
  3511.        </div>
  3512.          
  3513.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3514.          <a href="https://thefoodmarket.com/" class="text-decoration-none ">
  3515.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3516.              <i class="ti-angle-right me-2 text-primary"></i>
  3517.               bitcoin casino
  3518.            </h6>
  3519.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3520.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3521.            </div> -->
  3522.          </a>
  3523.        </div>
  3524.          
  3525.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3526.          <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none ">
  3527.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3528.              <i class="ti-angle-right me-2 text-primary"></i>
  3529.               online casinos
  3530.            </h6>
  3531.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3532.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3533.            </div> -->
  3534.          </a>
  3535.        </div>
  3536.          
  3537.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3538.          <a href="https://www.legacycompany.co.uk/" class="text-decoration-none ">
  3539.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3540.              <i class="ti-angle-right me-2 text-primary"></i>
  3541.               casino not on gamstop
  3542.            </h6>
  3543.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3544.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3545.            </div> -->
  3546.          </a>
  3547.        </div>
  3548.          
  3549.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3550.          <a href="https://www.money-mentor.org/" class="text-decoration-none ">
  3551.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3552.              <i class="ti-angle-right me-2 text-primary"></i>
  3553.               bitcoin casino UK
  3554.            </h6>
  3555.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3556.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3557.            </div> -->
  3558.          </a>
  3559.        </div>
  3560.          
  3561.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3562.          <a href="https://insidebitcoins.com/crypto-casinos/best-crypto-casinos-uk" class="text-decoration-none ">
  3563.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3564.              <i class="ti-angle-right me-2 text-primary"></i>
  3565.               bitcoin casinos
  3566.            </h6>
  3567.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3568.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3569.            </div> -->
  3570.          </a>
  3571.        </div>
  3572.          
  3573.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3574.          <a href="https://roadpeace.org/" class="text-decoration-none ">
  3575.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3576.              <i class="ti-angle-right me-2 text-primary"></i>
  3577.               non gamstop casino
  3578.            </h6>
  3579.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3580.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3581.            </div> -->
  3582.          </a>
  3583.        </div>
  3584.          
  3585.      </div>
  3586.  
  3587.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3588.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3589.      </div> -->
  3590.    </div>
  3591.  </div>
  3592.    
  3593.  <div class="sidebar-widget mb-4">
  3594.    <div class="widget-title-wrapper mb-3">
  3595.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3596.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3597.        <span class="title-arrow"></span>
  3598.      </h4>
  3599.    </div>
  3600.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3601.      <div class="blog-roll-list scrollable-sidebar">
  3602.        
  3603.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3604.          <a href="https://www.welcometoportsmouth.co.uk/" class="text-decoration-none ">
  3605.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3606.              <i class="ti-angle-right me-2 text-primary"></i>
  3607.               no gamstop casino
  3608.            </h6>
  3609.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3610.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3611.            </div> -->
  3612.          </a>
  3613.        </div>
  3614.          
  3615.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3616.          <a href="https://thecharliegardfoundation.org/" class="text-decoration-none ">
  3617.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3618.              <i class="ti-angle-right me-2 text-primary"></i>
  3619.               best online casinos
  3620.            </h6>
  3621.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3622.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3623.            </div> -->
  3624.          </a>
  3625.        </div>
  3626.          
  3627.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3628.          <a href="https://www.money-mentor.org/" class="text-decoration-none ">
  3629.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3630.              <i class="ti-angle-right me-2 text-primary"></i>
  3631.               crypto casino
  3632.            </h6>
  3633.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3634.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3635.            </div> -->
  3636.          </a>
  3637.        </div>
  3638.          
  3639.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3640.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  3641.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3642.              <i class="ti-angle-right me-2 text-primary"></i>
  3643.               best esports betting sites
  3644.            </h6>
  3645.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3646.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3647.            </div> -->
  3648.          </a>
  3649.        </div>
  3650.          
  3651.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3652.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3653.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3654.              <i class="ti-angle-right me-2 text-primary"></i>
  3655.               best betting sites uk
  3656.            </h6>
  3657.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3658.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3659.            </div> -->
  3660.          </a>
  3661.        </div>
  3662.          
  3663.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3664.          <a href="https://www.money-mentor.org/" class="text-decoration-none ">
  3665.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3666.              <i class="ti-angle-right me-2 text-primary"></i>
  3667.               bitcoin casinos
  3668.            </h6>
  3669.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3670.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3671.            </div> -->
  3672.          </a>
  3673.        </div>
  3674.          
  3675.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3676.          <a href="https://plasticoceans.uk/" class="text-decoration-none ">
  3677.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3678.              <i class="ti-angle-right me-2 text-primary"></i>
  3679.               non gamstop casinos
  3680.            </h6>
  3681.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3682.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3683.            </div> -->
  3684.          </a>
  3685.        </div>
  3686.          
  3687.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3688.          <a href="https://www.kscience.co.uk/" class="text-decoration-none ">
  3689.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3690.              <i class="ti-angle-right me-2 text-primary"></i>
  3691.               best uk non GamStop casinos
  3692.            </h6>
  3693.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3694.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3695.            </div> -->
  3696.          </a>
  3697.        </div>
  3698.          
  3699.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3700.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  3701.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3702.              <i class="ti-angle-right me-2 text-primary"></i>
  3703.               online casino
  3704.            </h6>
  3705.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3706.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3707.            </div> -->
  3708.          </a>
  3709.        </div>
  3710.          
  3711.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3712.          <a href="https://www.mesaonline.org/" class="text-decoration-none ">
  3713.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3714.              <i class="ti-angle-right me-2 text-primary"></i>
  3715.               non gamstop casino
  3716.            </h6>
  3717.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3718.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3719.            </div> -->
  3720.          </a>
  3721.        </div>
  3722.          
  3723.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3724.          <a href="https://www.foreignersinuk.co.uk/" class="text-decoration-none ">
  3725.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3726.              <i class="ti-angle-right me-2 text-primary"></i>
  3727.               online casino
  3728.            </h6>
  3729.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3730.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3731.            </div> -->
  3732.          </a>
  3733.        </div>
  3734.          
  3735.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3736.          <a href="https://www.bshg.org.uk/" class="text-decoration-none ">
  3737.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3738.              <i class="ti-angle-right me-2 text-primary"></i>
  3739.               online casino
  3740.            </h6>
  3741.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3742.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3743.            </div> -->
  3744.          </a>
  3745.        </div>
  3746.          
  3747.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3748.          <a href="https://visitfortwilliam.co.uk/" class="text-decoration-none ">
  3749.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3750.              <i class="ti-angle-right me-2 text-primary"></i>
  3751.               best uk non gamstop casinos
  3752.            </h6>
  3753.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3754.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3755.            </div> -->
  3756.          </a>
  3757.        </div>
  3758.          
  3759.      </div>
  3760.  
  3761.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3762.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3763.      </div> -->
  3764.    </div>
  3765.  </div>
  3766.    
  3767.  <!-- <div class="sidebar-widget">
  3768.    <div class="widget-title-wrapper mb-3">
  3769.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3770.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3771.        <span class="title-arrow"></span>
  3772.      </h4>
  3773.    </div>
  3774.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3775.      <div class="blog-roll-list">
  3776.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3777.          <a href="#" class="text-decoration-none">
  3778.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3779.              <i class="ti-angle-right me-2 text-primary"></i>
  3780.              Complete Guide to Django REST Framework
  3781.            </h6>
  3782.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3783.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3784.            </div>
  3785.          </a>
  3786.        </div>
  3787.  
  3788.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3789.          <a href="#" class="text-decoration-none">
  3790.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3791.              <i class="ti-angle-right me-2 text-primary"></i>
  3792.              Modern JavaScript ES2025 Features
  3793.            </h6>
  3794.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3795.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3796.            </div>
  3797.          </a>
  3798.        </div>
  3799.  
  3800.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3801.          <a href="#" class="text-decoration-none">
  3802.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3803.              <i class="ti-angle-right me-2 text-primary"></i>
  3804.              Digital Marketing Trends in 2025
  3805.            </h6>
  3806.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3807.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3808.            </div>
  3809.          </a>
  3810.        </div>
  3811.  
  3812.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3813.          <a href="#" class="text-decoration-none">
  3814.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3815.              <i class="ti-angle-right me-2 text-primary"></i>
  3816.              Remote Work Best Practices
  3817.            </h6>
  3818.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3819.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3820.            </div>
  3821.          </a>
  3822.        </div>
  3823.  
  3824.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3825.          <a href="#" class="text-decoration-none">
  3826.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3827.              <i class="ti-angle-right me-2 text-primary"></i>
  3828.              Sustainable Living Tips for Beginners
  3829.            </h6>
  3830.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3831.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3832.            </div>
  3833.          </a>
  3834.        </div>
  3835.  
  3836.        <div class="blog-roll-item">
  3837.          <a href="#" class="text-decoration-none">
  3838.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3839.              <i class="ti-angle-right me-2 text-primary"></i>
  3840.              AI and Machine Learning Basics
  3841.            </h6>
  3842.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3843.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3844.            </div>
  3845.          </a>
  3846.        </div>
  3847.      </div>
  3848.  
  3849.      <div class="text-center mt-4 pt-3 border-top border-light">
  3850.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3851.      </div>
  3852.    </div>
  3853.  </div> -->
  3854. </div>
  3855.  
  3856. <!-- Sidebar V2 Styles -->
  3857. <style>
  3858.  .sidebar-widget {
  3859.    position: relative;
  3860.  }
  3861.  
  3862.  .widget-title {
  3863.    font-size: 1.1rem;
  3864.    font-weight: 700;
  3865.    display: inline-block;
  3866.    position: relative;
  3867.    z-index: 2;
  3868.    border-radius: 0;
  3869.  }
  3870.  
  3871.  /* Green arrow for August Blog Roll */
  3872.  .title-arrow::after {
  3873.    content: '';
  3874.    position: absolute;
  3875.    top: 0;
  3876.    right: -22px;
  3877.    width: 0;
  3878.    height: 0;
  3879.    border-left: 22px solid var(--bs-primary);
  3880.    border-top: 22px solid transparent;
  3881.    border-bottom: 22px solid transparent;
  3882.    z-index: 1;
  3883.  }
  3884.  
  3885.  /* Blue arrow for Recent Posts */
  3886.  .title-arrow-primary::after {
  3887.    content: '';
  3888.    position: absolute;
  3889.    top: 0;
  3890.    right: -22px;
  3891.    width: 0;
  3892.    height: 0;
  3893.    border-left: 22px solid var(--bs-primary);
  3894.    border-top: 22px solid transparent;
  3895.    border-bottom: 22px solid transparent;
  3896.    z-index: 1;
  3897.  }
  3898.  
  3899.  .widget-content {
  3900.    margin-top: -1px;
  3901.    position: relative;
  3902.    z-index: 1;
  3903.    background-color: var(--card-bg);
  3904.  }
  3905.  
  3906.  /* Blog Roll Items Hover Effects */
  3907.  .blog-roll-item:hover .blog-title {
  3908.    color: #198754 !important;
  3909.    transform: translateX(5px);
  3910.    transition: all 0.3s ease;
  3911.  }
  3912.  
  3913.  /* Recent Post Items Hover Effects */
  3914.  .recent-post-item:hover .post-title a {
  3915.    color: #0d6efd !important;
  3916.    transition: color 0.3s ease;
  3917.  }
  3918.  
  3919.  .recent-post-item:hover .post-image img {
  3920.    transform: scale(1.05);
  3921.    transition: transform 0.3s ease;
  3922.  }
  3923.  
  3924.  /* Button Hover Effects */
  3925.  .btn:hover {
  3926.    transform: translateY(-2px);
  3927.    transition: all 0.3s ease;
  3928.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3929.  }
  3930.  
  3931.  /* Badge Hover Effects */
  3932.  .badge:hover {
  3933.    transform: scale(1.05);
  3934.    transition: transform 0.3s ease;
  3935.  }
  3936.  
  3937.  @media (max-width: 991px) {
  3938.    .sidebar {
  3939.      margin-top: 3rem;
  3940.    }
  3941.  }
  3942.  
  3943.  @media (max-width: 576px) {
  3944.    .widget-title {
  3945.      font-size: 1rem;
  3946.      padding: 0.75rem 1rem !important;
  3947.    }
  3948.  
  3949.    .title-arrow::after,
  3950.    .title-arrow-primary::after {
  3951.      right: -18px;
  3952.      border-left-width: 18px;
  3953.      border-top-width: 18px;
  3954.      border-bottom-width: 18px;
  3955.    }
  3956.  
  3957.    .post-image {
  3958.      width: 70px !important;
  3959.      height: 55px !important;
  3960.    }
  3961.  
  3962.    .blog-meta {
  3963.      flex-direction: column !important;
  3964.      align-items: flex-start !important;
  3965.      gap: 0.5rem;
  3966.    }
  3967.  }
  3968. </style>
  3969.  
  3970.    
  3971.            </div>
  3972.        </div>
  3973.    </div>
  3974. </section>
  3975.  
  3976. <script>
  3977. document.addEventListener('DOMContentLoaded', function() {
  3978.    // Simple scroll animation
  3979.    const cards = document.querySelectorAll('.blog-card');
  3980.    
  3981.    const observer = new IntersectionObserver(function(entries) {
  3982.        entries.forEach(entry => {
  3983.            if (entry.isIntersecting) {
  3984.                entry.target.style.opacity = '1';
  3985.                entry.target.style.transform = 'translateY(0)';
  3986.            }
  3987.        });
  3988.    }, {
  3989.        threshold: 0.1
  3990.    });
  3991.  
  3992.    cards.forEach((card, index) => {
  3993.        card.style.opacity = '0';
  3994.        card.style.transform = 'translateY(30px)';
  3995.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3996.        observer.observe(card);
  3997.    });
  3998. });
  3999. </script>
  4000.  
  4001.    
  4002.        
  4003.        <!-- end wpo-blog-highlights-section -->
  4004.        <!-- start wpo-blog-sponsored-section -->
  4005.        
  4006.  
  4007.  
  4008.  
  4009.    
  4010.  
  4011.  
  4012.  
  4013. <style>
  4014.    .sponsored-section-v3 {
  4015.        padding: 50px 0;
  4016.    }
  4017.    
  4018.    .sponsored-card-v3 {
  4019.        background: var(--card-bg);
  4020.        border: 1px solid var(--border-color);
  4021.        border-radius: 4px;
  4022.        transition: transform 0.3s ease;
  4023.        height: 100%;
  4024.    }
  4025.    
  4026.    .sponsored-card-v3:hover {
  4027.        transform: scale(1.02);
  4028.    }
  4029.    
  4030.    .sponsored-image-v3 {
  4031.        position: relative;
  4032.        height: 170px;
  4033.        border-bottom: 1px solid var(--border-color);
  4034.    }
  4035.    
  4036.    .sponsored-image-v3 img {
  4037.        width: 100%;
  4038.        height: 100%;
  4039.        object-fit: cover;
  4040.    }
  4041.    
  4042.    .sponsored-badge-v3 {
  4043.        position: absolute;
  4044.        top: 10px;
  4045.        right: 10px;
  4046.        padding: 5px 8px;
  4047.        font-size: 11px;
  4048.        font-weight: 600;
  4049.        text-transform: uppercase;
  4050.        border-radius: 50%;
  4051.    }
  4052.    
  4053.    .sponsored-content-v3 {
  4054.        position: relative;
  4055.        padding: 18px;
  4056.    }
  4057.    
  4058.    .sponsored-title-v3 {
  4059.        font-size: 16px;
  4060.        font-weight: 700;
  4061.        line-height: 1.5;
  4062.        margin-bottom: 8px;
  4063.    }
  4064.    
  4065.    .sponsored-title-v3 a {
  4066.        text-decoration: none;
  4067.        color: #333;
  4068.    }
  4069.    
  4070.    .sponsored-title-v3 a:hover {
  4071.        color: #0056b3; /* Darker blue for hover */
  4072.    }
  4073.    
  4074.    .sponsored-excerpt-v3 {
  4075.        font-size: 13px;
  4076.        font-weight: 400;
  4077.        color: #868e96;
  4078.        margin-bottom: 12px;
  4079.        line-height: 1.5;
  4080.    }
  4081.    
  4082.    .sponsored-meta-v3 {
  4083.        font-size: 12px;
  4084.        color: #6c757d;
  4085.    }
  4086.    
  4087.    .author-info-v3 {
  4088.        display: flex;
  4089.        align-items: center;
  4090.        gap: 6px;
  4091.        margin-bottom: 6px;
  4092.    }
  4093.    
  4094.    .sponsored-author-img-v3 {
  4095.        width: 24px;
  4096.        height: 24px;
  4097.        border-radius: 50%;
  4098.        object-fit: cover;
  4099.    }
  4100.    
  4101.    .section-title-sponsored-v3 {
  4102.        font-size: 2rem;
  4103.        font-weight: 600;
  4104.        text-align: left;
  4105.        margin-bottom: 25px;
  4106.        color: #333;
  4107.        border-bottom: 3px solid var(--bs-primary);
  4108.        padding-bottom: 10px;
  4109.    }
  4110.  
  4111.    @media (max-width: 768px) {
  4112.        .sponsored-section-v3 {
  4113.            padding: 30px 0;
  4114.        }
  4115.        .sponsored-content-v3 {
  4116.            padding: 15px;
  4117.        }
  4118.        .sponsored-title-v3 {
  4119.            font-size: 15px;
  4120.        }
  4121.        .sponsored-excerpt-v3 {
  4122.            font-size: 12px;
  4123.        }
  4124.        .section-title-sponsored-v3 {
  4125.            font-size: 1.8rem;
  4126.        }
  4127.    }
  4128. </style>
  4129.  
  4130. <section class="sponsored-section-v3">
  4131.    <div class="container-fluid fluid-container">
  4132.        <div class="row">
  4133.            <div class="col-12">
  4134.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  4135.            </div>
  4136.        </div>
  4137.        
  4138.        <div class="row g-4">
  4139.            
  4140.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4141.                <div class="card sponsored-card-v3">
  4142.                    <div class="sponsored-image-v3">
  4143.                        
  4144.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4145.                        
  4146.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4147.                    </div>
  4148.                    <div class="sponsored-content-v3">
  4149.                        <h3 class="sponsored-title-v3">
  4150.                            <a href="/twitch-streamer-welcomes-baby-during-live-broadcast-for-tens-of-thousands-of-audience-members/" class="top-color">
  4151.                            Twitch Streamer Welcomes Baby During Live Broadcast for Tens of Thousands of Audience Members
  4152.                            </a>
  4153.                        </h3>
  4154.                        <p class="sponsored-excerpt-v3">
  4155.                            
  4156.                        </p>
  4157.                        <div class="sponsored-meta-v3">
  4158.                            <div class="author-info-v3">
  4159.                                
  4160.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="sponsored-author-img-v3">
  4161.                                
  4162.                                <span>
  4163.                                    Paul Brown
  4164.                                </span>
  4165.                            </div>
  4166.                            <div class="d-flex gap-2">
  4167.                                <i class="ti-calendar"></i> 05 May 2026
  4168.                            </div>
  4169.                        </div>
  4170.                    </div>
  4171.                </div>
  4172.            </div>
  4173.            
  4174.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4175.                <div class="card sponsored-card-v3">
  4176.                    <div class="sponsored-image-v3">
  4177.                        
  4178.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4179.                        
  4180.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4181.                    </div>
  4182.                    <div class="sponsored-content-v3">
  4183.                        <h3 class="sponsored-title-v3">
  4184.                            <a href="/manchester-united-poised-to-sign-germany-striker-lea-sch%C3%BCller-away-from-bayern-munich/" class="top-color">
  4185.                            Manchester United Poised to Sign Germany Striker Lea Schüller away from Bayern Munich
  4186.                            </a>
  4187.                        </h3>
  4188.                        <p class="sponsored-excerpt-v3">
  4189.                            
  4190.                        </p>
  4191.                        <div class="sponsored-meta-v3">
  4192.                            <div class="author-info-v3">
  4193.                                
  4194.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="sponsored-author-img-v3">
  4195.                                
  4196.                                <span>
  4197.                                    Paul Brown
  4198.                                </span>
  4199.                            </div>
  4200.                            <div class="d-flex gap-2">
  4201.                                <i class="ti-calendar"></i> 05 May 2026
  4202.                            </div>
  4203.                        </div>
  4204.                    </div>
  4205.                </div>
  4206.            </div>
  4207.            
  4208.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4209.                <div class="card sponsored-card-v3">
  4210.                    <div class="sponsored-image-v3">
  4211.                        
  4212.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4213.                        
  4214.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4215.                    </div>
  4216.                    <div class="sponsored-content-v3">
  4217.                        <h3 class="sponsored-title-v3">
  4218.                            <a href="/like-a-champions-league-win-kendalls-special-evening-for-england/" class="top-color">
  4219.                            ‘Like a Champions League win’ - Kendall’s special evening for England
  4220.                            </a>
  4221.                        </h3>
  4222.                        <p class="sponsored-excerpt-v3">
  4223.                            
  4224.                        </p>
  4225.                        <div class="sponsored-meta-v3">
  4226.                            <div class="author-info-v3">
  4227.                                
  4228.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="sponsored-author-img-v3">
  4229.                                
  4230.                                <span>
  4231.                                    Paul Brown
  4232.                                </span>
  4233.                            </div>
  4234.                            <div class="d-flex gap-2">
  4235.                                <i class="ti-calendar"></i> 05 May 2026
  4236.                            </div>
  4237.                        </div>
  4238.                    </div>
  4239.                </div>
  4240.            </div>
  4241.            
  4242.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4243.                <div class="card sponsored-card-v3">
  4244.                    <div class="sponsored-image-v3">
  4245.                        
  4246.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4247.                        
  4248.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4249.                    </div>
  4250.                    <div class="sponsored-content-v3">
  4251.                        <h3 class="sponsored-title-v3">
  4252.                            <a href="/beijing-increases-regulation-on-rare-earth-element-shipments-citing-security-worries/" class="top-color">
  4253.                            Beijing Increases Regulation on Rare Earth Element Shipments, Citing Security Worries
  4254.                            </a>
  4255.                        </h3>
  4256.                        <p class="sponsored-excerpt-v3">
  4257.                            
  4258.                        </p>
  4259.                        <div class="sponsored-meta-v3">
  4260.                            <div class="author-info-v3">
  4261.                                
  4262.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="sponsored-author-img-v3">
  4263.                                
  4264.                                <span>
  4265.                                    Paul Brown
  4266.                                </span>
  4267.                            </div>
  4268.                            <div class="d-flex gap-2">
  4269.                                <i class="ti-calendar"></i> 05 May 2026
  4270.                            </div>
  4271.                        </div>
  4272.                    </div>
  4273.                </div>
  4274.            </div>
  4275.            
  4276.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4277.                <div class="card sponsored-card-v3">
  4278.                    <div class="sponsored-image-v3">
  4279.                        
  4280.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4281.                        
  4282.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4283.                    </div>
  4284.                    <div class="sponsored-content-v3">
  4285.                        <h3 class="sponsored-title-v3">
  4286.                            <a href="/the-documentary-legend-reflecting-on-his-monumental-revolutionary-war-documentary-we-wont-work-on-a-more-important-film/" class="top-color">
  4287.                            The Documentary Legend reflecting on His Monumental Revolutionary War Documentary: ‘We Won’t Work on a More Important Film’
  4288.                            </a>
  4289.                        </h3>
  4290.                        <p class="sponsored-excerpt-v3">
  4291.                            
  4292.                        </p>
  4293.                        <div class="sponsored-meta-v3">
  4294.                            <div class="author-info-v3">
  4295.                                
  4296.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="sponsored-author-img-v3">
  4297.                                
  4298.                                <span>
  4299.                                    Paul Brown
  4300.                                </span>
  4301.                            </div>
  4302.                            <div class="d-flex gap-2">
  4303.                                <i class="ti-calendar"></i> 05 May 2026
  4304.                            </div>
  4305.                        </div>
  4306.                    </div>
  4307.                </div>
  4308.            </div>
  4309.            
  4310.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  4311.                <div class="card sponsored-card-v3">
  4312.                    <div class="sponsored-image-v3">
  4313.                        
  4314.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4315.                        
  4316.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4317.                    </div>
  4318.                    <div class="sponsored-content-v3">
  4319.                        <h3 class="sponsored-title-v3">
  4320.                            <a href="/aerial-images-indicate-iranian-navy-and-nuclear-locations-targeted-by-joint-us-and-israeli-attacks/" class="top-color">
  4321.                            Aerial Images Indicate Iranian Navy and Nuclear Locations Targeted by Joint US and Israeli Attacks.
  4322.                            </a>
  4323.                        </h3>
  4324.                        <p class="sponsored-excerpt-v3">
  4325.                            
  4326.                        </p>
  4327.                        <div class="sponsored-meta-v3">
  4328.                            <div class="author-info-v3">
  4329.                                
  4330.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Paul Brown" class="sponsored-author-img-v3">
  4331.                                
  4332.                                <span>
  4333.                                    Paul Brown
  4334.                                </span>
  4335.                            </div>
  4336.                            <div class="d-flex gap-2">
  4337.                                <i class="ti-calendar"></i> 05 May 2026
  4338.                            </div>
  4339.                        </div>
  4340.                    </div>
  4341.                </div>
  4342.            </div>
  4343.            
  4344.        </div>
  4345.    </div>
  4346. </section>
  4347.  
  4348.  
  4349.    
  4350.        <!-- end wpo-blog-sponsored-section -->
  4351.        <!-- start wpo-subscribe-section -->
  4352.        
  4353.        <!-- end subscribe-section -->
  4354.        <!-- start of wpo-site-footer-section -->
  4355.        
  4356.  
  4357.  
  4358.  
  4359.  
  4360.  
  4361. <footer class="wpo-site-footer-v2">
  4362.  <!-- Top Section - Logo & CTA -->
  4363.  <div class="footer-top-section py-3">
  4364.    <div class="container-fluid fluid-container">
  4365.      <div class="row align-items-center">
  4366.        <div class="brand-logo d-flex align-items-center justify-content-center">
  4367.          
  4368.            <h3 class="brand-title">Harbor Pro Blog</h3>
  4369.          
  4370.          <div class="brand-info">
  4371.            <h3 class="brand-title">Harbor Pro Blog</h3>
  4372.          </div>
  4373.        </div>
  4374.      </div>
  4375.    </div>
  4376.  </div>
  4377.  
  4378.  <!-- Main Content Grid -->
  4379.  <div class="footer-main-content py-4">
  4380.    <div class="container-fluid fluid-container px-3">
  4381.      <div class="d-flex justify-content-between flex-wrap gap-3">
  4382.        <!-- Column 1: Quick Links & Top Categories -->
  4383.        <div class="">
  4384.          <div class="footer-column">
  4385.            <h5 class="column-title">Quick Links</h5>
  4386.            <ul class="footer-menu list-unstyled">
  4387.              
  4388.                <li>
  4389.                  <a class="menu-link" href="/surprise-package-justin-hood-demolishes-record-with-stunning-11-straight-doubles-in-world-championship-rout/">Surprise Package Justin Hood Demolishes Record with Stunning 11 Straight Doubles in World Championship Rout</a>
  4390.                </li>
  4391.              
  4392.                <li>
  4393.                  <a class="menu-link" href="/whats-happening-with-edinburghs-scaffolding-clad-hotel/">What&#x27;s Happening with Edinburgh&#x27;s Scaffolding-Clad Hotel?</a>
  4394.                </li>
  4395.              
  4396.                <li>
  4397.                  <a class="menu-link" href="/during-a-raging-storm-i-could-hear-this-is-christmas-in-gaza/">During a Raging Storm, I Could Hear. This is Christmas in Gaza</a>
  4398.                </li>
  4399.              
  4400.                <li>
  4401.                  <a class="menu-link" href="/the-situation-is-dire-hostilities-on-iran-tightens-indias-lpg-stock/">‘The Situation is Dire’: Hostilities on Iran Tightens India&#x27;s LPG Stock.</a>
  4402.                </li>
  4403.              
  4404.                <li>
  4405.                  <a class="menu-link" href="/real-madrid-commanding-but-vinicius-junior-issues-intensify-important-spanish-derby-talking-points/">Real Madrid Commanding but Vinicius Junior Issues Intensify – Important Spanish Derby Talking Points</a>
  4406.                </li>
  4407.              
  4408.                <li>
  4409.                  <a class="menu-link" href="/maga-voters-backing-zohran-mamdani-and-a-new-left-coalition-the-biggest-surprises-from-new-yorks-mayoral-race/">MAGA Voters Backing Zohran Mamdani and a New Left Coalition: The Biggest Surprises from New York’s Mayoral Race</a>
  4410.                </li>
  4411.              
  4412.            </ul>
  4413.          </div>
  4414.        </div>
  4415.        <div class="">
  4416.          <div class="footer-column mt-4">
  4417.            <h5 class="column-title">Top Categories</h5>
  4418.            <ul class="footer-menu list-unstyled">
  4419.              
  4420.                <li>
  4421.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4422.                </li>
  4423.              
  4424.                <li>
  4425.                  <a class="menu-link" href="/category/business/">Business</a>
  4426.                </li>
  4427.              
  4428.                <li>
  4429.                  <a class="menu-link" href="/category/esports/">Esports</a>
  4430.                </li>
  4431.              
  4432.                <li>
  4433.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  4434.                </li>
  4435.              
  4436.                <li>
  4437.                  <a class="menu-link" href="/category/featured/">Featured</a>
  4438.                </li>
  4439.              
  4440.            </ul>
  4441.          </div>
  4442.        </div>
  4443.        <!-- Column 2: Blog Rolls -->
  4444.      <div class="">
  4445.          <div class="footer-column">
  4446.            <h5 class="column-title">Blog Rolls</h5>
  4447.            <ul class="footer-menu list-unstyled" id="blogRollLinks">
  4448.              
  4449.              
  4450.  
  4451.              
  4452.              
  4453.                
  4454.              
  4455.            </ul>
  4456.          </div>
  4457.        </div>
  4458.      </div>
  4459.    </div>
  4460.  </div>
  4461.  
  4462.  <!-- Tagline Section -->
  4463.  <div class="footer-tagline bg-primary-gradient text-center py-3">
  4464.    <div class="container-fluid fluid-container">
  4465.      <p class="mb-0 text-white text-capitalize">Explore Harbor Pro&#x27;s blog for expert analysis on UK maritime operations, logistics trends, and industry innovations. Stay updated with practical insights and solutions.</p>
  4466.    </div>
  4467.  </div>
  4468.  
  4469.  <!-- Footer Bottom -->
  4470.  <div class="footer-bottom py-3">
  4471.    <div class="container-fluid fluid-container">
  4472.      <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-center">
  4473.        <div class="copyright-info">
  4474.          <p class="mb-0 text-color">
  4475.            &copy; 2026 <strong>Harbor Pro Blog</strong>. All rights reserved.
  4476.          </p>
  4477.        </div>
  4478.        <div class="utility-links mt-2 mt-md-0">
  4479.          <a href="/page/write-for-us/" class="utility-link me-3">Write For Us</a>
  4480.          <a href="/page/terms-and-conditions/" class="utility-link me-3">Terms &amp; Conditions</a>
  4481.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4482.        </div>
  4483.      </div>
  4484.    </div>
  4485.  </div>
  4486. </footer>
  4487.  
  4488.  
  4489. <style>
  4490.  
  4491. .footer-top-section {
  4492.    border-bottom: 1px solid var(--border-color);
  4493.    background-color: var(--card-bg) !important;
  4494. }
  4495.  
  4496. .footer-logo {
  4497.    height:50px;
  4498.    width: auto;
  4499. }
  4500. .text-color{
  4501.    color: var(--topbar-color) !important;
  4502. }
  4503. .brand-title {
  4504.    font-size: 20px;
  4505.    font-weight: 600;
  4506.    color: var(--topbar-color);
  4507.    margin: 0;
  4508. }
  4509.  
  4510. .footer-main-content {
  4511.    background: var(--card-bg);
  4512. }
  4513.  
  4514. .column-title {
  4515.    font-size: 16px;
  4516.    font-weight: 600;
  4517.    color: var(--topbar-color) !important;
  4518.    margin-bottom: 15px;
  4519. }
  4520.  
  4521. .footer-menu li {
  4522.    margin-bottom: 8px;
  4523. }
  4524.  
  4525. .menu-link {
  4526.    color: var(--topbar-color) !important;
  4527.    text-decoration: none;
  4528.    font-size: 16px;
  4529.    transition: color 0.3s ease;
  4530. }
  4531.  
  4532. .footer-tagline {
  4533.    font-size: 16px;
  4534. }
  4535.  
  4536. .footer-bottom {
  4537.    font-size: 16px;
  4538.    background-color: var(--card-bg) !important;
  4539. }
  4540.  
  4541. .utility-link {
  4542.    color: var(--topbar-color) !important;
  4543.    text-decoration: none;
  4544.    transition: color 0.3s ease;
  4545. }
  4546.  
  4547. .utility-link:hover {
  4548.    color: var(--secondary-color);
  4549. }
  4550.  
  4551. /* Responsive Design */
  4552. @media (max-width: 992px) {
  4553.    .footer-top-section {
  4554.        text-align: start;
  4555.    }
  4556.    .cta-btn {
  4557.        margin-top: 10px;
  4558.    }
  4559. }
  4560.  
  4561. @media (max-width: 768px) {
  4562.    .footer-column {
  4563.        text-align: start;
  4564.    }
  4565.    .footer-tagline {
  4566.        font-size: 13px;
  4567.    }
  4568. }
  4569.  
  4570. @media (max-width: 576px) {
  4571.    .column-title {
  4572.        font-size: 15px;
  4573.    }
  4574.    .menu-link {
  4575.        font-size: 13px;
  4576.    }
  4577.    .cta-btn {
  4578.        font-size: 13px;
  4579.        padding: 7px 15px;
  4580.    }
  4581. }
  4582. </style>
  4583.  
  4584. <script>
  4585. // Prevent default for placeholder links
  4586. document.addEventListener('DOMContentLoaded', function() {
  4587.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4588.        anchor.addEventListener('click', function(e) {
  4589.            e.preventDefault();
  4590.        });
  4591.    });
  4592. });
  4593. document.addEventListener('DOMContentLoaded', function () {
  4594.    var btn = document.getElementById('toggleBlogRollLinks');
  4595.    if (!btn) return; // No extra items, no button
  4596.  
  4597.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4598.  
  4599.    btn.addEventListener('click', function () {
  4600.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4601.            return li.classList.contains('d-none');
  4602.        });
  4603.  
  4604.        extras.forEach(function (li) {
  4605.            if (anyHidden) {
  4606.                li.classList.remove('d-none');
  4607.                li.classList.add('show');
  4608.            } else {
  4609.                li.classList.add('d-none');
  4610.                li.classList.remove('show');
  4611.            }
  4612.        });
  4613.  
  4614.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4615.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4616.    });
  4617. });
  4618.  
  4619. </script>
  4620.  
  4621.        <!-- end of wpo-site-footer-section -->
  4622.    </div>
  4623.    <!-- end of page-wrapper -->
  4624.  
  4625.    <!-- All JavaScript files
  4626.    ================================================== -->
  4627.    
  4628.  
  4629. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4630. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4631. <!-- Plugins for this template -->
  4632. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4633. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4634. <!-- Custom script for this template -->
  4635. <script src="/static/blogapp/assets/js/script.js"></script>
  4636.  
  4637. <script>
  4638. (function () {
  4639. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4640. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4641.  
  4642. function applyFallback(img) {
  4643. if (!img || img.dataset.fallbackApplied === "1") {
  4644. return;
  4645. }
  4646. var failedSrc = img.currentSrc || img.src || "";
  4647. img.dataset.fallbackApplied = "1";
  4648. img.onerror = null;
  4649. img.src = fallbackImageSrc;
  4650. console.warn("[ImageFallback] Replaced broken image:", {
  4651. failedSrc: failedSrc,
  4652. fallbackSrc: fallbackImageSrc,
  4653. alt: img.alt || "",
  4654. });
  4655. }
  4656.  
  4657. document.querySelectorAll("img").forEach(function (img) {
  4658. if (img.complete && img.naturalWidth === 0) {
  4659. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4660. failedSrc: img.currentSrc || img.src || "",
  4661. alt: img.alt || "",
  4662. });
  4663. applyFallback(img);
  4664. }
  4665. });
  4666.  
  4667. document.addEventListener(
  4668. "error",
  4669. function (event) {
  4670. var target = event.target;
  4671. if (target && target.tagName === "IMG") {
  4672. applyFallback(target);
  4673. }
  4674. },
  4675. true
  4676. );
  4677. })();
  4678. </script>
  4679.  
  4680. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4681.  
  4682.  
  4683.  
  4684. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"eef7f5e05f81424fa3625eb94410d10b","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4685. </body>
  4686.  
  4687. </html>
  4688.  
  4689.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda