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://blognetblog.uk.com

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="source">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T151619.789_KXHlrNu_vAeMhSn.png">
  14.    
  15.  
  16.    <title>BlogNet UK: Tech Insights, Lifestyle Tips &amp; Creative Inspiration</title>
  17.    <meta name="description" content="Explore the latest trends in technology, lifestyle, and creativity with expert articles and practical guides from BlogNet UK. Join our community for fresh perspectives.">
  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://blognetblog.uk.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff4d88;
  42.        --bs-primary-rgb: ff4d88;
  43.        --bs-secondary: #6b6e74;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff0f6;
  49.        --bs-dark: #4a044e;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff4d88;
  53.        --theme-primary-color-s2: #ff4d88;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a044e;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a044e;
  59.        --border-color: #f9a8d4;
  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: #fed7e2;
  75.        --navbar-color: #4a044e;
  76.        --topbar-bg: #fff0f6;
  77.        --topbar-color: #4a044e;
  78.        --footer-bg: #4a044e;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8d4;
  82.        --card-radius: 12px;
  83.        --link-color: #ff4d88;
  84.        --link-hover: #e6397a;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 77, 136, 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. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_41">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.            <!-- end preloader -->
  379.        
  380.        <!-- Start header -->
  381.        <header id="header" class="wpo-site-header">
  382.            
  383.  
  384.  
  385.    
  386.  
  387.  
  388. <div class="top-bg">
  389. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  390.    <span id="current-time"></span>
  391.    
  392.    <div class="unique-news-container2">
  393.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  394.            <!-- News items will be dynamically added here -->
  395.        </div>
  396.    </div>
  397.  
  398.    <div class="contact-info">
  399.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  400.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  401.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  402.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  403.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  404.        </ul>
  405.    </div>
  406. </div>
  407. </div>
  408.  
  409. <script>
  410.  // ----------------- Clock -----------------
  411.  function updateCurrentTime() {
  412.    const currentDate = new Date();
  413.    const day = currentDate.getDate().toString().padStart(2, '0');
  414.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  415.    const month = monthNames[currentDate.getMonth()];
  416.    const year = currentDate.getFullYear();
  417.    const hours = currentDate.getHours().toString().padStart(2, '0');
  418.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  419.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  420.    document.getElementById('current-time').innerHTML =
  421.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  422.  }
  423.  setInterval(updateCurrentTime, 1000);
  424.  updateCurrentTime();
  425.  
  426.  // ----------------- News from Django -----------------
  427.  const newsItems = [
  428.    
  429.      { title: "Presidential Candidate Alleges Vote Has Been \u0027Manipulated\u0027", url: "/presidential-candidate-alleges-vote-has-been-manipulated/" },
  430.    
  431.      { title: "Tesla Shareholders to Vote on Colossal $1 Trillion Compensation Package for Chief Executive the Tech Mogul", url: "/tesla-shareholders-to-vote-on-colossal-1-trillion-compensation-package-for-chief-executive-the-tech-mogul/" },
  432.    
  433.      { title: "Strictly Winners Announced in Spectacular Grand Final", url: "/strictly-winners-announced-in-spectacular-grand-final/" },
  434.    
  435.      { title: "Waist\u002Dto\u002DStature Measurement Beats Body Mass Index for Assessing Heart Disease Risk", url: "/waist-to-stature-measurement-beats-body-mass-index-for-assessing-heart-disease-risk/" },
  436.    
  437.      { title: "Ecological Catastrophe Concerns as Countless of Plastic Beads Appear on Popular Beach", url: "/ecological-catastrophe-concerns-as-countless-of-plastic-beads-appear-on-popular-beach/" }
  438.    
  439.  ];
  440.  
  441.  let currentNewsIndex = 0;
  442.  const newsWrapper = document.getElementById('newsWrapper');
  443.  let newsElements = [];
  444.  
  445.  function createNewsElements() {
  446.      newsItems.forEach((news, index) => {
  447.          const newsElement = document.createElement('div');
  448.          newsElement.className = 'unique-news-item2 top-color';
  449.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  450.          newsWrapper.appendChild(newsElement);
  451.          newsElements.push(newsElement);
  452.      });
  453.      if (newsElements.length > 0) {
  454.          newsElements[0].classList.add('active');
  455.      }
  456.  }
  457.  
  458.  function changeNews() {
  459.      const currentElement = newsElements[currentNewsIndex];
  460.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  461.      const nextElement = newsElements[nextIndex];
  462.  
  463.      currentElement.classList.remove('active');
  464.      currentElement.classList.add('exit-up');
  465.  
  466.      setTimeout(() => {
  467.          nextElement.classList.add('active');
  468.          currentNewsIndex = nextIndex;
  469.          setTimeout(() => {
  470.              currentElement.classList.remove('exit-up');
  471.          }, 100);
  472.      }, 250);
  473.  }
  474.  
  475.  function startNewsRotation() {
  476.      setInterval(changeNews, 5000);
  477.  }
  478.  
  479.  window.onload = function() {
  480.      createNewsElements();
  481.      startNewsRotation();
  482.  };
  483. </script>
  484.  
  485.  
  486.  
  487.            
  488.  
  489.  
  490.  
  491.  
  492.  
  493.  
  494. <header class="header-v9 mb-4" role="banner">
  495.  <div class="container-fluid fluid-container">
  496.    <!-- Sticky/Glass Nav Card -->
  497.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  498.      <div class="row align-items-center justify-content-between g-3">
  499.        <!-- Logo -->
  500.       <div class="col-6 col-md-3 col-lg-2">
  501.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  502.            
  503.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/2db5f717-c434-48f5-84e7-1aa9690e827e_logo.png" alt="Logo" class="logo-img-v9" width="160" height="48" decoding="async" fetchpriority="high" />
  504.            
  505.          </a>
  506.        </div>
  507.  
  508.        <!-- Desktop Nav -->
  509.        <div class="col d-none d-xl-block">
  510.          <nav class="main-nav-v9">
  511.            <ul class="nav-list-v9">
  512.              <!-- Home (static) -->
  513.              <li class="nav-item-v9">
  514.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  515.              </li >
  516.          
  517.              
  518.                
  519.                  <li class="nav-item-v9">
  520.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  521.                  </li>
  522.                
  523.                  <li class="nav-item-v9">
  524.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  525.                  </li>
  526.                
  527.                  <li class="nav-item-v9">
  528.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  529.                  </li>
  530.                
  531.                  <li class="nav-item-v9">
  532.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  533.                  </li>
  534.                
  535.                  <li class="nav-item-v9">
  536.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  537.                  </li>
  538.                
  539.                  <li class="nav-item-v9">
  540.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  541.                  </li>
  542.                
  543.                  <li class="nav-item-v9">
  544.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  545.                  </li>
  546.                
  547.                  <li class="nav-item-v9">
  548.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  549.                  </li>
  550.                
  551.  
  552.                
  553.                  <li class="nav-item-v9 has-dropdown-v9">
  554.                    <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">
  555.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  556.                        <polyline points="6,9 12,15 18,9"></polyline>
  557.                      </svg>
  558.                    </button>
  559.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  560.                      <div class="dropdown-grid-v9">
  561.                        <div class="dropdown-section-v9">
  562.                          
  563.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  564.                          
  565.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  566.                          
  567.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  568.                          
  569.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  570.                          
  571.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  572.                          
  573.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  574.                          
  575.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  576.                          
  577.                        </div>
  578.                      </div>
  579.                    </div>
  580.                  </li>
  581.                
  582.              
  583.                <li class="nav-item-v9">
  584.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  585.              </li >
  586.            </ul>
  587.          </nav>
  588.        </div>
  589.  
  590.        <!-- Actions -->
  591.        <div class="col-6 col-md-3 col-lg-2">
  592.          <div class="nav-actions-v9">
  593.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  594.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  595.                <circle cx="11" cy="11" r="8"></circle>
  596.                <path d="m21 21-4.35-4.35"></path>
  597.              </svg>
  598.            </button>
  599.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  600.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  601.                <line x1="3" y1="6" x2="21" y2="6" />
  602.                <line x1="3" y1="12" x2="21" y2="12" />
  603.                <line x1="3" y1="18" x2="21" y2="18" />
  604.              </svg>
  605.            </button>
  606.          </div>
  607.        </div>
  608.      </div>
  609.  
  610.      <!-- Active underline (animated) -->
  611.      <span class="active-rail-v9" aria-hidden="true"></span>
  612.    </div>
  613.  
  614.    <!-- Search Panel -->
  615.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  616.      <form class="search-form-v9" action="" method="get" role="search">
  617.        <label for="q-v9" class="visually-hidden">Search</label>
  618.        <div class="search-input-wrap-v9">
  619.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  620.            <circle cx="11" cy="11" r="8"></circle>
  621.            <path d="m21 21-4.35-4.35"></path>
  622.          </svg>
  623.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  624.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  625.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  626.              <line x1="18" y1="6" x2="6" y2="18" />
  627.              <line x1="6" y1="6" x2="18" y2="18" />
  628.            </svg>
  629.          </button>
  630.        </div>
  631.        <div class="search-suggest-v9 search-v1" id="search-results">
  632.          
  633.        </div>
  634.      </form>
  635.    </div>
  636.  
  637.    <!-- Mobile Offcanvas -->
  638.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  639.      <div class="mobile-wrap-v9">
  640.        <div class="mobile-head-v9">
  641.          <span class="mobile-title-v9">Menu</span>
  642.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  643.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  644.              <line x1="18" y1="6" x2="6" y2="18" />
  645.              <line x1="6" y1="6" x2="18" y2="18" />
  646.            </svg>
  647.          </button>
  648.        </div>
  649.  
  650.        <ul class="mobile-list-v9">
  651.          <li>
  652.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  653.          </li>
  654.          <li class="">
  655.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  656.          </li >
  657.          
  658.            
  659.              <li>
  660.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  661.              </li>
  662.            
  663.              <li>
  664.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  665.              </li>
  666.            
  667.              <li>
  668.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  669.              </li>
  670.            
  671.              <li>
  672.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  673.              </li>
  674.            
  675.              <li>
  676.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  677.              </li>
  678.            
  679.  
  680.            
  681.          
  682.        </ul>
  683.      </div>
  684.    </aside>
  685.  </div>
  686.  
  687.  <!-- Overlay -->
  688.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  689. </header>
  690.  
  691. <style>
  692.  
  693.  .header-v9 {
  694.    position: relative;
  695.    padding: 14px 0;
  696.    z-index: 50;
  697.  }
  698.  .header-v9.is-scrolled .nav-card-v9 {
  699.    padding: 10px 18px;
  700.    border-radius: 14px;
  701.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  702.  }
  703.  .header-v9.is-scrolled .logo-img-v9 {
  704.    transform: scale(0.92);
  705.  }
  706.  
  707.  /* Card */
  708.  .nav-card-v9 {
  709.    background: var(--navbar-bg);
  710.    backdrop-filter: blur(18px);
  711.    border: 1px solid var(--border-color);
  712.    border-radius: 18px;
  713.    padding: 14px 22px;
  714.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  715.    position: sticky;
  716.    top: 10px;
  717.  }
  718.  
  719.  /* Logo */
  720.  .logo-img-v9 {
  721.    max-height: 60px;
  722.    width: auto;
  723.    transition: transform 0.25s ease, opacity 0.25s ease;
  724.  }
  725.  .logo-link-v9:hover .logo-img-v9 {
  726.    transform: translateY(-1px) scale(1.03);
  727.  }
  728.  
  729.  /* Desktop nav */
  730.  .main-nav-v9 {
  731.    display: flex;
  732.    justify-content: center;
  733.  }
  734.  .nav-list-v9 {
  735.    display: flex;
  736.    gap: 6px;
  737.    list-style: none;
  738.    margin: 0;
  739.    padding: 0;
  740.  }
  741.  .nav-item-v9 {
  742.    position: relative;
  743.  }
  744.  .nav-link-v9 {
  745.    position: relative;
  746.    display: inline-flex;
  747.    align-items: center;
  748.    justify-content: center;
  749.    padding: 10px 10px;
  750.    border-radius: 12px;
  751.    color: var(--navbar-color);
  752.    text-decoration: none;
  753.    font-weight: 500;
  754.    font-size: 15px;
  755.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  756.  }
  757.  .nav-link-v9:hover {
  758.    background: rgba(102, 126, 234, 0.1);
  759.    color: var(--topbar-color);
  760.    transform: translateY(-1px);
  761.  }
  762.  .nav-link-v9.active-v9 {
  763.    color: transparent;
  764.  }
  765.  .nav-link-v9.active-v9::after {
  766.    content: '';
  767.    position: absolute;
  768.    left: 12px;
  769.    right: 12px;
  770.    bottom: 6px;
  771.    height: 3px;
  772.    border-radius: 3px;
  773.    background: var(--sub-nav);
  774.  }
  775.  
  776.  /* Dropdown */
  777.  .has-dropdown-v9 {
  778.    position: relative;
  779.  }
  780.  .nav-more-btn-v9 {
  781.    display: inline-flex;
  782.    gap: 6px;
  783.    align-items: center;
  784.  }
  785.  .chev-v9 {
  786.    transition: transform 0.2s ease;
  787.  }
  788.  .has-dropdown-v9:focus-within .chev-v9,
  789.  .has-dropdown-v9:hover .chev-v9 {
  790.    transform: rotate(180deg);
  791.  }
  792.  
  793.  .dropdown-card-v9 {
  794.    position: absolute;
  795.    top: calc(100% + 14px);
  796.    left: 50%;
  797.    transform: translateX(-50%) translateY(-6px);
  798.    background: var(--navbar-bg);
  799.    border: 1px solid var(--border-color);
  800.    border-radius: 14px;
  801.    padding: 18px;
  802.    min-width: 280px;
  803.    z-index: 200;
  804.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  805.    opacity: 0;
  806.    visibility: hidden;
  807.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  808.  }
  809.  .has-dropdown-v9:hover .dropdown-card-v9,
  810.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  811.    opacity: 1;
  812.    visibility: visible;
  813.    transform: translateX(-50%) translateY(0);
  814.  }
  815.  
  816.  .dropdown-grid-v9 {
  817.    display: grid;
  818.    grid-template-columns: 1fr;
  819.    gap: 10px;
  820.  }
  821.  .dropdown-section-v9 {
  822.    display: grid;
  823.    gap: 6px;
  824.  }
  825.  .dropdown-link-v9 {
  826.    display: flex;
  827.    align-items: center;
  828.    gap: 10px;
  829.    padding: 10px 12px;
  830.    border-radius: 10px;
  831.    text-decoration: none;
  832.    font-size: 14px;
  833.    color: var(--navbar-color);
  834.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  835.  }
  836.  .dropdown-link-v9:hover {
  837.    background: var(--bs-primary);
  838.    color: var(--bs-white);
  839.    transform: translateX(4px);
  840.  }
  841.  .link-dot-v9 {
  842.    width: 6px;
  843.    height: 6px;
  844.    border-radius: 50%;
  845.    border: 1px solid currentColor;
  846.  }
  847.  
  848.  /* Actions */
  849.  .nav-actions-v9 {
  850.    display: flex;
  851.    justify-content: flex-end;
  852.    align-items: center;
  853.    gap: 8px;
  854.  }
  855.  .icon-btn-v9 {
  856.    border: 1px solid var(--border-color);
  857.    background: rgba(102, 126, 234, 0.1);
  858.    color: var(--navbar-color);
  859.    padding: 8px;
  860.    border-radius: 12px;
  861.    cursor: pointer;
  862.    transition: transform 0.2s, background 0.2s, color 0.2s;
  863.  }
  864.  .icon-btn-v9:hover {
  865.    background: var(--sub-nav);
  866.    color: var(--topbar-color) !important;
  867.    transform: translateY(-1px);
  868.  }
  869.  .icon-btn-v9.ghost {
  870.    background: transparent;
  871.  }
  872.  
  873.  /* Search Panel */
  874.  .search-panel-v9 {
  875.    position: fixed;
  876.    top: 14px;
  877.    left: 50%;
  878.    transform: translateX(-50%) translateY(-16px);
  879.    width: min(720px, calc(100% - 40px));
  880.    background: var(--navbar-bg);
  881.    border: 1px solid var(--border-color);
  882.    border-radius: 16px;
  883.    padding: 16px;
  884.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  885.    opacity: 0;
  886.    visibility: hidden;
  887.    z-index: 300;
  888.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  889.  }
  890.  .search-panel-v9.show-v9 {
  891.    opacity: 1;
  892.    visibility: visible;
  893.    transform: translateX(-50%) translateY(0);
  894.  }
  895.  .search-input-wrap-v9 {
  896.    display: flex;
  897.    align-items: center;
  898.    gap: 10px;
  899.    background: rgba(248, 250, 252, 0.8);
  900.    border: 2px solid rgba(102, 126, 234, 0.2);
  901.    border-radius: 12px;
  902.    padding: 6px 8px;
  903.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  904.  }
  905.  .search-input-wrap-v9:focus-within {
  906.    border-color: #667eea;
  907.    background: rgba(255, 255, 255, 0.9);
  908.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  909.  }
  910.  .search-icn-v9 {
  911.    color: #a0aec0;
  912.    margin-left: 6px;
  913.  }
  914.  .search-input-v9 {
  915.    flex: 1;
  916.    border: 0;
  917.    background: transparent;
  918.    outline: none;
  919.    padding: 12px 4px;
  920.    font-size: 16px;
  921.    color: #2d3748;
  922.  }
  923.  .search-suggest-v9 {
  924.    display: grid;
  925.    grid-template-columns: repeat(3, minmax(0, 1fr));
  926.    gap: 8px;
  927.    margin-top: 10px;
  928.  }
  929.  .suggestion-v9 {
  930.    border: 1px solid var(--border-color);
  931.    background: rgba(248, 250, 252, 0.5);
  932.    color: var(--navbar-color);
  933.    padding: 10px 12px;
  934.    border-radius: 10px;
  935.    font-size: 14px;
  936.    text-align: left;
  937.    cursor: pointer;
  938.    transition: background 0.2s, color 0.2s, transform 0.2s;
  939.  }
  940.  .suggestion-v9:hover {
  941.    background: var(--bs-primary) !important ;
  942.    color: var(--bs-white)  !important;
  943.    transform: translateY(-1px);
  944.  }
  945.  
  946.  /* Mobile */
  947.  .mobile-nav-v9 {
  948.    position: fixed;
  949.    right: 0;
  950.    top: 0;
  951.    height: 100vh;
  952.    width: min(86vw, 420px);
  953.    background: var(--card-bg);
  954.    border-left: 1px solid var(--border-color);
  955.    transform: translateX(100%);
  956.    transition: transform 0.3s ease;
  957.    z-index: 350;
  958.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  959.  }
  960.  .mobile-nav-v9.show-v9 {
  961.    transform: translateX(0);
  962.  }
  963.  .mobile-wrap-v9 {
  964.    display: flex;
  965.    flex-direction: column;
  966.    height: 100%;
  967.  }
  968.  .mobile-head-v9 {
  969.    display: flex;
  970.    align-items: center;
  971.    justify-content: space-between;
  972.    padding: 16px;
  973.    background: var(--navbar-bg);
  974.  }
  975.  .mobile-title-v9 {
  976.    font-weight: 600;
  977.  }
  978.  .mobile-list-v9 {
  979.    list-style: none;
  980.    padding: 10px 12px 20px;
  981.    margin: 0;
  982.    overflow-y: auto;
  983.  }
  984.  .mobile-link-v9 {
  985.    display: flex;
  986.    align-items: center;
  987.    justify-content: space-between;
  988.    padding: 14px 12px;
  989.    border-radius: 12px;
  990.    text-decoration: none;
  991.    color: var(--navbar-color);
  992.    font-weight: 500;
  993.    transition: background 0.2s, color 0.2s;
  994.  }
  995.  .mobile-link-v9:hover,
  996.  .mobile-link-v9.active-v9 {
  997.    background: var(--sub-nav);
  998.    color: var(--topbar-color);
  999.  }
  1000.  .mobile-group-v9 {
  1001.    margin-top: 4px;
  1002.  }
  1003.  .mobile-sublist-v9 {
  1004.    list-style: none;
  1005.    margin: 0;
  1006.    padding: 0;
  1007.    max-height: 0;
  1008.    overflow: auto;
  1009.    transition: max-height 0.25s ease;
  1010.    background:var(--navbar-bg);
  1011.    border-radius: 12px;
  1012.    margin-top: 6px;
  1013.  }
  1014.  .mobile-sublist-v9.show-v9 {
  1015.    max-height: 360px;
  1016.    background: var(--navbar-bg);
  1017.    padding: 6px 0;
  1018.  }
  1019.  .mobile-sublink-v9 {
  1020.    display: block;
  1021.    padding: 10px 16px;
  1022.    text-decoration: none;
  1023.    color: var(--navbar-color);
  1024.    border-radius: 10px;
  1025.    font-size: 14px;
  1026.  }
  1027.  .mobile-sublink-v9:hover {
  1028.    background: var(--sub-nav);
  1029.    color: var(--topbar-color);
  1030.  }
  1031.  .mobile-arrow-v9 {
  1032.    transition: transform 0.2s ease;
  1033.  }
  1034.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1035.    transform: rotate(180deg);
  1036.  }
  1037.  
  1038.  /* Overlay */
  1039.  .nav-overlay-v9 {
  1040.    position: fixed;
  1041.    inset: 0;
  1042.    background: rgba(0, 0, 0, 0.35);
  1043.    backdrop-filter: blur(4px);
  1044.    opacity: 0;
  1045.    visibility: hidden;
  1046.    transition: opacity 0.25s, visibility 0.25s;
  1047.    z-index: 200;
  1048.  }
  1049.  .nav-overlay-v9.show-v9 {
  1050.    opacity: 1;
  1051.    visibility: visible;
  1052.  }
  1053.  
  1054.  
  1055.  /* Utils */
  1056.  .visually-hidden {
  1057.    position: absolute !important;
  1058.    height: 1px;
  1059.    width: 1px;
  1060.    overflow: hidden;
  1061.    clip: rect(1px, 1px, 1px, 1px);
  1062.    white-space: nowrap;
  1063.  }
  1064.  
  1065.  /* Responsive tweaks */
  1066.  @media (max-width: 1300px) {
  1067.    .nav-card-v9 {
  1068.      padding: 12px 18px;
  1069.      border-radius: 16px;
  1070.    }
  1071.    .search-panel-v9 {
  1072.      width: calc(100% - 32px);
  1073.    }
  1074.  }
  1075.  @media (max-width: 576px) {
  1076.    .logo-img-v9 {
  1077.      max-height: 38px;
  1078.    }
  1079.  }
  1080. </style>
  1081.  
  1082. <script>
  1083.  /* ============ V9 JS ============ */
  1084.  ;(function () {
  1085.    const overlay = document.getElementById('navOverlayV9')
  1086.    const searchPanel = document.getElementById('searchPanelV9')
  1087.    const mobileNav = document.getElementById('mobileNavV9')
  1088.    const header = document.querySelector('.header-v9')
  1089.  
  1090.    function lockScroll(lock) {
  1091.      document.body.style.overflow = lock ? 'hidden' : ''
  1092.    }
  1093.  
  1094.    window.toggleSearchV9 = function () {
  1095.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1096.      const willOpen = !searchPanel.classList.contains('show-v9')
  1097.  
  1098.      // close mobile if open
  1099.      mobileNav.classList.remove('show-v9')
  1100.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1101.  
  1102.      searchPanel.classList.toggle('show-v9', willOpen)
  1103.      overlay.classList.toggle('show-v9', willOpen)
  1104.      btn?.setAttribute('aria-expanded', String(willOpen))
  1105.      lockScroll(willOpen)
  1106.  
  1107.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1108.    }
  1109.  
  1110.    window.toggleMobileNavV9 = function () {
  1111.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1112.      const willOpen = !mobileNav.classList.contains('show-v9')
  1113.  
  1114.      // close search if open
  1115.      searchPanel.classList.remove('show-v9')
  1116.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1117.  
  1118.      mobileNav.classList.toggle('show-v9', willOpen)
  1119.      overlay.classList.toggle('show-v9', willOpen)
  1120.      btn?.setAttribute('aria-expanded', String(willOpen))
  1121.      lockScroll(willOpen)
  1122.    }
  1123.  
  1124.    window.toggleMobileDropdownV9 = function (id) {
  1125.      const list = document.getElementById(id)
  1126.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1127.      const willOpen = !list.classList.contains('show-v9')
  1128.      // close siblings
  1129.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1130.        if (el.id !== id) el.classList.remove('show-v9')
  1131.      })
  1132.      list.classList.toggle('show-v9', willOpen)
  1133.      btn?.setAttribute('aria-expanded', String(willOpen))
  1134.    }
  1135.  
  1136.    window.closeAllV9 = function () {
  1137.      searchPanel.classList.remove('show-v9')
  1138.      mobileNav.classList.remove('show-v9')
  1139.      overlay.classList.remove('show-v9')
  1140.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1141.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1142.      lockScroll(false)
  1143.    }
  1144.  
  1145.    // ESC to close
  1146.    document.addEventListener('keydown', (e) => {
  1147.      if (e.key === 'Escape') window.closeAllV9()
  1148.    })
  1149.  
  1150.    // Sticky shrink on scroll
  1151.    let lastY = window.scrollY
  1152.    const onScroll = () => {
  1153.      const y = window.scrollY
  1154.      header.classList.toggle('is-scrolled', y > 10)
  1155.      lastY = y
  1156.    }
  1157.    onScroll()
  1158.    window.addEventListener('scroll', onScroll, { passive: true })
  1159.  
  1160.    // Suggestions fill
  1161.    document.addEventListener('click', (e) => {
  1162.      const btn = e.target.closest('.suggestion-v9')
  1163.      if (!btn) return
  1164.      const val = btn.getAttribute('data-fill') || ''
  1165.      const input = document.getElementById('q-v9')
  1166.      if (input) input.value = val
  1167.    })
  1168.  
  1169.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1170.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1171.    const moreCard = document.getElementById('more-desktop-v9')
  1172.    if (moreBtn && moreCard) {
  1173.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1174.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1175.    }
  1176.  })()
  1177. </script>
  1178.  
  1179. <script>
  1180.  document.addEventListener("DOMContentLoaded", function () {
  1181.    console.log("loaded");
  1182.  
  1183.     const searchInput = document.getElementById("search-input")
  1184.    const searchResults = document.getElementById("search-results");
  1185.  
  1186.    if (!searchInput || !searchResults) {
  1187.      console.error("Search input/results not found");
  1188.      return;
  1189.    }
  1190.  
  1191.    // Prevent form submission
  1192.    if (searchInput.form) {
  1193.      searchInput.form.addEventListener("submit", function (e) {
  1194.        e.preventDefault();
  1195.      });
  1196.    }
  1197.  
  1198.    // Add event listener for keyup
  1199.    searchInput.addEventListener("keyup", function (e) {
  1200.      console.log("Key pressed:", e.key);
  1201.      e.preventDefault();
  1202.  
  1203.      const query = searchInput.value.trim();
  1204.      console.log("User is typing: " + query);
  1205.  
  1206.      // If empty → clear and hide
  1207.      if (query === "") {
  1208.        searchResults.innerHTML = "";
  1209.        searchResults.style.display = "none";
  1210.        return;
  1211.      }
  1212.  
  1213.      // Show results
  1214.      searchResults.style.display = "block";
  1215.  
  1216.      // Fetch search results
  1217.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1218.        method: "GET",
  1219.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1220.      })
  1221.        .then(response => {
  1222.          console.log("Response Status:", response.status);
  1223.          return response.json();
  1224.        })
  1225.        .then(data => {
  1226.          console.log("Data received:", data);
  1227.          if (data.html) {
  1228.            searchResults.innerHTML = data.html;
  1229.          } else {
  1230.            searchResults.innerHTML = "<p>No results found.</p>";
  1231.          }
  1232.        })
  1233.        .catch(error => {
  1234.          console.error("Error fetching search results:", error);
  1235.        });
  1236.    });
  1237.  
  1238.    // Close results when clicking outside
  1239.    document.addEventListener("click", function (e) {
  1240.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1241.        searchResults.style.display = "none";
  1242.      }
  1243.    });
  1244.  
  1245.    // Close results on ESC key
  1246.    document.addEventListener("keydown", function (e) {
  1247.      if (e.key === "Escape") {
  1248.        searchResults.style.display = "none";
  1249.      }
  1250.    });
  1251.  });
  1252. </script>
  1253.  
  1254.  
  1255.        </header>
  1256.        <!-- end of header -->
  1257.        <!-- start of wpo-blog-hero -->
  1258.        
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266. <div class="blog-hero-v5">
  1267.  <div class="container-fluid fluid-container">
  1268.    <!-- Hero Header -->
  1269.  
  1270.    <!-- Main Content Grid -->
  1271.    <div class="row g-4">
  1272.      <!-- Large Featured Post - Left Side -->
  1273.      <div class="col-lg-6 col-md-12">
  1274.        
  1275.        
  1276.          
  1277.        <div class="large-featured-card">
  1278.          <div class="card-image-wrapper">
  1279.            
  1280.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1281.            
  1282.            <div class="image-overlay">
  1283.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1284.            </div>
  1285.          </div>
  1286.          <div class="card-content">
  1287.            <h2 class="card-title"><a class="top-color" href="/a-complete-cop30-jargon-guide/">
  1288.                                        A Complete Cop30 Jargon Guide
  1289.                                    </a></h2>
  1290.            <p class="card-description"></p>
  1291.            <div class="card-footer">
  1292.              <div class="author-section">
  1293.                <div class="author-avatar">
  1294.                  
  1295.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="author-img">
  1296.                    
  1297.                </div>
  1298.                <div class="author-details">
  1299.                  <span class="author-name">Adam Marshall</span>
  1300.                  <span class="publish-date">17 Aug 2026</span>
  1301.                </div>
  1302.              </div>
  1303.              <div class="read-time">
  1304.                <!-- <span>9 min read</span> -->
  1305.              </div>
  1306.            </div>
  1307.          </div>
  1308.        </div>
  1309.  
  1310.        
  1311.      </div>
  1312.      
  1313.  
  1314.      <!-- Right Side - Grid of Posts -->
  1315.      <div class="col-lg-6 col-md-12">
  1316.        <div class="row h-100">
  1317.          
  1318.          
  1319.            
  1320.          <!-- Medium Featured Post -->
  1321.          <div class="col-12 mb-3">
  1322.            <div class="medium-featured-card h-100">
  1323.              <div class="row g-0 h-100">
  1324.                <div class="col-md-6">
  1325.                  <div class="medium-image-wrapper">
  1326.                    
  1327.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1328.                      
  1329.                    <div class="medium-overlay">
  1330.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1331.                    </div>
  1332.                  </div>
  1333.                </div>
  1334.                <div class="col-md-6">
  1335.                  <div class="medium-content">
  1336.                    <h3 class="medium-title"><a class="top-color" href="/tanzania-crackdown-on-planned-protest-results-in-city-centers-unusually-quiet/">
  1337.                                        Tanzania Crackdown on Planned Protest Results in City Centers Unusually Quiet.
  1338.                                    </a></h3>
  1339.                    <p class="medium-excerpt"></p>
  1340.                    <div class="medium-meta">
  1341.                      <span class="author">By Adam Marshall</span>
  1342.                      <span class="date">17 Aug 2026</span>
  1343.                    </div>
  1344.                  </div>
  1345.                </div>
  1346.              </div>
  1347.            </div>
  1348.          </div>
  1349.  
  1350.          
  1351.          
  1352.  
  1353.          
  1354.            <!-- Small Cards Row -->
  1355.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1356.              <div class="small-card h-100">
  1357.                <div class="small-image-wrapper">
  1358.                    
  1359.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1360.                            style="object-fit: cover;" alt="">
  1361.                    
  1362.                  <span class="small-category bg-primary-gradient">News</span>
  1363.                </div>
  1364.                <div class="small-content">
  1365.                  <h4 class="small-title"> <a class="top-color" href="/iliman-ndiaye-globetrotters-style-skills-and-revealing-football-stats/" >
  1366.                                        Iliman Ndiaye, Globetrotters-Style Skills and Revealing Football Stats
  1367.                                    </a></h4>
  1368.                  <p class="medium-excerpt"></p>
  1369.                  <div class="small-meta">
  1370.                    <span>By Adam Marshall</span>
  1371.                    <span>17 Aug 2026</span>
  1372.                  </div>
  1373.                </div>
  1374.              </div>
  1375.            </div>
  1376.            
  1377.            <!-- Small Cards Row -->
  1378.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1379.              <div class="small-card h-100">
  1380.                <div class="small-image-wrapper">
  1381.                    
  1382.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1383.                            style="object-fit: cover;" alt="">
  1384.                    
  1385.                  <span class="small-category bg-primary-gradient">News</span>
  1386.                </div>
  1387.                <div class="small-content">
  1388.                  <h4 class="small-title"> <a class="top-color" href="/do-populist-governments-always-wreck-the-economy/" >
  1389.                                        Do Populist Governments Always Wreck the Economy?
  1390.                                    </a></h4>
  1391.                  <p class="medium-excerpt"></p>
  1392.                  <div class="small-meta">
  1393.                    <span>By Adam Marshall</span>
  1394.                    <span>17 Aug 2026</span>
  1395.                  </div>
  1396.                </div>
  1397.              </div>
  1398.            </div>
  1399.            
  1400.  
  1401.        </div>
  1402.      </div>
  1403.    </div>
  1404.  </div>
  1405. </div>
  1406.  
  1407. <style>
  1408.  /* Blog Hero V5 - Clean Card Grid Design */
  1409.  :root {
  1410.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1411.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1412.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1413.  
  1414.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1415.  }
  1416.  
  1417.  .blog-hero-v5 {
  1418.    padding: 4rem 0;
  1419.  }
  1420.  
  1421.  /* Hero Header */
  1422.  .hero-header {
  1423.    margin-bottom: 2rem;
  1424.  }
  1425.  
  1426.  .hero-title {
  1427.    font-size: 3.5rem;
  1428.    font-weight: 800;
  1429.    color: var(--text-dark);
  1430.    margin-bottom: 1rem;
  1431.    letter-spacing: -0.025em;
  1432.    line-height: 1.1;
  1433.  }
  1434.  
  1435.  .hero-subtitle {
  1436.    font-size: 1.25rem;
  1437.    color: var(--text-light);
  1438.    font-weight: 400;
  1439.    max-width: 600px;
  1440.    margin: 0 auto;
  1441.  }
  1442.  
  1443.  /* Large Featured Card */
  1444.  .large-featured-card {
  1445.    background: var(--card-bg);
  1446.    border-radius: var(--border-radius);
  1447.    box-shadow: var(--shadow-medium);
  1448.    overflow: hidden;
  1449.    height: 100%;
  1450.    transition: var(--transition);
  1451.    border: 1px solid var(--border-color);
  1452.  }
  1453.  
  1454.  .large-featured-card:hover {
  1455.    transform: translateY(-8px);
  1456.    box-shadow: var(--shadow-heavy);
  1457.  }
  1458.  
  1459.  .card-image-wrapper {
  1460.    position: relative;
  1461.    height: 280px;
  1462.    overflow: hidden;
  1463.  }
  1464.  
  1465.  .card-image {
  1466.    width: 100%;
  1467.    height: 100%;
  1468.    object-fit: cover;
  1469.    transition: var(--transition);
  1470.  }
  1471.  
  1472.  .large-featured-card:hover .card-image {
  1473.    transform: scale(1.05);
  1474.  }
  1475.  
  1476.  .image-overlay {
  1477.    position: absolute;
  1478.    top: 1.5rem;
  1479.    left: 1.5rem;
  1480.  }
  1481.  
  1482.  .card-content {
  1483.    padding: 2rem;
  1484.  }
  1485.  
  1486.  .card-title {
  1487.    font-size: 1.75rem;
  1488.    font-weight: 700;
  1489.    color: var(--text-dark);
  1490.    margin-bottom: 1rem;
  1491.    line-height: 1.3;
  1492.  }
  1493.  
  1494.  .card-description {
  1495.    color: var(--text-light);
  1496.    font-size: 1rem;
  1497.    line-height: 1.6;
  1498.    margin-bottom: 2rem;
  1499.  }
  1500.  
  1501.  .card-footer {
  1502.    display: flex;
  1503.    align-items: center;
  1504.    justify-content: space-between;
  1505.  }
  1506.  
  1507.  .author-section {
  1508.    display: flex;
  1509.    align-items: center;
  1510.    gap: 1rem;
  1511.  }
  1512.  
  1513.  .author-avatar {
  1514.    width: 48px;
  1515.    height: 48px;
  1516.    border-radius: 50%;
  1517.    overflow: hidden;
  1518.    border: 2px solid var(--border-color);
  1519.  }
  1520.  
  1521.  .author-avatar img {
  1522.    width: 100%;
  1523.    height: 100%;
  1524.    object-fit: cover;
  1525.  }
  1526.  
  1527.  .author-details {
  1528.    display: flex;
  1529.    flex-direction: column;
  1530.  }
  1531.  
  1532.  .author-name {
  1533.    font-weight: 600;
  1534.    color: var(--text-dark);
  1535.    font-size: 0.95rem;
  1536.  }
  1537.  
  1538.  .publish-date {
  1539.    color: var(--text-light);
  1540.    font-size: 0.875rem;
  1541.  }
  1542.  
  1543.  .read-time {
  1544.    background: var(--card-bg);
  1545.    padding: 0.5rem 1rem;
  1546.    border-radius: 20px;
  1547.    font-size: 0.875rem;
  1548.    color: var(--text-light);
  1549.    font-weight: 500;
  1550.  }
  1551.  
  1552.  /* Category Pills */
  1553.  .category-pill {
  1554.    display: inline-block;
  1555.    padding: 0.5rem 1rem;
  1556.    font-size: 0.75rem;
  1557.    font-weight: 600;
  1558.    text-transform: uppercase;
  1559.    letter-spacing: 0.05em;
  1560.    border-radius: 20px;
  1561.    color: white;
  1562.  }
  1563.  
  1564.  
  1565.  /* Medium Featured Card */
  1566.  .medium-featured-card {
  1567.    background: var(--card-bg);
  1568.    border-radius: var(--border-radius);
  1569.    box-shadow: var(--shadow-light);
  1570.    overflow: hidden;
  1571.    height: 220px;
  1572.    transition: var(--transition);
  1573.    border: 1px solid var(--border-color);
  1574.  }
  1575.  
  1576.  .medium-featured-card:hover {
  1577.    transform: translateY(-4px);
  1578.    box-shadow: var(--shadow-medium);
  1579.  }
  1580.  
  1581.  .medium-image-wrapper {
  1582.    position: relative;
  1583.    height: 100%;
  1584.    overflow: hidden;
  1585.  }
  1586.  
  1587.  .medium-image-wrapper img {
  1588.    width: 100%;
  1589.    height: 100%;
  1590.    object-fit: cover;
  1591.    transition: var(--transition);
  1592.  }
  1593.  
  1594.  .medium-featured-card:hover .medium-image-wrapper img {
  1595.    transform: scale(1.05);
  1596.  }
  1597.  
  1598.  .medium-overlay {
  1599.    position: absolute;
  1600.    top: 1rem;
  1601.    left: 1rem;
  1602.  }
  1603.  
  1604.  .medium-content {
  1605.    padding: 1.5rem;
  1606.    display: flex;
  1607.    flex-direction: column;
  1608.    justify-content: space-between;
  1609.    height: 100%;
  1610.  }
  1611.  
  1612.  .medium-title {
  1613.    font-size: 1.25rem;
  1614.    font-weight: 600;
  1615.    color: var(--text-dark);
  1616.    margin-bottom: 0.75rem;
  1617.    line-height: 1.3;
  1618.  }
  1619.  
  1620.  .medium-excerpt {
  1621.    color: var(--text-light);
  1622.    font-size: 0.9rem;
  1623.    line-height: 1.5;
  1624.    margin-bottom: 1rem;
  1625.    flex-grow: 1;
  1626.  }
  1627.  
  1628.  .medium-meta {
  1629.    display: flex;
  1630.    flex-direction: column;
  1631.    gap: 0.25rem;
  1632.    font-size: 0.8rem;
  1633.  }
  1634.  
  1635.  /* Small Cards */
  1636.  .small-card {
  1637.    background: var(--card-bg);
  1638.    border-radius: var(--border-radius);
  1639.    box-shadow: var(--shadow-light);
  1640.    overflow: hidden;
  1641.    transition: var(--transition);
  1642.    border: 1px solid var(--border-color);
  1643.    display: flex;
  1644.    flex-direction: column;
  1645.  }
  1646.  
  1647.  .small-card:hover {
  1648.    transform: translateY(-4px);
  1649.    box-shadow: var(--shadow-medium);
  1650.  }
  1651.  
  1652.  .small-image-wrapper {
  1653.    position: relative;
  1654.    height: 140px;
  1655.    overflow: hidden;
  1656.    flex-shrink: 0;
  1657.  }
  1658.  
  1659.  .small-image-wrapper img {
  1660.    width: 100%;
  1661.    height: 100%;
  1662.    object-fit: cover;
  1663.    transition: var(--transition);
  1664.  }
  1665.  
  1666.  .small-card:hover .small-image-wrapper img {
  1667.    transform: scale(1.05);
  1668.  }
  1669.  
  1670.  .small-category {
  1671.    position: absolute;
  1672.    top: 0.75rem;
  1673.    left: 0.75rem;
  1674.    padding: 0.25rem 0.75rem;
  1675.    font-size: 0.7rem;
  1676.    font-weight: 600;
  1677.    text-transform: uppercase;
  1678.    border-radius: 12px;
  1679.    color: white;
  1680.  }
  1681.  
  1682.  
  1683.  .small-content {
  1684.    padding: 1rem;
  1685.    flex-grow: 1;
  1686.    display: flex;
  1687.    flex-direction: column;
  1688.    justify-content: space-between;
  1689.  }
  1690.  
  1691.  .small-title {
  1692.    font-size: 1rem;
  1693.    font-weight: 600;
  1694.    color: var(--text-dark);
  1695.    margin-bottom: 0.75rem;
  1696.    line-height: 1.3;
  1697.  }
  1698.  
  1699.  .small-meta {
  1700.    display: flex;
  1701.    justify-content: space-between;
  1702.    font-size: 0.75rem;
  1703.    color: var(--text-light);
  1704.  }
  1705.  
  1706.  /* Stats Section - Removed */
  1707.  
  1708.  /* Responsive Design */
  1709.  @media (max-width: 992px) {
  1710.    .hero-title {
  1711.      font-size: 2.5rem;
  1712.    }
  1713.  
  1714.    .card-content {
  1715.      padding: 1.5rem;
  1716.    }
  1717.  
  1718.    .card-title {
  1719.      font-size: 1.5rem;
  1720.    }
  1721.  
  1722.    .medium-featured-card {
  1723.      height: auto;
  1724.    }
  1725.  
  1726.    .medium-content {
  1727.      height: auto;
  1728.    }
  1729.  }
  1730.  
  1731.  @media (max-width: 768px) {
  1732.    .blog-hero-v5 {
  1733.      padding: 2rem 0;
  1734.    }
  1735.  
  1736.    .hero-title {
  1737.      font-size: 2rem;
  1738.    }
  1739.  
  1740.    .hero-subtitle {
  1741.      font-size: 1rem;
  1742.    }
  1743.  
  1744.    .card-image-wrapper {
  1745.      height: 200px;
  1746.    }
  1747.  
  1748.    .medium-featured-card {
  1749.      height: auto;
  1750.    }
  1751.  
  1752.    .medium-image-wrapper {
  1753.      height: 150px;
  1754.    }
  1755.  
  1756.    .small-image-wrapper {
  1757.      height: 120px;
  1758.    }
  1759.  }
  1760.  
  1761.  @media (max-width: 576px) {
  1762.    .card-footer {
  1763.      flex-direction: column;
  1764.      align-items: flex-start;
  1765.      gap: 1rem;
  1766.    }
  1767.  
  1768.    .stat-number {
  1769.      font-size: 1.5rem;
  1770.    }
  1771.  }
  1772. </style>
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778.        <!-- end of wpo-blog-hero -->
  1779.  
  1780.        <!-- start of wpo-breacking-news -->
  1781.        
  1782.        <!-- end of wpo-breacking-news -->
  1783.        
  1784.        <!-- start wpo-blog-highlights-section -->
  1785.        
  1786.  
  1787.  
  1788.  
  1789.    
  1790.  
  1791.  
  1792. <style>
  1793.  
  1794.    .blog-highlights-section {
  1795.        padding: 30px 0;
  1796.    }
  1797.  
  1798.    .blog-cards-grid {
  1799.        display: grid;
  1800.        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  1801.        gap: 30px;
  1802.    }
  1803.  
  1804.    .blog-card {
  1805.        background: var(--card-bg);
  1806.        border: 1px solid var(--card-border);
  1807.        border-radius: var(--border-radius);
  1808.        overflow: hidden;
  1809.        transition: all 0.3s ease;
  1810.        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  1811.    }
  1812.  
  1813.    .blog-card:hover {
  1814.        transform: translateY(-8px);
  1815.        box-shadow: 0 12px 35px rgba(0,0,0,0.1);
  1816.        border-color: var(--theme-primary-color);
  1817.    }
  1818.  
  1819.    .blog-card-image {
  1820.        position: relative;
  1821.        height: 220px;
  1822.        overflow: hidden;
  1823.    }
  1824.  
  1825.    .blog-card-image img {
  1826.        width: 100%;
  1827.        height: 100%;
  1828.        object-fit: cover;
  1829.        transition: transform 0.3s ease;
  1830.    }
  1831.  
  1832.    .blog-card:hover .blog-card-image img {
  1833.        transform: scale(1.05);
  1834.    }
  1835.  
  1836.    .blog-category {
  1837.        position: absolute;
  1838.        top: 15px;
  1839.        right: 15px;
  1840.        color: white;
  1841.        padding: 6px 12px;
  1842.        border-radius: 20px;
  1843.        font-size: 12px;
  1844.        font-weight: 600;
  1845.        text-transform: uppercase;
  1846.        letter-spacing: 0.5px;
  1847.    }
  1848.  
  1849.    .blog-card-content {
  1850.        padding: 25px;
  1851.    }
  1852.  
  1853.    .blog-card-title {
  1854.        font-family: var(--heading-font);
  1855.        font-size: 1.3rem;
  1856.        font-weight: var(--heading-weight);
  1857.        color: var(--top-color);
  1858.        margin-bottom: 15px;
  1859.        line-height: 1.4;
  1860.    }
  1861.  
  1862.    .blog-card-title a {
  1863.        color: inherit !important;
  1864.        text-decoration: none;
  1865.        transition: color 0.3s ease;
  1866.    }
  1867.  
  1868.    .blog-card-title a:hover {
  1869.        color: var(--theme-primary-color);
  1870.    }
  1871.  
  1872.    .blog-card-meta {
  1873.        display: flex;
  1874.        align-items: center;
  1875.        gap: 15px;
  1876.        margin-bottom: 15px;
  1877.        font-size: 14px;
  1878.        color: var(--text-light-color);
  1879.    }
  1880.  
  1881.    .blog-author-img {
  1882.        width: 30px;
  1883.        height: 30px;
  1884.        border-radius: 50%;
  1885.        object-fit: cover;
  1886.    }
  1887.  
  1888.    .blog-card-excerpt {
  1889.        color: var(--body-color);
  1890.        font-size: 15px;
  1891.        line-height: 1.6;
  1892.        margin-bottom: 20px;
  1893.        display: -webkit-box;
  1894.        -webkit-line-clamp: 3;
  1895.        -webkit-box-orient: vertical;
  1896.        overflow: hidden;
  1897.    }
  1898.  
  1899.    .blog-card-footer {
  1900.        display: flex;
  1901.        justify-content: space-between;
  1902.        align-items: center;
  1903.        padding-top: 15px;
  1904.        border-top: 1px solid var(--border-color-s2);
  1905.    }
  1906.  
  1907.    .blog-read-time {
  1908.        font-size: 13px;
  1909.        color: var(--light);
  1910.    }
  1911.  
  1912.    .blog-read-more {
  1913.        color: var(--top-color) !important;
  1914.        text-decoration: none;
  1915.        font-weight: 600;
  1916.        font-size: 14px;
  1917.        transition: all 0.3s ease;
  1918.    }
  1919.  
  1920.    .blog-read-more:hover {
  1921.        color: var(--theme-primary-color-s2);
  1922.        text-decoration: underline;
  1923.    }
  1924.  
  1925.    .section-title {
  1926.        font-family: var(--heading-font);
  1927.        font-size: 2.5rem;
  1928.        font-weight: var(--heading-weight);
  1929.        color: var(--heading-color);
  1930.        text-align: center;
  1931.        margin-bottom: 20px;
  1932.    }
  1933.  
  1934.    .section-subtitle {
  1935.        text-align: center;
  1936.        color: var(--text-light-color);
  1937.        font-size: 1.1rem;
  1938.        max-width: 600px;
  1939.        margin: 0 auto;
  1940.    }
  1941.  
  1942.    @media (max-width: 768px) {
  1943.        .blog-cards-grid {
  1944.            grid-template-columns: 1fr;
  1945.            gap: 20px;
  1946.        }
  1947.        
  1948.        .section-title {
  1949.            font-size: 2rem;
  1950.        }
  1951.        
  1952.        .blog-highlights-section {
  1953.            padding: 60px 0;
  1954.        }
  1955.    }
  1956. </style>
  1957.  
  1958. <section class="blog-highlights-section">
  1959.     <div class="container-fluid fluid-container">
  1960.      
  1961.            <div class="section-title">
  1962.                <h2>
  1963.                Today's Top Highlights
  1964.                   </h2>
  1965.                <p class="section-subtitle">Discover the latest stories and insights from our community</p>
  1966.    </div>
  1967.        
  1968.        <div class="row">
  1969.            <div class="col-lg-8 col-12">
  1970.                <div class="blog-cards-grid">
  1971.                    
  1972.                    <article class="blog-card">
  1973.                        <div class="blog-card-image">
  1974.                          
  1975.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1976.                            
  1977.                            <span class="blog-category bg-primary-gradient">
  1978.                                News
  1979.                            </span>
  1980.                        </div>
  1981.                        <div class="blog-card-content">
  1982.                            <h3 class="blog-card-title">
  1983.                                <a href="/relatives-heartache-regarding-coastal-degradation-endangering-norfolk-graves/" >
  1984.                                Relatives&#x27; Heartache Regarding Coastal Degradation Endangering Norfolk Graves
  1985.                                </a>
  1986.                            </h3>
  1987.                            <div class="blog-card-meta">
  1988.                                
  1989.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="blog-author-img">
  1990.                                
  1991.                                <span>By <strong>Adam Marshall</strong></span>
  1992.                                <span>•</span>
  1993.                                <span>17 Aug 2026</span>
  1994.                            </div>
  1995.                            <p class="blog-card-excerpt">
  1996.                                
  1997.                            </p>
  1998.                            <div class="blog-card-footer">
  1999.                                <div class="blog-read-time">
  2000.                                    📖 5 min read
  2001.                                </div>
  2002.                                <a href="/relatives-heartache-regarding-coastal-degradation-endangering-norfolk-graves/" class="blog-read-more">
  2003.                                    Read More →
  2004.                                </a>
  2005.                            </div>
  2006.                        </div>
  2007.                    </article>
  2008.                    
  2009.                    <article class="blog-card">
  2010.                        <div class="blog-card-image">
  2011.                          
  2012.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2013.                            
  2014.                            <span class="blog-category bg-primary-gradient">
  2015.                                News
  2016.                            </span>
  2017.                        </div>
  2018.                        <div class="blog-card-content">
  2019.                            <h3 class="blog-card-title">
  2020.                                <a href="/wolverhampton-wanderers-rout-struggling-west-ham-to-secure-maiden-league-win-of-the-season/" >
  2021.                                Wolverhampton Wanderers Rout Struggling West Ham to Secure Maiden League Win of the Season
  2022.                                </a>
  2023.                            </h3>
  2024.                            <div class="blog-card-meta">
  2025.                                
  2026.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="blog-author-img">
  2027.                                
  2028.                                <span>By <strong>Adam Marshall</strong></span>
  2029.                                <span>•</span>
  2030.                                <span>17 Aug 2026</span>
  2031.                            </div>
  2032.                            <p class="blog-card-excerpt">
  2033.                                
  2034.                            </p>
  2035.                            <div class="blog-card-footer">
  2036.                                <div class="blog-read-time">
  2037.                                    📖 5 min read
  2038.                                </div>
  2039.                                <a href="/wolverhampton-wanderers-rout-struggling-west-ham-to-secure-maiden-league-win-of-the-season/" class="blog-read-more">
  2040.                                    Read More →
  2041.                                </a>
  2042.                            </div>
  2043.                        </div>
  2044.                    </article>
  2045.                    
  2046.                    <article class="blog-card">
  2047.                        <div class="blog-card-image">
  2048.                          
  2049.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2050.                            
  2051.                            <span class="blog-category bg-primary-gradient">
  2052.                                News
  2053.                            </span>
  2054.                        </div>
  2055.                        <div class="blog-card-content">
  2056.                            <h3 class="blog-card-title">
  2057.                                <a href="/plug-in-hybrid-electric-vehicles-emit-almost-as-much-as-petrol-cars-report-finds/" >
  2058.                                Plug in Hybrid electric Vehicles Emit Almost as Much as Petrol Cars, Report Finds
  2059.                                </a>
  2060.                            </h3>
  2061.                            <div class="blog-card-meta">
  2062.                                
  2063.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="blog-author-img">
  2064.                                
  2065.                                <span>By <strong>Adam Marshall</strong></span>
  2066.                                <span>•</span>
  2067.                                <span>16 Aug 2026</span>
  2068.                            </div>
  2069.                            <p class="blog-card-excerpt">
  2070.                                
  2071.                            </p>
  2072.                            <div class="blog-card-footer">
  2073.                                <div class="blog-read-time">
  2074.                                    📖 5 min read
  2075.                                </div>
  2076.                                <a href="/plug-in-hybrid-electric-vehicles-emit-almost-as-much-as-petrol-cars-report-finds/" class="blog-read-more">
  2077.                                    Read More →
  2078.                                </a>
  2079.                            </div>
  2080.                        </div>
  2081.                    </article>
  2082.                    
  2083.                    <article class="blog-card">
  2084.                        <div class="blog-card-image">
  2085.                          
  2086.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2087.                            
  2088.                            <span class="blog-category bg-primary-gradient">
  2089.                                News
  2090.                            </span>
  2091.                        </div>
  2092.                        <div class="blog-card-content">
  2093.                            <h3 class="blog-card-title">
  2094.                                <a href="/it-is-devastating-the-way-thirty-confined-white-whales-have-become-tools-in-conflict-over-animal-welfare/" >
  2095.                                It is devastating’: the way thirty confined white whales have become tools in conflict over animal welfare.
  2096.                                </a>
  2097.                            </h3>
  2098.                            <div class="blog-card-meta">
  2099.                                
  2100.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="blog-author-img">
  2101.                                
  2102.                                <span>By <strong>Adam Marshall</strong></span>
  2103.                                <span>•</span>
  2104.                                <span>16 Aug 2026</span>
  2105.                            </div>
  2106.                            <p class="blog-card-excerpt">
  2107.                                
  2108.                            </p>
  2109.                            <div class="blog-card-footer">
  2110.                                <div class="blog-read-time">
  2111.                                    📖 5 min read
  2112.                                </div>
  2113.                                <a href="/it-is-devastating-the-way-thirty-confined-white-whales-have-become-tools-in-conflict-over-animal-welfare/" class="blog-read-more">
  2114.                                    Read More →
  2115.                                </a>
  2116.                            </div>
  2117.                        </div>
  2118.                    </article>
  2119.                    
  2120.                    <article class="blog-card">
  2121.                        <div class="blog-card-image">
  2122.                          
  2123.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2124.                            
  2125.                            <span class="blog-category bg-primary-gradient">
  2126.                                News
  2127.                            </span>
  2128.                        </div>
  2129.                        <div class="blog-card-content">
  2130.                            <h3 class="blog-card-title">
  2131.                                <a href="/big-problems-in-miniature-berlin-this-small-village-split-in-two-by-the-cold-war-era/" >
  2132.                                Big Problems in ‘Miniature Berlin’: This Small Village Split in Two by the Cold War Era
  2133.                                </a>
  2134.                            </h3>
  2135.                            <div class="blog-card-meta">
  2136.                                
  2137.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="blog-author-img">
  2138.                                
  2139.                                <span>By <strong>Adam Marshall</strong></span>
  2140.                                <span>•</span>
  2141.                                <span>16 Aug 2026</span>
  2142.                            </div>
  2143.                            <p class="blog-card-excerpt">
  2144.                                
  2145.                            </p>
  2146.                            <div class="blog-card-footer">
  2147.                                <div class="blog-read-time">
  2148.                                    📖 5 min read
  2149.                                </div>
  2150.                                <a href="/big-problems-in-miniature-berlin-this-small-village-split-in-two-by-the-cold-war-era/" class="blog-read-more">
  2151.                                    Read More →
  2152.                                </a>
  2153.                            </div>
  2154.                        </div>
  2155.                    </article>
  2156.                    
  2157.                    <article class="blog-card">
  2158.                        <div class="blog-card-image">
  2159.                          
  2160.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2161.                            
  2162.                            <span class="blog-category bg-primary-gradient">
  2163.                                News
  2164.                            </span>
  2165.                        </div>
  2166.                        <div class="blog-card-content">
  2167.                            <h3 class="blog-card-title">
  2168.                                <a href="/qatar-sprint-race-and-grand-prix-grid-setting-real-time-coverage/" >
  2169.                                Qatar Sprint Race and Grand Prix Grid Setting: Real-Time Coverage
  2170.                                </a>
  2171.                            </h3>
  2172.                            <div class="blog-card-meta">
  2173.                                
  2174.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="blog-author-img">
  2175.                                
  2176.                                <span>By <strong>Adam Marshall</strong></span>
  2177.                                <span>•</span>
  2178.                                <span>16 Aug 2026</span>
  2179.                            </div>
  2180.                            <p class="blog-card-excerpt">
  2181.                                
  2182.                            </p>
  2183.                            <div class="blog-card-footer">
  2184.                                <div class="blog-read-time">
  2185.                                    📖 5 min read
  2186.                                </div>
  2187.                                <a href="/qatar-sprint-race-and-grand-prix-grid-setting-real-time-coverage/" class="blog-read-more">
  2188.                                    Read More →
  2189.                                </a>
  2190.                            </div>
  2191.                        </div>
  2192.                    </article>
  2193.                    
  2194.                    <article class="blog-card">
  2195.                        <div class="blog-card-image">
  2196.                          
  2197.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2198.                            
  2199.                            <span class="blog-category bg-primary-gradient">
  2200.                                News
  2201.                            </span>
  2202.                        </div>
  2203.                        <div class="blog-card-content">
  2204.                            <h3 class="blog-card-title">
  2205.                                <a href="/rb-christmas-ball-review-an-heartfelt-trip-returning-to-the-nineties/" >
  2206.                                R&amp;B Christmas Ball Review: An Heartfelt Trip Returning to the Nineties
  2207.                                </a>
  2208.                            </h3>
  2209.                            <div class="blog-card-meta">
  2210.                                
  2211.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="blog-author-img">
  2212.                                
  2213.                                <span>By <strong>Adam Marshall</strong></span>
  2214.                                <span>•</span>
  2215.                                <span>16 Aug 2026</span>
  2216.                            </div>
  2217.                            <p class="blog-card-excerpt">
  2218.                                
  2219.                            </p>
  2220.                            <div class="blog-card-footer">
  2221.                                <div class="blog-read-time">
  2222.                                    📖 5 min read
  2223.                                </div>
  2224.                                <a href="/rb-christmas-ball-review-an-heartfelt-trip-returning-to-the-nineties/" class="blog-read-more">
  2225.                                    Read More →
  2226.                                </a>
  2227.                            </div>
  2228.                        </div>
  2229.                    </article>
  2230.                    
  2231.                    <article class="blog-card">
  2232.                        <div class="blog-card-image">
  2233.                          
  2234.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2235.                            
  2236.                            <span class="blog-category bg-primary-gradient">
  2237.                                News
  2238.                            </span>
  2239.                        </div>
  2240.                        <div class="blog-card-content">
  2241.                            <h3 class="blog-card-title">
  2242.                                <a href="/italian-tennis-great-nicola-pietrangeli-dies-at-the-age-of-92/" >
  2243.                                Italian Tennis Great Nicola Pietrangeli Dies at the Age of 92
  2244.                                </a>
  2245.                            </h3>
  2246.                            <div class="blog-card-meta">
  2247.                                
  2248.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="blog-author-img">
  2249.                                
  2250.                                <span>By <strong>Adam Marshall</strong></span>
  2251.                                <span>•</span>
  2252.                                <span>16 Aug 2026</span>
  2253.                            </div>
  2254.                            <p class="blog-card-excerpt">
  2255.                                
  2256.                            </p>
  2257.                            <div class="blog-card-footer">
  2258.                                <div class="blog-read-time">
  2259.                                    📖 5 min read
  2260.                                </div>
  2261.                                <a href="/italian-tennis-great-nicola-pietrangeli-dies-at-the-age-of-92/" class="blog-read-more">
  2262.                                    Read More →
  2263.                                </a>
  2264.                            </div>
  2265.                        </div>
  2266.                    </article>
  2267.                    
  2268.                    <article class="blog-card">
  2269.                        <div class="blog-card-image">
  2270.                          
  2271.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2272.                            
  2273.                            <span class="blog-category bg-primary-gradient">
  2274.                                News
  2275.                            </span>
  2276.                        </div>
  2277.                        <div class="blog-card-content">
  2278.                            <h3 class="blog-card-title">
  2279.                                <a href="/convicted-sex-trafficker-ghislaine-maxwell-reportedly-pursuing-sentence-commutation-insider-claims-to-congressional-democrats/" >
  2280.                                Convicted sex trafficker Ghislaine Maxwell Reportedly Pursuing Sentence Commutation, Insider Claims to Congressional Democrats
  2281.                                </a>
  2282.                            </h3>
  2283.                            <div class="blog-card-meta">
  2284.                                
  2285.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="blog-author-img">
  2286.                                
  2287.                                <span>By <strong>Adam Marshall</strong></span>
  2288.                                <span>•</span>
  2289.                                <span>16 Aug 2026</span>
  2290.                            </div>
  2291.                            <p class="blog-card-excerpt">
  2292.                                
  2293.                            </p>
  2294.                            <div class="blog-card-footer">
  2295.                                <div class="blog-read-time">
  2296.                                    📖 5 min read
  2297.                                </div>
  2298.                                <a href="/convicted-sex-trafficker-ghislaine-maxwell-reportedly-pursuing-sentence-commutation-insider-claims-to-congressional-democrats/" class="blog-read-more">
  2299.                                    Read More →
  2300.                                </a>
  2301.                            </div>
  2302.                        </div>
  2303.                    </article>
  2304.                    
  2305.                    <article class="blog-card">
  2306.                        <div class="blog-card-image">
  2307.                          
  2308.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2309.                            
  2310.                            <span class="blog-category bg-primary-gradient">
  2311.                                News
  2312.                            </span>
  2313.                        </div>
  2314.                        <div class="blog-card-content">
  2315.                            <h3 class="blog-card-title">
  2316.                                <a href="/cyclone-the-storm-gains-power-as-it-heads-in-the-direction-of-jamaica/" >
  2317.                                Cyclone the storm Gains Power As It Heads In the Direction of Jamaica
  2318.                                </a>
  2319.                            </h3>
  2320.                            <div class="blog-card-meta">
  2321.                                
  2322.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="blog-author-img">
  2323.                                
  2324.                                <span>By <strong>Adam Marshall</strong></span>
  2325.                                <span>•</span>
  2326.                                <span>16 Aug 2026</span>
  2327.                            </div>
  2328.                            <p class="blog-card-excerpt">
  2329.                                
  2330.                            </p>
  2331.                            <div class="blog-card-footer">
  2332.                                <div class="blog-read-time">
  2333.                                    📖 5 min read
  2334.                                </div>
  2335.                                <a href="/cyclone-the-storm-gains-power-as-it-heads-in-the-direction-of-jamaica/" class="blog-read-more">
  2336.                                    Read More →
  2337.                                </a>
  2338.                            </div>
  2339.                        </div>
  2340.                    </article>
  2341.                    
  2342.                    <article class="blog-card">
  2343.                        <div class="blog-card-image">
  2344.                          
  2345.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2346.                            
  2347.                            <span class="blog-category bg-primary-gradient">
  2348.                                News
  2349.                            </span>
  2350.                        </div>
  2351.                        <div class="blog-card-content">
  2352.                            <h3 class="blog-card-title">
  2353.                                <a href="/english-top-flight-ten-key-points-to-look-out-for-this-round-of-fixtures/" >
  2354.                                English top flight: ten key points to look out for this round of fixtures
  2355.                                </a>
  2356.                            </h3>
  2357.                            <div class="blog-card-meta">
  2358.                                
  2359.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="blog-author-img">
  2360.                                
  2361.                                <span>By <strong>Adam Marshall</strong></span>
  2362.                                <span>•</span>
  2363.                                <span>15 Aug 2026</span>
  2364.                            </div>
  2365.                            <p class="blog-card-excerpt">
  2366.                                
  2367.                            </p>
  2368.                            <div class="blog-card-footer">
  2369.                                <div class="blog-read-time">
  2370.                                    📖 5 min read
  2371.                                </div>
  2372.                                <a href="/english-top-flight-ten-key-points-to-look-out-for-this-round-of-fixtures/" class="blog-read-more">
  2373.                                    Read More →
  2374.                                </a>
  2375.                            </div>
  2376.                        </div>
  2377.                    </article>
  2378.                    
  2379.                    <article class="blog-card">
  2380.                        <div class="blog-card-image">
  2381.                          
  2382.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2383.                            
  2384.                            <span class="blog-category bg-primary-gradient">
  2385.                                News
  2386.                            </span>
  2387.                        </div>
  2388.                        <div class="blog-card-content">
  2389.                            <h3 class="blog-card-title">
  2390.                                <a href="/zohran-mamdani-vows-a-new-era-for-new-york-city-in-first-address/" >
  2391.                                Zohran Mamdani Vows a &#x27;New Era&#x27; for New York City in First Address
  2392.                                </a>
  2393.                            </h3>
  2394.                            <div class="blog-card-meta">
  2395.                                
  2396.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="blog-author-img">
  2397.                                
  2398.                                <span>By <strong>Adam Marshall</strong></span>
  2399.                                <span>•</span>
  2400.                                <span>15 Aug 2026</span>
  2401.                            </div>
  2402.                            <p class="blog-card-excerpt">
  2403.                                
  2404.                            </p>
  2405.                            <div class="blog-card-footer">
  2406.                                <div class="blog-read-time">
  2407.                                    📖 5 min read
  2408.                                </div>
  2409.                                <a href="/zohran-mamdani-vows-a-new-era-for-new-york-city-in-first-address/" class="blog-read-more">
  2410.                                    Read More →
  2411.                                </a>
  2412.                            </div>
  2413.                        </div>
  2414.                    </article>
  2415.                    
  2416.                    
  2417.  
  2418.                </div>
  2419.            </div>
  2420.            
  2421.              <div class="col col-lg-4 col-12">
  2422.                
  2423.  
  2424.  
  2425.  
  2426.    
  2427.  
  2428.  
  2429. <!-- Blog Sidebar V2 - Focused Design -->
  2430. <div class="sidebar">
  2431.  <!-- Recent Posts Section -->
  2432.  <div class="sidebar-widget mb-4">
  2433.    <div class="widget-title-wrapper mb-3">
  2434.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2435.        <i class="ti-time me-2"></i>Recent Posts
  2436.        <span class="title-arrow-primary"></span>
  2437.      </h4>
  2438.    </div>
  2439.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2440.      <div class="recent-post-list">
  2441.      
  2442.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2443.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2444.              
  2445.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2446.              
  2447.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2448.          </div>
  2449.          <div class="post-content flex-grow-1">
  2450.            <h6 class="post-title mb-2">
  2451.               <a href="/a-rising-posh-poor-divide-the-way-prosperity-and-deprivation-are-found-side-by-side-in-across-england/" class="text-decoration-none top-color fw-semibold lh-sm">
  2452.                                            A Rising ‘Posh-Poor Divide’: The Way Prosperity and Deprivation Are Found Side by Side in Across England.
  2453.                                            </a>
  2454.            </h6>
  2455.            <div class="post-meta">
  2456.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2457.              <!-- <small class="text-muted">
  2458.                <i class="ti-eye me-1"></i>348 views
  2459.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2460.              </small> -->
  2461.            </div>
  2462.          </div>
  2463.        </div>
  2464.        
  2465.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2466.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2467.              
  2468.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2469.              
  2470.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2471.          </div>
  2472.          <div class="post-content flex-grow-1">
  2473.            <h6 class="post-title mb-2">
  2474.               <a href="/some-in-labour-seek-starmer-out-the-prime-minister-informs-me-he-will-endure-and-the-economy-will-strengthen/" class="text-decoration-none top-color fw-semibold lh-sm">
  2475.                                            Some in Labour Seek Starmer Out. The Prime Minister Informs Me He Will Endure – and the Economy Will Strengthen.
  2476.                                            </a>
  2477.            </h6>
  2478.            <div class="post-meta">
  2479.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2480.              <!-- <small class="text-muted">
  2481.                <i class="ti-eye me-1"></i>348 views
  2482.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2483.              </small> -->
  2484.            </div>
  2485.          </div>
  2486.        </div>
  2487.        
  2488.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2489.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2490.              
  2491.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2492.              
  2493.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2494.          </div>
  2495.          <div class="post-content flex-grow-1">
  2496.            <h6 class="post-title mb-2">
  2497.               <a href="/appeals-for-fresh-promptness-in-environmental-talks-as-studies-reveal-planetary-heating-might-hit-25c/" class="text-decoration-none top-color fw-semibold lh-sm">
  2498.                                            Appeals for Fresh Promptness in Environmental Talks as Studies Reveal Planetary Heating Might Hit 2.5C
  2499.                                            </a>
  2500.            </h6>
  2501.            <div class="post-meta">
  2502.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2503.              <!-- <small class="text-muted">
  2504.                <i class="ti-eye me-1"></i>348 views
  2505.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2506.              </small> -->
  2507.            </div>
  2508.          </div>
  2509.        </div>
  2510.        
  2511.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2512.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2513.              
  2514.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2515.              
  2516.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2517.          </div>
  2518.          <div class="post-content flex-grow-1">
  2519.            <h6 class="post-title mb-2">
  2520.               <a href="/every-culinary-artist-should-train-at-this-spot-humble-turkish-restaurant-ranks-4th-on-list-of-londons-leading-food-spots/" class="text-decoration-none top-color fw-semibold lh-sm">
  2521.                                            ‘Every Culinary Artist Should Train At This Spot’: Humble Turkish Restaurant Ranks 4th on List of London’s Leading Food Spots.
  2522.                                            </a>
  2523.            </h6>
  2524.            <div class="post-meta">
  2525.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2526.              <!-- <small class="text-muted">
  2527.                <i class="ti-eye me-1"></i>348 views
  2528.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2529.              </small> -->
  2530.            </div>
  2531.          </div>
  2532.        </div>
  2533.        
  2534.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2535.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2536.              
  2537.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2538.              
  2539.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2540.          </div>
  2541.          <div class="post-content flex-grow-1">
  2542.            <h6 class="post-title mb-2">
  2543.               <a href="/how-undercover-filming-revealed-a-28m-timeshare-scheme/" class="text-decoration-none top-color fw-semibold lh-sm">
  2544.                                            How Undercover Filming Revealed a £28m Timeshare Scheme
  2545.                                            </a>
  2546.            </h6>
  2547.            <div class="post-meta">
  2548.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2549.              <!-- <small class="text-muted">
  2550.                <i class="ti-eye me-1"></i>348 views
  2551.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2552.              </small> -->
  2553.            </div>
  2554.          </div>
  2555.        </div>
  2556.        
  2557.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2558.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2559.              
  2560.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2561.              
  2562.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2563.          </div>
  2564.          <div class="post-content flex-grow-1">
  2565.            <h6 class="post-title mb-2">
  2566.               <a href="/ac-shadows-introduces-bizarre-aot-collaboration-for-thanksgiving/" class="text-decoration-none top-color fw-semibold lh-sm">
  2567.                                            AC Shadows Introduces Bizarre AoT Collaboration for Thanksgiving
  2568.                                            </a>
  2569.            </h6>
  2570.            <div class="post-meta">
  2571.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 Aug 2026</small>
  2572.              <!-- <small class="text-muted">
  2573.                <i class="ti-eye me-1"></i>348 views
  2574.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2575.              </small> -->
  2576.            </div>
  2577.          </div>
  2578.        </div>
  2579.        
  2580.  
  2581.      </div>
  2582.  
  2583.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2584.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2585.      </div> -->
  2586.    </div>
  2587.  </div>
  2588.  
  2589.    
  2590.  <div class="sidebar-widget mb-4">
  2591.    <div class="widget-title-wrapper mb-3">
  2592.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2593.        <i class="ti-calendar me-2"></i>July 2026 Blog Roll
  2594.        <span class="title-arrow"></span>
  2595.      </h4>
  2596.    </div>
  2597.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2598.      <div class="blog-roll-list scrollable-sidebar">
  2599.        
  2600.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2601.          <a href="https://knightsof.media/" class="text-decoration-none ">
  2602.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2603.              <i class="ti-angle-right me-2 text-primary"></i>
  2604.               non gamstop casino
  2605.            </h6>
  2606.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2607.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2608.            </div> -->
  2609.          </a>
  2610.        </div>
  2611.          
  2612.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2613.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  2614.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2615.              <i class="ti-angle-right me-2 text-primary"></i>
  2616.               non gamstop casino
  2617.            </h6>
  2618.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2619.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2620.            </div> -->
  2621.          </a>
  2622.        </div>
  2623.          
  2624.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2625.          <a href="https://www.london-irish.com/" class="text-decoration-none ">
  2626.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2627.              <i class="ti-angle-right me-2 text-primary"></i>
  2628.               non gamstop casino
  2629.            </h6>
  2630.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2631.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2632.            </div> -->
  2633.          </a>
  2634.        </div>
  2635.          
  2636.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2637.          <a href="https://eostre.uk/" class="text-decoration-none ">
  2638.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2639.              <i class="ti-angle-right me-2 text-primary"></i>
  2640.               New Casino Not on Gamstop
  2641.            </h6>
  2642.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2643.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2644.            </div> -->
  2645.          </a>
  2646.        </div>
  2647.          
  2648.      </div>
  2649.  
  2650.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2651.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2652.      </div> -->
  2653.    </div>
  2654.  </div>
  2655.    
  2656.  <div class="sidebar-widget mb-4">
  2657.    <div class="widget-title-wrapper mb-3">
  2658.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2659.        <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  2660.        <span class="title-arrow"></span>
  2661.      </h4>
  2662.    </div>
  2663.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2664.      <div class="blog-roll-list scrollable-sidebar">
  2665.        
  2666.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2667.          <a href="https://www.stamina.org.uk/" class="text-decoration-none ">
  2668.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2669.              <i class="ti-angle-right me-2 text-primary"></i>
  2670.               Non GamStop Casinos
  2671.            </h6>
  2672.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2673.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2674.            </div> -->
  2675.          </a>
  2676.        </div>
  2677.          
  2678.      </div>
  2679.  
  2680.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2681.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2682.      </div> -->
  2683.    </div>
  2684.  </div>
  2685.    
  2686.  <div class="sidebar-widget mb-4">
  2687.    <div class="widget-title-wrapper mb-3">
  2688.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2689.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2690.        <span class="title-arrow"></span>
  2691.      </h4>
  2692.    </div>
  2693.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2694.      <div class="blog-roll-list scrollable-sidebar">
  2695.        
  2696.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2697.          <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop-casinos/" class="text-decoration-none ">
  2698.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2699.              <i class="ti-angle-right me-2 text-primary"></i>
  2700.               non gamstop casino
  2701.            </h6>
  2702.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2703.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2704.            </div> -->
  2705.          </a>
  2706.        </div>
  2707.          
  2708.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2709.          <a href="https://www.london-irish.com/" class="text-decoration-none ">
  2710.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2711.              <i class="ti-angle-right me-2 text-primary"></i>
  2712.               uk casinos not on gamstop
  2713.            </h6>
  2714.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2715.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2716.            </div> -->
  2717.          </a>
  2718.        </div>
  2719.          
  2720.      </div>
  2721.  
  2722.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2723.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2724.      </div> -->
  2725.    </div>
  2726.  </div>
  2727.    
  2728.  <div class="sidebar-widget mb-4">
  2729.    <div class="widget-title-wrapper mb-3">
  2730.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2731.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2732.        <span class="title-arrow"></span>
  2733.      </h4>
  2734.    </div>
  2735.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2736.      <div class="blog-roll-list scrollable-sidebar">
  2737.        
  2738.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2739.          <a href="https://www.caerphilly.org.uk/" class="text-decoration-none ">
  2740.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2741.              <i class="ti-angle-right me-2 text-primary"></i>
  2742.               casino not on gamstop
  2743.            </h6>
  2744.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2745.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2746.            </div> -->
  2747.          </a>
  2748.        </div>
  2749.          
  2750.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2751.          <a href="https://www.makemegenius.com/" class="text-decoration-none ">
  2752.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2753.              <i class="ti-angle-right me-2 text-primary"></i>
  2754.               non gamstop casino
  2755.            </h6>
  2756.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2757.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2758.            </div> -->
  2759.          </a>
  2760.        </div>
  2761.          
  2762.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2763.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  2764.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2765.              <i class="ti-angle-right me-2 text-primary"></i>
  2766.               non gamstop casinos
  2767.            </h6>
  2768.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2769.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2770.            </div> -->
  2771.          </a>
  2772.        </div>
  2773.          
  2774.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2775.          <a href="https://heyimhome.co.uk/" class="text-decoration-none ">
  2776.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2777.              <i class="ti-angle-right me-2 text-primary"></i>
  2778.               online casinos
  2779.            </h6>
  2780.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2781.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2782.            </div> -->
  2783.          </a>
  2784.        </div>
  2785.          
  2786.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2787.          <a href="https://pastillesetpetitspois.fr/" class="text-decoration-none ">
  2788.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2789.              <i class="ti-angle-right me-2 text-primary"></i>
  2790.               casinos en ligne
  2791.            </h6>
  2792.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2793.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2794.            </div> -->
  2795.          </a>
  2796.        </div>
  2797.          
  2798.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2799.          <a href="https://www.chamoisniortais.fr" class="text-decoration-none ">
  2800.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2801.              <i class="ti-angle-right me-2 text-primary"></i>
  2802.               casino en ligne france
  2803.            </h6>
  2804.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2805.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2806.            </div> -->
  2807.          </a>
  2808.        </div>
  2809.          
  2810.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2811.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  2812.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2813.              <i class="ti-angle-right me-2 text-primary"></i>
  2814.               non GamStop casinos
  2815.            </h6>
  2816.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2817.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2818.            </div> -->
  2819.          </a>
  2820.        </div>
  2821.          
  2822.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2823.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  2824.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2825.              <i class="ti-angle-right me-2 text-primary"></i>
  2826.               casino not on GamStop
  2827.            </h6>
  2828.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2829.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2830.            </div> -->
  2831.          </a>
  2832.        </div>
  2833.          
  2834.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2835.          <a href="https://www.londonart.co.uk/" class="text-decoration-none ">
  2836.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2837.              <i class="ti-angle-right me-2 text-primary"></i>
  2838.               london escorts
  2839.            </h6>
  2840.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2841.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2842.            </div> -->
  2843.          </a>
  2844.        </div>
  2845.          
  2846.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2847.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  2848.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2849.              <i class="ti-angle-right me-2 text-primary"></i>
  2850.               non gamstop casinos
  2851.            </h6>
  2852.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2853.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2854.            </div> -->
  2855.          </a>
  2856.        </div>
  2857.          
  2858.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2859.          <a href="https://lerefugedestortues.fr" class="text-decoration-none ">
  2860.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2861.              <i class="ti-angle-right me-2 text-primary"></i>
  2862.               meilleur casino en ligne français
  2863.            </h6>
  2864.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2865.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2866.            </div> -->
  2867.          </a>
  2868.        </div>
  2869.          
  2870.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2871.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  2872.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2873.              <i class="ti-angle-right me-2 text-primary"></i>
  2874.               non gamstop casinos
  2875.            </h6>
  2876.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2877.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2878.            </div> -->
  2879.          </a>
  2880.        </div>
  2881.          
  2882.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2883.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  2884.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2885.              <i class="ti-angle-right me-2 text-primary"></i>
  2886.               online casinos
  2887.            </h6>
  2888.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2889.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2890.            </div> -->
  2891.          </a>
  2892.        </div>
  2893.          
  2894.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2895.          <a href="https://www.ioacquaesapone.it" class="text-decoration-none ">
  2896.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2897.              <i class="ti-angle-right me-2 text-primary"></i>
  2898.               nuovi casino non aams
  2899.            </h6>
  2900.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2901.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2902.            </div> -->
  2903.          </a>
  2904.        </div>
  2905.          
  2906.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2907.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  2908.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2909.              <i class="ti-angle-right me-2 text-primary"></i>
  2910.               UK casinos not on GamStop
  2911.            </h6>
  2912.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2913.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2914.            </div> -->
  2915.          </a>
  2916.        </div>
  2917.          
  2918.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2919.          <a href="https://www.espe-guadeloupe.fr" class="text-decoration-none ">
  2920.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2921.              <i class="ti-angle-right me-2 text-primary"></i>
  2922.               nouveau casino en ligne france
  2923.            </h6>
  2924.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2925.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2926.            </div> -->
  2927.          </a>
  2928.        </div>
  2929.          
  2930.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2931.          <a href="https://www.lytshuiszilver.nl/" class="text-decoration-none ">
  2932.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2933.              <i class="ti-angle-right me-2 text-primary"></i>
  2934.               casino zonder cruks
  2935.            </h6>
  2936.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2937.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2938.            </div> -->
  2939.          </a>
  2940.        </div>
  2941.          
  2942.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2943.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  2944.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2945.              <i class="ti-angle-right me-2 text-primary"></i>
  2946.               not on GamStop
  2947.            </h6>
  2948.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2949.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2950.            </div> -->
  2951.          </a>
  2952.        </div>
  2953.          
  2954.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2955.          <a href="https://www.jeanmarielepen.com/" class="text-decoration-none ">
  2956.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2957.              <i class="ti-angle-right me-2 text-primary"></i>
  2958.               casino en ligne
  2959.            </h6>
  2960.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2961.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2962.            </div> -->
  2963.          </a>
  2964.        </div>
  2965.          
  2966.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2967.          <a href="https://www.gutenbergmuseum.ch" class="text-decoration-none ">
  2968.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2969.              <i class="ti-angle-right me-2 text-primary"></i>
  2970.               bestes online casino schweiz
  2971.            </h6>
  2972.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2973.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2974.            </div> -->
  2975.          </a>
  2976.        </div>
  2977.          
  2978.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2979.          <a href="https://designinnovationgroup.nl/" class="text-decoration-none ">
  2980.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2981.              <i class="ti-angle-right me-2 text-primary"></i>
  2982.               casino zonder cruks
  2983.            </h6>
  2984.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2985.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2986.            </div> -->
  2987.          </a>
  2988.        </div>
  2989.          
  2990.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2991.          <a href="https://www.euromixproject.eu/" class="text-decoration-none ">
  2992.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2993.              <i class="ti-angle-right me-2 text-primary"></i>
  2994.               migliori siti scommesse
  2995.            </h6>
  2996.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2997.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2998.            </div> -->
  2999.          </a>
  3000.        </div>
  3001.          
  3002.      </div>
  3003.  
  3004.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3005.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3006.      </div> -->
  3007.    </div>
  3008.  </div>
  3009.    
  3010.  <!-- <div class="sidebar-widget">
  3011.    <div class="widget-title-wrapper mb-3">
  3012.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3013.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3014.        <span class="title-arrow"></span>
  3015.      </h4>
  3016.    </div>
  3017.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3018.      <div class="blog-roll-list">
  3019.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3020.          <a href="#" class="text-decoration-none">
  3021.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3022.              <i class="ti-angle-right me-2 text-primary"></i>
  3023.              Complete Guide to Django REST Framework
  3024.            </h6>
  3025.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3026.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3027.            </div>
  3028.          </a>
  3029.        </div>
  3030.  
  3031.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3032.          <a href="#" class="text-decoration-none">
  3033.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3034.              <i class="ti-angle-right me-2 text-primary"></i>
  3035.              Modern JavaScript ES2025 Features
  3036.            </h6>
  3037.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3038.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3039.            </div>
  3040.          </a>
  3041.        </div>
  3042.  
  3043.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3044.          <a href="#" class="text-decoration-none">
  3045.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3046.              <i class="ti-angle-right me-2 text-primary"></i>
  3047.              Digital Marketing Trends in 2025
  3048.            </h6>
  3049.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3050.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3051.            </div>
  3052.          </a>
  3053.        </div>
  3054.  
  3055.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3056.          <a href="#" class="text-decoration-none">
  3057.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3058.              <i class="ti-angle-right me-2 text-primary"></i>
  3059.              Remote Work Best Practices
  3060.            </h6>
  3061.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3062.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3063.            </div>
  3064.          </a>
  3065.        </div>
  3066.  
  3067.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3068.          <a href="#" class="text-decoration-none">
  3069.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3070.              <i class="ti-angle-right me-2 text-primary"></i>
  3071.              Sustainable Living Tips for Beginners
  3072.            </h6>
  3073.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3074.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3075.            </div>
  3076.          </a>
  3077.        </div>
  3078.  
  3079.        <div class="blog-roll-item">
  3080.          <a href="#" class="text-decoration-none">
  3081.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3082.              <i class="ti-angle-right me-2 text-primary"></i>
  3083.              AI and Machine Learning Basics
  3084.            </h6>
  3085.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3086.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3087.            </div>
  3088.          </a>
  3089.        </div>
  3090.      </div>
  3091.  
  3092.      <div class="text-center mt-4 pt-3 border-top border-light">
  3093.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3094.      </div>
  3095.    </div>
  3096.  </div> -->
  3097. </div>
  3098.  
  3099. <!-- Sidebar V2 Styles -->
  3100. <style>
  3101.  .sidebar-widget {
  3102.    position: relative;
  3103.  }
  3104.  
  3105.  .widget-title {
  3106.    font-size: 1.1rem;
  3107.    font-weight: 700;
  3108.    display: inline-block;
  3109.    position: relative;
  3110.    z-index: 2;
  3111.    border-radius: 0;
  3112.  }
  3113.  
  3114.  /* Green arrow for August Blog Roll */
  3115.  .title-arrow::after {
  3116.    content: '';
  3117.    position: absolute;
  3118.    top: 0;
  3119.    right: -22px;
  3120.    width: 0;
  3121.    height: 0;
  3122.    border-left: 22px solid var(--bs-primary);
  3123.    border-top: 22px solid transparent;
  3124.    border-bottom: 22px solid transparent;
  3125.    z-index: 1;
  3126.  }
  3127.  
  3128.  /* Blue arrow for Recent Posts */
  3129.  .title-arrow-primary::after {
  3130.    content: '';
  3131.    position: absolute;
  3132.    top: 0;
  3133.    right: -22px;
  3134.    width: 0;
  3135.    height: 0;
  3136.    border-left: 22px solid var(--bs-primary);
  3137.    border-top: 22px solid transparent;
  3138.    border-bottom: 22px solid transparent;
  3139.    z-index: 1;
  3140.  }
  3141.  
  3142.  .widget-content {
  3143.    margin-top: -1px;
  3144.    position: relative;
  3145.    z-index: 1;
  3146.    background-color: var(--card-bg);
  3147.  }
  3148.  
  3149.  /* Blog Roll Items Hover Effects */
  3150.  .blog-roll-item:hover .blog-title {
  3151.    color: #198754 !important;
  3152.    transform: translateX(5px);
  3153.    transition: all 0.3s ease;
  3154.  }
  3155.  
  3156.  /* Recent Post Items Hover Effects */
  3157.  .recent-post-item:hover .post-title a {
  3158.    color: #0d6efd !important;
  3159.    transition: color 0.3s ease;
  3160.  }
  3161.  
  3162.  .recent-post-item:hover .post-image img {
  3163.    transform: scale(1.05);
  3164.    transition: transform 0.3s ease;
  3165.  }
  3166.  
  3167.  /* Button Hover Effects */
  3168.  .btn:hover {
  3169.    transform: translateY(-2px);
  3170.    transition: all 0.3s ease;
  3171.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3172.  }
  3173.  
  3174.  /* Badge Hover Effects */
  3175.  .badge:hover {
  3176.    transform: scale(1.05);
  3177.    transition: transform 0.3s ease;
  3178.  }
  3179.  
  3180.  @media (max-width: 991px) {
  3181.    .sidebar {
  3182.      margin-top: 3rem;
  3183.    }
  3184.  }
  3185.  
  3186.  @media (max-width: 576px) {
  3187.    .widget-title {
  3188.      font-size: 1rem;
  3189.      padding: 0.75rem 1rem !important;
  3190.    }
  3191.  
  3192.    .title-arrow::after,
  3193.    .title-arrow-primary::after {
  3194.      right: -18px;
  3195.      border-left-width: 18px;
  3196.      border-top-width: 18px;
  3197.      border-bottom-width: 18px;
  3198.    }
  3199.  
  3200.    .post-image {
  3201.      width: 70px !important;
  3202.      height: 55px !important;
  3203.    }
  3204.  
  3205.    .blog-meta {
  3206.      flex-direction: column !important;
  3207.      align-items: flex-start !important;
  3208.      gap: 0.5rem;
  3209.    }
  3210.  }
  3211. </style>
  3212.  
  3213.    
  3214.            </div>
  3215.        </div>
  3216.    </div>
  3217. </section>
  3218.  
  3219. <script>
  3220. document.addEventListener('DOMContentLoaded', function() {
  3221.    // Simple scroll animation
  3222.    const cards = document.querySelectorAll('.blog-card');
  3223.    
  3224.    const observer = new IntersectionObserver(function(entries) {
  3225.        entries.forEach(entry => {
  3226.            if (entry.isIntersecting) {
  3227.                entry.target.style.opacity = '1';
  3228.                entry.target.style.transform = 'translateY(0)';
  3229.            }
  3230.        });
  3231.    }, {
  3232.        threshold: 0.1
  3233.    });
  3234.  
  3235.    cards.forEach((card, index) => {
  3236.        card.style.opacity = '0';
  3237.        card.style.transform = 'translateY(30px)';
  3238.        card.style.transition = `opacity 0.6s ease ${index * 0.1}s, transform 0.6s ease ${index * 0.1}s`;
  3239.        observer.observe(card);
  3240.    });
  3241. });
  3242. </script>
  3243.  
  3244.    
  3245.        
  3246.        <!-- end wpo-blog-highlights-section -->
  3247.        <!-- start wpo-blog-sponsored-section -->
  3248.        
  3249.  
  3250.  
  3251.  
  3252.    
  3253.  
  3254.  
  3255.  
  3256. <style>
  3257.    .sponsored-section-v2 {
  3258.        padding: 0 0 60px;
  3259.    }
  3260.    
  3261.    .sponsored-card-v2 {
  3262.        background: var(--body-bg);
  3263.        border-radius: 12px;
  3264.        overflow: hidden;
  3265.        transition: all 0.3s ease;
  3266.        border: none;
  3267.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3268.        height: 100%;
  3269.    }
  3270.    
  3271.    .sponsored-card-v2:hover {
  3272.        transform: translateY(-4px);
  3273.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3274.    }
  3275.    
  3276.    .sponsored-image-v2 {
  3277.        position: relative;
  3278.        overflow: hidden;
  3279.        height: 180px;
  3280.    }
  3281.    
  3282.    .sponsored-image-v2 img {
  3283.        width: 100%;
  3284.        height: 100%;
  3285.        object-fit: cover;
  3286.        transition: transform 0.3s ease;
  3287.    }
  3288.    
  3289.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3290.        transform: scale(1.05);
  3291.    }
  3292.    
  3293.    .sponsored-badge-v2 {
  3294.        position: absolute;
  3295.        top: 12px;
  3296.        left: 12px;
  3297.        padding: 6px 12px;
  3298.        border-radius: 15px;
  3299.        font-size: 10px;
  3300.        font-weight: 600;
  3301.        text-transform: uppercase;
  3302.        letter-spacing: 0.5px;
  3303.        color: white;
  3304.    }
  3305.    
  3306.    .sponsored-content-v2 {
  3307.        padding: 20px;
  3308.    }
  3309.    
  3310.    .sponsored-title-v2 {
  3311.        font-size: 16px;
  3312.        font-weight: 600;
  3313.        line-height: 1.4;
  3314.        margin-bottom: 15px;
  3315.        min-height: 44px;
  3316.    }
  3317.    
  3318.    .sponsored-title-v2 a {
  3319.        text-decoration: none;
  3320.        transition: color 0.3s ease;
  3321.    }
  3322.    
  3323.    .sponsored-meta-v2 {
  3324.        display: flex;
  3325.        align-items: center;
  3326.        gap: 10px;
  3327.        font-size: 12px;
  3328.    }
  3329.    
  3330.    .sponsored-author-img-v2 {
  3331.        width: 28px;
  3332.        height: 28px;
  3333.        border-radius: 50%;
  3334.        object-fit: cover;
  3335.    }
  3336.    
  3337.    .section-title-sponsored-v2 {
  3338.        font-size: 2.5rem;
  3339.        font-weight: 700;
  3340.        text-align: center;
  3341.        margin-bottom: 20px;
  3342.        text-transform: capitalize;
  3343.    }
  3344.  
  3345.    @media (max-width: 768px) {
  3346.        .sponsored-section-v2 {
  3347.            padding: 0px 0 40px;
  3348.        }
  3349.        .section-title-sponsored-v2 {
  3350.            font-size: 2rem;
  3351.        }
  3352.        .sponsored-content-v2 {
  3353.            padding: 16px;
  3354.        }
  3355.    }
  3356. </style>
  3357.  
  3358. <section class="sponsored-section-v2">
  3359.    <div class="container-fluid fluid-container">
  3360.        <div class="row">
  3361.            <div class="col-12">
  3362.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3363.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3364.            </div>
  3365.        </div>
  3366.        
  3367.        <div class="row g-4">
  3368.            
  3369.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3370.                <div class="card sponsored-card-v2">
  3371.                    <div class="sponsored-image-v2">
  3372.                        
  3373.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3374.                        
  3375.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3376.                    </div>
  3377.                    <div class="sponsored-content-v2">
  3378.                        <h3 class="sponsored-title-v2">
  3379.                            <a href="/a-rising-posh-poor-divide-the-way-prosperity-and-deprivation-are-found-side-by-side-in-across-england/" class="top-color">
  3380.                            A Rising ‘Posh-Poor Divide’: The Way Prosperity and Deprivation Are Found Side by Side in Across England.
  3381.                            </a>
  3382.                        </h3>
  3383.                        <div class="sponsored-meta-v2">
  3384.                            
  3385.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="sponsored-author-img-v2">
  3386.                            
  3387.                            <span class="top-color">By Adam Marshall</span>
  3388.                            <span class="top-color">•</span>
  3389.                            <span class="top-color">15 Aug 2026</span>
  3390.                        </div>
  3391.                    </div>
  3392.                </div>
  3393.            </div>
  3394.            
  3395.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3396.                <div class="card sponsored-card-v2">
  3397.                    <div class="sponsored-image-v2">
  3398.                        
  3399.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3400.                        
  3401.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3402.                    </div>
  3403.                    <div class="sponsored-content-v2">
  3404.                        <h3 class="sponsored-title-v2">
  3405.                            <a href="/some-in-labour-seek-starmer-out-the-prime-minister-informs-me-he-will-endure-and-the-economy-will-strengthen/" class="top-color">
  3406.                            Some in Labour Seek Starmer Out. The Prime Minister Informs Me He Will Endure – and the Economy Will Strengthen.
  3407.                            </a>
  3408.                        </h3>
  3409.                        <div class="sponsored-meta-v2">
  3410.                            
  3411.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="sponsored-author-img-v2">
  3412.                            
  3413.                            <span class="top-color">By Adam Marshall</span>
  3414.                            <span class="top-color">•</span>
  3415.                            <span class="top-color">15 Aug 2026</span>
  3416.                        </div>
  3417.                    </div>
  3418.                </div>
  3419.            </div>
  3420.            
  3421.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3422.                <div class="card sponsored-card-v2">
  3423.                    <div class="sponsored-image-v2">
  3424.                        
  3425.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3426.                        
  3427.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3428.                    </div>
  3429.                    <div class="sponsored-content-v2">
  3430.                        <h3 class="sponsored-title-v2">
  3431.                            <a href="/appeals-for-fresh-promptness-in-environmental-talks-as-studies-reveal-planetary-heating-might-hit-25c/" class="top-color">
  3432.                            Appeals for Fresh Promptness in Environmental Talks as Studies Reveal Planetary Heating Might Hit 2.5C
  3433.                            </a>
  3434.                        </h3>
  3435.                        <div class="sponsored-meta-v2">
  3436.                            
  3437.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="sponsored-author-img-v2">
  3438.                            
  3439.                            <span class="top-color">By Adam Marshall</span>
  3440.                            <span class="top-color">•</span>
  3441.                            <span class="top-color">15 Aug 2026</span>
  3442.                        </div>
  3443.                    </div>
  3444.                </div>
  3445.            </div>
  3446.            
  3447.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3448.                <div class="card sponsored-card-v2">
  3449.                    <div class="sponsored-image-v2">
  3450.                        
  3451.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3452.                        
  3453.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3454.                    </div>
  3455.                    <div class="sponsored-content-v2">
  3456.                        <h3 class="sponsored-title-v2">
  3457.                            <a href="/every-culinary-artist-should-train-at-this-spot-humble-turkish-restaurant-ranks-4th-on-list-of-londons-leading-food-spots/" class="top-color">
  3458.                            ‘Every Culinary Artist Should Train At This Spot’: Humble Turkish Restaurant Ranks 4th on List of London’s Leading Food Spots.
  3459.                            </a>
  3460.                        </h3>
  3461.                        <div class="sponsored-meta-v2">
  3462.                            
  3463.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="sponsored-author-img-v2">
  3464.                            
  3465.                            <span class="top-color">By Adam Marshall</span>
  3466.                            <span class="top-color">•</span>
  3467.                            <span class="top-color">15 Aug 2026</span>
  3468.                        </div>
  3469.                    </div>
  3470.                </div>
  3471.            </div>
  3472.            
  3473.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3474.                <div class="card sponsored-card-v2">
  3475.                    <div class="sponsored-image-v2">
  3476.                        
  3477.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3478.                        
  3479.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3480.                    </div>
  3481.                    <div class="sponsored-content-v2">
  3482.                        <h3 class="sponsored-title-v2">
  3483.                            <a href="/how-undercover-filming-revealed-a-28m-timeshare-scheme/" class="top-color">
  3484.                            How Undercover Filming Revealed a £28m Timeshare Scheme
  3485.                            </a>
  3486.                        </h3>
  3487.                        <div class="sponsored-meta-v2">
  3488.                            
  3489.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="sponsored-author-img-v2">
  3490.                            
  3491.                            <span class="top-color">By Adam Marshall</span>
  3492.                            <span class="top-color">•</span>
  3493.                            <span class="top-color">15 Aug 2026</span>
  3494.                        </div>
  3495.                    </div>
  3496.                </div>
  3497.            </div>
  3498.            
  3499.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3500.                <div class="card sponsored-card-v2">
  3501.                    <div class="sponsored-image-v2">
  3502.                        
  3503.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3504.                        
  3505.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3506.                    </div>
  3507.                    <div class="sponsored-content-v2">
  3508.                        <h3 class="sponsored-title-v2">
  3509.                            <a href="/ac-shadows-introduces-bizarre-aot-collaboration-for-thanksgiving/" class="top-color">
  3510.                            AC Shadows Introduces Bizarre AoT Collaboration for Thanksgiving
  3511.                            </a>
  3512.                        </h3>
  3513.                        <div class="sponsored-meta-v2">
  3514.                            
  3515.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Adam Marshall" class="sponsored-author-img-v2">
  3516.                            
  3517.                            <span class="top-color">By Adam Marshall</span>
  3518.                            <span class="top-color">•</span>
  3519.                            <span class="top-color">15 Aug 2026</span>
  3520.                        </div>
  3521.                    </div>
  3522.                </div>
  3523.            </div>
  3524.            
  3525.        </div>
  3526.    </div>
  3527. </section>
  3528.  
  3529.  
  3530.    
  3531.        <!-- end wpo-blog-sponsored-section -->
  3532.        <!-- start wpo-subscribe-section -->
  3533.        
  3534.        <!-- end subscribe-section -->
  3535.        <!-- start of wpo-site-footer-section -->
  3536.        
  3537.  
  3538.  
  3539.  
  3540.  
  3541.  
  3542. <footer class="wpo-site-footer-v5 bg-primary-gradient">
  3543.  <!-- Top Layer: Logo & Tagline -->
  3544.  <div class="footer-top-layer py-5 text-center">
  3545.    <div class="container-fluid fluid-container">
  3546.      <div class="row">
  3547.        <div class="col-12">
  3548.          <div class="brand-logo">
  3549.            
  3550.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/2db5f717-c434-48f5-84e7-1aa9690e827e_logo.png" alt="BlogNet UK" class="footer-logo" />
  3551.            
  3552.            <p class="brand-tagline mt-2">Explore the latest trends in technology, lifestyle, and creativity with expert articles and practical guides from BlogNet UK. Join our community for fresh perspectives.</p>
  3553.          </div>
  3554.        </div>
  3555.      </div>
  3556.    </div>
  3557.  </div>
  3558.  
  3559.  <!-- Content Layer: Full-Width Bands -->
  3560.  <div class="footer-content-layer pt-4">
  3561.    <div class="container-fluid fluid-container">
  3562.      <!-- Quick Links -->
  3563.      <div class="row">
  3564.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  3565.          <h5 class="column-title">Quick Links</h5>
  3566.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3567.            
  3568.              <li>
  3569.                <a class="menu-link" href="/cyril-ramaphosa-brings-to-a-close-g20-summit-amid-american-withdrawal-and-handover-dispute/">Cyril Ramaphosa Brings to a Close G20 Summit Amid American Withdrawal and Handover Dispute</a>
  3570.              </li>
  3571.            
  3572.              <li>
  3573.                <a class="menu-link" href="/australia-sets-a-new-benchmark-as-healy-faces-one-final-mountain/">Australia Sets a New Benchmark as Healy Faces One Final Mountain.</a>
  3574.              </li>
  3575.            
  3576.              <li>
  3577.                <a class="menu-link" href="/female-suspect-escapes-police-following-high-speed-chase-from-southern-california-into-mexican-territory/">Female Suspect Escapes Police Following High-Speed Chase from Southern California into Mexican Territory</a>
  3578.              </li>
  3579.            
  3580.              <li>
  3581.                <a class="menu-link" href="/uk-and-ireland-cinema-revenue-reach-a-post-pandemic-high-as-a-minecraft-movie-tops-2025-charts/">UK and Ireland Cinema Revenue Reach a Post-Pandemic High as A Minecraft Movie Tops 2025 Charts</a>
  3582.              </li>
  3583.            
  3584.              <li>
  3585.                <a class="menu-link" href="/us-imposes-restrictions-on-network-accused-of-recruiting-colombian-mercenaries-to-the-sudanese-conflict/">US Imposes Restrictions on Network Accused of Recruiting Colombian Mercenaries to the Sudanese Conflict.</a>
  3586.              </li>
  3587.            
  3588.              <li>
  3589.                <a class="menu-link" href="/top-flight-weekend-action-crystal-palace-v-brighton-and-more-games-real-time-coverage/">Top Flight Weekend Action: Crystal Palace v Brighton and More Games Real-Time Coverage</a>
  3590.              </li>
  3591.            
  3592.          </ul>
  3593.        </div>
  3594.      </div>
  3595.      <!-- Top Categories -->
  3596.      <div class="row">
  3597.        <div class="col-12 band-block pb-4  border-bottom">
  3598.          <h5 class="column-title">Top Categories</h5>
  3599.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3600.            
  3601.              <li>
  3602.                <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3603.              </li>
  3604.            
  3605.              <li>
  3606.                <a class="menu-link" href="/category/business/">Business</a>
  3607.              </li>
  3608.            
  3609.              <li>
  3610.                <a class="menu-link" href="/category/esports/">Esports</a>
  3611.              </li>
  3612.            
  3613.              <li>
  3614.                <a class="menu-link" href="/category/fashion/">Fashion</a>
  3615.              </li>
  3616.            
  3617.              <li>
  3618.                <a class="menu-link" href="/category/featured/">Featured</a>
  3619.              </li>
  3620.            
  3621.          </ul>
  3622.        </div>
  3623.      </div>
  3624.      <!-- Blog Rolls -->
  3625.       <div class="row">
  3626.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  3627.          <h5 class="column-title">Blog Rolls</h5>
  3628.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3629.            
  3630.            
  3631.  
  3632.            
  3633.            
  3634.              
  3635.            
  3636.          </ul>
  3637.        </div>
  3638.      </div>
  3639.    </div>
  3640.  </div>
  3641.  
  3642.  <!-- Bottom Layer -->
  3643.  <div class="footer-bottom-layer bg-primary text-white py-3">
  3644.    <div class="container-fluid fluid-container">
  3645.      <div class="row">
  3646.        <div class="col-12 text-center">
  3647.          <div class="bottom-content d-flex flex-wrap justify-content-center gap-3">
  3648.            <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3649.            <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3650.            <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3651.            <span class="copyright-info">&copy; 2026 <strong>BlogNet UK</strong>. All rights reserved.</span>
  3652.          </div>
  3653.        </div>
  3654.      </div>
  3655.    </div>
  3656.  </div>
  3657. </footer>
  3658.  
  3659. <style>
  3660.  
  3661. .footer-logo {
  3662.    height: 60px;
  3663.    width: auto;
  3664. }
  3665.  
  3666. .brand-title {
  3667.    font-size: 22px;
  3668.    font-weight: 800;
  3669.    color: white !important;
  3670.    margin: 0;
  3671. }
  3672.  
  3673. .brand-tagline {
  3674.    font-size: 14px;
  3675.    color: white !important;
  3676.    margin: 0;
  3677. }
  3678.  
  3679. .column-title {
  3680.    font-size: 16px;
  3681.    font-weight: 700;
  3682.    color:  white !important;
  3683.    margin-bottom: 12px;
  3684.    text-align: center;
  3685. }
  3686.  
  3687. .footer-menu {
  3688.    margin: 0;
  3689. }
  3690.  
  3691. .menu-link {
  3692.    color: white !important;
  3693.    text-decoration: none;
  3694.    font-size: 14px;
  3695.    font-weight: 600;
  3696.    transition: color 0.3s ease;
  3697. }
  3698.  
  3699.  
  3700. .footer-bottom-layer {
  3701.    font-size: 13px;
  3702. }
  3703.  
  3704. .utility-link {
  3705.    color: white !important;
  3706.    text-decoration: none;
  3707.    font-size: 13px;
  3708.    font-weight: 600;
  3709.    transition: color 0.3s ease;
  3710. }
  3711.  
  3712. .utility-link:hover {
  3713.    color: blue !important;
  3714. }
  3715.  
  3716. .copyright-info {
  3717.    font-size: 13px;
  3718.    font-weight: 600;
  3719. }
  3720.  
  3721. /* Responsive Design */
  3722. @media (max-width: 768px) {
  3723.    .footer-logo {
  3724.        height: 60px;
  3725.    }
  3726.    
  3727.    .column-title {
  3728.        font-size: 15px;
  3729.    }
  3730.    
  3731.    .menu-link {
  3732.        font-size: 13px;
  3733.    }
  3734. }
  3735.  
  3736. @media (max-width: 576px) {
  3737.    .brand-title {
  3738.        font-size: 20px;
  3739.    }
  3740.    
  3741.    .brand-tagline {
  3742.        font-size: 12px;
  3743.    }
  3744.    
  3745.    .cta-btn {
  3746.        font-size: 12px;
  3747.        padding: 5px 12px;
  3748.    }
  3749.    
  3750.    .band-block {
  3751.        border-left: 3px solid var(--primary-color);
  3752.    }
  3753. }
  3754. </style>
  3755.  
  3756. <script>
  3757. // Prevent default for placeholder links
  3758. document.addEventListener('DOMContentLoaded', function() {
  3759.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3760.        anchor.addEventListener('click', function(e) {
  3761.            e.preventDefault();
  3762.        });
  3763.    });
  3764. });
  3765. document.addEventListener('DOMContentLoaded', function () {
  3766.    var btn = document.getElementById('toggleBlogRollLinks');
  3767.    if (!btn) return; // No extra items, no button
  3768.  
  3769.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3770.  
  3771.    btn.addEventListener('click', function () {
  3772.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3773.            return li.classList.contains('d-none');
  3774.        });
  3775.  
  3776.        extras.forEach(function (li) {
  3777.            if (anyHidden) {
  3778.                li.classList.remove('d-none');
  3779.                li.classList.add('show');
  3780.            } else {
  3781.                li.classList.add('d-none');
  3782.                li.classList.remove('show');
  3783.            }
  3784.        });
  3785.  
  3786.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3787.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3788.    });
  3789. });
  3790.  
  3791. </script>
  3792.  
  3793.        <!-- end of wpo-site-footer-section -->
  3794.    </div>
  3795.    <!-- end of page-wrapper -->
  3796.  
  3797.    <!-- All JavaScript files
  3798.    ================================================== -->
  3799.    
  3800.  
  3801. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3802. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3803. <!-- Plugins for this template -->
  3804. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3805. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3806. <!-- Custom script for this template -->
  3807. <script src="/static/blogapp/assets/js/script.js"></script>
  3808.  
  3809. <script>
  3810. (function () {
  3811. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3812. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3813.  
  3814. function applyFallback(img) {
  3815. if (!img || img.dataset.fallbackApplied === "1") {
  3816. return;
  3817. }
  3818. var failedSrc = img.currentSrc || img.src || "";
  3819. img.dataset.fallbackApplied = "1";
  3820. img.onerror = null;
  3821. img.src = fallbackImageSrc;
  3822. console.warn("[ImageFallback] Replaced broken image:", {
  3823. failedSrc: failedSrc,
  3824. fallbackSrc: fallbackImageSrc,
  3825. alt: img.alt || "",
  3826. });
  3827. }
  3828.  
  3829. document.querySelectorAll("img").forEach(function (img) {
  3830. if (img.complete && img.naturalWidth === 0) {
  3831. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3832. failedSrc: img.currentSrc || img.src || "",
  3833. alt: img.alt || "",
  3834. });
  3835. applyFallback(img);
  3836. }
  3837. });
  3838.  
  3839. document.addEventListener(
  3840. "error",
  3841. function (event) {
  3842. var target = event.target;
  3843. if (target && target.tagName === "IMG") {
  3844. applyFallback(target);
  3845. }
  3846. },
  3847. true
  3848. );
  3849. })();
  3850. </script>
  3851.  
  3852. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3853.  
  3854.  
  3855.  
  3856. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"02d3476499074aa2b33c5416535b32a3","r":1}' crossorigin="anonymous"></script>
  3857. </body>
  3858.  
  3859. </html>
  3860.  
  3861.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda