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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="merri">
  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-28T110908.442_M4mzSh2_zWySPYm_kN03N71.png">
  14.    
  15.  
  16.    <title>Royal UK Blog: Insights on British Culture, Travel, and Lifestyle</title>
  17.    <meta name="description" content="Explore the Royal UK Blog for engaging articles on British culture, travel tips, lifestyle trends, and historical insights from across the United Kingdom.">
  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://royalukblog.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ffd60a;
  42.        --bs-primary-rgb: ffd60a;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fefce8;
  49.        --bs-dark: #3f3f46;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ffd60a;
  53.        --theme-primary-color-s2: #ffd60a;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3f3f46;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3f3f46;
  59.        --border-color: #fef08a;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #fef08a;
  75.        --navbar-color: #3f3f46;
  76.        --topbar-bg: #fefce8;
  77.        --topbar-color: #3f3f46;
  78.        --footer-bg: #3f3f46;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fef08a;
  82.        --card-radius: 14px;
  83.        --link-color: #ffd60a;
  84.        --link-hover: #eab308;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 214, 10, 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_37">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="">
  412.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  413.          </div>
  414.  
  415.          <!-- Add an id to the marquee -->
  416.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.            <p class="text-center">
  418.              
  419.               <a href="/sitting-with-sir-alex-and-being-knocked-out-the-photographers-stories/" class="px-5 top-color">
  420.                    Sitting with Sir Alex and Being &#x27;Knocked Out&#x27; – The Photographer&#x27;s Stories
  421.                  </a>
  422.              
  423.               <a href="/californias-governor-again-denies-parole-for-cult-member-longtime-inmate/" class="px-5 top-color">
  424.                    California&#x27;s Governor Again Denies Parole for Cult Member Longtime Inmate
  425.                  </a>
  426.              
  427.               <a href="/person-of-interest-in-brown-university-incident-located-deceased-inside-storage-facility/" class="px-5 top-color">
  428.                    Person of Interest in Brown University Incident Located Deceased Inside Storage Facility.
  429.                  </a>
  430.              
  431.               <a href="/to-rinse-or-not-to-rinse-expert-tips-for-preparing-your-fungi/" class="px-5 top-color">
  432.                    To Rinse or Not to Rinse: Expert Tips for Preparing Your Fungi
  433.                  </a>
  434.              
  435.               <a href="/remains-of-endurance-athlete-presumably-attacked-by-predator-located-on-california-coastline/" class="px-5 top-color">
  436.                    Remains of Endurance Athlete Presumably Attacked by Predator Located on California Coastline
  437.                  </a>
  438.              
  439.            </p>
  440.          </marquee>
  441.        </div>
  442.      </div>
  443.    </div>
  444.  </div>
  445. </div>
  446. <style>
  447.  .tilt-button {
  448.  padding: 0.5rem 1rem;
  449.  white-space: nowrap;
  450.  font-weight: bold;
  451.  display: inline-block;
  452.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  453.  transition: background 0.3s ease;
  454. }
  455.  
  456.  
  457. </style>
  458. <script>
  459.  // Stop/start marquee when hovering or focusing links inside it
  460.  document.addEventListener("DOMContentLoaded", function () {
  461.    const marquee = document.getElementById("newsMarquee");
  462.    if (!marquee) return;
  463.  
  464.    marquee.querySelectorAll("a").forEach((link) => {
  465.      link.addEventListener("mouseenter", () => marquee.stop());
  466.      link.addEventListener("mouseleave", () => marquee.start());
  467.      // keyboard accessibility
  468.      link.addEventListener("focus", () => marquee.stop());
  469.      link.addEventListener("blur", () => marquee.start());
  470.    });
  471.  });
  472. </script>
  473.  
  474.  
  475.  
  476.            
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. <nav class="navigation navbar navbar-expand-lg mb-4">
  484.  <div class="container-fluid fluid-container">
  485.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  486.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  487.          <a class="navbar-brand" href="/">
  488.              
  489.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/b3c6f3af-0fc0-4d94-a343-83da72b01cd8_logo.png" alt="Royal UK Blog" />
  490.              
  491.          </a>
  492.      </div>
  493.      <div class="">
  494.        <div class="style-card">
  495.          <div class="minimal-search mb-md-4 mb-0">
  496.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  497.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  498.              <circle cx="11" cy="11" r="8"></circle>
  499.              <path d="m21 21-4.35-4.35"></path>
  500.            </svg>
  501.          </div>
  502.          <!-- The search results will be displayed here -->
  503.          <div id="search-results" class="search-results-container search-v1"></div>
  504.        </div>
  505.      </div>
  506.      <div class=" d-flex flex-wrap">
  507.        <div class="navbar-header d-lg-none d-none d-md-flex">
  508.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/b3c6f3af-0fc0-4d94-a343-83da72b01cd8_logo.png" alt="" /></a>
  509.        </div>
  510.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  511.          <button class="menu-close"><i class="ti-close"></i></button>
  512.  
  513.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  514.    <li>
  515.      <a href="/">
  516.        Home
  517.      </a>
  518.    </li>
  519.  
  520.  
  521.    <li>
  522.      <a href="/category/all-posts/">
  523.        All Posts
  524.      </a>
  525.    </li>
  526.  
  527.    <li>
  528.      <a href="/category/business/">
  529.        Business
  530.      </a>
  531.    </li>
  532.  
  533.    <li>
  534.      <a href="/category/esports/">
  535.        Esports
  536.      </a>
  537.    </li>
  538.  
  539.  
  540.  
  541.  <div class="navbar-header d-lg-block d-none">
  542.    <a class="navbar-brand" href="/">
  543.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/b3c6f3af-0fc0-4d94-a343-83da72b01cd8_logo.png" alt="" />
  544.    </a>
  545.  </div>
  546.  
  547.  
  548.  
  549.    
  550.    
  551.    
  552.      <li>
  553.        <a href="/category/fashion/">
  554.          Fashion
  555.        </a>
  556.      </li>
  557.    
  558.      <li>
  559.        <a href="/category/featured/">
  560.          Featured
  561.        </a>
  562.      </li>
  563.    
  564.  
  565.    
  566.    
  567.      <li class="menu-item-has-children">
  568.        <a href="#">More</a>
  569.        <ul class="sub-menu">
  570.          
  571.            <li>
  572.              <a href="/category/gaming/">
  573.                Gaming
  574.              </a>
  575.            </li>
  576.          
  577.            <li>
  578.              <a href="/category/health/">
  579.                Health
  580.              </a>
  581.            </li>
  582.          
  583.            <li>
  584.              <a href="/category/life-fitness/">
  585.                Life &amp; Fitness
  586.              </a>
  587.            </li>
  588.          
  589.            <li>
  590.              <a href="/category/lifestyle/">
  591.                Lifestyle
  592.              </a>
  593.            </li>
  594.          
  595.            <li>
  596.              <a href="/category/news/">
  597.                News
  598.              </a>
  599.            </li>
  600.          
  601.            <li>
  602.              <a href="/category/others/">
  603.                Others
  604.              </a>
  605.            </li>
  606.          
  607.            <li>
  608.              <a href="/category/politics/">
  609.                Politics
  610.              </a>
  611.            </li>
  612.          
  613.            <li>
  614.              <a href="/category/sports/">
  615.                Sports
  616.              </a>
  617.            </li>
  618.          
  619.            <li>
  620.              <a href="/category/tech/">
  621.                Tech
  622.              </a>
  623.            </li>
  624.          
  625.            <li>
  626.              <a href="/category/travel/">
  627.                Travel
  628.              </a>
  629.            </li>
  630.          
  631.        </ul>
  632.      </li>
  633.    
  634.  
  635.  
  636. <li>
  637.                  <a href="/page/contact-us/">
  638.                     Contact Us
  639.                  </a>
  640.              </li>
  641. </ul>
  642.  
  643.        </div>
  644.        <div class="sidebar-blur"></div>
  645.        <!-- end of nav-collapse -->
  646.      </div>
  647.      <div class="me-3">
  648.        <div class="mobail-menu d-xl-none d-block">
  649.          <button type="button" class="navbar-toggler open-btn">
  650.            <span class="sr-only">Toggle navigation</span>
  651.            <span class="icon-bar first-angle"></span>
  652.            <span class="icon-bar middle-angle"></span>
  653.            <span class="icon-bar last-angle"></span>
  654.          </button>
  655.        </div>
  656.        <!-- <div class="header-right">
  657.          <div class="header-right-menu-wrapper d-xl-block d-none">
  658.            <div class="header-right-menu">
  659.              <div class="right-menu-toggle-btn">
  660.                <span></span>
  661.                <span></span>
  662.                <span></span>
  663.              </div>
  664.              <div class="header-right-menu-wrap" style="z-index: 999;">
  665.                <button class="right-menu-close"><i class="ti-close"></i></button>
  666.                <div class="logo">
  667.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  668.                </div>
  669.                <div class="header-right-sec">
  670.                  <div class="project-widget widget">
  671.                    <h3 class="text-white">Our Latest News</h3>
  672.                    <div class="posts">
  673.                      <div class="post">
  674.                        <div class="img-holder">
  675.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  676.                        </div>
  677.                        <div class="details">
  678.                          <span class="date">19 Jun 2022</span>
  679.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  680.                        </div>
  681.                      </div>
  682.                      <div class="post">
  683.                        <div class="img-holder">
  684.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  685.                        </div>
  686.                        <div class="details">
  687.                          <span class="date">22 May 2022</span>
  688.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  689.                        </div>
  690.                      </div>
  691.                      <div class="post">
  692.                        <div class="img-holder">
  693.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  694.                        </div>
  695.                        <div class="details">
  696.                          <span class="date">12 Apr 2022</span>
  697.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  698.                        </div>
  699.                      </div>
  700.                    </div>
  701.                  </div>
  702.                  <div class="widget wpo-contact-widget">
  703.                    <div class="widget-title">
  704.                      <h3 class="text-white">Contact Us</h3>
  705.                    </div>
  706.                    <div class="contact-ft">
  707.                      <ul>
  708.                        <li>
  709.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  710.                        </li>
  711.                        <li>
  712.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  713.                          + 8 (123) 123 456 789
  714.                        </li>
  715.                        <li>
  716.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  717.                        </li>
  718.                      </ul>
  719.                    </div>
  720.                  </div>
  721.                </div>
  722.              </div>
  723.              <div class="sidebar-blur"></div>
  724.            </div>
  725.          </div>
  726.        </div> -->
  727.      </div>
  728.    </div>
  729.  </div>
  730.  <!-- end of container -->
  731. </nav>
  732. <style>
  733.  .navbar-brand img{
  734.    height: 70px;
  735.    object-fit: contain;
  736.  }
  737.    /* search field */
  738.  .search-results-container {
  739.  position: absolute;
  740.  top: 100%; /* Position it below the input field */
  741. left: 10px;
  742.  right: 10px;
  743.  background-color: white;
  744.  border: 1px solid #ddd;
  745.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  746.  max-height: 300px;
  747.  overflow-y: auto;
  748.  z-index: 1000;
  749.  display: none; /* Initially hidden */
  750. }
  751.  
  752. .search-results-container p {
  753.  margin: 0;
  754. }
  755.  
  756. .search-results-container .result-item {
  757.  padding: 10px;
  758.  cursor: pointer;
  759. }
  760.  
  761. .search-results-container .result-item:hover {
  762.  background-color: #f0f0f0;
  763. }
  764. @media (max-width:576px) {
  765.  .w-sm-full{
  766.    padding-top: 10px;
  767.    width: 100%;
  768.  }
  769.  .m-s-0{
  770.    margin-top: 0px !important;
  771.  }
  772. }
  773. @media (max-width:768px) {
  774. .search-icon{
  775. top: 50%;
  776. }
  777. }
  778.  
  779.  
  780. </style>
  781. <script>
  782.  const searchInput = document.querySelector(".search-input");
  783.  const searchResults = document.getElementById("search-results");
  784.  
  785.  // Handle typing
  786.  searchInput.addEventListener("keyup", function (e) {
  787.    e.preventDefault();
  788.  
  789.    const query = searchInput.value;
  790.  
  791.    if (query === "") {
  792.      searchResults.innerHTML = "";
  793.      searchResults.style.display = "none";
  794.      return;
  795.    }
  796.  
  797.    searchResults.style.display = "block";
  798.  
  799.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  800.      method: "GET",
  801.      headers: {
  802.        "X-Requested-With": "XMLHttpRequest",
  803.      },
  804.    })
  805.      .then(response => response.json())
  806.      .then(data => {
  807.        if (data.html) {
  808.          searchResults.innerHTML = data.html;
  809.        } else {
  810.          searchResults.innerHTML = "<p>No results found.</p>";
  811.        }
  812.      })
  813.      .catch(error => {
  814.        console.error("Error fetching search results:", error);
  815.      });
  816.  });
  817.  
  818.  // Close results when clicking outside
  819.  document.addEventListener("click", function (e) {
  820.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  821.      searchResults.style.display = "none";
  822.    }
  823.  });
  824. </script>
  825.  
  826.  
  827.        </header>
  828.        <!-- end of header -->
  829.        <!-- start of wpo-blog-hero -->
  830.        
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838. <div class="blog-hero-v6">
  839.    <div class="container-fluid fluid-container">
  840.        
  841.        <!-- Top Section - Two Column Layout -->
  842.        <div class="row g-4 mb-5">
  843.            <!-- Main Featured Article - Left -->
  844.            
  845.  
  846.            <div class="col-lg-6 col-md-12">
  847.                <article class="main-featured">
  848.                    <div class="featured-image-container">
  849.                        
  850.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  851.                                class="featured-image" style="object-fit: cover;" alt="">
  852.                        
  853.                        <div class="category-tag bg-primary-gradient">News</div>
  854.                    </div>
  855.                    <div class="featured-content">
  856.                        <h1 class="featured-title"><a class="top-color" href="/iconic-singer-barry-manilow-will-have-a-procedure-for-lung-cancer/" >
  857.                                        Iconic Singer Barry Manilow Will Have a Procedure for Lung Cancer.
  858.                                    </a></h1>
  859.                        <p class="featured-summary"></p>
  860.                        <div class="article-meta">
  861.                            <div class="author-info">
  862.                                
  863.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" style="object-fit: cover;" class="author-pic">
  864.                                
  865.                                <div class="author-text">
  866.                                    <span class="author-name">Brett Roy</span>
  867.                                    <span class="post-time">19 May 2026</span>
  868.                                    
  869.                                </div>
  870.                            </div>
  871.                            <div class="reading-info">
  872.                                <!-- <span class="read-time">4 min read</span> -->
  873.                            </div>
  874.                        </div>
  875.                    </div>
  876.                </article>
  877.            </div>
  878.            
  879.  
  880.            <div class="col-lg-6 col-md-12">
  881.                <article class="main-featured">
  882.                    <div class="featured-image-container">
  883.                        
  884.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  885.                                class="featured-image" style="object-fit: cover;" alt="">
  886.                        
  887.                        <div class="category-tag bg-primary-gradient">News</div>
  888.                    </div>
  889.                    <div class="featured-content">
  890.                        <h1 class="featured-title"><a class="top-color" href="/ex-british-serviceman-charged-of-murdering-kenyan-woman-appears-in-court/" >
  891.                                        Ex British Serviceman Charged of Murdering Kenyan Woman Appears in Court
  892.                                    </a></h1>
  893.                        <p class="featured-summary"></p>
  894.                        <div class="article-meta">
  895.                            <div class="author-info">
  896.                                
  897.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" style="object-fit: cover;" class="author-pic">
  898.                                
  899.                                <div class="author-text">
  900.                                    <span class="author-name">Brett Roy</span>
  901.                                    <span class="post-time">19 May 2026</span>
  902.                                    
  903.                                </div>
  904.                            </div>
  905.                            <div class="reading-info">
  906.                                <!-- <span class="read-time">4 min read</span> -->
  907.                            </div>
  908.                        </div>
  909.                    </div>
  910.                </article>
  911.            </div>
  912.            
  913.  
  914.        </div>
  915.  
  916.        <!-- Bottom Section - Three Column Grid -->
  917.        <div class="row g-4">
  918.            
  919.                <div class="col-lg-4 col-md-6 col-12">
  920.                    <article class="compact-card">
  921.                        <div class="compact-image">
  922.                            
  923.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  924.                                   style="object-fit: cover;" alt="">
  925.                            
  926.                            <div class="compact-category bg-primary-gradient">News</div>
  927.                        </div>
  928.                        <div class="compact-body">
  929.                            <h3 class="compact-title"> <a class="top-color" href="/fda-approves-addyi-a-desire-boosting-drug-for-women-after-menopause/" >
  930.                                        FDA Approves Addyi, a Desire-Boosting Drug for Women After Menopause
  931.                                    </a></h3>
  932.                            <p class="compact-text"></p>
  933.                            <div class="compact-footer">
  934.                                <div class="compact-author">
  935.                                    
  936.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  937.                                    
  938.                                    <span class="compact-name">Brett Roy</span>
  939.                                </div>
  940.                                <span class="compact-date">19 May 2026</span>
  941.                            </div>
  942.                        </div>
  943.                    </article>
  944.                </div>
  945.            
  946.                <div class="col-lg-4 col-md-6 col-12">
  947.                    <article class="compact-card">
  948.                        <div class="compact-image">
  949.                            
  950.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  951.                                   style="object-fit: cover;" alt="">
  952.                            
  953.                            <div class="compact-category bg-primary-gradient">News</div>
  954.                        </div>
  955.                        <div class="compact-body">
  956.                            <h3 class="compact-title"> <a class="top-color" href="/we-must-have-a-helicopter-to-locate-them-adolescents-emergency-call-to-aid-family-adrift-off-aussie-coast-unveiled/" >
  957.                                        We Must Have a Helicopter to Locate Them’: Adolescent’s Emergency Call to Aid Family Adrift Off Aussie Coast Unveiled
  958.                                    </a></h3>
  959.                            <p class="compact-text"></p>
  960.                            <div class="compact-footer">
  961.                                <div class="compact-author">
  962.                                    
  963.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  964.                                    
  965.                                    <span class="compact-name">Brett Roy</span>
  966.                                </div>
  967.                                <span class="compact-date">19 May 2026</span>
  968.                            </div>
  969.                        </div>
  970.                    </article>
  971.                </div>
  972.            
  973.  
  974.            <div class="col-lg-4 col-md-12 col-12">
  975.                <!-- Recent Articles Sidebar -->
  976.                <div class="recent-section">
  977.                    <h3 class="recent-title">Recent Articles</h3>
  978.                    <div class="recent-list">
  979.                        
  980.                        <div class="recent-item">
  981.                            <div class="recent-content">
  982.                                <h4 class="recent-article-title"><a class="top-color" href="/cyclone-disaster-in-the-island-nation-ignites-a-wave-of-volunteerism/" >
  983.                                        Cyclone Disaster in the Island Nation Ignites a Wave of Volunteerism
  984.                                    </a></h4>
  985.                                <span class="recent-date">18 May 2026</span>
  986.                            </div>
  987.                        </div>
  988.                        
  989.                    </div>
  990.                </div>
  991.            </div>
  992.        </div>
  993.    </div>
  994. </div>
  995.  
  996. <style>
  997. /* Blog Hero V6 - Magazine Style with White Background */
  998. .blog-hero-v6 {
  999.    padding: 3rem 0;
  1000.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1001. }
  1002.  
  1003. /* Main Featured Article */
  1004. .main-featured {
  1005.    background: var(--card-bg);
  1006.    border-radius: 16px;
  1007.    overflow: hidden;
  1008.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1009.    border: 1px solid var(--border-color);
  1010.    transition: all 0.3s ease;
  1011. }
  1012.  
  1013. .main-featured:hover {
  1014.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1015.    transform: translateY(-2px);
  1016. }
  1017.  
  1018. .featured-image-container {
  1019.    position: relative;
  1020.    height: 300px;
  1021.    overflow: hidden;
  1022. }
  1023.  
  1024. .featured-image {
  1025.    width: 100%;
  1026.    height: 100%;
  1027.    object-fit: cover;
  1028.    transition: transform 0.4s ease;
  1029. }
  1030.  
  1031. .main-featured:hover .featured-image {
  1032.    transform: scale(1.03);
  1033. }
  1034.  
  1035. .featured-content {
  1036.    padding: 2.5rem;
  1037. }
  1038.  
  1039. .featured-title {
  1040.    font-size: 2rem;
  1041.    font-weight: 700;
  1042.    color: #1a202c;
  1043.    margin-bottom: 1rem;
  1044.    line-height: 1.25;
  1045.    letter-spacing: -0.025em;
  1046. }
  1047.  
  1048. .featured-summary {
  1049.    font-size: 1.1rem;
  1050.    color: #4a5568;
  1051.    line-height: 1.6;
  1052.    margin-bottom: 2rem;
  1053. }
  1054.  
  1055. /* Category Tags */
  1056. .category-tag {
  1057.    position: absolute;
  1058.    top: 1.5rem;
  1059.    left: 1.5rem;
  1060.    padding: 0.5rem 1rem;
  1061.    font-size: 0.75rem;
  1062.    font-weight: 600;
  1063.    text-transform: uppercase;
  1064.    letter-spacing: 0.1em;
  1065.    color: white;
  1066.    border-radius: 6px;
  1067.    z-index: 2;
  1068. }
  1069.  
  1070.  
  1071. /* Article Meta */
  1072. .article-meta {
  1073.    display: flex;
  1074.    align-items: center;
  1075.    justify-content: space-between;
  1076. }
  1077.  
  1078. .author-info {
  1079.    display: flex;
  1080.    align-items: center;
  1081.    gap: 1rem;
  1082. }
  1083.  
  1084. .author-pic {
  1085.    width: 48px;
  1086.    height: 48px;
  1087.    border-radius: 50%;
  1088.    object-fit: cover;
  1089.    border: 2px solid #e2e8f0;
  1090. }
  1091.  
  1092. .author-text {
  1093.    display: flex;
  1094.    flex-direction: column;
  1095. }
  1096.  
  1097. .author-name {
  1098.    font-weight: 600;
  1099.    color: #2d3748;
  1100.    font-size: 0.95rem;
  1101. }
  1102.  
  1103. .post-time {
  1104.    font-size: 0.85rem;
  1105.    color: #718096;
  1106. }
  1107.  
  1108. .reading-info {
  1109.    display: flex;
  1110.    align-items: center;
  1111. }
  1112.  
  1113. .read-time {
  1114.    font-size: 0.9rem;
  1115.    color: #718096;
  1116.    padding: 0.25rem 0.75rem;
  1117.    background: #f7fafc;
  1118.    border-radius: 15px;
  1119.    font-weight: 500;
  1120. }
  1121.  
  1122. /* Secondary Featured */
  1123. .secondary-featured {
  1124.    background: var(--card-bg);
  1125.    border-radius: 16px;
  1126.    overflow: hidden;
  1127.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1128.    border: 1px solid var(--border-color);
  1129.    height: 100%;
  1130.    transition: all 0.3s ease;
  1131. }
  1132.  
  1133. .secondary-featured:hover {
  1134.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1135.    transform: translateY(-2px);
  1136. }
  1137.  
  1138. .secondary-image-wrapper {
  1139.    position: relative;
  1140.    height: 200px;
  1141.    overflow: hidden;
  1142. }
  1143.  
  1144. .secondary-image-wrapper img {
  1145.    width: 100%;
  1146.    height: 100%;
  1147.    object-fit: cover;
  1148.    transition: transform 0.4s ease;
  1149. }
  1150.  
  1151. .secondary-featured:hover .secondary-image-wrapper img {
  1152.    transform: scale(1.03);
  1153. }
  1154.  
  1155. .secondary-content {
  1156.    padding: 2rem;
  1157. }
  1158.  
  1159. .secondary-title {
  1160.    font-size: 1.5rem;
  1161.    font-weight: 600;
  1162.    color: #1a202c;
  1163.    margin-bottom: 1rem;
  1164.    line-height: 1.3;
  1165. }
  1166.  
  1167. .secondary-excerpt {
  1168.    font-size: 0.95rem;
  1169.    color: #4a5568;
  1170.    line-height: 1.6;
  1171.    margin-bottom: 1.5rem;
  1172. }
  1173.  
  1174. .secondary-meta {
  1175.    display: flex;
  1176.    align-items: center;
  1177.    gap: 0.5rem;
  1178.    font-size: 0.85rem;
  1179.    color: #718096;
  1180. }
  1181.  
  1182. .meta-divider {
  1183.    color: #cbd5e0;
  1184. }
  1185.  
  1186. /* Compact Cards */
  1187. .compact-card {
  1188.    background: var(--card-bg);
  1189.    border-radius: 12px;
  1190.    overflow: hidden;
  1191.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  1192.    border: 1px solid var(--border-color);
  1193.    transition: all 0.3s ease;
  1194.    height: 100%;
  1195.    display: flex;
  1196.    flex-direction: column;
  1197. }
  1198.  
  1199. .compact-card:hover {
  1200.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  1201.    transform: translateY(-3px);
  1202. }
  1203.  
  1204. .compact-image {
  1205.    position: relative;
  1206.    height: 180px;
  1207.    overflow: hidden;
  1208. }
  1209.  
  1210. .compact-image img {
  1211.    width: 100%;
  1212.    height: 100%;
  1213.    object-fit: cover;
  1214.    transition: transform 0.4s ease;
  1215. }
  1216.  
  1217. .compact-card:hover .compact-image img {
  1218.    transform: scale(1.05);
  1219. }
  1220.  
  1221. .compact-category {
  1222.    position: absolute;
  1223.    top: 1rem;
  1224.    left: 1rem;
  1225.    padding: 0.25rem 0.75rem;
  1226.    font-size: 0.7rem;
  1227.    font-weight: 600;
  1228.    text-transform: uppercase;
  1229.    color: white;
  1230.    border-radius: 4px;
  1231. }
  1232.  
  1233. .compact-body {
  1234.    padding: 1.5rem;
  1235.    flex-grow: 1;
  1236.    display: flex;
  1237.    flex-direction: column;
  1238. }
  1239.  
  1240. .compact-title {
  1241.    font-size: 1.1rem;
  1242.    font-weight: 600;
  1243.    color: #1a202c;
  1244.    margin-bottom: 0.75rem;
  1245.    line-height: 1.4;
  1246. }
  1247.  
  1248. .compact-text {
  1249.    font-size: 0.9rem;
  1250.    color: #4a5568;
  1251.    line-height: 1.5;
  1252.    margin-bottom: 1.5rem;
  1253.    flex-grow: 1;
  1254. }
  1255.  
  1256. .compact-footer {
  1257.    display: flex;
  1258.    align-items: center;
  1259.    justify-content: space-between;
  1260.    margin-top: auto;
  1261. }
  1262.  
  1263. .compact-author {
  1264.    display: flex;
  1265.    align-items: center;
  1266.    gap: 0.5rem;
  1267. }
  1268.  
  1269. .compact-avatar {
  1270.    width: 32px;
  1271.    height: 32px;
  1272.    border-radius: 50%;
  1273.    object-fit: cover;
  1274. }
  1275.  
  1276. .compact-name {
  1277.    font-size: 0.85rem;
  1278.    font-weight: 500;
  1279.    color: #2d3748;
  1280. }
  1281.  
  1282. .compact-date {
  1283.    font-size: 0.8rem;
  1284.    color: #718096;
  1285. }
  1286.  
  1287. /* Recent Articles Section */
  1288. .recent-section {
  1289.    background: var(--card-bg);
  1290.    border-radius: 12px;
  1291.    padding: 2rem;
  1292.    border: 1px solid var(--border-color);
  1293.    height: 100%;
  1294. }
  1295.  
  1296. .recent-title {
  1297.    font-size: 1.25rem;
  1298.    font-weight: 700;
  1299.    color: #1a202c;
  1300.    margin-bottom: 1.5rem;
  1301.    padding-bottom: 0.75rem;
  1302.    border-bottom: 2px solid var(--border-color);
  1303. }
  1304.  
  1305. .recent-list {
  1306.    display: flex;
  1307.    flex-direction: column;
  1308.    gap: 1.25rem;
  1309. }
  1310.  
  1311. .recent-item {
  1312.    display: flex;
  1313.    align-items: center;
  1314.    gap: 1rem;
  1315.    padding: 0.8rem;
  1316.    background: var(--card-bg);
  1317.    border-radius: 8px;
  1318.    transition: all 0.2s ease;
  1319.    border: 1px solid var(--border-color);
  1320. }
  1321.  
  1322. .recent-item:hover {
  1323.    transform: translateX(4px);
  1324.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  1325. }
  1326.  
  1327. .recent-content {
  1328.    flex-grow: 1;
  1329. }
  1330.  
  1331. .recent-article-title {
  1332.    font-size: 0.95rem;
  1333.    font-weight: 600;
  1334.    color: #1a202c;
  1335.    margin-bottom: 0rem;
  1336.    line-height: 1.3;
  1337. }
  1338.  
  1339. .recent-date {
  1340.    font-size: 0.8rem;
  1341.    color: #718096;
  1342. }
  1343.  
  1344. /* Responsive Design */
  1345. @media (max-width: 992px) {
  1346.    .blog-hero-v6 {
  1347.        padding: 2rem 0;
  1348.    }
  1349.    
  1350.    .featured-title {
  1351.        font-size: 1.75rem;
  1352.    }
  1353.    
  1354.    .secondary-title {
  1355.        font-size: 1.3rem;
  1356.    }
  1357.    
  1358.    .article-meta {
  1359.        flex-direction: column;
  1360.        align-items: flex-start;
  1361.        gap: 1rem;
  1362.    }
  1363. }
  1364.  
  1365. @media (max-width: 768px) {
  1366.    .featured-content,
  1367.    .secondary-content {
  1368.        padding: 1.5rem;
  1369.    }
  1370.    
  1371.    .featured-title {
  1372.        font-size: 1.5rem;
  1373.    }
  1374.    
  1375.    .featured-image-container,
  1376.    .secondary-image-wrapper {
  1377.        height: 200px;
  1378.    }
  1379.    
  1380.    .compact-image {
  1381.        height: 150px;
  1382.    }
  1383.    
  1384.    .recent-section {
  1385.        margin-top: 2rem;
  1386.    }
  1387. }
  1388.  
  1389. @media (max-width: 576px) {
  1390.    .reading-info {
  1391.        margin-top: 1rem;
  1392.    }
  1393.    
  1394.    .secondary-meta {
  1395.        flex-wrap: wrap;
  1396.    }
  1397.    
  1398.    .recent-item {
  1399.        padding: 0.75rem;
  1400.    }
  1401. }
  1402. </style>
  1403.  
  1404.  
  1405.  
  1406.  
  1407.        <!-- end of wpo-blog-hero -->
  1408.  
  1409.        <!-- start of wpo-breacking-news -->
  1410.        
  1411.        <!-- end of wpo-breacking-news -->
  1412.        
  1413.        <!-- start wpo-blog-highlights-section -->
  1414.        
  1415.  
  1416.  
  1417.  
  1418.    
  1419.  
  1420.  
  1421.  <style>
  1422.    .blog-section {
  1423.      padding: 60px 0;
  1424.    }
  1425.  
  1426.    .blog-card {
  1427.      background: var(--card-bg);
  1428.      border-radius: 12px;
  1429.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  1430.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  1431.      margin-bottom: 30px;
  1432.      overflow: hidden;
  1433.      border: none;
  1434.    }
  1435.  
  1436.    .blog-card-body {
  1437.      padding: 30px;
  1438.    }
  1439.  
  1440.    .blog-category {
  1441.      display: inline-block;
  1442.      padding: 6px 16px;
  1443.      border-radius: 20px;
  1444.      font-size: 12px;
  1445.      font-weight: 600;
  1446.      text-transform: uppercase;
  1447.      letter-spacing: 0.5px;
  1448.      margin-bottom: 20px;
  1449.    }
  1450.  
  1451.    .blog-title {
  1452.      font-weight: 700;
  1453.      color: var(--topbar-color);
  1454.      margin-bottom: 20px;
  1455.      line-height: 1.4;
  1456.      text-decoration: none;
  1457.    }
  1458.  
  1459.    .blog-title:hover {
  1460.      color: #1e40af !important;
  1461.      text-decoration: none;
  1462.    }
  1463.  
  1464.    .blog-meta {
  1465.      display: flex;
  1466.      align-items: center;
  1467.      margin-bottom: 20px;
  1468.      color: var(--topbar-color);
  1469.      font-size: 14px;
  1470.    }
  1471.  
  1472.    .blog-meta img {
  1473.      width: 35px;
  1474.      height: 35px;
  1475.      border-radius: 50%;
  1476.      object-fit: cover;
  1477.      display: block;
  1478.    }
  1479.  
  1480.    .blog-meta .meta-info {
  1481.      display: flex;
  1482.      align-items: center;
  1483.      gap: 15px;
  1484.    }
  1485.  
  1486.    .blog-description {
  1487.      color: var(--topbar-color);
  1488.      line-height: 1.7;
  1489.      margin-bottom: 25px;
  1490.      font-size: 15px;
  1491.    }
  1492.  
  1493.    .read-more-btn {
  1494.      background: transparent;
  1495.      border: 2px solid var(--bs-primary);
  1496.      color: var(--bs-primary);
  1497.      padding: 12px 30px;
  1498.      border-radius: 6px;
  1499.      font-weight: 600;
  1500.      text-transform: uppercase;
  1501.      letter-spacing: 0.5px;
  1502.      transition: all 0.3s ease;
  1503.      text-decoration: none;
  1504.      display: inline-block;
  1505.      font-size: 13px;
  1506.    }
  1507.  
  1508.    .read-more-btn:hover {
  1509.      background: var(--bs-primary);
  1510.      color: var(--bs-white) !important;
  1511.      text-decoration: none;
  1512.    }
  1513.  
  1514.    .section-title {
  1515.      text-align: center;
  1516.      margin-bottom: 50px;
  1517.    }
  1518.  
  1519.    .section-title h2 {
  1520.      font-size: 42px;
  1521.      font-weight: 800;
  1522.      color: #2c3e50;
  1523.      margin-bottom: 15px;
  1524.    }
  1525.  
  1526.    .section-title p {
  1527.      color: #6c757d;
  1528.      font-size: 18px;
  1529.      max-width: 600px;
  1530.      margin: 0 auto;
  1531.    }
  1532.  
  1533.    .avatar-placeholder {
  1534.      width: 35px;
  1535.      height: 35px;
  1536.      border-radius: 50%;
  1537.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  1538.      display: flex;
  1539.      align-items: center;
  1540.      justify-content: center;
  1541.      color: var(--bs-white);
  1542.      font-weight: bold;
  1543.      margin-right: 12px;
  1544.      overflow: hidden;
  1545.    }
  1546.  
  1547.    @media (max-width: 768px) {
  1548.  
  1549.  
  1550.      .section-title h2 {
  1551.        font-size: 32px;
  1552.      }
  1553.  
  1554.      .blog-card-body {
  1555.        padding: 20px;
  1556.      }
  1557.    }
  1558.  
  1559.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  1560.    :root{
  1561.      --fade-distance: 28px;
  1562.      --fade-duration: 700ms;
  1563.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  1564.    }
  1565.  
  1566.    .fade-base{
  1567.      opacity: 0;
  1568.      filter: blur(2px);
  1569.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  1570.      transition:
  1571.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1572.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  1573.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  1574.      will-change: transform, opacity, filter;
  1575.    }
  1576.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  1577.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  1578.  
  1579.    .fade-show{
  1580.      opacity: 1;
  1581.      filter: blur(0);
  1582.      transform: translateY(0) translateZ(0);
  1583.    }
  1584.  
  1585.    /* Hover should still work after fade-in */
  1586.    .blog-card.fade-show:hover{
  1587.      transform: translateY(-5px) translateZ(0);
  1588.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1589.    }
  1590.  
  1591.    /* Reduced motion */
  1592.    @media (prefers-reduced-motion: reduce){
  1593.      .fade-base{
  1594.        transition: none !important;
  1595.        transform: none !important;
  1596.        opacity: 1 !important;
  1597.        filter: none !important;
  1598.      }
  1599.      .blog-card.fade-show:hover{
  1600.        transform: none !important;
  1601.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1602.      }
  1603.    }
  1604.  </style>
  1605.  
  1606.  <section class="blog-section">
  1607.    <div class="container-fluid fluid-container">
  1608.      <div class="row">
  1609.        <div class="section-title ">
  1610.          <h2>
  1611.                Today's Top Highlights
  1612.                   </h2>
  1613.          <p>Stay updated with the latest insights and trends in online gaming</p>
  1614.        </div>
  1615.  
  1616.        <div class="col-lg-8 col-12">
  1617.          
  1618.            <div class="blog-card fade-base">
  1619.              <div class="blog-card-body">
  1620.                <span class="blog-category bg-primary-gradient">News</span>
  1621.                <h3>
  1622.                  <a href="/real-madrids-trent-alexander-arnold-could-play-against-liverpool-in-forthcoming-european-fixture/" class="blog-title">
  1623.                    Real Madrid&#x27;s Trent Alexander-Arnold Could Play Against Liverpool in Forthcoming European Fixture
  1624.                  </a>
  1625.                </h3>
  1626.                <div class="blog-meta">
  1627.                  <div class="avatar-placeholder">
  1628.                    
  1629.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" />
  1630.                    
  1631.                  </div>
  1632.                  <div class="meta-info">
  1633.                    <span>Brett Roy</span>
  1634.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  1635.                  </div>
  1636.                </div>
  1637.                <p class="blog-description"></p>
  1638.                <a href="/real-madrids-trent-alexander-arnold-could-play-against-liverpool-in-forthcoming-european-fixture/" class="read-more-btn">READ MORE</a>
  1639.              </div>
  1640.            </div>
  1641.          
  1642.            <div class="blog-card fade-base">
  1643.              <div class="blog-card-body">
  1644.                <span class="blog-category bg-primary-gradient">News</span>
  1645.                <h3>
  1646.                  <a href="/troubling-recollections-return-in-davao-city-as-investigators-trace-bondi-beach-shooting-alleged-attackers-activities/" class="blog-title">
  1647.                    Troubling Recollections Return in Davao City as Investigators Trace Bondi Beach Shooting Alleged Attackers&#x27; Activities
  1648.                  </a>
  1649.                </h3>
  1650.                <div class="blog-meta">
  1651.                  <div class="avatar-placeholder">
  1652.                    
  1653.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" />
  1654.                    
  1655.                  </div>
  1656.                  <div class="meta-info">
  1657.                    <span>Brett Roy</span>
  1658.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  1659.                  </div>
  1660.                </div>
  1661.                <p class="blog-description"></p>
  1662.                <a href="/troubling-recollections-return-in-davao-city-as-investigators-trace-bondi-beach-shooting-alleged-attackers-activities/" class="read-more-btn">READ MORE</a>
  1663.              </div>
  1664.            </div>
  1665.          
  1666.            <div class="blog-card fade-base">
  1667.              <div class="blog-card-body">
  1668.                <span class="blog-category bg-primary-gradient">News</span>
  1669.                <h3>
  1670.                  <a href="/genuine-southern-portugal-discovering-portugal-past-the-shoreline/" class="blog-title">
  1671.                    Genuine Southern Portugal: Discovering Portugal Past the Shoreline
  1672.                  </a>
  1673.                </h3>
  1674.                <div class="blog-meta">
  1675.                  <div class="avatar-placeholder">
  1676.                    
  1677.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" />
  1678.                    
  1679.                  </div>
  1680.                  <div class="meta-info">
  1681.                    <span>Brett Roy</span>
  1682.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  1683.                  </div>
  1684.                </div>
  1685.                <p class="blog-description"></p>
  1686.                <a href="/genuine-southern-portugal-discovering-portugal-past-the-shoreline/" class="read-more-btn">READ MORE</a>
  1687.              </div>
  1688.            </div>
  1689.          
  1690.            <div class="blog-card fade-base">
  1691.              <div class="blog-card-body">
  1692.                <span class="blog-category bg-primary-gradient">News</span>
  1693.                <h3>
  1694.                  <a href="/arsenals-goalkeeper-highlights-squad-depth-as-key-to-silverware-pursuit/" class="blog-title">
  1695.                    Arsenal&#x27;s goalkeeper Highlights Squad Depth as Key to Silverware Pursuit
  1696.                  </a>
  1697.                </h3>
  1698.                <div class="blog-meta">
  1699.                  <div class="avatar-placeholder">
  1700.                    
  1701.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" />
  1702.                    
  1703.                  </div>
  1704.                  <div class="meta-info">
  1705.                    <span>Brett Roy</span>
  1706.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  1707.                  </div>
  1708.                </div>
  1709.                <p class="blog-description"></p>
  1710.                <a href="/arsenals-goalkeeper-highlights-squad-depth-as-key-to-silverware-pursuit/" class="read-more-btn">READ MORE</a>
  1711.              </div>
  1712.            </div>
  1713.          
  1714.            <div class="blog-card fade-base">
  1715.              <div class="blog-card-body">
  1716.                <span class="blog-category bg-primary-gradient">News</span>
  1717.                <h3>
  1718.                  <a href="/can-the-new-zealand-rugby-team-regain-their-magic-this-autumn/" class="blog-title">
  1719.                    Can the New Zealand rugby team regain their magic this autumn?
  1720.                  </a>
  1721.                </h3>
  1722.                <div class="blog-meta">
  1723.                  <div class="avatar-placeholder">
  1724.                    
  1725.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" />
  1726.                    
  1727.                  </div>
  1728.                  <div class="meta-info">
  1729.                    <span>Brett Roy</span>
  1730.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  1731.                  </div>
  1732.                </div>
  1733.                <p class="blog-description"></p>
  1734.                <a href="/can-the-new-zealand-rugby-team-regain-their-magic-this-autumn/" class="read-more-btn">READ MORE</a>
  1735.              </div>
  1736.            </div>
  1737.          
  1738.            <div class="blog-card fade-base">
  1739.              <div class="blog-card-body">
  1740.                <span class="blog-category bg-primary-gradient">News</span>
  1741.                <h3>
  1742.                  <a href="/trumps-dominant-influence-in-sports-achieved-a-peak-in-last-year-next-year-threatens-to-be-even-bigger/" class="blog-title">
  1743.                    Trump&#x27;s Dominant Influence in Sports Achieved A Peak in Last Year. Next Year Threatens to Be Even Bigger.
  1744.                  </a>
  1745.                </h3>
  1746.                <div class="blog-meta">
  1747.                  <div class="avatar-placeholder">
  1748.                    
  1749.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" />
  1750.                    
  1751.                  </div>
  1752.                  <div class="meta-info">
  1753.                    <span>Brett Roy</span>
  1754.                    <span><i class="far fa-clock"></i> 18 May 2026</span>
  1755.                  </div>
  1756.                </div>
  1757.                <p class="blog-description"></p>
  1758.                <a href="/trumps-dominant-influence-in-sports-achieved-a-peak-in-last-year-next-year-threatens-to-be-even-bigger/" class="read-more-btn">READ MORE</a>
  1759.              </div>
  1760.            </div>
  1761.          
  1762.            <div class="blog-card fade-base">
  1763.              <div class="blog-card-body">
  1764.                <span class="blog-category bg-primary-gradient">News</span>
  1765.                <h3>
  1766.                  <a href="/stay-active-while-you-work-a-dozen-strength-building-workplace-workouts-you-can-do-in-normal-clothes/" class="blog-title">
  1767.                    Stay active while you work? A dozen strength-building workplace workouts you can do in normal clothes
  1768.                  </a>
  1769.                </h3>
  1770.                <div class="blog-meta">
  1771.                  <div class="avatar-placeholder">
  1772.                    
  1773.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" />
  1774.                    
  1775.                  </div>
  1776.                  <div class="meta-info">
  1777.                    <span>Brett Roy</span>
  1778.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  1779.                  </div>
  1780.                </div>
  1781.                <p class="blog-description"></p>
  1782.                <a href="/stay-active-while-you-work-a-dozen-strength-building-workplace-workouts-you-can-do-in-normal-clothes/" class="read-more-btn">READ MORE</a>
  1783.              </div>
  1784.            </div>
  1785.          
  1786.            <div class="blog-card fade-base">
  1787.              <div class="blog-card-body">
  1788.                <span class="blog-category bg-primary-gradient">News</span>
  1789.                <h3>
  1790.                  <a href="/anno-117-pax-romanas-top-secret-is-a-breathtaking-first-person-mode/" class="blog-title">
  1791.                    Anno 117 Pax Romana&#x27;s Top Secret Is a Breathtaking First-Person Mode.
  1792.                  </a>
  1793.                </h3>
  1794.                <div class="blog-meta">
  1795.                  <div class="avatar-placeholder">
  1796.                    
  1797.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" />
  1798.                    
  1799.                  </div>
  1800.                  <div class="meta-info">
  1801.                    <span>Brett Roy</span>
  1802.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  1803.                  </div>
  1804.                </div>
  1805.                <p class="blog-description"></p>
  1806.                <a href="/anno-117-pax-romanas-top-secret-is-a-breathtaking-first-person-mode/" class="read-more-btn">READ MORE</a>
  1807.              </div>
  1808.            </div>
  1809.          
  1810.            <div class="blog-card fade-base">
  1811.              <div class="blog-card-body">
  1812.                <span class="blog-category bg-primary-gradient">News</span>
  1813.                <h3>
  1814.                  <a href="/us-president-donald-trump-affirms-for-the-most-part-agreement-exists-on-next-stages-of-peace-deal-in-gaza/" class="blog-title">
  1815.                    US President Donald Trump Affirms &#x27;For the Most Part, Agreement Exists&#x27; on Next Stages of Peace Deal in Gaza
  1816.                  </a>
  1817.                </h3>
  1818.                <div class="blog-meta">
  1819.                  <div class="avatar-placeholder">
  1820.                    
  1821.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" />
  1822.                    
  1823.                  </div>
  1824.                  <div class="meta-info">
  1825.                    <span>Brett Roy</span>
  1826.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  1827.                  </div>
  1828.                </div>
  1829.                <p class="blog-description"></p>
  1830.                <a href="/us-president-donald-trump-affirms-for-the-most-part-agreement-exists-on-next-stages-of-peace-deal-in-gaza/" class="read-more-btn">READ MORE</a>
  1831.              </div>
  1832.            </div>
  1833.          
  1834.            <div class="blog-card fade-base">
  1835.              <div class="blog-card-body">
  1836.                <span class="blog-category bg-primary-gradient">News</span>
  1837.                <h3>
  1838.                  <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-fantasy-themed-heavy-metal-band-castle-rat/" class="blog-title">
  1839.                    ‘My Fantasy Is to Ride a Unicorn Nightly’: Fantasy-Themed Heavy Metal Band Castle Rat
  1840.                  </a>
  1841.                </h3>
  1842.                <div class="blog-meta">
  1843.                  <div class="avatar-placeholder">
  1844.                    
  1845.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" />
  1846.                    
  1847.                  </div>
  1848.                  <div class="meta-info">
  1849.                    <span>Brett Roy</span>
  1850.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  1851.                  </div>
  1852.                </div>
  1853.                <p class="blog-description"></p>
  1854.                <a href="/my-fantasy-is-to-ride-a-unicorn-nightly-fantasy-themed-heavy-metal-band-castle-rat/" class="read-more-btn">READ MORE</a>
  1855.              </div>
  1856.            </div>
  1857.          
  1858.            <div class="blog-card fade-base">
  1859.              <div class="blog-card-body">
  1860.                <span class="blog-category bg-primary-gradient">News</span>
  1861.                <h3>
  1862.                  <a href="/crans-montana-fire-victims-receive-care-in-specialist-clinics-throughout-the-continent/" class="blog-title">
  1863.                    Crans-Montana Fire Victims Receive Care in Specialist Clinics Throughout the Continent
  1864.                  </a>
  1865.                </h3>
  1866.                <div class="blog-meta">
  1867.                  <div class="avatar-placeholder">
  1868.                    
  1869.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" />
  1870.                    
  1871.                  </div>
  1872.                  <div class="meta-info">
  1873.                    <span>Brett Roy</span>
  1874.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  1875.                  </div>
  1876.                </div>
  1877.                <p class="blog-description"></p>
  1878.                <a href="/crans-montana-fire-victims-receive-care-in-specialist-clinics-throughout-the-continent/" class="read-more-btn">READ MORE</a>
  1879.              </div>
  1880.            </div>
  1881.          
  1882.            <div class="blog-card fade-base">
  1883.              <div class="blog-card-body">
  1884.                <span class="blog-category bg-primary-gradient">News</span>
  1885.                <h3>
  1886.                  <a href="/titans-salute-titans-as-trump-offers-mamdani-a-warm-reception/" class="blog-title">
  1887.                    Titans Salute Titans as Trump Offers Mamdani a Warm Reception
  1888.                  </a>
  1889.                </h3>
  1890.                <div class="blog-meta">
  1891.                  <div class="avatar-placeholder">
  1892.                    
  1893.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" />
  1894.                    
  1895.                  </div>
  1896.                  <div class="meta-info">
  1897.                    <span>Brett Roy</span>
  1898.                    <span><i class="far fa-clock"></i> 17 May 2026</span>
  1899.                  </div>
  1900.                </div>
  1901.                <p class="blog-description"></p>
  1902.                <a href="/titans-salute-titans-as-trump-offers-mamdani-a-warm-reception/" class="read-more-btn">READ MORE</a>
  1903.              </div>
  1904.            </div>
  1905.          
  1906.          
  1907.  
  1908.        </div>
  1909.  
  1910.         <div class="col col-lg-4 col-12">
  1911.                
  1912.  
  1913.  
  1914.  
  1915.    
  1916.  
  1917.  
  1918. <!-- Blog Sidebar V2 - Focused Design -->
  1919.  <div class="sidebar mb-3">
  1920.    <!-- Recent Posts Section -->
  1921.    <div class="sidebar-widget mb-5">
  1922.      <div class="widget-title-wrapper mb-3">
  1923.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1924.          <i class="ti-time me-2"></i>Recent Posts
  1925.          <span class="title-arrow-primary"></span>
  1926.        </h4>
  1927.      </div>
  1928.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1929.        <div class="recent-post-list">
  1930.          
  1931.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1932.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1933.                
  1934.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1935.              
  1936.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1937.            </div>
  1938.            <div class="post-content flex-grow-1">
  1939.              <h6 class="post-title mb-2">
  1940.                 <a href="/a-decade-long-liaison-from-author-erin-somers-the-middle-aged-infidelity-story-our-generation-deserves/" class="text-decoration-none top-color fw-semibold lh-sm">
  1941.                                            A Decade-Long Liaison from author Erin Somers: The Middle-Aged Infidelity Story Our Generation Deserves.
  1942.                                            </a>
  1943.              </h6>
  1944.              <div class="post-meta mb-3">
  1945.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  1946.                <!-- <small class="text-muted">
  1947.                  <i class="ti-eye me-1"></i>348 views
  1948.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1949.                </small> -->
  1950.              </div>
  1951.            </div>
  1952.          </div>
  1953.        
  1954.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1955.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1956.                
  1957.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1958.              
  1959.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1960.            </div>
  1961.            <div class="post-content flex-grow-1">
  1962.              <h6 class="post-title mb-2">
  1963.                 <a href="/president-zelensky-states-ukraine-was-ten-percent-away-from-a-peace-deal-but-not-at-any-possible-cost/" class="text-decoration-none top-color fw-semibold lh-sm">
  1964.                                            President Zelensky States Ukraine Was Ten Percent Away from a Peace Deal, But Not at Any Possible Cost
  1965.                                            </a>
  1966.              </h6>
  1967.              <div class="post-meta mb-3">
  1968.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  1969.                <!-- <small class="text-muted">
  1970.                  <i class="ti-eye me-1"></i>348 views
  1971.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1972.                </small> -->
  1973.              </div>
  1974.            </div>
  1975.          </div>
  1976.        
  1977.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1978.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1979.                
  1980.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1981.              
  1982.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1983.            </div>
  1984.            <div class="post-content flex-grow-1">
  1985.              <h6 class="post-title mb-2">
  1986.                 <a href="/the-mighty-neins-introductory-sequence-chose-the-incorrect-critical-role-track/" class="text-decoration-none top-color fw-semibold lh-sm">
  1987.                                            The Mighty Nein&#x27;s Introductory Sequence Chose the Incorrect Critical Role Track
  1988.                                            </a>
  1989.              </h6>
  1990.              <div class="post-meta mb-3">
  1991.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  1992.                <!-- <small class="text-muted">
  1993.                  <i class="ti-eye me-1"></i>348 views
  1994.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1995.                </small> -->
  1996.              </div>
  1997.            </div>
  1998.          </div>
  1999.        
  2000.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2001.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2002.                
  2003.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2004.              
  2005.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2006.            </div>
  2007.            <div class="post-content flex-grow-1">
  2008.              <h6 class="post-title mb-2">
  2009.                 <a href="/leadership-changes-international-tensions-limited-coverage-key-obstacles-to-environmental-advancement-that-dogged-cop30/" class="text-decoration-none top-color fw-semibold lh-sm">
  2010.                                            Leadership Changes, International Tensions, Limited Coverage: Key Obstacles to Environmental Advancement That Dogged Cop30
  2011.                                            </a>
  2012.              </h6>
  2013.              <div class="post-meta mb-3">
  2014.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2015.                <!-- <small class="text-muted">
  2016.                  <i class="ti-eye me-1"></i>348 views
  2017.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2018.                </small> -->
  2019.              </div>
  2020.            </div>
  2021.          </div>
  2022.        
  2023.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2024.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2025.                
  2026.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2027.              
  2028.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2029.            </div>
  2030.            <div class="post-content flex-grow-1">
  2031.              <h6 class="post-title mb-2">
  2032.                 <a href="/food-benefits-scheduled-to-cease-for-over-40-million-during-continuing-us-government-shutdown/" class="text-decoration-none top-color fw-semibold lh-sm">
  2033.                                            Food Benefits Scheduled to Cease for Over 40 Million During Continuing US Government Shutdown
  2034.                                            </a>
  2035.              </h6>
  2036.              <div class="post-meta mb-3">
  2037.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2038.                <!-- <small class="text-muted">
  2039.                  <i class="ti-eye me-1"></i>348 views
  2040.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2041.                </small> -->
  2042.              </div>
  2043.            </div>
  2044.          </div>
  2045.        
  2046.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2047.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2048.                
  2049.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2050.              
  2051.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2052.            </div>
  2053.            <div class="post-content flex-grow-1">
  2054.              <h6 class="post-title mb-2">
  2055.                 <a href="/loss-hits-as-individual-succumbs-after-sea-recovery-off-british-coast/" class="text-decoration-none top-color fw-semibold lh-sm">
  2056.                                            Loss Hits as Individual Succumbs After Sea Recovery Off British Coast
  2057.                                            </a>
  2058.              </h6>
  2059.              <div class="post-meta mb-3">
  2060.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2061.                <!-- <small class="text-muted">
  2062.                  <i class="ti-eye me-1"></i>348 views
  2063.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2064.                </small> -->
  2065.              </div>
  2066.            </div>
  2067.          </div>
  2068.        
  2069.        </div>
  2070.  
  2071.        <div class="text-center mt-4 pt-3 border-top border-light">
  2072.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2073.        </div>
  2074.      </div>
  2075.    </div>
  2076.  
  2077.    
  2078.    <div class="sidebar-widget mb-4">
  2079.      <div class="widget-title-wrapper mb-3">
  2080.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2081.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2082.          <span class="title-arrow"></span>
  2083.        </h4>
  2084.      </div>
  2085.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2086.        <div class="blog-roll-list scrollable-sidebar">
  2087.          
  2088.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2089.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" class="text-decoration-none " rel="dofollow">
  2090.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2091.                <i class="ti-angle-right me-2 text-primary"></i>
  2092.                casinos not on gamstop
  2093.              </h6>
  2094.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2095.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2096.              </div> -->
  2097.            </a>
  2098.          </div>
  2099.          
  2100.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2101.            <a href="https://www.squarebox.co.uk/" class="text-decoration-none " rel="dofollow">
  2102.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2103.                <i class="ti-angle-right me-2 text-primary"></i>
  2104.                best uk non GamStop casinos
  2105.              </h6>
  2106.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2107.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2108.              </div> -->
  2109.            </a>
  2110.          </div>
  2111.          
  2112.  
  2113.        </div>
  2114. <!--
  2115.        <div class="text-center mt-4 pt-3 border-top border-light">
  2116.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2117.        </div> -->
  2118.      </div>
  2119.    </div>
  2120.    
  2121.    <div class="sidebar-widget mb-4">
  2122.      <div class="widget-title-wrapper mb-3">
  2123.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2124.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2125.          <span class="title-arrow"></span>
  2126.        </h4>
  2127.      </div>
  2128.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2129.        <div class="blog-roll-list scrollable-sidebar">
  2130.          
  2131.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2132.            <a href="https://cobdenchambers.co.uk/" class="text-decoration-none " rel="dofollow">
  2133.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2134.                <i class="ti-angle-right me-2 text-primary"></i>
  2135.                european casino for uk players
  2136.              </h6>
  2137.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2138.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2139.              </div> -->
  2140.            </a>
  2141.          </div>
  2142.          
  2143.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2144.            <a href="https://lagoccia.co.uk/" class="text-decoration-none " rel="dofollow">
  2145.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2146.                <i class="ti-angle-right me-2 text-primary"></i>
  2147.                uk casinos
  2148.              </h6>
  2149.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2150.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2151.              </div> -->
  2152.            </a>
  2153.          </div>
  2154.          
  2155.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2156.            <a href="https://www.helptobuy.org.uk/" class="text-decoration-none " rel="dofollow">
  2157.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2158.                <i class="ti-angle-right me-2 text-primary"></i>
  2159.                non gamstop casinos
  2160.              </h6>
  2161.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2162.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2163.              </div> -->
  2164.            </a>
  2165.          </div>
  2166.          
  2167.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2168.            <a href="https://heyimhome.co.uk/" class="text-decoration-none " rel="dofollow">
  2169.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2170.                <i class="ti-angle-right me-2 text-primary"></i>
  2171.                casino site
  2172.              </h6>
  2173.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2174.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2175.              </div> -->
  2176.            </a>
  2177.          </div>
  2178.          
  2179.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2180.            <a href="https://www.fourpure.com/" class="text-decoration-none " rel="dofollow">
  2181.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2182.                <i class="ti-angle-right me-2 text-primary"></i>
  2183.                casino sites
  2184.              </h6>
  2185.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2186.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2187.              </div> -->
  2188.            </a>
  2189.          </div>
  2190.          
  2191.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2192.            <a href="https://papaganoush.co.uk/" class="text-decoration-none " rel="dofollow">
  2193.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2194.                <i class="ti-angle-right me-2 text-primary"></i>
  2195.                non uk casinos
  2196.              </h6>
  2197.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2198.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2199.              </div> -->
  2200.            </a>
  2201.          </div>
  2202.          
  2203.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2204.            <a href="https://www.oceandivalondon.co.uk/" class="text-decoration-none " rel="dofollow">
  2205.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2206.                <i class="ti-angle-right me-2 text-primary"></i>
  2207.                new betting sites
  2208.              </h6>
  2209.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2210.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2211.              </div> -->
  2212.            </a>
  2213.          </div>
  2214.          
  2215.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2216.            <a href="https://www.londonart.co.uk/" class="text-decoration-none " rel="dofollow">
  2217.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2218.                <i class="ti-angle-right me-2 text-primary"></i>
  2219.                best escorts london
  2220.              </h6>
  2221.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2222.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2223.              </div> -->
  2224.            </a>
  2225.          </div>
  2226.          
  2227.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2228.            <a href="https://www.stamina.org.uk/" class="text-decoration-none " rel="dofollow">
  2229.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2230.                <i class="ti-angle-right me-2 text-primary"></i>
  2231.                casino not on GamStop
  2232.              </h6>
  2233.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2234.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2235.              </div> -->
  2236.            </a>
  2237.          </div>
  2238.          
  2239.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2240.            <a href="https://thepearlyqueen.com/" class="text-decoration-none " rel="dofollow">
  2241.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2242.                <i class="ti-angle-right me-2 text-primary"></i>
  2243.                best online casinos
  2244.              </h6>
  2245.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2246.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2247.              </div> -->
  2248.            </a>
  2249.          </div>
  2250.          
  2251.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2252.            <a href="https://www.homeworkworkspace.com" class="text-decoration-none " rel="dofollow">
  2253.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2254.                <i class="ti-angle-right me-2 text-primary"></i>
  2255.                non GamStop casinos
  2256.              </h6>
  2257.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2258.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2259.              </div> -->
  2260.            </a>
  2261.          </div>
  2262.          
  2263.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2264.            <a href="https://www.kew.org.uk/" class="text-decoration-none " rel="dofollow">
  2265.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2266.                <i class="ti-angle-right me-2 text-primary"></i>
  2267.                betting sites
  2268.              </h6>
  2269.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2270.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2271.              </div> -->
  2272.            </a>
  2273.          </div>
  2274.          
  2275.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2276.            <a href="https://www.nigelmansell.co.uk" class="text-decoration-none " rel="dofollow">
  2277.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2278.                <i class="ti-angle-right me-2 text-primary"></i>
  2279.                betting sites
  2280.              </h6>
  2281.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2282.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2283.              </div> -->
  2284.            </a>
  2285.          </div>
  2286.          
  2287.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2288.            <a href="https://israelpremiertech.com" class="text-decoration-none " rel="dofollow">
  2289.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2290.                <i class="ti-angle-right me-2 text-primary"></i>
  2291.                casino not on GamStop
  2292.              </h6>
  2293.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2294.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2295.              </div> -->
  2296.            </a>
  2297.          </div>
  2298.          
  2299.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2300.            <a href="https://playmonster.co.uk" class="text-decoration-none " rel="dofollow">
  2301.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2302.                <i class="ti-angle-right me-2 text-primary"></i>
  2303.                casino not on GamStop
  2304.              </h6>
  2305.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2306.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2307.              </div> -->
  2308.            </a>
  2309.          </div>
  2310.          
  2311.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2312.            <a href="https://www.antiquesforeveryone.co.uk/" class="text-decoration-none " rel="dofollow">
  2313.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2314.                <i class="ti-angle-right me-2 text-primary"></i>
  2315.                best UK betting sites
  2316.              </h6>
  2317.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2318.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2319.              </div> -->
  2320.            </a>
  2321.          </div>
  2322.          
  2323.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2324.            <a href="https://fdncoffee.com" class="text-decoration-none " rel="dofollow">
  2325.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2326.                <i class="ti-angle-right me-2 text-primary"></i>
  2327.                non GamStop casinos
  2328.              </h6>
  2329.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2330.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2331.              </div> -->
  2332.            </a>
  2333.          </div>
  2334.          
  2335.  
  2336.        </div>
  2337. <!--
  2338.        <div class="text-center mt-4 pt-3 border-top border-light">
  2339.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2340.        </div> -->
  2341.      </div>
  2342.    </div>
  2343.    
  2344.    <div class="sidebar-widget mb-4">
  2345.      <div class="widget-title-wrapper mb-3">
  2346.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2347.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2348.          <span class="title-arrow"></span>
  2349.        </h4>
  2350.      </div>
  2351.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2352.        <div class="blog-roll-list scrollable-sidebar">
  2353.          
  2354.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2355.            <a href="https://letsmush.com/" class="text-decoration-none " rel="dofollow">
  2356.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2357.                <i class="ti-angle-right me-2 text-primary"></i>
  2358.                casinos not on GamStop
  2359.              </h6>
  2360.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2361.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2362.              </div> -->
  2363.            </a>
  2364.          </div>
  2365.          
  2366.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2367.            <a href="https://www.jeremysrestaurant.co.uk/" class="text-decoration-none " rel="dofollow">
  2368.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2369.                <i class="ti-angle-right me-2 text-primary"></i>
  2370.                fast withdrawal casino UK
  2371.              </h6>
  2372.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2373.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2374.              </div> -->
  2375.            </a>
  2376.          </div>
  2377.          
  2378.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2379.            <a href="https://www.bwacademy.co.uk/" class="text-decoration-none " rel="dofollow">
  2380.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2381.                <i class="ti-angle-right me-2 text-primary"></i>
  2382.                fast withdrawal casino
  2383.              </h6>
  2384.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2385.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2386.              </div> -->
  2387.            </a>
  2388.          </div>
  2389.          
  2390.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2391.            <a href="https://www.durhamminers.org/" class="text-decoration-none " rel="dofollow">
  2392.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2393.                <i class="ti-angle-right me-2 text-primary"></i>
  2394.                non GamStop casinos
  2395.              </h6>
  2396.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2397.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2398.              </div> -->
  2399.            </a>
  2400.          </div>
  2401.          
  2402.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2403.            <a href="https://www.ginspa.co.uk/" class="text-decoration-none " rel="dofollow">
  2404.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2405.                <i class="ti-angle-right me-2 text-primary"></i>
  2406.                best non GamStop casinos
  2407.              </h6>
  2408.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2409.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2410.              </div> -->
  2411.            </a>
  2412.          </div>
  2413.          
  2414.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2415.            <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none " rel="dofollow">
  2416.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2417.                <i class="ti-angle-right me-2 text-primary"></i>
  2418.                UK casinos not on GamStop
  2419.              </h6>
  2420.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2421.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2422.              </div> -->
  2423.            </a>
  2424.          </div>
  2425.          
  2426.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2427.            <a href="https://www.cranleyclinic.com/" class="text-decoration-none " rel="dofollow">
  2428.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2429.                <i class="ti-angle-right me-2 text-primary"></i>
  2430.                non GamStop casinos
  2431.              </h6>
  2432.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2433.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2434.              </div> -->
  2435.            </a>
  2436.          </div>
  2437.          
  2438.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2439.            <a href="https://socialeatinghouse.com/" class="text-decoration-none " rel="dofollow">
  2440.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2441.                <i class="ti-angle-right me-2 text-primary"></i>
  2442.                UK casinos not on GamStop
  2443.              </h6>
  2444.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2445.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2446.              </div> -->
  2447.            </a>
  2448.          </div>
  2449.          
  2450.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2451.            <a href="https://www.covent-garden.co.uk/" class="text-decoration-none " rel="dofollow">
  2452.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2453.                <i class="ti-angle-right me-2 text-primary"></i>
  2454.                casinos not on GamStop
  2455.              </h6>
  2456.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2457.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2458.              </div> -->
  2459.            </a>
  2460.          </div>
  2461.          
  2462.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2463.            <a href="https://www.falconryforum.co.uk/" class="text-decoration-none " rel="dofollow">
  2464.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2465.                <i class="ti-angle-right me-2 text-primary"></i>
  2466.                non gamstop casinos online
  2467.              </h6>
  2468.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2469.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2470.              </div> -->
  2471.            </a>
  2472.          </div>
  2473.          
  2474.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2475.            <a href="https://www.thekarczma.co.uk/" class="text-decoration-none " rel="dofollow">
  2476.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2477.                <i class="ti-angle-right me-2 text-primary"></i>
  2478.                Non UK Casinos
  2479.              </h6>
  2480.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2481.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2482.              </div> -->
  2483.            </a>
  2484.          </div>
  2485.          
  2486.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2487.            <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/" class="text-decoration-none " rel="dofollow">
  2488.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2489.                <i class="ti-angle-right me-2 text-primary"></i>
  2490.                non gamstop casinos uk
  2491.              </h6>
  2492.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2493.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2494.              </div> -->
  2495.            </a>
  2496.          </div>
  2497.          
  2498.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2499.            <a href="https://www.voteleavetakecontrol.org/" class="text-decoration-none " rel="dofollow">
  2500.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2501.                <i class="ti-angle-right me-2 text-primary"></i>
  2502.                casinos not on GamStop
  2503.              </h6>
  2504.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2505.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2506.              </div> -->
  2507.            </a>
  2508.          </div>
  2509.          
  2510.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2511.            <a href="https://www.kysty.co.uk/" class="text-decoration-none " rel="dofollow">
  2512.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2513.                <i class="ti-angle-right me-2 text-primary"></i>
  2514.                New Casino Not on GAMSTOP
  2515.              </h6>
  2516.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2517.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2518.              </div> -->
  2519.            </a>
  2520.          </div>
  2521.          
  2522.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2523.            <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none " rel="dofollow">
  2524.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2525.                <i class="ti-angle-right me-2 text-primary"></i>
  2526.                non UK regulated casinos
  2527.              </h6>
  2528.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2529.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2530.              </div> -->
  2531.            </a>
  2532.          </div>
  2533.          
  2534.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2535.            <a href="https://drive-alive.co.uk/" class="text-decoration-none " rel="dofollow">
  2536.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2537.                <i class="ti-angle-right me-2 text-primary"></i>
  2538.                casinos not on gamstop
  2539.              </h6>
  2540.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2541.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2542.              </div> -->
  2543.            </a>
  2544.          </div>
  2545.          
  2546.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2547.            <a href="https://roadpeace.org/" class="text-decoration-none " rel="dofollow">
  2548.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2549.                <i class="ti-angle-right me-2 text-primary"></i>
  2550.                casinos not on gamstop
  2551.              </h6>
  2552.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2553.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2554.              </div> -->
  2555.            </a>
  2556.          </div>
  2557.          
  2558.  
  2559.        </div>
  2560. <!--
  2561.        <div class="text-center mt-4 pt-3 border-top border-light">
  2562.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2563.        </div> -->
  2564.      </div>
  2565.    </div>
  2566.    
  2567.    <div class="sidebar-widget mb-4">
  2568.      <div class="widget-title-wrapper mb-3">
  2569.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2570.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2571.          <span class="title-arrow"></span>
  2572.        </h4>
  2573.      </div>
  2574.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2575.        <div class="blog-roll-list scrollable-sidebar">
  2576.          
  2577.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2578.            <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none " rel="dofollow">
  2579.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2580.                <i class="ti-angle-right me-2 text-primary"></i>
  2581.                non gamstop betting
  2582.              </h6>
  2583.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2584.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2585.              </div> -->
  2586.            </a>
  2587.          </div>
  2588.          
  2589.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2590.            <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none " rel="dofollow">
  2591.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2592.                <i class="ti-angle-right me-2 text-primary"></i>
  2593.                non uk betting sites
  2594.              </h6>
  2595.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2596.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2597.              </div> -->
  2598.            </a>
  2599.          </div>
  2600.          
  2601.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2602.            <a href="https://casinonotongamstop.org.uk/betting-sites-not-on-gamstop" class="text-decoration-none " rel="dofollow">
  2603.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2604.                <i class="ti-angle-right me-2 text-primary"></i>
  2605.                online betting not on gamstop
  2606.              </h6>
  2607.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2608.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2609.              </div> -->
  2610.            </a>
  2611.          </div>
  2612.          
  2613.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2614.            <a href="https://plasticoceans.uk/" class="text-decoration-none " rel="dofollow">
  2615.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2616.                <i class="ti-angle-right me-2 text-primary"></i>
  2617.                best non gamstop casinos
  2618.              </h6>
  2619.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2620.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2621.              </div> -->
  2622.            </a>
  2623.          </div>
  2624.          
  2625.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2626.            <a href="https://indyonline.co.uk/" class="text-decoration-none " rel="dofollow">
  2627.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2628.                <i class="ti-angle-right me-2 text-primary"></i>
  2629.                non GamStop casinos
  2630.              </h6>
  2631.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2632.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2633.              </div> -->
  2634.            </a>
  2635.          </div>
  2636.          
  2637.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2638.            <a href="https://pauljacques.co.uk/" class="text-decoration-none " rel="dofollow">
  2639.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2640.                <i class="ti-angle-right me-2 text-primary"></i>
  2641.                slot sites not on gamstop
  2642.              </h6>
  2643.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2644.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2645.              </div> -->
  2646.            </a>
  2647.          </div>
  2648.          
  2649.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2650.            <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none " rel="dofollow">
  2651.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2652.                <i class="ti-angle-right me-2 text-primary"></i>
  2653.                Non GamStop UK Casinos
  2654.              </h6>
  2655.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2656.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2657.              </div> -->
  2658.            </a>
  2659.          </div>
  2660.          
  2661.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2662.            <a href="https://oncallfire.uk/" class="text-decoration-none " rel="dofollow">
  2663.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2664.                <i class="ti-angle-right me-2 text-primary"></i>
  2665.                Non GamStop UK Casinos
  2666.              </h6>
  2667.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2668.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2669.              </div> -->
  2670.            </a>
  2671.          </div>
  2672.          
  2673.  
  2674.        </div>
  2675. <!--
  2676.        <div class="text-center mt-4 pt-3 border-top border-light">
  2677.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2678.        </div> -->
  2679.      </div>
  2680.    </div>
  2681.    
  2682.  </div>
  2683.  
  2684. <!-- Sidebar V2 Styles -->
  2685. <style>
  2686.  .sidebar-widget {
  2687.    position: relative;
  2688.  }
  2689.  
  2690.  .widget-title {
  2691.    font-size: 1.1rem;
  2692.    font-weight: 700;
  2693.    display: inline-block;
  2694.    position: relative;
  2695.    z-index: 2;
  2696.    border-radius: 0;
  2697.  }
  2698.  
  2699.  /* Green arrow for August Blog Roll */
  2700.  .title-arrow::after {
  2701.    content: '';
  2702.    position: absolute;
  2703.    top: 0;
  2704.    right: -22px;
  2705.    width: 0;
  2706.    height: 0;
  2707.    border-left: 22px solid var(--bs-primary);
  2708.    border-top: 22px solid transparent;
  2709.    border-bottom: 22px solid transparent;
  2710.    z-index: 1;
  2711.  }
  2712.  
  2713.  /* Blue arrow for Recent Posts */
  2714.  .title-arrow-primary::after {
  2715.    content: '';
  2716.    position: absolute;
  2717.    top: 0;
  2718.    right: -22px;
  2719.    width: 0;
  2720.    height: 0;
  2721.    border-left: 22px solid var(--bs-primary);
  2722.    border-top: 22px solid transparent;
  2723.    border-bottom: 22px solid transparent;
  2724.    z-index: 1;
  2725.  }
  2726.  
  2727.  .widget-content {
  2728.    margin-top: -1px;
  2729.    position: relative;
  2730.    z-index: 1;
  2731.     background-color: var(--card-bg);
  2732.  }
  2733.  
  2734.  /* Blog Roll Items Hover Effects */
  2735.  .blog-roll-item:hover .blog-title {
  2736.    color: #198754 !important;
  2737.    transform: translateX(5px);
  2738.    transition: all 0.3s ease;
  2739.  }
  2740.  
  2741.  /* Recent Post Items Hover Effects */
  2742.  .recent-post-item:hover .post-title a {
  2743.    color: #0d6efd !important;
  2744.    transition: color 0.3s ease;
  2745.  }
  2746.  
  2747.  .recent-post-item:hover .post-image img {
  2748.    transform: scale(1.05);
  2749.    transition: transform 0.3s ease;
  2750.  }
  2751.  
  2752.  /* Button Hover Effects */
  2753.  .btn:hover {
  2754.    transform: translateY(-2px);
  2755.    transition: all 0.3s ease;
  2756.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2757.  }
  2758.  
  2759.  /* Badge Hover Effects */
  2760.  .badge:hover {
  2761.    transform: scale(1.05);
  2762.    transition: transform 0.3s ease;
  2763.  }
  2764.  
  2765.  @media (max-width: 991px) {
  2766.    .sidebar {
  2767.      margin-top: 3rem;
  2768.    }
  2769.  }
  2770.  
  2771.  @media (max-width: 576px) {
  2772.    .widget-title {
  2773.      font-size: 1rem;
  2774.      padding: 0.75rem 1rem !important;
  2775.    }
  2776.  
  2777.    .title-arrow::after,
  2778.    .title-arrow-primary::after {
  2779.      right: -18px;
  2780.      border-left-width: 18px;
  2781.      border-top-width: 18px;
  2782.      border-bottom-width: 18px;
  2783.    }
  2784.  
  2785.    .post-image {
  2786.      width: 70px !important;
  2787.      height: 55px !important;
  2788.    }
  2789.  
  2790.    .blog-meta {
  2791.      flex-direction: column !important;
  2792.      align-items: flex-start !important;
  2793.      gap: 0.5rem;
  2794.    }
  2795.  }
  2796. </style>
  2797.  
  2798.    
  2799.            </div>
  2800.      </div>
  2801.    </div>
  2802.  </section>
  2803.  
  2804.  <script>
  2805.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  2806.    document.addEventListener('DOMContentLoaded', function () {
  2807.      // Fallback if IntersectionObserver unavailable
  2808.      if (!('IntersectionObserver' in window)) {
  2809.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  2810.        return;
  2811.      }
  2812.  
  2813.      let lastY = window.pageYOffset || 0;
  2814.      let scrollDir = 'down';
  2815.      let ticking = false;
  2816.  
  2817.      // Jank-free scroll direction tracking
  2818.      window.addEventListener('scroll', () => {
  2819.        const y = window.pageYOffset || 0;
  2820.        if (!ticking) {
  2821.          requestAnimationFrame(() => {
  2822.            scrollDir = y > lastY ? 'down' : 'up';
  2823.            lastY = y <= 0 ? 0 : y;
  2824.            ticking = false;
  2825.          });
  2826.          ticking = true;
  2827.        }
  2828.      }, { passive: true });
  2829.  
  2830.      const options = {
  2831.        threshold: 0.18,
  2832.        rootMargin: '0px 0px -8% 0px'
  2833.      };
  2834.  
  2835.      const io = new IntersectionObserver((entries) => {
  2836.        entries.forEach((entry) => {
  2837.          const el = entry.target;
  2838.  
  2839.          if (entry.isIntersecting) {
  2840.            // direction-based class
  2841.            el.classList.remove('fade-up', 'fade-down');
  2842.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  2843.  
  2844.            // smooth timing (override-able per element via CSS vars)
  2845.            if (!el.style.getPropertyValue('--dur')) {
  2846.              el.style.setProperty('--dur', '700ms');
  2847.            }
  2848.            if (!el.style.getPropertyValue('--ease')) {
  2849.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  2850.            }
  2851.  
  2852.            el.classList.add('fade-show');
  2853.          } else {
  2854.            // re-animate when re-entering
  2855.            el.classList.remove('fade-show');
  2856.          }
  2857.        });
  2858.      }, options);
  2859.  
  2860.      // Observe all fade targets with a light stagger
  2861.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  2862.      nodes.forEach((el, i) => {
  2863.        // 0–5 -> 0–300ms stagger (loops every 6)
  2864.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  2865.        io.observe(el);
  2866.      });
  2867.    });
  2868.  </script>
  2869.  
  2870.  
  2871.    
  2872.        
  2873.        <!-- end wpo-blog-highlights-section -->
  2874.        <!-- start wpo-blog-sponsored-section -->
  2875.        
  2876.  
  2877.  
  2878.  
  2879.    
  2880.  
  2881.  
  2882.  
  2883. <style>
  2884.    .sponsored-section-v3 {
  2885.        padding: 50px 0;
  2886.    }
  2887.    
  2888.    .sponsored-card-v3 {
  2889.        background: var(--card-bg);
  2890.        border: 1px solid var(--border-color);
  2891.        border-radius: 4px;
  2892.        transition: transform 0.3s ease;
  2893.        height: 100%;
  2894.    }
  2895.    
  2896.    .sponsored-card-v3:hover {
  2897.        transform: scale(1.02);
  2898.    }
  2899.    
  2900.    .sponsored-image-v3 {
  2901.        position: relative;
  2902.        height: 170px;
  2903.        border-bottom: 1px solid var(--border-color);
  2904.    }
  2905.    
  2906.    .sponsored-image-v3 img {
  2907.        width: 100%;
  2908.        height: 100%;
  2909.        object-fit: cover;
  2910.    }
  2911.    
  2912.    .sponsored-badge-v3 {
  2913.        position: absolute;
  2914.        top: 10px;
  2915.        right: 10px;
  2916.        padding: 5px 8px;
  2917.        font-size: 11px;
  2918.        font-weight: 600;
  2919.        text-transform: uppercase;
  2920.        border-radius: 50%;
  2921.    }
  2922.    
  2923.    .sponsored-content-v3 {
  2924.        position: relative;
  2925.        padding: 18px;
  2926.    }
  2927.    
  2928.    .sponsored-title-v3 {
  2929.        font-size: 16px;
  2930.        font-weight: 700;
  2931.        line-height: 1.5;
  2932.        margin-bottom: 8px;
  2933.    }
  2934.    
  2935.    .sponsored-title-v3 a {
  2936.        text-decoration: none;
  2937.        color: #333;
  2938.    }
  2939.    
  2940.    .sponsored-title-v3 a:hover {
  2941.        color: #0056b3; /* Darker blue for hover */
  2942.    }
  2943.    
  2944.    .sponsored-excerpt-v3 {
  2945.        font-size: 13px;
  2946.        font-weight: 400;
  2947.        color: #868e96;
  2948.        margin-bottom: 12px;
  2949.        line-height: 1.5;
  2950.    }
  2951.    
  2952.    .sponsored-meta-v3 {
  2953.        font-size: 12px;
  2954.        color: #6c757d;
  2955.    }
  2956.    
  2957.    .author-info-v3 {
  2958.        display: flex;
  2959.        align-items: center;
  2960.        gap: 6px;
  2961.        margin-bottom: 6px;
  2962.    }
  2963.    
  2964.    .sponsored-author-img-v3 {
  2965.        width: 24px;
  2966.        height: 24px;
  2967.        border-radius: 50%;
  2968.        object-fit: cover;
  2969.    }
  2970.    
  2971.    .section-title-sponsored-v3 {
  2972.        font-size: 2rem;
  2973.        font-weight: 600;
  2974.        text-align: left;
  2975.        margin-bottom: 25px;
  2976.        color: #333;
  2977.        border-bottom: 3px solid var(--bs-primary);
  2978.        padding-bottom: 10px;
  2979.    }
  2980.  
  2981.    @media (max-width: 768px) {
  2982.        .sponsored-section-v3 {
  2983.            padding: 30px 0;
  2984.        }
  2985.        .sponsored-content-v3 {
  2986.            padding: 15px;
  2987.        }
  2988.        .sponsored-title-v3 {
  2989.            font-size: 15px;
  2990.        }
  2991.        .sponsored-excerpt-v3 {
  2992.            font-size: 12px;
  2993.        }
  2994.        .section-title-sponsored-v3 {
  2995.            font-size: 1.8rem;
  2996.        }
  2997.    }
  2998. </style>
  2999.  
  3000. <section class="sponsored-section-v3">
  3001.    <div class="container-fluid fluid-container">
  3002.        <div class="row">
  3003.            <div class="col-12">
  3004.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3005.            </div>
  3006.        </div>
  3007.        
  3008.        <div class="row g-4">
  3009.            
  3010.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3011.                <div class="card sponsored-card-v3">
  3012.                    <div class="sponsored-image-v3">
  3013.                        
  3014.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3015.                        
  3016.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3017.                    </div>
  3018.                    <div class="sponsored-content-v3">
  3019.                        <h3 class="sponsored-title-v3">
  3020.                            <a href="/a-decade-long-liaison-from-author-erin-somers-the-middle-aged-infidelity-story-our-generation-deserves/" class="top-color">
  3021.                            A Decade-Long Liaison from author Erin Somers: The Middle-Aged Infidelity Story Our Generation Deserves.
  3022.                            </a>
  3023.                        </h3>
  3024.                        <p class="sponsored-excerpt-v3">
  3025.                            
  3026.                        </p>
  3027.                        <div class="sponsored-meta-v3">
  3028.                            <div class="author-info-v3">
  3029.                                
  3030.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" style="object-fit: cover;" class="sponsored-author-img-v3">
  3031.                                
  3032.                                <span>
  3033.                                    Brett Roy
  3034.                                </span>
  3035.                            </div>
  3036.                            <div class="d-flex gap-2">
  3037.                                <i class="ti-calendar"></i> 16 May 2026
  3038.                            </div>
  3039.                        </div>
  3040.                    </div>
  3041.                </div>
  3042.            </div>
  3043.            
  3044.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3045.                <div class="card sponsored-card-v3">
  3046.                    <div class="sponsored-image-v3">
  3047.                        
  3048.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3049.                        
  3050.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3051.                    </div>
  3052.                    <div class="sponsored-content-v3">
  3053.                        <h3 class="sponsored-title-v3">
  3054.                            <a href="/president-zelensky-states-ukraine-was-ten-percent-away-from-a-peace-deal-but-not-at-any-possible-cost/" class="top-color">
  3055.                            President Zelensky States Ukraine Was Ten Percent Away from a Peace Deal, But Not at Any Possible Cost
  3056.                            </a>
  3057.                        </h3>
  3058.                        <p class="sponsored-excerpt-v3">
  3059.                            
  3060.                        </p>
  3061.                        <div class="sponsored-meta-v3">
  3062.                            <div class="author-info-v3">
  3063.                                
  3064.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" style="object-fit: cover;" class="sponsored-author-img-v3">
  3065.                                
  3066.                                <span>
  3067.                                    Brett Roy
  3068.                                </span>
  3069.                            </div>
  3070.                            <div class="d-flex gap-2">
  3071.                                <i class="ti-calendar"></i> 16 May 2026
  3072.                            </div>
  3073.                        </div>
  3074.                    </div>
  3075.                </div>
  3076.            </div>
  3077.            
  3078.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3079.                <div class="card sponsored-card-v3">
  3080.                    <div class="sponsored-image-v3">
  3081.                        
  3082.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3083.                        
  3084.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3085.                    </div>
  3086.                    <div class="sponsored-content-v3">
  3087.                        <h3 class="sponsored-title-v3">
  3088.                            <a href="/the-mighty-neins-introductory-sequence-chose-the-incorrect-critical-role-track/" class="top-color">
  3089.                            The Mighty Nein&#x27;s Introductory Sequence Chose the Incorrect Critical Role Track
  3090.                            </a>
  3091.                        </h3>
  3092.                        <p class="sponsored-excerpt-v3">
  3093.                            
  3094.                        </p>
  3095.                        <div class="sponsored-meta-v3">
  3096.                            <div class="author-info-v3">
  3097.                                
  3098.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" style="object-fit: cover;" class="sponsored-author-img-v3">
  3099.                                
  3100.                                <span>
  3101.                                    Brett Roy
  3102.                                </span>
  3103.                            </div>
  3104.                            <div class="d-flex gap-2">
  3105.                                <i class="ti-calendar"></i> 16 May 2026
  3106.                            </div>
  3107.                        </div>
  3108.                    </div>
  3109.                </div>
  3110.            </div>
  3111.            
  3112.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3113.                <div class="card sponsored-card-v3">
  3114.                    <div class="sponsored-image-v3">
  3115.                        
  3116.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3117.                        
  3118.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3119.                    </div>
  3120.                    <div class="sponsored-content-v3">
  3121.                        <h3 class="sponsored-title-v3">
  3122.                            <a href="/leadership-changes-international-tensions-limited-coverage-key-obstacles-to-environmental-advancement-that-dogged-cop30/" class="top-color">
  3123.                            Leadership Changes, International Tensions, Limited Coverage: Key Obstacles to Environmental Advancement That Dogged Cop30
  3124.                            </a>
  3125.                        </h3>
  3126.                        <p class="sponsored-excerpt-v3">
  3127.                            
  3128.                        </p>
  3129.                        <div class="sponsored-meta-v3">
  3130.                            <div class="author-info-v3">
  3131.                                
  3132.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" style="object-fit: cover;" class="sponsored-author-img-v3">
  3133.                                
  3134.                                <span>
  3135.                                    Brett Roy
  3136.                                </span>
  3137.                            </div>
  3138.                            <div class="d-flex gap-2">
  3139.                                <i class="ti-calendar"></i> 16 May 2026
  3140.                            </div>
  3141.                        </div>
  3142.                    </div>
  3143.                </div>
  3144.            </div>
  3145.            
  3146.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3147.                <div class="card sponsored-card-v3">
  3148.                    <div class="sponsored-image-v3">
  3149.                        
  3150.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3151.                        
  3152.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3153.                    </div>
  3154.                    <div class="sponsored-content-v3">
  3155.                        <h3 class="sponsored-title-v3">
  3156.                            <a href="/food-benefits-scheduled-to-cease-for-over-40-million-during-continuing-us-government-shutdown/" class="top-color">
  3157.                            Food Benefits Scheduled to Cease for Over 40 Million During Continuing US Government Shutdown
  3158.                            </a>
  3159.                        </h3>
  3160.                        <p class="sponsored-excerpt-v3">
  3161.                            
  3162.                        </p>
  3163.                        <div class="sponsored-meta-v3">
  3164.                            <div class="author-info-v3">
  3165.                                
  3166.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" style="object-fit: cover;" class="sponsored-author-img-v3">
  3167.                                
  3168.                                <span>
  3169.                                    Brett Roy
  3170.                                </span>
  3171.                            </div>
  3172.                            <div class="d-flex gap-2">
  3173.                                <i class="ti-calendar"></i> 16 May 2026
  3174.                            </div>
  3175.                        </div>
  3176.                    </div>
  3177.                </div>
  3178.            </div>
  3179.            
  3180.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3181.                <div class="card sponsored-card-v3">
  3182.                    <div class="sponsored-image-v3">
  3183.                        
  3184.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3185.                        
  3186.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3187.                    </div>
  3188.                    <div class="sponsored-content-v3">
  3189.                        <h3 class="sponsored-title-v3">
  3190.                            <a href="/loss-hits-as-individual-succumbs-after-sea-recovery-off-british-coast/" class="top-color">
  3191.                            Loss Hits as Individual Succumbs After Sea Recovery Off British Coast
  3192.                            </a>
  3193.                        </h3>
  3194.                        <p class="sponsored-excerpt-v3">
  3195.                            
  3196.                        </p>
  3197.                        <div class="sponsored-meta-v3">
  3198.                            <div class="author-info-v3">
  3199.                                
  3200.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/593dfe62-13aa-4275-bc09-4ee211bd12bb_profile.png" alt="Brett Roy" style="object-fit: cover;" class="sponsored-author-img-v3">
  3201.                                
  3202.                                <span>
  3203.                                    Brett Roy
  3204.                                </span>
  3205.                            </div>
  3206.                            <div class="d-flex gap-2">
  3207.                                <i class="ti-calendar"></i> 16 May 2026
  3208.                            </div>
  3209.                        </div>
  3210.                    </div>
  3211.                </div>
  3212.            </div>
  3213.            
  3214.        </div>
  3215.    </div>
  3216. </section>
  3217.  
  3218.  
  3219.    
  3220.        <!-- end wpo-blog-sponsored-section -->
  3221.        <!-- start wpo-subscribe-section -->
  3222.        
  3223.        <!-- end subscribe-section -->
  3224.        <!-- start of wpo-site-footer-section -->
  3225.        
  3226.  
  3227.  
  3228.  
  3229.  
  3230.  
  3231. <footer class="wpo-site-footer-v3">
  3232.  <!-- Top Section - Logo -->
  3233.  <div class="footer-top-section py-4 border-bottom">
  3234.    <div class="container-fluid fluid-container">
  3235.      <div class="row justify-content-center">
  3236.        <div class="col-12 text-center">
  3237.          <div class="brand-logo">
  3238.            
  3239.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/b3c6f3af-0fc0-4d94-a343-83da72b01cd8_logo.png" alt="Royal UK Blog" class="footer-logo" />
  3240.            
  3241.            <p class="brand-tagline mt-2">Explore the Royal UK Blog for engaging articles on British culture, travel tips, lifestyle trends, and historical insights from across the United Kingdom.</p>
  3242.          </div>
  3243.        </div>
  3244.      </div>
  3245.    </div>
  3246.  </div>
  3247.  
  3248.  <!-- Main Content -->
  3249.  <div class="footer-main-content pt-4">
  3250.    <div class="container-fluid fluid-container">
  3251.      <div class="row justify-content-center">
  3252.        <!-- Single Column: Quick Links -->
  3253.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3254.          <div class="footer-column">
  3255.            <h5 class="column-title">Quick Links</h5>
  3256.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3257.              
  3258.                <li>
  3259.                  <a class="menu-link" href="/line-of-duty-confirmed-for-seventh-series-on-bbc/">Line of Duty Confirmed for Seventh Series on BBC</a>
  3260.                </li>
  3261.              
  3262.                <li>
  3263.                  <a class="menu-link" href="/the-22-year-old-tennis-player-emma-raducanu-wraps-up-this-years-campaign-and-plans-to-retain-trainer-into-the-2026-season/">The 22-year-old tennis player Emma Raducanu wraps up this year&#x27;s campaign and plans to retain trainer into the 2026 season.</a>
  3264.                </li>
  3265.              
  3266.                <li>
  3267.                  <a class="menu-link" href="/3-xbox-game-pass-titles-that-will-justify-your-subscription-during-the-weekend-nov-21-23/">3 Xbox Game Pass Titles That Will Justify Your Subscription During the Weekend (Nov. 21-23)</a>
  3268.                </li>
  3269.              
  3270.                <li>
  3271.                  <a class="menu-link" href="/pre-ashes-trash-talk-intensifies-as-stuart-broad-calls-australian-team-the-worst-after-2010/">Pre-Ashes Trash Talk Intensifies as Stuart Broad Calls Australian Team the Worst After 2010</a>
  3272.                </li>
  3273.              
  3274.                <li>
  3275.                  <a class="menu-link" href="/the-greek-tennis-star-contemplated-walking-away-during-injury-plagued-campaign/">The Greek tennis star Contemplated Walking Away During Injury-Plagued Campaign</a>
  3276.                </li>
  3277.              
  3278.                <li>
  3279.                  <a class="menu-link" href="/tottenham-centre-back-micky-van-de-ven-expresses-surprise-over-ange-postecoglou-sacking/">Tottenham Centre-Back Micky van de Ven Expresses Surprise Over Ange Postecoglou Sacking</a>
  3280.                </li>
  3281.              
  3282.            </ul>
  3283.          </div>
  3284.        </div>
  3285.  
  3286.        <!-- Single Column: Top Categories -->
  3287.        <div class="col-12 text-center mb-4 border-bottom pb-4">
  3288.          <div class="footer-column">
  3289.            <h5 class="column-title">Top Categories</h5>
  3290.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3291.              
  3292.                <li>
  3293.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3294.                </li>
  3295.              
  3296.                <li>
  3297.                  <a class="menu-link" href="/category/business/">Business</a>
  3298.                </li>
  3299.              
  3300.                <li>
  3301.                  <a class="menu-link" href="/category/esports/">Esports</a>
  3302.                </li>
  3303.              
  3304.                <li>
  3305.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  3306.                </li>
  3307.              
  3308.                <li>
  3309.                  <a class="menu-link" href="/category/featured/">Featured</a>
  3310.                </li>
  3311.              
  3312.            </ul>
  3313.          </div>
  3314.        </div>
  3315.  
  3316.        <!-- Single Column: Blog Rolls -->
  3317.      <div class="col-12 text-center border-bottom pb-4">
  3318.          <div class="footer-column">
  3319.            <h5 class="column-title">Blog Rolls</h5>
  3320.            <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3321.              
  3322.              
  3323.  
  3324.              
  3325.              
  3326.                
  3327.              
  3328.            </ul>
  3329.          </div>
  3330.        </div>
  3331.      </div>
  3332.    </div>
  3333.  </div>
  3334.  
  3335.  <!-- Footer Bottom -->
  3336.  <div class="footer-bottom py-3">
  3337.    <div class="container-fluid fluid-container">
  3338.      <div class="row justify-content-center">
  3339.        <div class="col-12 text-center">
  3340.          <div class="bottom-content">
  3341.            <div class="copyright-info mb-3">
  3342.              <p class="mb-0 text-info">
  3343.                &copy; 2026 <strong>Royal UK Blog</strong>. All rights reserved.
  3344.              </p>
  3345.            </div>
  3346.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3">
  3347.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3348.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3349.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3350.            </div>
  3351.          </div>
  3352.        </div>
  3353.      </div>
  3354.    </div>
  3355.  </div>
  3356. </footer>
  3357.  
  3358. <style>
  3359. .wpo-site-footer-v3 {
  3360.    background: var(--card-bg) !important;
  3361. }
  3362.  
  3363. .footer-logo {
  3364.    height: 60px;
  3365.    width: auto;
  3366. }
  3367. .text-info{
  3368.    color: var(--topbar-color) !important;
  3369. }
  3370.  
  3371. .brand-title {
  3372.    font-size: 22px;
  3373.    font-weight: 700;
  3374.    color: var(--topbar-color);
  3375.    margin: 0;
  3376. }
  3377.  
  3378. .brand-tagline {
  3379.    font-size: 14px;
  3380.    color: var(--topbar-color);
  3381.    margin: 0;
  3382. }
  3383.  
  3384. .column-title {
  3385.    font-size: 16px;
  3386.    font-weight: 600;
  3387.    color: var(--topbar-color) !important;
  3388.    margin-bottom: 15px;
  3389. }
  3390.  
  3391. .footer-menu {
  3392.    margin: 0;
  3393. }
  3394.  
  3395. .menu-link {
  3396.    color: var(--topbar-color) !important;
  3397.    text-decoration: none;
  3398.    font-size: 14px;
  3399.    transition: color 0.3s ease;
  3400. }
  3401.  
  3402. .menu-link:hover {
  3403.    color: var(--primary-color);
  3404. }
  3405.  
  3406. .footer-bottom {
  3407.    font-size: 13px;
  3408. }
  3409.  
  3410. .utility-link {
  3411.    color: var(--topbar-color) !important;
  3412.    text-decoration: none;
  3413.    font-size: 13px;
  3414.    transition: color 0.3s ease;
  3415. }
  3416. /* Responsive Design */
  3417. @media (max-width: 768px) {
  3418.    .footer-logo {
  3419.        height: 50px;
  3420.    }
  3421.    
  3422.    .column-title {
  3423.        font-size: 15px;
  3424.    }
  3425.    
  3426.    .menu-link {
  3427.        font-size: 13px;
  3428.    }
  3429. }
  3430.  
  3431. @media (max-width: 576px) {
  3432.    .brand-title {
  3433.        font-size: 20px;
  3434.    }
  3435.    
  3436.    .brand-tagline {
  3437.        font-size: 13px;
  3438.    }
  3439.    
  3440.    .cta-btn {
  3441.        font-size: 12px;
  3442.        padding: 5px 12px;
  3443.    }
  3444. }
  3445. </style>
  3446.  
  3447. <script>
  3448. // Prevent default for placeholder links
  3449. document.addEventListener('DOMContentLoaded', function() {
  3450.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3451.        anchor.addEventListener('click', function(e) {
  3452.            e.preventDefault();
  3453.        });
  3454.    });
  3455. });
  3456. document.addEventListener('DOMContentLoaded', function () {
  3457.    var btn = document.getElementById('toggleBlogRollLinks');
  3458.    if (!btn) return; // No extra items, no button
  3459.  
  3460.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3461.  
  3462.    btn.addEventListener('click', function () {
  3463.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3464.            return li.classList.contains('d-none');
  3465.        });
  3466.  
  3467.        extras.forEach(function (li) {
  3468.            if (anyHidden) {
  3469.                li.classList.remove('d-none');
  3470.                li.classList.add('show');
  3471.            } else {
  3472.                li.classList.add('d-none');
  3473.                li.classList.remove('show');
  3474.            }
  3475.        });
  3476.  
  3477.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3478.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3479.    });
  3480. });
  3481.  
  3482. </script>
  3483.  
  3484.        <!-- end of wpo-site-footer-section -->
  3485.    </div>
  3486.    <!-- end of page-wrapper -->
  3487.  
  3488.    <!-- All JavaScript files
  3489.    ================================================== -->
  3490.    
  3491.  
  3492. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3493. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3494. <!-- Plugins for this template -->
  3495. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3496. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3497. <!-- Custom script for this template -->
  3498. <script src="/static/blogapp/assets/js/script.js"></script>
  3499.  
  3500. <script>
  3501. (function () {
  3502. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3503. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3504.  
  3505. function applyFallback(img) {
  3506. if (!img || img.dataset.fallbackApplied === "1") {
  3507. return;
  3508. }
  3509. var failedSrc = img.currentSrc || img.src || "";
  3510. img.dataset.fallbackApplied = "1";
  3511. img.onerror = null;
  3512. img.src = fallbackImageSrc;
  3513. console.warn("[ImageFallback] Replaced broken image:", {
  3514. failedSrc: failedSrc,
  3515. fallbackSrc: fallbackImageSrc,
  3516. alt: img.alt || "",
  3517. });
  3518. }
  3519.  
  3520. document.querySelectorAll("img").forEach(function (img) {
  3521. if (img.complete && img.naturalWidth === 0) {
  3522. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3523. failedSrc: img.currentSrc || img.src || "",
  3524. alt: img.alt || "",
  3525. });
  3526. applyFallback(img);
  3527. }
  3528. });
  3529.  
  3530. document.addEventListener(
  3531. "error",
  3532. function (event) {
  3533. var target = event.target;
  3534. if (target && target.tagName === "IMG") {
  3535. applyFallback(target);
  3536. }
  3537. },
  3538. true
  3539. );
  3540. })();
  3541. </script>
  3542.  
  3543. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3544.  
  3545.  
  3546.  
  3547. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"54d9e57d05a54ff69fa904f472d9b10f","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3548. </body>
  3549.  
  3550. </html>
  3551.  
  3552.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda