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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T131004.783_1zB0rdQ_YeWLD6M_KFUGeNY.png">
  14.    
  15.  
  16.    <title>Royal Brit Blog | UK Lifestyle, Culture &amp; Travel Insights</title>
  17.    <meta name="description" content="Explore UK lifestyle, culture, and travel through engaging articles and personal stories from British perspectives. Discover tips, reviews, and insights.">
  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://royalbritblog.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #3f8efc;
  42.        --bs-primary-rgb: 3f8efc;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #eff6ff;
  49.        --bs-dark: #1e3a8a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #3f8efc;
  53.        --theme-primary-color-s2: #3f8efc;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1e3a8a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1e3a8a;
  59.        --border-color: #bfdbfe;
  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: #dbeafe;
  75.        --navbar-color: #1e3a8a;
  76.        --topbar-bg: #eff6ff;
  77.        --topbar-color: #1e3a8a;
  78.        --footer-bg: #1e3a8a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #bfdbfe;
  82.        --card-radius: 12px;
  83.        --link-color: #3f8efc;
  84.        --link-hover: #2563eb;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(63, 142, 252, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_36">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  407.    <span id="current-time"></span>
  408.    
  409.    <div class="unique-news-container2">
  410.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  411.            <!-- News items will be dynamically added here -->
  412.        </div>
  413.    </div>
  414.  
  415.    <div class="contact-info">
  416.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  417.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  418.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  419.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  420.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  421.        </ul>
  422.    </div>
  423. </div>
  424. </div>
  425.  
  426. <script>
  427.  // ----------------- Clock -----------------
  428.  function updateCurrentTime() {
  429.    const currentDate = new Date();
  430.    const day = currentDate.getDate().toString().padStart(2, '0');
  431.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  432.    const month = monthNames[currentDate.getMonth()];
  433.    const year = currentDate.getFullYear();
  434.    const hours = currentDate.getHours().toString().padStart(2, '0');
  435.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  436.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  437.    document.getElementById('current-time').innerHTML =
  438.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  439.  }
  440.  setInterval(updateCurrentTime, 1000);
  441.  updateCurrentTime();
  442.  
  443.  // ----------------- News from Django -----------------
  444.  const newsItems = [
  445.    
  446.      { title: "Tottenham Relieve Strain on Thomas Frank as Simons Rounds Off Comfortable Victory Against Slavia Prague", url: "/tottenham-relieve-strain-on-thomas-frank-as-simons-rounds-off-comfortable-victory-against-slavia-prague/" },
  447.    
  448.      { title: "Leonard and Hungry Paul Overview: A Calming Show Featuring the Voice of the Famous Actress Provides an Ideal Remedy to Contemporary Living", url: "/leonard-and-hungry-paul-overview-a-calming-show-featuring-the-voice-of-the-famous-actress-provides-an-ideal-remedy-to-contemporary-living/" },
  449.    
  450.      { title: "How to Flawless Paneer Makhni – Recipe", url: "/how-to-flawless-paneer-makhni-recipe/" },
  451.    
  452.      { title: "UK and Scottish Authorities Disagree Over Footing the £24.5 million Bill for Donald Trump and Vance Trips", url: "/uk-and-scottish-authorities-disagree-over-footing-the-245-million-bill-for-donald-trump-and-vance-trips/" },
  453.    
  454.      { title: "Supreme Court Upholds Newly Drawn Lone Star State House Electoral Boundaries.", url: "/supreme-court-upholds-newly-drawn-lone-star-state-house-electoral-boundaries/" }
  455.    
  456.  ];
  457.  
  458.  let currentNewsIndex = 0;
  459.  const newsWrapper = document.getElementById('newsWrapper');
  460.  let newsElements = [];
  461.  
  462.  function createNewsElements() {
  463.      newsItems.forEach((news, index) => {
  464.          const newsElement = document.createElement('div');
  465.          newsElement.className = 'unique-news-item2 top-color';
  466.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  467.          newsWrapper.appendChild(newsElement);
  468.          newsElements.push(newsElement);
  469.      });
  470.      if (newsElements.length > 0) {
  471.          newsElements[0].classList.add('active');
  472.      }
  473.  }
  474.  
  475.  function changeNews() {
  476.      const currentElement = newsElements[currentNewsIndex];
  477.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  478.      const nextElement = newsElements[nextIndex];
  479.  
  480.      currentElement.classList.remove('active');
  481.      currentElement.classList.add('exit-up');
  482.  
  483.      setTimeout(() => {
  484.          nextElement.classList.add('active');
  485.          currentNewsIndex = nextIndex;
  486.          setTimeout(() => {
  487.              currentElement.classList.remove('exit-up');
  488.          }, 100);
  489.      }, 250);
  490.  }
  491.  
  492.  function startNewsRotation() {
  493.      setInterval(changeNews, 5000);
  494.  }
  495.  
  496.  window.onload = function() {
  497.      createNewsElements();
  498.      startNewsRotation();
  499.  };
  500. </script>
  501.  
  502.  
  503.  
  504.            
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511. <header class="custom-header mb-4">
  512.    <!-- Logo Section - Top Centered -->
  513.    <div class="logo-container">
  514.        <div class="container-fluid fluid-container">
  515.            <a class="brand-link" href="/">
  516.                
  517.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/12193dce-f2ae-4ac4-abd4-1a108239bfc1_logo.png" alt="Royal Brit Blog" />
  518.                
  519.            </a>
  520.        </div>
  521.    </div>
  522.  
  523.    <!-- Navigation Section -->
  524.    <div class="navigation-container">
  525.        <div class="container-fluid fluid-container">
  526.            <div class="nav-content">
  527.                <!-- Mobile toggle button -->
  528.                <button class="mobile-nav-toggle" type="button" onclick="toggleNav()">
  529.                    <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  530.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  531.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  532.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  533.                    </svg>
  534.                </button>
  535.  
  536.                <!-- Navigation Links - Left Side -->
  537.                <nav class="primary-nav navbar navbar-expand-lg">
  538.                    <ul class="navbar-nav align-items-center me-auto mb-2 mb-lg-0">
  539.  
  540.                        
  541.                        <li class="nav-item">
  542.                            <a href="/" class="nav-link active">HOME</a>
  543.                        </li>
  544.                        
  545.                        
  546.                         <li class="nav-item">
  547.                            <a href="/category/all-posts/" class="nav-link">
  548.                                ALL POSTS
  549.                            </a>
  550.                            </li>
  551.  
  552.                            
  553.  
  554.                                    
  555.                                    
  556.                            
  557.                         <li class="nav-item">
  558.                            <a href="/category/business/" class="nav-link">
  559.                                BUSINESS
  560.                            </a>
  561.                            </li>
  562.  
  563.                            
  564.  
  565.                                    
  566.                                    
  567.                            
  568.                         <li class="nav-item">
  569.                            <a href="/category/esports/" class="nav-link">
  570.                                ESPORTS
  571.                            </a>
  572.                            </li>
  573.  
  574.                            
  575.  
  576.                                    
  577.                                    
  578.                            
  579.                         <li class="nav-item">
  580.                            <a href="/category/fashion/" class="nav-link">
  581.                                FASHION
  582.                            </a>
  583.                            </li>
  584.  
  585.                            
  586.  
  587.                                    
  588.                                    
  589.                            
  590.                         <li class="nav-item">
  591.                            <a href="/category/featured/" class="nav-link">
  592.                                FEATURED
  593.                            </a>
  594.                            </li>
  595.  
  596.                            
  597.  
  598.                                    
  599.                                    
  600.                            
  601.                        
  602.                            
  603.                            <li class="nav-item dropdown">
  604.                                <a class="nav-link dropdown-toggle" href="#" id="moreDropdown" role="button"
  605.                                    data-bs-toggle="dropdown" aria-expanded="false">
  606.                                    More
  607.                                </a>
  608.                                <ul class="dropdown-menu" aria-labelledby="moreDropdown">
  609.                                    <li>
  610.                                        <a class="dropdown-item"
  611.                                            href="/category/gaming/">
  612.                                            GAMING
  613.                                        </a>
  614.                                    </li>
  615.  
  616.                                    
  617.  
  618.                                    
  619.                                    
  620.                            
  621.                        
  622.                                    <li>
  623.                                        <a class="dropdown-item"
  624.                                            href="/category/health/">
  625.                                            HEALTH
  626.                                        </a>
  627.                                    </li>
  628.                                    
  629.  
  630.                                    
  631.                                    
  632.                            
  633.                        
  634.                                    <li>
  635.                                        <a class="dropdown-item"
  636.                                            href="/category/life-fitness/">
  637.                                            LIFE &amp; FITNESS
  638.                                        </a>
  639.                                    </li>
  640.                                    
  641.  
  642.                                    
  643.                                    
  644.                            
  645.                        
  646.                                    <li>
  647.                                        <a class="dropdown-item"
  648.                                            href="/category/lifestyle/">
  649.                                            LIFESTYLE
  650.                                        </a>
  651.                                    </li>
  652.                                    
  653.  
  654.                                    
  655.                                    
  656.                            
  657.                        
  658.                                    <li>
  659.                                        <a class="dropdown-item"
  660.                                            href="/category/news/">
  661.                                            NEWS
  662.                                        </a>
  663.                                    </li>
  664.                                    
  665.  
  666.                                    
  667.                                    
  668.                            
  669.                        
  670.                                    <li>
  671.                                        <a class="dropdown-item"
  672.                                            href="/category/others/">
  673.                                            OTHERS
  674.                                        </a>
  675.                                    </li>
  676.                                    
  677.  
  678.                                    
  679.                                    
  680.                            
  681.                        
  682.                                    <li>
  683.                                        <a class="dropdown-item"
  684.                                            href="/category/politics/">
  685.                                            POLITICS
  686.                                        </a>
  687.                                    </li>
  688.                                    
  689.  
  690.                                    
  691.                                    
  692.                            
  693.                        
  694.                                    <li>
  695.                                        <a class="dropdown-item"
  696.                                            href="/category/sports/">
  697.                                            SPORTS
  698.                                        </a>
  699.                                    </li>
  700.                                    
  701.  
  702.                                    
  703.                                    
  704.                            
  705.                        
  706.                                    <li>
  707.                                        <a class="dropdown-item"
  708.                                            href="/category/tech/">
  709.                                            TECH
  710.                                        </a>
  711.                                    </li>
  712.                                    
  713.  
  714.                                    
  715.                                    
  716.                            
  717.                        
  718.                                    <li>
  719.                                        <a class="dropdown-item"
  720.                                            href="/category/travel/">
  721.                                            TRAVEL
  722.                                        </a>
  723.                                    </li>
  724.                                    
  725.  
  726.                                    
  727.                                    
  728.                                </ul>
  729.                            </li>
  730.                            
  731.                            
  732. <li>
  733.                  <a href="/page/contact-us/">
  734.                     Contact Us
  735.                  </a>
  736.              </li>
  737.                    </ul>
  738.                </nav>
  739.  
  740.  
  741.                <!-- Search - Right Side -->
  742.                <div class="search-wrapper">
  743.                    <input type="search" class="search-input-field" placeholder="Search...">
  744.                    <!-- <button class="search-submit-btn" type="submit">
  745.                        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  746.                            stroke-width="2">
  747.                            <circle cx="11" cy="11" r="8"></circle>
  748.                            <path d="m21 21-4.35-4.35"></path>
  749.                        </svg>
  750.                    </button> -->
  751.                        <!-- The search results will be displayed here -->
  752.          <div id="search-results" class="search-results-container search-v1"></div>
  753.                </div>
  754.            </div>
  755.        </div>
  756.    </div>
  757. </header>
  758.  
  759.  
  760. <script>
  761.    function toggleNav() {
  762.        const nav = document.getElementById('primaryNav');
  763.        const toggle = document.querySelector('.mobile-nav-toggle');
  764.  
  765.        nav.classList.toggle('show');
  766.        toggle.classList.toggle('active');
  767.    }
  768.  
  769.    // Close nav when clicking outside
  770.    document.addEventListener('click', function (event) {
  771.        const nav = document.getElementById('primaryNav');
  772.        const toggle = document.querySelector('.mobile-nav-toggle');
  773.  
  774.        if (!nav.contains(event.target) && !toggle.contains(event.target)) {
  775.            nav.classList.remove('show');
  776.            toggle.classList.remove('active');
  777.        }
  778.    });
  779.  
  780.    // Close nav when window is resized to desktop
  781.    window.addEventListener('resize', function () {
  782.        if (window.innerWidth > 768) {
  783.            document.getElementById('primaryNav').classList.remove('show');
  784.            document.querySelector('.mobile-nav-toggle').classList.remove('active');
  785.        }
  786.    });
  787.  
  788. </script>
  789.  
  790. <style>
  791.    .custom-header {
  792.        background: var(--navbar-bg);
  793.        border-bottom: 1px solid var(--border-color);
  794.        position: sticky;
  795.        top: 0;
  796.        z-index: 1000;
  797.        padding: 0px 10px;
  798.    }
  799.  
  800.    /* Logo Section - Top Centered */
  801.    .logo-container {
  802.        text-align: center;
  803.        padding: 10px 0;
  804.        background: var(--navbar-bg);
  805.        border-bottom: 1px solid var(--border-color);
  806.    }
  807.  
  808.    .brand-link {
  809.        display: inline-flex;
  810.        align-items: center;
  811.        text-decoration: none;
  812.    }
  813.  
  814.    .brand-link img {
  815.        height: 100px;
  816.        width: auto;
  817.    }
  818.  
  819.    /* Navigation Section */
  820.    .navigation-container {
  821.        background: var(--navbar-bg);
  822.        padding: 0;
  823.    }
  824.  
  825.    .nav-content {
  826.        display: flex;
  827.        align-items: center;
  828.        justify-content: space-between;
  829.        min-height: 60px;
  830.        position: relative;
  831.    }
  832.  
  833.    /* Mobile toggle button */
  834.    .mobile-nav-toggle {
  835.        display: none;
  836.        background: var(--navbar-bg);
  837.        border: 2px solid var(--bs-primary);
  838.        color: var(--navbar-color);
  839.        padding: 8px;
  840.        border-radius: 12px;
  841.        cursor: pointer;
  842.        transition: all 0.3s ease;
  843.    }
  844.  
  845.    .mobile-nav-toggle:hover {
  846.        background: var(--bs-primary);
  847.        color: var(--link-color) !important;
  848.    }
  849.  
  850.    /* Navigation Links - Left Side */
  851.    .primary-nav {
  852.        flex: 1;
  853.    }
  854.  
  855.    .nav-links-list {
  856.        display: flex;
  857.        list-style: none;
  858.        margin: 0;
  859.        padding: 0;
  860.        gap: 5px;
  861.        align-items: center;
  862.    }
  863.  
  864.    .nav-item {
  865.        display: block;
  866.        padding: 8px 16px;
  867.        color: #333;
  868.        text-decoration: none;
  869.        font-weight: 500;
  870.        font-size: 14px;
  871.        text-transform: uppercase;
  872.        letter-spacing: 0.5px;
  873.        border-radius: 12px;
  874.        transition: all 0.3s ease;
  875.        white-space: nowrap;
  876.    }
  877.  
  878.    .nav-item:hover {
  879.        background: rgba(0, 123, 255, 0.19);
  880.        color: var(--navbar-color);
  881.    }
  882.  
  883.    .nav-item.active {
  884.        background: var(--bs-primary);
  885.        color: var(--link-color) !important;
  886.        box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3);
  887.    }
  888.  
  889.    /* Search Container - Right Side */
  890.    .search-wrapper {
  891.        display: flex;
  892.        align-items: center;
  893.        gap: 8px;
  894.    }
  895.  
  896.    .search-input-field {
  897.        padding: 12px 18px;
  898.        border: 2px solid var(--border-color);
  899.        border-radius: 12px;
  900.        background: var(--navbar-bg);
  901.        color: var(--navbar-color);
  902.        font-size: 14px;
  903.        width: 250px;
  904.        transition: all 0.3s ease;
  905.    }
  906.  
  907.    .search-input-field::placeholder {
  908.        color: #6c757d;
  909.    }
  910.  
  911.    .search-input-field:focus {
  912.        outline: none;
  913.        background: white;
  914.        border-color: var(--bs-primary);
  915.        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  916.    }
  917.  
  918.    .search-submit-btn {
  919.        background: var(--bs-primary);
  920.        border: none;
  921.        color: white;
  922.        padding: 12px;
  923.        border-radius: 12px;
  924.        cursor: pointer;
  925.        transition: all 0.3s ease;
  926.        display: flex;
  927.        align-items: center;
  928.        justify-content: center;
  929.    }
  930.  
  931.    .search-submit-btn:hover {
  932.        transform: scale(1.05);
  933.        opacity: 0.7;
  934.    }
  935.  
  936.    /* Tablet responsiveness */
  937.    @media (max-width: 1200px) {
  938.        .nav-item {
  939.            font-size: 13px;
  940.        }
  941.  
  942.        .search-input-field {
  943.            width: 220px;
  944.        }
  945.    }
  946.  
  947.    @media (max-width: 1024px) {
  948.        .nav-item {
  949.            font-size: 13px;
  950.        }
  951.  
  952.        .search-input-field {
  953.            width: 200px;
  954.        }
  955.    }
  956.  
  957.    @media (max-width: 900px) {
  958.        .nav-item {
  959.            font-size: 12px;
  960.        }
  961.  
  962.        .search-input-field {
  963.            width: 180px;
  964.        }
  965.    }
  966.  
  967.    /* Mobile responsiveness */
  968.    @media (max-width: 768px) {
  969.        .container-fluid {
  970.            padding: 0 15px;
  971.        }
  972.  
  973.        .logo-container {
  974.            padding: 15px 0;
  975.        }
  976.  
  977.        .brand-link img {
  978.            height: 40px;
  979.        }
  980.  
  981.        /* Show mobile toggle */
  982.        .mobile-nav-toggle {
  983.            display: block;
  984.        }
  985.  
  986.        .nav-content {
  987.            min-height: 50px;
  988.            padding: 10px 0;
  989.        }
  990.  
  991.        /* Hide navigation on mobile by default */
  992.        .primary-nav {
  993.            position: absolute;
  994.            top: 100%;
  995.            left: 0;
  996.            right: 0;
  997.            background: var(--navbar-bg);
  998.            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  999.            border-radius: 0 0 10px 10px;
  1000.            transform: translateY(-100%);
  1001.            opacity: 0;
  1002.            visibility: hidden;
  1003.            transition: all 0.3s ease;
  1004.            z-index: 999;
  1005.        }
  1006.  
  1007.        /* Show navigation when toggled */
  1008.        .primary-nav.show {
  1009.            transform: translateY(0);
  1010.            opacity: 1;
  1011.            visibility: visible;
  1012.        }
  1013.  
  1014.        .nav-links-list {
  1015.            flex-direction: column;
  1016.            gap: 0;
  1017.            padding: 15px 0;
  1018.        }
  1019.  
  1020.        .nav-item {
  1021.            border-bottom: 1px solid #eee;
  1022.            text-align: left;
  1023.            border-radius: 0;
  1024.            width: 100%;
  1025.        }
  1026.  
  1027.        .nav-item:last-child {
  1028.            border-bottom: none;
  1029.        }
  1030.  
  1031.        /* Search stays visible on mobile - right side */
  1032.        .search-wrapper {
  1033.            margin-left: auto;
  1034.        }
  1035.  
  1036.        .search-input-field {
  1037.            width: 160px;
  1038.            padding: 10px 15px;
  1039.            font-size: 13px;
  1040.        }
  1041.  
  1042.        .search-submit-btn {
  1043.            padding: 10px;
  1044.        }
  1045.    }
  1046.  
  1047.    @media (max-width: 576px) {
  1048.        .logo-container {
  1049.            padding: 12px 0;
  1050.        }
  1051.  
  1052.        .brand-link img {
  1053.            height: 35px;
  1054.        }
  1055.  
  1056.        .search-input-field {
  1057.            width: 140px;
  1058.            font-size: 12px;
  1059.        }
  1060.  
  1061.        .nav-content {
  1062.            gap: 10px;
  1063.        }
  1064.    }
  1065.  
  1066.    @media (max-width: 480px) {
  1067.        .container-fluid {
  1068.            padding: 0 10px;
  1069.        }
  1070.  
  1071.        .search-input-field {
  1072.            width: 120px;
  1073.        }
  1074.  
  1075.        .mobile-nav-toggle {
  1076.            padding: 6px;
  1077.        }
  1078.  
  1079.        .nav-item {
  1080.            font-size: 13px;
  1081.        }
  1082.    }
  1083.  
  1084.    @media (max-width: 400px) {
  1085.        .search-input-field {
  1086.            width: 100px;
  1087.            font-size: 11px;
  1088.            padding: 8px 12px;
  1089.        }
  1090.  
  1091.        .search-submit-btn {
  1092.            padding: 8px;
  1093.        }
  1094.  
  1095.        .search-submit-btn svg {
  1096.            width: 14px;
  1097.            height: 14px;
  1098.        }
  1099.    }
  1100.  
  1101.      /* search field */
  1102.  .search-results-container {
  1103.  position: absolute;
  1104.  top: 100%; /* Position it below the input field */
  1105.  left: 0;
  1106.  right: 0;
  1107.  background-color: white;
  1108.  border: 1px solid #ddd;
  1109.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1110.  max-height: 300px;
  1111.  overflow-y: auto;
  1112.  z-index: 1000;
  1113.  display: none; /* Initially hidden */
  1114. }
  1115.  
  1116. .search-results-container p {
  1117.  margin: 0;
  1118. }
  1119.  
  1120. .search-results-container .result-item {
  1121.  padding: 10px;
  1122.  cursor: pointer;
  1123. }
  1124.  
  1125. .search-results-container .result-item:hover {
  1126.  background-color: #f0f0f0;
  1127. }
  1128.  
  1129. </style>
  1130.  
  1131. <script>
  1132.  document.addEventListener("DOMContentLoaded", function () {
  1133.    const searchInput = document.querySelector(".search-input-field");
  1134.    const searchResults = document.getElementById("search-results");
  1135.  
  1136.    if (!searchInput || !searchResults) return; // Safety check
  1137.  
  1138.    // 🔍 Handle typing
  1139.    searchInput.addEventListener("keyup", function (e) {
  1140.      e.preventDefault();
  1141.  
  1142.      const query = searchInput.value.trim();
  1143.  
  1144.      if (query === "") {
  1145.        searchResults.innerHTML = "";
  1146.        searchResults.style.display = "none";
  1147.        return;
  1148.      }
  1149.  
  1150.      searchResults.style.display = "block";
  1151.  
  1152.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1153.        method: "GET",
  1154.        headers: {
  1155.          "X-Requested-With": "XMLHttpRequest",
  1156.        },
  1157.      })
  1158.        .then(response => response.json())
  1159.        .then(data => {
  1160.          if (data.html) {
  1161.            searchResults.innerHTML = data.html;
  1162.          } else {
  1163.            searchResults.innerHTML = "<p>No results found.</p>";
  1164.          }
  1165.        })
  1166.        .catch(error => {
  1167.          console.error("Error fetching search results:", error);
  1168.        });
  1169.    });
  1170.  
  1171.    // 🖱️ Close results when clicking outside
  1172.    document.addEventListener("click", function (e) {
  1173.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1174.        searchResults.style.display = "none";
  1175.      }
  1176.    });
  1177.  
  1178.    // ⌨️ Close results when pressing Escape
  1179.    document.addEventListener("keydown", function (e) {
  1180.      if (e.key === "Escape") {
  1181.        searchResults.style.display = "none";
  1182.      }
  1183.    });
  1184.  });
  1185. </script>
  1186.  
  1187.        </header>
  1188.        <!-- end of header -->
  1189.        <!-- start of wpo-blog-hero -->
  1190.        
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198. <div class="blog-hero-v5">
  1199.  <div class="container-fluid fluid-container">
  1200.    <!-- Hero Header -->
  1201.  
  1202.    <!-- Main Content Grid -->
  1203.    <div class="row g-4">
  1204.      <!-- Large Featured Post - Left Side -->
  1205.      <div class="col-lg-6 col-md-12">
  1206.        
  1207.        
  1208.          
  1209.        <div class="large-featured-card">
  1210.          <div class="card-image-wrapper">
  1211.            
  1212.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1213.            
  1214.            <div class="image-overlay">
  1215.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1216.            </div>
  1217.          </div>
  1218.          <div class="card-content">
  1219.            <h2 class="card-title"><a class="top-color" href="/medical-experts-from-scotland-and-the-us-accomplish-historic-stroke-procedure-via-robot/">
  1220.                                        Medical Experts from Scotland and the US Accomplish Historic Stroke Procedure Via Robot
  1221.                                    </a></h2>
  1222.            <p class="card-description"></p>
  1223.            <div class="card-footer">
  1224.              <div class="author-section">
  1225.                <div class="author-avatar">
  1226.                  
  1227.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="author-img">
  1228.                    
  1229.                </div>
  1230.                <div class="author-details">
  1231.                  <span class="author-name">Kathleen Haynes</span>
  1232.                  <span class="publish-date">14 May 2026</span>
  1233.                </div>
  1234.              </div>
  1235.              <div class="read-time">
  1236.                <!-- <span>9 min read</span> -->
  1237.              </div>
  1238.            </div>
  1239.          </div>
  1240.        </div>
  1241.  
  1242.        
  1243.      </div>
  1244.      
  1245.  
  1246.      <!-- Right Side - Grid of Posts -->
  1247.      <div class="col-lg-6 col-md-12">
  1248.        <div class="row h-100">
  1249.          
  1250.          
  1251.            
  1252.          <!-- Medium Featured Post -->
  1253.          <div class="col-12 mb-3">
  1254.            <div class="medium-featured-card h-100">
  1255.              <div class="row g-0 h-100">
  1256.                <div class="col-md-6">
  1257.                  <div class="medium-image-wrapper">
  1258.                    
  1259.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1260.                      
  1261.                    <div class="medium-overlay">
  1262.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1263.                    </div>
  1264.                  </div>
  1265.                </div>
  1266.                <div class="col-md-6">
  1267.                  <div class="medium-content">
  1268.                    <h3 class="medium-title"><a class="top-color" href="/beijings-proposed-ai-regulations-aim-on-minors-safeguards-and-suicide-risk-mitigation/">
  1269.                                        Beijing&#x27;s Proposed AI Regulations Aim on Minors Safeguards and Suicide Risk Mitigation.
  1270.                                    </a></h3>
  1271.                    <p class="medium-excerpt"></p>
  1272.                    <div class="medium-meta">
  1273.                      <span class="author">By Kathleen Haynes</span>
  1274.                      <span class="date">13 May 2026</span>
  1275.                    </div>
  1276.                  </div>
  1277.                </div>
  1278.              </div>
  1279.            </div>
  1280.          </div>
  1281.  
  1282.          
  1283.          
  1284.  
  1285.          
  1286.            <!-- Small Cards Row -->
  1287.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1288.              <div class="small-card h-100">
  1289.                <div class="small-image-wrapper">
  1290.                    
  1291.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1292.                            style="object-fit: cover;" alt="">
  1293.                    
  1294.                  <span class="small-category bg-primary-gradient">News</span>
  1295.                </div>
  1296.                <div class="small-content">
  1297.                  <h4 class="small-title"> <a class="top-color" href="/californias-governor-confirms-he-is-considering-a-presidential-campaign-for-2028/" >
  1298.                                        California&#x27;s Governor Confirms He Is Considering a Presidential Campaign for 2028
  1299.                                    </a></h4>
  1300.                  <p class="medium-excerpt"></p>
  1301.                  <div class="small-meta">
  1302.                    <span>By Kathleen Haynes</span>
  1303.                    <span>13 May 2026</span>
  1304.                  </div>
  1305.                </div>
  1306.              </div>
  1307.            </div>
  1308.            
  1309.            <!-- Small Cards Row -->
  1310.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1311.              <div class="small-card h-100">
  1312.                <div class="small-image-wrapper">
  1313.                    
  1314.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1315.                            style="object-fit: cover;" alt="">
  1316.                    
  1317.                  <span class="small-category bg-primary-gradient">News</span>
  1318.                </div>
  1319.                <div class="small-content">
  1320.                  <h4 class="small-title"> <a class="top-color" href="/some-groups-on-the-opposing-sides-who-offer-only-grievance-the-government-is-proceeding-with-the-job-of-financial-revitalization/" >
  1321.                                        Some groups on the opposing sides who offer only grievance: The government is proceeding with the job of financial revitalization.
  1322.                                    </a></h4>
  1323.                  <p class="medium-excerpt"></p>
  1324.                  <div class="small-meta">
  1325.                    <span>By Kathleen Haynes</span>
  1326.                    <span>13 May 2026</span>
  1327.                  </div>
  1328.                </div>
  1329.              </div>
  1330.            </div>
  1331.            
  1332.  
  1333.        </div>
  1334.      </div>
  1335.    </div>
  1336.  </div>
  1337. </div>
  1338.  
  1339. <style>
  1340.  /* Blog Hero V5 - Clean Card Grid Design */
  1341.  :root {
  1342.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1343.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1344.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1345.  
  1346.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1347.  }
  1348.  
  1349.  .blog-hero-v5 {
  1350.    padding: 4rem 0;
  1351.  }
  1352.  
  1353.  /* Hero Header */
  1354.  .hero-header {
  1355.    margin-bottom: 2rem;
  1356.  }
  1357.  
  1358.  .hero-title {
  1359.    font-size: 3.5rem;
  1360.    font-weight: 800;
  1361.    color: var(--text-dark);
  1362.    margin-bottom: 1rem;
  1363.    letter-spacing: -0.025em;
  1364.    line-height: 1.1;
  1365.  }
  1366.  
  1367.  .hero-subtitle {
  1368.    font-size: 1.25rem;
  1369.    color: var(--text-light);
  1370.    font-weight: 400;
  1371.    max-width: 600px;
  1372.    margin: 0 auto;
  1373.  }
  1374.  
  1375.  /* Large Featured Card */
  1376.  .large-featured-card {
  1377.    background: var(--card-bg);
  1378.    border-radius: var(--border-radius);
  1379.    box-shadow: var(--shadow-medium);
  1380.    overflow: hidden;
  1381.    height: 100%;
  1382.    transition: var(--transition);
  1383.    border: 1px solid var(--border-color);
  1384.  }
  1385.  
  1386.  .large-featured-card:hover {
  1387.    transform: translateY(-8px);
  1388.    box-shadow: var(--shadow-heavy);
  1389.  }
  1390.  
  1391.  .card-image-wrapper {
  1392.    position: relative;
  1393.    height: 280px;
  1394.    overflow: hidden;
  1395.  }
  1396.  
  1397.  .card-image {
  1398.    width: 100%;
  1399.    height: 100%;
  1400.    object-fit: cover;
  1401.    transition: var(--transition);
  1402.  }
  1403.  
  1404.  .large-featured-card:hover .card-image {
  1405.    transform: scale(1.05);
  1406.  }
  1407.  
  1408.  .image-overlay {
  1409.    position: absolute;
  1410.    top: 1.5rem;
  1411.    left: 1.5rem;
  1412.  }
  1413.  
  1414.  .card-content {
  1415.    padding: 2rem;
  1416.  }
  1417.  
  1418.  .card-title {
  1419.    font-size: 1.75rem;
  1420.    font-weight: 700;
  1421.    color: var(--text-dark);
  1422.    margin-bottom: 1rem;
  1423.    line-height: 1.3;
  1424.  }
  1425.  
  1426.  .card-description {
  1427.    color: var(--text-light);
  1428.    font-size: 1rem;
  1429.    line-height: 1.6;
  1430.    margin-bottom: 2rem;
  1431.  }
  1432.  
  1433.  .card-footer {
  1434.    display: flex;
  1435.    align-items: center;
  1436.    justify-content: space-between;
  1437.  }
  1438.  
  1439.  .author-section {
  1440.    display: flex;
  1441.    align-items: center;
  1442.    gap: 1rem;
  1443.  }
  1444.  
  1445.  .author-avatar {
  1446.    width: 48px;
  1447.    height: 48px;
  1448.    border-radius: 50%;
  1449.    overflow: hidden;
  1450.    border: 2px solid var(--border-color);
  1451.  }
  1452.  
  1453.  .author-avatar img {
  1454.    width: 100%;
  1455.    height: 100%;
  1456.    object-fit: cover;
  1457.  }
  1458.  
  1459.  .author-details {
  1460.    display: flex;
  1461.    flex-direction: column;
  1462.  }
  1463.  
  1464.  .author-name {
  1465.    font-weight: 600;
  1466.    color: var(--text-dark);
  1467.    font-size: 0.95rem;
  1468.  }
  1469.  
  1470.  .publish-date {
  1471.    color: var(--text-light);
  1472.    font-size: 0.875rem;
  1473.  }
  1474.  
  1475.  .read-time {
  1476.    background: var(--card-bg);
  1477.    padding: 0.5rem 1rem;
  1478.    border-radius: 20px;
  1479.    font-size: 0.875rem;
  1480.    color: var(--text-light);
  1481.    font-weight: 500;
  1482.  }
  1483.  
  1484.  /* Category Pills */
  1485.  .category-pill {
  1486.    display: inline-block;
  1487.    padding: 0.5rem 1rem;
  1488.    font-size: 0.75rem;
  1489.    font-weight: 600;
  1490.    text-transform: uppercase;
  1491.    letter-spacing: 0.05em;
  1492.    border-radius: 20px;
  1493.    color: white;
  1494.  }
  1495.  
  1496.  
  1497.  /* Medium Featured Card */
  1498.  .medium-featured-card {
  1499.    background: var(--card-bg);
  1500.    border-radius: var(--border-radius);
  1501.    box-shadow: var(--shadow-light);
  1502.    overflow: hidden;
  1503.    height: 220px;
  1504.    transition: var(--transition);
  1505.    border: 1px solid var(--border-color);
  1506.  }
  1507.  
  1508.  .medium-featured-card:hover {
  1509.    transform: translateY(-4px);
  1510.    box-shadow: var(--shadow-medium);
  1511.  }
  1512.  
  1513.  .medium-image-wrapper {
  1514.    position: relative;
  1515.    height: 100%;
  1516.    overflow: hidden;
  1517.  }
  1518.  
  1519.  .medium-image-wrapper img {
  1520.    width: 100%;
  1521.    height: 100%;
  1522.    object-fit: cover;
  1523.    transition: var(--transition);
  1524.  }
  1525.  
  1526.  .medium-featured-card:hover .medium-image-wrapper img {
  1527.    transform: scale(1.05);
  1528.  }
  1529.  
  1530.  .medium-overlay {
  1531.    position: absolute;
  1532.    top: 1rem;
  1533.    left: 1rem;
  1534.  }
  1535.  
  1536.  .medium-content {
  1537.    padding: 1.5rem;
  1538.    display: flex;
  1539.    flex-direction: column;
  1540.    justify-content: space-between;
  1541.    height: 100%;
  1542.  }
  1543.  
  1544.  .medium-title {
  1545.    font-size: 1.25rem;
  1546.    font-weight: 600;
  1547.    color: var(--text-dark);
  1548.    margin-bottom: 0.75rem;
  1549.    line-height: 1.3;
  1550.  }
  1551.  
  1552.  .medium-excerpt {
  1553.    color: var(--text-light);
  1554.    font-size: 0.9rem;
  1555.    line-height: 1.5;
  1556.    margin-bottom: 1rem;
  1557.    flex-grow: 1;
  1558.  }
  1559.  
  1560.  .medium-meta {
  1561.    display: flex;
  1562.    flex-direction: column;
  1563.    gap: 0.25rem;
  1564.    font-size: 0.8rem;
  1565.  }
  1566.  
  1567.  /* Small Cards */
  1568.  .small-card {
  1569.    background: var(--card-bg);
  1570.    border-radius: var(--border-radius);
  1571.    box-shadow: var(--shadow-light);
  1572.    overflow: hidden;
  1573.    transition: var(--transition);
  1574.    border: 1px solid var(--border-color);
  1575.    display: flex;
  1576.    flex-direction: column;
  1577.  }
  1578.  
  1579.  .small-card:hover {
  1580.    transform: translateY(-4px);
  1581.    box-shadow: var(--shadow-medium);
  1582.  }
  1583.  
  1584.  .small-image-wrapper {
  1585.    position: relative;
  1586.    height: 140px;
  1587.    overflow: hidden;
  1588.    flex-shrink: 0;
  1589.  }
  1590.  
  1591.  .small-image-wrapper img {
  1592.    width: 100%;
  1593.    height: 100%;
  1594.    object-fit: cover;
  1595.    transition: var(--transition);
  1596.  }
  1597.  
  1598.  .small-card:hover .small-image-wrapper img {
  1599.    transform: scale(1.05);
  1600.  }
  1601.  
  1602.  .small-category {
  1603.    position: absolute;
  1604.    top: 0.75rem;
  1605.    left: 0.75rem;
  1606.    padding: 0.25rem 0.75rem;
  1607.    font-size: 0.7rem;
  1608.    font-weight: 600;
  1609.    text-transform: uppercase;
  1610.    border-radius: 12px;
  1611.    color: white;
  1612.  }
  1613.  
  1614.  
  1615.  .small-content {
  1616.    padding: 1rem;
  1617.    flex-grow: 1;
  1618.    display: flex;
  1619.    flex-direction: column;
  1620.    justify-content: space-between;
  1621.  }
  1622.  
  1623.  .small-title {
  1624.    font-size: 1rem;
  1625.    font-weight: 600;
  1626.    color: var(--text-dark);
  1627.    margin-bottom: 0.75rem;
  1628.    line-height: 1.3;
  1629.  }
  1630.  
  1631.  .small-meta {
  1632.    display: flex;
  1633.    justify-content: space-between;
  1634.    font-size: 0.75rem;
  1635.    color: var(--text-light);
  1636.  }
  1637.  
  1638.  /* Stats Section - Removed */
  1639.  
  1640.  /* Responsive Design */
  1641.  @media (max-width: 992px) {
  1642.    .hero-title {
  1643.      font-size: 2.5rem;
  1644.    }
  1645.  
  1646.    .card-content {
  1647.      padding: 1.5rem;
  1648.    }
  1649.  
  1650.    .card-title {
  1651.      font-size: 1.5rem;
  1652.    }
  1653.  
  1654.    .medium-featured-card {
  1655.      height: auto;
  1656.    }
  1657.  
  1658.    .medium-content {
  1659.      height: auto;
  1660.    }
  1661.  }
  1662.  
  1663.  @media (max-width: 768px) {
  1664.    .blog-hero-v5 {
  1665.      padding: 2rem 0;
  1666.    }
  1667.  
  1668.    .hero-title {
  1669.      font-size: 2rem;
  1670.    }
  1671.  
  1672.    .hero-subtitle {
  1673.      font-size: 1rem;
  1674.    }
  1675.  
  1676.    .card-image-wrapper {
  1677.      height: 200px;
  1678.    }
  1679.  
  1680.    .medium-featured-card {
  1681.      height: auto;
  1682.    }
  1683.  
  1684.    .medium-image-wrapper {
  1685.      height: 150px;
  1686.    }
  1687.  
  1688.    .small-image-wrapper {
  1689.      height: 120px;
  1690.    }
  1691.  }
  1692.  
  1693.  @media (max-width: 576px) {
  1694.    .card-footer {
  1695.      flex-direction: column;
  1696.      align-items: flex-start;
  1697.      gap: 1rem;
  1698.    }
  1699.  
  1700.    .stat-number {
  1701.      font-size: 1.5rem;
  1702.    }
  1703.  }
  1704. </style>
  1705.  
  1706.  
  1707.  
  1708.  
  1709.  
  1710.        <!-- end of wpo-blog-hero -->
  1711.  
  1712.        <!-- start of wpo-breacking-news -->
  1713.        
  1714.        <!-- end of wpo-breacking-news -->
  1715.        
  1716.        <!-- start wpo-blog-highlights-section -->
  1717.        
  1718.  
  1719.  
  1720.  
  1721.    
  1722.  
  1723.  
  1724.  
  1725. <style>
  1726.    .blog-highlights-v2 {
  1727.        padding: 60px 0;
  1728.        position: relative;
  1729.        overflow: hidden;
  1730.    }
  1731.    
  1732.    .blog-highlights-v2::before {
  1733.        content: '';
  1734.        position: absolute;
  1735.        top: 0;
  1736.        left: 0;
  1737.        width: 100%;
  1738.        height: 100%;
  1739.        background: var(--body-bg);
  1740.        pointer-events: none;
  1741.    }
  1742.    
  1743.    .blog-card-v2 {
  1744.        border: none;
  1745.        border-radius: 20px;
  1746.        overflow: hidden;
  1747.        background: white;
  1748.        height: 100%;
  1749.        position: relative;
  1750.        transform: translateY(0);
  1751.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  1752.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1753.        will-change: transform;
  1754.    }
  1755.    
  1756.    .blog-card-v2::before {
  1757.        content: '';
  1758.        position: absolute;
  1759.        top: 0;
  1760.        left: 0;
  1761.        width: 100%;
  1762.        height: 100%;
  1763.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  1764.        transform: translateX(-100%);
  1765.        transition: transform 0.6s ease;
  1766.        z-index: 1;
  1767.    }
  1768.    
  1769.    .blog-card-v2:hover {
  1770.        transform: translateY(-15px) scale(1.02);
  1771.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  1772.    }
  1773.    
  1774.    .blog-card-v2:hover::before {
  1775.        transform: translateX(100%);
  1776.    }
  1777.    
  1778.    .blog-image-v2 {
  1779.        position: relative;
  1780.        overflow: hidden;
  1781.        height: 250px;
  1782.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  1783.    }
  1784.    
  1785.    .blog-image-v2::after {
  1786.        content: '';
  1787.        position: absolute;
  1788.        top: 0;
  1789.        left: 0;
  1790.        width: 100%;
  1791.        height: 100%;
  1792.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  1793.        z-index: 2;
  1794.    }
  1795.    
  1796.    .blog-image-v2 img {
  1797.        width: 100%;
  1798.        height: 100%;
  1799.        object-fit: cover;
  1800.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1801.        transform: scale(1);
  1802.    }
  1803.    
  1804.    .blog-card-v2:hover .blog-image-v2 img {
  1805.        transform: scale(1.1) rotate(2deg);
  1806.    }
  1807.    
  1808.    .blog-category-v2 {
  1809.        position: absolute;
  1810.        top: 20px;
  1811.        left: 20px;
  1812.        padding: 8px 16px;
  1813.        border-radius: 50px;
  1814.        font-size: 12px;
  1815.        font-weight: 700;
  1816.        text-transform: uppercase;
  1817.        letter-spacing: 1px;
  1818.      
  1819.        z-index: 3;
  1820.        transform: translateY(0);
  1821.        transition: all 0.3s ease;
  1822.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1823.    }
  1824.    
  1825.    .blog-card-v2:hover .blog-category-v2 {
  1826.        transform: translateY(-5px);
  1827.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1828.    }
  1829.    
  1830.    .blog-content-v2 {
  1831.        padding: 30px 25px;
  1832.        position: relative;
  1833.        z-index: 2;
  1834.    }
  1835.    
  1836.    .blog-title-v2 {
  1837.        font-size: 18px;
  1838.        font-weight: 700;
  1839.        line-height: 1.4;
  1840.        margin-bottom: 15px;
  1841.        min-height: 50px;
  1842.        position: relative;
  1843.        overflow: hidden;
  1844.    }
  1845.    
  1846.    .blog-title-v2 a {
  1847.        text-decoration: none;
  1848.        position: relative;
  1849.        transition: all 0.3s ease;
  1850.        background-clip: text;
  1851.        -webkit-background-clip: text;
  1852.    }
  1853.    
  1854.    .blog-title-v2 a::after {
  1855.        content: '';
  1856.        position: absolute;
  1857.        bottom: -2px;
  1858.        left: 0;
  1859.        width: 0;
  1860.        height: 2px;
  1861.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1862.        transition: width 0.4s ease;
  1863.    }
  1864.    
  1865.    .blog-card-v2:hover .blog-title-v2 a::after {
  1866.        width: 100%;
  1867.    }
  1868.    
  1869.    .blog-meta-v2 {
  1870.        display: flex;
  1871.        align-items: center;
  1872.        gap: 12px;
  1873.        margin-bottom: 15px;
  1874.        font-size: 13px;
  1875.        padding-bottom: 15px;
  1876.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  1877.        position: relative;
  1878.    }
  1879.    
  1880.    .blog-meta-v2::after {
  1881.        content: '';
  1882.        position: absolute;
  1883.        bottom: -2px;
  1884.        left: 0;
  1885.        width: 0;
  1886.        height: 2px;
  1887.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1888.        transition: width 0.5s ease 0.2s;
  1889.    }
  1890.    
  1891.    .blog-card-v2:hover .blog-meta-v2::after {
  1892.        width: 60px;
  1893.    }
  1894.    
  1895.    .blog-author-img-v2 {
  1896.        width: 32px;
  1897.        height: 32px;
  1898.        border-radius: 50%;
  1899.        object-fit: cover;
  1900.        border: 3px solid white;
  1901.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1902.        transition: all 0.3s ease;
  1903.    }
  1904.    
  1905.    .blog-card-v2:hover .blog-author-img-v2 {
  1906.        transform: scale(1.1);
  1907.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  1908.    }
  1909.    
  1910.    .blog-excerpt-v2 {
  1911.        font-size: 14px;
  1912.        line-height: 1.6;
  1913.        color: #666;
  1914.        display: -webkit-box;
  1915.        -webkit-line-clamp: 3;
  1916.        -webkit-box-orient: vertical;
  1917.        overflow: hidden;
  1918.        position: relative;
  1919.        opacity: 0.8;
  1920.        transition: opacity 0.3s ease;
  1921.    }
  1922.    
  1923.    .blog-card-v2:hover .blog-excerpt-v2 {
  1924.        opacity: 1;
  1925.    }
  1926.    
  1927.    .section-header-v2 {
  1928.        text-align: center;
  1929.        margin-bottom: 70px;
  1930.        position: relative;
  1931.    }
  1932.    
  1933.    .section-title-v2 {
  1934.        font-size: 3.2rem;
  1935.        font-weight: 800;
  1936.        margin-bottom: 20px;
  1937.        position: relative;
  1938.    }
  1939.    
  1940.    .section-title-v2::after {
  1941.        content: '';
  1942.        position: absolute;
  1943.        bottom: -10px;
  1944.        left: 50%;
  1945.        transform: translateX(-50%);
  1946.        width: 80px;
  1947.        height: 4px;
  1948.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1949.        border-radius: 2px;
  1950.    }
  1951.    
  1952.    .section-subtitle-v2 {
  1953.        font-size: 1.1rem;
  1954.        color: #666;
  1955.        max-width: 600px;
  1956.        margin: 0 auto;
  1957.        line-height: 1.6;
  1958.    }
  1959.    
  1960.    .blog-read-more-v2 {
  1961.        position: absolute;
  1962.        bottom: 25px;
  1963.        right: 25px;
  1964.        width: 45px;
  1965.        height: 45px;
  1966.        border-radius: 50%;
  1967.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1968.        display: flex;
  1969.        align-items: center;
  1970.        justify-content: center;
  1971.        color: white;
  1972.        text-decoration: none;
  1973.        transition: all 0.4s ease;
  1974.        transform: scale(0);
  1975.        opacity: 0;
  1976.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1977.    }
  1978.    
  1979.    .blog-card-v2:hover .blog-read-more-v2 {
  1980.        transform: scale(1);
  1981.        opacity: 1;
  1982.    }
  1983.    
  1984.    .blog-read-more-v2:hover {
  1985.        transform: scale(1.1);
  1986.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1987.    }
  1988.    
  1989.    /* Animation Classes */
  1990.    .animate-on-scroll {
  1991.        opacity: 0;
  1992.        transform: translateY(30px);
  1993.        transition: all 0.6s ease;
  1994.    }
  1995.    
  1996.    .animate-on-scroll.animated {
  1997.        opacity: 1;
  1998.        transform: translateY(0);
  1999.    }
  2000.    
  2001.    /* Staggered Animation */
  2002.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  2003.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  2004.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  2005.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  2006.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  2007.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  2008.  
  2009.    @media (max-width: 768px) {
  2010.        .section-title-v2 {
  2011.            font-size: 2.5rem;
  2012.        }
  2013.        .blog-highlights-v2 {
  2014.            padding: 40px 0;
  2015.        }
  2016.        .blog-content-v2 {
  2017.            padding: 25px 20px;
  2018.        }
  2019.        .blog-card-v2:hover {
  2020.            transform: translateY(-10px) scale(1.01);
  2021.        }
  2022.    }
  2023. </style>
  2024.  
  2025. <section class="blog-highlights-v2">
  2026.    <div class="container-fluid fluid-container">
  2027.        <div class="row">
  2028.            <div class="col-12">
  2029.                <div class="section-header-v2 animate-on-scroll">
  2030.                    <h2 class="section-title-v2 text-primary-gradient">
  2031.                Today's Top Highlights
  2032.                   </h2>
  2033.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  2034.                </div>
  2035.            </div>
  2036.        </div>
  2037.        
  2038.        <div class="row">
  2039.            <div class="col-lg-8 col-12">
  2040.                <div class="row g-4">
  2041.                    
  2042.                    <div class="col-lg-6 col-md-6 col-12">
  2043.                        <div class="card blog-card-v2 animate-on-scroll">
  2044.                            <div class="blog-image-v2">
  2045.                                
  2046.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2047.                                
  2048.                                <span class="blog-category-v2 bg-primary-gradient">
  2049.                                    News
  2050.                                </span>
  2051.                            </div>
  2052.                            <div class="blog-content-v2">
  2053.                                <h3 class="blog-title-v2">
  2054.                                    <a class="top-color" href="/previous-bbc-consultants-face-parliamentary-questioning-after-assertions-of-prejudice-in-disclosed-memorandum/">
  2055.                                    Previous BBC Consultants Face Parliamentary Questioning After Assertions of Prejudice in Disclosed Memorandum
  2056.                                    </a>
  2057.                                </h3>
  2058.                                <div class="blog-meta-v2">
  2059.                                    
  2060.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="blog-author-img-v2">
  2061.                                    
  2062.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2063.                                    <span>By Kathleen Haynes</span>
  2064.                                    <span style="color: #ccc;">•</span>
  2065.                                    <span style="color: #999;">13 May 2026</span>
  2066.                                </div>
  2067.                                <p class="blog-excerpt-v2"></p>
  2068.                              
  2069.                            </div>
  2070.                        </div>
  2071.                    </div>
  2072.                    
  2073.                    <div class="col-lg-6 col-md-6 col-12">
  2074.                        <div class="card blog-card-v2 animate-on-scroll">
  2075.                            <div class="blog-image-v2">
  2076.                                
  2077.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2078.                                
  2079.                                <span class="blog-category-v2 bg-primary-gradient">
  2080.                                    News
  2081.                                </span>
  2082.                            </div>
  2083.                            <div class="blog-content-v2">
  2084.                                <h3 class="blog-title-v2">
  2085.                                    <a class="top-color" href="/canadas-blue-jays-claim-fall-classic-showdown-with-los-angeles-dodgers/">
  2086.                                    Canada&#x27;s Blue Jays Claim Fall Classic Showdown With Los Angeles Dodgers
  2087.                                    </a>
  2088.                                </h3>
  2089.                                <div class="blog-meta-v2">
  2090.                                    
  2091.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="blog-author-img-v2">
  2092.                                    
  2093.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2094.                                    <span>By Kathleen Haynes</span>
  2095.                                    <span style="color: #ccc;">•</span>
  2096.                                    <span style="color: #999;">13 May 2026</span>
  2097.                                </div>
  2098.                                <p class="blog-excerpt-v2"></p>
  2099.                              
  2100.                            </div>
  2101.                        </div>
  2102.                    </div>
  2103.                    
  2104.                    <div class="col-lg-6 col-md-6 col-12">
  2105.                        <div class="card blog-card-v2 animate-on-scroll">
  2106.                            <div class="blog-image-v2">
  2107.                                
  2108.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2109.                                
  2110.                                <span class="blog-category-v2 bg-primary-gradient">
  2111.                                    News
  2112.                                </span>
  2113.                            </div>
  2114.                            <div class="blog-content-v2">
  2115.                                <h3 class="blog-title-v2">
  2116.                                    <a class="top-color" href="/the-english-team-select-the-off-spinner-in-squad-for-the-ashes-series-opener/">
  2117.                                    The English team Select the off-spinner in Squad for The Ashes series Opener
  2118.                                    </a>
  2119.                                </h3>
  2120.                                <div class="blog-meta-v2">
  2121.                                    
  2122.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="blog-author-img-v2">
  2123.                                    
  2124.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2125.                                    <span>By Kathleen Haynes</span>
  2126.                                    <span style="color: #ccc;">•</span>
  2127.                                    <span style="color: #999;">13 May 2026</span>
  2128.                                </div>
  2129.                                <p class="blog-excerpt-v2"></p>
  2130.                              
  2131.                            </div>
  2132.                        </div>
  2133.                    </div>
  2134.                    
  2135.                    <div class="col-lg-6 col-md-6 col-12">
  2136.                        <div class="card blog-card-v2 animate-on-scroll">
  2137.                            <div class="blog-image-v2">
  2138.                                
  2139.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2140.                                
  2141.                                <span class="blog-category-v2 bg-primary-gradient">
  2142.                                    News
  2143.                                </span>
  2144.                            </div>
  2145.                            <div class="blog-content-v2">
  2146.                                <h3 class="blog-title-v2">
  2147.                                    <a class="top-color" href="/olympic-athlete-and-several-eritreans-released-after-18-years-without-facing-charges-relatives-report/">
  2148.                                    Olympic Athlete and Several Eritreans Released After 18 Years Without Facing Charges, Relatives Report
  2149.                                    </a>
  2150.                                </h3>
  2151.                                <div class="blog-meta-v2">
  2152.                                    
  2153.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="blog-author-img-v2">
  2154.                                    
  2155.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2156.                                    <span>By Kathleen Haynes</span>
  2157.                                    <span style="color: #ccc;">•</span>
  2158.                                    <span style="color: #999;">13 May 2026</span>
  2159.                                </div>
  2160.                                <p class="blog-excerpt-v2"></p>
  2161.                              
  2162.                            </div>
  2163.                        </div>
  2164.                    </div>
  2165.                    
  2166.                    <div class="col-lg-6 col-md-6 col-12">
  2167.                        <div class="card blog-card-v2 animate-on-scroll">
  2168.                            <div class="blog-image-v2">
  2169.                                
  2170.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2171.                                
  2172.                                <span class="blog-category-v2 bg-primary-gradient">
  2173.                                    News
  2174.                                </span>
  2175.                            </div>
  2176.                            <div class="blog-content-v2">
  2177.                                <h3 class="blog-title-v2">
  2178.                                    <a class="top-color" href="/kpop-demon-hunters-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/">
  2179.                                    KPop Demon Hunters Balloons to Make a Grand Appearance at the Iconic Thanksgiving Parade
  2180.                                    </a>
  2181.                                </h3>
  2182.                                <div class="blog-meta-v2">
  2183.                                    
  2184.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="blog-author-img-v2">
  2185.                                    
  2186.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2187.                                    <span>By Kathleen Haynes</span>
  2188.                                    <span style="color: #ccc;">•</span>
  2189.                                    <span style="color: #999;">12 May 2026</span>
  2190.                                </div>
  2191.                                <p class="blog-excerpt-v2"></p>
  2192.                              
  2193.                            </div>
  2194.                        </div>
  2195.                    </div>
  2196.                    
  2197.                    <div class="col-lg-6 col-md-6 col-12">
  2198.                        <div class="card blog-card-v2 animate-on-scroll">
  2199.                            <div class="blog-image-v2">
  2200.                                
  2201.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2202.                                
  2203.                                <span class="blog-category-v2 bg-primary-gradient">
  2204.                                    News
  2205.                                </span>
  2206.                            </div>
  2207.                            <div class="blog-content-v2">
  2208.                                <h3 class="blog-title-v2">
  2209.                                    <a class="top-color" href="/shocking-unearthing-remains-of-vanished-mum-and-daughter-located-in-freezing-units-in-austria/">
  2210.                                    Shocking Unearthing: Remains of Vanished Mum and Daughter Located in Freezing Units in Austria
  2211.                                    </a>
  2212.                                </h3>
  2213.                                <div class="blog-meta-v2">
  2214.                                    
  2215.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="blog-author-img-v2">
  2216.                                    
  2217.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2218.                                    <span>By Kathleen Haynes</span>
  2219.                                    <span style="color: #ccc;">•</span>
  2220.                                    <span style="color: #999;">12 May 2026</span>
  2221.                                </div>
  2222.                                <p class="blog-excerpt-v2"></p>
  2223.                              
  2224.                            </div>
  2225.                        </div>
  2226.                    </div>
  2227.                    
  2228.                    <div class="col-lg-6 col-md-6 col-12">
  2229.                        <div class="card blog-card-v2 animate-on-scroll">
  2230.                            <div class="blog-image-v2">
  2231.                                
  2232.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2233.                                
  2234.                                <span class="blog-category-v2 bg-primary-gradient">
  2235.                                    News
  2236.                                </span>
  2237.                            </div>
  2238.                            <div class="blog-content-v2">
  2239.                                <h3 class="blog-title-v2">
  2240.                                    <a class="top-color" href="/spotify-wrapped-launch-date-plus-your-burning-questions-explained/">
  2241.                                    Spotify Wrapped: Launch Date plus Your Burning Questions Explained
  2242.                                    </a>
  2243.                                </h3>
  2244.                                <div class="blog-meta-v2">
  2245.                                    
  2246.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="blog-author-img-v2">
  2247.                                    
  2248.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2249.                                    <span>By Kathleen Haynes</span>
  2250.                                    <span style="color: #ccc;">•</span>
  2251.                                    <span style="color: #999;">12 May 2026</span>
  2252.                                </div>
  2253.                                <p class="blog-excerpt-v2"></p>
  2254.                              
  2255.                            </div>
  2256.                        </div>
  2257.                    </div>
  2258.                    
  2259.                    <div class="col-lg-6 col-md-6 col-12">
  2260.                        <div class="card blog-card-v2 animate-on-scroll">
  2261.                            <div class="blog-image-v2">
  2262.                                
  2263.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2264.                                
  2265.                                <span class="blog-category-v2 bg-primary-gradient">
  2266.                                    News
  2267.                                </span>
  2268.                            </div>
  2269.                            <div class="blog-content-v2">
  2270.                                <h3 class="blog-title-v2">
  2271.                                    <a class="top-color" href="/calm-finish-to-lionel-messis-visit-to-india-following-disorder-in-kolkata/">
  2272.                                    Calm Finish to Lionel Messi&#x27;s Visit to India Following Disorder in Kolkata
  2273.                                    </a>
  2274.                                </h3>
  2275.                                <div class="blog-meta-v2">
  2276.                                    
  2277.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="blog-author-img-v2">
  2278.                                    
  2279.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2280.                                    <span>By Kathleen Haynes</span>
  2281.                                    <span style="color: #ccc;">•</span>
  2282.                                    <span style="color: #999;">12 May 2026</span>
  2283.                                </div>
  2284.                                <p class="blog-excerpt-v2"></p>
  2285.                              
  2286.                            </div>
  2287.                        </div>
  2288.                    </div>
  2289.                    
  2290.                    <div class="col-lg-6 col-md-6 col-12">
  2291.                        <div class="card blog-card-v2 animate-on-scroll">
  2292.                            <div class="blog-image-v2">
  2293.                                
  2294.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2295.                                
  2296.                                <span class="blog-category-v2 bg-primary-gradient">
  2297.                                    News
  2298.                                </span>
  2299.                            </div>
  2300.                            <div class="blog-content-v2">
  2301.                                <h3 class="blog-title-v2">
  2302.                                    <a class="top-color" href="/esteemed-photographer-brian-harris-obituary-a-life-through-the-lens/">
  2303.                                    Esteemed Photographer Brian Harris Obituary: A Life Through the Lens
  2304.                                    </a>
  2305.                                </h3>
  2306.                                <div class="blog-meta-v2">
  2307.                                    
  2308.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="blog-author-img-v2">
  2309.                                    
  2310.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2311.                                    <span>By Kathleen Haynes</span>
  2312.                                    <span style="color: #ccc;">•</span>
  2313.                                    <span style="color: #999;">12 May 2026</span>
  2314.                                </div>
  2315.                                <p class="blog-excerpt-v2"></p>
  2316.                              
  2317.                            </div>
  2318.                        </div>
  2319.                    </div>
  2320.                    
  2321.                    <div class="col-lg-6 col-md-6 col-12">
  2322.                        <div class="card blog-card-v2 animate-on-scroll">
  2323.                            <div class="blog-image-v2">
  2324.                                
  2325.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2326.                                
  2327.                                <span class="blog-category-v2 bg-primary-gradient">
  2328.                                    News
  2329.                                </span>
  2330.                            </div>
  2331.                            <div class="blog-content-v2">
  2332.                                <h3 class="blog-title-v2">
  2333.                                    <a class="top-color" href="/new-yorks-met-museum-confronts-lawsuit-over-allegedly-nazi-stolen-van-gogh-painting/">
  2334.                                    New York&#x27;s Met Museum Confronts Lawsuit Over Allegedly Nazi-Stolen Van Gogh Painting
  2335.                                    </a>
  2336.                                </h3>
  2337.                                <div class="blog-meta-v2">
  2338.                                    
  2339.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="blog-author-img-v2">
  2340.                                    
  2341.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2342.                                    <span>By Kathleen Haynes</span>
  2343.                                    <span style="color: #ccc;">•</span>
  2344.                                    <span style="color: #999;">12 May 2026</span>
  2345.                                </div>
  2346.                                <p class="blog-excerpt-v2"></p>
  2347.                              
  2348.                            </div>
  2349.                        </div>
  2350.                    </div>
  2351.                    
  2352.                    <div class="col-lg-6 col-md-6 col-12">
  2353.                        <div class="card blog-card-v2 animate-on-scroll">
  2354.                            <div class="blog-image-v2">
  2355.                                
  2356.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2357.                                
  2358.                                <span class="blog-category-v2 bg-primary-gradient">
  2359.                                    News
  2360.                                </span>
  2361.                            </div>
  2362.                            <div class="blog-content-v2">
  2363.                                <h3 class="blog-title-v2">
  2364.                                    <a class="top-color" href="/american-lawmaker-urges-former-prince-andrew-to-provide-testimony-in-jeffrey-epstein-investigation/">
  2365.                                    American Lawmaker Urges Former Prince Andrew to Provide Testimony in Jeffrey Epstein Investigation
  2366.                                    </a>
  2367.                                </h3>
  2368.                                <div class="blog-meta-v2">
  2369.                                    
  2370.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="blog-author-img-v2">
  2371.                                    
  2372.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2373.                                    <span>By Kathleen Haynes</span>
  2374.                                    <span style="color: #ccc;">•</span>
  2375.                                    <span style="color: #999;">12 May 2026</span>
  2376.                                </div>
  2377.                                <p class="blog-excerpt-v2"></p>
  2378.                              
  2379.                            </div>
  2380.                        </div>
  2381.                    </div>
  2382.                    
  2383.                    <div class="col-lg-6 col-md-6 col-12">
  2384.                        <div class="card blog-card-v2 animate-on-scroll">
  2385.                            <div class="blog-image-v2">
  2386.                                
  2387.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2388.                                
  2389.                                <span class="blog-category-v2 bg-primary-gradient">
  2390.                                    News
  2391.                                </span>
  2392.                            </div>
  2393.                            <div class="blog-content-v2">
  2394.                                <h3 class="blog-title-v2">
  2395.                                    <a class="top-color" href="/the-gulf-nation-to-present-case-at-uk-highest-court-over-sovereign-immunity-in-spyware-allegations/">
  2396.                                    The Gulf nation to Present Case at UK Highest Court Over Sovereign Immunity in Spyware Allegations
  2397.                                    </a>
  2398.                                </h3>
  2399.                                <div class="blog-meta-v2">
  2400.                                    
  2401.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="blog-author-img-v2">
  2402.                                    
  2403.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2404.                                    <span>By Kathleen Haynes</span>
  2405.                                    <span style="color: #ccc;">•</span>
  2406.                                    <span style="color: #999;">12 May 2026</span>
  2407.                                </div>
  2408.                                <p class="blog-excerpt-v2"></p>
  2409.                              
  2410.                            </div>
  2411.                        </div>
  2412.                    </div>
  2413.                    
  2414.                    
  2415.  
  2416.                </div>
  2417.            </div>
  2418.            
  2419.               <div class="col col-lg-4 col-12">
  2420.                
  2421.  
  2422.  
  2423.  
  2424.    
  2425.  
  2426.  
  2427. <!-- Blog Sidebar V2 - Focused Design -->
  2428.  <div class="sidebar mb-3">
  2429.    <!-- Recent Posts Section -->
  2430.    <div class="sidebar-widget mb-4">
  2431.      <div class="widget-title-wrapper mb-3">
  2432.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2433.          <i class="ti-time me-2"></i>Recent Posts
  2434.          <span class="title-arrow-primary"></span>
  2435.        </h4>
  2436.      </div>
  2437.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2438.        <div class="recent-post-list">
  2439.          
  2440.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2441.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2442.              
  2443.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2444.              
  2445.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2446.            </div>
  2447.            <div class="post-content flex-grow-1">
  2448.              <h6 class="post-title mb-2">
  2449.                <a href="/the-visionary-filmmaker-clarifies-computers-dont-create-avatar-films/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2450.                                            The Visionary Filmmaker Clarifies: ‘Computers Don’t Create Avatar Films’
  2451.                                            </a>
  2452.              </h6>
  2453.              <div class="post-meta">
  2454.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2455.                <!-- <small class="text-muted">
  2456.                  <i class="ti-eye me-1"></i>348 views
  2457.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2458.                </small> -->
  2459.              </div>
  2460.            </div>
  2461.          </div>
  2462.          
  2463.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2464.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2465.              
  2466.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2467.              
  2468.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2469.            </div>
  2470.            <div class="post-content flex-grow-1">
  2471.              <h6 class="post-title mb-2">
  2472.                <a href="/bound-isolated-and-frightened-the-grim-situation-for-female-prisoners-forced-to-deliver-in-prison/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2473.                                            Bound, Isolated and Frightened: The Grim Situation for Female Prisoners Forced to Deliver in Prison.
  2474.                                            </a>
  2475.              </h6>
  2476.              <div class="post-meta">
  2477.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2478.                <!-- <small class="text-muted">
  2479.                  <i class="ti-eye me-1"></i>348 views
  2480.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2481.                </small> -->
  2482.              </div>
  2483.            </div>
  2484.          </div>
  2485.          
  2486.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2487.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2488.              
  2489.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2490.              
  2491.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2492.            </div>
  2493.            <div class="post-content flex-grow-1">
  2494.              <h6 class="post-title mb-2">
  2495.                <a href="/a-story-of-surprising-generosity-when-a-student-allowed-me-to-sleep-on-her-dormitory-ground/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2496.                                            A Story of Surprising Generosity: When a Student Allowed Me to Sleep on Her Dormitory Ground
  2497.                                            </a>
  2498.              </h6>
  2499.              <div class="post-meta">
  2500.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2501.                <!-- <small class="text-muted">
  2502.                  <i class="ti-eye me-1"></i>348 views
  2503.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2504.                </small> -->
  2505.              </div>
  2506.            </div>
  2507.          </div>
  2508.          
  2509.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2510.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2511.              
  2512.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2513.              
  2514.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2515.            </div>
  2516.            <div class="post-content flex-grow-1">
  2517.              <h6 class="post-title mb-2">
  2518.                <a href="/among-the-ruined-remains-of-an-apartment-block-i-encountered-a-book-i-had-rendered/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2519.                                            Among the Ruined Remains of an Apartment Block, I Encountered a Book I Had Rendered
  2520.                                            </a>
  2521.              </h6>
  2522.              <div class="post-meta">
  2523.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2524.                <!-- <small class="text-muted">
  2525.                  <i class="ti-eye me-1"></i>348 views
  2526.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2527.                </small> -->
  2528.              </div>
  2529.            </div>
  2530.          </div>
  2531.          
  2532.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2533.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2534.              
  2535.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2536.              
  2537.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2538.            </div>
  2539.            <div class="post-content flex-grow-1">
  2540.              <h6 class="post-title mb-2">
  2541.                <a href="/3-xbox-game-pass-titles-were-enjoying-this-weekend-oct-10-12/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2542.                                            3 Xbox Game Pass Titles We&#x27;re Enjoying This Weekend (Oct. 10-12)
  2543.                                            </a>
  2544.              </h6>
  2545.              <div class="post-meta">
  2546.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2547.                <!-- <small class="text-muted">
  2548.                  <i class="ti-eye me-1"></i>348 views
  2549.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2550.                </small> -->
  2551.              </div>
  2552.            </div>
  2553.          </div>
  2554.          
  2555.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2556.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2557.              
  2558.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2559.              
  2560.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2561.            </div>
  2562.            <div class="post-content flex-grow-1">
  2563.              <h6 class="post-title mb-2">
  2564.                <a href="/daily-existence-for-120000-asylum-seekers-in-mauritanias-massive-mbera-camp-on-the-mali-border/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2565.                                            Daily Existence for 120,000 Asylum Seekers in Mauritania&#x27;s Massive Mbera Camp on the Mali Border.
  2566.                                            </a>
  2567.              </h6>
  2568.              <div class="post-meta">
  2569.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2570.                <!-- <small class="text-muted">
  2571.                  <i class="ti-eye me-1"></i>348 views
  2572.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2573.                </small> -->
  2574.              </div>
  2575.            </div>
  2576.          </div>
  2577.          
  2578.  
  2579.        </div>
  2580.  
  2581.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2582.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2583.        </div> -->
  2584.      </div>
  2585.    </div>
  2586.    
  2587.    
  2588.    <div class="sidebar-widget mb-4">
  2589.      <div class="widget-title-wrapper mb-3">
  2590.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2591.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2592.          <span class="title-arrow"></span>
  2593.        </h4>
  2594.      </div>
  2595.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2596.        <div class="blog-roll-list scrollable-sidebar">
  2597.          
  2598.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2599.            <a href="https://wallaseycemetery.co.uk"  rel="dofollow" class="text-decoration-none ">
  2600.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2601.                <i class="ti-angle-right me-2 text-primary"></i>
  2602.                 best uk betting sites
  2603.              </h6>
  2604.            </a>
  2605.          </div>
  2606.          
  2607.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2608.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none ">
  2609.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2610.                <i class="ti-angle-right me-2 text-primary"></i>
  2611.                 casinos not on gamstop
  2612.              </h6>
  2613.            </a>
  2614.          </div>
  2615.          
  2616.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2617.            <a href="https://www.squarebox.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2618.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2619.                <i class="ti-angle-right me-2 text-primary"></i>
  2620.                 casinos not on gamstop
  2621.              </h6>
  2622.            </a>
  2623.          </div>
  2624.          
  2625.  
  2626.        </div>
  2627.  
  2628.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2629.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2630.        </div> -->
  2631.      </div>
  2632.    </div>
  2633.    
  2634.    <div class="sidebar-widget mb-4">
  2635.      <div class="widget-title-wrapper mb-3">
  2636.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2637.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2638.          <span class="title-arrow"></span>
  2639.        </h4>
  2640.      </div>
  2641.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2642.        <div class="blog-roll-list scrollable-sidebar">
  2643.          
  2644.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2645.            <a href="https://www.adhdfoundation.org.uk"  rel="dofollow" class="text-decoration-none ">
  2646.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2647.                <i class="ti-angle-right me-2 text-primary"></i>
  2648.                 casinos not on gamstop
  2649.              </h6>
  2650.            </a>
  2651.          </div>
  2652.          
  2653.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2654.            <a href="https://kazbar.co.uk"  rel="dofollow" class="text-decoration-none ">
  2655.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2656.                <i class="ti-angle-right me-2 text-primary"></i>
  2657.                 online betting sites not on gamstop
  2658.              </h6>
  2659.            </a>
  2660.          </div>
  2661.          
  2662.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2663.            <a href="https://lagoccia.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2664.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2665.                <i class="ti-angle-right me-2 text-primary"></i>
  2666.                 online casino sites
  2667.              </h6>
  2668.            </a>
  2669.          </div>
  2670.          
  2671.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2672.            <a href="https://www.ambiental.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2673.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2674.                <i class="ti-angle-right me-2 text-primary"></i>
  2675.                 non gamstop casinos
  2676.              </h6>
  2677.            </a>
  2678.          </div>
  2679.          
  2680.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2681.            <a href="https://www.helptobuy.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2682.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2683.                <i class="ti-angle-right me-2 text-primary"></i>
  2684.                 casinos not on gamstop
  2685.              </h6>
  2686.            </a>
  2687.          </div>
  2688.          
  2689.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2690.            <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2691.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2692.                <i class="ti-angle-right me-2 text-primary"></i>
  2693.                 casino site
  2694.              </h6>
  2695.            </a>
  2696.          </div>
  2697.          
  2698.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2699.            <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none ">
  2700.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2701.                <i class="ti-angle-right me-2 text-primary"></i>
  2702.                 non GamStop casinos
  2703.              </h6>
  2704.            </a>
  2705.          </div>
  2706.          
  2707.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2708.            <a href="https://digitalleadershipforum.co.uk"  rel="dofollow" class="text-decoration-none ">
  2709.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2710.                <i class="ti-angle-right me-2 text-primary"></i>
  2711.                 non uk casinos
  2712.              </h6>
  2713.            </a>
  2714.          </div>
  2715.          
  2716.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2717.            <a href="https://www.impact-awards.co.uk"  rel="dofollow" class="text-decoration-none ">
  2718.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2719.                <i class="ti-angle-right me-2 text-primary"></i>
  2720.                 casino sites
  2721.              </h6>
  2722.            </a>
  2723.          </div>
  2724.          
  2725.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2726.            <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none ">
  2727.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2728.                <i class="ti-angle-right me-2 text-primary"></i>
  2729.                 non GamStop casinos UK
  2730.              </h6>
  2731.            </a>
  2732.          </div>
  2733.          
  2734.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2735.            <a href="https://www.londonart.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2736.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2737.                <i class="ti-angle-right me-2 text-primary"></i>
  2738.                 best escorts london
  2739.              </h6>
  2740.            </a>
  2741.          </div>
  2742.          
  2743.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2744.            <a href="https://thepearlyqueen.com/"  rel="dofollow" class="text-decoration-none ">
  2745.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2746.                <i class="ti-angle-right me-2 text-primary"></i>
  2747.                 best online casinos
  2748.              </h6>
  2749.            </a>
  2750.          </div>
  2751.          
  2752.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2753.            <a href="https://www.wildandgame.co.uk"  rel="dofollow" class="text-decoration-none ">
  2754.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2755.                <i class="ti-angle-right me-2 text-primary"></i>
  2756.                 casinos not on GamStop
  2757.              </h6>
  2758.            </a>
  2759.          </div>
  2760.          
  2761.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2762.            <a href="https://www.antiquesforeveryone.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2763.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2764.                <i class="ti-angle-right me-2 text-primary"></i>
  2765.                 non GamStop betting sites
  2766.              </h6>
  2767.            </a>
  2768.          </div>
  2769.          
  2770.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2771.            <a href="https://www.hobsoncycles.co.uk"  rel="dofollow" class="text-decoration-none ">
  2772.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2773.                <i class="ti-angle-right me-2 text-primary"></i>
  2774.                 non UK betting sites
  2775.              </h6>
  2776.            </a>
  2777.          </div>
  2778.          
  2779.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2780.            <a href="https://playmonster.co.uk"  rel="dofollow" class="text-decoration-none ">
  2781.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2782.                <i class="ti-angle-right me-2 text-primary"></i>
  2783.                 casino not on GamStop
  2784.              </h6>
  2785.            </a>
  2786.          </div>
  2787.          
  2788.  
  2789.        </div>
  2790.  
  2791.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2792.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2793.        </div> -->
  2794.      </div>
  2795.    </div>
  2796.    
  2797.    <div class="sidebar-widget mb-4">
  2798.      <div class="widget-title-wrapper mb-3">
  2799.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2800.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2801.          <span class="title-arrow"></span>
  2802.        </h4>
  2803.      </div>
  2804.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2805.        <div class="blog-roll-list scrollable-sidebar">
  2806.          
  2807.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2808.            <a href="https://www.drenge.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2809.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2810.                <i class="ti-angle-right me-2 text-primary"></i>
  2811.                 non GamStop casinos
  2812.              </h6>
  2813.            </a>
  2814.          </div>
  2815.          
  2816.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2817.            <a href="https://orangegenie.com"  rel="dofollow" class="text-decoration-none ">
  2818.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2819.                <i class="ti-angle-right me-2 text-primary"></i>
  2820.                 non GamStop UK casinos
  2821.              </h6>
  2822.            </a>
  2823.          </div>
  2824.          
  2825.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2826.            <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2827.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2828.                <i class="ti-angle-right me-2 text-primary"></i>
  2829.                 non GamStop UK casinos
  2830.              </h6>
  2831.            </a>
  2832.          </div>
  2833.          
  2834.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2835.            <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2836.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2837.                <i class="ti-angle-right me-2 text-primary"></i>
  2838.                 Best Casino Not on GamStop
  2839.              </h6>
  2840.            </a>
  2841.          </div>
  2842.          
  2843.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2844.            <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2845.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2846.                <i class="ti-angle-right me-2 text-primary"></i>
  2847.                 non gamstop casinos uk
  2848.              </h6>
  2849.            </a>
  2850.          </div>
  2851.          
  2852.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2853.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2854.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2855.                <i class="ti-angle-right me-2 text-primary"></i>
  2856.                 Best Casinos Not on GAMSTOP
  2857.              </h6>
  2858.            </a>
  2859.          </div>
  2860.          
  2861.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2862.            <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2863.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2864.                <i class="ti-angle-right me-2 text-primary"></i>
  2865.                 best non gamstop casinos
  2866.              </h6>
  2867.            </a>
  2868.          </div>
  2869.          
  2870.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2871.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2872.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2873.                <i class="ti-angle-right me-2 text-primary"></i>
  2874.                 non UKGC casino
  2875.              </h6>
  2876.            </a>
  2877.          </div>
  2878.          
  2879.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2880.            <a href="https://fortwilliamworldcup.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2881.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2882.                <i class="ti-angle-right me-2 text-primary"></i>
  2883.                 non GamStop casinos UK
  2884.              </h6>
  2885.            </a>
  2886.          </div>
  2887.          
  2888.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2889.            <a href="https://www.voteleavetakecontrol.org/"  rel="dofollow" class="text-decoration-none ">
  2890.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2891.                <i class="ti-angle-right me-2 text-primary"></i>
  2892.                 casino not on GamStop
  2893.              </h6>
  2894.            </a>
  2895.          </div>
  2896.          
  2897.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2898.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  2899.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2900.                <i class="ti-angle-right me-2 text-primary"></i>
  2901.                 casino sites not on GamStop
  2902.              </h6>
  2903.            </a>
  2904.          </div>
  2905.          
  2906.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2907.            <a href="https://www.dinton-pastures.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2908.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2909.                <i class="ti-angle-right me-2 text-primary"></i>
  2910.                 UK casino sites
  2911.              </h6>
  2912.            </a>
  2913.          </div>
  2914.          
  2915.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2916.            <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  2917.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2918.                <i class="ti-angle-right me-2 text-primary"></i>
  2919.                 non GamStop casinos
  2920.              </h6>
  2921.            </a>
  2922.          </div>
  2923.          
  2924.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2925.            <a href="https://www.brother2brother.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2926.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2927.                <i class="ti-angle-right me-2 text-primary"></i>
  2928.                 casinos not on GamStop
  2929.              </h6>
  2930.            </a>
  2931.          </div>
  2932.          
  2933.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2934.            <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2935.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2936.                <i class="ti-angle-right me-2 text-primary"></i>
  2937.                 gambling sites not on GamStop
  2938.              </h6>
  2939.            </a>
  2940.          </div>
  2941.          
  2942.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2943.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2944.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2945.                <i class="ti-angle-right me-2 text-primary"></i>
  2946.                 casinos not on GamStop
  2947.              </h6>
  2948.            </a>
  2949.          </div>
  2950.          
  2951.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2952.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  2953.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2954.                <i class="ti-angle-right me-2 text-primary"></i>
  2955.                 casino sites not on GamStop
  2956.              </h6>
  2957.            </a>
  2958.          </div>
  2959.          
  2960.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2961.            <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2962.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2963.                <i class="ti-angle-right me-2 text-primary"></i>
  2964.                 non GamStop casinos
  2965.              </h6>
  2966.            </a>
  2967.          </div>
  2968.          
  2969.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2970.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2971.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2972.                <i class="ti-angle-right me-2 text-primary"></i>
  2973.                 Non UK Casino
  2974.              </h6>
  2975.            </a>
  2976.          </div>
  2977.          
  2978.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2979.            <a href="https://growsheffield.com/"  rel="dofollow" class="text-decoration-none ">
  2980.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2981.                <i class="ti-angle-right me-2 text-primary"></i>
  2982.                 casino not on gamstop
  2983.              </h6>
  2984.            </a>
  2985.          </div>
  2986.          
  2987.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2988.            <a href="https://drive-alive.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2989.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2990.                <i class="ti-angle-right me-2 text-primary"></i>
  2991.                 non gamstop casino
  2992.              </h6>
  2993.            </a>
  2994.          </div>
  2995.          
  2996.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2997.            <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  2998.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2999.                <i class="ti-angle-right me-2 text-primary"></i>
  3000.                 casinos not on gamstop
  3001.              </h6>
  3002.            </a>
  3003.          </div>
  3004.          
  3005.  
  3006.        </div>
  3007.  
  3008.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3009.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3010.        </div> -->
  3011.      </div>
  3012.    </div>
  3013.    
  3014.    <div class="sidebar-widget mb-4">
  3015.      <div class="widget-title-wrapper mb-3">
  3016.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3017.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3018.          <span class="title-arrow"></span>
  3019.        </h4>
  3020.      </div>
  3021.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3022.        <div class="blog-roll-list scrollable-sidebar">
  3023.          
  3024.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3025.            <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3026.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3027.                <i class="ti-angle-right me-2 text-primary"></i>
  3028.                 non uk betting sites
  3029.              </h6>
  3030.            </a>
  3031.          </div>
  3032.          
  3033.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3034.            <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3035.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3036.                <i class="ti-angle-right me-2 text-primary"></i>
  3037.                 non gamstop sports betting
  3038.              </h6>
  3039.            </a>
  3040.          </div>
  3041.          
  3042.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3043.            <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3044.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3045.                <i class="ti-angle-right me-2 text-primary"></i>
  3046.                 top 50 online casinos uk
  3047.              </h6>
  3048.            </a>
  3049.          </div>
  3050.          
  3051.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3052.            <a href="https://thelincolnite.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3053.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3054.                <i class="ti-angle-right me-2 text-primary"></i>
  3055.                 uk casinos not on gamstop
  3056.              </h6>
  3057.            </a>
  3058.          </div>
  3059.          
  3060.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3061.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3062.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3063.                <i class="ti-angle-right me-2 text-primary"></i>
  3064.                 non GamStop casinos
  3065.              </h6>
  3066.            </a>
  3067.          </div>
  3068.          
  3069.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3070.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  3071.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3072.                <i class="ti-angle-right me-2 text-primary"></i>
  3073.                 non GamStop casinos
  3074.              </h6>
  3075.            </a>
  3076.          </div>
  3077.          
  3078.  
  3079.        </div>
  3080.  
  3081.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3082.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3083.        </div> -->
  3084.      </div>
  3085.    </div>
  3086.    
  3087.  </div>
  3088.  
  3089. <!-- Sidebar V2 Styles -->
  3090. <style>
  3091.  .sidebar-widget {
  3092.    position: relative;
  3093.  }
  3094.  
  3095.  .widget-title {
  3096.    font-size: 1.1rem;
  3097.    font-weight: 700;
  3098.    display: inline-block;
  3099.    position: relative;
  3100.    z-index: 2;
  3101.    border-radius: 0;
  3102.  }
  3103.  
  3104.  /* Green arrow for August Blog Roll */
  3105.  .title-arrow::after {
  3106.    content: '';
  3107.    position: absolute;
  3108.    top: 0;
  3109.    right: -22px;
  3110.    width: 0;
  3111.    height: 0;
  3112.    border-left: 22px solid var(--bs-primary);
  3113.    border-top: 22px solid transparent;
  3114.    border-bottom: 22px solid transparent;
  3115.    z-index: 1;
  3116.  }
  3117.  
  3118.  /* Blue arrow for Recent Posts */
  3119.  .title-arrow-primary::after {
  3120.    content: '';
  3121.    position: absolute;
  3122.    top: 0;
  3123.    right: -22px;
  3124.    width: 0;
  3125.    height: 0;
  3126.    border-left: 22px solid var(--bs-primary);
  3127.    border-top: 22px solid transparent;
  3128.    border-bottom: 22px solid transparent;
  3129.    z-index: 1;
  3130.  }
  3131.  
  3132.  .widget-content {
  3133.    margin-top: -1px;
  3134.    position: relative;
  3135.    z-index: 1;
  3136.     background-color: var(--card-bg);
  3137.  }
  3138.  
  3139.  /* Blog Roll Items Hover Effects */
  3140.  .blog-roll-item:hover .post-title {
  3141.    color: #198754 !important;
  3142.    transform: translateX(5px);
  3143.    transition: all 0.3s ease;
  3144.  }
  3145.  
  3146.  /* Recent Post Items Hover Effects */
  3147.  .recent-post-item:hover .post-title a {
  3148.    color: #0d6efd !important;
  3149.    transition: color 0.3s ease;
  3150.  }
  3151.  
  3152.  .recent-post-item:hover .post-image img {
  3153.    transform: scale(1.05);
  3154.    transition: transform 0.3s ease;
  3155.  }
  3156.  
  3157.  /* Button Hover Effects */
  3158.  .btn:hover {
  3159.    transform: translateY(-2px);
  3160.    transition: all 0.3s ease;
  3161.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3162.  }
  3163.  
  3164.  /* Badge Hover Effects */
  3165.  .badge:hover {
  3166.    transform: scale(1.05);
  3167.    transition: transform 0.3s ease;
  3168.  }
  3169.  
  3170.  @media (max-width: 991px) {
  3171.    .sidebar {
  3172.      margin-top: 3rem;
  3173.    }
  3174.  }
  3175.  
  3176.  @media (max-width: 576px) {
  3177.    .widget-title {
  3178.      font-size: 1rem;
  3179.      padding: 0.75rem 1rem !important;
  3180.    }
  3181.  
  3182.    .title-arrow::after,
  3183.    .title-arrow-primary::after {
  3184.      right: -18px;
  3185.      border-left-width: 18px;
  3186.      border-top-width: 18px;
  3187.      border-bottom-width: 18px;
  3188.    }
  3189.  
  3190.    .post-image {
  3191.      width: 70px !important;
  3192.      height: 55px !important;
  3193.    }
  3194.  
  3195.    .blog-meta {
  3196.      flex-direction: column !important;
  3197.      align-items: flex-start !important;
  3198.      gap: 0.5rem;
  3199.    }
  3200.  }
  3201. </style>
  3202.  
  3203.    
  3204.            </div>
  3205.        </div>
  3206.    </div>
  3207. </section>
  3208.  
  3209. <script>
  3210. // Intersection Observer for scroll animations
  3211. document.addEventListener('DOMContentLoaded', function() {
  3212.    const observerOptions = {
  3213.        threshold: 0.1,
  3214.        rootMargin: '0px 0px -50px 0px'
  3215.    };
  3216.  
  3217.    const observer = new IntersectionObserver(function(entries) {
  3218.        entries.forEach(entry => {
  3219.            if (entry.isIntersecting) {
  3220.                entry.target.classList.add('animated');
  3221.            }
  3222.        });
  3223.    }, observerOptions);
  3224.  
  3225.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  3226.        observer.observe(el);
  3227.    });
  3228. });
  3229. </script>
  3230.  
  3231.    
  3232.        
  3233.        <!-- end wpo-blog-highlights-section -->
  3234.        <!-- start wpo-blog-sponsored-section -->
  3235.        
  3236.  
  3237.  
  3238.  
  3239.    
  3240.  
  3241.  
  3242.  
  3243. <style>
  3244.    .sponsored-section-v6 {
  3245.        padding: 45px 0;
  3246.        background: transparent;
  3247.    }
  3248.    
  3249.    .sponsored-card-v6 {
  3250.        background: #ffffff;
  3251.        border: 1px solid #f8f8f8;
  3252.        transition: opacity 0.3s ease;
  3253.        height: 100%;
  3254.    }
  3255.    
  3256.    .sponsored-card-v6:hover {
  3257.        opacity: 0.95;
  3258.    }
  3259.    
  3260.    .sponsored-image-v6 {
  3261.        position: relative;
  3262.        height: 170px;
  3263.    }
  3264.    
  3265.    .sponsored-image-v6 img {
  3266.        width: 100%;
  3267.        height: 100%;
  3268.        object-fit: cover;
  3269.    }
  3270.    
  3271.    .sponsored-image-v6::after {
  3272.        content: '';
  3273.        position: absolute;
  3274.        top: 0;
  3275.        left: 0;
  3276.        right: 0;
  3277.        bottom: 0;
  3278.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  3279.    }
  3280.    
  3281.    .sponsored-badge-v6 {
  3282.        position: absolute;
  3283.        top: 10px;
  3284.        left: 10px;
  3285.        padding: 5px 12px;
  3286.        font-size: 12px;
  3287.        font-weight: 600;
  3288.        text-transform: uppercase;
  3289.        border-radius: 4px;
  3290.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  3291.    }
  3292.    
  3293.    .sponsored-content-v6 {
  3294.        padding: 12px;
  3295.    }
  3296.    
  3297.    .sponsored-title-v6 {
  3298.        font-size: 14px;
  3299.        font-weight: 700;
  3300.        line-height: 1.3;
  3301.        margin-bottom: 6px;
  3302.        color: #333;
  3303.    }
  3304.    
  3305.    .sponsored-title-v6 a {
  3306.        text-decoration: none;
  3307.        color: #333;
  3308.    }
  3309.    
  3310.    .sponsored-title-v6 a:hover {
  3311.        color: #fd7e14; /* Orange hover */
  3312.    }
  3313.    
  3314.    .sponsored-excerpt-v6 {
  3315.        font-size: 12px;
  3316.        font-weight: 600;
  3317.        color: #868e96;
  3318.        margin-bottom: 8px;
  3319.        line-height: 1.4;
  3320.    }
  3321.    
  3322.    .sponsored-meta-v6 {
  3323.        font-size: 11px;
  3324.        color: #6c757d;
  3325.    }
  3326.    
  3327.    .author-info-v6 {
  3328.        display: inline;
  3329.        margin-right: 10px;
  3330.    }
  3331.    
  3332.    .sponsored-author-img-v6 {
  3333.        width: 20px;
  3334.        height: 20px;
  3335.        border-radius: 50%;
  3336.        object-fit: cover;
  3337.        vertical-align: middle;
  3338.        margin-right: 4px;
  3339.    }
  3340.    
  3341.    .section-title-sponsored-v6 {
  3342.        font-size: 1.9rem;
  3343.        font-weight: 600;
  3344.        text-align: left;
  3345.        margin-bottom: 25px;
  3346.        color: #333;
  3347.        border-left: 4px solid #fd7e14;
  3348.        padding-left: 15px;
  3349.    }
  3350.  
  3351.    @media (max-width: 768px) {
  3352.        .sponsored-section-v6 {
  3353.            padding: 25px 0;
  3354.        }
  3355.        .sponsored-image-v6 {
  3356.            height: 130px;
  3357.        }
  3358.        .sponsored-content-v6 {
  3359.            padding: 10px;
  3360.        }
  3361.        .sponsored-title-v6 {
  3362.            font-size: 13px;
  3363.        }
  3364.        .sponsored-excerpt-v6 {
  3365.            font-size: 11px;
  3366.        }
  3367.        .section-title-sponsored-v6 {
  3368.            font-size: 1.6rem;
  3369.            padding-left: 10px;
  3370.        }
  3371.    }
  3372. </style>
  3373.  
  3374. <section class="sponsored-section-v6">
  3375.    <div class="container-fluid fluid-container">
  3376.        <div class="row">
  3377.            <div class="col-12">
  3378.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  3379.            </div>
  3380.        </div>
  3381.        
  3382.        <div class="row g-3">
  3383.            
  3384.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3385.                <div class="card sponsored-card-v6">
  3386.                    <div class="sponsored-image-v6">
  3387.                        
  3388.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3389.                        
  3390.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3391.                    </div>
  3392.                    <div class="sponsored-content-v6">
  3393.                        <h3 class="sponsored-title-v6">
  3394.                            <a href="/the-visionary-filmmaker-clarifies-computers-dont-create-avatar-films/" >
  3395.                                            The Visionary Filmmaker Clarifies: ‘Computers Don’t Create Avatar Films’
  3396.                                            </a>
  3397.                        </h3>
  3398.                        <p class="sponsored-excerpt-v6">
  3399.                            
  3400.                        </p>
  3401.                        <div class="sponsored-meta-v6">
  3402.                            <span class="author-info-v6">
  3403.                                
  3404.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="sponsored-author-img-v6">
  3405.                                
  3406.                               Kathleen Haynes
  3407.                            </span>
  3408.                            | 11 May 2026
  3409.                        </div>
  3410.                    </div>
  3411.                </div>
  3412.            </div>
  3413.            
  3414.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3415.                <div class="card sponsored-card-v6">
  3416.                    <div class="sponsored-image-v6">
  3417.                        
  3418.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3419.                        
  3420.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3421.                    </div>
  3422.                    <div class="sponsored-content-v6">
  3423.                        <h3 class="sponsored-title-v6">
  3424.                            <a href="/bound-isolated-and-frightened-the-grim-situation-for-female-prisoners-forced-to-deliver-in-prison/" >
  3425.                                            Bound, Isolated and Frightened: The Grim Situation for Female Prisoners Forced to Deliver in Prison.
  3426.                                            </a>
  3427.                        </h3>
  3428.                        <p class="sponsored-excerpt-v6">
  3429.                            
  3430.                        </p>
  3431.                        <div class="sponsored-meta-v6">
  3432.                            <span class="author-info-v6">
  3433.                                
  3434.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="sponsored-author-img-v6">
  3435.                                
  3436.                               Kathleen Haynes
  3437.                            </span>
  3438.                            | 11 May 2026
  3439.                        </div>
  3440.                    </div>
  3441.                </div>
  3442.            </div>
  3443.            
  3444.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3445.                <div class="card sponsored-card-v6">
  3446.                    <div class="sponsored-image-v6">
  3447.                        
  3448.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3449.                        
  3450.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3451.                    </div>
  3452.                    <div class="sponsored-content-v6">
  3453.                        <h3 class="sponsored-title-v6">
  3454.                            <a href="/a-story-of-surprising-generosity-when-a-student-allowed-me-to-sleep-on-her-dormitory-ground/" >
  3455.                                            A Story of Surprising Generosity: When a Student Allowed Me to Sleep on Her Dormitory Ground
  3456.                                            </a>
  3457.                        </h3>
  3458.                        <p class="sponsored-excerpt-v6">
  3459.                            
  3460.                        </p>
  3461.                        <div class="sponsored-meta-v6">
  3462.                            <span class="author-info-v6">
  3463.                                
  3464.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="sponsored-author-img-v6">
  3465.                                
  3466.                               Kathleen Haynes
  3467.                            </span>
  3468.                            | 11 May 2026
  3469.                        </div>
  3470.                    </div>
  3471.                </div>
  3472.            </div>
  3473.            
  3474.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3475.                <div class="card sponsored-card-v6">
  3476.                    <div class="sponsored-image-v6">
  3477.                        
  3478.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3479.                        
  3480.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3481.                    </div>
  3482.                    <div class="sponsored-content-v6">
  3483.                        <h3 class="sponsored-title-v6">
  3484.                            <a href="/among-the-ruined-remains-of-an-apartment-block-i-encountered-a-book-i-had-rendered/" >
  3485.                                            Among the Ruined Remains of an Apartment Block, I Encountered a Book I Had Rendered
  3486.                                            </a>
  3487.                        </h3>
  3488.                        <p class="sponsored-excerpt-v6">
  3489.                            
  3490.                        </p>
  3491.                        <div class="sponsored-meta-v6">
  3492.                            <span class="author-info-v6">
  3493.                                
  3494.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="sponsored-author-img-v6">
  3495.                                
  3496.                               Kathleen Haynes
  3497.                            </span>
  3498.                            | 11 May 2026
  3499.                        </div>
  3500.                    </div>
  3501.                </div>
  3502.            </div>
  3503.            
  3504.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3505.                <div class="card sponsored-card-v6">
  3506.                    <div class="sponsored-image-v6">
  3507.                        
  3508.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3509.                        
  3510.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3511.                    </div>
  3512.                    <div class="sponsored-content-v6">
  3513.                        <h3 class="sponsored-title-v6">
  3514.                            <a href="/3-xbox-game-pass-titles-were-enjoying-this-weekend-oct-10-12/" >
  3515.                                            3 Xbox Game Pass Titles We&#x27;re Enjoying This Weekend (Oct. 10-12)
  3516.                                            </a>
  3517.                        </h3>
  3518.                        <p class="sponsored-excerpt-v6">
  3519.                            
  3520.                        </p>
  3521.                        <div class="sponsored-meta-v6">
  3522.                            <span class="author-info-v6">
  3523.                                
  3524.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="sponsored-author-img-v6">
  3525.                                
  3526.                               Kathleen Haynes
  3527.                            </span>
  3528.                            | 11 May 2026
  3529.                        </div>
  3530.                    </div>
  3531.                </div>
  3532.            </div>
  3533.            
  3534.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3535.                <div class="card sponsored-card-v6">
  3536.                    <div class="sponsored-image-v6">
  3537.                        
  3538.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3539.                        
  3540.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3541.                    </div>
  3542.                    <div class="sponsored-content-v6">
  3543.                        <h3 class="sponsored-title-v6">
  3544.                            <a href="/daily-existence-for-120000-asylum-seekers-in-mauritanias-massive-mbera-camp-on-the-mali-border/" >
  3545.                                            Daily Existence for 120,000 Asylum Seekers in Mauritania&#x27;s Massive Mbera Camp on the Mali Border.
  3546.                                            </a>
  3547.                        </h3>
  3548.                        <p class="sponsored-excerpt-v6">
  3549.                            
  3550.                        </p>
  3551.                        <div class="sponsored-meta-v6">
  3552.                            <span class="author-info-v6">
  3553.                                
  3554.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/2932b5fc-1695-4f88-be83-0ae7c53b4145_profile.png" alt="Kathleen Haynes" style="object-fit: cover;" class="sponsored-author-img-v6">
  3555.                                
  3556.                               Kathleen Haynes
  3557.                            </span>
  3558.                            | 11 May 2026
  3559.                        </div>
  3560.                    </div>
  3561.                </div>
  3562.            </div>
  3563.            
  3564.        </div>
  3565.    </div>
  3566. </section>
  3567.  
  3568.  
  3569.    
  3570.        <!-- end wpo-blog-sponsored-section -->
  3571.        <!-- start wpo-subscribe-section -->
  3572.        
  3573.        <!-- end subscribe-section -->
  3574.        <!-- start of wpo-site-footer-section -->
  3575.        
  3576.  
  3577.  
  3578.  
  3579.  
  3580.  
  3581. <footer class="wpo-site-footer-v6 bg-primary-gradient">
  3582.  <!-- Main Footer Content -->
  3583.  <div class="footer-main-content">
  3584.    <div class="container-fluid fluid-container">
  3585.      <!-- Top Section - Centered Logo & Tagline -->
  3586.      <div class="footer-top-section text-center">
  3587.        <div class="brand-logo">
  3588.          
  3589.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/12193dce-f2ae-4ac4-abd4-1a108239bfc1_logo.png" alt="Royal Brit Blog" width="auto" height="70px" class="footer-logo" />
  3590.          
  3591.        </div>
  3592.      </div>
  3593.  
  3594.      <!-- Content Grid -->
  3595.      <div class="footer-content-grid">
  3596.        <div class="d-flex justify-content-between flex-wrap gap-3 px-3">
  3597.          <!-- Column 1: Navigation & Categories (Merged) -->
  3598.          <div class="">
  3599.            <div class="footer-column">
  3600.              <h5 class="column-title">Quick Links</h5>
  3601.              <ul class="footer-menu">
  3602.                
  3603.                  <li>
  3604.                    <a class="menu-link" href="/virginias-new-governor-makes-history-as-virginias-initial-woman-state-leader/">Virginia&#x27;s New Governor Makes History as Virginia&#x27;s Initial Woman State Leader</a>
  3605.                  </li>
  3606.                
  3607.                  <li>
  3608.                    <a class="menu-link" href="/when-did-i-get-that-good-looking-the-rock-legend-on-seeing-jeremy-allen-white-play-him-in-film/">‘When Did I Get That Good-Looking?’: The Rock Legend on Seeing Jeremy Allen White Play Him In Film</a>
  3609.                  </li>
  3610.                
  3611.                  <li>
  3612.                    <a class="menu-link" href="/the-debut-record-daughters-delves-into-grief-and-style/">The Debut Record &quot;Daughters&quot; Delves Into Grief and Style</a>
  3613.                  </li>
  3614.                
  3615.                  <li>
  3616.                    <a class="menu-link" href="/putin-vows-uninterrupted-energy-supplies-to-the-indian-nation-in-rebuff-of-us-pressure/">Putin Vows Uninterrupted Energy Supplies to the Indian Nation in Rebuff of US Pressure</a>
  3617.                  </li>
  3618.                
  3619.                  <li>
  3620.                    <a class="menu-link" href="/gaza-conflict-in-visualizations-after-24-months-of-fighting/">Gaza Conflict in Visualizations After 24 Months of Fighting</a>
  3621.                  </li>
  3622.                
  3623.                  <li>
  3624.                    <a class="menu-link" href="/democratic-lawmakers-condemn-trump-after-he-claims-they-should-face-execution/">Democratic lawmakers Condemn Trump After He Claims They Should Face Execution</a>
  3625.                  </li>
  3626.                
  3627.              </ul>
  3628.            </div>
  3629.          </div>
  3630.  
  3631.          <!-- Column 2: Resources -->
  3632.          <div class="">
  3633.            <div class="footer-column">
  3634.              <h5 class="column-title">Blog Rolls</h5>
  3635.              <ul class="footer-menu" id="blogRollLinks">
  3636.                
  3637.                
  3638.  
  3639.                
  3640.                
  3641.                  
  3642.                
  3643.              </ul>
  3644.            </div>
  3645.          </div>
  3646.  
  3647.          <!-- Column 2: Resources -->
  3648.          <div class="">
  3649.            <div class="footer-column">
  3650.              <h5 class="column-title">Categories</h5>
  3651.              <ul class="footer-menu">
  3652.                
  3653.                  <li>
  3654.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3655.                  </li>
  3656.                
  3657.                  <li>
  3658.                    <a class="menu-link" href="/category/business/">Business</a>
  3659.                  </li>
  3660.                
  3661.                  <li>
  3662.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3663.                  </li>
  3664.                
  3665.                  <li>
  3666.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3667.                  </li>
  3668.                
  3669.                  <li>
  3670.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3671.                  </li>
  3672.                
  3673.              </ul>
  3674.            </div>
  3675.          </div>
  3676.        </div>
  3677.      </div>
  3678.    </div>
  3679.  </div>
  3680.  
  3681.  <!-- Footer Bottom -->
  3682.  <div class="footer-bottom">
  3683.    <div class="container-fluid fluid-container">
  3684.      <div class="bottom-content text-center">
  3685.        <!-- Copyright -->
  3686.        <div class="copyright-info">
  3687.          <p>
  3688.            &copy; 2026 <strong>Royal Brit Blog</strong>. All rights reserved.
  3689.          </p>
  3690.        </div>
  3691.  
  3692.        <!-- Footer Links -->
  3693.        <div class="utility-links">
  3694.          <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3695.          <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3696.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3697.        </div>
  3698.      </div>
  3699.    </div>
  3700.  </div>
  3701. </footer>
  3702.  
  3703. <style>
  3704.    .wpo-site-footer-v6{
  3705.        border-radius: 60px 60px 0px 0px !important;
  3706.    }
  3707.  
  3708. .footer-main-content {
  3709.    padding: 60px 0 40px;
  3710. }
  3711.  
  3712. /* Top Section */
  3713. .footer-top-section {
  3714.    margin-bottom: 40px;
  3715.    padding-bottom: 30px;
  3716.    border-bottom: 1px solid #dee2e6;
  3717. }
  3718.  
  3719. .brand-logo {
  3720.    display: flex;
  3721.    align-items: center;
  3722.    justify-content: center;
  3723.    gap: 15px;
  3724. }
  3725.  
  3726.  
  3727. .brand-title {
  3728.    font-size: 26px;
  3729.    font-weight: 700;
  3730.    margin: 0;
  3731. }
  3732.  
  3733. .brand-tagline {
  3734.    font-size: 15px;
  3735.    color: var(--footer-color) !important;
  3736.    margin: 0;
  3737. }
  3738.  
  3739. /* Content Grid */
  3740. .footer-column {
  3741.    margin-bottom: 30px;
  3742. }
  3743.  
  3744. .column-title {
  3745.    font-size: 17px;
  3746.    font-weight: 600;
  3747.    color: var(--footer-color) !important;
  3748.    margin-bottom: 20px;
  3749. }
  3750.  
  3751. /* Footer Menu */
  3752. .footer-menu {
  3753.    list-style: none;
  3754.    padding: 0;
  3755.    margin: 0;
  3756.    color: var(--footer-color) !important;
  3757. }
  3758.  
  3759. .footer-menu li {
  3760.    margin-bottom: 10px;
  3761.  
  3762. }
  3763.  
  3764. .menu-link {
  3765.    color: var(--footer-color) !important;
  3766.    text-decoration: none;
  3767.    font-size: 15px;
  3768.    transition: color 0.3s ease;
  3769. }
  3770.  
  3771. .menu-link:hover {
  3772.    color: #007bff;
  3773. }
  3774.  
  3775. /* Footer Bottom */
  3776. .footer-bottom {
  3777.    border-top: 1px solid var(--border-color);
  3778.    padding: 20px 0;
  3779. }
  3780.  
  3781. .copyright-info p {
  3782.    margin: 0 0 10px;
  3783.    color: var(--footer-color) !important;
  3784. }
  3785.  
  3786. .utility-links {
  3787.    display: flex;
  3788.    justify-content: center;
  3789.    gap: 15px;
  3790. }
  3791.  
  3792. .utility-link {
  3793.    color: #666;
  3794.    text-decoration: none;
  3795.    transition: color 0.3s ease;
  3796. }
  3797.  
  3798. .utility-link:hover {
  3799.    color: #007bff;
  3800. }
  3801.  
  3802. /* Responsive Design */
  3803. @media (max-width: 992px) {
  3804.    .footer-column {
  3805.        text-align: start;
  3806.    }
  3807.    
  3808.    .social-buttons {
  3809.        justify-content: start;
  3810.    }
  3811. }
  3812.  
  3813. @media (max-width: 768px) {
  3814.    .footer-top-section {
  3815.        margin-bottom: 30px;
  3816.    }
  3817.    
  3818.    .brand-logo {
  3819.        flex-direction: column;
  3820.    }
  3821.    
  3822.    .footer-bottom .bottom-content {
  3823.        padding: 0 15px;
  3824.    }
  3825. }
  3826.  
  3827. @media (max-width: 576px) {
  3828.    .column-title {
  3829.        font-size: 16px;
  3830.    }
  3831.    
  3832.    .menu-link {
  3833.        font-size: 14px;
  3834.    }
  3835. }
  3836. </style>
  3837.  
  3838. <script>
  3839. // Newsletter Form Enhancement
  3840. document.addEventListener('DOMContentLoaded', function() {
  3841.    const newsletterForm = document.querySelector('.newsletter-form');
  3842.    if (newsletterForm) {
  3843.        newsletterForm.addEventListener('submit', function(e) {
  3844.            const submitBtn = this.querySelector('.newsletter-submit');
  3845.            const originalHTML = submitBtn.innerHTML;
  3846.            
  3847.            submitBtn.innerHTML = '<i class="fas fa-spinner fa-spin"></i>';
  3848.            submitBtn.disabled = true;
  3849.            
  3850.            // Re-enable after form processing (simulate for now)
  3851.            setTimeout(() => {
  3852.                submitBtn.innerHTML = originalHTML;
  3853.                submitBtn.disabled = false;
  3854.            }, 2000);
  3855.        });
  3856.    }
  3857.  
  3858.    // Add prevent default to placeholder links
  3859.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3860.        anchor.addEventListener('click', function (e) {
  3861.            e.preventDefault();
  3862.        });
  3863.    });
  3864. });
  3865. document.addEventListener('DOMContentLoaded', function () {
  3866.    var btn = document.getElementById('toggleBlogRollLinks');
  3867.    if (!btn) return; // No extra items, no button
  3868.  
  3869.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3870.  
  3871.    btn.addEventListener('click', function () {
  3872.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3873.            return li.classList.contains('d-none');
  3874.        });
  3875.  
  3876.        extras.forEach(function (li) {
  3877.            if (anyHidden) {
  3878.                li.classList.remove('d-none');
  3879.                li.classList.add('show');
  3880.            } else {
  3881.                li.classList.add('d-none');
  3882.                li.classList.remove('show');
  3883.            }
  3884.        });
  3885.  
  3886.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3887.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3888.    });
  3889. });
  3890.  
  3891. </script>
  3892.  
  3893.        <!-- end of wpo-site-footer-section -->
  3894.    </div>
  3895.    <!-- end of page-wrapper -->
  3896.  
  3897.    <!-- All JavaScript files
  3898.    ================================================== -->
  3899.    
  3900.  
  3901. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3902. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3903. <!-- Plugins for this template -->
  3904. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3905. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3906. <!-- Custom script for this template -->
  3907. <script src="/static/blogapp/assets/js/script.js"></script>
  3908.  
  3909. <script>
  3910. (function () {
  3911. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3912. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3913.  
  3914. function applyFallback(img) {
  3915. if (!img || img.dataset.fallbackApplied === "1") {
  3916. return;
  3917. }
  3918. var failedSrc = img.currentSrc || img.src || "";
  3919. img.dataset.fallbackApplied = "1";
  3920. img.onerror = null;
  3921. img.src = fallbackImageSrc;
  3922. console.warn("[ImageFallback] Replaced broken image:", {
  3923. failedSrc: failedSrc,
  3924. fallbackSrc: fallbackImageSrc,
  3925. alt: img.alt || "",
  3926. });
  3927. }
  3928.  
  3929. document.querySelectorAll("img").forEach(function (img) {
  3930. if (img.complete && img.naturalWidth === 0) {
  3931. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3932. failedSrc: img.currentSrc || img.src || "",
  3933. alt: img.alt || "",
  3934. });
  3935. applyFallback(img);
  3936. }
  3937. });
  3938.  
  3939. document.addEventListener(
  3940. "error",
  3941. function (event) {
  3942. var target = event.target;
  3943. if (target && target.tagName === "IMG") {
  3944. applyFallback(target);
  3945. }
  3946. },
  3947. true
  3948. );
  3949. })();
  3950. </script>
  3951.  
  3952. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3953.  
  3954.  
  3955.  
  3956. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"2ec9416abdef4a51862f9904d0b51202","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3957. </body>
  3958.  
  3959. </html>
  3960.  
  3961.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda