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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="mulish">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T160550.513_nMjdH0x_VVzAAGt_iXp6aeJ.png">
  14.    
  15.  
  16.    <title>Royal Brit Hub: UK Lifestyle, Culture &amp; Travel Insights</title>
  17.    <meta name="description" content="Explore UK lifestyle, culture, and travel tips at Royal Brit Hub. Discover guides, stories, and expert advice for living and exploring Britain.">
  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://royalbrithub.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #7e57c2;
  42.        --bs-primary-rgb: 7e57c2;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #f2e9ff;
  49.        --bs-dark: #2e1065;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #7e57c2;
  53.        --theme-primary-color-s2: #7e57c2;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2e1065;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2e1065;
  59.        --border-color: #d6bcfa;
  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: #e9d5ff;
  75.        --navbar-color: #2e1065;
  76.        --topbar-bg: #f2e9ff;
  77.        --topbar-color: #2e1065;
  78.        --footer-bg: #2e1065;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d6bcfa;
  82.        --card-radius: 10px;
  83.        --link-color: #7e57c2;
  84.        --link-hover: #6b46a3;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(126, 87, 194, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_80">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.            <!-- end preloader -->
  379.        
  380.        <!-- Start header -->
  381.        <header id="header" class="wpo-site-header">
  382.            
  383.  
  384.  
  385.    
  386.  
  387.  
  388. <div class="top-bg">
  389.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  390.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  391.        
  392.        <div class="unique-news-container">
  393.            <div class="unique-news-wrapper" id="newsWrapper">
  394.                <!-- News items injected via JS -->
  395.            </div>
  396.        </div>
  397.    
  398.        <div class="contact-info">
  399.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  400.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  401.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  402.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  403.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  404.            </ul>
  405.        </div>
  406.    </div>
  407. </div>
  408.  
  409. <script>
  410.    // Build array dynamically from Django context
  411.    const newsItems = [
  412.        
  413.            { title: "Tom Stoppard: A Exceptional Playwright Who Consistently Raised the Atmosphere of the Room", url: "/tom-stoppard-a-exceptional-playwright-who-consistently-raised-the-atmosphere-of-the-room/" },
  414.        
  415.            { title: "Rising Verbal Conflict Between Ethiopian Government and Eritrean Government Raises Anxieties of Military Confrontation", url: "/rising-verbal-conflict-between-ethiopian-government-and-eritrean-government-raises-anxieties-of-military-confrontation/" },
  416.        
  417.            { title: "Jets Icon Nick Mangold Passes Away at 41 While Seeking Kidney Transplant", url: "/jets-icon-nick-mangold-passes-away-at-41-while-seeking-kidney-transplant/" },
  418.        
  419.            { title: "Honduran Candidate Claims Election Has Been \u0027Rigged\u0027", url: "/honduran-candidate-claims-election-has-been-rigged/" },
  420.        
  421.            { title: "The Electric Vehicle Giant Shareholders to Vote on Colossal $1 Trillion Compensation Plan for Chief Executive the Tech Mogul", url: "/the-electric-vehicle-giant-shareholders-to-vote-on-colossal-1-trillion-compensation-plan-for-chief-executive-the-tech-mogul/" }
  422.        
  423.    ];
  424.  
  425.    let currentNewsIndex = 0;
  426.    const newsWrapper = document.getElementById('newsWrapper');
  427.    let newsElements = [];
  428.  
  429.    // Create news elements dynamically with links
  430.    function createNewsElements() {
  431.        newsItems.forEach((news, index) => {
  432.            const newsElement = document.createElement('div');
  433.            newsElement.className = 'unique-news-item';
  434.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  435.            newsWrapper.appendChild(newsElement);
  436.            newsElements.push(newsElement);
  437.        });
  438.  
  439.        if (newsElements.length > 0) {
  440.            newsElements[0].classList.add('active');
  441.        }
  442.    }
  443.  
  444.    function changeNews() {
  445.        const currentElement = newsElements[currentNewsIndex];
  446.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  447.        const nextElement = newsElements[nextIndex];
  448.  
  449.        currentElement.classList.remove('active');
  450.        currentElement.classList.add('exit-up');
  451.  
  452.        setTimeout(() => {
  453.            nextElement.classList.add('active');
  454.            currentNewsIndex = nextIndex;
  455.  
  456.            setTimeout(() => {
  457.                currentElement.classList.remove('exit-up');
  458.            }, 100);
  459.        }, 250);
  460.    }
  461.  
  462.    function startNewsRotation() {
  463.        setInterval(changeNews, 5000);
  464.    }
  465.  
  466.    window.onload = function() {
  467.        createNewsElements();
  468.        startNewsRotation();
  469.    };
  470. </script>
  471.  
  472.  
  473.  
  474.            
  475.  
  476.  
  477.  
  478.  
  479.  
  480. <header class="sticky-top mb-sm-5 mb-4  nav-bg">
  481.  <div class="container-fluid fluid-container  ">
  482.    <nav class="nav-v1 navbar custom-nav navbar-expand-xl" role="navigation" aria-label="Main Navigation">
  483.      <div class="py-2 d-flex gap-2 justify-content-between align-items-center nav-width">
  484.        <!-- Mobile Brand & Search -->
  485.        <a class="brand-1 navbar-brand d-xl-none" href="/" aria-label="Home">
  486.          
  487.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/89b60b3e-21f0-429f-af41-c624feca2994_logo.png" alt="Royal Brit Hub" />
  488.          
  489.        </a>
  490.        <div class="flex-grow-1 d-xl-none d-flex">
  491.          <form class="search-wrapper-v1">
  492.            <input type="search" class="form-control search-input-v1" id="search-input"
  493.              placeholder="Search articles..." aria-label="Search content" />
  494.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  495.              <circle cx="11" cy="11" r="8"></circle>
  496.              <path d="m21 21-4.35-4.35"></path>
  497.            </svg>
  498.          </form>
  499.          <!-- The search results will be displayed here -->
  500.          <div id="search-results" class="search-results-container"></div>
  501.        </div>
  502.  
  503.        <button class="navbar-toggler border-0 text-link" type="button" data-bs-toggle="collapse"
  504.          data-bs-target="#navCollapse-v1" aria-controls="navCollapse-v1" aria-expanded="false"
  505.          aria-label="Toggle navigation">
  506.          <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  507.            <line x1="3" y1="6" x2="21" y2="6"></line>
  508.            <line x1="3" y1="12" x2="21" y2="12"></line>
  509.            <line x1="3" y1="18" x2="21" y2="18"></line>
  510.          </svg>
  511.        </button>
  512.  
  513.        <!-- Desktop Layout -->
  514.        <a class="brandv1 navbar-brand d-none d-xl-block me-4" href='/' aria-label="Home">
  515.          <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/89b60b3e-21f0-429f-af41-c624feca2994_logo.png" alt="" />
  516.        </a>
  517.  
  518.        <div class="d-none d-xl-flex flex-grow-1 flex-wrap">
  519.          <form class="search-wrapper-v1" action="#" method="get" role="search">
  520.            <input type="text" id="search-input1" class="form-control search-input-v1" placeholder="Search articles..." />
  521.            <svg class="search-icon-v1" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  522.              <circle cx="11" cy="11" r="8"></circle>
  523.              <path d="m21 21-4.35-4.35"></path>
  524.            </svg>
  525.          </form>
  526.           <!-- The search results will be displayed here -->
  527.          <div id="search-results1" class="search-results-container search-v1"></div>
  528.        </div>
  529.        <!-- Navigation Menu -->
  530.      </div>
  531.      <div class="collapse justify-content-end" id="navCollapse-v1">
  532.        <ul class="navbar-nav gap-2 pt-3 mb-lg-0 align-items-xl-center">
  533.          <!-- <li class="nav-item d-xl-block d-none mb-3">
  534.            <div class="d-xl-flex align-items-center gap-2">
  535.              <button class="btn menu-btn-v1 d-none d-xl-flex align-items-center gap-2" type="button"
  536.                data-bs-toggle="offcanvas" data-bs-target="#sidebar-v1" aria-controls="sidebar-v1">
  537.                <span>More</span>
  538.                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  539.                  <circle cx="12" cy="12" r="1"></circle>
  540.                  <circle cx="19" cy="12" r="1"></circle>
  541.                  <circle cx="5" cy="12" r="1"></circle>
  542.                </svg>
  543.              </button>
  544.            </div>
  545.          </li> -->
  546.          <li class="nav-item mb-3">
  547.            <a class="navlink-v1" href="/">
  548.              Home
  549.            </a>
  550.          </li>
  551.          
  552.           <li class="nav-item mb-3">
  553.            <a class="navlink-v1" href="/category/all-posts/">
  554.              All Posts
  555.            </a>
  556.            </li>
  557.            
  558.  
  559.                
  560.                
  561.            
  562.           <li class="nav-item mb-3">
  563.            <a class="navlink-v1" href="/category/business/">
  564.              Business
  565.            </a>
  566.            </li>
  567.            
  568.  
  569.                
  570.                
  571.            
  572.           <li class="nav-item mb-3">
  573.            <a class="navlink-v1" href="/category/esports/">
  574.              Esports
  575.            </a>
  576.            </li>
  577.            
  578.  
  579.                
  580.                
  581.            
  582.           <li class="nav-item mb-3">
  583.            <a class="navlink-v1" href="/category/fashion/">
  584.              Fashion
  585.            </a>
  586.            </li>
  587.            
  588.  
  589.                
  590.                
  591.            
  592.           <li class="nav-item mb-3">
  593.            <a class="navlink-v1" href="/category/featured/">
  594.              Featured
  595.            </a>
  596.            </li>
  597.            
  598.  
  599.                
  600.                
  601.            
  602.          
  603.            <li class="nav-item mb-3 dropdown">
  604.              <a class="navlink-v1 dropdown-toggle" href="#" id="moreDropdown-v1" role="button"
  605.                data-bs-toggle="dropdown" aria-expanded="false">More</a>
  606.              <ul class="dropdown-menu dropdown-v1" aria-labelledby="moreDropdown-v1">
  607.                <li>
  608.                  <a class="dropdown-item dropdown-item-v1" href="/category/gaming/">
  609.                    Gaming
  610.                  </a>
  611.                </li>
  612.                
  613.  
  614.                
  615.                
  616.            
  617.          
  618.                <li>
  619.                  <a class="dropdown-item dropdown-item-v1" href="/category/health/">
  620.                    Health
  621.                  </a>
  622.                </li>
  623.                
  624.  
  625.                
  626.                
  627.            
  628.          
  629.                <li>
  630.                  <a class="dropdown-item dropdown-item-v1" href="/category/life-fitness/">
  631.                    Life &amp; Fitness
  632.                  </a>
  633.                </li>
  634.                
  635.  
  636.                
  637.                
  638.            
  639.          
  640.                <li>
  641.                  <a class="dropdown-item dropdown-item-v1" href="/category/lifestyle/">
  642.                    Lifestyle
  643.                  </a>
  644.                </li>
  645.                
  646.  
  647.                
  648.                
  649.            
  650.          
  651.                <li>
  652.                  <a class="dropdown-item dropdown-item-v1" href="/category/news/">
  653.                    News
  654.                  </a>
  655.                </li>
  656.                
  657.  
  658.                
  659.                
  660.            
  661.          
  662.                <li>
  663.                  <a class="dropdown-item dropdown-item-v1" href="/category/others/">
  664.                    Others
  665.                  </a>
  666.                </li>
  667.                
  668.  
  669.                
  670.                
  671.            
  672.          
  673.                <li>
  674.                  <a class="dropdown-item dropdown-item-v1" href="/category/politics/">
  675.                    Politics
  676.                  </a>
  677.                </li>
  678.                
  679.  
  680.                
  681.                
  682.            
  683.          
  684.                <li>
  685.                  <a class="dropdown-item dropdown-item-v1" href="/category/sports/">
  686.                    Sports
  687.                  </a>
  688.                </li>
  689.                
  690.  
  691.                
  692.                
  693.            
  694.          
  695.                <li>
  696.                  <a class="dropdown-item dropdown-item-v1" href="/category/tech/">
  697.                    Tech
  698.                  </a>
  699.                </li>
  700.                
  701.  
  702.                
  703.                
  704.            
  705.          
  706.                <li>
  707.                  <a class="dropdown-item dropdown-item-v1" href="/category/travel/">
  708.                    Travel
  709.                  </a>
  710.                </li>
  711.                
  712.  
  713.                
  714.                
  715.              </ul>
  716.            </li>
  717.            
  718.            
  719.            <li class="nav-item mb-3">
  720.              <a class="navlink-v1" href="/page/contact-us/">
  721.                Contact Us
  722.              </a>
  723.            </li>
  724.            <li class="nav-item d-xl-none mt-2">
  725.              <button class="btn menu-btn-v1 w-100" type="button" data-bs-toggle="offcanvas"
  726.                data-bs-target="#sidebar-v1">
  727.                More Options
  728.              </button>
  729.            </li>
  730.        </ul>
  731.      </div>
  732.    </nav>
  733.  </div>
  734.  
  735. </header>
  736.  
  737. <!-- Sidebar -->
  738. <div class="offcanvas offcanvas-end offcanvas-v1" tabindex="-1" id="sidebar-v1" aria-labelledby="sidebarLabel-v1">
  739.  <div class="offcanvas-header border-bottom">
  740.    <h5 class="offcanvas-title fw-semibold" id="sidebarLabel-v1">
  741.      Latest Updates
  742.    </h5>
  743.    <button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  744.  </div>
  745.  <div class="offcanvas-body p-3">
  746.    <div class="mb-4">
  747.      <h6 class="fw-semibold mb-3 text-muted">Featured Posts</h6>
  748.      <div class="vstack gap-3">
  749.        <article class="post-card-v1 d-flex gap-3">
  750.          <img src="https://picsum.photos/seed/tech1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  751.          <div class="flex-grow-1">
  752.            <small class="text-muted">2 hours ago</small>
  753.            <h6 class="mb-1 lh-sm">
  754.              <a href="#" class="text-decoration-none text-dark">Modern Web Development Trends</a>
  755.            </h6>
  756.            <small class="text-muted">Technology</small>
  757.          </div>
  758.        </article>
  759.  
  760.        <article class="post-card-v1 d-flex gap-3">
  761.          <img src="https://picsum.photos/seed/design1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  762.          <div class="flex-grow-1">
  763.            <small class="text-muted">5 hours ago</small>
  764.            <h6 class="mb-1 lh-sm">
  765.              <a href="#" class="text-decoration-none text-dark">UI Design Best Practices</a>
  766.            </h6>
  767.            <small class="text-muted">Design</small>
  768.          </div>
  769.        </article>
  770.  
  771.        <article class="post-card-v1 d-flex gap-3">
  772.          <img src="https://picsum.photos/seed/life1/80/64" alt="" class="post-img-v1" width="80" height="64" />
  773.          <div class="flex-grow-1">
  774.            <small class="text-muted">1 day ago</small>
  775.            <h6 class="mb-1 lh-sm">
  776.              <a href="#" class="text-decoration-none text-dark">Minimalist Living Tips</a>
  777.            </h6>
  778.            <small class="text-muted">Lifestyle</small>
  779.          </div>
  780.        </article>
  781.      </div>
  782.    </div>
  783.  
  784.    <hr />
  785.  
  786.    <div class="contact-info-v1">
  787.      <h6 class="fw-semibold mb-3">Get in Touch</h6>
  788.      <div class="small text-muted lh-lg">
  789.        <div class="mb-2">
  790.          <strong>Location:</strong><br />
  791.          123 Innovation Street<br />
  792.          Tech District, CA 94105
  793.        </div>
  794.        <div class="mb-2">
  795.          <strong>Email:</strong><br />
  796.          <a href="/cdn-cgi/l/email-protection#b4dcd1d8d8dbf4d6c6d5dad09ad7dbd9" class="text-decoration-none"><span class="__cf_email__" data-cfemail="6b030e0707042b09190a050f45080406">[email&#160;protected]</span></a>
  797.        </div>
  798.        <div>
  799.          <strong>Phone:</strong><br />
  800.          <a href="tel:+1234567890" class="text-decoration-none">+1 (234) 567-890</a>
  801.        </div>
  802.      </div>
  803.    </div>
  804.  </div>
  805. </div>
  806.  
  807. <!-- Custom CSS -->
  808. <style>
  809.  .navbar {
  810.    padding-inline: 20px;
  811.  }
  812.  
  813.  .nav-v1 {
  814.    backdrop-filter: blur(12px);
  815.  }
  816.  
  817.  .brand-v1 img {
  818.    height: 32px;
  819.    transition: transform 0.3s ease;
  820.  }
  821.  
  822.  .brand-v1:hover img {
  823.    transform: scale(1.05);
  824.  }
  825.  
  826.  .search-wrapper-v1 {
  827.    max-width: 600px;
  828.    position: relative;
  829.  }
  830.  
  831.  .search-input-v1 {
  832.    padding: 10px 16px 10px 42px;
  833.    border: 1px solid #e2e8f0;
  834.    border-radius: 24px;
  835.    font-size: 14px;
  836.    transition: all 0.3s ease;
  837.    background: white;
  838.    width: 100%;
  839.    max-width: 400px;
  840.  }
  841.  
  842.  .search-input-v1:focus {
  843.    border-color: #2563eb;
  844.    outline: none;
  845.    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  846.    transform: translateY(-1px);
  847.  }
  848.  
  849.  .search-icon-v1 {
  850.    position: absolute;
  851.    left: 14px;
  852.    top: 50%;
  853.    transform: translateY(-50%);
  854.    color: #64748b;
  855.    width: 16px;
  856.    height: 16px;
  857.  }
  858.  
  859.  .navlink-v1 {
  860.    color: #374151;
  861.    font-weight: 500;
  862.    font-size: 15px;
  863.    padding: 8px 16px;
  864.    border-radius: 12px;
  865.    transition: all 0.2s ease;
  866.    text-decoration: none;
  867.    position: relative;
  868.  }
  869.  
  870.  .navlink-v1:hover {
  871.    background: rgba(37, 99, 235, 0.1);
  872.    color: #2563eb;
  873.    transform: translateY(-1px);
  874.  }
  875.  
  876.  .navlink-v1.active-v1 {
  877.    background: #2563eb;
  878.    color: white !important;
  879.  }
  880.  
  881.  .dropdown-v1 {
  882.    border: 1px solid #e2e8f0;
  883.    border-radius: 16px;
  884.    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  885.    backdrop-filter: blur(8px);
  886.    background: rgba(255, 255, 255, 0.98);
  887.    padding: 8px 0;
  888.  }
  889.  
  890.  .dropdown-item-v1 {
  891.    padding: 8px 20px;
  892.    font-size: 14px;
  893.    color: #374151 !important;
  894.    transition: all 0.2s ease;
  895.    border-radius: 8px;
  896.    margin: 2px 0px;
  897.  }
  898.  
  899.  .dropdown-item-v1:hover {
  900.    background: rgba(37, 99, 235, 0.1);
  901.    color: #2563eb !important;
  902.  }
  903.  
  904.  .menu-btn-v1 {
  905.    padding: 8px 16px;
  906.    border: 1px solid #e2e8f0;
  907.    border-radius: 12px;
  908.    background: white;
  909.    color: #374151;
  910.    font-weight: 500;
  911.    transition: all 0.2s ease;
  912.  }
  913.  
  914.  .menu-btn-v1:hover {
  915.    border-color: #2563eb;
  916.    color: #2563eb;
  917.    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.15);
  918.  }
  919.  
  920.  .offcanvas-v1 {
  921.    width: min(360px, 90vw);
  922.    background: white;
  923.    z-index: 1050;
  924.  }
  925.  
  926.  .post-card-v1 {
  927.    padding: 12px;
  928.    border-radius: 12px;
  929.    transition: all 0.2s ease;
  930.    border: 1px solid transparent;
  931.  }
  932.  
  933.  .post-card-v1:hover {
  934.    background: #f8fafc;
  935.    border-color: #e2e8f0;
  936.  }
  937.  
  938.  .post-img-v1 {
  939.    border-radius: 8px;
  940.    transition: transform 0.3s ease;
  941.  }
  942.  
  943.  .post-card-v1:hover .post-img-v1 {
  944.    transform: scale(1.02);
  945.  }
  946.  
  947.  .contact-info-v1 {
  948.    background: #f8fafc;
  949.    padding: 16px;
  950.    border-radius: 12px;
  951.    border: 1px solid #e2e8f0;
  952.  }
  953.  
  954.  @media (max-width: 1200px) {
  955.    .nav-width {
  956.      width: 100%;
  957.    }
  958.  }
  959.  
  960.  @media (max-width: 991px) {
  961.    .navlink-v1 {
  962.      padding: 12px 16px;
  963.      margin: 2px 0;
  964.    }
  965.  
  966.    .search-wrapper-v1 {
  967.      margin: 12px 0;
  968.    }
  969.  }
  970.  
  971.  /* search field */
  972.  .search-results-container {
  973.    position: absolute;
  974.    top: 100%;
  975.    /* Position it below the input field */
  976. left: 10px;
  977.  right: 10px;
  978.    background-color: white;
  979.    border: 1px solid #ddd;
  980.    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  981.    max-height: 300px;
  982.    overflow-y: auto;
  983.    z-index: 1000;
  984.    display: none;
  985.    /* Initially hidden */
  986.  }
  987.  
  988.  .search-results-container p {
  989.    margin: 0;
  990.  }
  991.  
  992.  .search-results-container .result-item {
  993.    padding: 10px;
  994.    cursor: pointer;
  995.  }
  996.  
  997.  .search-results-container .result-item:hover {
  998.    background-color: #f0f0f0;
  999.  }
  1000. </style>
  1001. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
  1002.  document.addEventListener("DOMContentLoaded", function () {
  1003.    console.error("loaded");
  1004.  
  1005.    // Pick input depending on screen size
  1006.    const searchInput = window.innerWidth <= 991
  1007.      ? document.getElementById("search-input")
  1008.      : document.getElementById("search-input1");
  1009.  
  1010.    if (searchInput) {
  1011.      console.log("inside");
  1012.  
  1013.      // Add event listener for keyup
  1014.      searchInput.addEventListener("keyup", function (e) {
  1015.        console.log('test');
  1016.        console.log("Key pressed:", e.key);
  1017.        e.preventDefault();
  1018.  
  1019.        const query = searchInput.value;
  1020.        const searchResults = window.innerWidth <= 991
  1021.          ? document.getElementById("search-results")
  1022.          : document.getElementById("search-results1");
  1023.  
  1024.        console.log("User is typing: " + query);
  1025.  
  1026.        if (query === "") {
  1027.          searchResults.innerHTML = "";
  1028.          searchResults.style.display = "none";
  1029.          return;
  1030.        }
  1031.  
  1032.        searchResults.style.display = "block";
  1033.  
  1034.        fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1035.          method: "GET",
  1036.          headers: {
  1037.            "X-Requested-With": "XMLHttpRequest",
  1038.          },
  1039.        })
  1040.          .then(response => {
  1041.            console.log("Response Status:", response.status);
  1042.            return response.json();
  1043.          })
  1044.          .then(data => {
  1045.            console.log("Data received:", data);
  1046.            if (data.html) {
  1047.              searchResults.innerHTML = data.html;
  1048.            } else {
  1049.              searchResults.innerHTML = "<p>No results found.</p>";
  1050.            }
  1051.          })
  1052.          .catch(error => {
  1053.            console.error("Error fetching search results:", error);
  1054.          });
  1055.      });
  1056.  
  1057.      // 🔹 Close results when clicking outside
  1058.      document.addEventListener("click", function (e) {
  1059.        const searchResults = window.innerWidth <= 991
  1060.          ? document.getElementById("search-results")
  1061.          : document.getElementById("search-results1");
  1062.  
  1063.        if (searchResults && !searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1064.          searchResults.style.display = "none";
  1065.        }
  1066.      });
  1067.  
  1068.    } else {
  1069.      console.error("Search input not found");
  1070.    }
  1071.  });
  1072. </script>
  1073. <script>
  1074.  // Function to check screen size and remove 'navbar-collapse' class
  1075.  function removeNavbarCollapseClass() {
  1076.    const navbar = document.getElementById('navCollapse-v1');
  1077.    // Check if screen width is greater than or equal to 1024px (Bootstrap's lg breakpoint)
  1078.    if (window.innerWidth <= 1100) {
  1079.      if (navbar) {
  1080.        navbar.classList.remove('navbar-collapse');
  1081.      }
  1082.    } else {
  1083.      // You can re-add the class if the screen is smaller than 'lg' size
  1084.      if (navbar) {
  1085.        navbar.classList.add('navbar-collapse');
  1086.      }
  1087.    }
  1088.  }
  1089.  
  1090.  // Run the function on page load
  1091.  window.addEventListener('load', removeNavbarCollapseClass);
  1092.  
  1093.  // Also, run the function on window resize to check screen size dynamically
  1094.  window.addEventListener('resize', removeNavbarCollapseClass);
  1095.  
  1096.  
  1097. </script>
  1098.  
  1099.        </header>
  1100.        <!-- end of header -->
  1101.        <!-- start of wpo-blog-hero -->
  1102.        
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110. <div class="blog-hero-v3 pt-3">
  1111.    <div class="container-fluid fluid-container">
  1112.        <div class="row g-4">
  1113.            
  1114.            
  1115.              
  1116.            <!-- Left Column -->
  1117.            <div class="col-lg-4 col-md-6">
  1118.                <div class="magazine-card tall-card h-100">
  1119.                    <div class="card-image">
  1120.                        
  1121.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1122.                        
  1123.                        <div class="image-overlay"></div>
  1124.                    </div>
  1125.                    <div class="card-content">
  1126.                        <div class="category-pill bg-primary-gradient">News</div>
  1127.                        <h2> <a href="/strictly-winners-crowned-in-glitzy-grand-finale/">
  1128.                                        Strictly Winners Crowned in Glitzy Grand Finale
  1129.                                    </a></h2>
  1130.                        <p></p>
  1131.                        <div class="author-section">
  1132.                            
  1133.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="author-img">
  1134.                            
  1135.                            <div class="author-details">
  1136.                                <span class="author-name">Chelsea Cooper</span>
  1137.                                <span class="publish-date">18 Aug 2026</span>
  1138.                            </div>
  1139.                        </div>
  1140.                    </div>
  1141.                </div>
  1142.            </div>
  1143.  
  1144.            
  1145.            
  1146.  
  1147.            <!-- Center Column -->
  1148.            <div class="col-lg-4 col-md-6">
  1149.                <div class="row g-4">
  1150.                    
  1151.                    <div class="col-12">
  1152.                        <div class="magazine-card square-card">
  1153.                            <div class="card-image">
  1154.                            
  1155.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1156.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1157.                            
  1158.                                <div class="floating-category bg-primary-gradient">News</div>
  1159.                            </div>
  1160.                            <div class="card-content compact">
  1161.                                <h3> <a href="/waist-to-height-ratio-outperforms-body-mass-index-for-determining-heart-disease-risk/" >
  1162.                                        Waist-to-Height Ratio Outperforms Body Mass Index for Determining Heart Disease Risk
  1163.                                    </a></h3>
  1164.                                    
  1165.                                <div class="mini-meta">
  1166.                                    <span>By Chelsea Cooper</span>
  1167.                                    <span class="date-dot">• 18 Aug 2026</span>
  1168.                                </div>
  1169.                            </div>
  1170.                        </div>
  1171.                    </div>
  1172.                    
  1173.                    <div class="col-12">
  1174.                        <div class="magazine-card square-card">
  1175.                            <div class="card-image">
  1176.                            
  1177.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1178.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1179.                            
  1180.                                <div class="floating-category bg-primary-gradient">News</div>
  1181.                            </div>
  1182.                            <div class="card-content compact">
  1183.                                <h3> <a href="/environmental-catastrophe-fears-as-millions-of-polymer-pellets-wash-up-on-camber-sands/" >
  1184.                                        Environmental Catastrophe Fears as Millions of Polymer Pellets Wash Up on Camber Sands
  1185.                                    </a></h3>
  1186.                                    
  1187.                                <div class="mini-meta">
  1188.                                    <span>By Chelsea Cooper</span>
  1189.                                    <span class="date-dot">• 17 Aug 2026</span>
  1190.                                </div>
  1191.                            </div>
  1192.                        </div>
  1193.                    </div>
  1194.                    
  1195.  
  1196.                </div>
  1197.            </div>
  1198.            
  1199.            
  1200.              
  1201.            <!-- Right Column -->
  1202.            <div class="col-lg-4 col-md-12">
  1203.                <div class="magazine-card featured-card">
  1204.                    <div class="featured-header">
  1205.                        <h4>Featured Story</h4>
  1206.                        <div class="featured-line"></div>
  1207.                    </div>
  1208.                    <div class="card-image featured-img" >
  1209.                    
  1210.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1211.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1212.                    
  1213.                    </div>
  1214.                    <div class="card-content featured-content">
  1215.                        <div class="category-pill bg-primary-gradient">News</div>
  1216.                        <h2><a href="/a-complete-cop30-jargon-guide/">
  1217.                                        A Complete COP30 Jargon Guide
  1218.                                    </a></h2>
  1219.                        
  1220.                        <div class="author-section featured-author">
  1221.                            
  1222.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;border-radius: 20px; width: 50px;">
  1223.                            
  1224.                            <div class="author-details">
  1225.                                <span class="author-name">Chelsea Cooper</span>
  1226.                                <!-- <span class="author-title">Business Analyst</span> -->
  1227.                                <span class="publish-date">17 Aug 2026</span>
  1228.                            </div>
  1229.                        </div>
  1230.                    </div>
  1231.                </div>
  1232.            </div>
  1233.  
  1234.            
  1235.            
  1236.        </div>
  1237.    </div>
  1238. </div>
  1239.  
  1240. <style>
  1241. /* Blog Hero V3 - Magazine Style */
  1242. .blog-hero-v3 {
  1243.    padding: 80px 0;
  1244.    position: relative;
  1245. }
  1246.  
  1247. /* Magazine Cards */
  1248. .magazine-card {
  1249.    background: var(--card-bg);
  1250.    border-radius: 20px;
  1251.    overflow: hidden;
  1252.    position: relative;
  1253.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1254.    border: 1px solid var(--border-color);
  1255. }
  1256.  
  1257. .magazine-card:hover {
  1258.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1259. }
  1260.  
  1261. /* Tall Card (Left Column) */
  1262. .tall-card {
  1263.    display: flex;
  1264.    flex-direction: column;
  1265. }
  1266.  
  1267. .tall-card .card-image {
  1268.    height: 300px;
  1269.    position: relative;
  1270.    overflow: hidden;
  1271. }
  1272.  
  1273. .tall-card .card-image img {
  1274.    width: 100%;
  1275.    height: 100%;
  1276.    object-fit: cover;
  1277.    transition: transform 0.6s ease;
  1278. }
  1279.  
  1280. .tall-card:hover .card-image img {
  1281.    transform: scale(1.1) rotate(-2deg);
  1282. }
  1283.  
  1284. .image-overlay {
  1285.    position: absolute;
  1286.    top: 0;
  1287.    left: 0;
  1288.    right: 0;
  1289.    bottom: 0;
  1290.    opacity: 0;
  1291.    transition: opacity 0.3s ease;
  1292. }
  1293.  
  1294. .tall-card:hover .image-overlay {
  1295.    opacity: 1;
  1296. }
  1297.  
  1298. .tall-card .card-content {
  1299.    padding: 20px;
  1300.    flex-grow: 1;
  1301.    display: flex;
  1302.    flex-direction: column;
  1303. }
  1304.  
  1305. .tall-card h2 {
  1306.    font-size: 1.5rem;
  1307.    font-weight: 700;
  1308.    color: #2c3e50;
  1309.    margin: 12px 0;
  1310.    line-height: 1.3;
  1311. }
  1312.  
  1313. .tall-card p {
  1314.    color: #7f8c8d;
  1315.    line-height: 1.6;
  1316.    margin-bottom: 1rem;
  1317.    flex-grow: 1;
  1318. }
  1319.  
  1320. /* Square Cards (Center Column) */
  1321. .square-card {
  1322.    position: relative;
  1323.    overflow: hidden;
  1324. }
  1325.  
  1326. .square-card .card-image {
  1327.    height: 180px;
  1328.    position: relative;
  1329. }
  1330.  
  1331. .square-card .card-image img {
  1332.    width: 100%;
  1333.    height: 100%;
  1334.    object-fit: cover;
  1335.    filter: brightness(1.1) saturate(1.2);
  1336.    transition: all 0.4s ease;
  1337. }
  1338.  
  1339. .square-card:hover .card-image img {
  1340.    transform: scale(1.15);
  1341.    filter: brightness(1.2) saturate(1.4);
  1342. }
  1343.  
  1344. .floating-category {
  1345.    position: absolute;
  1346.    top: 15px;
  1347.    right: 15px;
  1348.    padding: 8px 15px;
  1349.    border-radius: 20px;
  1350.    font-size: 0.75rem;
  1351.    text-transform: uppercase;
  1352.    letter-spacing: 1px;
  1353.    backdrop-filter: blur(10px);
  1354.    border: 1px solid rgba(255, 255, 255, 0.3);
  1355. }
  1356.  
  1357. .square-card .card-content.compact {
  1358.    padding: 1.2rem;
  1359. }
  1360.  
  1361. .square-card h3 {
  1362.    font-size: 1.1rem;
  1363.    font-weight: 600;
  1364.    color: #2c3e50;
  1365.    margin-bottom: 10px;
  1366.    line-height: 1.3;
  1367. }
  1368.  
  1369. .mini-meta {
  1370.    font-size: 0.85rem;
  1371.    color: #95a5a6;
  1372. }
  1373.  
  1374. .date-dot {
  1375.    margin-left: 8px;
  1376. }
  1377.  
  1378. /* Featured Card (Right Column) */
  1379. .featured-card {
  1380.    color: white;
  1381.    position: relative;
  1382.    overflow: hidden;
  1383. }
  1384.  
  1385. .featured-card::before {
  1386.    content: '';
  1387.    position: absolute;
  1388.    top: -50%;
  1389.    right: -50%;
  1390.    width: 200%;
  1391.    height: 200%;
  1392.    pointer-events: none;
  1393. }
  1394.  
  1395.  
  1396.  
  1397. .featured-header {
  1398.    padding: 25px 25px 0;
  1399.    position: relative;
  1400. }
  1401.  
  1402. .featured-header h4 {
  1403.    font-size: 0.9rem;
  1404.    text-transform: uppercase;
  1405.    letter-spacing: 2px;
  1406.    margin: 0;
  1407.    opacity: 0.9;
  1408. }
  1409.  
  1410. .featured-line {
  1411.    width: 50px;
  1412.    height: 2px;
  1413.    background: rgba(255, 255, 255, 0.6);
  1414.    margin-top: 10px;
  1415. }
  1416.  
  1417. .featured-img {
  1418.    height: 200px;
  1419.    margin: 1rem;
  1420.    border-radius: 15px;
  1421.    overflow: hidden;
  1422.    position: relative;
  1423. }
  1424.  
  1425. .featured-img img {
  1426.    width: 100%;
  1427.    height: 100%;
  1428.    object-fit: cover;
  1429.    transition: transform 0.5s ease;
  1430. }
  1431.  
  1432. .featured-card:hover .featured-img img {
  1433.    transform: scale(1.1);
  1434. }
  1435.  
  1436. .featured-content {
  1437.    padding: 0 1rem 1.5rem;
  1438. }
  1439.  
  1440. .featured-content h2 {
  1441.    font-size: 1.4rem;
  1442.    font-weight: 700;
  1443.    margin: 15px 0;
  1444.    line-height: 1.3;
  1445. }
  1446.  
  1447. .featured-content p {
  1448.    font-size: 0.95rem;
  1449.    opacity: 0.9;
  1450.    line-height: 1.6;
  1451.    margin-bottom: 1rem;
  1452. }
  1453.  
  1454. /* Category Pills */
  1455. .category-pill {
  1456.    display: inline-block;
  1457.    padding: 6px 16px;
  1458.    border-radius: 20px;
  1459.    font-size: 0.75rem;
  1460.    text-transform: uppercase;
  1461.    letter-spacing: 1px;
  1462.    margin-bottom: 10px;
  1463.    width: fit-content;
  1464. }
  1465.  
  1466. /* Author Sections */
  1467. .author-section {
  1468.    display: flex;
  1469.    align-items: center;
  1470.    gap: 15px;
  1471.    margin-top: auto;
  1472. }
  1473.  
  1474. .author-img {
  1475.    width: 60px;
  1476.    height: 60px;
  1477.    border-radius: 50%;
  1478.    object-fit: cover;
  1479. }
  1480.  
  1481. .author-details {
  1482.    display: flex;
  1483.    flex-direction: column;
  1484. }
  1485.  
  1486. .author-name {
  1487.    font-weight: 600;
  1488. color: #95a5a6;
  1489.    font-size: 16px;
  1490. }
  1491.  
  1492. .author-title {
  1493.    font-size: 0.8rem;
  1494. color: #95a5a6;
  1495.    font-weight: 500;
  1496. }
  1497.  
  1498. .publish-date {
  1499.    font-size: 0.8rem;
  1500.    color: #95a5a6;
  1501.    margin-top: 2px;
  1502. }
  1503.  
  1504. /* Featured Stats */
  1505. .featured-stats {
  1506.    display: flex;
  1507.    gap: 30px;
  1508.    margin: 20px 0;
  1509. }
  1510.  
  1511. .stat-item {
  1512.    text-align: center;
  1513. }
  1514.  
  1515. .stat-number {
  1516.    display: block;
  1517.    font-size: 1.5rem;
  1518.    font-weight: 700;
  1519.    color: white;
  1520. }
  1521.  
  1522. .stat-label {
  1523.    font-size: 0.8rem;
  1524.    opacity: 0.8;
  1525.    text-transform: uppercase;
  1526.    letter-spacing: 1px;
  1527. }
  1528.  
  1529. /* Read More Button */
  1530. .read-more-btn {
  1531.    padding: 0 30px 30px;
  1532. }
  1533.  
  1534. .btn-read {
  1535.    display: inline-block;
  1536.    padding: 12px 30px;
  1537.    background: linear-gradient(45deg, #667eea, #764ba2);
  1538.    color: white;
  1539.    text-decoration: none;
  1540.    border-radius: 20px;
  1541.    font-weight: 600;
  1542.    text-transform: uppercase;
  1543.    letter-spacing: 1px;
  1544.    font-size: 0.85rem;
  1545.    transition: all 0.3s ease;
  1546.    position: relative;
  1547.    overflow: hidden;
  1548. }
  1549.  
  1550. .btn-read::before {
  1551.    content: '';
  1552.    position: absolute;
  1553.    top: 0;
  1554.    left: -100%;
  1555.    width: 100%;
  1556.    height: 100%;
  1557.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1558.    transition: left 0.5s ease;
  1559. }
  1560.  
  1561. .btn-read:hover::before {
  1562.    left: 100%;
  1563. }
  1564.  
  1565. .btn-read:hover {
  1566.    transform: translateY(-2px);
  1567.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1568.    color: white;
  1569. }
  1570.  
  1571. /* Trending Bar */
  1572. .trending-bar {
  1573.    background: white;
  1574.    border-radius: 20px;
  1575.    padding: 25px 35px;
  1576.    display: flex;
  1577.    align-items: center;
  1578.    gap: 30px;
  1579.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1580.    border-left: 5px solid #667eea;
  1581. }
  1582.  
  1583. .trending-header h5 {
  1584.    margin: 0;
  1585.    font-weight: 700;
  1586.    color: #2c3e50;
  1587.    font-size: 1.1rem;
  1588. }
  1589.  
  1590. .trending-tags {
  1591.    display: flex;
  1592.    flex-wrap: wrap;
  1593.    gap: 15px;
  1594. }
  1595.  
  1596. .trend-tag {
  1597.    padding: 8px 18px;
  1598.    background: #f8f9fa;
  1599.    border: 2px solid #e9ecef;
  1600.    border-radius: 20px;
  1601.    font-size: 0.85rem;
  1602.    font-weight: 500;
  1603.    color: #495057;
  1604.    transition: all 0.3s ease;
  1605.    cursor: pointer;
  1606. }
  1607.  
  1608. .trend-tag:hover {
  1609.    background: #667eea;
  1610.    color: white;
  1611.    border-color: #667eea;
  1612.    transform: translateY(-2px);
  1613. }
  1614.  
  1615. /* Responsive Design */
  1616. @media (max-width: 992px) {
  1617.    .tall-card,
  1618.    .featured-card {
  1619.        height: auto;
  1620.        margin-bottom: 30px;
  1621.    }
  1622.    
  1623.  
  1624.    
  1625.    .trending-bar {
  1626.        flex-direction: column;
  1627.        align-items: flex-start;
  1628.        gap: 20px;
  1629.    }
  1630. }
  1631.  
  1632. @media (max-width: 768px) {
  1633.    .blog-hero-v3 {
  1634.        padding: 40px 0;
  1635.    }
  1636.  
  1637.    
  1638.    .trending-tags {
  1639.        justify-content: center;
  1640.    }
  1641.    
  1642.    .featured-stats {
  1643.        justify-content: center;
  1644.    }
  1645. }
  1646. </style>
  1647.  
  1648.  
  1649.  
  1650.  
  1651.        <!-- end of wpo-blog-hero -->
  1652.  
  1653.        <!-- start of wpo-breacking-news -->
  1654.        
  1655.        <!-- end of wpo-breacking-news -->
  1656.        
  1657.        <!-- start wpo-blog-highlights-section -->
  1658.        
  1659.  
  1660.  
  1661.  
  1662.    
  1663.  
  1664.  
  1665.  
  1666. <style>
  1667.    .blog-highlights-v2 {
  1668.        padding: 60px 0;
  1669.        position: relative;
  1670.        overflow: hidden;
  1671.    }
  1672.    
  1673.    .blog-highlights-v2::before {
  1674.        content: '';
  1675.        position: absolute;
  1676.        top: 0;
  1677.        left: 0;
  1678.        width: 100%;
  1679.        height: 100%;
  1680.        background: var(--body-bg);
  1681.        pointer-events: none;
  1682.    }
  1683.    
  1684.    .blog-card-v2 {
  1685.        border: none;
  1686.        border-radius: 20px;
  1687.        overflow: hidden;
  1688.        background: white;
  1689.        height: 100%;
  1690.        position: relative;
  1691.        transform: translateY(0);
  1692.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  1693.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1694.        will-change: transform;
  1695.    }
  1696.    
  1697.    .blog-card-v2::before {
  1698.        content: '';
  1699.        position: absolute;
  1700.        top: 0;
  1701.        left: 0;
  1702.        width: 100%;
  1703.        height: 100%;
  1704.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  1705.        transform: translateX(-100%);
  1706.        transition: transform 0.6s ease;
  1707.        z-index: 1;
  1708.    }
  1709.    
  1710.    .blog-card-v2:hover {
  1711.        transform: translateY(-15px) scale(1.02);
  1712.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  1713.    }
  1714.    
  1715.    .blog-card-v2:hover::before {
  1716.        transform: translateX(100%);
  1717.    }
  1718.    
  1719.    .blog-image-v2 {
  1720.        position: relative;
  1721.        overflow: hidden;
  1722.        height: 250px;
  1723.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  1724.    }
  1725.    
  1726.    .blog-image-v2::after {
  1727.        content: '';
  1728.        position: absolute;
  1729.        top: 0;
  1730.        left: 0;
  1731.        width: 100%;
  1732.        height: 100%;
  1733.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  1734.        z-index: 2;
  1735.    }
  1736.    
  1737.    .blog-image-v2 img {
  1738.        width: 100%;
  1739.        height: 100%;
  1740.        object-fit: cover;
  1741.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1742.        transform: scale(1);
  1743.    }
  1744.    
  1745.    .blog-card-v2:hover .blog-image-v2 img {
  1746.        transform: scale(1.1) rotate(2deg);
  1747.    }
  1748.    
  1749.    .blog-category-v2 {
  1750.        position: absolute;
  1751.        top: 20px;
  1752.        left: 20px;
  1753.        padding: 8px 16px;
  1754.        border-radius: 50px;
  1755.        font-size: 12px;
  1756.        font-weight: 700;
  1757.        text-transform: uppercase;
  1758.        letter-spacing: 1px;
  1759.      
  1760.        z-index: 3;
  1761.        transform: translateY(0);
  1762.        transition: all 0.3s ease;
  1763.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1764.    }
  1765.    
  1766.    .blog-card-v2:hover .blog-category-v2 {
  1767.        transform: translateY(-5px);
  1768.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1769.    }
  1770.    
  1771.    .blog-content-v2 {
  1772.        padding: 30px 25px;
  1773.        position: relative;
  1774.        z-index: 2;
  1775.    }
  1776.    
  1777.    .blog-title-v2 {
  1778.        font-size: 18px;
  1779.        font-weight: 700;
  1780.        line-height: 1.4;
  1781.        margin-bottom: 15px;
  1782.        min-height: 50px;
  1783.        position: relative;
  1784.        overflow: hidden;
  1785.    }
  1786.    
  1787.    .blog-title-v2 a {
  1788.        text-decoration: none;
  1789.        position: relative;
  1790.        transition: all 0.3s ease;
  1791.        background-clip: text;
  1792.        -webkit-background-clip: text;
  1793.    }
  1794.    
  1795.    .blog-title-v2 a::after {
  1796.        content: '';
  1797.        position: absolute;
  1798.        bottom: -2px;
  1799.        left: 0;
  1800.        width: 0;
  1801.        height: 2px;
  1802.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1803.        transition: width 0.4s ease;
  1804.    }
  1805.    
  1806.    .blog-card-v2:hover .blog-title-v2 a::after {
  1807.        width: 100%;
  1808.    }
  1809.    
  1810.    .blog-meta-v2 {
  1811.        display: flex;
  1812.        align-items: center;
  1813.        gap: 12px;
  1814.        margin-bottom: 15px;
  1815.        font-size: 13px;
  1816.        padding-bottom: 15px;
  1817.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  1818.        position: relative;
  1819.    }
  1820.    
  1821.    .blog-meta-v2::after {
  1822.        content: '';
  1823.        position: absolute;
  1824.        bottom: -2px;
  1825.        left: 0;
  1826.        width: 0;
  1827.        height: 2px;
  1828.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1829.        transition: width 0.5s ease 0.2s;
  1830.    }
  1831.    
  1832.    .blog-card-v2:hover .blog-meta-v2::after {
  1833.        width: 60px;
  1834.    }
  1835.    
  1836.    .blog-author-img-v2 {
  1837.        width: 32px;
  1838.        height: 32px;
  1839.        border-radius: 50%;
  1840.        object-fit: cover;
  1841.        border: 3px solid white;
  1842.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1843.        transition: all 0.3s ease;
  1844.    }
  1845.    
  1846.    .blog-card-v2:hover .blog-author-img-v2 {
  1847.        transform: scale(1.1);
  1848.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  1849.    }
  1850.    
  1851.    .blog-excerpt-v2 {
  1852.        font-size: 14px;
  1853.        line-height: 1.6;
  1854.        color: #666;
  1855.        display: -webkit-box;
  1856.        -webkit-line-clamp: 3;
  1857.        -webkit-box-orient: vertical;
  1858.        overflow: hidden;
  1859.        position: relative;
  1860.        opacity: 0.8;
  1861.        transition: opacity 0.3s ease;
  1862.    }
  1863.    
  1864.    .blog-card-v2:hover .blog-excerpt-v2 {
  1865.        opacity: 1;
  1866.    }
  1867.    
  1868.    .section-header-v2 {
  1869.        text-align: center;
  1870.        margin-bottom: 70px;
  1871.        position: relative;
  1872.    }
  1873.    
  1874.    .section-title-v2 {
  1875.        font-size: 3.2rem;
  1876.        font-weight: 800;
  1877.        margin-bottom: 20px;
  1878.        position: relative;
  1879.    }
  1880.    
  1881.    .section-title-v2::after {
  1882.        content: '';
  1883.        position: absolute;
  1884.        bottom: -10px;
  1885.        left: 50%;
  1886.        transform: translateX(-50%);
  1887.        width: 80px;
  1888.        height: 4px;
  1889.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1890.        border-radius: 2px;
  1891.    }
  1892.    
  1893.    .section-subtitle-v2 {
  1894.        font-size: 1.1rem;
  1895.        color: #666;
  1896.        max-width: 600px;
  1897.        margin: 0 auto;
  1898.        line-height: 1.6;
  1899.    }
  1900.    
  1901.    .blog-read-more-v2 {
  1902.        position: absolute;
  1903.        bottom: 25px;
  1904.        right: 25px;
  1905.        width: 45px;
  1906.        height: 45px;
  1907.        border-radius: 50%;
  1908.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1909.        display: flex;
  1910.        align-items: center;
  1911.        justify-content: center;
  1912.        color: white;
  1913.        text-decoration: none;
  1914.        transition: all 0.4s ease;
  1915.        transform: scale(0);
  1916.        opacity: 0;
  1917.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1918.    }
  1919.    
  1920.    .blog-card-v2:hover .blog-read-more-v2 {
  1921.        transform: scale(1);
  1922.        opacity: 1;
  1923.    }
  1924.    
  1925.    .blog-read-more-v2:hover {
  1926.        transform: scale(1.1);
  1927.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1928.    }
  1929.    
  1930.    /* Animation Classes */
  1931.    .animate-on-scroll {
  1932.        opacity: 0;
  1933.        transform: translateY(30px);
  1934.        transition: all 0.6s ease;
  1935.    }
  1936.    
  1937.    .animate-on-scroll.animated {
  1938.        opacity: 1;
  1939.        transform: translateY(0);
  1940.    }
  1941.    
  1942.    /* Staggered Animation */
  1943.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  1944.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  1945.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  1946.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  1947.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  1948.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  1949.  
  1950.    @media (max-width: 768px) {
  1951.        .section-title-v2 {
  1952.            font-size: 2.5rem;
  1953.        }
  1954.        .blog-highlights-v2 {
  1955.            padding: 40px 0;
  1956.        }
  1957.        .blog-content-v2 {
  1958.            padding: 25px 20px;
  1959.        }
  1960.        .blog-card-v2:hover {
  1961.            transform: translateY(-10px) scale(1.01);
  1962.        }
  1963.    }
  1964. </style>
  1965.  
  1966. <section class="blog-highlights-v2">
  1967.    <div class="container-fluid fluid-container">
  1968.        <div class="row">
  1969.            <div class="col-12">
  1970.                <div class="section-header-v2 animate-on-scroll">
  1971.                    <h2 class="section-title-v2 text-primary-gradient">
  1972.                Today's Top Highlights
  1973.                   </h2>
  1974.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  1975.                </div>
  1976.            </div>
  1977.        </div>
  1978.        
  1979.        <div class="row">
  1980.            <div class="col-lg-8 col-12">
  1981.                <div class="row g-4">
  1982.                    
  1983.                    <div class="col-lg-6 col-md-6 col-12">
  1984.                        <div class="card blog-card-v2 animate-on-scroll">
  1985.                            <div class="blog-image-v2">
  1986.                                
  1987.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1988.                                
  1989.                                <span class="blog-category-v2 bg-primary-gradient">
  1990.                                    News
  1991.                                </span>
  1992.                            </div>
  1993.                            <div class="blog-content-v2">
  1994.                                <h3 class="blog-title-v2">
  1995.                                    <a class="top-color" href="/ndiaye-harlem-globetrotters-level-skills-and-revealing-soccer-statistics/">
  1996.                                    Ndiaye, Harlem Globetrotters-Level Skills and Revealing Soccer Statistics
  1997.                                    </a>
  1998.                                </h3>
  1999.                                <div class="blog-meta-v2">
  2000.                                    
  2001.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="blog-author-img-v2">
  2002.                                    
  2003.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2004.                                    <span>By Chelsea Cooper</span>
  2005.                                    <span style="color: #ccc;">•</span>
  2006.                                    <span style="color: #999;">17 Aug 2026</span>
  2007.                                </div>
  2008.                                <p class="blog-excerpt-v2"></p>
  2009.                              
  2010.                            </div>
  2011.                        </div>
  2012.                    </div>
  2013.                    
  2014.                    <div class="col-lg-6 col-md-6 col-12">
  2015.                        <div class="card blog-card-v2 animate-on-scroll">
  2016.                            <div class="blog-image-v2">
  2017.                                
  2018.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2019.                                
  2020.                                <span class="blog-category-v2 bg-primary-gradient">
  2021.                                    News
  2022.                                </span>
  2023.                            </div>
  2024.                            <div class="blog-content-v2">
  2025.                                <h3 class="blog-title-v2">
  2026.                                    <a class="top-color" href="/can-populist-led-governments-always-crash-the-economic-system/">
  2027.                                    Can Populist-Led Governments Always Crash the Economic System?
  2028.                                    </a>
  2029.                                </h3>
  2030.                                <div class="blog-meta-v2">
  2031.                                    
  2032.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="blog-author-img-v2">
  2033.                                    
  2034.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2035.                                    <span>By Chelsea Cooper</span>
  2036.                                    <span style="color: #ccc;">•</span>
  2037.                                    <span style="color: #999;">17 Aug 2026</span>
  2038.                                </div>
  2039.                                <p class="blog-excerpt-v2"></p>
  2040.                              
  2041.                            </div>
  2042.                        </div>
  2043.                    </div>
  2044.                    
  2045.                    <div class="col-lg-6 col-md-6 col-12">
  2046.                        <div class="card blog-card-v2 animate-on-scroll">
  2047.                            <div class="blog-image-v2">
  2048.                                
  2049.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2050.                                
  2051.                                <span class="blog-category-v2 bg-primary-gradient">
  2052.                                    News
  2053.                                </span>
  2054.                            </div>
  2055.                            <div class="blog-content-v2">
  2056.                                <h3 class="blog-title-v2">
  2057.                                    <a class="top-color" href="/china-sends-maritime-patrol-ships-to-senkaku-islands-during-tensions-with-japan/">
  2058.                                    China Sends Maritime Patrol Ships to Senkaku Islands During Tensions with Japan
  2059.                                    </a>
  2060.                                </h3>
  2061.                                <div class="blog-meta-v2">
  2062.                                    
  2063.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="blog-author-img-v2">
  2064.                                    
  2065.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2066.                                    <span>By Chelsea Cooper</span>
  2067.                                    <span style="color: #ccc;">•</span>
  2068.                                    <span style="color: #999;">17 Aug 2026</span>
  2069.                                </div>
  2070.                                <p class="blog-excerpt-v2"></p>
  2071.                              
  2072.                            </div>
  2073.                        </div>
  2074.                    </div>
  2075.                    
  2076.                    <div class="col-lg-6 col-md-6 col-12">
  2077.                        <div class="card blog-card-v2 animate-on-scroll">
  2078.                            <div class="blog-image-v2">
  2079.                                
  2080.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2081.                                
  2082.                                <span class="blog-category-v2 bg-primary-gradient">
  2083.                                    News
  2084.                                </span>
  2085.                            </div>
  2086.                            <div class="blog-content-v2">
  2087.                                <h3 class="blog-title-v2">
  2088.                                    <a class="top-color" href="/families-distress-over-coastal-erosion-threatening-coastal-norfolk-burial-sites/">
  2089.                                    Families&#x27; Distress Over Coastal Erosion Threatening Coastal Norfolk Burial Sites
  2090.                                    </a>
  2091.                                </h3>
  2092.                                <div class="blog-meta-v2">
  2093.                                    
  2094.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="blog-author-img-v2">
  2095.                                    
  2096.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2097.                                    <span>By Chelsea Cooper</span>
  2098.                                    <span style="color: #ccc;">•</span>
  2099.                                    <span style="color: #999;">17 Aug 2026</span>
  2100.                                </div>
  2101.                                <p class="blog-excerpt-v2"></p>
  2102.                              
  2103.                            </div>
  2104.                        </div>
  2105.                    </div>
  2106.                    
  2107.                    <div class="col-lg-6 col-md-6 col-12">
  2108.                        <div class="card blog-card-v2 animate-on-scroll">
  2109.                            <div class="blog-image-v2">
  2110.                                
  2111.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2112.                                
  2113.                                <span class="blog-category-v2 bg-primary-gradient">
  2114.                                    News
  2115.                                </span>
  2116.                            </div>
  2117.                            <div class="blog-content-v2">
  2118.                                <h3 class="blog-title-v2">
  2119.                                    <a class="top-color" href="/wolves-demolish-woeful-west-ham-to-claim-maiden-league-win-of-the-campaign/">
  2120.                                    Wolves Demolish Woeful West Ham to Claim Maiden League Win of the Campaign
  2121.                                    </a>
  2122.                                </h3>
  2123.                                <div class="blog-meta-v2">
  2124.                                    
  2125.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="blog-author-img-v2">
  2126.                                    
  2127.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2128.                                    <span>By Chelsea Cooper</span>
  2129.                                    <span style="color: #ccc;">•</span>
  2130.                                    <span style="color: #999;">17 Aug 2026</span>
  2131.                                </div>
  2132.                                <p class="blog-excerpt-v2"></p>
  2133.                              
  2134.                            </div>
  2135.                        </div>
  2136.                    </div>
  2137.                    
  2138.                    <div class="col-lg-6 col-md-6 col-12">
  2139.                        <div class="card blog-card-v2 animate-on-scroll">
  2140.                            <div class="blog-image-v2">
  2141.                                
  2142.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2143.                                
  2144.                                <span class="blog-category-v2 bg-primary-gradient">
  2145.                                    News
  2146.                                </span>
  2147.                            </div>
  2148.                            <div class="blog-content-v2">
  2149.                                <h3 class="blog-title-v2">
  2150.                                    <a class="top-color" href="/plug-in-hybrid-electric-vehicles-pollute-almost-as-much-as-gasoline-vehicles-study-finds/">
  2151.                                    Plug in Hybrid electric Vehicles Pollute Almost as Much as Gasoline Vehicles, Study Finds
  2152.                                    </a>
  2153.                                </h3>
  2154.                                <div class="blog-meta-v2">
  2155.                                    
  2156.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="blog-author-img-v2">
  2157.                                    
  2158.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2159.                                    <span>By Chelsea Cooper</span>
  2160.                                    <span style="color: #ccc;">•</span>
  2161.                                    <span style="color: #999;">16 Aug 2026</span>
  2162.                                </div>
  2163.                                <p class="blog-excerpt-v2"></p>
  2164.                              
  2165.                            </div>
  2166.                        </div>
  2167.                    </div>
  2168.                    
  2169.                    <div class="col-lg-6 col-md-6 col-12">
  2170.                        <div class="card blog-card-v2 animate-on-scroll">
  2171.                            <div class="blog-image-v2">
  2172.                                
  2173.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2174.                                
  2175.                                <span class="blog-category-v2 bg-primary-gradient">
  2176.                                    News
  2177.                                </span>
  2178.                            </div>
  2179.                            <div class="blog-content-v2">
  2180.                                <h3 class="blog-title-v2">
  2181.                                    <a class="top-color" href="/it-is-heartbreaking-the-way-thirty-confined-white-whales-have-become-pawns-in-dispute-over-inhumane-treatment/">
  2182.                                    It is heartbreaking’: the way thirty confined white whales have become pawns in dispute over inhumane treatment.
  2183.                                    </a>
  2184.                                </h3>
  2185.                                <div class="blog-meta-v2">
  2186.                                    
  2187.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="blog-author-img-v2">
  2188.                                    
  2189.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2190.                                    <span>By Chelsea Cooper</span>
  2191.                                    <span style="color: #ccc;">•</span>
  2192.                                    <span style="color: #999;">16 Aug 2026</span>
  2193.                                </div>
  2194.                                <p class="blog-excerpt-v2"></p>
  2195.                              
  2196.                            </div>
  2197.                        </div>
  2198.                    </div>
  2199.                    
  2200.                    <div class="col-lg-6 col-md-6 col-12">
  2201.                        <div class="card blog-card-v2 animate-on-scroll">
  2202.                            <div class="blog-image-v2">
  2203.                                
  2204.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2205.                                
  2206.                                <span class="blog-category-v2 bg-primary-gradient">
  2207.                                    News
  2208.                                </span>
  2209.                            </div>
  2210.                            <div class="blog-content-v2">
  2211.                                <h3 class="blog-title-v2">
  2212.                                    <a class="top-color" href="/big-trouble-in-little-berlin-this-minuscule-settlement-separated-in-half-by-the-cold-war-era/">
  2213.                                    Big Trouble in ‘Little Berlin’: This Minuscule Settlement Separated in Half by the Cold War Era
  2214.                                    </a>
  2215.                                </h3>
  2216.                                <div class="blog-meta-v2">
  2217.                                    
  2218.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="blog-author-img-v2">
  2219.                                    
  2220.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2221.                                    <span>By Chelsea Cooper</span>
  2222.                                    <span style="color: #ccc;">•</span>
  2223.                                    <span style="color: #999;">16 Aug 2026</span>
  2224.                                </div>
  2225.                                <p class="blog-excerpt-v2"></p>
  2226.                              
  2227.                            </div>
  2228.                        </div>
  2229.                    </div>
  2230.                    
  2231.                    <div class="col-lg-6 col-md-6 col-12">
  2232.                        <div class="card blog-card-v2 animate-on-scroll">
  2233.                            <div class="blog-image-v2">
  2234.                                
  2235.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2236.                                
  2237.                                <span class="blog-category-v2 bg-primary-gradient">
  2238.                                    News
  2239.                                </span>
  2240.                            </div>
  2241.                            <div class="blog-content-v2">
  2242.                                <h3 class="blog-title-v2">
  2243.                                    <a class="top-color" href="/qatars-short-race-and-main-event-qualifying-real-time-updates/">
  2244.                                    Qatar&#x27;s Short Race and Main Event Qualifying: Real-Time Updates
  2245.                                    </a>
  2246.                                </h3>
  2247.                                <div class="blog-meta-v2">
  2248.                                    
  2249.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="blog-author-img-v2">
  2250.                                    
  2251.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2252.                                    <span>By Chelsea Cooper</span>
  2253.                                    <span style="color: #ccc;">•</span>
  2254.                                    <span style="color: #999;">16 Aug 2026</span>
  2255.                                </div>
  2256.                                <p class="blog-excerpt-v2"></p>
  2257.                              
  2258.                            </div>
  2259.                        </div>
  2260.                    </div>
  2261.                    
  2262.                    <div class="col-lg-6 col-md-6 col-12">
  2263.                        <div class="card blog-card-v2 animate-on-scroll">
  2264.                            <div class="blog-image-v2">
  2265.                                
  2266.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2267.                                
  2268.                                <span class="blog-category-v2 bg-primary-gradient">
  2269.                                    News
  2270.                                </span>
  2271.                            </div>
  2272.                            <div class="blog-content-v2">
  2273.                                <h3 class="blog-title-v2">
  2274.                                    <a class="top-color" href="/rhythm-and-blues-christmas-concert-review-a-heartfelt-journey-back-to-the-90s/">
  2275.                                    Rhythm and Blues Christmas Concert Review: A Heartfelt Journey Back to the 90s
  2276.                                    </a>
  2277.                                </h3>
  2278.                                <div class="blog-meta-v2">
  2279.                                    
  2280.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="blog-author-img-v2">
  2281.                                    
  2282.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2283.                                    <span>By Chelsea Cooper</span>
  2284.                                    <span style="color: #ccc;">•</span>
  2285.                                    <span style="color: #999;">16 Aug 2026</span>
  2286.                                </div>
  2287.                                <p class="blog-excerpt-v2"></p>
  2288.                              
  2289.                            </div>
  2290.                        </div>
  2291.                    </div>
  2292.                    
  2293.                    <div class="col-lg-6 col-md-6 col-12">
  2294.                        <div class="card blog-card-v2 animate-on-scroll">
  2295.                            <div class="blog-image-v2">
  2296.                                
  2297.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2298.                                
  2299.                                <span class="blog-category-v2 bg-primary-gradient">
  2300.                                    News
  2301.                                </span>
  2302.                            </div>
  2303.                            <div class="blog-content-v2">
  2304.                                <h3 class="blog-title-v2">
  2305.                                    <a class="top-color" href="/azzurri-court-icon-nicola-pietrangeli-has-died-at-ninety-two/">
  2306.                                    Azzurri Court Icon Nicola Pietrangeli Has Died at Ninety-Two
  2307.                                    </a>
  2308.                                </h3>
  2309.                                <div class="blog-meta-v2">
  2310.                                    
  2311.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="blog-author-img-v2">
  2312.                                    
  2313.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2314.                                    <span>By Chelsea Cooper</span>
  2315.                                    <span style="color: #ccc;">•</span>
  2316.                                    <span style="color: #999;">16 Aug 2026</span>
  2317.                                </div>
  2318.                                <p class="blog-excerpt-v2"></p>
  2319.                              
  2320.                            </div>
  2321.                        </div>
  2322.                    </div>
  2323.                    
  2324.                    <div class="col-lg-6 col-md-6 col-12">
  2325.                        <div class="card blog-card-v2 animate-on-scroll">
  2326.                            <div class="blog-image-v2">
  2327.                                
  2328.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2329.                                
  2330.                                <span class="blog-category-v2 bg-primary-gradient">
  2331.                                    News
  2332.                                </span>
  2333.                            </div>
  2334.                            <div class="blog-content-v2">
  2335.                                <h3 class="blog-title-v2">
  2336.                                    <a class="top-color" href="/convicted-sex-trafficker-ghislaine-maxwell-reportedly-pursuing-sentence-commutation-insider-claims-to-house-democrats/">
  2337.                                    Convicted sex trafficker Ghislaine Maxwell Reportedly Pursuing Sentence Commutation, Insider Claims to House Democrats
  2338.                                    </a>
  2339.                                </h3>
  2340.                                <div class="blog-meta-v2">
  2341.                                    
  2342.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="blog-author-img-v2">
  2343.                                    
  2344.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2345.                                    <span>By Chelsea Cooper</span>
  2346.                                    <span style="color: #ccc;">•</span>
  2347.                                    <span style="color: #999;">16 Aug 2026</span>
  2348.                                </div>
  2349.                                <p class="blog-excerpt-v2"></p>
  2350.                              
  2351.                            </div>
  2352.                        </div>
  2353.                    </div>
  2354.                    
  2355.                    
  2356.  
  2357.                </div>
  2358.            </div>
  2359.            
  2360.               <div class="col col-lg-4 col-12">
  2361.                
  2362.  
  2363.  
  2364.  
  2365.    
  2366.  
  2367.  
  2368. <!-- Blog Sidebar -->
  2369.  
  2370.    <div class="sidebar mb-3">
  2371.        
  2372.        
  2373.        <div class="sidebar-widget mb-4">
  2374.            <div class="widget-title-wrapper mb-3">
  2375.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2376.                    June 2026 Blog Roll
  2377.                    <span class="title-arrow"></span>
  2378.                </h4>
  2379.            </div>
  2380.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2381.                <ul class="list-unstyled scrollable-sidebar">
  2382.                    
  2383.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2384.                        <a href="https://www.moneymakesense.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2385.                            <i class="ti-angle-right me-2 text-primary"></i>
  2386.                            <span class="fw-semibold">casinos not on GAMSTOP</span>
  2387.                        </a>
  2388.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2389.                    </li>
  2390.                    
  2391.                </ul>
  2392.            </div>
  2393.        </div>
  2394.        
  2395.        <div class="sidebar-widget mb-4">
  2396.            <div class="widget-title-wrapper mb-3">
  2397.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2398.                    May 2026 Blog Roll
  2399.                    <span class="title-arrow"></span>
  2400.                </h4>
  2401.            </div>
  2402.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2403.                <ul class="list-unstyled scrollable-sidebar">
  2404.                    
  2405.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2406.                        <a href="https://prwd.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2407.                            <i class="ti-angle-right me-2 text-primary"></i>
  2408.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2409.                        </a>
  2410.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2411.                    </li>
  2412.                    
  2413.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2414.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2415.                            <i class="ti-angle-right me-2 text-primary"></i>
  2416.                            <span class="fw-semibold">casinos not on gamstop</span>
  2417.                        </a>
  2418.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2419.                    </li>
  2420.                    
  2421.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2422.                        <a href="https://www.squarebox.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2423.                            <i class="ti-angle-right me-2 text-primary"></i>
  2424.                            <span class="fw-semibold">casinos not on gamstop</span>
  2425.                        </a>
  2426.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2427.                    </li>
  2428.                    
  2429.                </ul>
  2430.            </div>
  2431.        </div>
  2432.        
  2433.        <div class="sidebar-widget mb-4">
  2434.            <div class="widget-title-wrapper mb-3">
  2435.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2436.                    April 2026 Blog Roll
  2437.                    <span class="title-arrow"></span>
  2438.                </h4>
  2439.            </div>
  2440.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2441.                <ul class="list-unstyled scrollable-sidebar">
  2442.                    
  2443.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2444.                        <a href="https://www.caerphilly.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2445.                            <i class="ti-angle-right me-2 text-primary"></i>
  2446.                            <span class="fw-semibold">best online casino uk</span>
  2447.                        </a>
  2448.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2449.                    </li>
  2450.                    
  2451.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2452.                        <a href="https://cobdenchambers.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2453.                            <i class="ti-angle-right me-2 text-primary"></i>
  2454.                            <span class="fw-semibold">european online casino</span>
  2455.                        </a>
  2456.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2457.                    </li>
  2458.                    
  2459.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2460.                        <a href="https://lagoccia.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2461.                            <i class="ti-angle-right me-2 text-primary"></i>
  2462.                            <span class="fw-semibold">online casino sites</span>
  2463.                        </a>
  2464.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2465.                    </li>
  2466.                    
  2467.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2468.                        <a href="https://www.ambiental.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2469.                            <i class="ti-angle-right me-2 text-primary"></i>
  2470.                            <span class="fw-semibold">non gamstop casinos</span>
  2471.                        </a>
  2472.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2473.                    </li>
  2474.                    
  2475.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2476.                        <a href="https://www.helptobuy.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2477.                            <i class="ti-angle-right me-2 text-primary"></i>
  2478.                            <span class="fw-semibold">casino not on gamstop</span>
  2479.                        </a>
  2480.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2481.                    </li>
  2482.                    
  2483.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2484.                        <a href="https://heyimhome.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2485.                            <i class="ti-angle-right me-2 text-primary"></i>
  2486.                            <span class="fw-semibold">casino site</span>
  2487.                        </a>
  2488.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2489.                    </li>
  2490.                    
  2491.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2492.                        <a href="https://www.londonart.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2493.                            <i class="ti-angle-right me-2 text-primary"></i>
  2494.                            <span class="fw-semibold">best escorts london</span>
  2495.                        </a>
  2496.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2497.                    </li>
  2498.                    
  2499.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2500.                        <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2501.                            <i class="ti-angle-right me-2 text-primary"></i>
  2502.                            <span class="fw-semibold">non Gamban casino</span>
  2503.                        </a>
  2504.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2505.                    </li>
  2506.                    
  2507.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2508.                        <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2509.                            <i class="ti-angle-right me-2 text-primary"></i>
  2510.                            <span class="fw-semibold">online casinos</span>
  2511.                        </a>
  2512.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2513.                    </li>
  2514.                    
  2515.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2516.                        <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2517.                            <i class="ti-angle-right me-2 text-primary"></i>
  2518.                            <span class="fw-semibold">games not on GamStop</span>
  2519.                        </a>
  2520.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2521.                    </li>
  2522.                    
  2523.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2524.                        <a href="https://www.nigelmansell.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2525.                            <i class="ti-angle-right me-2 text-primary"></i>
  2526.                            <span class="fw-semibold">betting sites</span>
  2527.                        </a>
  2528.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2529.                    </li>
  2530.                    
  2531.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2532.                        <a href="https://www.edinburghfoody.com"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2533.                            <i class="ti-angle-right me-2 text-primary"></i>
  2534.                            <span class="fw-semibold">casinos not on GamStop</span>
  2535.                        </a>
  2536.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2537.                    </li>
  2538.                    
  2539.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2540.                        <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2541.                            <i class="ti-angle-right me-2 text-primary"></i>
  2542.                            <span class="fw-semibold">non GamStop casino</span>
  2543.                        </a>
  2544.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2545.                    </li>
  2546.                    
  2547.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2548.                        <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2549.                            <i class="ti-angle-right me-2 text-primary"></i>
  2550.                            <span class="fw-semibold">gambling sites not on GamStop</span>
  2551.                        </a>
  2552.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2553.                    </li>
  2554.                    
  2555.                </ul>
  2556.            </div>
  2557.        </div>
  2558.        
  2559.        <div class="sidebar-widget mb-4">
  2560.            <div class="widget-title-wrapper mb-3">
  2561.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2562.                    March 2026 Blog Roll
  2563.                    <span class="title-arrow"></span>
  2564.                </h4>
  2565.            </div>
  2566.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2567.                <ul class="list-unstyled scrollable-sidebar">
  2568.                    
  2569.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2570.                        <a href="https://www.drenge.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2571.                            <i class="ti-angle-right me-2 text-primary"></i>
  2572.                            <span class="fw-semibold">slot sites not on GamStop</span>
  2573.                        </a>
  2574.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2575.                    </li>
  2576.                    
  2577.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2578.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2579.                            <i class="ti-angle-right me-2 text-primary"></i>
  2580.                            <span class="fw-semibold">non GamStop casino</span>
  2581.                        </a>
  2582.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2583.                    </li>
  2584.                    
  2585.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2586.                        <a href="https://womeninfinance.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2587.                            <i class="ti-angle-right me-2 text-primary"></i>
  2588.                            <span class="fw-semibold">non GamStop casinos UK</span>
  2589.                        </a>
  2590.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2591.                    </li>
  2592.                    
  2593.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2594.                        <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2595.                            <i class="ti-angle-right me-2 text-primary"></i>
  2596.                            <span class="fw-semibold">non GamStop casinos</span>
  2597.                        </a>
  2598.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2599.                    </li>
  2600.                    
  2601.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2602.                        <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2603.                            <i class="ti-angle-right me-2 text-primary"></i>
  2604.                            <span class="fw-semibold">casinos not on GamStop</span>
  2605.                        </a>
  2606.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2607.                    </li>
  2608.                    
  2609.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2610.                        <a href="https://thenewoxford.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2611.                            <i class="ti-angle-right me-2 text-primary"></i>
  2612.                            <span class="fw-semibold">casinos not on GamStop</span>
  2613.                        </a>
  2614.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2615.                    </li>
  2616.                    
  2617.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2618.                        <a href="https://www.cranleyclinic.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2619.                            <i class="ti-angle-right me-2 text-primary"></i>
  2620.                            <span class="fw-semibold">non GamStop sites</span>
  2621.                        </a>
  2622.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2623.                    </li>
  2624.                    
  2625.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2626.                        <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2627.                            <i class="ti-angle-right me-2 text-primary"></i>
  2628.                            <span class="fw-semibold">non GamStop casinos UK</span>
  2629.                        </a>
  2630.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2631.                    </li>
  2632.                    
  2633.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2634.                        <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2635.                            <i class="ti-angle-right me-2 text-primary"></i>
  2636.                            <span class="fw-semibold">slot sites not on GamStop</span>
  2637.                        </a>
  2638.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2639.                    </li>
  2640.                    
  2641.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2642.                        <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2643.                            <i class="ti-angle-right me-2 text-primary"></i>
  2644.                            <span class="fw-semibold">non UKGC</span>
  2645.                        </a>
  2646.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2647.                    </li>
  2648.                    
  2649.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2650.                        <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2651.                            <i class="ti-angle-right me-2 text-primary"></i>
  2652.                            <span class="fw-semibold">non gamstop casinos uk</span>
  2653.                        </a>
  2654.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2655.                    </li>
  2656.                    
  2657.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2658.                        <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2659.                            <i class="ti-angle-right me-2 text-primary"></i>
  2660.                            <span class="fw-semibold">best non gamstop casinos</span>
  2661.                        </a>
  2662.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2663.                    </li>
  2664.                    
  2665.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2666.                        <a href="https://www.brother2brother.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2667.                            <i class="ti-angle-right me-2 text-primary"></i>
  2668.                            <span class="fw-semibold">non GamStop casinos</span>
  2669.                        </a>
  2670.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2671.                    </li>
  2672.                    
  2673.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2674.                        <a href="https://www.voteleavetakecontrol.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2675.                            <i class="ti-angle-right me-2 text-primary"></i>
  2676.                            <span class="fw-semibold">non GamStop casino UK</span>
  2677.                        </a>
  2678.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2679.                    </li>
  2680.                    
  2681.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2682.                        <a href="https://fortwilliamworldcup.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2683.                            <i class="ti-angle-right me-2 text-primary"></i>
  2684.                            <span class="fw-semibold">non GamStop casinos</span>
  2685.                        </a>
  2686.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2687.                    </li>
  2688.                    
  2689.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2690.                        <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2691.                            <i class="ti-angle-right me-2 text-primary"></i>
  2692.                            <span class="fw-semibold">non UKGC casino</span>
  2693.                        </a>
  2694.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2695.                    </li>
  2696.                    
  2697.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2698.                        <a href="https://growsheffield.com/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2699.                            <i class="ti-angle-right me-2 text-primary"></i>
  2700.                            <span class="fw-semibold">casino not on gamstop</span>
  2701.                        </a>
  2702.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2703.                    </li>
  2704.                    
  2705.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2706.                        <a href="https://drive-alive.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2707.                            <i class="ti-angle-right me-2 text-primary"></i>
  2708.                            <span class="fw-semibold">non gamstop casino</span>
  2709.                        </a>
  2710.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2711.                    </li>
  2712.                    
  2713.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2714.                        <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2715.                            <i class="ti-angle-right me-2 text-primary"></i>
  2716.                            <span class="fw-semibold">Casinos Not on GamStop</span>
  2717.                        </a>
  2718.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2719.                    </li>
  2720.                    
  2721.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2722.                        <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2723.                            <i class="ti-angle-right me-2 text-primary"></i>
  2724.                            <span class="fw-semibold">casinos not on gamstop</span>
  2725.                        </a>
  2726.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2727.                    </li>
  2728.                    
  2729.                </ul>
  2730.            </div>
  2731.        </div>
  2732.        
  2733.        <div class="sidebar-widget mb-4">
  2734.            <div class="widget-title-wrapper mb-3">
  2735.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2736.                    February 2026 Blog Roll
  2737.                    <span class="title-arrow"></span>
  2738.                </h4>
  2739.            </div>
  2740.            <div class="widget-content border border-light shadow-sm rounded p-4 ">
  2741.                <ul class="list-unstyled scrollable-sidebar">
  2742.                    
  2743.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2744.                        <a href="https://xn--24-3qi4duc3a1a7o.world/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2745.                            <i class="ti-angle-right me-2 text-primary"></i>
  2746.                            <span class="fw-semibold">แทงหวย24</span>
  2747.                        </a>
  2748.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2749.                    </li>
  2750.                    
  2751.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2752.                        <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2753.                            <i class="ti-angle-right me-2 text-primary"></i>
  2754.                            <span class="fw-semibold">non uk betting sites</span>
  2755.                        </a>
  2756.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2757.                    </li>
  2758.                    
  2759.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2760.                        <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2761.                            <i class="ti-angle-right me-2 text-primary"></i>
  2762.                            <span class="fw-semibold">non gamstop sports betting</span>
  2763.                        </a>
  2764.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2765.                    </li>
  2766.                    
  2767.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2768.                        <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2769.                            <i class="ti-angle-right me-2 text-primary"></i>
  2770.                            <span class="fw-semibold">top 50 online casinos uk</span>
  2771.                        </a>
  2772.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2773.                    </li>
  2774.                    
  2775.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2776.                        <a href="https://thelincolnite.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2777.                            <i class="ti-angle-right me-2 text-primary"></i>
  2778.                            <span class="fw-semibold">uk casinos not on gamstop</span>
  2779.                        </a>
  2780.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2781.                    </li>
  2782.                    
  2783.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2784.                        <a href="https://indyonline.co.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2785.                            <i class="ti-angle-right me-2 text-primary"></i>
  2786.                            <span class="fw-semibold">slots not on GamStop</span>
  2787.                        </a>
  2788.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2789.                    </li>
  2790.                    
  2791.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2792.                        <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2793.                            <i class="ti-angle-right me-2 text-primary"></i>
  2794.                            <span class="fw-semibold">Gambling Sites Not on GamStop</span>
  2795.                        </a>
  2796.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2797.                    </li>
  2798.                    
  2799.                    <li class="mb-3 pb-2 border-bottom border-light ">
  2800.                        <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none top-color d-flex align-items-center ">
  2801.                            <i class="ti-angle-right me-2 text-primary"></i>
  2802.                            <span class="fw-semibold">Gambling Sites Not on GamStop</span>
  2803.                        </a>
  2804.                        <!-- <small class="text-muted ms-3">August 25, 2025</small> -->
  2805.                    </li>
  2806.                    
  2807.                </ul>
  2808.            </div>
  2809.        </div>
  2810.        
  2811.  
  2812.        <!-- Recent Posts Section -->
  2813.        <div class="sidebar-widget mb-3">
  2814.            <div class="widget-title-wrapper mb-3">
  2815.                <h4 class="widget-title bg-primary text-white px-4 py-2 mb-0 position-relative">
  2816.                    Recent Posts
  2817.                    <span class="title-arrow"></span>
  2818.                </h4>
  2819.            </div>
  2820.            <div class="widget-content border border-light shadow-sm rounded p-4">
  2821.                <div class="recent-post-list">
  2822.                    
  2823.                    
  2824.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2825.                        <div class="post-image me-3 flex-shrink-0">
  2826.                            
  2827.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2828.                            
  2829.                        </div>
  2830.                        <div class="post-content flex-grow-1">
  2831.                            <h6 class="post-title mb-1">
  2832.                                 <a href="/hurricane-the-storm-gains-power-as-it-barrels-in-the-direction-of-jamaica/" class="text-decoration-none top-color fw-semibold">
  2833.                                    Hurricane the storm Gains Power As It Barrels In the Direction of Jamaica
  2834.                                </a>
  2835.                            </h6>
  2836.                            <div class="post-meta">
  2837.                                <small class="text-muted">
  2838.                                    <i class="ti-calendar me-1"></i>16 Aug 2026
  2839.                                </small>
  2840.                                <!-- <small class="text-muted ms-2">
  2841.                                    <i class="ti-eye me-1"></i>234 views
  2842.                                </small> -->
  2843.                            </div>
  2844.                        </div>
  2845.                    </div>
  2846.                    
  2847.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2848.                        <div class="post-image me-3 flex-shrink-0">
  2849.                            
  2850.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2851.                            
  2852.                        </div>
  2853.                        <div class="post-content flex-grow-1">
  2854.                            <h6 class="post-title mb-1">
  2855.                                 <a href="/english-top-flight-10-things-to-watch-for-this-round-of-fixtures/" class="text-decoration-none top-color fw-semibold">
  2856.                                    English top flight: 10 things to watch for this round of fixtures
  2857.                                </a>
  2858.                            </h6>
  2859.                            <div class="post-meta">
  2860.                                <small class="text-muted">
  2861.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  2862.                                </small>
  2863.                                <!-- <small class="text-muted ms-2">
  2864.                                    <i class="ti-eye me-1"></i>234 views
  2865.                                </small> -->
  2866.                            </div>
  2867.                        </div>
  2868.                    </div>
  2869.                    
  2870.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2871.                        <div class="post-image me-3 flex-shrink-0">
  2872.                            
  2873.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2874.                            
  2875.                        </div>
  2876.                        <div class="post-content flex-grow-1">
  2877.                            <h6 class="post-title mb-1">
  2878.                                 <a href="/zohran-mamdani-pledges-a-new-era-for-new-york-city-in-inaugural-address/" class="text-decoration-none top-color fw-semibold">
  2879.                                    Zohran Mamdani Pledges a &#x27;New Era&#x27; for New York City in Inaugural Address
  2880.                                </a>
  2881.                            </h6>
  2882.                            <div class="post-meta">
  2883.                                <small class="text-muted">
  2884.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  2885.                                </small>
  2886.                                <!-- <small class="text-muted ms-2">
  2887.                                    <i class="ti-eye me-1"></i>234 views
  2888.                                </small> -->
  2889.                            </div>
  2890.                        </div>
  2891.                    </div>
  2892.                    
  2893.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2894.                        <div class="post-image me-3 flex-shrink-0">
  2895.                            
  2896.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2897.                            
  2898.                        </div>
  2899.                        <div class="post-content flex-grow-1">
  2900.                            <h6 class="post-title mb-1">
  2901.                                 <a href="/a-rising-posh-poor-divide-how-affluence-and-hardship-now-sit-cheek-by-jowl-in-england/" class="text-decoration-none top-color fw-semibold">
  2902.                                    A Rising ‘Posh-Poor Divide’: How Affluence and Hardship Now Sit Cheek by Jowl in England.
  2903.                                </a>
  2904.                            </h6>
  2905.                            <div class="post-meta">
  2906.                                <small class="text-muted">
  2907.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  2908.                                </small>
  2909.                                <!-- <small class="text-muted ms-2">
  2910.                                    <i class="ti-eye me-1"></i>234 views
  2911.                                </small> -->
  2912.                            </div>
  2913.                        </div>
  2914.                    </div>
  2915.                    
  2916.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2917.                        <div class="post-image me-3 flex-shrink-0">
  2918.                            
  2919.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2920.                            
  2921.                        </div>
  2922.                        <div class="post-content flex-grow-1">
  2923.                            <h6 class="post-title mb-1">
  2924.                                 <a href="/several-in-the-labour-party-seek-starmer-out-he-informs-me-hell-endure-while-the-economy-will-strengthen/" class="text-decoration-none top-color fw-semibold">
  2925.                                    Several in the Labour Party Seek Starmer Out. He Informs Me He&#x27;ll Endure – while the Economy Will Strengthen.
  2926.                                </a>
  2927.                            </h6>
  2928.                            <div class="post-meta">
  2929.                                <small class="text-muted">
  2930.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  2931.                                </small>
  2932.                                <!-- <small class="text-muted ms-2">
  2933.                                    <i class="ti-eye me-1"></i>234 views
  2934.                                </small> -->
  2935.                            </div>
  2936.                        </div>
  2937.                    </div>
  2938.                    
  2939.                    <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2940.                        <div class="post-image me-3 flex-shrink-0">
  2941.                            
  2942.                                <img class="rounded"   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="width: 80px; height: 60px; object-fit: cover;" alt="">
  2943.                            
  2944.                        </div>
  2945.                        <div class="post-content flex-grow-1">
  2946.                            <h6 class="post-title mb-1">
  2947.                                 <a href="/demands-for-renewed-urgency-in-climate-negotiations-as-research-indicate-climate-change-could-attain-25c/" class="text-decoration-none top-color fw-semibold">
  2948.                                    Demands for Renewed Urgency in Climate Negotiations as Research Indicate Climate Change Could Attain 2.5C
  2949.                                </a>
  2950.                            </h6>
  2951.                            <div class="post-meta">
  2952.                                <small class="text-muted">
  2953.                                    <i class="ti-calendar me-1"></i>15 Aug 2026
  2954.                                </small>
  2955.                                <!-- <small class="text-muted ms-2">
  2956.                                    <i class="ti-eye me-1"></i>234 views
  2957.                                </small> -->
  2958.                            </div>
  2959.                        </div>
  2960.                    </div>
  2961.                    
  2962.  
  2963.                </div>
  2964.            </div>
  2965.        </div>
  2966.  
  2967.    </div>
  2968.  
  2969.  
  2970. <!-- Sidebar Styles -->
  2971. <style>
  2972.    .sidebar-widget {
  2973.        position: relative;
  2974.    }
  2975.    
  2976.    .widget-title {
  2977.        font-size: 1.1rem;
  2978.        font-weight: 700;
  2979.        display: inline-block;
  2980.        position: relative;
  2981.        z-index: 2;
  2982.        border-radius: 0;
  2983.    }
  2984.    
  2985.    .title-arrow::after {
  2986.        content: '';
  2987.        position: absolute;
  2988.        top: 0;
  2989.        right: -20px;
  2990.        width: 0;
  2991.        height: 0;
  2992.        border-left: 20px solid var(--bs-primary);
  2993.        border-top: 20px solid transparent;
  2994.        border-bottom: 20px solid transparent;
  2995.        z-index: 1;
  2996.    }
  2997.    
  2998.    .widget-content {
  2999.        margin-top: -1px;
  3000.        position: relative;
  3001.        z-index: 1;
  3002.         background-color: var(--card-bg);
  3003.    }
  3004.    
  3005.    .recent-post-item:hover .post-title1 a {
  3006.        color: #dc3545 !important;
  3007.        transition: color 0.3s ease;
  3008.    }
  3009.    
  3010.    .recent-post-item .post-image img {
  3011.        transition: transform 0.3s ease;
  3012.    }
  3013.    
  3014.    .recent-post-item:hover .post-image img {
  3015.        transform: scale(1.05);
  3016.    }
  3017.    
  3018.    .btn:hover {
  3019.        transform: translateY(-1px);
  3020.        transition: all 0.3s ease;
  3021.        box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  3022.    }
  3023.    
  3024.    @media (max-width: 991px) {
  3025.        .sidebar {
  3026.            margin-top: 3rem;
  3027.        }
  3028.    }
  3029.    
  3030.    @media (max-width: 576px) {
  3031.        .widget-title {
  3032.            font-size: 1rem;
  3033.            padding: 0.75rem 1rem !important;
  3034.        }
  3035.        
  3036.        .title-arrow::after {
  3037.            right: -15px;
  3038.            border-left: 15px solid var(--bs-primary);
  3039.            border-top: 15px solid transparent;
  3040.            border-bottom: 15px solid transparent;
  3041.        }
  3042.        
  3043.        .post-image {
  3044.            display: none !important;
  3045.        }
  3046.    }
  3047. </style>
  3048.    
  3049.            </div>
  3050.        </div>
  3051.    </div>
  3052. </section>
  3053.  
  3054. <script>
  3055. // Intersection Observer for scroll animations
  3056. document.addEventListener('DOMContentLoaded', function() {
  3057.    const observerOptions = {
  3058.        threshold: 0.1,
  3059.        rootMargin: '0px 0px -50px 0px'
  3060.    };
  3061.  
  3062.    const observer = new IntersectionObserver(function(entries) {
  3063.        entries.forEach(entry => {
  3064.            if (entry.isIntersecting) {
  3065.                entry.target.classList.add('animated');
  3066.            }
  3067.        });
  3068.    }, observerOptions);
  3069.  
  3070.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  3071.        observer.observe(el);
  3072.    });
  3073. });
  3074. </script>
  3075.  
  3076.    
  3077.        
  3078.        <!-- end wpo-blog-highlights-section -->
  3079.        <!-- start wpo-blog-sponsored-section -->
  3080.        
  3081.  
  3082.  
  3083.  
  3084.    
  3085.  
  3086.  
  3087.  
  3088. <style>
  3089.    .sponsored-section-v4 {
  3090.        padding: 50px 0;
  3091.    }
  3092.    
  3093.    .sponsored-card-v4 {
  3094.        background: var(--card-bg);
  3095.        border: 1px solid var(--border-color);
  3096.        border-radius: 4px;
  3097.        transition: border-color 0.3s ease;
  3098.        height: 100%;
  3099.        padding: 15px;
  3100.    }
  3101.    
  3102.    .sponsored-card-v4:hover {
  3103.        border-color: #adb5bd;
  3104.    }
  3105.    
  3106.    .sponsored-image-v4 {
  3107.        width: 150px;
  3108.        height: 150px;
  3109.        margin: 10px auto;
  3110.        border-radius: 50%;
  3111.        shape-outside: circle(50%);
  3112.        float: left;
  3113.    }
  3114.    
  3115.    .sponsored-image-v4 img {
  3116.        width: 100%;
  3117.        height: 100%;
  3118.        object-fit: cover;
  3119.        border-radius: 50%;
  3120.    }
  3121.    
  3122.    .sponsored-content-v4 {
  3123.        padding: 10px;
  3124.        overflow: hidden; /* Clearfix for floated image */
  3125.    }
  3126.    
  3127.    .sponsored-title-v4 {
  3128.        font-size: 15px;
  3129.        font-weight: 700;
  3130.        line-height: 1.4;
  3131.        margin-bottom: 8px;
  3132.        color: #333;
  3133.        position: relative;
  3134.        display: inline-block;
  3135.    }
  3136.    
  3137.    .sponsored-title-v4 a {
  3138.        text-decoration: none;
  3139.        color: var(--topbar-color) !important;
  3140.        margin: 10px 0px;
  3141.    }
  3142.    
  3143.    .sponsored-title-v4 a:hover {
  3144.        color: #6f42c1 !important; /* Purple hover */
  3145.    }
  3146.    
  3147.    .sponsored-title-v4::after {
  3148.        content: '';
  3149.        position: absolute;
  3150.        bottom: -2px;
  3151.        left: 0;
  3152.        width: 100%;
  3153.        height: 2px;
  3154.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark))
  3155.    }
  3156.    
  3157.    .sponsored-excerpt-v4 {
  3158.        font-size: 12px;
  3159.        font-weight: 400;
  3160.        color: #6c757d;
  3161.        margin-bottom: 10px;
  3162.        line-height: 1.5;
  3163.    }
  3164.    
  3165.    .sponsored-meta-v4 {
  3166.        font-size: 11px;
  3167.        color: #6c757d;
  3168.    }
  3169.    
  3170.    .author-info-v4 {
  3171.        margin-bottom: 5px;
  3172.    }
  3173.    
  3174.    .sponsored-author-img-v4 {
  3175.        width: 20px;
  3176.        height: 20px;
  3177.        border-radius: 50%;
  3178.        object-fit: cover;
  3179.        vertical-align: middle;
  3180.        margin-right: 5px;
  3181.    }
  3182.    
  3183.    .section-title-sponsored-v4 {
  3184.        font-size: 1.9rem;
  3185.        font-weight: 600;
  3186.        text-align: center;
  3187.        margin-bottom: 30px;
  3188.        color: #333;
  3189.        position: relative;
  3190.    }
  3191.    
  3192.    .section-title-sponsored-v4::after {
  3193.        content: '';
  3194.        position: absolute;
  3195.        bottom: -8px;
  3196.        left: 50%;
  3197.        transform: translateX(-50%);
  3198.        width: 80px;
  3199.        height: 3px;
  3200.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  3201.    }
  3202.  
  3203.    @media (max-width: 768px) {
  3204.        .sponsored-section-v4 {
  3205.            padding: 30px 0;
  3206.        }
  3207.        .sponsored-image-v4 {
  3208.            width: 120px;
  3209.            height: 120px;
  3210.            float: none;
  3211.            margin: 10px auto;
  3212.        }
  3213.        .sponsored-content-v4 {
  3214.            padding: 12px;
  3215.            text-align: center;
  3216.        }
  3217.        .sponsored-title-v4 {
  3218.            font-size: 14px;
  3219.        }
  3220.        .sponsored-excerpt-v4 {
  3221.            font-size: 11px;
  3222.        }
  3223.        .sponsored-meta-v4 {
  3224.            font-size: 10px;
  3225.        }
  3226.        .section-title-sponsored-v4 {
  3227.            font-size: 1.6rem;
  3228.        }
  3229.    }
  3230. </style>
  3231.  
  3232. <section class="sponsored-section-v4">
  3233.    <div class="container-fluid fluid-container">
  3234.        <div class="row">
  3235.            <div class="col-12">
  3236.                <h2 class="section-title-sponsored-v4">Sponsored News</h2>
  3237.            </div>
  3238.        </div>
  3239.        
  3240.        <div class="row g-4">
  3241.            
  3242.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3243.                <div class="card sponsored-card-v4">
  3244.                    <div class="sponsored-image-v4">
  3245.                        
  3246.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3247.                        
  3248.                    </div>
  3249.                    <div class="sponsored-content-v4">
  3250.                        <h3 class="sponsored-title-v4">
  3251.                            <a href="/hurricane-the-storm-gains-power-as-it-barrels-in-the-direction-of-jamaica/" >
  3252.                                            Hurricane the storm Gains Power As It Barrels In the Direction of Jamaica
  3253.                                            </a>
  3254.                        </h3>
  3255.                        <p class="sponsored-excerpt-v4">
  3256.                          
  3257.                        </p>
  3258.                        <div class="sponsored-meta-v4">
  3259.                            <div class="author-info-v4">
  3260.                                
  3261.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="sponsored-author-img-v4">
  3262.                                
  3263.                                <span>
  3264.                                    Chelsea Cooper
  3265.                                </span>
  3266.                            </div>
  3267.                            <div>16 Aug 2026</div>
  3268.                        </div>
  3269.                    </div>
  3270.                </div>
  3271.            </div>
  3272.            
  3273.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3274.                <div class="card sponsored-card-v4">
  3275.                    <div class="sponsored-image-v4">
  3276.                        
  3277.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3278.                        
  3279.                    </div>
  3280.                    <div class="sponsored-content-v4">
  3281.                        <h3 class="sponsored-title-v4">
  3282.                            <a href="/english-top-flight-10-things-to-watch-for-this-round-of-fixtures/" >
  3283.                                            English top flight: 10 things to watch for this round of fixtures
  3284.                                            </a>
  3285.                        </h3>
  3286.                        <p class="sponsored-excerpt-v4">
  3287.                          
  3288.                        </p>
  3289.                        <div class="sponsored-meta-v4">
  3290.                            <div class="author-info-v4">
  3291.                                
  3292.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="sponsored-author-img-v4">
  3293.                                
  3294.                                <span>
  3295.                                    Chelsea Cooper
  3296.                                </span>
  3297.                            </div>
  3298.                            <div>15 Aug 2026</div>
  3299.                        </div>
  3300.                    </div>
  3301.                </div>
  3302.            </div>
  3303.            
  3304.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3305.                <div class="card sponsored-card-v4">
  3306.                    <div class="sponsored-image-v4">
  3307.                        
  3308.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3309.                        
  3310.                    </div>
  3311.                    <div class="sponsored-content-v4">
  3312.                        <h3 class="sponsored-title-v4">
  3313.                            <a href="/zohran-mamdani-pledges-a-new-era-for-new-york-city-in-inaugural-address/" >
  3314.                                            Zohran Mamdani Pledges a &#x27;New Era&#x27; for New York City in Inaugural Address
  3315.                                            </a>
  3316.                        </h3>
  3317.                        <p class="sponsored-excerpt-v4">
  3318.                          
  3319.                        </p>
  3320.                        <div class="sponsored-meta-v4">
  3321.                            <div class="author-info-v4">
  3322.                                
  3323.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="sponsored-author-img-v4">
  3324.                                
  3325.                                <span>
  3326.                                    Chelsea Cooper
  3327.                                </span>
  3328.                            </div>
  3329.                            <div>15 Aug 2026</div>
  3330.                        </div>
  3331.                    </div>
  3332.                </div>
  3333.            </div>
  3334.            
  3335.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3336.                <div class="card sponsored-card-v4">
  3337.                    <div class="sponsored-image-v4">
  3338.                        
  3339.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3340.                        
  3341.                    </div>
  3342.                    <div class="sponsored-content-v4">
  3343.                        <h3 class="sponsored-title-v4">
  3344.                            <a href="/a-rising-posh-poor-divide-how-affluence-and-hardship-now-sit-cheek-by-jowl-in-england/" >
  3345.                                            A Rising ‘Posh-Poor Divide’: How Affluence and Hardship Now Sit Cheek by Jowl in England.
  3346.                                            </a>
  3347.                        </h3>
  3348.                        <p class="sponsored-excerpt-v4">
  3349.                          
  3350.                        </p>
  3351.                        <div class="sponsored-meta-v4">
  3352.                            <div class="author-info-v4">
  3353.                                
  3354.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="sponsored-author-img-v4">
  3355.                                
  3356.                                <span>
  3357.                                    Chelsea Cooper
  3358.                                </span>
  3359.                            </div>
  3360.                            <div>15 Aug 2026</div>
  3361.                        </div>
  3362.                    </div>
  3363.                </div>
  3364.            </div>
  3365.            
  3366.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3367.                <div class="card sponsored-card-v4">
  3368.                    <div class="sponsored-image-v4">
  3369.                        
  3370.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3371.                        
  3372.                    </div>
  3373.                    <div class="sponsored-content-v4">
  3374.                        <h3 class="sponsored-title-v4">
  3375.                            <a href="/several-in-the-labour-party-seek-starmer-out-he-informs-me-hell-endure-while-the-economy-will-strengthen/" >
  3376.                                            Several in the Labour Party Seek Starmer Out. He Informs Me He&#x27;ll Endure – while the Economy Will Strengthen.
  3377.                                            </a>
  3378.                        </h3>
  3379.                        <p class="sponsored-excerpt-v4">
  3380.                          
  3381.                        </p>
  3382.                        <div class="sponsored-meta-v4">
  3383.                            <div class="author-info-v4">
  3384.                                
  3385.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="sponsored-author-img-v4">
  3386.                                
  3387.                                <span>
  3388.                                    Chelsea Cooper
  3389.                                </span>
  3390.                            </div>
  3391.                            <div>15 Aug 2026</div>
  3392.                        </div>
  3393.                    </div>
  3394.                </div>
  3395.            </div>
  3396.            
  3397.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3398.                <div class="card sponsored-card-v4">
  3399.                    <div class="sponsored-image-v4">
  3400.                        
  3401.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3402.                        
  3403.                    </div>
  3404.                    <div class="sponsored-content-v4">
  3405.                        <h3 class="sponsored-title-v4">
  3406.                            <a href="/demands-for-renewed-urgency-in-climate-negotiations-as-research-indicate-climate-change-could-attain-25c/" >
  3407.                                            Demands for Renewed Urgency in Climate Negotiations as Research Indicate Climate Change Could Attain 2.5C
  3408.                                            </a>
  3409.                        </h3>
  3410.                        <p class="sponsored-excerpt-v4">
  3411.                          
  3412.                        </p>
  3413.                        <div class="sponsored-meta-v4">
  3414.                            <div class="author-info-v4">
  3415.                                
  3416.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/3fc5e953-1f79-4a9b-8a59-71a5d2e3abf9_profile.png" alt="Chelsea Cooper" style="object-fit: cover;" class="sponsored-author-img-v4">
  3417.                                
  3418.                                <span>
  3419.                                    Chelsea Cooper
  3420.                                </span>
  3421.                            </div>
  3422.                            <div>15 Aug 2026</div>
  3423.                        </div>
  3424.                    </div>
  3425.                </div>
  3426.            </div>
  3427.            
  3428.        </div>
  3429.    </div>
  3430. </section>
  3431.  
  3432.  
  3433.    
  3434.        <!-- end wpo-blog-sponsored-section -->
  3435.        <!-- start wpo-subscribe-section -->
  3436.        
  3437.        <!-- end subscribe-section -->
  3438.        <!-- start of wpo-site-footer-section -->
  3439.        
  3440.  
  3441.  
  3442.  
  3443.  
  3444.  
  3445.  
  3446. <!-- Footer V4 - Modern Corporate Design -->
  3447. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3448.  
  3449.    <div class="container-fluid fluid-container">
  3450.        
  3451.        <!-- Content Sections -->
  3452.        <div class="content-sections">
  3453.            <div class="row g-5">
  3454.                
  3455.                <!-- Brand Column -->
  3456.                <div class="col-lg-4 col-md-12">
  3457.                    <div class="brand-section">
  3458.                        <div class="brand-header">
  3459.                            
  3460.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/89b60b3e-21f0-429f-af41-c624feca2994_logo.png" alt="Royal Brit Hub" class="brand-logo" loading="lazy">
  3461.                            
  3462.                            <div class="brand-text">
  3463.                                <h3 class="brand-name">Royal Brit Hub</h3>
  3464.                                <span class="brand-type">Digital Publication</span>
  3465.                            </div>
  3466.                        </div>
  3467.                        <p class="brand-description  text-lg-start ">
  3468.                            Explore UK lifestyle, culture, and travel tips at Royal Brit Hub. Discover guides, stories, and expert advice for living and exploring Britain.
  3469.                        </p>
  3470.                    </div>
  3471.                </div>
  3472.  
  3473.                <!-- Quick Links Column -->
  3474.               <div class="col-lg-4 col-md-6">
  3475.                    <div class="links-section">
  3476.                        <div class="section-title">
  3477.                            <h4 class="title-text">Resources</h4>
  3478.                            <div class="title-decoration"></div>
  3479.                        </div>
  3480.                        <div class="links-container">
  3481.                          
  3482. <div class="link-group">
  3483.    <ul class="link-list" id="externalLinks">
  3484.        
  3485.  
  3486.    
  3487.        
  3488.        
  3489.        
  3490.    </ul>
  3491. </div>
  3492.  
  3493.                        </div>
  3494.                    </div>
  3495.                </div>
  3496.  
  3497.                <!-- Categories Column -->
  3498.                <div class="col-lg-4 col-md-6">
  3499.                    <div class="categories-section">
  3500.                        <div class="section-title">
  3501.                            <h4 class="title-text">Explore Topics</h4>
  3502.                            <div class="title-decoration"></div>
  3503.                        </div>
  3504.                        <div class="categories-container">
  3505.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3506.                            <div class="categories-cloud">
  3507.                                
  3508.                                <a href="/category/all-posts/" class="category-pill">
  3509.                                    All Posts
  3510.                                </a>
  3511.                                
  3512.                                <a href="/category/business/" class="category-pill">
  3513.                                    Business
  3514.                                </a>
  3515.                                
  3516.                                <a href="/category/esports/" class="category-pill">
  3517.                                    Esports
  3518.                                </a>
  3519.                                
  3520.                                <a href="/category/fashion/" class="category-pill">
  3521.                                    Fashion
  3522.                                </a>
  3523.                                
  3524.                                <a href="/category/featured/" class="category-pill">
  3525.                                    Featured
  3526.                                </a>
  3527.                                
  3528.                                <a href="/category/gaming/" class="category-pill">
  3529.                                    Gaming
  3530.                                </a>
  3531.                                
  3532.                                <a href="/category/health/" class="category-pill">
  3533.                                    Health
  3534.                                </a>
  3535.                                
  3536.                                <a href="/category/life-fitness/" class="category-pill">
  3537.                                    Life &amp; Fitness
  3538.                                </a>
  3539.                                
  3540.                            </div>
  3541.                        </div>
  3542.                    </div>
  3543.                </div>
  3544.  
  3545.            </div>
  3546.        </div>
  3547.  
  3548.        <!-- Footer Bottom -->
  3549.        <div class="footer-bottom">
  3550.            <div class="bottom-border"></div>
  3551.            <div class=" d-flex justify-content-between flex-wrap">
  3552.                <div>
  3553.                    <div class="copyright-info">
  3554.                        <p class="copyright-main">
  3555.                            © 2026 <span class="brand-highlight">Royal Brit Hub</span>. All rights reserved.
  3556.                        </p>
  3557.                        <p class="copyright-sub">
  3558.                            Thoughtfully crafted content for curious minds worldwide.
  3559.                        </p>
  3560.                    </div>
  3561.                </div>
  3562.                <div>
  3563.                    <div class="footer-actions">
  3564.                        <div class="action-links">
  3565.                            <a href="/page/write-for-us/" class="action-link">
  3566.                                <i class="bi bi-shield-check"></i>
  3567.                                <span>Write For Us</span>
  3568.                            </a>
  3569.                            <a href="/page/terms-and-conditions/" class="action-link">
  3570.                                <i class="bi bi-shield-check"></i>
  3571.                                <span>Terms & Conditions</span>
  3572.                            </a>
  3573.                            <a href="/sitemap.xml" class="action-link">
  3574.                                <i class="bi bi-diagram-3"></i>
  3575.                                <span>Sitemap</span>
  3576.                            </a>
  3577.                        </div>
  3578.  
  3579.                    </div>
  3580.                </div>
  3581.            </div>
  3582.        </div>
  3583.  
  3584.    </div>
  3585.  
  3586.    
  3587.  
  3588. </footer>
  3589.  
  3590.  
  3591. <style>
  3592. /* Footer V4 - Modern Corporate Design */
  3593. .wpo-site-footer-v4 {
  3594.    color: var(--footer-color);
  3595.    margin-top: 100px;
  3596. }
  3597.  
  3598.  
  3599. .accent-line {
  3600.    position: absolute;
  3601.    top: 0;
  3602.    height: 100%;
  3603.    width: 33.333%;
  3604.    opacity: 0.8;
  3605. }
  3606.  
  3607. .accent-1 {
  3608.    left: 0;
  3609.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3610.    animation: slideRight 3s ease-in-out infinite;
  3611. }
  3612.  
  3613. .accent-2 {
  3614.    left: 33.333%;
  3615.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3616.    animation: slideRight 3s ease-in-out infinite 1s;
  3617. }
  3618.  
  3619. .accent-3 {
  3620.    left: 66.666%;
  3621.    background: linear-gradient(90deg, #10b981, #059669);
  3622.    animation: slideRight 3s ease-in-out infinite 2s;
  3623. }
  3624.  
  3625. @keyframes slideRight {
  3626.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3627.    50% { transform: translateX(10px); opacity: 1; }
  3628. }
  3629.  
  3630. /* Content Sections */
  3631. .content-sections {
  3632.    padding: 60px 0;
  3633.    position: relative;
  3634.    z-index: 2;
  3635. }
  3636.  
  3637. /* Brand Section */
  3638. .brand-section {
  3639.    padding-right: 2rem;
  3640. }
  3641.  
  3642. .brand-header {
  3643.    display: flex;
  3644.    align-items: center;
  3645.    margin-bottom: 2rem;
  3646.    gap: 1rem;
  3647. }
  3648.  
  3649. .brand-logo {
  3650.    height: 50px;
  3651.    width: auto;
  3652.    border-radius: 8px;
  3653. }
  3654.  
  3655. .brand-name {
  3656.    font-size: 1.5rem;
  3657.    font-weight: 800;
  3658.    color: var(--footer-color) !important;
  3659.    margin: 0;
  3660. }
  3661.  
  3662. .brand-type {
  3663.    color: var(--footer-color) !important;
  3664.    opacity: 0.8;
  3665.    font-size: 0.85rem;
  3666.    font-weight: 500;
  3667.    text-transform: uppercase;
  3668.    letter-spacing: 0.5px;
  3669. }
  3670.  
  3671. .brand-description {
  3672.    color: var(--footer-color) !important;
  3673.    line-height: 1.7;
  3674.    margin-bottom: 2rem;
  3675.    font-size: 0.95rem;
  3676. }
  3677.  
  3678. .brand-stats {
  3679.    display: flex;
  3680.    align-items: center;
  3681.    gap: 1.5rem;
  3682. }
  3683.  
  3684. .stat-item {
  3685.    text-align: center;
  3686. }
  3687.  
  3688. .stat-number {
  3689.    font-size: 1.5rem;
  3690.    font-weight: 800;
  3691.    color: #3b82f6;
  3692.    display: block;
  3693.    line-height: 1;
  3694. }
  3695.  
  3696. .stat-label {
  3697.    font-size: 0.8rem;
  3698.    color: #94a3b8;
  3699.    margin-top: 0.25rem;
  3700. }
  3701.  
  3702. .stat-divider {
  3703.    width: 1px;
  3704.    height: 40px;
  3705.    background: rgba(255, 255, 255, 0.2);
  3706. }
  3707.  
  3708. /* Links Section */
  3709. .links-section {
  3710.    padding-left: 1rem;
  3711.    padding-right: 1rem;
  3712. }
  3713.  
  3714. .section-title {
  3715.    margin-bottom: 2rem;
  3716.    position: relative;
  3717. }
  3718.  
  3719. .title-text {
  3720.    font-size: 1.3rem;
  3721.    font-weight: 700;
  3722.    color: var(--footer-color) !important;
  3723.    margin-bottom: 0.5rem;
  3724.    text-align: justify !important;
  3725. }
  3726.  
  3727.  
  3728. .link-group {
  3729.    margin-bottom: 2rem;
  3730. }
  3731.  
  3732. .group-title {
  3733.    font-size: 1rem;
  3734.    font-weight: 600;
  3735.    color: #f1f5f9;
  3736.    margin-bottom: 1rem;
  3737.    padding-bottom: 0.5rem;
  3738.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  3739. }
  3740.  
  3741. .link-list {
  3742.    list-style: none;
  3743.    padding: 0;
  3744.    margin: 0;
  3745. }
  3746.  
  3747. .link-item {
  3748.    margin-bottom: 0.75rem;
  3749. }
  3750.  
  3751. .link-text {
  3752.    color: var(--footer-color) !important;
  3753.    text-decoration: none;
  3754.    font-size: 0.9rem;
  3755.    display: flex;
  3756.    align-items: center;
  3757.    transition: all 0.3s ease;
  3758.    padding: 0.25rem 0;
  3759. }
  3760.  
  3761. .link-text:hover {
  3762.    color: #3b82f6;
  3763.    padding-left: 0.5rem;
  3764. }
  3765.  
  3766. .link-icon {
  3767.    margin-right: 0.5rem;
  3768.    opacity: 0;
  3769.    transition: opacity 0.3s ease;
  3770. }
  3771.  
  3772. .link-text:hover .link-icon {
  3773.    opacity: 1;
  3774. }
  3775.  
  3776. .external-icon {
  3777.    color: #10b981;
  3778. }
  3779.  
  3780. /* Categories Section */
  3781. .categories-section {
  3782.    padding-left: 1rem;
  3783. }
  3784.  
  3785. .categories-intro {
  3786.    color: #cbd5e1;
  3787.    margin-bottom: 1.5rem;
  3788.    font-size: 0.9rem;
  3789. }
  3790.  
  3791. .categories-cloud {
  3792.    display: flex;
  3793.    flex-wrap: wrap;
  3794.    gap: 0.75rem;
  3795. }
  3796.  
  3797. .category-pill {
  3798.    display: inline-block;
  3799.    padding: 0.5rem 1rem;
  3800.    background: rgba(255, 255, 255, 0.1);
  3801.    border: 1px solid rgba(255, 255, 255, 0.2);
  3802.    border-radius: 20px;
  3803.    color:  var(--footer-color) !important;
  3804.    text-decoration: none;
  3805.    font-size: 0.85rem;
  3806.    opacity: 0.7;
  3807.    font-weight: 500;
  3808.    transition: all 0.3s ease;
  3809. }
  3810.  
  3811. .category-pill:hover {
  3812.    background: #3b82f6;
  3813.    border-color: #3b82f6;
  3814.    color: var(--footer-color) !important;
  3815.    opacity: 1;
  3816.    transform: translateY(-1px);
  3817.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  3818. }
  3819.  
  3820. /* Footer Bottom */
  3821. .footer-bottom {
  3822.    padding: 2rem 0;
  3823.    position: relative;
  3824.    z-index: 2;
  3825. }
  3826.  
  3827. .bottom-border {
  3828.    height: 1px;
  3829.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  3830.    margin-bottom: 2rem;
  3831. }
  3832.  
  3833. .copyright-main {
  3834.    font-size: 1rem;
  3835.    color: #e2e8f0;
  3836.    margin-bottom: 0.25rem;
  3837. }
  3838.  
  3839. .brand-highlight {
  3840.    color: var(--footer-color);
  3841.    font-weight: 700;
  3842. }
  3843.  
  3844. .copyright-sub {
  3845.    font-size: 0.85rem;
  3846.    color: #94a3b8;
  3847.    margin: 0;
  3848. }
  3849.  
  3850. .footer-actions {
  3851.    display: flex;
  3852.    align-items: center;
  3853.    gap: 2rem;
  3854. }
  3855.  
  3856. .action-links {
  3857.    display: flex;
  3858.    gap: 1.5rem;
  3859. }
  3860.  
  3861. .action-link {
  3862.    display: flex;
  3863.    align-items: center;
  3864.    gap: 0.5rem;
  3865.    color: #cbd5e1;
  3866.    text-decoration: none;
  3867.    font-size: 0.9rem;
  3868.    transition: color 0.3s ease;
  3869. }
  3870.  
  3871. .action-link:hover {
  3872.    color: #3b82f6;
  3873. }
  3874.  
  3875. .scroll-to-top-btn {
  3876.    background: rgba(255, 255, 255, 0.1);
  3877.    border: 1px solid rgba(255, 255, 255, 0.2);
  3878.    color: #cbd5e1;
  3879.    width: 44px;
  3880.    height: 44px;
  3881.    border-radius: 12px;
  3882.    cursor: pointer;
  3883.    transition: all 0.3s ease;
  3884.    display: flex;
  3885.    align-items: center;
  3886.    justify-content: center;
  3887. }
  3888.  
  3889. .scroll-to-top-btn:hover {
  3890.    background: #3b82f6;
  3891.    border-color: #3b82f6;
  3892.    color: white;
  3893.    transform: translateY(-2px);
  3894. }
  3895.  
  3896. /* Background Pattern */
  3897. .footer-pattern {
  3898.    position: absolute;
  3899.    top: 0;
  3900.    left: 0;
  3901.    width: 100%;
  3902.    height: 100%;
  3903.    z-index: 1;
  3904.    overflow: hidden;
  3905. }
  3906.  
  3907. .pattern-grid {
  3908.    position: relative;
  3909.    width: 100%;
  3910.    height: 100%;
  3911. }
  3912.  
  3913. .pattern-dot {
  3914.    position: absolute;
  3915.    width: 2px;
  3916.    height: 2px;
  3917.    background: rgba(255, 255, 255, 0.1);
  3918.    border-radius: 50%;
  3919. }
  3920.  
  3921. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  3922. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  3923. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  3924. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  3925. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  3926. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  3927.  
  3928. /* Responsive Design */
  3929. @media (max-width: 992px) {
  3930.    .newsletter-heading {
  3931.        font-size: 2rem;
  3932.    }
  3933.    
  3934.    .brand-section {
  3935.        padding-right: 0;
  3936.        margin-bottom: 3rem;
  3937.    }
  3938.    
  3939.    .links-section, .categories-section {
  3940.        padding-left: 0;
  3941.        padding-right: 0;
  3942.    }
  3943.    
  3944.    .brand-stats {
  3945.        justify-content: center;
  3946.        margin-top: 2rem;
  3947.    }
  3948. }
  3949.  
  3950. @media (max-width: 768px) {
  3951.    .newsletter-section {
  3952.        padding: 60px 0 40px;
  3953.    }
  3954.    
  3955.    .newsletter-container {
  3956.        padding: 2rem 1.5rem;
  3957.        margin: 0 1rem;
  3958.    }
  3959.    
  3960.    .newsletter-heading {
  3961.        font-size: 1.75rem;
  3962.    }
  3963.    
  3964.    .content-sections {
  3965.        padding: 40px 0;
  3966.    }
  3967.    
  3968.    .brand-header {
  3969.        flex-direction: column;
  3970.        text-align: center;
  3971.    }
  3972.    
  3973.    .footer-actions {
  3974.        flex-direction: column;
  3975.        gap: 1rem;
  3976.        margin-top: 1.5rem;
  3977.    }
  3978.    
  3979.    .action-links {
  3980.        order: 2;
  3981.    }
  3982.    
  3983.    .scroll-to-top-btn {
  3984.        order: 1;
  3985.    }
  3986. }
  3987.  
  3988. @media (max-width: 576px) {
  3989.    .newsletter-container {
  3990.        padding: 1.5rem 1rem;
  3991.    }
  3992.    
  3993.    .newsletter-heading {
  3994.        font-size: 1.5rem;
  3995.    }
  3996.    
  3997.    .brand-stats {
  3998.        flex-direction: column;
  3999.        gap: 1rem;
  4000.    }
  4001.    
  4002.    .stat-divider {
  4003.        width: 40px;
  4004.        height: 1px;
  4005.    }
  4006.    
  4007.    .action-links {
  4008.        flex-direction: column;
  4009.        gap: 0.75rem;
  4010.        text-align: center;
  4011.    }
  4012.    
  4013.    .pattern-dot {
  4014.        display: none;
  4015.    }
  4016. }
  4017. </style>
  4018.  
  4019. <!-- Bootstrap 5 JS -->
  4020.  
  4021. <script>
  4022. // Scroll to Top Function
  4023. document.addEventListener('DOMContentLoaded', function () {
  4024.    var btn = document.getElementById('toggleExternal');
  4025.    if (!btn) return; // No extra items, no button
  4026.  
  4027.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4028.  
  4029.    btn.addEventListener('click', function () {
  4030.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4031.            return li.classList.contains('d-none');
  4032.        });
  4033.  
  4034.        extras.forEach(function (li) {
  4035.            if (anyHidden) {
  4036.                li.classList.remove('d-none');
  4037.                li.classList.add('show');
  4038.            } else {
  4039.                li.classList.add('d-none');
  4040.                li.classList.remove('show');
  4041.            }
  4042.        });
  4043.  
  4044.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4045.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4046.    });
  4047. });
  4048. function scrollToTop() {
  4049.    window.scrollTo({
  4050.        top: 0,
  4051.        behavior: 'smooth'
  4052.    });
  4053. }
  4054.  
  4055. // Initialize Footer V4 Features
  4056. document.addEventListener('DOMContentLoaded', function() {
  4057.    
  4058.    // Newsletter Form Handling
  4059.    const newsletterForm = document.querySelector('.newsletter-form');
  4060.    const emailInput = document.querySelector('.form-input');
  4061.    const submitButton = document.querySelector('.submit-button');
  4062.    const successMessage = document.querySelector('.success-message');
  4063.    const errorMessage = document.querySelector('.error-message');
  4064.    const infoMessage = document.querySelector('.info-message');
  4065.    
  4066.    if (newsletterForm && emailInput && submitButton) {
  4067.        
  4068.        // Form submission
  4069.        newsletterForm.addEventListener('submit', function(e) {
  4070.            e.preventDefault();
  4071.            
  4072.            const email = emailInput.value.trim();
  4073.            
  4074.            // Validate email
  4075.            if (!email || !isValidEmail(email)) {
  4076.                showMessage('error');
  4077.                emailInput.focus();
  4078.                return;
  4079.            }
  4080.            
  4081.            // Show loading state
  4082.            const originalText = submitButton.querySelector('.button-text').textContent;
  4083.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4084.            
  4085.            submitButton.disabled = true;
  4086.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4087.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4088.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4089.            
  4090.            // Simulate API call
  4091.            setTimeout(() => {
  4092.                // Success state
  4093.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4094.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4095.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4096.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4097.                
  4098.                showMessage('success');
  4099.                
  4100.                // Reset after delay
  4101.                setTimeout(() => {
  4102.                    submitButton.querySelector('.button-text').textContent = originalText;
  4103.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4104.                    submitButton.style.background = '';
  4105.                    submitButton.disabled = false;
  4106.                    emailInput.value = '';
  4107.                    showMessage('info');
  4108.                }, 3000);
  4109.                
  4110.            }, 2000);
  4111.        });
  4112.        
  4113.        // Input validation
  4114.        emailInput.addEventListener('blur', function() {
  4115.            const email = this.value.trim();
  4116.            if (email && !isValidEmail(email)) {
  4117.                this.style.borderColor = '#ef4444';
  4118.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4119.            } else if (email && isValidEmail(email)) {
  4120.                this.style.borderColor = '#10b981';
  4121.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4122.            }
  4123.        });
  4124.        
  4125.        emailInput.addEventListener('focus', function() {
  4126.            this.style.borderColor = '#3b82f6';
  4127.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4128.        });
  4129.        
  4130.        // Reset validation styling on input
  4131.        emailInput.addEventListener('input', function() {
  4132.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4133.                this.style.borderColor = '';
  4134.                this.style.boxShadow = '';
  4135.            }
  4136.        });
  4137.    }
  4138.    
  4139.    // Email validation function
  4140.    function isValidEmail(email) {
  4141.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4142.        return emailRegex.test(email);
  4143.    }
  4144.    
  4145.    // Message display function
  4146.    function showMessage(type) {
  4147.        // Hide all messages
  4148.        successMessage.style.display = 'none';
  4149.        errorMessage.style.display = 'none';
  4150.        infoMessage.style.display = 'none';
  4151.        
  4152.        // Show specific message
  4153.        if (type === 'success') {
  4154.            successMessage.style.display = 'block';
  4155.        } else if (type === 'error') {
  4156.            errorMessage.style.display = 'block';
  4157.        } else if (type === 'info') {
  4158.            infoMessage.style.display = 'block';
  4159.        }
  4160.    }
  4161.    
  4162.    // Smooth reveal animations
  4163.    const observerOptions = {
  4164.        threshold: 0.1,
  4165.        rootMargin: '0px 0px -30px 0px'
  4166.    };
  4167.    
  4168.    const sectionObserver = new IntersectionObserver((entries) => {
  4169.        entries.forEach(entry => {
  4170.            if (entry.isIntersecting) {
  4171.                entry.target.style.opacity = '1';
  4172.                entry.target.style.transform = 'translateY(0)';
  4173.            }
  4174.        });
  4175.    }, observerOptions);
  4176.    
  4177.    // Animate sections
  4178.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4179.        section.style.opacity = '0';
  4180.        section.style.transform = 'translateY(20px)';
  4181.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4182.        sectionObserver.observe(section);
  4183.    });
  4184.    
  4185.    // Animate category pills
  4186.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4187.        pill.style.opacity = '0';
  4188.        pill.style.transform = 'translateY(10px)';
  4189.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4190.        
  4191.        setTimeout(() => {
  4192.            pill.style.opacity = '1';
  4193.            pill.style.transform = 'translateY(0)';
  4194.        }, 300 + (index * 100));
  4195.    });
  4196.    
  4197.    // Enhanced link hover effects
  4198.    document.querySelectorAll('.link-text').forEach(link => {
  4199.        link.addEventListener('mouseenter', function() {
  4200.            const icon = this.querySelector('.link-icon');
  4201.            if (icon) {
  4202.                icon.style.transform = 'translateX(4px)';
  4203.            }
  4204.        });
  4205.        
  4206.        link.addEventListener('mouseleave', function() {
  4207.            const icon = this.querySelector('.link-icon');
  4208.            if (icon) {
  4209.                icon.style.transform = 'translateX(0)';
  4210.            }
  4211.        });
  4212.    });
  4213.    
  4214.    // Prevent default for demo links
  4215.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4216.        link.addEventListener('click', function(e) {
  4217.            e.preventDefault();
  4218.        });
  4219.    });
  4220.    
  4221.    // Add ripple effect to submit button
  4222.    submitButton.addEventListener('click', function(e) {
  4223.        const ripple = document.createElement('span');
  4224.        const rect = this.getBoundingClientRect();
  4225.        const size = Math.max(rect.width, rect.height);
  4226.        const x = e.clientX - rect.left - size / 2;
  4227.        const y = e.clientY - rect.top - size / 2;
  4228.        
  4229.        ripple.style.cssText = `
  4230.            position: absolute;
  4231.            width: ${size}px;
  4232.            height: ${size}px;
  4233.            left: ${x}px;
  4234.            top: ${y}px;
  4235.            background: rgba(255, 255, 255, 0.3);
  4236.            border-radius: 50%;
  4237.            transform: scale(0);
  4238.            animation: ripple 0.6s ease-out;
  4239.            pointer-events: none;
  4240.        `;
  4241.        
  4242.        this.appendChild(ripple);
  4243.        
  4244.        setTimeout(() => {
  4245.            ripple.remove();
  4246.        }, 600);
  4247.    });
  4248.    
  4249. });
  4250.  
  4251. // Add CSS for ripple animation
  4252. const rippleStyle = document.createElement('style');
  4253. rippleStyle.textContent = `
  4254.    @keyframes ripple {
  4255.        to {
  4256.            transform: scale(2);
  4257.            opacity: 0;
  4258.        }
  4259.    }
  4260.    
  4261.    @keyframes spin {
  4262.        from { transform: rotate(0deg); }
  4263.        to { transform: rotate(360deg); }
  4264.    }
  4265.    
  4266.    .submit-button {
  4267.        position: relative;
  4268.        overflow: hidden;
  4269.    }
  4270. `;
  4271. document.head.appendChild(rippleStyle);
  4272. </script>
  4273.  
  4274.        <!-- end of wpo-site-footer-section -->
  4275.    </div>
  4276.    <!-- end of page-wrapper -->
  4277.  
  4278.    <!-- All JavaScript files
  4279.    ================================================== -->
  4280.    
  4281.  
  4282. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4283. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4284. <!-- Plugins for this template -->
  4285. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4286. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4287. <!-- Custom script for this template -->
  4288. <script src="/static/blogapp/assets/js/script.js"></script>
  4289.  
  4290. <script>
  4291. (function () {
  4292. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4293. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4294.  
  4295. function applyFallback(img) {
  4296. if (!img || img.dataset.fallbackApplied === "1") {
  4297. return;
  4298. }
  4299. var failedSrc = img.currentSrc || img.src || "";
  4300. img.dataset.fallbackApplied = "1";
  4301. img.onerror = null;
  4302. img.src = fallbackImageSrc;
  4303. console.warn("[ImageFallback] Replaced broken image:", {
  4304. failedSrc: failedSrc,
  4305. fallbackSrc: fallbackImageSrc,
  4306. alt: img.alt || "",
  4307. });
  4308. }
  4309.  
  4310. document.querySelectorAll("img").forEach(function (img) {
  4311. if (img.complete && img.naturalWidth === 0) {
  4312. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4313. failedSrc: img.currentSrc || img.src || "",
  4314. alt: img.alt || "",
  4315. });
  4316. applyFallback(img);
  4317. }
  4318. });
  4319.  
  4320. document.addEventListener(
  4321. "error",
  4322. function (event) {
  4323. var target = event.target;
  4324. if (target && target.tagName === "IMG") {
  4325. applyFallback(target);
  4326. }
  4327. },
  4328. true
  4329. );
  4330. })();
  4331. </script>
  4332.  
  4333. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4334.  
  4335.  
  4336.  
  4337. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"c9f9639011b24862bfe4e0f8c535dbef","r":1}' crossorigin="anonymous"></script>
  4338. </body>
  4339.  
  4340. </html>
  4341.  
  4342.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda