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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="work">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T151619.789_KAzXdKA_rKtPlct_nsNqJZ3.png">
  14.    
  15.  
  16.    <title>Newshub Media UK - Latest News Updates and Breaking Stories</title>
  17.    <meta name="description" content="Stay informed with Newshub Media UK&#x27;s comprehensive coverage of breaking news, current events, and in-depth analysis across politics, business, and culture.">
  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://newshubmedia.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #4f46e5;
  42.        --bs-primary-rgb: 4f46e5;
  43.        --bs-secondary: #a3bffa;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #93c5fd;
  48.        --bs-light: #dbeafe;
  49.        --bs-dark: #1e3a8a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #4f46e5;
  53.        --theme-primary-color-s2: #4f46e5;
  54.        --body-bg-color: #0f172a;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #dbeafe;
  57.        --text-light-color: #676767;
  58.        --heading-color: #dbeafe;
  59.        --border-color: #475569;
  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: #1e3a8a;
  73.        --nav-bg: #1e3a8a;
  74.        --sub-nav: #334155;
  75.        --navbar-color: #dbeafe;
  76.        --topbar-bg: #0f172a;
  77.        --topbar-color: #dbeafe;
  78.        --footer-bg: #1e3a8a;
  79.        --footer-color: #dbeafe;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 10px;
  83.        --link-color: #4f46e5;
  84.        --link-hover: #4338ca;
  85.        --blog-color: #dbeafe;
  86.        --blog-bg: rgba(79, 70, 229, 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: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_84">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.            <!-- end preloader -->
  397.        
  398.        <!-- Start header -->
  399.        <header id="header" class="wpo-site-header">
  400.            
  401.  
  402.  
  403.    
  404.  
  405.  
  406. <div class="top-bg">
  407. <div class="unique-header px-3 d-sm-flex d-none container-fluid fluid-container">
  408.    <button class="unique-menu-button bg-primary-gradient">Latest Update</button>
  409.  
  410.    <div class="unique-news-wrapper-container">
  411.        <div class="unique-news-wrapper top-color" id="newsWrapper">
  412.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex ">
  413.            <p class="text-center">
  414.              
  415.              <a href="/key-figure-in-prince-harry-legal-action-alleges-admission-was-untrue/" class="px-5 top-color">
  416.                Key Figure in Prince Harry Legal Action Alleges Admission Was Untrue
  417.              </a>
  418.              
  419.              <a href="/arsenals-debated-sponsorship-deal-with-visit-rwanda-is-ending-in-the-upcoming-season/" class="px-5 top-color">
  420.                Arsenal&#x27;s Debated Sponsorship Deal with Visit Rwanda Is Ending In the Upcoming Season
  421.              </a>
  422.              
  423.              <a href="/the-blues-qualification-hopes-suffer-a-setback-by-defeat-at-atalanta/" class="px-5 top-color">
  424.                The Blues&#x27; Qualification Hopes Suffer a Setback by Defeat at Atalanta
  425.              </a>
  426.              
  427.              <a href="/czech-republics-populist-pm-elect-declines-to-divest-business-empire-during-ethical-dispute/" class="px-5 top-color">
  428.                Czech Republic&#x27;s Populist PM-Elect Declines to Divest Business Empire During Ethical Dispute
  429.              </a>
  430.              
  431.              <a href="/an-experience-that-transformed-me-a-pigeon-dropped-from-the-heavens-guiding-me-to-a-hidden-undercover-rescue-network/" class="px-5 top-color">
  432.                An Experience That Transformed Me: A Pigeon Dropped From the Heavens – Guiding Me to a Hidden Undercover Rescue Network
  433.              </a>
  434.              
  435.            </p>
  436.          </marquee>
  437.        </div>
  438.    </div>
  439.  
  440.    <div class="contact-info top-color">
  441.        <ul class="d-flex list-unstyled gap-3 flex-wrap">
  442.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  443.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  444.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  445.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  446.        </ul>
  447.    </div>
  448. </div>
  449. </div>
  450.  
  451. <script>
  452.    // Build array directly from Django context
  453.    const newsItems = [
  454.        
  455.            { title: "Key Figure in Prince Harry Legal Action Alleges Admission Was Untrue", url: "/key-figure-in-prince-harry-legal-action-alleges-admission-was-untrue/" },
  456.        
  457.            { title: "Arsenal\u0027s Debated Sponsorship Deal with Visit Rwanda Is Ending In the Upcoming Season", url: "/arsenals-debated-sponsorship-deal-with-visit-rwanda-is-ending-in-the-upcoming-season/" },
  458.        
  459.            { title: "The Blues\u0027 Qualification Hopes Suffer a Setback by Defeat at Atalanta", url: "/the-blues-qualification-hopes-suffer-a-setback-by-defeat-at-atalanta/" },
  460.        
  461.            { title: "Czech Republic\u0027s Populist PM\u002DElect Declines to Divest Business Empire During Ethical Dispute", url: "/czech-republics-populist-pm-elect-declines-to-divest-business-empire-during-ethical-dispute/" },
  462.        
  463.            { title: "An Experience That Transformed Me: A Pigeon Dropped From the Heavens – Guiding Me to a Hidden Undercover Rescue Network", url: "/an-experience-that-transformed-me-a-pigeon-dropped-from-the-heavens-guiding-me-to-a-hidden-undercover-rescue-network/" }
  464.        
  465.    ];
  466.  
  467.    let currentNewsIndex = 0;
  468.    const newsWrapper = document.getElementById('newsWrapper');
  469.    let currentNewsElement = null;
  470.    let typingInterval = null;
  471.    let isTyping = false;
  472.  
  473.    function createNewsElement() {
  474.        const newsElement = document.createElement('div');
  475.        newsElement.className = 'unique-news-item top-color active';
  476.        newsWrapper.appendChild(newsElement);
  477.        currentNewsElement = newsElement;
  478.    }
  479.  
  480.    function typeText(news, element, callback) {
  481.        let index = 0;
  482.        element.innerHTML = '<span class="unique-cursor"></span>';
  483.  
  484.        typingInterval = setInterval(() => {
  485.            if (index < news.title.length) {
  486.                const currentText = news.title.substring(0, index + 1);
  487.                element.innerHTML = `<a href="${news.url}" class="top-color">${currentText}</a><span class="unique-cursor"></span>`;
  488.                index++;
  489.            } else {
  490.                clearInterval(typingInterval);
  491.                setTimeout(() => {
  492.                    element.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  493.                    if (callback) callback();
  494.                }, 1000);
  495.            }
  496.        }, 100); // typing speed
  497.    }
  498.  
  499.    function startTyping() {
  500.        if (isTyping) return;
  501.  
  502.        isTyping = true;
  503.        const currentNews = newsItems[currentNewsIndex];
  504.  
  505.        typeText(currentNews, currentNewsElement, () => {
  506.            isTyping = false;
  507.            setTimeout(() => {
  508.                currentNewsIndex = (currentNewsIndex + 1) % newsItems.length;
  509.                startTyping();
  510.            }, 5000); // wait before next headline
  511.        });
  512.    }
  513.  
  514.    window.onload = function() {
  515.        createNewsElement();
  516.        startTyping();
  517.    };
  518. </script>
  519.  
  520.  
  521.  
  522.            
  523.  
  524.  
  525.  
  526.  
  527.  
  528.  
  529. <nav class="navigation navbar navbar-expand-lg mb-4">
  530.  <div class="container-fluid fluid-container">
  531.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  532.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  533.          <a class="navbar-brand" href="/">
  534.              
  535.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/167a1a21-22a9-4d3e-b963-4d793958fd94_logo.png" alt="Newshub Media UK" />
  536.              
  537.          </a>
  538.      </div>
  539.      <div class="">
  540.        <div class="style-card">
  541.          <div class="minimal-search mb-md-4 mb-0">
  542.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  543.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  544.              <circle cx="11" cy="11" r="8"></circle>
  545.              <path d="m21 21-4.35-4.35"></path>
  546.            </svg>
  547.          </div>
  548.          <!-- The search results will be displayed here -->
  549.          <div id="search-results" class="search-results-container search-v1"></div>
  550.        </div>
  551.      </div>
  552.      <div class=" d-flex flex-wrap">
  553.        <div class="navbar-header d-lg-none d-none d-md-flex">
  554.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/167a1a21-22a9-4d3e-b963-4d793958fd94_logo.png" alt="" /></a>
  555.        </div>
  556.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  557.          <button class="menu-close"><i class="ti-close"></i></button>
  558.  
  559.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  560.    <li>
  561.      <a href="/">
  562.        Home
  563.      </a>
  564.    </li>
  565.  
  566.  
  567.    <li>
  568.      <a href="/category/all-posts/">
  569.        All Posts
  570.      </a>
  571.    </li>
  572.  
  573.    <li>
  574.      <a href="/category/business/">
  575.        Business
  576.      </a>
  577.    </li>
  578.  
  579.    <li>
  580.      <a href="/category/esports/">
  581.        Esports
  582.      </a>
  583.    </li>
  584.  
  585.  
  586.  
  587.  <div class="navbar-header d-lg-block d-none">
  588.    <a class="navbar-brand" href="/">
  589.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/167a1a21-22a9-4d3e-b963-4d793958fd94_logo.png" alt="" />
  590.    </a>
  591.  </div>
  592.  
  593.  
  594.  
  595.    
  596.    
  597.    
  598.      <li>
  599.        <a href="/category/fashion/">
  600.          Fashion
  601.        </a>
  602.      </li>
  603.    
  604.      <li>
  605.        <a href="/category/featured/">
  606.          Featured
  607.        </a>
  608.      </li>
  609.    
  610.  
  611.    
  612.    
  613.      <li class="menu-item-has-children">
  614.        <a href="#">More</a>
  615.        <ul class="sub-menu">
  616.          
  617.            <li>
  618.              <a href="/category/gaming/">
  619.                Gaming
  620.              </a>
  621.            </li>
  622.          
  623.            <li>
  624.              <a href="/category/health/">
  625.                Health
  626.              </a>
  627.            </li>
  628.          
  629.            <li>
  630.              <a href="/category/life-fitness/">
  631.                Life &amp; Fitness
  632.              </a>
  633.            </li>
  634.          
  635.            <li>
  636.              <a href="/category/lifestyle/">
  637.                Lifestyle
  638.              </a>
  639.            </li>
  640.          
  641.            <li>
  642.              <a href="/category/news/">
  643.                News
  644.              </a>
  645.            </li>
  646.          
  647.            <li>
  648.              <a href="/category/others/">
  649.                Others
  650.              </a>
  651.            </li>
  652.          
  653.            <li>
  654.              <a href="/category/politics/">
  655.                Politics
  656.              </a>
  657.            </li>
  658.          
  659.            <li>
  660.              <a href="/category/sports/">
  661.                Sports
  662.              </a>
  663.            </li>
  664.          
  665.            <li>
  666.              <a href="/category/tech/">
  667.                Tech
  668.              </a>
  669.            </li>
  670.          
  671.            <li>
  672.              <a href="/category/travel/">
  673.                Travel
  674.              </a>
  675.            </li>
  676.          
  677.        </ul>
  678.      </li>
  679.    
  680.  
  681.  
  682. <li>
  683.                  <a href="/page/contact-us/">
  684.                     Contact Us
  685.                  </a>
  686.              </li>
  687. </ul>
  688.  
  689.        </div>
  690.        <div class="sidebar-blur"></div>
  691.        <!-- end of nav-collapse -->
  692.      </div>
  693.      <div class="me-3">
  694.        <div class="mobail-menu d-xl-none d-block">
  695.          <button type="button" class="navbar-toggler open-btn">
  696.            <span class="sr-only">Toggle navigation</span>
  697.            <span class="icon-bar first-angle"></span>
  698.            <span class="icon-bar middle-angle"></span>
  699.            <span class="icon-bar last-angle"></span>
  700.          </button>
  701.        </div>
  702.        <!-- <div class="header-right">
  703.          <div class="header-right-menu-wrapper d-xl-block d-none">
  704.            <div class="header-right-menu">
  705.              <div class="right-menu-toggle-btn">
  706.                <span></span>
  707.                <span></span>
  708.                <span></span>
  709.              </div>
  710.              <div class="header-right-menu-wrap" style="z-index: 999;">
  711.                <button class="right-menu-close"><i class="ti-close"></i></button>
  712.                <div class="logo">
  713.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  714.                </div>
  715.                <div class="header-right-sec">
  716.                  <div class="project-widget widget">
  717.                    <h3 class="text-white">Our Latest News</h3>
  718.                    <div class="posts">
  719.                      <div class="post">
  720.                        <div class="img-holder">
  721.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  722.                        </div>
  723.                        <div class="details">
  724.                          <span class="date">19 Jun 2022</span>
  725.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  726.                        </div>
  727.                      </div>
  728.                      <div class="post">
  729.                        <div class="img-holder">
  730.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  731.                        </div>
  732.                        <div class="details">
  733.                          <span class="date">22 May 2022</span>
  734.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  735.                        </div>
  736.                      </div>
  737.                      <div class="post">
  738.                        <div class="img-holder">
  739.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  740.                        </div>
  741.                        <div class="details">
  742.                          <span class="date">12 Apr 2022</span>
  743.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  744.                        </div>
  745.                      </div>
  746.                    </div>
  747.                  </div>
  748.                  <div class="widget wpo-contact-widget">
  749.                    <div class="widget-title">
  750.                      <h3 class="text-white">Contact Us</h3>
  751.                    </div>
  752.                    <div class="contact-ft">
  753.                      <ul>
  754.                        <li>
  755.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  756.                        </li>
  757.                        <li>
  758.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  759.                          + 8 (123) 123 456 789
  760.                        </li>
  761.                        <li>
  762.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  763.                        </li>
  764.                      </ul>
  765.                    </div>
  766.                  </div>
  767.                </div>
  768.              </div>
  769.              <div class="sidebar-blur"></div>
  770.            </div>
  771.          </div>
  772.        </div> -->
  773.      </div>
  774.    </div>
  775.  </div>
  776.  <!-- end of container -->
  777. </nav>
  778. <style>
  779.  .navbar-brand img{
  780.    height: 70px;
  781.    object-fit: contain;
  782.  }
  783.    /* search field */
  784.  .search-results-container {
  785.  position: absolute;
  786.  top: 100%; /* Position it below the input field */
  787. left: 10px;
  788.  right: 10px;
  789.  background-color: white;
  790.  border: 1px solid #ddd;
  791.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  792.  max-height: 300px;
  793.  overflow-y: auto;
  794.  z-index: 1000;
  795.  display: none; /* Initially hidden */
  796. }
  797.  
  798. .search-results-container p {
  799.  margin: 0;
  800. }
  801.  
  802. .search-results-container .result-item {
  803.  padding: 10px;
  804.  cursor: pointer;
  805. }
  806.  
  807. .search-results-container .result-item:hover {
  808.  background-color: #f0f0f0;
  809. }
  810. @media (max-width:576px) {
  811.  .w-sm-full{
  812.    padding-top: 10px;
  813.    width: 100%;
  814.  }
  815.  .m-s-0{
  816.    margin-top: 0px !important;
  817.  }
  818. }
  819. @media (max-width:768px) {
  820. .search-icon{
  821. top: 50%;
  822. }
  823. }
  824.  
  825.  
  826. </style>
  827. <script>
  828.  const searchInput = document.querySelector(".search-input");
  829.  const searchResults = document.getElementById("search-results");
  830.  
  831.  // Handle typing
  832.  searchInput.addEventListener("keyup", function (e) {
  833.    e.preventDefault();
  834.  
  835.    const query = searchInput.value;
  836.  
  837.    if (query === "") {
  838.      searchResults.innerHTML = "";
  839.      searchResults.style.display = "none";
  840.      return;
  841.    }
  842.  
  843.    searchResults.style.display = "block";
  844.  
  845.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  846.      method: "GET",
  847.      headers: {
  848.        "X-Requested-With": "XMLHttpRequest",
  849.      },
  850.    })
  851.      .then(response => response.json())
  852.      .then(data => {
  853.        if (data.html) {
  854.          searchResults.innerHTML = data.html;
  855.        } else {
  856.          searchResults.innerHTML = "<p>No results found.</p>";
  857.        }
  858.      })
  859.      .catch(error => {
  860.        console.error("Error fetching search results:", error);
  861.      });
  862.  });
  863.  
  864.  // Close results when clicking outside
  865.  document.addEventListener("click", function (e) {
  866.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  867.      searchResults.style.display = "none";
  868.    }
  869.  });
  870. </script>
  871.  
  872.  
  873.        </header>
  874.        <!-- end of header -->
  875.        <!-- start of wpo-blog-hero -->
  876.        
  877.  
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884. <div class="blog-hero-v10">
  885.    <div class="container-fluid fluid-container">
  886.        
  887.        <!-- Top Section: Three Equal Featured Articles -->
  888.  
  889.        <div class="row g-4 mb-5">
  890.            
  891.            <div class="col-lg-4 col-md-6 col-12">
  892.                <article class="featured-article">
  893.                    <div class="featured-image-container">
  894.                        
  895.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Liverpool&#x27;s Star Offers Regret to Teammates, Reveals Curtis Jones" class="featured-image">
  896.                            
  897.                        <div class="category-tag bg-primary-gradient">News</div>
  898.                    </div>
  899.                    <div class="featured-content">
  900.                        <h2 class="featured-title"><a href="/liverpools-star-offers-regret-to-teammates-reveals-curtis-jones/">
  901.                                    Liverpool&#x27;s Star Offers Regret to Teammates, Reveals Curtis Jones
  902.                                </a></h2>
  903.                        <p class="featured-summary"></p>
  904.                        <div class="article-meta">
  905.                            <span class="author-name">Monica Mcpherson</span>
  906.                            <span class="post-time">Jun 08</span>
  907.                        </div>
  908.                    </div>
  909.                </article>
  910.            </div>
  911.            
  912.            <div class="col-lg-4 col-md-6 col-12">
  913.                <article class="featured-article">
  914.                    <div class="featured-image-container">
  915.                        
  916.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Michelle Obama Shares Outfit Stories: Must-Listen Podcasts This Week" class="featured-image">
  917.                            
  918.                        <div class="category-tag bg-primary-gradient">News</div>
  919.                    </div>
  920.                    <div class="featured-content">
  921.                        <h2 class="featured-title"><a href="/michelle-obama-shares-outfit-stories-must-listen-podcasts-this-week/">
  922.                                    Michelle Obama Shares Outfit Stories: Must-Listen Podcasts This Week
  923.                                </a></h2>
  924.                        <p class="featured-summary"></p>
  925.                        <div class="article-meta">
  926.                            <span class="author-name">Monica Mcpherson</span>
  927.                            <span class="post-time">Jun 07</span>
  928.                        </div>
  929.                    </div>
  930.                </article>
  931.            </div>
  932.            
  933.            <div class="col-lg-4 col-md-6 col-12">
  934.                <article class="featured-article">
  935.                    <div class="featured-image-container">
  936.                        
  937.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Failed Bid to Host Cop31 Looks Like a Mess – Yet It Could In Fact Be the Best Result Achievable" class="featured-image">
  938.                            
  939.                        <div class="category-tag bg-primary-gradient">News</div>
  940.                    </div>
  941.                    <div class="featured-content">
  942.                        <h2 class="featured-title"><a href="/the-failed-bid-to-host-cop31-looks-like-a-mess-yet-it-could-in-fact-be-the-best-result-achievable/">
  943.                                    The Failed Bid to Host Cop31 Looks Like a Mess – Yet It Could In Fact Be the Best Result Achievable
  944.                                </a></h2>
  945.                        <p class="featured-summary"></p>
  946.                        <div class="article-meta">
  947.                            <span class="author-name">Monica Mcpherson</span>
  948.                            <span class="post-time">Jun 07</span>
  949.                        </div>
  950.                    </div>
  951.                </article>
  952.            </div>
  953.            
  954.        </div>
  955.  
  956.        <!-- Bottom Section: Full-Width Recent Articles List -->
  957.        <div class="row g-4">
  958.            <div class="col-12">
  959.                <div class="recent-section">
  960.                    <h3 class="recent-title">Recent Articles</h3>
  961.                    <div class="recent-list">
  962.                        
  963.                        <div class="recent-item">
  964.                            <h4 class="recent-article-title"> <a href="/madeleine-mccanns-father-calls-for-stronger-press-oversight-amid-recollections-of-press-monstering/">
  965.                                    Madeleine McCann&#x27;s Father Calls for Stronger Press Oversight Amid Recollections of Press &quot;Monstering&quot;.
  966.                                </a></h4>
  967.                            <span class="recent-meta">News • Monica Mcpherson • Jun 07</span>
  968.                        </div>
  969.                        
  970.                        <div class="recent-item">
  971.                            <h4 class="recent-article-title"> <a href="/trump-backed-candidate-asfura-proclaimed-new-head-of-state-of-the-central-american-nation/">
  972.                                    Trump-Backed Candidate Asfura Proclaimed New Head of State of the Central American Nation
  973.                                </a></h4>
  974.                            <span class="recent-meta">News • Monica Mcpherson • Jun 07</span>
  975.                        </div>
  976.                        
  977.                    </div>
  978.                </div>
  979.            </div>
  980.        </div>
  981.    </div>
  982. </div>
  983.  
  984. <style>
  985. /* Blog Hero V10 - Balanced Three-Column Featured with Full-Width Recent List */
  986. .blog-hero-v10 {
  987.    padding: 4rem 0;
  988. }
  989.  
  990. /* Featured Article */
  991. .featured-article {
  992.    background: var(--card-bg, #ffffff);
  993.    border-radius: 8px;
  994.    transition: box-shadow 0.3s ease;
  995. }
  996.  
  997. .featured-article:hover {
  998.    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  999. }
  1000.  
  1001. .featured-image-container {
  1002.    position: relative;
  1003.    height: 220px;
  1004. }
  1005.  
  1006. .featured-image {
  1007.    width: 100%;
  1008.    height: 100%;
  1009.    object-fit: cover;
  1010.    border-radius: 8px 8px 0 0;
  1011. }
  1012.  
  1013. .featured-content {
  1014.    padding: 1.5rem;
  1015. }
  1016.  
  1017. .featured-title {
  1018.    font-size: 1.4rem;
  1019.    font-weight: 800;
  1020.    color: #111827;
  1021.    margin-bottom: 0.5rem;
  1022.    line-height: 1.3;
  1023. }
  1024.  
  1025. .featured-summary {
  1026.    font-size: 0.95rem;
  1027.    color: #4b5563;
  1028.    line-height: 1.5;
  1029.    margin-bottom: 1rem;
  1030. }
  1031.  
  1032. .article-meta {
  1033.    display: flex;
  1034.    gap: 0.5rem;
  1035.    font-size: 0.85rem;
  1036.    color: #6b7280;
  1037. }
  1038.  
  1039. .author-name {
  1040.    font-weight: 600;
  1041.    color: #374151;
  1042. }
  1043.  
  1044. /* Category Tags - Outlined for Difference */
  1045. .category-tag {
  1046.    position: absolute;
  1047.    bottom: 1rem;
  1048.    left: 1rem;
  1049.    padding: 0.25rem 0.75rem;
  1050.    font-size: 0.75rem;
  1051.    font-weight: 600;
  1052.    text-transform: uppercase;
  1053.    border-radius: 4px;
  1054.    z-index: 2;
  1055. }
  1056.  
  1057. /* Recent Articles Section */
  1058. .recent-section {
  1059.    background: var(--card-bg, #ffffff);
  1060.    border-radius: 8px;
  1061.    padding: 2rem;
  1062. }
  1063.  
  1064. .recent-title {
  1065.    font-size: 1.3rem;
  1066.    font-weight: 700;
  1067.    color: #111827;
  1068.    margin-bottom: 1.25rem;
  1069.    border-bottom: 1px solid #e5e7eb;
  1070.    padding-bottom: 0.75rem;
  1071. }
  1072.  
  1073. .recent-list {
  1074.    display: flex;
  1075.    flex-direction: column;
  1076.    gap: 1rem;
  1077. }
  1078.  
  1079. .recent-item {
  1080.    padding: 1rem 0;
  1081.    border-bottom: 1px solid #f3f4f6;
  1082.    transition: background 0.2s ease;
  1083. }
  1084.  
  1085. .recent-item:last-child {
  1086.    border-bottom: none;
  1087. }
  1088.  
  1089. .recent-item:hover {
  1090.    background: #f9fafb;
  1091. }
  1092.  
  1093. .recent-article-title {
  1094.    font-size: 1rem;
  1095.    font-weight: 600;
  1096.    color: #111827;
  1097.    margin-bottom: 0.25rem;
  1098. }
  1099.  
  1100. .recent-meta {
  1101.    font-size: 0.8rem;
  1102.    color: #6b7280;
  1103. }
  1104.  
  1105. /* Responsive Design */
  1106. @media (max-width: 992px) {
  1107.    .featured-image-container {
  1108.        height: 200px;
  1109.    }
  1110.    
  1111.    .featured-title {
  1112.        font-size: 1.2rem;
  1113.    }
  1114. }
  1115.  
  1116. @media (max-width: 768px) {
  1117.    .featured-content {
  1118.        padding: 1.25rem;
  1119.    }
  1120.    
  1121.    .recent-section {
  1122.        padding: 1.5rem;
  1123.    }
  1124. }
  1125.  
  1126. @media (max-width: 576px) {
  1127.    .featured-title {
  1128.        font-size: 1.1rem;
  1129.    }
  1130.    
  1131.    .recent-article-title {
  1132.        font-size: 0.95rem;
  1133.    }
  1134. }
  1135. </style>
  1136.  
  1137.  
  1138.  
  1139.  
  1140.        <!-- end of wpo-blog-hero -->
  1141.  
  1142.        <!-- start of wpo-breacking-news -->
  1143.        
  1144.        <!-- end of wpo-breacking-news -->
  1145.        
  1146.        <!-- start wpo-blog-highlights-section -->
  1147.        
  1148.  
  1149.  
  1150.  
  1151.    
  1152.  
  1153.  
  1154.  
  1155.  
  1156. <style>
  1157.    .blog-highlights-v3 {
  1158.        padding: 80px 0;
  1159.        position: relative;
  1160.        overflow: hidden;
  1161.    }
  1162.    
  1163.    .blog-highlights-v3::before {
  1164.        content: '';
  1165.        position: absolute;
  1166.        top: 0;
  1167.        left: 0;
  1168.        width: 100%;
  1169.        height: 100%;
  1170.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  1171.        z-index: 0;
  1172.    }
  1173.    
  1174.    .masonry-container {
  1175.        display: grid;
  1176.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1177.        grid-gap: 25px;
  1178.    }
  1179.    
  1180.    .blog-card-v3 {
  1181.        border: 1px solid var(--border-color) !important;
  1182.        border-radius: 25px;
  1183.        overflow: hidden;
  1184.        background: var(--card-bg);
  1185.        backdrop-filter: blur(10px);
  1186.        border: 1px solid var(--border-color);
  1187.        position: relative;
  1188.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1189.        cursor: pointer;
  1190.        transform: translateY(0) rotateX(0) rotateY(0);
  1191.        transform-style: preserve-3d;
  1192.        perspective: 1000px;
  1193.        z-index: 1;
  1194.    }
  1195.    .span-21 { grid-row-end: span 21; }
  1196.    .span-22 { grid-row-end: span 22; }
  1197.    
  1198.    .blog-card-v3::before {
  1199.        content: '';
  1200.        position: absolute;
  1201.        top: 0;
  1202.        left: 0;
  1203.        width: 100%;
  1204.        height: 100%;
  1205.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  1206.        opacity: 0;
  1207.        transition: opacity 0.3s ease;
  1208.        z-index: 1;
  1209.    }
  1210.    
  1211.    .blog-card-v3:hover {
  1212.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  1213.        box-shadow:
  1214.            0 30px 60px rgba(0,0,0,0.15),
  1215.            0 15px 30px rgba(0,0,0,0.1),
  1216.            inset 0 1px 0 rgba(255,255,255,0.3);
  1217.        z-index: 10;
  1218.    }
  1219.    
  1220.    .blog-card-v3:hover::before {
  1221.        opacity: 1;
  1222.    }
  1223.    
  1224.    .blog-image-v3 {
  1225.        position: relative;
  1226.        overflow: hidden;
  1227.        height: 50%;
  1228.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1229.    }
  1230.    
  1231.    .blog-image-v3::after {
  1232.        content: '';
  1233.        position: absolute;
  1234.        top: 0;
  1235.        left: 0;
  1236.        width: 100%;
  1237.        height: 100%;
  1238.        background:
  1239.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  1240.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  1241.        z-index: 2;
  1242.    }
  1243.    
  1244.    .blog-image-v3 img {
  1245.        width: 100%;
  1246.        height: 100%;
  1247.        object-fit: cover;
  1248.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1249.        transform: scale(1);
  1250.        filter: brightness(1) saturate(1);
  1251.    }
  1252.    
  1253.    .blog-card-v3:hover .blog-image-v3 img {
  1254.        transform: scale(1.15);
  1255.        filter: brightness(1.1) saturate(1.2);
  1256.    }
  1257.    
  1258.    .blog-floating-elements {
  1259.        position: absolute;
  1260.        top: 0;
  1261.        left: 0;
  1262.        width: 100%;
  1263.        height: 100%;
  1264.        pointer-events: none;
  1265.        z-index: 3;
  1266.    }
  1267.    
  1268.    .floating-dot {
  1269.        position: absolute;
  1270.        width: 8px;
  1271.        height: 8px;
  1272.        background: rgba(255,255,255,0.6);
  1273.        border-radius: 50%;
  1274.        animation: float 3s ease-in-out infinite;
  1275.    }
  1276.    
  1277.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  1278.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  1279.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  1280.    
  1281.    @keyframes float {
  1282.        0%, 100% { transform: translateY(0px); }
  1283.        50% { transform: translateY(-10px); }
  1284.    }
  1285.    
  1286.    .blog-category-v3 {
  1287.        position: absolute;
  1288.        top: 25px;
  1289.        right: 25px;
  1290.        padding: 10px 18px;
  1291.        border-radius: 30px;
  1292.        font-size: 11px;
  1293.        font-weight: 800;
  1294.        text-transform: uppercase;
  1295.        letter-spacing: 1.2px;
  1296.        backdrop-filter: blur(10px);
  1297.        z-index: 4;
  1298.        transform: translateY(0) scale(1);
  1299.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1300.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  1301.        border: 1px solid rgba(255,255,255,0.3);
  1302.    }
  1303.    
  1304.    .blog-card-v3:hover .blog-category-v3 {
  1305.        transform: translateY(-10px) scale(1.1);
  1306.        background: rgba(var(--card-bg),1);
  1307.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  1308.    }
  1309.    
  1310.    .blog-content-v3 {
  1311.        padding: 35px 30px 30px;
  1312.        height: 50%;
  1313.        display: flex;
  1314.        flex-direction: column;
  1315.        justify-content: space-between;
  1316.        position: relative;
  1317.        z-index: 2;
  1318.    }
  1319.    
  1320.    .blog-title-v3 {
  1321.        font-size: 19px;
  1322.        font-weight: 700;
  1323.        line-height: 1.3;
  1324.        margin-bottom: 18px;
  1325.        position: relative;
  1326.    }
  1327.    
  1328.    .blog-title-v3 a {
  1329.        text-decoration: none;
  1330.        color: var(--top-color) !important;
  1331.        transition: all 0.3s ease;
  1332.        position: relative;
  1333.        display: inline-block;
  1334.    }
  1335.    
  1336.    .blog-title-v3 a::before {
  1337.        content: '';
  1338.        position: absolute;
  1339.        bottom: -3px;
  1340.        left: 0;
  1341.        width: 0;
  1342.        height: 3px;
  1343.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1344.        border-radius: 2px;
  1345.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1346.    }
  1347.    
  1348.    .blog-card-v3:hover .blog-title-v3 a::before {
  1349.        width: 100%;
  1350.    }
  1351.    
  1352.    .blog-meta-v3 {
  1353.        display: flex;
  1354.        align-items: center;
  1355.        gap: 15px;
  1356.        margin-bottom: 18px;
  1357.        font-size: 13px;
  1358.        color: #7f8c8d;
  1359.        padding-bottom: 18px;
  1360.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  1361.        position: relative;
  1362.    }
  1363.    
  1364.    .blog-meta-v3::after {
  1365.        content: '';
  1366.        position: absolute;
  1367.        bottom: -1px;
  1368.        left: 0;
  1369.        width: 0;
  1370.        height: 1px;
  1371.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1372.        transition: width 0.6s ease 0.3s;
  1373.    }
  1374.    
  1375.    .blog-card-v3:hover .blog-meta-v3::after {
  1376.        width: 80px;
  1377.    }
  1378.    
  1379.    .blog-author-img-v3 {
  1380.        width: 35px;
  1381.        height: 35px;
  1382.        border-radius: 50%;
  1383.        object-fit: cover;
  1384.        border: 3px solid rgba(255,255,255,0.8);
  1385.        transition: all 0.4s ease;
  1386.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1387.    }
  1388.    
  1389.    .blog-card-v3:hover .blog-author-img-v3 {
  1390.        transform: scale(1.15);
  1391.        border-color: rgba(102, 126, 234, 0.5);
  1392.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  1393.    }
  1394.    
  1395.    .blog-excerpt-v3 {
  1396.        font-size: 14px;
  1397.        line-height: 1.7;
  1398.        color: #5a6c7d;
  1399.        margin-bottom: 20px;
  1400.        display: -webkit-box;
  1401.        -webkit-line-clamp: 3;
  1402.        -webkit-box-orient: vertical;
  1403.        overflow: hidden;
  1404.        opacity: 0.9;
  1405.        transition: opacity 0.3s ease;
  1406.    }
  1407.    
  1408.    .blog-card-v3:hover .blog-excerpt-v3 {
  1409.        opacity: 1;
  1410.    }
  1411.    
  1412.    .blog-actions-v3 {
  1413.        display: flex;
  1414.        justify-content: space-between;
  1415.        align-items: center;
  1416.    }
  1417.    
  1418.    .blog-read-time-v3 {
  1419.        font-size: 12px;
  1420.        color: #95a5a6;
  1421.        display: flex;
  1422.        align-items: center;
  1423.        gap: 6px;
  1424.    }
  1425.    
  1426.    .blog-read-more-v3 {
  1427.        width: 50px;
  1428.        height: 50px;
  1429.        border-radius: 50%;
  1430.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1431.        display: flex;
  1432.        align-items: center;
  1433.        justify-content: center;
  1434.        color: white;
  1435.        text-decoration: none;
  1436.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1437.        transform: scale(0) rotate(0deg);
  1438.        opacity: 0;
  1439.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  1440.        position: relative;
  1441.        overflow: hidden;
  1442.    }
  1443.    
  1444.    .blog-read-more-v3::before {
  1445.        content: '';
  1446.        position: absolute;
  1447.        top: 50%;
  1448.        left: 50%;
  1449.        width: 0;
  1450.        height: 0;
  1451.        background: rgba(255,255,255,0.2);
  1452.        border-radius: 50%;
  1453.        transition: all 0.6s ease;
  1454.        transform: translate(-50%, -50%);
  1455.    }
  1456.    
  1457.    .blog-card-v3:hover .blog-read-more-v3 {
  1458.        transform: scale(1) rotate(360deg);
  1459.        opacity: 1;
  1460.    }
  1461.    
  1462.    .blog-read-more-v3:hover::before {
  1463.        width: 100%;
  1464.        height: 100%;
  1465.    }
  1466.    
  1467.    .section-header-v3 {
  1468.        text-align: center;
  1469.        margin-bottom: 80px;
  1470.        position: relative;
  1471.        z-index: 2;
  1472.    }
  1473.    
  1474.    .section-title-v3 {
  1475.        font-size: 3.5rem;
  1476.        font-weight: 900;
  1477.        margin-bottom: 25px;
  1478.        color: #2c3e50;
  1479.        position: relative;
  1480.        display: inline-block;
  1481.    }
  1482.    
  1483.    .section-title-v3::before {
  1484.        content: '';
  1485.        position: absolute;
  1486.        top: -15px;
  1487.        right: -15px;
  1488.        width: 30px;
  1489.        height: 30px;
  1490.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1491.        border-radius: 50%;
  1492.        opacity: 0.3;
  1493.        animation: pulse 2s infinite;
  1494.    }
  1495.    
  1496.    @keyframes pulse {
  1497.        0%, 100% { transform: scale(1); opacity: 0.3; }
  1498.        50% { transform: scale(1.2); opacity: 0.6; }
  1499.    }
  1500.    
  1501.    .section-subtitle-v3 {
  1502.        font-size: 1.2rem;
  1503.        color: #7f8c8d;
  1504.        max-width: 700px;
  1505.        margin: 0 auto;
  1506.        line-height: 1.7;
  1507.        font-weight: 300;
  1508.    }
  1509.    
  1510.    .scroll-reveal {
  1511.        opacity: 0;
  1512.        transform: translateY(50px) scale(0.9);
  1513.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  1514.    }
  1515.    
  1516.    .scroll-reveal.revealed {
  1517.        opacity: 1;
  1518.        transform: translateY(0) scale(1);
  1519.    }
  1520.    
  1521.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  1522.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  1523.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  1524.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  1525.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  1526.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  1527.  
  1528.    @media (max-width: 768px) {
  1529.        .masonry-container {
  1530.            display: flex;
  1531.            flex-direction: column;
  1532.            grid-gap: 20px;
  1533.        }
  1534.        .blog-card-v3:nth-child(n) {
  1535.            grid-row-end: span 20;
  1536.        }
  1537.        .section-title-v3 {
  1538.            font-size: 2.8rem;
  1539.        }
  1540.        .blog-highlights-v3 {
  1541.            padding: 60px 0;
  1542.        }
  1543.        .blog-content-v3 {
  1544.            padding: 25px 20px;
  1545.        }
  1546.        .blog-card-v3:hover {
  1547.            transform: translateY(-15px) scale(1.02);
  1548.        }
  1549.        .blog-image-v3{
  1550.            max-height: 350px;
  1551.            height: 100%;
  1552.        }
  1553.    }
  1554. </style>
  1555.  
  1556. <section class="blog-highlights-v3">
  1557.    <div class="container-fluid fluid-container">
  1558.        <div class="row">
  1559.            <div class="col-12">
  1560.                 <div class="wpo-section-title">
  1561.            <h2>
  1562.                Today's Top Highlights
  1563.                   </h2>
  1564.        </div>
  1565.            </div>
  1566.        </div>
  1567.        
  1568.        <div class="row">
  1569.            <div class="col-lg-8 col-12">
  1570.                <div class="masonry-container">
  1571.                    
  1572.                    <div class="blog-card-v3 scroll-reveal span-21">
  1573.                        <div class="blog-image-v3">
  1574.                            
  1575.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1576.                            
  1577.                            <div class="blog-floating-elements">
  1578.                                <div class="floating-dot"></div>
  1579.                                <div class="floating-dot"></div>
  1580.                                <div class="floating-dot"></div>
  1581.                            </div>
  1582.                            <span class="blog-category-v3 bg-primary-gradient">
  1583.                                News
  1584.                            </span>
  1585.                        </div>
  1586.                        <div class="blog-content-v3">
  1587.                            <h3 class="blog-title-v3">
  1588.                                <a href="/suspected-charlie-kirk-killer-makes-initial-physical-court-appearance/" >
  1589.                                Suspected Charlie Kirk Killer Makes Initial Physical Court Appearance.
  1590.                                </a>
  1591.                            </h3>
  1592.                            <div class="blog-meta-v3">
  1593.                                
  1594.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="blog-author-img-v3">
  1595.                                
  1596.                                <span>By Monica Mcpherson</span>
  1597.                                <span>•</span>
  1598.                                <span>07 Jun 2026</span>
  1599.                            </div>
  1600.                            
  1601.                            <div class="blog-actions-v3">
  1602.                                <div class="blog-read-time-v3">
  1603.                                    <i class="far fa-clock"></i>
  1604.                                    <!-- <span>5 min read</span> -->
  1605.                                </div>
  1606.                                <a href="/suspected-charlie-kirk-killer-makes-initial-physical-court-appearance/"  class="blog-read-more-v3">
  1607.                                    <i class="ti-arrow-right"></i>
  1608.                                </a>
  1609.                            </div>
  1610.                        </div>
  1611.                    </div>
  1612.                    
  1613.                    <div class="blog-card-v3 scroll-reveal span-22">
  1614.                        <div class="blog-image-v3">
  1615.                            
  1616.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1617.                            
  1618.                            <div class="blog-floating-elements">
  1619.                                <div class="floating-dot"></div>
  1620.                                <div class="floating-dot"></div>
  1621.                                <div class="floating-dot"></div>
  1622.                            </div>
  1623.                            <span class="blog-category-v3 bg-primary-gradient">
  1624.                                News
  1625.                            </span>
  1626.                        </div>
  1627.                        <div class="blog-content-v3">
  1628.                            <h3 class="blog-title-v3">
  1629.                                <a href="/harsh-winter-storms-claim-five-lives-in-the-gaza-strip-amidst-dire-living-situations-in-makeshift-shelters/" >
  1630.                                Harsh Winter Storms Claim Five Lives in the Gaza Strip Amidst Dire Living Situations in Makeshift Shelters.
  1631.                                </a>
  1632.                            </h3>
  1633.                            <div class="blog-meta-v3">
  1634.                                
  1635.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="blog-author-img-v3">
  1636.                                
  1637.                                <span>By Monica Mcpherson</span>
  1638.                                <span>•</span>
  1639.                                <span>07 Jun 2026</span>
  1640.                            </div>
  1641.                            
  1642.                            <div class="blog-actions-v3">
  1643.                                <div class="blog-read-time-v3">
  1644.                                    <i class="far fa-clock"></i>
  1645.                                    <!-- <span>5 min read</span> -->
  1646.                                </div>
  1647.                                <a href="/harsh-winter-storms-claim-five-lives-in-the-gaza-strip-amidst-dire-living-situations-in-makeshift-shelters/"  class="blog-read-more-v3">
  1648.                                    <i class="ti-arrow-right"></i>
  1649.                                </a>
  1650.                            </div>
  1651.                        </div>
  1652.                    </div>
  1653.                    
  1654.                    <div class="blog-card-v3 scroll-reveal span-21">
  1655.                        <div class="blog-image-v3">
  1656.                            
  1657.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1658.                            
  1659.                            <div class="blog-floating-elements">
  1660.                                <div class="floating-dot"></div>
  1661.                                <div class="floating-dot"></div>
  1662.                                <div class="floating-dot"></div>
  1663.                            </div>
  1664.                            <span class="blog-category-v3 bg-primary-gradient">
  1665.                                News
  1666.                            </span>
  1667.                        </div>
  1668.                        <div class="blog-content-v3">
  1669.                            <h3 class="blog-title-v3">
  1670.                                <a href="/the-israeli-government-approves-19-new-settlements-in-contested-west-bank/" >
  1671.                                The Israeli government Approves 19 New Settlements in Contested West Bank
  1672.                                </a>
  1673.                            </h3>
  1674.                            <div class="blog-meta-v3">
  1675.                                
  1676.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="blog-author-img-v3">
  1677.                                
  1678.                                <span>By Monica Mcpherson</span>
  1679.                                <span>•</span>
  1680.                                <span>07 Jun 2026</span>
  1681.                            </div>
  1682.                            
  1683.                            <div class="blog-actions-v3">
  1684.                                <div class="blog-read-time-v3">
  1685.                                    <i class="far fa-clock"></i>
  1686.                                    <!-- <span>5 min read</span> -->
  1687.                                </div>
  1688.                                <a href="/the-israeli-government-approves-19-new-settlements-in-contested-west-bank/"  class="blog-read-more-v3">
  1689.                                    <i class="ti-arrow-right"></i>
  1690.                                </a>
  1691.                            </div>
  1692.                        </div>
  1693.                    </div>
  1694.                    
  1695.                    <div class="blog-card-v3 scroll-reveal span-22">
  1696.                        <div class="blog-image-v3">
  1697.                            
  1698.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1699.                            
  1700.                            <div class="blog-floating-elements">
  1701.                                <div class="floating-dot"></div>
  1702.                                <div class="floating-dot"></div>
  1703.                                <div class="floating-dot"></div>
  1704.                            </div>
  1705.                            <span class="blog-category-v3 bg-primary-gradient">
  1706.                                News
  1707.                            </span>
  1708.                        </div>
  1709.                        <div class="blog-content-v3">
  1710.                            <h3 class="blog-title-v3">
  1711.                                <a href="/english-top-flight-talent-search-results-in-overheated-market-and-declining-standards/" >
  1712.                                English Top-Flight Talent Search Results in Overheated Market and Declining Standards
  1713.                                </a>
  1714.                            </h3>
  1715.                            <div class="blog-meta-v3">
  1716.                                
  1717.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="blog-author-img-v3">
  1718.                                
  1719.                                <span>By Monica Mcpherson</span>
  1720.                                <span>•</span>
  1721.                                <span>07 Jun 2026</span>
  1722.                            </div>
  1723.                            
  1724.                            <div class="blog-actions-v3">
  1725.                                <div class="blog-read-time-v3">
  1726.                                    <i class="far fa-clock"></i>
  1727.                                    <!-- <span>5 min read</span> -->
  1728.                                </div>
  1729.                                <a href="/english-top-flight-talent-search-results-in-overheated-market-and-declining-standards/"  class="blog-read-more-v3">
  1730.                                    <i class="ti-arrow-right"></i>
  1731.                                </a>
  1732.                            </div>
  1733.                        </div>
  1734.                    </div>
  1735.                    
  1736.                    <div class="blog-card-v3 scroll-reveal span-21">
  1737.                        <div class="blog-image-v3">
  1738.                            
  1739.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1740.                            
  1741.                            <div class="blog-floating-elements">
  1742.                                <div class="floating-dot"></div>
  1743.                                <div class="floating-dot"></div>
  1744.                                <div class="floating-dot"></div>
  1745.                            </div>
  1746.                            <span class="blog-category-v3 bg-primary-gradient">
  1747.                                News
  1748.                            </span>
  1749.                        </div>
  1750.                        <div class="blog-content-v3">
  1751.                            <h3 class="blog-title-v3">
  1752.                                <a href="/japans-economy-shrinks-while-exports-suffer-by-us-trade-duties/" >
  1753.                                Japan&#x27;s Economy Shrinks while Exports Suffer by US Trade Duties
  1754.                                </a>
  1755.                            </h3>
  1756.                            <div class="blog-meta-v3">
  1757.                                
  1758.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="blog-author-img-v3">
  1759.                                
  1760.                                <span>By Monica Mcpherson</span>
  1761.                                <span>•</span>
  1762.                                <span>06 Jun 2026</span>
  1763.                            </div>
  1764.                            
  1765.                            <div class="blog-actions-v3">
  1766.                                <div class="blog-read-time-v3">
  1767.                                    <i class="far fa-clock"></i>
  1768.                                    <!-- <span>5 min read</span> -->
  1769.                                </div>
  1770.                                <a href="/japans-economy-shrinks-while-exports-suffer-by-us-trade-duties/"  class="blog-read-more-v3">
  1771.                                    <i class="ti-arrow-right"></i>
  1772.                                </a>
  1773.                            </div>
  1774.                        </div>
  1775.                    </div>
  1776.                    
  1777.                    <div class="blog-card-v3 scroll-reveal span-22">
  1778.                        <div class="blog-image-v3">
  1779.                            
  1780.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1781.                            
  1782.                            <div class="blog-floating-elements">
  1783.                                <div class="floating-dot"></div>
  1784.                                <div class="floating-dot"></div>
  1785.                                <div class="floating-dot"></div>
  1786.                            </div>
  1787.                            <span class="blog-category-v3 bg-primary-gradient">
  1788.                                News
  1789.                            </span>
  1790.                        </div>
  1791.                        <div class="blog-content-v3">
  1792.                            <h3 class="blog-title-v3">
  1793.                                <a href="/a-brutal-homicide-of-an-orphan-brings-to-light-on-child-abuse-in-the-somali-nation/" >
  1794.                                A Brutal Homicide of an Orphan Brings to Light on Child Abuse in the Somali Nation
  1795.                                </a>
  1796.                            </h3>
  1797.                            <div class="blog-meta-v3">
  1798.                                
  1799.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="blog-author-img-v3">
  1800.                                
  1801.                                <span>By Monica Mcpherson</span>
  1802.                                <span>•</span>
  1803.                                <span>06 Jun 2026</span>
  1804.                            </div>
  1805.                            
  1806.                            <div class="blog-actions-v3">
  1807.                                <div class="blog-read-time-v3">
  1808.                                    <i class="far fa-clock"></i>
  1809.                                    <!-- <span>5 min read</span> -->
  1810.                                </div>
  1811.                                <a href="/a-brutal-homicide-of-an-orphan-brings-to-light-on-child-abuse-in-the-somali-nation/"  class="blog-read-more-v3">
  1812.                                    <i class="ti-arrow-right"></i>
  1813.                                </a>
  1814.                            </div>
  1815.                        </div>
  1816.                    </div>
  1817.                    
  1818.                    <div class="blog-card-v3 scroll-reveal span-21">
  1819.                        <div class="blog-image-v3">
  1820.                            
  1821.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1822.                            
  1823.                            <div class="blog-floating-elements">
  1824.                                <div class="floating-dot"></div>
  1825.                                <div class="floating-dot"></div>
  1826.                                <div class="floating-dot"></div>
  1827.                            </div>
  1828.                            <span class="blog-category-v3 bg-primary-gradient">
  1829.                                News
  1830.                            </span>
  1831.                        </div>
  1832.                        <div class="blog-content-v3">
  1833.                            <h3 class="blog-title-v3">
  1834.                                <a href="/100-meters-review-captivating-animation-of-young-athletes-in-search-for-mind-body-elevation/" >
  1835.                                100 Meters Review – Captivating Animation of Young Athletes in Search for Mind-Body Elevation
  1836.                                </a>
  1837.                            </h3>
  1838.                            <div class="blog-meta-v3">
  1839.                                
  1840.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="blog-author-img-v3">
  1841.                                
  1842.                                <span>By Monica Mcpherson</span>
  1843.                                <span>•</span>
  1844.                                <span>06 Jun 2026</span>
  1845.                            </div>
  1846.                            
  1847.                            <div class="blog-actions-v3">
  1848.                                <div class="blog-read-time-v3">
  1849.                                    <i class="far fa-clock"></i>
  1850.                                    <!-- <span>5 min read</span> -->
  1851.                                </div>
  1852.                                <a href="/100-meters-review-captivating-animation-of-young-athletes-in-search-for-mind-body-elevation/"  class="blog-read-more-v3">
  1853.                                    <i class="ti-arrow-right"></i>
  1854.                                </a>
  1855.                            </div>
  1856.                        </div>
  1857.                    </div>
  1858.                    
  1859.                    <div class="blog-card-v3 scroll-reveal span-22">
  1860.                        <div class="blog-image-v3">
  1861.                            
  1862.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1863.                            
  1864.                            <div class="blog-floating-elements">
  1865.                                <div class="floating-dot"></div>
  1866.                                <div class="floating-dot"></div>
  1867.                                <div class="floating-dot"></div>
  1868.                            </div>
  1869.                            <span class="blog-category-v3 bg-primary-gradient">
  1870.                                News
  1871.                            </span>
  1872.                        </div>
  1873.                        <div class="blog-content-v3">
  1874.                            <h3 class="blog-title-v3">
  1875.                                <a href="/nigel-farage-accuses-educators-of-poisoning-our-kids-on-race-issues/" >
  1876.                                Nigel Farage Accuses Educators of ‘Poisoning Our Kids’ on Race Issues
  1877.                                </a>
  1878.                            </h3>
  1879.                            <div class="blog-meta-v3">
  1880.                                
  1881.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="blog-author-img-v3">
  1882.                                
  1883.                                <span>By Monica Mcpherson</span>
  1884.                                <span>•</span>
  1885.                                <span>06 Jun 2026</span>
  1886.                            </div>
  1887.                            
  1888.                            <div class="blog-actions-v3">
  1889.                                <div class="blog-read-time-v3">
  1890.                                    <i class="far fa-clock"></i>
  1891.                                    <!-- <span>5 min read</span> -->
  1892.                                </div>
  1893.                                <a href="/nigel-farage-accuses-educators-of-poisoning-our-kids-on-race-issues/"  class="blog-read-more-v3">
  1894.                                    <i class="ti-arrow-right"></i>
  1895.                                </a>
  1896.                            </div>
  1897.                        </div>
  1898.                    </div>
  1899.                    
  1900.                    <div class="blog-card-v3 scroll-reveal span-21">
  1901.                        <div class="blog-image-v3">
  1902.                            
  1903.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1904.                            
  1905.                            <div class="blog-floating-elements">
  1906.                                <div class="floating-dot"></div>
  1907.                                <div class="floating-dot"></div>
  1908.                                <div class="floating-dot"></div>
  1909.                            </div>
  1910.                            <span class="blog-category-v3 bg-primary-gradient">
  1911.                                News
  1912.                            </span>
  1913.                        </div>
  1914.                        <div class="blog-content-v3">
  1915.                            <h3 class="blog-title-v3">
  1916.                                <a href="/new-year-old-cautionary-tales-what-can-films-set-in-2026-teach-us/" >
  1917.                                New Year, Old Cautionary Tales: What Can Films Set in 2026 Teach Us?
  1918.                                </a>
  1919.                            </h3>
  1920.                            <div class="blog-meta-v3">
  1921.                                
  1922.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="blog-author-img-v3">
  1923.                                
  1924.                                <span>By Monica Mcpherson</span>
  1925.                                <span>•</span>
  1926.                                <span>06 Jun 2026</span>
  1927.                            </div>
  1928.                            
  1929.                            <div class="blog-actions-v3">
  1930.                                <div class="blog-read-time-v3">
  1931.                                    <i class="far fa-clock"></i>
  1932.                                    <!-- <span>5 min read</span> -->
  1933.                                </div>
  1934.                                <a href="/new-year-old-cautionary-tales-what-can-films-set-in-2026-teach-us/"  class="blog-read-more-v3">
  1935.                                    <i class="ti-arrow-right"></i>
  1936.                                </a>
  1937.                            </div>
  1938.                        </div>
  1939.                    </div>
  1940.                    
  1941.                    <div class="blog-card-v3 scroll-reveal span-22">
  1942.                        <div class="blog-image-v3">
  1943.                            
  1944.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1945.                            
  1946.                            <div class="blog-floating-elements">
  1947.                                <div class="floating-dot"></div>
  1948.                                <div class="floating-dot"></div>
  1949.                                <div class="floating-dot"></div>
  1950.                            </div>
  1951.                            <span class="blog-category-v3 bg-primary-gradient">
  1952.                                News
  1953.                            </span>
  1954.                        </div>
  1955.                        <div class="blog-content-v3">
  1956.                            <h3 class="blog-title-v3">
  1957.                                <a href="/flight-delays-in-america-expected-to-intensify-transportation-secretary-alerts/" >
  1958.                                Flight Delays in America Expected to Intensify, Transportation Secretary Alerts
  1959.                                </a>
  1960.                            </h3>
  1961.                            <div class="blog-meta-v3">
  1962.                                
  1963.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="blog-author-img-v3">
  1964.                                
  1965.                                <span>By Monica Mcpherson</span>
  1966.                                <span>•</span>
  1967.                                <span>06 Jun 2026</span>
  1968.                            </div>
  1969.                            
  1970.                            <div class="blog-actions-v3">
  1971.                                <div class="blog-read-time-v3">
  1972.                                    <i class="far fa-clock"></i>
  1973.                                    <!-- <span>5 min read</span> -->
  1974.                                </div>
  1975.                                <a href="/flight-delays-in-america-expected-to-intensify-transportation-secretary-alerts/"  class="blog-read-more-v3">
  1976.                                    <i class="ti-arrow-right"></i>
  1977.                                </a>
  1978.                            </div>
  1979.                        </div>
  1980.                    </div>
  1981.                    
  1982.                    <div class="blog-card-v3 scroll-reveal span-21">
  1983.                        <div class="blog-image-v3">
  1984.                            
  1985.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1986.                            
  1987.                            <div class="blog-floating-elements">
  1988.                                <div class="floating-dot"></div>
  1989.                                <div class="floating-dot"></div>
  1990.                                <div class="floating-dot"></div>
  1991.                            </div>
  1992.                            <span class="blog-category-v3 bg-primary-gradient">
  1993.                                News
  1994.                            </span>
  1995.                        </div>
  1996.                        <div class="blog-content-v3">
  1997.                            <h3 class="blog-title-v3">
  1998.                                <a href="/whos-leading-in-the-race-for-the-european-golden-shoe/" >
  1999.                                Who&#x27;s Leading in the Race for the European Golden Shoe?
  2000.                                </a>
  2001.                            </h3>
  2002.                            <div class="blog-meta-v3">
  2003.                                
  2004.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="blog-author-img-v3">
  2005.                                
  2006.                                <span>By Monica Mcpherson</span>
  2007.                                <span>•</span>
  2008.                                <span>06 Jun 2026</span>
  2009.                            </div>
  2010.                            
  2011.                            <div class="blog-actions-v3">
  2012.                                <div class="blog-read-time-v3">
  2013.                                    <i class="far fa-clock"></i>
  2014.                                    <!-- <span>5 min read</span> -->
  2015.                                </div>
  2016.                                <a href="/whos-leading-in-the-race-for-the-european-golden-shoe/"  class="blog-read-more-v3">
  2017.                                    <i class="ti-arrow-right"></i>
  2018.                                </a>
  2019.                            </div>
  2020.                        </div>
  2021.                    </div>
  2022.                    
  2023.                    <div class="blog-card-v3 scroll-reveal span-22">
  2024.                        <div class="blog-image-v3">
  2025.                            
  2026.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2027.                            
  2028.                            <div class="blog-floating-elements">
  2029.                                <div class="floating-dot"></div>
  2030.                                <div class="floating-dot"></div>
  2031.                                <div class="floating-dot"></div>
  2032.                            </div>
  2033.                            <span class="blog-category-v3 bg-primary-gradient">
  2034.                                News
  2035.                            </span>
  2036.                        </div>
  2037.                        <div class="blog-content-v3">
  2038.                            <h3 class="blog-title-v3">
  2039.                                <a href="/paris-museum-robbery-puts-focus-on-security-concerns/" >
  2040.                                Paris Museum Robbery Puts Focus on Security Concerns
  2041.                                </a>
  2042.                            </h3>
  2043.                            <div class="blog-meta-v3">
  2044.                                
  2045.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="blog-author-img-v3">
  2046.                                
  2047.                                <span>By Monica Mcpherson</span>
  2048.                                <span>•</span>
  2049.                                <span>05 Jun 2026</span>
  2050.                            </div>
  2051.                            
  2052.                            <div class="blog-actions-v3">
  2053.                                <div class="blog-read-time-v3">
  2054.                                    <i class="far fa-clock"></i>
  2055.                                    <!-- <span>5 min read</span> -->
  2056.                                </div>
  2057.                                <a href="/paris-museum-robbery-puts-focus-on-security-concerns/"  class="blog-read-more-v3">
  2058.                                    <i class="ti-arrow-right"></i>
  2059.                                </a>
  2060.                            </div>
  2061.                        </div>
  2062.                    </div>
  2063.                    
  2064.                    
  2065.  
  2066.                </div>
  2067.            </div>
  2068.            
  2069.               <div class="col col-lg-4 col-12">
  2070.                
  2071.  
  2072.  
  2073.  
  2074.    
  2075.  
  2076.  
  2077. <!-- Blog Sidebar V2 - Focused Design -->
  2078.  <div class="sidebar mb-3">
  2079.    <!-- Recent Posts Section -->
  2080.    <div class="sidebar-widget mb-4">
  2081.      <div class="widget-title-wrapper mb-3">
  2082.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2083.          <i class="ti-time me-2"></i>Recent Posts
  2084.          <span class="title-arrow-primary"></span>
  2085.        </h4>
  2086.      </div>
  2087.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2088.        <div class="recent-post-list">
  2089.          
  2090.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2091.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2092.                
  2093.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2094.                
  2095.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2096.            </div>
  2097.            <div class="post-content flex-grow-1">
  2098.              <h6 class="post-title mb-2">
  2099.                 <a href="/ten-newcomer-pointers-to-learn-before-diving-into-clair-obscur-expedition-33/" class="text-decoration-none top-color fw-semibold lh-sm">
  2100.                                            Ten Newcomer Pointers to Learn Before Diving Into Clair Obscur: Expedition 33
  2101.                                            </a>
  2102.              </h6>
  2103.              <div class="post-meta mb-3">
  2104.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Jun 2026</small>
  2105.                <!-- <small class="text-muted">
  2106.                  <i class="ti-eye me-1"></i>348 views
  2107.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2108.                </small> -->
  2109.              </div>
  2110.            </div>
  2111.          </div>
  2112.          
  2113.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2114.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2115.                
  2116.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2117.                
  2118.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2119.            </div>
  2120.            <div class="post-content flex-grow-1">
  2121.              <h6 class="post-title mb-2">
  2122.                 <a href="/the-reasons-prince-andrew-has-relinquished-his-official-honors-and-the-implications-for-the-royal-family/" class="text-decoration-none top-color fw-semibold lh-sm">
  2123.                                            The Reasons Prince Andrew Has Relinquished His Official Honors – and the Implications for the Royal Family
  2124.                                            </a>
  2125.              </h6>
  2126.              <div class="post-meta mb-3">
  2127.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Jun 2026</small>
  2128.                <!-- <small class="text-muted">
  2129.                  <i class="ti-eye me-1"></i>348 views
  2130.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2131.                </small> -->
  2132.              </div>
  2133.            </div>
  2134.          </div>
  2135.          
  2136.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2137.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2138.                
  2139.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2140.                
  2141.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2142.            </div>
  2143.            <div class="post-content flex-grow-1">
  2144.              <h6 class="post-title mb-2">
  2145.                 <a href="/singapore-court-confirms-guilty-verdict-for-opposition-leader-pritam-singh/" class="text-decoration-none top-color fw-semibold lh-sm">
  2146.                                            Singapore Court Confirms Guilty Verdict for Opposition Leader Pritam Singh
  2147.                                            </a>
  2148.              </h6>
  2149.              <div class="post-meta mb-3">
  2150.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Jun 2026</small>
  2151.                <!-- <small class="text-muted">
  2152.                  <i class="ti-eye me-1"></i>348 views
  2153.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2154.                </small> -->
  2155.              </div>
  2156.            </div>
  2157.          </div>
  2158.          
  2159.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2160.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2161.                
  2162.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2163.                
  2164.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2165.            </div>
  2166.            <div class="post-content flex-grow-1">
  2167.              <h6 class="post-title mb-2">
  2168.                 <a href="/officers-believed-tommy-robinson-had-terrorism-related-data-on-mobile-device-trial-told/" class="text-decoration-none top-color fw-semibold lh-sm">
  2169.                                            Officers Believed Tommy Robinson Had Terrorism-Related Data on Mobile Device, Trial Told.
  2170.                                            </a>
  2171.              </h6>
  2172.              <div class="post-meta mb-3">
  2173.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Jun 2026</small>
  2174.                <!-- <small class="text-muted">
  2175.                  <i class="ti-eye me-1"></i>348 views
  2176.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2177.                </small> -->
  2178.              </div>
  2179.            </div>
  2180.          </div>
  2181.          
  2182.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2183.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2184.                
  2185.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2186.                
  2187.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2188.            </div>
  2189.            <div class="post-content flex-grow-1">
  2190.              <h6 class="post-title mb-2">
  2191.                 <a href="/over-36000-sudanese-have-fled-following-takeover-of-el-fasher-to-rsf-reports-un-agency/" class="text-decoration-none top-color fw-semibold lh-sm">
  2192.                                            Over 36,000 Sudanese have fled following takeover of El Fasher to RSF, reports UN agency
  2193.                                            </a>
  2194.              </h6>
  2195.              <div class="post-meta mb-3">
  2196.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Jun 2026</small>
  2197.                <!-- <small class="text-muted">
  2198.                  <i class="ti-eye me-1"></i>348 views
  2199.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2200.                </small> -->
  2201.              </div>
  2202.            </div>
  2203.          </div>
  2204.          
  2205.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2206.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2207.                
  2208.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2209.                
  2210.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2211.            </div>
  2212.            <div class="post-content flex-grow-1">
  2213.              <h6 class="post-title mb-2">
  2214.                 <a href="/zero-mckenna-celtic-discussions-as-bellamy-commits-to-welsh-national-team/" class="text-decoration-none top-color fw-semibold lh-sm">
  2215.                                            Zero McKenna Celtic Discussions as Bellamy Commits to Welsh National Team
  2216.                                            </a>
  2217.              </h6>
  2218.              <div class="post-meta mb-3">
  2219.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Jun 2026</small>
  2220.                <!-- <small class="text-muted">
  2221.                  <i class="ti-eye me-1"></i>348 views
  2222.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2223.                </small> -->
  2224.              </div>
  2225.            </div>
  2226.          </div>
  2227.          
  2228.  
  2229.        </div>
  2230.  
  2231.        <div class="text-center mt-4 pt-3 border-top border-light">
  2232.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2233.        </div>
  2234.      </div>
  2235.    </div>
  2236.  
  2237.    
  2238.    <div class="sidebar-widget mb-4">
  2239.      <div class="widget-title-wrapper mb-3">
  2240.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2241.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2242.          <span class="title-arrow"></span>
  2243.        </h4>
  2244.      </div>
  2245.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2246.        <div class="blog-roll-list scrollable-sidebar">
  2247.          
  2248.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2249.            <a href="https://prwd.co.uk/" rel="dofollow" class="text-decoration-none ">
  2250.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2251.                <i class="ti-angle-right me-2 text-primary"></i>
  2252.                casino not on gamstop
  2253.              </h6>
  2254.            </a>
  2255.          </div>
  2256.          
  2257.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2258.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none ">
  2259.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2260.                <i class="ti-angle-right me-2 text-primary"></i>
  2261.                non gamstop casinos
  2262.              </h6>
  2263.            </a>
  2264.          </div>
  2265.          
  2266.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2267.            <a href="https://internationalschoolmealsday.com/" rel="dofollow" class="text-decoration-none ">
  2268.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2269.                <i class="ti-angle-right me-2 text-primary"></i>
  2270.                casino not on gamstop
  2271.              </h6>
  2272.            </a>
  2273.          </div>
  2274.          
  2275.      </div>
  2276.    </div>
  2277.    
  2278.    <div class="sidebar-widget mb-4">
  2279.      <div class="widget-title-wrapper mb-3">
  2280.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2281.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2282.          <span class="title-arrow"></span>
  2283.        </h4>
  2284.      </div>
  2285.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2286.        <div class="blog-roll-list scrollable-sidebar">
  2287.          
  2288.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2289.            <a href="https://www.adhdfoundation.org.uk" rel="dofollow" class="text-decoration-none ">
  2290.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2291.                <i class="ti-angle-right me-2 text-primary"></i>
  2292.                casinos not on gamstop
  2293.              </h6>
  2294.            </a>
  2295.          </div>
  2296.          
  2297.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2298.            <a href="https://lagoccia.co.uk/" rel="dofollow" class="text-decoration-none ">
  2299.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2300.                <i class="ti-angle-right me-2 text-primary"></i>
  2301.                online casino
  2302.              </h6>
  2303.            </a>
  2304.          </div>
  2305.          
  2306.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2307.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2308.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2309.                <i class="ti-angle-right me-2 text-primary"></i>
  2310.                online casinos not on gamstop
  2311.              </h6>
  2312.            </a>
  2313.          </div>
  2314.          
  2315.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2316.            <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none ">
  2317.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2318.                <i class="ti-angle-right me-2 text-primary"></i>
  2319.                online casino
  2320.              </h6>
  2321.            </a>
  2322.          </div>
  2323.          
  2324.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2325.            <a href="https://www.londonart.co.uk/" rel="dofollow" class="text-decoration-none ">
  2326.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2327.                <i class="ti-angle-right me-2 text-primary"></i>
  2328.                escorts london
  2329.              </h6>
  2330.            </a>
  2331.          </div>
  2332.          
  2333.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2334.            <a href="https://unbound.co.uk/" rel="dofollow" class="text-decoration-none ">
  2335.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2336.                <i class="ti-angle-right me-2 text-primary"></i>
  2337.                casino not on gamstop
  2338.              </h6>
  2339.            </a>
  2340.          </div>
  2341.          
  2342.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2343.            <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  2344.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2345.                <i class="ti-angle-right me-2 text-primary"></i>
  2346.                casino not on gamstop
  2347.              </h6>
  2348.            </a>
  2349.          </div>
  2350.          
  2351.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2352.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  2353.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2354.                <i class="ti-angle-right me-2 text-primary"></i>
  2355.                gamstop
  2356.              </h6>
  2357.            </a>
  2358.          </div>
  2359.          
  2360.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2361.            <a href="https://thepearlyqueen.com/" rel="dofollow" class="text-decoration-none ">
  2362.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2363.                <i class="ti-angle-right me-2 text-primary"></i>
  2364.                non GamStop casinos
  2365.              </h6>
  2366.            </a>
  2367.          </div>
  2368.          
  2369.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2370.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  2371.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2372.                <i class="ti-angle-right me-2 text-primary"></i>
  2373.                online casinos not on GamStop
  2374.              </h6>
  2375.            </a>
  2376.          </div>
  2377.          
  2378.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2379.            <a href="https://www.antiquesforeveryone.co.uk/" rel="dofollow" class="text-decoration-none ">
  2380.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2381.                <i class="ti-angle-right me-2 text-primary"></i>
  2382.                betting sites
  2383.              </h6>
  2384.            </a>
  2385.          </div>
  2386.          
  2387.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2388.            <a href="https://www.executive-shaving.co.uk" rel="dofollow" class="text-decoration-none ">
  2389.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2390.                <i class="ti-angle-right me-2 text-primary"></i>
  2391.                casino not on GamStop
  2392.              </h6>
  2393.            </a>
  2394.          </div>
  2395.          
  2396.      </div>
  2397.    </div>
  2398.    
  2399.    <div class="sidebar-widget mb-4">
  2400.      <div class="widget-title-wrapper mb-3">
  2401.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2402.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2403.          <span class="title-arrow"></span>
  2404.        </h4>
  2405.      </div>
  2406.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2407.        <div class="blog-roll-list scrollable-sidebar">
  2408.          
  2409.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2410.            <a href="https://www.mediawise.org.uk/" rel="dofollow" class="text-decoration-none ">
  2411.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2412.                <i class="ti-angle-right me-2 text-primary"></i>
  2413.                casinos not on GamStop
  2414.              </h6>
  2415.            </a>
  2416.          </div>
  2417.          
  2418.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2419.            <a href="https://www.theblackbulletal.co.uk/" rel="dofollow" class="text-decoration-none ">
  2420.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2421.                <i class="ti-angle-right me-2 text-primary"></i>
  2422.                best online casino
  2423.              </h6>
  2424.            </a>
  2425.          </div>
  2426.          
  2427.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2428.            <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none ">
  2429.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2430.                <i class="ti-angle-right me-2 text-primary"></i>
  2431.                online casino not on GamStop
  2432.              </h6>
  2433.            </a>
  2434.          </div>
  2435.          
  2436.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2437.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  2438.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2439.                <i class="ti-angle-right me-2 text-primary"></i>
  2440.                non GamStop casinos
  2441.              </h6>
  2442.            </a>
  2443.          </div>
  2444.          
  2445.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2446.            <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none ">
  2447.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2448.                <i class="ti-angle-right me-2 text-primary"></i>
  2449.                non GamStop casinos UK
  2450.              </h6>
  2451.            </a>
  2452.          </div>
  2453.          
  2454.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2455.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  2456.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2457.                <i class="ti-angle-right me-2 text-primary"></i>
  2458.                casinos not on GamStop
  2459.              </h6>
  2460.            </a>
  2461.          </div>
  2462.          
  2463.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2464.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  2465.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2466.                <i class="ti-angle-right me-2 text-primary"></i>
  2467.                best casino not on GamStop
  2468.              </h6>
  2469.            </a>
  2470.          </div>
  2471.          
  2472.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2473.            <a href="https://www.cranleyclinic.com/" rel="dofollow" class="text-decoration-none ">
  2474.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2475.                <i class="ti-angle-right me-2 text-primary"></i>
  2476.                best casino not on GamStop
  2477.              </h6>
  2478.            </a>
  2479.          </div>
  2480.          
  2481.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2482.            <a href="https://www.ginspa.co.uk/" rel="dofollow" class="text-decoration-none ">
  2483.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2484.                <i class="ti-angle-right me-2 text-primary"></i>
  2485.                online casinos not on GamStop
  2486.              </h6>
  2487.            </a>
  2488.          </div>
  2489.          
  2490.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2491.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  2492.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2493.                <i class="ti-angle-right me-2 text-primary"></i>
  2494.                not on GamStop
  2495.              </h6>
  2496.            </a>
  2497.          </div>
  2498.          
  2499.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2500.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  2501.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2502.                <i class="ti-angle-right me-2 text-primary"></i>
  2503.                casino not on GamStop UK
  2504.              </h6>
  2505.            </a>
  2506.          </div>
  2507.          
  2508.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2509.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  2510.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2511.                <i class="ti-angle-right me-2 text-primary"></i>
  2512.                non GamStop
  2513.              </h6>
  2514.            </a>
  2515.          </div>
  2516.          
  2517.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2518.            <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none ">
  2519.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2520.                <i class="ti-angle-right me-2 text-primary"></i>
  2521.                casino not on GamStop
  2522.              </h6>
  2523.            </a>
  2524.          </div>
  2525.          
  2526.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2527.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  2528.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2529.                <i class="ti-angle-right me-2 text-primary"></i>
  2530.                non gamstop casino
  2531.              </h6>
  2532.            </a>
  2533.          </div>
  2534.          
  2535.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2536.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  2537.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2538.                <i class="ti-angle-right me-2 text-primary"></i>
  2539.                non UK casino sites
  2540.              </h6>
  2541.            </a>
  2542.          </div>
  2543.          
  2544.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2545.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  2546.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2547.                <i class="ti-angle-right me-2 text-primary"></i>
  2548.                casinos not on Gamstop
  2549.              </h6>
  2550.            </a>
  2551.          </div>
  2552.          
  2553.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2554.            <a href="https://www.headley.co.uk/" rel="dofollow" class="text-decoration-none ">
  2555.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2556.                <i class="ti-angle-right me-2 text-primary"></i>
  2557.                best online betting sites uk
  2558.              </h6>
  2559.            </a>
  2560.          </div>
  2561.          
  2562.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2563.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  2564.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2565.                <i class="ti-angle-right me-2 text-primary"></i>
  2566.                Non UK Gambling Sites
  2567.              </h6>
  2568.            </a>
  2569.          </div>
  2570.          
  2571.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2572.            <a href="https://www.goodclub.co.uk/" rel="dofollow" class="text-decoration-none ">
  2573.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2574.                <i class="ti-angle-right me-2 text-primary"></i>
  2575.                casino not on gamstop
  2576.              </h6>
  2577.            </a>
  2578.          </div>
  2579.          
  2580.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2581.            <a href="https://www.aboutcookies.org.uk/" rel="dofollow" class="text-decoration-none ">
  2582.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2583.                <i class="ti-angle-right me-2 text-primary"></i>
  2584.                casino not on gamstop
  2585.              </h6>
  2586.            </a>
  2587.          </div>
  2588.          
  2589.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2590.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2591.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2592.                <i class="ti-angle-right me-2 text-primary"></i>
  2593.                non gamstop casinos
  2594.              </h6>
  2595.            </a>
  2596.          </div>
  2597.          
  2598.      </div>
  2599.    </div>
  2600.    
  2601.    <div class="sidebar-widget mb-4">
  2602.      <div class="widget-title-wrapper mb-3">
  2603.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2604.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2605.          <span class="title-arrow"></span>
  2606.        </h4>
  2607.      </div>
  2608.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2609.        <div class="blog-roll-list scrollable-sidebar">
  2610.          
  2611.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2612.            <a href="https://thompsonalexander.co.uk/" rel="dofollow" class="text-decoration-none ">
  2613.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2614.                <i class="ti-angle-right me-2 text-primary"></i>
  2615.                Non-GamStop Casinos 2025
  2616.              </h6>
  2617.            </a>
  2618.          </div>
  2619.          
  2620.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2621.            <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none ">
  2622.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2623.                <i class="ti-angle-right me-2 text-primary"></i>
  2624.                non gamstop betting
  2625.              </h6>
  2626.            </a>
  2627.          </div>
  2628.          
  2629.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2630.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  2631.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2632.                <i class="ti-angle-right me-2 text-primary"></i>
  2633.                betting sites not on gamstop
  2634.              </h6>
  2635.            </a>
  2636.          </div>
  2637.          
  2638.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2639.            <a href="https://pauljacques.co.uk/" rel="dofollow" class="text-decoration-none ">
  2640.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2641.                <i class="ti-angle-right me-2 text-primary"></i>
  2642.                non gamstop casinos 2026
  2643.              </h6>
  2644.            </a>
  2645.          </div>
  2646.          
  2647.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2648.            <a href="https://indyonline.co.uk/" rel="dofollow" class="text-decoration-none ">
  2649.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2650.                <i class="ti-angle-right me-2 text-primary"></i>
  2651.                non Gamstop casinos UK
  2652.              </h6>
  2653.            </a>
  2654.          </div>
  2655.          
  2656.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2657.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  2658.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2659.                <i class="ti-angle-right me-2 text-primary"></i>
  2660.                Non GamStop Casinos
  2661.              </h6>
  2662.            </a>
  2663.          </div>
  2664.          
  2665.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2666.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  2667.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2668.                <i class="ti-angle-right me-2 text-primary"></i>
  2669.                non GamCare casinos
  2670.              </h6>
  2671.            </a>
  2672.          </div>
  2673.          
  2674.      </div>
  2675.    </div>
  2676.    
  2677.  </div>
  2678.  
  2679. <!-- Sidebar V2 Styles -->
  2680. <style>
  2681.  .sidebar-widget {
  2682.    position: relative;
  2683.  }
  2684.  
  2685.  .widget-title {
  2686.    font-size: 1.1rem;
  2687.    font-weight: 700;
  2688.    display: inline-block;
  2689.    position: relative;
  2690.    z-index: 2;
  2691.    border-radius: 0;
  2692.  }
  2693.  
  2694.  /* Green arrow for August Blog Roll */
  2695.  .title-arrow::after {
  2696.    content: '';
  2697.    position: absolute;
  2698.    top: 0;
  2699.    right: -22px;
  2700.    width: 0;
  2701.    height: 0;
  2702.    border-left: 22px solid var(--bs-primary);
  2703.    border-top: 22px solid transparent;
  2704.    border-bottom: 22px solid transparent;
  2705.    z-index: 1;
  2706.  }
  2707.  
  2708.  /* Blue arrow for Recent Posts */
  2709.  .title-arrow-primary::after {
  2710.    content: '';
  2711.    position: absolute;
  2712.    top: 0;
  2713.    right: -22px;
  2714.    width: 0;
  2715.    height: 0;
  2716.    border-left: 22px solid var(--bs-primary);
  2717.    border-top: 22px solid transparent;
  2718.    border-bottom: 22px solid transparent;
  2719.    z-index: 1;
  2720.  }
  2721.  
  2722.  .widget-content {
  2723.    margin-top: -1px;
  2724.    position: relative;
  2725.    z-index: 1;
  2726.     background-color: var(--card-bg);
  2727.  }
  2728.  
  2729.  /* Blog Roll Items Hover Effects */
  2730.  .blog-roll-item:hover .blog-title {
  2731.    color: #198754 !important;
  2732.    transform: translateX(5px);
  2733.    transition: all 0.3s ease;
  2734.  }
  2735.  
  2736.  /* Recent Post Items Hover Effects */
  2737.  .recent-post-item:hover .post-title a {
  2738.    color: #0d6efd !important;
  2739.    transition: color 0.3s ease;
  2740.  }
  2741.  
  2742.  .recent-post-item:hover .post-image img {
  2743.    transform: scale(1.05);
  2744.    transition: transform 0.3s ease;
  2745.  }
  2746.  
  2747.  /* Button Hover Effects */
  2748.  .btn:hover {
  2749.    transform: translateY(-2px);
  2750.    transition: all 0.3s ease;
  2751.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2752.  }
  2753.  
  2754.  /* Badge Hover Effects */
  2755.  .badge:hover {
  2756.    transform: scale(1.05);
  2757.    transition: transform 0.3s ease;
  2758.  }
  2759.  
  2760.  @media (max-width: 991px) {
  2761.    .sidebar {
  2762.      margin-top: 3rem;
  2763.    }
  2764.  }
  2765.  
  2766.  @media (max-width: 576px) {
  2767.    .widget-title {
  2768.      font-size: 1rem;
  2769.      padding: 0.75rem 1rem !important;
  2770.    }
  2771.  
  2772.    .title-arrow::after,
  2773.    .title-arrow-primary::after {
  2774.      right: -18px;
  2775.      border-left-width: 18px;
  2776.      border-top-width: 18px;
  2777.      border-bottom-width: 18px;
  2778.    }
  2779.  
  2780.    .post-image {
  2781.      width: 70px !important;
  2782.      height: 55px !important;
  2783.    }
  2784.  
  2785.    .blog-meta {
  2786.      flex-direction: column !important;
  2787.      align-items: flex-start !important;
  2788.      gap: 0.5rem;
  2789.    }
  2790.  }
  2791. </style>
  2792.  
  2793.    
  2794.            </div>
  2795.        </div>
  2796.    </div>
  2797. </section>
  2798.  
  2799. <script>
  2800. // Enhanced Intersection Observer with staggered animations
  2801. document.addEventListener('DOMContentLoaded', function() {
  2802.    const observerOptions = {
  2803.        threshold: 0.1,
  2804.        rootMargin: '0px 0px -100px 0px'
  2805.    };
  2806.  
  2807.    const observer = new IntersectionObserver(function(entries) {
  2808.        entries.forEach(entry => {
  2809.            if (entry.isIntersecting) {
  2810.                setTimeout(() => {
  2811.                    entry.target.classList.add('revealed');
  2812.                }, 100);
  2813.            }
  2814.        });
  2815.    }, observerOptions);
  2816.  
  2817.    // Observe all scroll-reveal elements
  2818.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  2819.        observer.observe(el);
  2820.    });
  2821.  
  2822.    // Add parallax effect to floating dots
  2823.    document.addEventListener('mousemove', function(e) {
  2824.        const cards = document.querySelectorAll('.blog-card-v3');
  2825.        cards.forEach(card => {
  2826.            const rect = card.getBoundingClientRect();
  2827.            const x = (e.clientX - rect.left) / rect.width;
  2828.            const y = (e.clientY - rect.top) / rect.height;
  2829.            
  2830.            const dots = card.querySelectorAll('.floating-dot');
  2831.            dots.forEach((dot, index) => {
  2832.                const moveX = (x - 0.5) * (10 + index * 5);
  2833.                const moveY = (y - 0.5) * (10 + index * 5);
  2834.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  2835.            });
  2836.        });
  2837.    });
  2838. });
  2839. </script>
  2840.  
  2841.    
  2842.        
  2843.        <!-- end wpo-blog-highlights-section -->
  2844.        <!-- start wpo-blog-sponsored-section -->
  2845.        
  2846.  
  2847.  
  2848.  
  2849.    
  2850.  
  2851.  
  2852.  
  2853. <style>
  2854.    .sponsored-section-v6 {
  2855.        padding: 45px 0;
  2856.        background: transparent;
  2857.    }
  2858.    
  2859.    .sponsored-card-v6 {
  2860.        background: #ffffff;
  2861.        border: 1px solid #f8f8f8;
  2862.        transition: opacity 0.3s ease;
  2863.        height: 100%;
  2864.    }
  2865.    
  2866.    .sponsored-card-v6:hover {
  2867.        opacity: 0.95;
  2868.    }
  2869.    
  2870.    .sponsored-image-v6 {
  2871.        position: relative;
  2872.        height: 170px;
  2873.    }
  2874.    
  2875.    .sponsored-image-v6 img {
  2876.        width: 100%;
  2877.        height: 100%;
  2878.        object-fit: cover;
  2879.    }
  2880.    
  2881.    .sponsored-image-v6::after {
  2882.        content: '';
  2883.        position: absolute;
  2884.        top: 0;
  2885.        left: 0;
  2886.        right: 0;
  2887.        bottom: 0;
  2888.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  2889.    }
  2890.    
  2891.    .sponsored-badge-v6 {
  2892.        position: absolute;
  2893.        top: 10px;
  2894.        left: 10px;
  2895.        padding: 5px 12px;
  2896.        font-size: 12px;
  2897.        font-weight: 600;
  2898.        text-transform: uppercase;
  2899.        border-radius: 4px;
  2900.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  2901.    }
  2902.    
  2903.    .sponsored-content-v6 {
  2904.        padding: 12px;
  2905.    }
  2906.    
  2907.    .sponsored-title-v6 {
  2908.        font-size: 14px;
  2909.        font-weight: 700;
  2910.        line-height: 1.3;
  2911.        margin-bottom: 6px;
  2912.        color: #333;
  2913.    }
  2914.    
  2915.    .sponsored-title-v6 a {
  2916.        text-decoration: none;
  2917.        color: #333;
  2918.    }
  2919.    
  2920.    .sponsored-title-v6 a:hover {
  2921.        color: #fd7e14; /* Orange hover */
  2922.    }
  2923.    
  2924.    .sponsored-excerpt-v6 {
  2925.        font-size: 12px;
  2926.        font-weight: 600;
  2927.        color: #868e96;
  2928.        margin-bottom: 8px;
  2929.        line-height: 1.4;
  2930.    }
  2931.    
  2932.    .sponsored-meta-v6 {
  2933.        font-size: 11px;
  2934.        color: #6c757d;
  2935.    }
  2936.    
  2937.    .author-info-v6 {
  2938.        display: inline;
  2939.        margin-right: 10px;
  2940.    }
  2941.    
  2942.    .sponsored-author-img-v6 {
  2943.        width: 20px;
  2944.        height: 20px;
  2945.        border-radius: 50%;
  2946.        object-fit: cover;
  2947.        vertical-align: middle;
  2948.        margin-right: 4px;
  2949.    }
  2950.    
  2951.    .section-title-sponsored-v6 {
  2952.        font-size: 1.9rem;
  2953.        font-weight: 600;
  2954.        text-align: left;
  2955.        margin-bottom: 25px;
  2956.        color: #333;
  2957.        border-left: 4px solid #fd7e14;
  2958.        padding-left: 15px;
  2959.    }
  2960.  
  2961.    @media (max-width: 768px) {
  2962.        .sponsored-section-v6 {
  2963.            padding: 25px 0;
  2964.        }
  2965.        .sponsored-image-v6 {
  2966.            height: 130px;
  2967.        }
  2968.        .sponsored-content-v6 {
  2969.            padding: 10px;
  2970.        }
  2971.        .sponsored-title-v6 {
  2972.            font-size: 13px;
  2973.        }
  2974.        .sponsored-excerpt-v6 {
  2975.            font-size: 11px;
  2976.        }
  2977.        .section-title-sponsored-v6 {
  2978.            font-size: 1.6rem;
  2979.            padding-left: 10px;
  2980.        }
  2981.    }
  2982. </style>
  2983.  
  2984. <section class="sponsored-section-v6">
  2985.    <div class="container-fluid fluid-container">
  2986.        <div class="row">
  2987.            <div class="col-12">
  2988.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  2989.            </div>
  2990.        </div>
  2991.        
  2992.        <div class="row g-3">
  2993.            
  2994.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  2995.                <div class="card sponsored-card-v6">
  2996.                    <div class="sponsored-image-v6">
  2997.                        
  2998.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2999.                        
  3000.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3001.                    </div>
  3002.                    <div class="sponsored-content-v6">
  3003.                        <h3 class="sponsored-title-v6">
  3004.                            <a href="/ten-newcomer-pointers-to-learn-before-diving-into-clair-obscur-expedition-33/" >
  3005.                                            Ten Newcomer Pointers to Learn Before Diving Into Clair Obscur: Expedition 33
  3006.                                            </a>
  3007.                        </h3>
  3008.                        <p class="sponsored-excerpt-v6">
  3009.                            
  3010.                        </p>
  3011.                        <div class="sponsored-meta-v6">
  3012.                            <span class="author-info-v6">
  3013.                                
  3014.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="sponsored-author-img-v6">
  3015.                                
  3016.                               Monica Mcpherson
  3017.                            </span>
  3018.                            | 05 Jun 2026
  3019.                        </div>
  3020.                    </div>
  3021.                </div>
  3022.            </div>
  3023.            
  3024.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3025.                <div class="card sponsored-card-v6">
  3026.                    <div class="sponsored-image-v6">
  3027.                        
  3028.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3029.                        
  3030.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3031.                    </div>
  3032.                    <div class="sponsored-content-v6">
  3033.                        <h3 class="sponsored-title-v6">
  3034.                            <a href="/the-reasons-prince-andrew-has-relinquished-his-official-honors-and-the-implications-for-the-royal-family/" >
  3035.                                            The Reasons Prince Andrew Has Relinquished His Official Honors – and the Implications for the Royal Family
  3036.                                            </a>
  3037.                        </h3>
  3038.                        <p class="sponsored-excerpt-v6">
  3039.                            
  3040.                        </p>
  3041.                        <div class="sponsored-meta-v6">
  3042.                            <span class="author-info-v6">
  3043.                                
  3044.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="sponsored-author-img-v6">
  3045.                                
  3046.                               Monica Mcpherson
  3047.                            </span>
  3048.                            | 05 Jun 2026
  3049.                        </div>
  3050.                    </div>
  3051.                </div>
  3052.            </div>
  3053.            
  3054.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3055.                <div class="card sponsored-card-v6">
  3056.                    <div class="sponsored-image-v6">
  3057.                        
  3058.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3059.                        
  3060.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3061.                    </div>
  3062.                    <div class="sponsored-content-v6">
  3063.                        <h3 class="sponsored-title-v6">
  3064.                            <a href="/singapore-court-confirms-guilty-verdict-for-opposition-leader-pritam-singh/" >
  3065.                                            Singapore Court Confirms Guilty Verdict for Opposition Leader Pritam Singh
  3066.                                            </a>
  3067.                        </h3>
  3068.                        <p class="sponsored-excerpt-v6">
  3069.                            
  3070.                        </p>
  3071.                        <div class="sponsored-meta-v6">
  3072.                            <span class="author-info-v6">
  3073.                                
  3074.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="sponsored-author-img-v6">
  3075.                                
  3076.                               Monica Mcpherson
  3077.                            </span>
  3078.                            | 05 Jun 2026
  3079.                        </div>
  3080.                    </div>
  3081.                </div>
  3082.            </div>
  3083.            
  3084.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3085.                <div class="card sponsored-card-v6">
  3086.                    <div class="sponsored-image-v6">
  3087.                        
  3088.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3089.                        
  3090.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3091.                    </div>
  3092.                    <div class="sponsored-content-v6">
  3093.                        <h3 class="sponsored-title-v6">
  3094.                            <a href="/officers-believed-tommy-robinson-had-terrorism-related-data-on-mobile-device-trial-told/" >
  3095.                                            Officers Believed Tommy Robinson Had Terrorism-Related Data on Mobile Device, Trial Told.
  3096.                                            </a>
  3097.                        </h3>
  3098.                        <p class="sponsored-excerpt-v6">
  3099.                            
  3100.                        </p>
  3101.                        <div class="sponsored-meta-v6">
  3102.                            <span class="author-info-v6">
  3103.                                
  3104.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="sponsored-author-img-v6">
  3105.                                
  3106.                               Monica Mcpherson
  3107.                            </span>
  3108.                            | 05 Jun 2026
  3109.                        </div>
  3110.                    </div>
  3111.                </div>
  3112.            </div>
  3113.            
  3114.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3115.                <div class="card sponsored-card-v6">
  3116.                    <div class="sponsored-image-v6">
  3117.                        
  3118.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3119.                        
  3120.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3121.                    </div>
  3122.                    <div class="sponsored-content-v6">
  3123.                        <h3 class="sponsored-title-v6">
  3124.                            <a href="/over-36000-sudanese-have-fled-following-takeover-of-el-fasher-to-rsf-reports-un-agency/" >
  3125.                                            Over 36,000 Sudanese have fled following takeover of El Fasher to RSF, reports UN agency
  3126.                                            </a>
  3127.                        </h3>
  3128.                        <p class="sponsored-excerpt-v6">
  3129.                            
  3130.                        </p>
  3131.                        <div class="sponsored-meta-v6">
  3132.                            <span class="author-info-v6">
  3133.                                
  3134.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="sponsored-author-img-v6">
  3135.                                
  3136.                               Monica Mcpherson
  3137.                            </span>
  3138.                            | 05 Jun 2026
  3139.                        </div>
  3140.                    </div>
  3141.                </div>
  3142.            </div>
  3143.            
  3144.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3145.                <div class="card sponsored-card-v6">
  3146.                    <div class="sponsored-image-v6">
  3147.                        
  3148.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3149.                        
  3150.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3151.                    </div>
  3152.                    <div class="sponsored-content-v6">
  3153.                        <h3 class="sponsored-title-v6">
  3154.                            <a href="/zero-mckenna-celtic-discussions-as-bellamy-commits-to-welsh-national-team/" >
  3155.                                            Zero McKenna Celtic Discussions as Bellamy Commits to Welsh National Team
  3156.                                            </a>
  3157.                        </h3>
  3158.                        <p class="sponsored-excerpt-v6">
  3159.                            
  3160.                        </p>
  3161.                        <div class="sponsored-meta-v6">
  3162.                            <span class="author-info-v6">
  3163.                                
  3164.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/02ea9b30-3ae1-41a6-874d-a6ca0135aa85_profile.png" alt="Monica Mcpherson" style="object-fit: cover;" class="sponsored-author-img-v6">
  3165.                                
  3166.                               Monica Mcpherson
  3167.                            </span>
  3168.                            | 05 Jun 2026
  3169.                        </div>
  3170.                    </div>
  3171.                </div>
  3172.            </div>
  3173.            
  3174.        </div>
  3175.    </div>
  3176. </section>
  3177.  
  3178.  
  3179.    
  3180.        <!-- end wpo-blog-sponsored-section -->
  3181.        <!-- start wpo-subscribe-section -->
  3182.        
  3183.        <!-- end subscribe-section -->
  3184.        <!-- start of wpo-site-footer-section -->
  3185.        
  3186.  
  3187.  
  3188.  
  3189.  
  3190.  
  3191.  
  3192. <footer class="wpo-site-footer-v2 ">
  3193.    
  3194.    <!-- Main Footer Content -->
  3195.    <div class="container-fluid fluid-container">
  3196.        
  3197.        <!-- Step 1: Brand Section -->
  3198.        <div class="footer-brand-section">
  3199.            <div class="row justify-content-center">
  3200.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3201.                    <div class="brand-wrapper">
  3202.                        
  3203.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/167a1a21-22a9-4d3e-b963-4d793958fd94_logo.png" alt="Newshub Media UK" class="footer-logo mb-3" loading="lazy">
  3204.                        
  3205.                        <h2 class="brand-title">Newshub Media UK</h2>
  3206.                        <p class="brand-description">Stay informed with Newshub Media UK&#x27;s comprehensive coverage of breaking news, current events, and in-depth analysis across politics, business, and culture.</p>
  3207.                        
  3208.                    </div>
  3209.                </div>
  3210.            </div>
  3211.        </div>
  3212.  
  3213.        <!-- Step 2: Content Columns with Separators -->
  3214.        <div class="footer-content-section">
  3215.            <div class="content-divider"></div>
  3216.            
  3217.            <div class="row">
  3218.                
  3219.                <!-- Column 1: Important Links -->
  3220.                <div class="col-lg-6 col-md-6 col-12">
  3221.                    <div class="footer-column">
  3222.                        <div class="column-header">
  3223.                            <span class="column-number bg-primary-gradient">01</span>
  3224.                            <h6 class="column-title">Important Pages</h6>
  3225.                        </div>
  3226.                        <div class="column-content">
  3227.                            <ul class="footer-links">
  3228.                                
  3229.                                <li>
  3230.                                    <a href="/ben-jerrys-co-founder-alleges-unilever-blocked-palestine-themed-ice-cream-flavor/" class="footer-link">
  3231.                                        Ben &amp; Jerry&#x27;s Co-Founder Alleges Unilever Blocked Palestine-Themed Ice Cream Flavor
  3232.                                    </a>
  3233.                                </li>
  3234.                                
  3235.                                <li>
  3236.                                    <a href="/court-dismisses-rapper-drakes-legal-case-over-kendrick-lamars-not-like-us/" class="footer-link">
  3237.                                        Court Dismisses Rapper Drake&#x27;s Legal Case Over Kendrick Lamar&#x27;s Not Like Us
  3238.                                    </a>
  3239.                                </li>
  3240.                                
  3241.                                <li>
  3242.                                    <a href="/the-details-known-about-the-fatalities-of-the-bondi-terror-attack/" class="footer-link">
  3243.                                        The Details Known About the Fatalities of the Bondi Terror Attack
  3244.                                    </a>
  3245.                                </li>
  3246.                                
  3247.                                <li>
  3248.                                    <a href="/jujutsu-kaisen-execution-aims-to-resolve-the-series-most-significant-issue/" class="footer-link">
  3249.                                        JuJutsu Kaisen: Execution Aims to Resolve the Series&#x27; Most Significant Issue
  3250.                                    </a>
  3251.                                </li>
  3252.                                
  3253.                                <li>
  3254.                                    <a href="/the-way-trump-achieved-a-gaza-strip-major-step-that-eluded-joe-biden/" class="footer-link">
  3255.                                        The Way Trump Achieved a Gaza Strip Major Step That Eluded Joe Biden
  3256.                                    </a>
  3257.                                </li>
  3258.                                
  3259.                                <li>
  3260.                                    <a href="/nazi-explosives-torpedo-heads-and-mines-how-ocean-creatures-thrives-on-abandoned-weapons/" class="footer-link">
  3261.                                        Nazi Explosives, Torpedo Heads and Mines: How Ocean Creatures Thrives on Abandoned Weapons
  3262.                                    </a>
  3263.                                </li>
  3264.                                
  3265.                            </ul>
  3266.                        </div>
  3267.                    </div>
  3268.                </div>
  3269.  
  3270.                <!-- Column 2: External Links -->
  3271.                 <div class="col-lg-6 col-md-6 col-12">
  3272.                    <div class="footer-column">
  3273.                        <div class="column-header">
  3274.                            <span class="column-number bg-primary-gradient">02</span>
  3275.                            <h6 class="column-title">External Resources</h6>
  3276.                        </div>
  3277.                       <div class="column-content">
  3278.    <ul class="footer-links" id="footerLinks">
  3279.        
  3280.        
  3281.  
  3282.        
  3283.        
  3284.        
  3285.        
  3286.    </ul>
  3287. </div>
  3288.  
  3289.                    </div>
  3290.                </div>
  3291.  
  3292.                <!-- Column 3: Categories -->
  3293.                <div class="col-lg-6 col-md-6 col-12">
  3294.                    <div class="footer-column">
  3295.                        <div class="column-header">
  3296.                            <span class="column-number bg-primary-gradient">02</span>
  3297.                            <h6 class="column-title">Categories</h6>
  3298.                        </div>
  3299.                        <div class="column-content">
  3300.                            <ul class="footer-links">
  3301.                                
  3302.                                <li>
  3303.                                    <a href="/category/all-posts/" class="footer-link">
  3304.                                        All Posts
  3305.                                    </a>
  3306.                                </li>
  3307.                                
  3308.                                <li>
  3309.                                    <a href="/category/business/" class="footer-link">
  3310.                                        Business
  3311.                                    </a>
  3312.                                </li>
  3313.                                
  3314.                                <li>
  3315.                                    <a href="/category/esports/" class="footer-link">
  3316.                                        Esports
  3317.                                    </a>
  3318.                                </li>
  3319.                                
  3320.                                <li>
  3321.                                    <a href="/category/fashion/" class="footer-link">
  3322.                                        Fashion
  3323.                                    </a>
  3324.                                </li>
  3325.                                
  3326.                                <li>
  3327.                                    <a href="/category/featured/" class="footer-link">
  3328.                                        Featured
  3329.                                    </a>
  3330.                                </li>
  3331.                                
  3332.                                <li>
  3333.                                    <a href="/category/gaming/" class="footer-link">
  3334.                                        Gaming
  3335.                                    </a>
  3336.                                </li>
  3337.                                
  3338.                            </ul>
  3339.                        </div>
  3340.                    </div>
  3341.                </div>
  3342.  
  3343.            </div>
  3344.        </div>
  3345.  
  3346.        <!-- Step 3: Footer Bottom -->
  3347.        <div class="footer-bottom-section">
  3348.            <div class="bottom-divider"></div>
  3349.            <div class="d-flex justify-content-between flex-wrap">
  3350.                <div class="">
  3351.                    <p class="copyright-text">
  3352.                        &copy; 2026 <strong>Newshub Media UK</strong> • All rights reserved
  3353.                    </p>
  3354.                </div>
  3355.                <div class="">
  3356.                    <nav class="footer-nav">
  3357.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  3358.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  3359.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  3360.                    </nav>
  3361.                </div>
  3362.            </div>
  3363.        </div>
  3364.  
  3365.    </div>
  3366.  
  3367.    <!-- Background Elements -->
  3368.    <div class="footer-bg-elements">
  3369.        <div class="bg-circle circle-1"></div>
  3370.        <div class="bg-circle circle-2"></div>
  3371.        <div class="bg-line line-1"></div>
  3372.        <div class="bg-line line-2"></div>
  3373.    </div>
  3374.  
  3375. </footer>
  3376.  
  3377. <style>
  3378. /* Footer V2 - Clean Blog Design */
  3379. .wpo-site-footer-v2 {
  3380.    color: var(--footer-color);
  3381.    background-color: var(--card-bg);
  3382.    margin-top: 100px;
  3383. }
  3384.  
  3385.  
  3386.  
  3387. /* Step 2: Brand Section */
  3388. .footer-brand-section {
  3389.    position: relative;
  3390.    z-index: 2;
  3391.    padding: 120px 0 60px;
  3392. }
  3393.  
  3394. .brand-wrapper {
  3395.    max-width: 600px;
  3396.    margin: 0 auto;
  3397. }
  3398.  
  3399. .footer-logo {
  3400.    max-height: 60px;
  3401.    width: auto;
  3402.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  3403. }
  3404.  
  3405. .brand-title {
  3406.    font-size: 2.2rem;
  3407.    font-weight: 800;
  3408.    color: var(--footer-color);
  3409.    margin-bottom: 1rem;
  3410.    letter-spacing: -0.02em;
  3411. }
  3412.  
  3413. .brand-description {
  3414.    font-size: 1.1rem;
  3415.    color: var(--footer-color);
  3416.    line-height: 1.6;
  3417.    opacity: .7;
  3418.    margin-bottom: 0;
  3419. }
  3420.  
  3421. /* Step 3: Content Section */
  3422. .footer-content-section {
  3423.    position: relative;
  3424.    z-index: 2;
  3425.    padding: 60px 0;
  3426. }
  3427.  
  3428.  
  3429. .footer-column {
  3430.    margin-bottom: 40px;
  3431.    padding: 0 20px;
  3432. }
  3433.  
  3434. .column-header {
  3435.    display: flex;
  3436.    align-items: center;
  3437.    margin-bottom: 25px;
  3438.    padding-bottom: 15px;
  3439.    border-bottom: 2px solid var(--border-color);
  3440. }
  3441.  
  3442. .column-number {
  3443.    width: 35px;
  3444.    height: 35px;
  3445.    border-radius: 10px;
  3446.    display: flex;
  3447.    align-items: center;
  3448.    justify-content: center;
  3449.    font-weight: 700;
  3450.    font-size: 0.9rem;
  3451.    margin-right: 15px;
  3452. }
  3453.  
  3454. .column-title {
  3455.    font-size: 1.1rem;
  3456.    font-weight: 700;
  3457.    color: var(--footer-color) !important;
  3458.    margin: 0;
  3459. }
  3460.  
  3461. .column-content {
  3462.    padding-left: 50px;
  3463. }
  3464.  
  3465. /* Footer Links */
  3466. .footer-links {
  3467.    list-style: none;
  3468.    padding: 0;
  3469.    margin: 0;
  3470. }
  3471.  
  3472. .footer-links li {
  3473.    margin-bottom: 12px;
  3474.    position: relative;
  3475. }
  3476.  
  3477. .footer-link {
  3478.    color: var(--footer-color) !important;
  3479.    text-decoration: none;
  3480.    font-size: 0.95rem;
  3481.    line-height: 1.5;
  3482.    transition: all 0.8s ease;
  3483.    position: relative;
  3484.    display: inline-flex;
  3485.    align-items: center;
  3486. }
  3487.  
  3488. .footer-link:hover {
  3489.    color: var(--bs-primary);
  3490.    padding-left: 8px;
  3491. }
  3492.  
  3493. .footer-link::before {
  3494.    content: '';
  3495.    position: absolute;
  3496.    left: -15px;
  3497.    top: 50%;
  3498.    transform: translateY(-50%);
  3499.    width: 4px;
  3500.    height: 4px;
  3501.    background: var(--bs-primary);
  3502.    border-radius: 50%;
  3503.    opacity: 0;
  3504.    transition: opacity 0.3s ease;
  3505. }
  3506.  
  3507. .footer-link:hover::before {
  3508.    opacity: 1;
  3509. }
  3510.  
  3511. /* Step 4: Footer Bottom */
  3512. .footer-bottom-section {
  3513.    position: relative;
  3514.    z-index: 2;
  3515.    padding: 30px 0;
  3516. }
  3517.  
  3518. .bottom-divider {
  3519.    width: 100%;
  3520.    height: 1px;
  3521.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  3522.    margin-bottom: 30px;
  3523. }
  3524.  
  3525. .copyright-text {
  3526.    color: var(--footer-color);
  3527.    font-size: 0.9rem;
  3528.    margin: 0;
  3529.    line-height: 1.6;
  3530. }
  3531.  
  3532. .footer-nav {
  3533.    display: flex;
  3534.    align-items: center;
  3535.    gap: 20px;
  3536.    justify-content: center;
  3537. }
  3538.  
  3539. .footer-nav-link {
  3540.    color: var(--footer-color) !important;
  3541.    text-decoration: none;
  3542.    font-size: 0.9rem;
  3543.    font-weight: 500;
  3544.    transition: color 0.3s ease;
  3545.    position: relative;
  3546. }
  3547.  
  3548. .footer-nav-link:hover {
  3549.    color: var(--bs-primary);
  3550. }
  3551.  
  3552. .footer-nav-link::after {
  3553.    content: '';
  3554.    position: absolute;
  3555.    bottom: -5px;
  3556.    left: 0;
  3557.    width: 0;
  3558.    height: 2px;
  3559.    background: var(--bs-primary) !important;
  3560.    transition: width 0.3s ease;
  3561. }
  3562.  
  3563. .footer-nav-link:hover::after {
  3564.    width: 100%;
  3565. }
  3566.  
  3567. /* Responsive Design */
  3568. @media (max-width: 992px) {
  3569.    .footer-brand-section {
  3570.        padding: 100px 0 50px;
  3571.    }
  3572.    
  3573.    .brand-title {
  3574.        font-size: 1.8rem;
  3575.    }
  3576.    
  3577.    .column-content {
  3578.        padding-left: 0;
  3579.        padding-top: 10px;
  3580.    }
  3581.    
  3582.    .column-header {
  3583.        flex-direction: column;
  3584.        align-items: flex-start;
  3585.        gap: 10px;
  3586.    }
  3587.    
  3588.    .column-number {
  3589.        align-self: center;
  3590.    }
  3591. }
  3592.  
  3593. @media (max-width: 768px) {
  3594.    .footer-brand-section {
  3595.        padding: 80px 0 40px;
  3596.    }
  3597.    
  3598.    .brand-title {
  3599.        font-size: 1.6rem;
  3600.    }
  3601.    
  3602.    .newsletter-inline {
  3603.        padding: 1.5rem;
  3604.        margin: 0 15px;
  3605.    }
  3606.    
  3607.    .newsletter-form .input-group {
  3608.        flex-direction: column;
  3609.    }
  3610.    
  3611.    .btn-newsletter {
  3612.        border-radius: 0 0 12px 12px;
  3613.    }
  3614.    
  3615.    .newsletter-input {
  3616.        border-radius: 12px 12px 0 0;
  3617.    }
  3618.    
  3619.    .footer-column {
  3620.        padding: 0 15px;
  3621.        margin-bottom: 35px;
  3622.    }
  3623.    
  3624.    .footer-nav {
  3625.        flex-direction: column;
  3626.        gap: 15px;
  3627.        margin-top: 20px;
  3628.    }
  3629. }
  3630.  
  3631. @media (max-width: 576px) {
  3632.    .footer-brand-section {
  3633.        padding: 60px 0 30px;
  3634.    }
  3635.    
  3636.    .brand-title {
  3637.        font-size: 1.4rem;
  3638.    }
  3639.    
  3640.    .brand-description {
  3641.        font-size: 1rem;
  3642.    }
  3643.    
  3644.    .newsletter-title {
  3645.        font-size: 1.1rem;
  3646.    }
  3647.    
  3648.    .column-title {
  3649.        font-size: 1rem;
  3650.    }
  3651.    
  3652.    .footer-column {
  3653.        padding: 0 10px;
  3654.    }
  3655.    
  3656.    .bg-circle, .bg-line {
  3657.        display: none;
  3658.    }
  3659. }
  3660.  
  3661. /* Minimal Animation */
  3662. .footer-column {
  3663.    transition: opacity 0.3s ease;
  3664. }
  3665.  
  3666. .footer-column:hover {
  3667.    opacity: 0.9;
  3668. }
  3669. </style>
  3670.  
  3671. <!-- Bootstrap 5 JS -->
  3672.  
  3673. <script>
  3674. // Scroll to Top Function
  3675. function scrollToTop() {
  3676.    window.scrollTo({
  3677.        top: 0,
  3678.        behavior: 'smooth'
  3679.    });
  3680. }
  3681.  
  3682. // Initialize Footer V2 Features
  3683. document.addEventListener('DOMContentLoaded', function() {
  3684.    
  3685.    // Newsletter Form Enhancement
  3686.    const newsletterForm = document.querySelector('.newsletter-form');
  3687.    if (newsletterForm) {
  3688.        newsletterForm.addEventListener('submit', function(e) {
  3689.            e.preventDefault(); // Remove this in actual implementation
  3690.            
  3691.            const submitBtn = this.querySelector('.btn-newsletter');
  3692.            const originalText = submitBtn.textContent;
  3693.            
  3694.            submitBtn.textContent = 'Subscribing...';
  3695.            submitBtn.disabled = true;
  3696.            
  3697.            // Simulate form processing
  3698.            setTimeout(() => {
  3699.                submitBtn.textContent = 'Subscribed!';
  3700.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  3701.                
  3702.                setTimeout(() => {
  3703.                    submitBtn.textContent = originalText;
  3704.                    submitBtn.disabled = false;
  3705.                    submitBtn.style.background = '';
  3706.                    this.reset();
  3707.                }, 2000);
  3708.            }, 1500);
  3709.        });
  3710.    }
  3711.    
  3712.    // Smooth reveal for columns on scroll
  3713.    const observerOptions = {
  3714.        threshold: 0.1,
  3715.        rootMargin: '0px 0px -50px 0px'
  3716.    };
  3717.    
  3718.    const observer = new IntersectionObserver((entries) => {
  3719.        entries.forEach(entry => {
  3720.            if (entry.isIntersecting) {
  3721.                entry.target.style.opacity = '1';
  3722.                entry.target.style.transform = 'translateY(0)';
  3723.            }
  3724.        });
  3725.    }, observerOptions);
  3726.    
  3727.    // Initially hide columns for animation
  3728.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  3729.        column.style.opacity = '0';
  3730.        column.style.transform = 'translateY(20px)';
  3731.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  3732.        observer.observe(column);
  3733.    });
  3734.    
  3735.    // Prevent default for placeholder links
  3736.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3737.        link.addEventListener('click', function(e) {
  3738.            e.preventDefault();
  3739.        });
  3740.    });
  3741. });
  3742.  
  3743. document.addEventListener('DOMContentLoaded', function () {
  3744.    var btn = document.getElementById('toggleFooterLinks');
  3745.    if (!btn) return; // No extra links, no button
  3746.  
  3747.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3748.  
  3749.    btn.addEventListener('click', function () {
  3750.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3751.            return li.classList.contains('d-none');
  3752.        });
  3753.  
  3754.        extras.forEach(function (li) {
  3755.            if (anyHidden) {
  3756.                li.classList.remove('d-none');
  3757.                li.classList.add('show');
  3758.            } else {
  3759.                li.classList.add('d-none');
  3760.                li.classList.remove('show');
  3761.            }
  3762.        });
  3763.  
  3764.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3765.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3766.    });
  3767. });
  3768.  
  3769. </script>
  3770.  
  3771.        <!-- end of wpo-site-footer-section -->
  3772.    </div>
  3773.    <!-- end of page-wrapper -->
  3774.  
  3775.    <!-- All JavaScript files
  3776.    ================================================== -->
  3777.    
  3778.  
  3779. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3780. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3781. <!-- Plugins for this template -->
  3782. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3783. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3784. <!-- Custom script for this template -->
  3785. <script src="/static/blogapp/assets/js/script.js"></script>
  3786.  
  3787. <script>
  3788. (function () {
  3789. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3790. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3791.  
  3792. function applyFallback(img) {
  3793. if (!img || img.dataset.fallbackApplied === "1") {
  3794. return;
  3795. }
  3796. var failedSrc = img.currentSrc || img.src || "";
  3797. img.dataset.fallbackApplied = "1";
  3798. img.onerror = null;
  3799. img.src = fallbackImageSrc;
  3800. console.warn("[ImageFallback] Replaced broken image:", {
  3801. failedSrc: failedSrc,
  3802. fallbackSrc: fallbackImageSrc,
  3803. alt: img.alt || "",
  3804. });
  3805. }
  3806.  
  3807. document.querySelectorAll("img").forEach(function (img) {
  3808. if (img.complete && img.naturalWidth === 0) {
  3809. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3810. failedSrc: img.currentSrc || img.src || "",
  3811. alt: img.alt || "",
  3812. });
  3813. applyFallback(img);
  3814. }
  3815. });
  3816.  
  3817. document.addEventListener(
  3818. "error",
  3819. function (event) {
  3820. var target = event.target;
  3821. if (target && target.tagName === "IMG") {
  3822. applyFallback(target);
  3823. }
  3824. },
  3825. true
  3826. );
  3827. })();
  3828. </script>
  3829.  
  3830. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3831.  
  3832.  
  3833.  
  3834. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"346469bf584c4ac28e972cd2e7804857","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3835. </body>
  3836.  
  3837. </html>
  3838.  
  3839.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda