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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="mulish">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T173922.442_frnuIkI_wJRgFzu_nKclLlD.png">
  14.    
  15.  
  16.    <title>NewsBrit Blog: UK Politics, Culture &amp; Current Affairs Insights</title>
  17.    <meta name="description" content="Explore in-depth analysis and commentary on UK politics, cultural trends, and breaking news from a British perspective. Stay informed with expert insights.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://newsbritblog.uk.com/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #7e57c2;
  42.        --bs-primary-rgb: 7e57c2;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #f2e9ff;
  49.        --bs-dark: #2e1065;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #7e57c2;
  53.        --theme-primary-color-s2: #7e57c2;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2e1065;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2e1065;
  59.        --border-color: #d6bcfa;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #e9d5ff;
  75.        --navbar-color: #2e1065;
  76.        --topbar-bg: #f2e9ff;
  77.        --topbar-color: #2e1065;
  78.        --footer-bg: #2e1065;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d6bcfa;
  82.        --card-radius: 14px;
  83.        --link-color: #7e57c2;
  84.        --link-hover: #6b46a3;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(126, 87, 194, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. </head>
  368.  
  369.  
  370.  
  371. <body class="page-blogapp:homepage theme-theme_94">
  372.    <div id="healthcheck"></div>
  373.    <!-- start page-wrapper -->
  374.    <div class="page-wrapper">
  375.        
  376.            <!-- start preloader -->
  377.                
  378.            <!-- end preloader -->
  379.        
  380.        <!-- Start header -->
  381.        <header id="header" class="wpo-site-header">
  382.            
  383.  
  384.  
  385.    
  386.  
  387.  
  388. <div class="top-bg">
  389. <div class="unique-header px-3 d-sm-flex d-none container-fluid fluid-container">
  390.    <button class="unique-menu-button bg-primary-gradient">Latest Update</button>
  391.  
  392.    <div class="unique-news-wrapper-container">
  393.        <div class="unique-news-wrapper top-color" id="newsWrapper">
  394.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex ">
  395.            <p class="text-center">
  396.              
  397.              <a href="/keeper-film-analysis-love-story-goes-to-hell-in-powerfully-eerie-horror/" class="px-5 top-color">
  398.                Keeper Film Analysis – Love Story Goes to Hell in Powerfully Eerie Horror
  399.              </a>
  400.              
  401.              <a href="/the-fashion-icon-edward-enninful-reflects-on-todays-society-a-decline-in-tolerance-than-we-were-decades-ago/" class="px-5 top-color">
  402.                The fashion icon Edward Enninful reflects on Today&#x27;s Society: &#x27;A Decline in Tolerance&#x27; Than We Were Decades Ago.
  403.              </a>
  404.              
  405.              <a href="/elevated-adolescent-mortality-rates-indicate-an-developing-situation-worldwide-health-analysis-alerts/" class="px-5 top-color">
  406.                Elevated Adolescent Mortality Rates Indicate an Developing Situation’, Worldwide Health Analysis Alerts
  407.              </a>
  408.              
  409.              <a href="/a-neutral-masterstroke-or-a-misstep-pantones-white-annual-hue-ignites-debate/" class="px-5 top-color">
  410.                A Neutral Masterstroke or a Misstep? Pantone&#x27;s White Annual Hue Ignites Debate.
  411.              </a>
  412.              
  413.              <a href="/nearly-25000-lost-power-in-queensland-and-victorian-regions-following-intense-weather-systems/" class="px-5 top-color">
  414.                Nearly 25,000 Lost Power in Queensland and Victorian Regions Following Intense Weather Systems
  415.              </a>
  416.              
  417.            </p>
  418.          </marquee>
  419.        </div>
  420.    </div>
  421.  
  422.    <div class="contact-info top-color">
  423.        <ul class="d-flex list-unstyled gap-3 flex-wrap">
  424.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  425.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  426.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  427.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  428.        </ul>
  429.    </div>
  430. </div>
  431. </div>
  432.  
  433. <script>
  434.    // Build array directly from Django context
  435.    const newsItems = [
  436.        
  437.            { title: "Keeper Film Analysis – Love Story Goes to Hell in Powerfully Eerie Horror", url: "/keeper-film-analysis-love-story-goes-to-hell-in-powerfully-eerie-horror/" },
  438.        
  439.            { title: "The fashion icon Edward Enninful reflects on Today\u0027s Society: \u0027A Decline in Tolerance\u0027 Than We Were Decades Ago.", url: "/the-fashion-icon-edward-enninful-reflects-on-todays-society-a-decline-in-tolerance-than-we-were-decades-ago/" },
  440.        
  441.            { title: "Elevated Adolescent Mortality Rates Indicate an Developing Situation’, Worldwide Health Analysis Alerts", url: "/elevated-adolescent-mortality-rates-indicate-an-developing-situation-worldwide-health-analysis-alerts/" },
  442.        
  443.            { title: "A Neutral Masterstroke or a Misstep? Pantone\u0027s White Annual Hue Ignites Debate.", url: "/a-neutral-masterstroke-or-a-misstep-pantones-white-annual-hue-ignites-debate/" },
  444.        
  445.            { title: "Nearly 25,000 Lost Power in Queensland and Victorian Regions Following Intense Weather Systems", url: "/nearly-25000-lost-power-in-queensland-and-victorian-regions-following-intense-weather-systems/" }
  446.        
  447.    ];
  448.  
  449.    let currentNewsIndex = 0;
  450.    const newsWrapper = document.getElementById('newsWrapper');
  451.    let currentNewsElement = null;
  452.    let typingInterval = null;
  453.    let isTyping = false;
  454.  
  455.    function createNewsElement() {
  456.        const newsElement = document.createElement('div');
  457.        newsElement.className = 'unique-news-item top-color active';
  458.        newsWrapper.appendChild(newsElement);
  459.        currentNewsElement = newsElement;
  460.    }
  461.  
  462.    function typeText(news, element, callback) {
  463.        let index = 0;
  464.        element.innerHTML = '<span class="unique-cursor"></span>';
  465.  
  466.        typingInterval = setInterval(() => {
  467.            if (index < news.title.length) {
  468.                const currentText = news.title.substring(0, index + 1);
  469.                element.innerHTML = `<a href="${news.url}" class="top-color">${currentText}</a><span class="unique-cursor"></span>`;
  470.                index++;
  471.            } else {
  472.                clearInterval(typingInterval);
  473.                setTimeout(() => {
  474.                    element.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  475.                    if (callback) callback();
  476.                }, 1000);
  477.            }
  478.        }, 100); // typing speed
  479.    }
  480.  
  481.    function startTyping() {
  482.        if (isTyping) return;
  483.  
  484.        isTyping = true;
  485.        const currentNews = newsItems[currentNewsIndex];
  486.  
  487.        typeText(currentNews, currentNewsElement, () => {
  488.            isTyping = false;
  489.            setTimeout(() => {
  490.                currentNewsIndex = (currentNewsIndex + 1) % newsItems.length;
  491.                startTyping();
  492.            }, 5000); // wait before next headline
  493.        });
  494.    }
  495.  
  496.    window.onload = function() {
  497.        createNewsElement();
  498.        startTyping();
  499.    };
  500. </script>
  501.  
  502.  
  503.  
  504.            
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511. <header class="header-v10 mb-4">
  512.    <div class="container-fluid fluid-container">
  513.        <!-- Top Bar -->
  514.        <div class="top-bar-v10">
  515.            <div
  516.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  517.               <div class="col-lg-3 col-md-12 col-12">
  518.                    <div class="brand-section-v10">
  519.                        <a class="logo-link-v9" href="/">
  520.                            
  521.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/3e1d98cb-6978-4318-b2d2-0b99a18d77f8_logo.png" alt="NewsBrit Blog" class="logo-img-v9" />
  522.                            
  523.                        </a>
  524.                    </div>
  525.                </div>
  526.                <div class="col-lg-6 col-md-12 d-inline-block">
  527.                    <div class="search-container-v10">
  528.                        <form class="search-form-v10" action="#" method="get">
  529.                            <div class="search-group-v10">
  530.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  531.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  532.                                <button type="submit" class="search-button-v10">
  533.                                    <i class="ti-search"></i>
  534.                                </button>
  535.                            </div>
  536.                            <div id="search-results" class="search-results-container search-v1"></div>
  537.                        </form>
  538.                    </div>
  539.                </div>
  540.                <div class="col-12 ">
  541.                    <div class="header-utilities-v10">
  542.                        <div class="utility-item-v10 d-lg-none">
  543.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  544.                                <div class="menu-icon-v10">
  545.                                    <span class="menu-bar-v10"></span>
  546.                                    <span class="menu-bar-v10"></span>
  547.                                    <span class="menu-bar-v10"></span>
  548.                                </div>
  549.                            </button>
  550.                        </div>
  551.                    </div>
  552.                </div>
  553.            </div>
  554.        </div>
  555.  
  556.        <!-- Navigation Bar -->
  557.    <nav class="navigation-v10 d-none d-lg-block">
  558.    <div class="nav-container-v10">
  559.        <ul class="nav-menu-v10">
  560.  
  561.            
  562.            <li class="nav-item-v10">
  563.                <a href="/" class="nav-link-v10 active-v10">
  564.                    <div class="link-content-v10">
  565.                        <span class="link-text-v10">Home</span>
  566.                        <div class="link-indicator-v10"></div>
  567.                    </div>
  568.                </a>
  569.            </li>
  570.  
  571.            
  572.            
  573.                
  574.                    
  575.                    
  576.                        <li class="nav-item-v10">
  577.                            <a href="/category/all-posts/" class="nav-link-v10">
  578.                                <div class="link-content-v10">
  579.                                    <span class="link-text-v10">All Posts</span>
  580.                                    <div class="link-indicator-v10"></div>
  581.                                </div>
  582.                            </a>
  583.                        </li>
  584.                    
  585.  
  586.                
  587.  
  588.                
  589.                
  590.            
  591.                
  592.                    
  593.                    
  594.                        <li class="nav-item-v10">
  595.                            <a href="/category/business/" class="nav-link-v10">
  596.                                <div class="link-content-v10">
  597.                                    <span class="link-text-v10">Business</span>
  598.                                    <div class="link-indicator-v10"></div>
  599.                                </div>
  600.                            </a>
  601.                        </li>
  602.                    
  603.  
  604.                
  605.  
  606.                
  607.                
  608.            
  609.                
  610.                    
  611.                    
  612.                        <li class="nav-item-v10">
  613.                            <a href="/category/esports/" class="nav-link-v10">
  614.                                <div class="link-content-v10">
  615.                                    <span class="link-text-v10">Esports</span>
  616.                                    <div class="link-indicator-v10"></div>
  617.                                </div>
  618.                            </a>
  619.                        </li>
  620.                    
  621.  
  622.                
  623.  
  624.                
  625.                
  626.            
  627.                
  628.                    
  629.                    
  630.                        <li class="nav-item-v10">
  631.                            <a href="/category/fashion/" class="nav-link-v10">
  632.                                <div class="link-content-v10">
  633.                                    <span class="link-text-v10">Fashion</span>
  634.                                    <div class="link-indicator-v10"></div>
  635.                                </div>
  636.                            </a>
  637.                        </li>
  638.                    
  639.  
  640.                
  641.  
  642.                
  643.                
  644.            
  645.                
  646.                    
  647.                    
  648.                        <li class="nav-item-v10">
  649.                            <a href="/category/featured/" class="nav-link-v10">
  650.                                <div class="link-content-v10">
  651.                                    <span class="link-text-v10">Featured</span>
  652.                                    <div class="link-indicator-v10"></div>
  653.                                </div>
  654.                            </a>
  655.                        </li>
  656.                    
  657.  
  658.                
  659.  
  660.                
  661.                
  662.            
  663.                
  664.                    
  665.                    
  666.                        <li class="nav-item-v10">
  667.                            <a href="/category/gaming/" class="nav-link-v10">
  668.                                <div class="link-content-v10">
  669.                                    <span class="link-text-v10">Gaming</span>
  670.                                    <div class="link-indicator-v10"></div>
  671.                                </div>
  672.                            </a>
  673.                        </li>
  674.                    
  675.  
  676.                
  677.  
  678.                
  679.                
  680.            
  681.                
  682.                    
  683.                    
  684.                        <li class="nav-item-v10">
  685.                            <a href="/category/health/" class="nav-link-v10">
  686.                                <div class="link-content-v10">
  687.                                    <span class="link-text-v10">Health</span>
  688.                                    <div class="link-indicator-v10"></div>
  689.                                </div>
  690.                            </a>
  691.                        </li>
  692.                    
  693.  
  694.                
  695.  
  696.                
  697.                
  698.            
  699.                
  700.                    
  701.                    
  702.                        <li class="nav-item-v10">
  703.                            <a href="/category/life-fitness/" class="nav-link-v10">
  704.                                <div class="link-content-v10">
  705.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  706.                                    <div class="link-indicator-v10"></div>
  707.                                </div>
  708.                            </a>
  709.                        </li>
  710.                    
  711.  
  712.                
  713.  
  714.                
  715.                
  716.            
  717.                
  718.                    
  719.                    
  720.                        <li class="nav-item-v10">
  721.                            <a href="/category/lifestyle/" class="nav-link-v10">
  722.                                <div class="link-content-v10">
  723.                                    <span class="link-text-v10">Lifestyle</span>
  724.                                    <div class="link-indicator-v10"></div>
  725.                                </div>
  726.                            </a>
  727.                        </li>
  728.                    
  729.  
  730.                
  731.  
  732.                
  733.                
  734.            
  735.                
  736.                    
  737.                    <li class="nav-item-v10 has-submenu-v10">
  738.                        <a href="#" class="nav-link-v10">
  739.                            <div class="link-content-v10">
  740.                                <span class="link-text-v10">More</span>
  741.                                <div class="link-arrow-v10"></div>
  742.                                <div class="link-indicator-v10"></div>
  743.                            </div>
  744.                        </a>
  745.                        <div class="submenu-v10">
  746.                            <div class="submenu-content-v10">
  747.                                <div class="submenu-column-v10">
  748.                                    <ul class="submenu-links-v10">
  749.                                        <li>
  750.                                            <a href="/category/news/" class="submenu-link-v10">
  751.                                                News
  752.                                            </a>
  753.                                        </li>
  754.                
  755.  
  756.                
  757.                
  758.            
  759.                
  760.                                        <li>
  761.                                            <a href="/category/others/" class="submenu-link-v10">
  762.                                                Others
  763.                                            </a>
  764.                                        </li>
  765.                
  766.  
  767.                
  768.                
  769.            
  770.                
  771.                                        <li>
  772.                                            <a href="/category/politics/" class="submenu-link-v10">
  773.                                                Politics
  774.                                            </a>
  775.                                        </li>
  776.                
  777.  
  778.                
  779.                
  780.            
  781.                
  782.                                        <li>
  783.                                            <a href="/category/sports/" class="submenu-link-v10">
  784.                                                Sports
  785.                                            </a>
  786.                                        </li>
  787.                
  788.  
  789.                
  790.                
  791.            
  792.                
  793.                                        <li>
  794.                                            <a href="/category/tech/" class="submenu-link-v10">
  795.                                                Tech
  796.                                            </a>
  797.                                        </li>
  798.                
  799.  
  800.                
  801.                
  802.            
  803.                
  804.                                        <li>
  805.                                            <a href="/category/travel/" class="submenu-link-v10">
  806.                                                Travel
  807.                                            </a>
  808.                                        </li>
  809.                
  810.  
  811.                
  812.                
  813.                                    </ul>
  814.                                </div>
  815.                            </div>
  816.                        </div>
  817.                    </li>
  818.                
  819.            
  820.            <li class="nav-item-v10">
  821.                <a href="/page/contact-us/" class="nav-link-v10">
  822.                    <div class="link-content-v10">
  823.                        <span class="link-text-v10">Contact Us</span>
  824.                        <div class="link-indicator-v10"></div>
  825.                    </div>
  826.                </a>
  827.            </li>
  828.        </ul>
  829.    </div>
  830. </nav>
  831.  
  832.        <!-- Mobile Menu -->
  833.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  834.            <div class="mobile-menu-content-v10">
  835.                <ul class="mobile-menu-list-v10">
  836.  
  837.                    
  838.                    <li class="mobile-menu-item-v10">
  839.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  840.                            <span class="mobile-link-text-v10">Home</span>
  841.                        </a>
  842.                    </li>
  843.  
  844.                    
  845.                    
  846.                    
  847.                    <li class="mobile-menu-item-v10">
  848.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  849.                            <span class="mobile-link-text-v10">All Posts</span>
  850.                        </a>
  851.                    </li>
  852.                    
  853.                    
  854.                    
  855.                    <li class="mobile-menu-item-v10">
  856.                        <a href="/category/business/" class="mobile-menu-link-v10">
  857.                            <span class="mobile-link-text-v10">Business</span>
  858.                        </a>
  859.                    </li>
  860.                    
  861.                    
  862.                    
  863.                    <li class="mobile-menu-item-v10">
  864.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  865.                            <span class="mobile-link-text-v10">Esports</span>
  866.                        </a>
  867.                    </li>
  868.                    
  869.                    
  870.                    
  871.                    <li class="mobile-menu-item-v10">
  872.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  873.                            <span class="mobile-link-text-v10">Fashion</span>
  874.                        </a>
  875.                    </li>
  876.                    
  877.                    
  878.                    
  879.                    <li class="mobile-menu-item-v10">
  880.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  881.                            <span class="mobile-link-text-v10">Featured</span>
  882.                        </a>
  883.                    </li>
  884.                    
  885.                    
  886.                    
  887.                    <li class="mobile-menu-item-v10">
  888.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  889.                            <span class="mobile-link-text-v10">Gaming</span>
  890.                        </a>
  891.                    </li>
  892.                    
  893.                    
  894.                    
  895.                    <li class="mobile-menu-item-v10">
  896.                        <a href="/category/health/" class="mobile-menu-link-v10">
  897.                            <span class="mobile-link-text-v10">Health</span>
  898.                        </a>
  899.                    </li>
  900.                    
  901.                    
  902.                    
  903.                    <li class="mobile-menu-item-v10">
  904.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  905.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  906.                        </a>
  907.                    </li>
  908.                    
  909.                    
  910.                    
  911.                    <li class="mobile-menu-item-v10">
  912.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  913.                            <span class="mobile-link-text-v10">Lifestyle</span>
  914.                        </a>
  915.                    </li>
  916.                    
  917.                    
  918.                    
  919.                    <li class="mobile-menu-item-v10">
  920.                        <a href="/category/news/" class="mobile-menu-link-v10">
  921.                            <span class="mobile-link-text-v10">News</span>
  922.                        </a>
  923.                    </li>
  924.                    
  925.                    
  926.                    
  927.                    <li class="mobile-menu-item-v10">
  928.                        <a href="/category/others/" class="mobile-menu-link-v10">
  929.                            <span class="mobile-link-text-v10">Others</span>
  930.                        </a>
  931.                    </li>
  932.                    
  933.                    
  934.                    
  935.                    <li class="mobile-menu-item-v10">
  936.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  937.                            <span class="mobile-link-text-v10">Politics</span>
  938.                        </a>
  939.                    </li>
  940.                    
  941.                    
  942.                    
  943.                    <li class="mobile-menu-item-v10">
  944.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  945.                            <span class="mobile-link-text-v10">Sports</span>
  946.                        </a>
  947.                    </li>
  948.                    
  949.                    
  950.                    
  951.                    <li class="mobile-menu-item-v10">
  952.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  953.                            <span class="mobile-link-text-v10">Tech</span>
  954.                        </a>
  955.                    </li>
  956.                    
  957.                    
  958.                    
  959.                    <li class="mobile-menu-item-v10">
  960.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  961.                            <span class="mobile-link-text-v10">Travel</span>
  962.                        </a>
  963.                    </li>
  964.                    
  965.                    
  966.  
  967.                </ul>
  968.            </div>
  969.        </div>
  970.  
  971.    </div>
  972. </header>
  973.  
  974. <style>
  975.    .logo-link-v9 img{
  976.        height: 70px;
  977.        width: auto;
  978.        object-fit: cover;
  979.    }
  980.    /* Navbar V10 Styles - Modern Two-Tier Design */
  981.    .header-v10 {
  982.        background: var(--navbar-bg);
  983.        margin-bottom: 10px;
  984.        position: relative;
  985.    }
  986.  
  987.    /* Top Bar */
  988.    .top-bar-v10 {
  989.        padding: 16px 0;
  990.    }
  991.  
  992.    /* Brand Section */
  993.    .brand-section-v10 {
  994.        display: flex;
  995.        align-items: center;
  996.    }
  997.  
  998.    .brand-link-v10 {
  999.        display: flex;
  1000.        align-items: center;
  1001.        text-decoration: none;
  1002.    }
  1003.  
  1004.    .brand-icon-v10 {
  1005.        width: 48px;
  1006.        height: 48px;
  1007.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1008.        border-radius: 12px;
  1009.        display: flex;
  1010.        align-items: center;
  1011.        justify-content: center;
  1012.        padding: 8px;
  1013.    }
  1014.  
  1015.    .brand-img-v10 {
  1016.        max-width: 100%;
  1017.        max-height: 100%;
  1018.        filter: brightness(0) invert(1);
  1019.    }
  1020.  
  1021.    /* Search Container */
  1022.    .search-container-v10 {
  1023.        max-width: 500px;
  1024.        margin-left: auto;
  1025.    }
  1026.  
  1027.    .search-group-v10 {
  1028.        display: flex;
  1029.        align-items: center;
  1030.        background: #f9fafb;
  1031.        border: 2px solid #e5e7eb;
  1032.        border-radius: 12px;
  1033.        overflow: hidden;
  1034.        transition: all 0.3s ease;
  1035.    }
  1036.  
  1037.    .search-group-v10:focus-within {
  1038.        background: #ffffff;
  1039.        border-color: #3b82f6;
  1040.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  1041.    }
  1042.  
  1043.    .search-icon-wrapper-v10 {
  1044.        padding: 12px 16px;
  1045.        display: flex;
  1046.        align-items: center;
  1047.    }
  1048.  
  1049.    .search-icon-v10 {
  1050.        width: 16px;
  1051.        height: 16px;
  1052.        background: #9ca3af;
  1053.        border-radius: 50%;
  1054.        position: relative;
  1055.    }
  1056.  
  1057.    .search-icon-v10::after {
  1058.        content: '';
  1059.        position: absolute;
  1060.        top: 12px;
  1061.        left: 12px;
  1062.        width: 6px;
  1063.        height: 1px;
  1064.        background: #9ca3af;
  1065.        transform: rotate(45deg);
  1066.    }
  1067.  
  1068.    .search-field-v10 {
  1069.        flex: 1;
  1070.        border: none;
  1071.        background: transparent;
  1072.        font-size: 15px;
  1073.        padding: 12px 0;
  1074.        outline: none;
  1075.        color: #1f2937;
  1076.    }
  1077.  
  1078.    .search-field-v10::placeholder {
  1079.        color: #9ca3af;
  1080.    }
  1081.  
  1082.    .search-button-v10 {
  1083.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1084.        color: white;
  1085.        border: none;
  1086.        padding: 14px 15px;
  1087.        font-weight: 600;
  1088.        cursor: pointer;
  1089.        transition: all 0.3s ease;
  1090.    }
  1091.  
  1092.    .search-button-v10:hover {
  1093.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1094.    }
  1095.  
  1096.    /* Header Utilities */
  1097.    .header-utilities-v10 {
  1098.        display: flex;
  1099.        align-items: center;
  1100.        justify-content: flex-end;
  1101.        gap: 8px;
  1102.    }
  1103.  
  1104.    .utility-item-v10 {
  1105.        display: flex;
  1106.    }
  1107.  
  1108.    .theme-toggle-v10,
  1109.    .mobile-search-v10,
  1110.    .menu-trigger-v10 {
  1111.        background: #f9fafb;
  1112.        border: 1px solid #e5e7eb;
  1113.        border-radius: 8px;
  1114.        padding: 10px;
  1115.        cursor: pointer;
  1116.        transition: all 0.3s ease;
  1117.    }
  1118.  
  1119.    .mobile-search-v10:hover,
  1120.    .menu-trigger-v10:hover {
  1121.        background: #f3f4f6;
  1122.        border-color: #d1d5db;
  1123.    }
  1124.  
  1125.    .mobile-search-icon-v10 {
  1126.        width: 16px;
  1127.        height: 16px;
  1128.        background: #6b7280;
  1129.        border-radius: 50%;
  1130.    }
  1131.  
  1132.    .menu-icon-v10 {
  1133.        display: flex;
  1134.        flex-direction: column;
  1135.        gap: 3px;
  1136.        width: 16px;
  1137.    }
  1138.  
  1139.    .menu-bar-v10 {
  1140.        height: 2px;
  1141.        background: #6b7280;
  1142.        border-radius: 1px;
  1143.        transition: all 0.3s ease;
  1144.    }
  1145.  
  1146.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1147.        transform: rotate(45deg) translate(4px, 4px);
  1148.    }
  1149.  
  1150.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1151.        opacity: 0;
  1152.    }
  1153.  
  1154.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1155.        transform: rotate(-45deg) translate(6px, -6px);
  1156.    }
  1157.  
  1158.    /* Navigation */
  1159.    .navigation-v10 {
  1160.        background: var(--navbar-bg);
  1161.    }
  1162.  
  1163.    .nav-container-v10 {
  1164.        padding: 0;
  1165.        display: flex;
  1166.        justify-content: flex-end;
  1167.    }
  1168.  
  1169.    .nav-menu-v10 {
  1170.        list-style: none;
  1171.        padding: 0;
  1172.        margin: 0;
  1173.        display: flex;
  1174.        align-items: stretch;
  1175.    }
  1176.  
  1177.    .nav-item-v10 {
  1178.        position: relative;
  1179.    }
  1180.  
  1181.    .nav-link-v10 {
  1182.        color: #374151;
  1183.        text-decoration: none;
  1184.        display: block;
  1185.        transition: all 0.3s ease;
  1186.    }
  1187.  
  1188.    .link-content-v10 {
  1189.        padding: 16px 20px;
  1190.        display: flex;
  1191.        align-items: center;
  1192.        gap: 6px;
  1193.        position: relative;
  1194.    }
  1195.  
  1196.    .link-text-v10 {
  1197.        font-size: 15px;
  1198.        font-weight: 600;
  1199.    }
  1200.  
  1201.    .link-arrow-v10 {
  1202.        width: 0;
  1203.        height: 0;
  1204.        border-left: 3px solid transparent;
  1205.        border-right: 3px solid transparent;
  1206.        border-top: 3px solid currentColor;
  1207.        transition: transform 0.3s ease;
  1208.    }
  1209.  
  1210.    .link-indicator-v10 {
  1211.        position: absolute;
  1212.        bottom: 0;
  1213.        left: 0;
  1214.        right: 0;
  1215.        height: 3px;
  1216.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1217.        transform: scaleX(0);
  1218.        transition: transform 0.3s ease;
  1219.    }
  1220.  
  1221.    .nav-link-v10:hover,
  1222.    .nav-link-v10.active-v10 {
  1223.        color: white !important;
  1224.        background: var(--bs-primary);
  1225.    }
  1226.  
  1227.    .nav-link-v10:hover .link-indicator-v10,
  1228.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1229.        transform: scaleX(1);
  1230.    }
  1231.  
  1232.    .has-submenu-v10:hover .link-arrow-v10 {
  1233.        transform: rotate(180deg);
  1234.    }
  1235.  
  1236.    /* Submenu */
  1237.    .submenu-v10 {
  1238.        position: absolute;
  1239.        top: 100%;
  1240.        left: 0;
  1241.        background: #ffffff;
  1242.        border: 1px solid #e5e7eb;
  1243.        border-radius: 12px;
  1244.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1245.        opacity: 0;
  1246.        visibility: hidden;
  1247.        transform: translateY(-8px);
  1248.        transition: all 0.3s ease;
  1249.        z-index: 1000;
  1250.        min-width: 400px;
  1251.        padding: 24px;
  1252.        margin-top: 8px;
  1253.    }
  1254.  
  1255.    .has-submenu-v10:hover .submenu-v10 {
  1256.        opacity: 1;
  1257.        visibility: visible;
  1258.        transform: translateY(0);
  1259.    }
  1260.  
  1261.    .submenu-content-v10 {
  1262.        display: grid;
  1263.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1264.        gap: 24px;
  1265.    }
  1266.  
  1267.    .submenu-title-v10 {
  1268.        font-size: 13px;
  1269.        font-weight: 700;
  1270.        color: #3b82f6;
  1271.        margin-bottom: 12px;
  1272.        text-transform: uppercase;
  1273.        letter-spacing: 0.5px;
  1274.    }
  1275.  
  1276.    .submenu-links-v10 {
  1277.        list-style: none;
  1278.        padding: 0;
  1279.        margin: 0;
  1280.    }
  1281.  
  1282.    .submenu-link-v10 {
  1283.        display: block;
  1284.        color: #6b7280 !important;
  1285.        text-decoration: none;
  1286.        font-size: 14px;
  1287.        padding: 8px 0;
  1288.        transition: color 0.3s ease;
  1289.    }
  1290.  
  1291.    .submenu-link-v10:hover {
  1292.        color: #3b82f6 !important;
  1293.    }
  1294.  
  1295.    /* Mobile Search Panel */
  1296.    .mobile-search-panel-v10 {
  1297.        background: #f9fafb;
  1298.        border-bottom: 1px solid #e5e7eb;
  1299.        padding: 12px 0;
  1300.        max-height: 0;
  1301.        overflow: hidden;
  1302.        transition: all 0.3s ease;
  1303.    }
  1304.  
  1305.    .mobile-search-panel-v10.show-v10 {
  1306.        max-height: 80px;
  1307.    }
  1308.  
  1309.    .mobile-search-wrapper-v10 {
  1310.        display: flex;
  1311.        align-items: center;
  1312.        background: #ffffff;
  1313.        border: 1px solid #e5e7eb;
  1314.        border-radius: 8px;
  1315.        overflow: hidden;
  1316.    }
  1317.  
  1318.    .mobile-search-input-v10 {
  1319.        flex: 1;
  1320.        border: none;
  1321.        padding: 12px 16px;
  1322.        font-size: 15px;
  1323.        outline: none;
  1324.        background: transparent;
  1325.    }
  1326.  
  1327.    .mobile-search-btn-v10 {
  1328.        background: #3b82f6;
  1329.        border: none;
  1330.        padding: 12px 16px;
  1331.        cursor: pointer;
  1332.    }
  1333.  
  1334.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1335.        background: white;
  1336.    }
  1337.  
  1338.    /* Mobile Menu */
  1339.    .mobile-menu-v10 {
  1340.        background: #ffffff;
  1341.        border-bottom: 1px solid #e5e7eb;
  1342.        max-height: 0;
  1343.        overflow: hidden;
  1344.        transition: all 0.4s ease;
  1345.    }
  1346.  
  1347.    .mobile-menu-v10.show-v10 {
  1348.        max-height: 500px;
  1349.    }
  1350.  
  1351.    .mobile-menu-content-v10 {
  1352.        padding: 16px 30px;
  1353.    }
  1354.  
  1355.    .mobile-menu-list-v10 {
  1356.        list-style: none;
  1357.        padding: 0;
  1358.        margin: 0;
  1359.    }
  1360.  
  1361.    .mobile-menu-item-v10 {
  1362.        border-bottom: 1px solid #f3f4f6;
  1363.    }
  1364.  
  1365.    .mobile-menu-link-v10,
  1366.    .mobile-menu-toggle-v10 {
  1367.        display: flex;
  1368.        align-items: center;
  1369.        justify-content: space-between;
  1370.        color: #374151;
  1371.        text-decoration: none;
  1372.        font-size: 16px;
  1373.        font-weight: 600;
  1374.        padding: 16px 0;
  1375.        transition: color 0.3s ease;
  1376.        background: none;
  1377.        border: none;
  1378.        width: 100%;
  1379.        cursor: pointer;
  1380.    }
  1381.  
  1382.    .mobile-menu-link-v10:hover,
  1383.    .mobile-menu-toggle-v10:hover,
  1384.    .mobile-menu-link-v10.active-v10 {
  1385.        color: var(--bs-light);
  1386.    }
  1387.  
  1388.    .mobile-toggle-arrow-v10 {
  1389.        width: 0;
  1390.        height: 0;
  1391.        border-left: 4px solid transparent;
  1392.        border-right: 4px solid transparent;
  1393.        border-top: 4px solid currentColor;
  1394.        transition: transform 0.3s ease;
  1395.    }
  1396.  
  1397.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1398.        transform: rotate(180deg);
  1399.    }
  1400.  
  1401.    .mobile-submenu-v10 {
  1402.        list-style: none;
  1403.        padding: 0;
  1404.        margin: 0;
  1405.        max-height: 0;
  1406.        overflow: hidden;
  1407.        transition: all 0.3s ease;
  1408.        background: #f9fafb;
  1409.    }
  1410.  
  1411.    .mobile-submenu-v10.show-v10 {
  1412.        max-height: 200px;
  1413.        padding: 8px 0;
  1414.    }
  1415.  
  1416.    .mobile-submenu-link-v10 {
  1417.        display: block;
  1418.        color: #6b7280;
  1419.        text-decoration: none;
  1420.        font-size: 14px;
  1421.        padding: 10px 20px;
  1422.        transition: color 0.3s ease;
  1423.    }
  1424.  
  1425.    .mobile-submenu-link-v10:hover {
  1426.        color: #3b82f6;
  1427.    }
  1428.  
  1429.    /* Responsive Design */
  1430.    @media (max-width: 768px) {
  1431.        .top-bar-v10 {
  1432.            padding: 12px 0;
  1433.        }
  1434.  
  1435.        .brand-icon-v10 {
  1436.            width: 40px;
  1437.            height: 40px;
  1438.        }
  1439.  
  1440.        .brand-name-v10 {
  1441.            font-size: 18px;
  1442.        }
  1443.  
  1444.        .brand-tagline-v10 {
  1445.            font-size: 11px;
  1446.        }
  1447.    }
  1448.  
  1449.    @media (max-width: 576px) {
  1450.        .brand-text-v10 {
  1451.            display: none;
  1452.        }
  1453.    }
  1454. </style>
  1455.  
  1456. <script>
  1457.    function toggleMobileSearchV10() {
  1458.        const searchPanel = document.getElementById('mobileSearchV10');
  1459.        const searchBtn = document.querySelector('.mobile-search-v10');
  1460.  
  1461.        if (searchPanel) {
  1462.            searchPanel.classList.toggle('show-v10');
  1463.  
  1464.            if (searchPanel.classList.contains('show-v10')) {
  1465.                setTimeout(() => {
  1466.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1467.                    if (input) input.focus();
  1468.                }, 100);
  1469.            }
  1470.        }
  1471.    }
  1472.  
  1473.    function toggleMenuV10() {
  1474.        const mobileMenu = document.getElementById('mobileMenuV10');
  1475.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1476.  
  1477.        if (mobileMenu && menuBtn) {
  1478.            mobileMenu.classList.toggle('show-v10');
  1479.            menuBtn.classList.toggle('active-v10');
  1480.        }
  1481.    }
  1482.  
  1483.    function toggleMobileSubmenuV10(submenuId) {
  1484.        const submenu = document.getElementById(submenuId);
  1485.        if (!submenu) return;
  1486.  
  1487.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1488.  
  1489.        // Close other submenus
  1490.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1491.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1492.  
  1493.        allSubmenus.forEach(menu => {
  1494.            if (menu.id !== submenuId) {
  1495.                menu.classList.remove('show-v10');
  1496.            }
  1497.        });
  1498.  
  1499.        allParents.forEach(parent => {
  1500.            if (parent !== parentItem) {
  1501.                parent.classList.remove('open-v10');
  1502.            }
  1503.        });
  1504.  
  1505.        // Toggle current submenu
  1506.        submenu.classList.toggle('show-v10');
  1507.        if (parentItem) {
  1508.            parentItem.classList.toggle('open-v10');
  1509.        }
  1510.    }
  1511.  
  1512.    // Close menus when clicking outside
  1513.    document.addEventListener('click', function (e) {
  1514.        const mobileMenu = document.getElementById('mobileMenuV10');
  1515.        const mobileSearch = document.getElementById('mobileSearchV10');
  1516.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1517.        const searchBtn = document.querySelector('.mobile-search-v10');
  1518.  
  1519.        // Close mobile menu
  1520.        if (mobileMenu && menuBtn &&
  1521.            !mobileMenu.contains(e.target) &&
  1522.            !menuBtn.contains(e.target)) {
  1523.            mobileMenu.classList.remove('show-v10');
  1524.            menuBtn.classList.remove('active-v10');
  1525.        }
  1526.  
  1527.        // Close mobile search
  1528.        if (mobileSearch && searchBtn &&
  1529.            !mobileSearch.contains(e.target) &&
  1530.            !searchBtn.contains(e.target)) {
  1531.            mobileSearch.classList.remove('show-v10');
  1532.        }
  1533.    });
  1534. </script>
  1535.  
  1536. <script>
  1537.  document.addEventListener("DOMContentLoaded", function () {
  1538.    console.log("loaded");
  1539.  
  1540.     const searchInput = document.getElementById("search-input")
  1541.    const searchResults = document.getElementById("search-results");
  1542.  
  1543.    if (!searchInput || !searchResults) {
  1544.      console.error("Search input/results not found");
  1545.      return;
  1546.    }
  1547.  
  1548.    // Prevent form submission
  1549.    if (searchInput.form) {
  1550.      searchInput.form.addEventListener("submit", function (e) {
  1551.        e.preventDefault();
  1552.      });
  1553.    }
  1554.  
  1555.    // Add event listener for keyup
  1556.    searchInput.addEventListener("keyup", function (e) {
  1557.      console.log("Key pressed:", e.key);
  1558.      e.preventDefault();
  1559.  
  1560.      const query = searchInput.value.trim();
  1561.      console.log("User is typing: " + query);
  1562.  
  1563.      // If empty → clear and hide
  1564.      if (query === "") {
  1565.        searchResults.innerHTML = "";
  1566.        searchResults.style.display = "none";
  1567.        return;
  1568.      }
  1569.  
  1570.      // Show results
  1571.      searchResults.style.display = "block";
  1572.  
  1573.      // Fetch search results
  1574.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1575.        method: "GET",
  1576.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1577.      })
  1578.        .then(response => {
  1579.          console.log("Response Status:", response.status);
  1580.          return response.json();
  1581.        })
  1582.        .then(data => {
  1583.          console.log("Data received:", data);
  1584.          if (data.html) {
  1585.            searchResults.innerHTML = data.html;
  1586.          } else {
  1587.            searchResults.innerHTML = "<p>No results found.</p>";
  1588.          }
  1589.        })
  1590.        .catch(error => {
  1591.          console.error("Error fetching search results:", error);
  1592.        });
  1593.    });
  1594.  
  1595.    // Close results when clicking outside
  1596.    document.addEventListener("click", function (e) {
  1597.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1598.        searchResults.style.display = "none";
  1599.      }
  1600.    });
  1601.  
  1602.    // Close results on ESC key
  1603.    document.addEventListener("keydown", function (e) {
  1604.      if (e.key === "Escape") {
  1605.        searchResults.style.display = "none";
  1606.      }
  1607.    });
  1608.  });
  1609. </script>
  1610.  
  1611. <style>
  1612.        /* search field */
  1613.  .search-results-container {
  1614.  position: absolute;
  1615.  top: 60%; /* Position it below the input field */
  1616.  left: 10px;
  1617.  right: 10px;
  1618.  background-color: white;
  1619.  border: 1px solid #ddd;
  1620.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1621.  max-height: 300px;
  1622.  overflow-y: auto;
  1623.  z-index: 1000;
  1624.  display: none; /* Initially hidden */
  1625. }
  1626.  
  1627. .search-results-container p {
  1628.  margin: 0;
  1629. }
  1630.  
  1631. .search-results-container .result-item {
  1632.  padding: 10px;
  1633.  cursor: pointer;
  1634. }
  1635.  
  1636. .search-results-container .result-item:hover {
  1637.  background-color: #f0f0f0;
  1638. }
  1639. @media (max-width: 992px) {
  1640.  .search-results-container {
  1641.    top: 70%;
  1642.  }
  1643.    
  1644. }
  1645. </style>
  1646.  
  1647.        </header>
  1648.        <!-- end of header -->
  1649.        <!-- start of wpo-blog-hero -->
  1650.        
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658. <div class="blog-hero-v6">
  1659.    <div class="container-fluid fluid-container">
  1660.        
  1661.        <!-- Top Section - Two Column Layout -->
  1662.        <div class="row g-4 mb-5">
  1663.            <!-- Main Featured Article - Left -->
  1664.            
  1665.  
  1666.            <div class="col-lg-6 col-md-12">
  1667.                <article class="main-featured">
  1668.                    <div class="featured-image-container">
  1669.                        
  1670.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1671.                                class="featured-image" style="object-fit: cover;" alt="">
  1672.                        
  1673.                        <div class="category-tag bg-primary-gradient">News</div>
  1674.                    </div>
  1675.                    <div class="featured-content">
  1676.                        <h1 class="featured-title"><a class="top-color" href="/hendy-scores-three-as-eight-try-saints-demolish-bulls/" >
  1677.                                        Hendy Scores Three as Eight-Try Saints Demolish Bulls
  1678.                                    </a></h1>
  1679.                        <p class="featured-summary"></p>
  1680.                        <div class="article-meta">
  1681.                            <div class="author-info">
  1682.                                
  1683.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera" class="author-pic">
  1684.                                
  1685.                                <div class="author-text">
  1686.                                    <span class="author-name">Anthony Rivera</span>
  1687.                                    <span class="post-time">07 Aug 2026</span>
  1688.                                    
  1689.                                </div>
  1690.                            </div>
  1691.                            <div class="reading-info">
  1692.                                <!-- <span class="read-time">4 min read</span> -->
  1693.                            </div>
  1694.                        </div>
  1695.                    </div>
  1696.                </article>
  1697.            </div>
  1698.            
  1699.  
  1700.            <div class="col-lg-6 col-md-12">
  1701.                <article class="main-featured">
  1702.                    <div class="featured-image-container">
  1703.                        
  1704.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1705.                                class="featured-image" style="object-fit: cover;" alt="">
  1706.                        
  1707.                        <div class="category-tag bg-primary-gradient">News</div>
  1708.                    </div>
  1709.                    <div class="featured-content">
  1710.                        <h1 class="featured-title"><a class="top-color" href="/conflict-ravaged-burma-votes-in-widely-criticised-sham-election/" >
  1711.                                        Conflict-ravaged Burma Votes in Widely Criticised &#x27;Sham&#x27; Election.
  1712.                                    </a></h1>
  1713.                        <p class="featured-summary"></p>
  1714.                        <div class="article-meta">
  1715.                            <div class="author-info">
  1716.                                
  1717.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera" class="author-pic">
  1718.                                
  1719.                                <div class="author-text">
  1720.                                    <span class="author-name">Anthony Rivera</span>
  1721.                                    <span class="post-time">07 Aug 2026</span>
  1722.                                    
  1723.                                </div>
  1724.                            </div>
  1725.                            <div class="reading-info">
  1726.                                <!-- <span class="read-time">4 min read</span> -->
  1727.                            </div>
  1728.                        </div>
  1729.                    </div>
  1730.                </article>
  1731.            </div>
  1732.            
  1733.  
  1734.        </div>
  1735.  
  1736.        <!-- Bottom Section - Three Column Grid -->
  1737.        <div class="row g-4">
  1738.            
  1739.                <div class="col-lg-4 col-md-6 col-12">
  1740.                    <article class="compact-card">
  1741.                        <div class="compact-image">
  1742.                            
  1743.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1744.                                   style="object-fit: cover;" alt="">
  1745.                            
  1746.                            <div class="compact-category bg-primary-gradient">News</div>
  1747.                        </div>
  1748.                        <div class="compact-body">
  1749.                            <h3 class="compact-title"> <a class="top-color" href="/the-president-states-he-will-abide-by-the-deal-to-conclude-government-shutdown/" >
  1750.                                        The President States He Will ‘Abide by the Deal’ to Conclude Government Shutdown
  1751.                                    </a></h3>
  1752.                            <p class="compact-text"></p>
  1753.                            <div class="compact-footer">
  1754.                                <div class="compact-author">
  1755.                                    
  1756.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="compact-avatar">
  1757.                                    
  1758.                                    <span class="compact-name">Anthony Rivera</span>
  1759.                                </div>
  1760.                                <span class="compact-date">07 Aug 2026</span>
  1761.                            </div>
  1762.                        </div>
  1763.                    </article>
  1764.                </div>
  1765.            
  1766.                <div class="col-lg-4 col-md-6 col-12">
  1767.                    <article class="compact-card">
  1768.                        <div class="compact-image">
  1769.                            
  1770.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1771.                                   style="object-fit: cover;" alt="">
  1772.                            
  1773.                            <div class="compact-category bg-primary-gradient">News</div>
  1774.                        </div>
  1775.                        <div class="compact-body">
  1776.                            <h3 class="compact-title"> <a class="top-color" href="/what-lies-ahead-for-the-heavyweight-boxing-scene-after-wardleys-big-win/" >
  1777.                                        What Lies Ahead for the Heavyweight Boxing Scene After Wardley&#x27;s Big Win?
  1778.                                    </a></h3>
  1779.                            <p class="compact-text"></p>
  1780.                            <div class="compact-footer">
  1781.                                <div class="compact-author">
  1782.                                    
  1783.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="compact-avatar">
  1784.                                    
  1785.                                    <span class="compact-name">Anthony Rivera</span>
  1786.                                </div>
  1787.                                <span class="compact-date">07 Aug 2026</span>
  1788.                            </div>
  1789.                        </div>
  1790.                    </article>
  1791.                </div>
  1792.            
  1793.  
  1794.            <div class="col-lg-4 col-md-12 col-12">
  1795.                <!-- Recent Articles Sidebar -->
  1796.                <div class="recent-section">
  1797.                    <h3 class="recent-title">Recent Articles</h3>
  1798.                    <div class="recent-list">
  1799.                        
  1800.                        <div class="recent-item">
  1801.                            <div class="recent-content">
  1802.                                <h4 class="recent-article-title"><a class="top-color" href="/multiple-affected-as-turbulence-impacts-delta-aircraft-arriving-in-sydney/" >
  1803.                                        Multiple Affected as Turbulence Impacts Delta Aircraft Arriving in Sydney
  1804.                                    </a></h4>
  1805.                                <span class="recent-date">06 Aug 2026</span>
  1806.                            </div>
  1807.                        </div>
  1808.                        
  1809.                    </div>
  1810.                </div>
  1811.            </div>
  1812.        </div>
  1813.    </div>
  1814. </div>
  1815.  
  1816. <style>
  1817. /* Blog Hero V6 - Magazine Style with White Background */
  1818. .blog-hero-v6 {
  1819.    padding: 3rem 0;
  1820.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1821. }
  1822.  
  1823. /* Main Featured Article */
  1824. .main-featured {
  1825.    background: var(--card-bg);
  1826.    border-radius: 16px;
  1827.    overflow: hidden;
  1828.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1829.    border: 1px solid var(--border-color);
  1830.    transition: all 0.3s ease;
  1831. }
  1832.  
  1833. .main-featured:hover {
  1834.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1835.    transform: translateY(-2px);
  1836. }
  1837.  
  1838. .featured-image-container {
  1839.    position: relative;
  1840.    height: 300px;
  1841.    overflow: hidden;
  1842. }
  1843.  
  1844. .featured-image {
  1845.    width: 100%;
  1846.    height: 100%;
  1847.    object-fit: cover;
  1848.    transition: transform 0.4s ease;
  1849. }
  1850.  
  1851. .main-featured:hover .featured-image {
  1852.    transform: scale(1.03);
  1853. }
  1854.  
  1855. .featured-content {
  1856.    padding: 2.5rem;
  1857. }
  1858.  
  1859. .featured-title {
  1860.    font-size: 2rem;
  1861.    font-weight: 700;
  1862.    color: #1a202c;
  1863.    margin-bottom: 1rem;
  1864.    line-height: 1.25;
  1865.    letter-spacing: -0.025em;
  1866. }
  1867.  
  1868. .featured-summary {
  1869.    font-size: 1.1rem;
  1870.    color: #4a5568;
  1871.    line-height: 1.6;
  1872.    margin-bottom: 2rem;
  1873. }
  1874.  
  1875. /* Category Tags */
  1876. .category-tag {
  1877.    position: absolute;
  1878.    top: 1.5rem;
  1879.    left: 1.5rem;
  1880.    padding: 0.5rem 1rem;
  1881.    font-size: 0.75rem;
  1882.    font-weight: 600;
  1883.    text-transform: uppercase;
  1884.    letter-spacing: 0.1em;
  1885.    color: white;
  1886.    border-radius: 6px;
  1887.    z-index: 2;
  1888. }
  1889.  
  1890.  
  1891. /* Article Meta */
  1892. .article-meta {
  1893.    display: flex;
  1894.    align-items: center;
  1895.    justify-content: space-between;
  1896. }
  1897.  
  1898. .author-info {
  1899.    display: flex;
  1900.    align-items: center;
  1901.    gap: 1rem;
  1902. }
  1903.  
  1904. .author-pic {
  1905.    width: 48px;
  1906.    height: 48px;
  1907.    border-radius: 50%;
  1908.    object-fit: cover;
  1909.    border: 2px solid #e2e8f0;
  1910. }
  1911.  
  1912. .author-text {
  1913.    display: flex;
  1914.    flex-direction: column;
  1915. }
  1916.  
  1917. .author-name {
  1918.    font-weight: 600;
  1919.    color: #2d3748;
  1920.    font-size: 0.95rem;
  1921. }
  1922.  
  1923. .post-time {
  1924.    font-size: 0.85rem;
  1925.    color: #718096;
  1926. }
  1927.  
  1928. .reading-info {
  1929.    display: flex;
  1930.    align-items: center;
  1931. }
  1932.  
  1933. .read-time {
  1934.    font-size: 0.9rem;
  1935.    color: #718096;
  1936.    padding: 0.25rem 0.75rem;
  1937.    background: #f7fafc;
  1938.    border-radius: 15px;
  1939.    font-weight: 500;
  1940. }
  1941.  
  1942. /* Secondary Featured */
  1943. .secondary-featured {
  1944.    background: var(--card-bg);
  1945.    border-radius: 16px;
  1946.    overflow: hidden;
  1947.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1948.    border: 1px solid var(--border-color);
  1949.    height: 100%;
  1950.    transition: all 0.3s ease;
  1951. }
  1952.  
  1953. .secondary-featured:hover {
  1954.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1955.    transform: translateY(-2px);
  1956. }
  1957.  
  1958. .secondary-image-wrapper {
  1959.    position: relative;
  1960.    height: 200px;
  1961.    overflow: hidden;
  1962. }
  1963.  
  1964. .secondary-image-wrapper img {
  1965.    width: 100%;
  1966.    height: 100%;
  1967.    object-fit: cover;
  1968.    transition: transform 0.4s ease;
  1969. }
  1970.  
  1971. .secondary-featured:hover .secondary-image-wrapper img {
  1972.    transform: scale(1.03);
  1973. }
  1974.  
  1975. .secondary-content {
  1976.    padding: 2rem;
  1977. }
  1978.  
  1979. .secondary-title {
  1980.    font-size: 1.5rem;
  1981.    font-weight: 600;
  1982.    color: #1a202c;
  1983.    margin-bottom: 1rem;
  1984.    line-height: 1.3;
  1985. }
  1986.  
  1987. .secondary-excerpt {
  1988.    font-size: 0.95rem;
  1989.    color: #4a5568;
  1990.    line-height: 1.6;
  1991.    margin-bottom: 1.5rem;
  1992. }
  1993.  
  1994. .secondary-meta {
  1995.    display: flex;
  1996.    align-items: center;
  1997.    gap: 0.5rem;
  1998.    font-size: 0.85rem;
  1999.    color: #718096;
  2000. }
  2001.  
  2002. .meta-divider {
  2003.    color: #cbd5e0;
  2004. }
  2005.  
  2006. /* Compact Cards */
  2007. .compact-card {
  2008.    background: var(--card-bg);
  2009.    border-radius: 12px;
  2010.    overflow: hidden;
  2011.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  2012.    border: 1px solid var(--border-color);
  2013.    transition: all 0.3s ease;
  2014.    height: 100%;
  2015.    display: flex;
  2016.    flex-direction: column;
  2017. }
  2018.  
  2019. .compact-card:hover {
  2020.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  2021.    transform: translateY(-3px);
  2022. }
  2023.  
  2024. .compact-image {
  2025.    position: relative;
  2026.    height: 180px;
  2027.    overflow: hidden;
  2028. }
  2029.  
  2030. .compact-image img {
  2031.    width: 100%;
  2032.    height: 100%;
  2033.    object-fit: cover;
  2034.    transition: transform 0.4s ease;
  2035. }
  2036.  
  2037. .compact-card:hover .compact-image img {
  2038.    transform: scale(1.05);
  2039. }
  2040.  
  2041. .compact-category {
  2042.    position: absolute;
  2043.    top: 1rem;
  2044.    left: 1rem;
  2045.    padding: 0.25rem 0.75rem;
  2046.    font-size: 0.7rem;
  2047.    font-weight: 600;
  2048.    text-transform: uppercase;
  2049.    color: white;
  2050.    border-radius: 4px;
  2051. }
  2052.  
  2053. .compact-body {
  2054.    padding: 1.5rem;
  2055.    flex-grow: 1;
  2056.    display: flex;
  2057.    flex-direction: column;
  2058. }
  2059.  
  2060. .compact-title {
  2061.    font-size: 1.1rem;
  2062.    font-weight: 600;
  2063.    color: #1a202c;
  2064.    margin-bottom: 0.75rem;
  2065.    line-height: 1.4;
  2066. }
  2067.  
  2068. .compact-text {
  2069.    font-size: 0.9rem;
  2070.    color: #4a5568;
  2071.    line-height: 1.5;
  2072.    margin-bottom: 1.5rem;
  2073.    flex-grow: 1;
  2074. }
  2075.  
  2076. .compact-footer {
  2077.    display: flex;
  2078.    align-items: center;
  2079.    justify-content: space-between;
  2080.    margin-top: auto;
  2081. }
  2082.  
  2083. .compact-author {
  2084.    display: flex;
  2085.    align-items: center;
  2086.    gap: 0.5rem;
  2087. }
  2088.  
  2089. .compact-avatar {
  2090.    width: 32px;
  2091.    height: 32px;
  2092.    border-radius: 50%;
  2093.    object-fit: cover;
  2094. }
  2095.  
  2096. .compact-name {
  2097.    font-size: 0.85rem;
  2098.    font-weight: 500;
  2099.    color: #2d3748;
  2100. }
  2101.  
  2102. .compact-date {
  2103.    font-size: 0.8rem;
  2104.    color: #718096;
  2105. }
  2106.  
  2107. /* Recent Articles Section */
  2108. .recent-section {
  2109.    background: var(--card-bg);
  2110.    border-radius: 12px;
  2111.    padding: 2rem;
  2112.    border: 1px solid var(--border-color);
  2113.    height: 100%;
  2114. }
  2115.  
  2116. .recent-title {
  2117.    font-size: 1.25rem;
  2118.    font-weight: 700;
  2119.    color: #1a202c;
  2120.    margin-bottom: 1.5rem;
  2121.    padding-bottom: 0.75rem;
  2122.    border-bottom: 2px solid var(--border-color);
  2123. }
  2124.  
  2125. .recent-list {
  2126.    display: flex;
  2127.    flex-direction: column;
  2128.    gap: 1.25rem;
  2129. }
  2130.  
  2131. .recent-item {
  2132.    display: flex;
  2133.    align-items: center;
  2134.    gap: 1rem;
  2135.    padding: 0.8rem;
  2136.    background: var(--card-bg);
  2137.    border-radius: 8px;
  2138.    transition: all 0.2s ease;
  2139.    border: 1px solid var(--border-color);
  2140. }
  2141.  
  2142. .recent-item:hover {
  2143.    transform: translateX(4px);
  2144.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  2145. }
  2146.  
  2147. .recent-content {
  2148.    flex-grow: 1;
  2149. }
  2150.  
  2151. .recent-article-title {
  2152.    font-size: 0.95rem;
  2153.    font-weight: 600;
  2154.    color: #1a202c;
  2155.    margin-bottom: 0rem;
  2156.    line-height: 1.3;
  2157. }
  2158.  
  2159. .recent-date {
  2160.    font-size: 0.8rem;
  2161.    color: #718096;
  2162. }
  2163.  
  2164. /* Responsive Design */
  2165. @media (max-width: 992px) {
  2166.    .blog-hero-v6 {
  2167.        padding: 2rem 0;
  2168.    }
  2169.    
  2170.    .featured-title {
  2171.        font-size: 1.75rem;
  2172.    }
  2173.    
  2174.    .secondary-title {
  2175.        font-size: 1.3rem;
  2176.    }
  2177.    
  2178.    .article-meta {
  2179.        flex-direction: column;
  2180.        align-items: flex-start;
  2181.        gap: 1rem;
  2182.    }
  2183. }
  2184.  
  2185. @media (max-width: 768px) {
  2186.    .featured-content,
  2187.    .secondary-content {
  2188.        padding: 1.5rem;
  2189.    }
  2190.    
  2191.    .featured-title {
  2192.        font-size: 1.5rem;
  2193.    }
  2194.    
  2195.    .featured-image-container,
  2196.    .secondary-image-wrapper {
  2197.        height: 200px;
  2198.    }
  2199.    
  2200.    .compact-image {
  2201.        height: 150px;
  2202.    }
  2203.    
  2204.    .recent-section {
  2205.        margin-top: 2rem;
  2206.    }
  2207. }
  2208.  
  2209. @media (max-width: 576px) {
  2210.    .reading-info {
  2211.        margin-top: 1rem;
  2212.    }
  2213.    
  2214.    .secondary-meta {
  2215.        flex-wrap: wrap;
  2216.    }
  2217.    
  2218.    .recent-item {
  2219.        padding: 0.75rem;
  2220.    }
  2221. }
  2222. </style>
  2223.  
  2224.  
  2225.  
  2226.  
  2227.        <!-- end of wpo-blog-hero -->
  2228.  
  2229.        <!-- start of wpo-breacking-news -->
  2230.        
  2231.        <!-- end of wpo-breacking-news -->
  2232.        
  2233.        <!-- start wpo-blog-highlights-section -->
  2234.        
  2235.  
  2236.  
  2237.  
  2238.    
  2239.  
  2240.  
  2241.  
  2242.  
  2243. <style>
  2244.    .blog-highlights-v3 {
  2245.        padding: 80px 0;
  2246.        position: relative;
  2247.        overflow: hidden;
  2248.    }
  2249.    
  2250.    .blog-highlights-v3::before {
  2251.        content: '';
  2252.        position: absolute;
  2253.        top: 0;
  2254.        left: 0;
  2255.        width: 100%;
  2256.        height: 100%;
  2257.        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");
  2258.        z-index: 0;
  2259.    }
  2260.    
  2261.    .masonry-container {
  2262.        display: grid;
  2263.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  2264.        grid-gap: 25px;
  2265.    }
  2266.    
  2267.    .blog-card-v3 {
  2268.        border: 1px solid var(--border-color) !important;
  2269.        border-radius: 25px;
  2270.        overflow: hidden;
  2271.        background: var(--card-bg);
  2272.        backdrop-filter: blur(10px);
  2273.        border: 1px solid var(--border-color);
  2274.        position: relative;
  2275.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  2276.        cursor: pointer;
  2277.        transform: translateY(0) rotateX(0) rotateY(0);
  2278.        transform-style: preserve-3d;
  2279.        perspective: 1000px;
  2280.        z-index: 1;
  2281.    }
  2282.    .span-21 { grid-row-end: span 21; }
  2283.    .span-22 { grid-row-end: span 22; }
  2284.    
  2285.    .blog-card-v3::before {
  2286.        content: '';
  2287.        position: absolute;
  2288.        top: 0;
  2289.        left: 0;
  2290.        width: 100%;
  2291.        height: 100%;
  2292.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  2293.        opacity: 0;
  2294.        transition: opacity 0.3s ease;
  2295.        z-index: 1;
  2296.    }
  2297.    
  2298.    .blog-card-v3:hover {
  2299.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  2300.        box-shadow:
  2301.            0 30px 60px rgba(0,0,0,0.15),
  2302.            0 15px 30px rgba(0,0,0,0.1),
  2303.            inset 0 1px 0 rgba(255,255,255,0.3);
  2304.        z-index: 10;
  2305.    }
  2306.    
  2307.    .blog-card-v3:hover::before {
  2308.        opacity: 1;
  2309.    }
  2310.    
  2311.    .blog-image-v3 {
  2312.        position: relative;
  2313.        overflow: hidden;
  2314.        height: 50%;
  2315.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2316.    }
  2317.    
  2318.    .blog-image-v3::after {
  2319.        content: '';
  2320.        position: absolute;
  2321.        top: 0;
  2322.        left: 0;
  2323.        width: 100%;
  2324.        height: 100%;
  2325.        background:
  2326.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  2327.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  2328.        z-index: 2;
  2329.    }
  2330.    
  2331.    .blog-image-v3 img {
  2332.        width: 100%;
  2333.        height: 100%;
  2334.        object-fit: cover;
  2335.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  2336.        transform: scale(1);
  2337.        filter: brightness(1) saturate(1);
  2338.    }
  2339.    
  2340.    .blog-card-v3:hover .blog-image-v3 img {
  2341.        transform: scale(1.15);
  2342.        filter: brightness(1.1) saturate(1.2);
  2343.    }
  2344.    
  2345.    .blog-floating-elements {
  2346.        position: absolute;
  2347.        top: 0;
  2348.        left: 0;
  2349.        width: 100%;
  2350.        height: 100%;
  2351.        pointer-events: none;
  2352.        z-index: 3;
  2353.    }
  2354.    
  2355.    .floating-dot {
  2356.        position: absolute;
  2357.        width: 8px;
  2358.        height: 8px;
  2359.        background: rgba(255,255,255,0.6);
  2360.        border-radius: 50%;
  2361.        animation: float 3s ease-in-out infinite;
  2362.    }
  2363.    
  2364.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  2365.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  2366.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  2367.    
  2368.    @keyframes float {
  2369.        0%, 100% { transform: translateY(0px); }
  2370.        50% { transform: translateY(-10px); }
  2371.    }
  2372.    
  2373.    .blog-category-v3 {
  2374.        position: absolute;
  2375.        top: 25px;
  2376.        right: 25px;
  2377.        padding: 10px 18px;
  2378.        border-radius: 30px;
  2379.        font-size: 11px;
  2380.        font-weight: 800;
  2381.        text-transform: uppercase;
  2382.        letter-spacing: 1.2px;
  2383.        backdrop-filter: blur(10px);
  2384.        z-index: 4;
  2385.        transform: translateY(0) scale(1);
  2386.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  2387.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  2388.        border: 1px solid rgba(255,255,255,0.3);
  2389.    }
  2390.    
  2391.    .blog-card-v3:hover .blog-category-v3 {
  2392.        transform: translateY(-10px) scale(1.1);
  2393.        background: rgba(var(--card-bg),1);
  2394.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  2395.    }
  2396.    
  2397.    .blog-content-v3 {
  2398.        padding: 35px 30px 30px;
  2399.        height: 50%;
  2400.        display: flex;
  2401.        flex-direction: column;
  2402.        justify-content: space-between;
  2403.        position: relative;
  2404.        z-index: 2;
  2405.    }
  2406.    
  2407.    .blog-title-v3 {
  2408.        font-size: 19px;
  2409.        font-weight: 700;
  2410.        line-height: 1.3;
  2411.        margin-bottom: 18px;
  2412.        position: relative;
  2413.    }
  2414.    
  2415.    .blog-title-v3 a {
  2416.        text-decoration: none;
  2417.        color: var(--top-color) !important;
  2418.        transition: all 0.3s ease;
  2419.        position: relative;
  2420.        display: inline-block;
  2421.    }
  2422.    
  2423.    .blog-title-v3 a::before {
  2424.        content: '';
  2425.        position: absolute;
  2426.        bottom: -3px;
  2427.        left: 0;
  2428.        width: 0;
  2429.        height: 3px;
  2430.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2431.        border-radius: 2px;
  2432.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  2433.    }
  2434.    
  2435.    .blog-card-v3:hover .blog-title-v3 a::before {
  2436.        width: 100%;
  2437.    }
  2438.    
  2439.    .blog-meta-v3 {
  2440.        display: flex;
  2441.        align-items: center;
  2442.        gap: 15px;
  2443.        margin-bottom: 18px;
  2444.        font-size: 13px;
  2445.        color: #7f8c8d;
  2446.        padding-bottom: 18px;
  2447.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  2448.        position: relative;
  2449.    }
  2450.    
  2451.    .blog-meta-v3::after {
  2452.        content: '';
  2453.        position: absolute;
  2454.        bottom: -1px;
  2455.        left: 0;
  2456.        width: 0;
  2457.        height: 1px;
  2458.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2459.        transition: width 0.6s ease 0.3s;
  2460.    }
  2461.    
  2462.    .blog-card-v3:hover .blog-meta-v3::after {
  2463.        width: 80px;
  2464.    }
  2465.    
  2466.    .blog-author-img-v3 {
  2467.        width: 35px;
  2468.        height: 35px;
  2469.        border-radius: 50%;
  2470.        object-fit: cover;
  2471.        border: 3px solid rgba(255,255,255,0.8);
  2472.        transition: all 0.4s ease;
  2473.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  2474.    }
  2475.    
  2476.    .blog-card-v3:hover .blog-author-img-v3 {
  2477.        transform: scale(1.15);
  2478.        border-color: rgba(102, 126, 234, 0.5);
  2479.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  2480.    }
  2481.    
  2482.    .blog-excerpt-v3 {
  2483.        font-size: 14px;
  2484.        line-height: 1.7;
  2485.        color: #5a6c7d;
  2486.        margin-bottom: 20px;
  2487.        display: -webkit-box;
  2488.        -webkit-line-clamp: 3;
  2489.        -webkit-box-orient: vertical;
  2490.        overflow: hidden;
  2491.        opacity: 0.9;
  2492.        transition: opacity 0.3s ease;
  2493.    }
  2494.    
  2495.    .blog-card-v3:hover .blog-excerpt-v3 {
  2496.        opacity: 1;
  2497.    }
  2498.    
  2499.    .blog-actions-v3 {
  2500.        display: flex;
  2501.        justify-content: space-between;
  2502.        align-items: center;
  2503.    }
  2504.    
  2505.    .blog-read-time-v3 {
  2506.        font-size: 12px;
  2507.        color: #95a5a6;
  2508.        display: flex;
  2509.        align-items: center;
  2510.        gap: 6px;
  2511.    }
  2512.    
  2513.    .blog-read-more-v3 {
  2514.        width: 50px;
  2515.        height: 50px;
  2516.        border-radius: 50%;
  2517.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2518.        display: flex;
  2519.        align-items: center;
  2520.        justify-content: center;
  2521.        color: white;
  2522.        text-decoration: none;
  2523.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  2524.        transform: scale(0) rotate(0deg);
  2525.        opacity: 0;
  2526.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  2527.        position: relative;
  2528.        overflow: hidden;
  2529.    }
  2530.    
  2531.    .blog-read-more-v3::before {
  2532.        content: '';
  2533.        position: absolute;
  2534.        top: 50%;
  2535.        left: 50%;
  2536.        width: 0;
  2537.        height: 0;
  2538.        background: rgba(255,255,255,0.2);
  2539.        border-radius: 50%;
  2540.        transition: all 0.6s ease;
  2541.        transform: translate(-50%, -50%);
  2542.    }
  2543.    
  2544.    .blog-card-v3:hover .blog-read-more-v3 {
  2545.        transform: scale(1) rotate(360deg);
  2546.        opacity: 1;
  2547.    }
  2548.    
  2549.    .blog-read-more-v3:hover::before {
  2550.        width: 100%;
  2551.        height: 100%;
  2552.    }
  2553.    
  2554.    .section-header-v3 {
  2555.        text-align: center;
  2556.        margin-bottom: 80px;
  2557.        position: relative;
  2558.        z-index: 2;
  2559.    }
  2560.    
  2561.    .section-title-v3 {
  2562.        font-size: 3.5rem;
  2563.        font-weight: 900;
  2564.        margin-bottom: 25px;
  2565.        color: #2c3e50;
  2566.        position: relative;
  2567.        display: inline-block;
  2568.    }
  2569.    
  2570.    .section-title-v3::before {
  2571.        content: '';
  2572.        position: absolute;
  2573.        top: -15px;
  2574.        right: -15px;
  2575.        width: 30px;
  2576.        height: 30px;
  2577.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2578.        border-radius: 50%;
  2579.        opacity: 0.3;
  2580.        animation: pulse 2s infinite;
  2581.    }
  2582.    
  2583.    @keyframes pulse {
  2584.        0%, 100% { transform: scale(1); opacity: 0.3; }
  2585.        50% { transform: scale(1.2); opacity: 0.6; }
  2586.    }
  2587.    
  2588.    .section-subtitle-v3 {
  2589.        font-size: 1.2rem;
  2590.        color: #7f8c8d;
  2591.        max-width: 700px;
  2592.        margin: 0 auto;
  2593.        line-height: 1.7;
  2594.        font-weight: 300;
  2595.    }
  2596.    
  2597.    .scroll-reveal {
  2598.        opacity: 0;
  2599.        transform: translateY(50px) scale(0.9);
  2600.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  2601.    }
  2602.    
  2603.    .scroll-reveal.revealed {
  2604.        opacity: 1;
  2605.        transform: translateY(0) scale(1);
  2606.    }
  2607.    
  2608.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  2609.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  2610.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  2611.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  2612.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  2613.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  2614.  
  2615.    @media (max-width: 768px) {
  2616.        .masonry-container {
  2617.            display: flex;
  2618.            flex-direction: column;
  2619.            grid-gap: 20px;
  2620.        }
  2621.        .blog-card-v3:nth-child(n) {
  2622.            grid-row-end: span 20;
  2623.        }
  2624.        .section-title-v3 {
  2625.            font-size: 2.8rem;
  2626.        }
  2627.        .blog-highlights-v3 {
  2628.            padding: 60px 0;
  2629.        }
  2630.        .blog-content-v3 {
  2631.            padding: 25px 20px;
  2632.        }
  2633.        .blog-card-v3:hover {
  2634.            transform: translateY(-15px) scale(1.02);
  2635.        }
  2636.        .blog-image-v3{
  2637.            max-height: 350px;
  2638.            height: 100%;
  2639.        }
  2640.    }
  2641. </style>
  2642.  
  2643. <section class="blog-highlights-v3">
  2644.    <div class="container-fluid fluid-container">
  2645.        <div class="row">
  2646.            <div class="col-12">
  2647.                 <div class="wpo-section-title">
  2648.            <h2>
  2649.                Today's Top Highlights
  2650.                   </h2>
  2651.        </div>
  2652.            </div>
  2653.        </div>
  2654.        
  2655.        <div class="row">
  2656.            <div class="col-lg-8 col-12">
  2657.                <div class="masonry-container">
  2658.                    
  2659.                    <div class="blog-card-v3 scroll-reveal span-21">
  2660.                        <div class="blog-image-v3">
  2661.                            
  2662.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2663.                            
  2664.                            <div class="blog-floating-elements">
  2665.                                <div class="floating-dot"></div>
  2666.                                <div class="floating-dot"></div>
  2667.                                <div class="floating-dot"></div>
  2668.                            </div>
  2669.                            <span class="blog-category-v3 bg-primary-gradient">
  2670.                                News
  2671.                            </span>
  2672.                        </div>
  2673.                        <div class="blog-content-v3">
  2674.                            <h3 class="blog-title-v3">
  2675.                                <a href="/hello-international-magnates-and-corporations-kindly-come-and-sue-the-uk-for-billions-of-pounds/" >
  2676.                                Hello, International Magnates and Corporations! Kindly Come and Sue the UK for Billions of Pounds.
  2677.                                </a>
  2678.                            </h3>
  2679.                            <div class="blog-meta-v3">
  2680.                                
  2681.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera" class="blog-author-img-v3">
  2682.                                
  2683.                                <span>By Anthony Rivera</span>
  2684.                                <span>•</span>
  2685.                                <span>06 Aug 2026</span>
  2686.                            </div>
  2687.                            
  2688.                            <div class="blog-actions-v3">
  2689.                                <div class="blog-read-time-v3">
  2690.                                    <i class="far fa-clock"></i>
  2691.                                    <!-- <span>5 min read</span> -->
  2692.                                </div>
  2693.                                <a href="/hello-international-magnates-and-corporations-kindly-come-and-sue-the-uk-for-billions-of-pounds/"  class="blog-read-more-v3">
  2694.                                    <i class="ti-arrow-right"></i>
  2695.                                </a>
  2696.                            </div>
  2697.                        </div>
  2698.                    </div>
  2699.                    
  2700.                    <div class="blog-card-v3 scroll-reveal span-22">
  2701.                        <div class="blog-image-v3">
  2702.                            
  2703.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2704.                            
  2705.                            <div class="blog-floating-elements">
  2706.                                <div class="floating-dot"></div>
  2707.                                <div class="floating-dot"></div>
  2708.                                <div class="floating-dot"></div>
  2709.                            </div>
  2710.                            <span class="blog-category-v3 bg-primary-gradient">
  2711.                                News
  2712.                            </span>
  2713.                        </div>
  2714.                        <div class="blog-content-v3">
  2715.                            <h3 class="blog-title-v3">
  2716.                                <a href="/cruise-terminated-in-the-wake-of-death-of-elderly-lady-left-behind-on-remote-island/" >
  2717.                                Cruise Terminated In the Wake of Death of Elderly Lady Left Behind on Remote Island
  2718.                                </a>
  2719.                            </h3>
  2720.                            <div class="blog-meta-v3">
  2721.                                
  2722.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera" class="blog-author-img-v3">
  2723.                                
  2724.                                <span>By Anthony Rivera</span>
  2725.                                <span>•</span>
  2726.                                <span>06 Aug 2026</span>
  2727.                            </div>
  2728.                            
  2729.                            <div class="blog-actions-v3">
  2730.                                <div class="blog-read-time-v3">
  2731.                                    <i class="far fa-clock"></i>
  2732.                                    <!-- <span>5 min read</span> -->
  2733.                                </div>
  2734.                                <a href="/cruise-terminated-in-the-wake-of-death-of-elderly-lady-left-behind-on-remote-island/"  class="blog-read-more-v3">
  2735.                                    <i class="ti-arrow-right"></i>
  2736.                                </a>
  2737.                            </div>
  2738.                        </div>
  2739.                    </div>
  2740.                    
  2741.                    <div class="blog-card-v3 scroll-reveal span-21">
  2742.                        <div class="blog-image-v3">
  2743.                            
  2744.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2745.                            
  2746.                            <div class="blog-floating-elements">
  2747.                                <div class="floating-dot"></div>
  2748.                                <div class="floating-dot"></div>
  2749.                                <div class="floating-dot"></div>
  2750.                            </div>
  2751.                            <span class="blog-category-v3 bg-primary-gradient">
  2752.                                News
  2753.                            </span>
  2754.                        </div>
  2755.                        <div class="blog-content-v3">
  2756.                            <h3 class="blog-title-v3">
  2757.                                <a href="/financially-stricken-nz-animal-sanctuary-puts-down-two-lions-fate-of-five-more-uncertain/" >
  2758.                                Financially Stricken NZ Animal Sanctuary Puts Down Two Lions, Fate of Five More Uncertain
  2759.                                </a>
  2760.                            </h3>
  2761.                            <div class="blog-meta-v3">
  2762.                                
  2763.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera" class="blog-author-img-v3">
  2764.                                
  2765.                                <span>By Anthony Rivera</span>
  2766.                                <span>•</span>
  2767.                                <span>06 Aug 2026</span>
  2768.                            </div>
  2769.                            
  2770.                            <div class="blog-actions-v3">
  2771.                                <div class="blog-read-time-v3">
  2772.                                    <i class="far fa-clock"></i>
  2773.                                    <!-- <span>5 min read</span> -->
  2774.                                </div>
  2775.                                <a href="/financially-stricken-nz-animal-sanctuary-puts-down-two-lions-fate-of-five-more-uncertain/"  class="blog-read-more-v3">
  2776.                                    <i class="ti-arrow-right"></i>
  2777.                                </a>
  2778.                            </div>
  2779.                        </div>
  2780.                    </div>
  2781.                    
  2782.                    <div class="blog-card-v3 scroll-reveal span-22">
  2783.                        <div class="blog-image-v3">
  2784.                            
  2785.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2786.                            
  2787.                            <div class="blog-floating-elements">
  2788.                                <div class="floating-dot"></div>
  2789.                                <div class="floating-dot"></div>
  2790.                                <div class="floating-dot"></div>
  2791.                            </div>
  2792.                            <span class="blog-category-v3 bg-primary-gradient">
  2793.                                News
  2794.                            </span>
  2795.                        </div>
  2796.                        <div class="blog-content-v3">
  2797.                            <h3 class="blog-title-v3">
  2798.                                <a href="/amorims-critical-error-challenging-the-executives-and-an-unassailable-leadership-class/" >
  2799.                                Amorim&#x27;s Critical Error? Challenging The Executives and an Unassailable Leadership Class
  2800.                                </a>
  2801.                            </h3>
  2802.                            <div class="blog-meta-v3">
  2803.                                
  2804.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera" class="blog-author-img-v3">
  2805.                                
  2806.                                <span>By Anthony Rivera</span>
  2807.                                <span>•</span>
  2808.                                <span>06 Aug 2026</span>
  2809.                            </div>
  2810.                            
  2811.                            <div class="blog-actions-v3">
  2812.                                <div class="blog-read-time-v3">
  2813.                                    <i class="far fa-clock"></i>
  2814.                                    <!-- <span>5 min read</span> -->
  2815.                                </div>
  2816.                                <a href="/amorims-critical-error-challenging-the-executives-and-an-unassailable-leadership-class/"  class="blog-read-more-v3">
  2817.                                    <i class="ti-arrow-right"></i>
  2818.                                </a>
  2819.                            </div>
  2820.                        </div>
  2821.                    </div>
  2822.                    
  2823.                    <div class="blog-card-v3 scroll-reveal span-21">
  2824.                        <div class="blog-image-v3">
  2825.                            
  2826.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2827.                            
  2828.                            <div class="blog-floating-elements">
  2829.                                <div class="floating-dot"></div>
  2830.                                <div class="floating-dot"></div>
  2831.                                <div class="floating-dot"></div>
  2832.                            </div>
  2833.                            <span class="blog-category-v3 bg-primary-gradient">
  2834.                                News
  2835.                            </span>
  2836.                        </div>
  2837.                        <div class="blog-content-v3">
  2838.                            <h3 class="blog-title-v3">
  2839.                                <a href="/hearts-move-8-points-clear-in-front-at-the-summit-following-shanklands-spot-kick-sees-off-the-hoops/" >
  2840.                                Hearts Move 8 Points Clear in Front at the Summit Following Shankland&#x27;s Spot-Kick Sees Off The Hoops
  2841.                                </a>
  2842.                            </h3>
  2843.                            <div class="blog-meta-v3">
  2844.                                
  2845.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera" class="blog-author-img-v3">
  2846.                                
  2847.                                <span>By Anthony Rivera</span>
  2848.                                <span>•</span>
  2849.                                <span>06 Aug 2026</span>
  2850.                            </div>
  2851.                            
  2852.                            <div class="blog-actions-v3">
  2853.                                <div class="blog-read-time-v3">
  2854.                                    <i class="far fa-clock"></i>
  2855.                                    <!-- <span>5 min read</span> -->
  2856.                                </div>
  2857.                                <a href="/hearts-move-8-points-clear-in-front-at-the-summit-following-shanklands-spot-kick-sees-off-the-hoops/"  class="blog-read-more-v3">
  2858.                                    <i class="ti-arrow-right"></i>
  2859.                                </a>
  2860.                            </div>
  2861.                        </div>
  2862.                    </div>
  2863.                    
  2864.                    <div class="blog-card-v3 scroll-reveal span-22">
  2865.                        <div class="blog-image-v3">
  2866.                            
  2867.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2868.                            
  2869.                            <div class="blog-floating-elements">
  2870.                                <div class="floating-dot"></div>
  2871.                                <div class="floating-dot"></div>
  2872.                                <div class="floating-dot"></div>
  2873.                            </div>
  2874.                            <span class="blog-category-v3 bg-primary-gradient">
  2875.                                News
  2876.                            </span>
  2877.                        </div>
  2878.                        <div class="blog-content-v3">
  2879.                            <h3 class="blog-title-v3">
  2880.                                <a href="/yuletide-can-be-a-nightmare-for-misophonia-sufferers/" >
  2881.                                Yuletide Can Be a Nightmare for Misophonia Sufferers.
  2882.                                </a>
  2883.                            </h3>
  2884.                            <div class="blog-meta-v3">
  2885.                                
  2886.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera" class="blog-author-img-v3">
  2887.                                
  2888.                                <span>By Anthony Rivera</span>
  2889.                                <span>•</span>
  2890.                                <span>06 Aug 2026</span>
  2891.                            </div>
  2892.                            
  2893.                            <div class="blog-actions-v3">
  2894.                                <div class="blog-read-time-v3">
  2895.                                    <i class="far fa-clock"></i>
  2896.                                    <!-- <span>5 min read</span> -->
  2897.                                </div>
  2898.                                <a href="/yuletide-can-be-a-nightmare-for-misophonia-sufferers/"  class="blog-read-more-v3">
  2899.                                    <i class="ti-arrow-right"></i>
  2900.                                </a>
  2901.                            </div>
  2902.                        </div>
  2903.                    </div>
  2904.                    
  2905.                    <div class="blog-card-v3 scroll-reveal span-21">
  2906.                        <div class="blog-image-v3">
  2907.                            
  2908.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2909.                            
  2910.                            <div class="blog-floating-elements">
  2911.                                <div class="floating-dot"></div>
  2912.                                <div class="floating-dot"></div>
  2913.                                <div class="floating-dot"></div>
  2914.                            </div>
  2915.                            <span class="blog-category-v3 bg-primary-gradient">
  2916.                                News
  2917.                            </span>
  2918.                        </div>
  2919.                        <div class="blog-content-v3">
  2920.                            <h3 class="blog-title-v3">
  2921.                                <a href="/tehran-states-it-may-rejoin-us-nuclear-negotiations-if-approached-with-dignity-and-honor/" >
  2922.                                Tehran States It May Rejoin US Nuclear Negotiations if Approached with &#x27;Dignity&#x27; and &#x27;Honor&#x27;
  2923.                                </a>
  2924.                            </h3>
  2925.                            <div class="blog-meta-v3">
  2926.                                
  2927.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera" class="blog-author-img-v3">
  2928.                                
  2929.                                <span>By Anthony Rivera</span>
  2930.                                <span>•</span>
  2931.                                <span>06 Aug 2026</span>
  2932.                            </div>
  2933.                            
  2934.                            <div class="blog-actions-v3">
  2935.                                <div class="blog-read-time-v3">
  2936.                                    <i class="far fa-clock"></i>
  2937.                                    <!-- <span>5 min read</span> -->
  2938.                                </div>
  2939.                                <a href="/tehran-states-it-may-rejoin-us-nuclear-negotiations-if-approached-with-dignity-and-honor/"  class="blog-read-more-v3">
  2940.                                    <i class="ti-arrow-right"></i>
  2941.                                </a>
  2942.                            </div>
  2943.                        </div>
  2944.                    </div>
  2945.                    
  2946.                    <div class="blog-card-v3 scroll-reveal span-22">
  2947.                        <div class="blog-image-v3">
  2948.                            
  2949.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2950.                            
  2951.                            <div class="blog-floating-elements">
  2952.                                <div class="floating-dot"></div>
  2953.                                <div class="floating-dot"></div>
  2954.                                <div class="floating-dot"></div>
  2955.                            </div>
  2956.                            <span class="blog-category-v3 bg-primary-gradient">
  2957.                                News
  2958.                            </span>
  2959.                        </div>
  2960.                        <div class="blog-content-v3">
  2961.                            <h3 class="blog-title-v3">
  2962.                                <a href="/victor-conte-key-figure-in-infamous-sports-doping-controversy-passes-away-aged-75/" >
  2963.                                Victor Conte, Key Figure in Infamous Sports Doping Controversy, Passes Away Aged 75.
  2964.                                </a>
  2965.                            </h3>
  2966.                            <div class="blog-meta-v3">
  2967.                                
  2968.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera" class="blog-author-img-v3">
  2969.                                
  2970.                                <span>By Anthony Rivera</span>
  2971.                                <span>•</span>
  2972.                                <span>05 Aug 2026</span>
  2973.                            </div>
  2974.                            
  2975.                            <div class="blog-actions-v3">
  2976.                                <div class="blog-read-time-v3">
  2977.                                    <i class="far fa-clock"></i>
  2978.                                    <!-- <span>5 min read</span> -->
  2979.                                </div>
  2980.                                <a href="/victor-conte-key-figure-in-infamous-sports-doping-controversy-passes-away-aged-75/"  class="blog-read-more-v3">
  2981.                                    <i class="ti-arrow-right"></i>
  2982.                                </a>
  2983.                            </div>
  2984.                        </div>
  2985.                    </div>
  2986.                    
  2987.                    <div class="blog-card-v3 scroll-reveal span-21">
  2988.                        <div class="blog-image-v3">
  2989.                            
  2990.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2991.                            
  2992.                            <div class="blog-floating-elements">
  2993.                                <div class="floating-dot"></div>
  2994.                                <div class="floating-dot"></div>
  2995.                                <div class="floating-dot"></div>
  2996.                            </div>
  2997.                            <span class="blog-category-v3 bg-primary-gradient">
  2998.                                News
  2999.                            </span>
  3000.                        </div>
  3001.                        <div class="blog-content-v3">
  3002.                            <h3 class="blog-title-v3">
  3003.                                <a href="/us-warns-of-more-nigerian-strikes-as-abuja-talks-of-joint-continuing-missions/" >
  3004.                                US Warns of More Nigerian Strikes as Abuja Talks of &#x27;Joint Continuing Missions&#x27;.
  3005.                                </a>
  3006.                            </h3>
  3007.                            <div class="blog-meta-v3">
  3008.                                
  3009.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera" class="blog-author-img-v3">
  3010.                                
  3011.                                <span>By Anthony Rivera</span>
  3012.                                <span>•</span>
  3013.                                <span>05 Aug 2026</span>
  3014.                            </div>
  3015.                            
  3016.                            <div class="blog-actions-v3">
  3017.                                <div class="blog-read-time-v3">
  3018.                                    <i class="far fa-clock"></i>
  3019.                                    <!-- <span>5 min read</span> -->
  3020.                                </div>
  3021.                                <a href="/us-warns-of-more-nigerian-strikes-as-abuja-talks-of-joint-continuing-missions/"  class="blog-read-more-v3">
  3022.                                    <i class="ti-arrow-right"></i>
  3023.                                </a>
  3024.                            </div>
  3025.                        </div>
  3026.                    </div>
  3027.                    
  3028.                    <div class="blog-card-v3 scroll-reveal span-22">
  3029.                        <div class="blog-image-v3">
  3030.                            
  3031.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3032.                            
  3033.                            <div class="blog-floating-elements">
  3034.                                <div class="floating-dot"></div>
  3035.                                <div class="floating-dot"></div>
  3036.                                <div class="floating-dot"></div>
  3037.                            </div>
  3038.                            <span class="blog-category-v3 bg-primary-gradient">
  3039.                                News
  3040.                            </span>
  3041.                        </div>
  3042.                        <div class="blog-content-v3">
  3043.                            <h3 class="blog-title-v3">
  3044.                                <a href="/lando-norris-expresses-pride-in-claiming-first-f1-title-on-his-own-terms/" >
  3045.                                Lando Norris Expresses Pride in Claiming First F1 Title On His Own Terms.
  3046.                                </a>
  3047.                            </h3>
  3048.                            <div class="blog-meta-v3">
  3049.                                
  3050.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera" class="blog-author-img-v3">
  3051.                                
  3052.                                <span>By Anthony Rivera</span>
  3053.                                <span>•</span>
  3054.                                <span>05 Aug 2026</span>
  3055.                            </div>
  3056.                            
  3057.                            <div class="blog-actions-v3">
  3058.                                <div class="blog-read-time-v3">
  3059.                                    <i class="far fa-clock"></i>
  3060.                                    <!-- <span>5 min read</span> -->
  3061.                                </div>
  3062.                                <a href="/lando-norris-expresses-pride-in-claiming-first-f1-title-on-his-own-terms/"  class="blog-read-more-v3">
  3063.                                    <i class="ti-arrow-right"></i>
  3064.                                </a>
  3065.                            </div>
  3066.                        </div>
  3067.                    </div>
  3068.                    
  3069.                    <div class="blog-card-v3 scroll-reveal span-21">
  3070.                        <div class="blog-image-v3">
  3071.                            
  3072.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3073.                            
  3074.                            <div class="blog-floating-elements">
  3075.                                <div class="floating-dot"></div>
  3076.                                <div class="floating-dot"></div>
  3077.                                <div class="floating-dot"></div>
  3078.                            </div>
  3079.                            <span class="blog-category-v3 bg-primary-gradient">
  3080.                                News
  3081.                            </span>
  3082.                        </div>
  3083.                        <div class="blog-content-v3">
  3084.                            <h3 class="blog-title-v3">
  3085.                                <a href="/man-city-accused-of-gamesmanship-in-narrow-win-against-leeds-united-farke/" >
  3086.                                Man City Accused of Gamesmanship in Narrow Win Against Leeds United - Farke
  3087.                                </a>
  3088.                            </h3>
  3089.                            <div class="blog-meta-v3">
  3090.                                
  3091.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera" class="blog-author-img-v3">
  3092.                                
  3093.                                <span>By Anthony Rivera</span>
  3094.                                <span>•</span>
  3095.                                <span>05 Aug 2026</span>
  3096.                            </div>
  3097.                            
  3098.                            <div class="blog-actions-v3">
  3099.                                <div class="blog-read-time-v3">
  3100.                                    <i class="far fa-clock"></i>
  3101.                                    <!-- <span>5 min read</span> -->
  3102.                                </div>
  3103.                                <a href="/man-city-accused-of-gamesmanship-in-narrow-win-against-leeds-united-farke/"  class="blog-read-more-v3">
  3104.                                    <i class="ti-arrow-right"></i>
  3105.                                </a>
  3106.                            </div>
  3107.                        </div>
  3108.                    </div>
  3109.                    
  3110.                    <div class="blog-card-v3 scroll-reveal span-22">
  3111.                        <div class="blog-image-v3">
  3112.                            
  3113.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3114.                            
  3115.                            <div class="blog-floating-elements">
  3116.                                <div class="floating-dot"></div>
  3117.                                <div class="floating-dot"></div>
  3118.                                <div class="floating-dot"></div>
  3119.                            </div>
  3120.                            <span class="blog-category-v3 bg-primary-gradient">
  3121.                                News
  3122.                            </span>
  3123.                        </div>
  3124.                        <div class="blog-content-v3">
  3125.                            <h3 class="blog-title-v3">
  3126.                                <a href="/space-traveler-discloses-mental-health-struggle-following-deluge-of-online-abuse-post-spaceflight/" >
  3127.                                Space Traveler Discloses Mental Health Struggle Following Deluge of Online Abuse Post-Spaceflight
  3128.                                </a>
  3129.                            </h3>
  3130.                            <div class="blog-meta-v3">
  3131.                                
  3132.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera" class="blog-author-img-v3">
  3133.                                
  3134.                                <span>By Anthony Rivera</span>
  3135.                                <span>•</span>
  3136.                                <span>05 Aug 2026</span>
  3137.                            </div>
  3138.                            
  3139.                            <div class="blog-actions-v3">
  3140.                                <div class="blog-read-time-v3">
  3141.                                    <i class="far fa-clock"></i>
  3142.                                    <!-- <span>5 min read</span> -->
  3143.                                </div>
  3144.                                <a href="/space-traveler-discloses-mental-health-struggle-following-deluge-of-online-abuse-post-spaceflight/"  class="blog-read-more-v3">
  3145.                                    <i class="ti-arrow-right"></i>
  3146.                                </a>
  3147.                            </div>
  3148.                        </div>
  3149.                    </div>
  3150.                    
  3151.                    
  3152.  
  3153.                </div>
  3154.            </div>
  3155.            
  3156.               <div class="col col-lg-4 col-12">
  3157.                
  3158.  
  3159.  
  3160.  
  3161.    
  3162.  
  3163.  
  3164. <!-- Blog Sidebar V2 - Focused Design -->
  3165.  <div class="sidebar mb-3">
  3166.    <!-- Recent Posts Section -->
  3167.    <div class="sidebar-widget mb-5">
  3168.      <div class="widget-title-wrapper mb-3">
  3169.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  3170.          <i class="ti-time me-2"></i>Recent Posts
  3171.          <span class="title-arrow-primary"></span>
  3172.        </h4>
  3173.      </div>
  3174.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3175.        <div class="recent-post-list">
  3176.          
  3177.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3178.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3179.                
  3180.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  3181.              
  3182.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3183.            </div>
  3184.            <div class="post-content flex-grow-1">
  3185.              <h6 class="post-title mb-2">
  3186.                 <a href="/timber-companies-advance-as-the-isolated-kawahiva-people-await-protection/" class="text-decoration-none top-color fw-semibold lh-sm">
  3187.                                            Timber Companies Advance as the Isolated Kawahiva People Await Protection.
  3188.                                            </a>
  3189.              </h6>
  3190.              <div class="post-meta mb-3">
  3191.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Aug 2026</small>
  3192.                <!-- <small class="text-muted">
  3193.                  <i class="ti-eye me-1"></i>348 views
  3194.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3195.                </small> -->
  3196.              </div>
  3197.            </div>
  3198.          </div>
  3199.        
  3200.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3201.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3202.                
  3203.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  3204.              
  3205.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3206.            </div>
  3207.            <div class="post-content flex-grow-1">
  3208.              <h6 class="post-title mb-2">
  3209.                 <a href="/imprinted-in-my-consciousness-why-gremlins-2-the-new-batch-is-my-go-to-movie/" class="text-decoration-none top-color fw-semibold lh-sm">
  3210.                                            Imprinted in My Consciousness’: Why Gremlins 2: The New Batch Is My Go-To Movie
  3211.                                            </a>
  3212.              </h6>
  3213.              <div class="post-meta mb-3">
  3214.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Aug 2026</small>
  3215.                <!-- <small class="text-muted">
  3216.                  <i class="ti-eye me-1"></i>348 views
  3217.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3218.                </small> -->
  3219.              </div>
  3220.            </div>
  3221.          </div>
  3222.        
  3223.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3224.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3225.                
  3226.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  3227.              
  3228.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3229.            </div>
  3230.            <div class="post-content flex-grow-1">
  3231.              <h6 class="post-title mb-2">
  3232.                 <a href="/a-minimum-of-98-palestinian-detainees-have-died-in-detention-since-october-2023-official-figures-shows/" class="text-decoration-none top-color fw-semibold lh-sm">
  3233.                                            A Minimum of 98 Palestinian Detainees Have Died in Detention Since October 2023, Official Figures Shows
  3234.                                            </a>
  3235.              </h6>
  3236.              <div class="post-meta mb-3">
  3237.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 Aug 2026</small>
  3238.                <!-- <small class="text-muted">
  3239.                  <i class="ti-eye me-1"></i>348 views
  3240.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3241.                </small> -->
  3242.              </div>
  3243.            </div>
  3244.          </div>
  3245.        
  3246.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3247.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3248.                
  3249.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  3250.              
  3251.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3252.            </div>
  3253.            <div class="post-content flex-grow-1">
  3254.              <h6 class="post-title mb-2">
  3255.                 <a href="/when-we-are-witnessing-the-death-spiral-of-the-cult-of-bazball-lets-enjoy-what-it-created/" class="text-decoration-none top-color fw-semibold lh-sm">
  3256.                                            When We Are Witnessing the Death Spiral of the Cult of Bazball, Let’s Enjoy What It Created.
  3257.                                            </a>
  3258.              </h6>
  3259.              <div class="post-meta mb-3">
  3260.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>04 Aug 2026</small>
  3261.                <!-- <small class="text-muted">
  3262.                  <i class="ti-eye me-1"></i>348 views
  3263.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3264.                </small> -->
  3265.              </div>
  3266.            </div>
  3267.          </div>
  3268.        
  3269.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3270.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3271.                
  3272.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  3273.              
  3274.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3275.            </div>
  3276.            <div class="post-content flex-grow-1">
  3277.              <h6 class="post-title mb-2">
  3278.                 <a href="/climate-summit-atmosphere-trumps-no-show-considered-preferable-than-a-american-disruptive-force/" class="text-decoration-none top-color fw-semibold lh-sm">
  3279.                                            Climate Summit Atmosphere: Trump&#x27;s No-Show Considered Preferable Than a American Disruptive Force
  3280.                                            </a>
  3281.              </h6>
  3282.              <div class="post-meta mb-3">
  3283.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>04 Aug 2026</small>
  3284.                <!-- <small class="text-muted">
  3285.                  <i class="ti-eye me-1"></i>348 views
  3286.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3287.                </small> -->
  3288.              </div>
  3289.            </div>
  3290.          </div>
  3291.        
  3292.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  3293.            <div class="post-image me-3 flex-shrink-0 position-relative">
  3294.                
  3295.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  3296.              
  3297.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  3298.            </div>
  3299.            <div class="post-content flex-grow-1">
  3300.              <h6 class="post-title mb-2">
  3301.                 <a href="/manchester-city-three-nil-the-red-devils-lauren-hemp-finds-the-net-in-manchester-city-stroll/" class="text-decoration-none top-color fw-semibold lh-sm">
  3302.                                            Manchester City Three-Nil The Red Devils: Lauren Hemp finds the net in Manchester City stroll.
  3303.                                            </a>
  3304.              </h6>
  3305.              <div class="post-meta mb-3">
  3306.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>04 Aug 2026</small>
  3307.                <!-- <small class="text-muted">
  3308.                  <i class="ti-eye me-1"></i>348 views
  3309.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  3310.                </small> -->
  3311.              </div>
  3312.            </div>
  3313.          </div>
  3314.        
  3315.        </div>
  3316.  
  3317.        <div class="text-center mt-4 pt-3 border-top border-light">
  3318.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  3319.        </div>
  3320.      </div>
  3321.    </div>
  3322.  
  3323.    
  3324.    <div class="sidebar-widget mb-4">
  3325.      <div class="widget-title-wrapper mb-3">
  3326.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3327.          <i class="ti-calendar me-2"></i>July 2026 Blog Roll
  3328.          <span class="title-arrow"></span>
  3329.        </h4>
  3330.      </div>
  3331.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3332.        <div class="blog-roll-list scrollable-sidebar">
  3333.          
  3334.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3335.            <a href="https://knightsof.media/" class="text-decoration-none " rel="dofollow">
  3336.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3337.                <i class="ti-angle-right me-2 text-primary"></i>
  3338.                non gamstop sites
  3339.              </h6>
  3340.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3341.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3342.              </div> -->
  3343.            </a>
  3344.          </div>
  3345.          
  3346.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3347.            <a href="https://www.london-irish.com/" class="text-decoration-none " rel="dofollow">
  3348.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3349.                <i class="ti-angle-right me-2 text-primary"></i>
  3350.                non gamstop sites
  3351.              </h6>
  3352.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3353.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3354.              </div> -->
  3355.            </a>
  3356.          </div>
  3357.          
  3358.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3359.            <a href="https://www.summerhall.co.uk/" class="text-decoration-none " rel="dofollow">
  3360.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3361.                <i class="ti-angle-right me-2 text-primary"></i>
  3362.                non gamstop sites
  3363.              </h6>
  3364.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3365.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3366.              </div> -->
  3367.            </a>
  3368.          </div>
  3369.          
  3370.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3371.            <a href="https://eostre.uk/" class="text-decoration-none " rel="dofollow">
  3372.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3373.                <i class="ti-angle-right me-2 text-primary"></i>
  3374.                casino without GamStop
  3375.              </h6>
  3376.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3377.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3378.              </div> -->
  3379.            </a>
  3380.          </div>
  3381.          
  3382.  
  3383.        </div>
  3384. <!--
  3385.        <div class="text-center mt-4 pt-3 border-top border-light">
  3386.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3387.        </div> -->
  3388.      </div>
  3389.    </div>
  3390.    
  3391.    <div class="sidebar-widget mb-4">
  3392.      <div class="widget-title-wrapper mb-3">
  3393.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3394.          <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  3395.          <span class="title-arrow"></span>
  3396.        </h4>
  3397.      </div>
  3398.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3399.        <div class="blog-roll-list scrollable-sidebar">
  3400.          
  3401.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3402.            <a href="https://33winvt.top/" class="text-decoration-none " rel="dofollow">
  3403.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3404.                <i class="ti-angle-right me-2 text-primary"></i>
  3405.                https://33winvt.top/
  3406.              </h6>
  3407.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3408.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3409.              </div> -->
  3410.            </a>
  3411.          </div>
  3412.          
  3413.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3414.            <a href="https://www.stmonicas.co.uk/" class="text-decoration-none " rel="dofollow">
  3415.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3416.                <i class="ti-angle-right me-2 text-primary"></i>
  3417.                Casinos Not on GamStop
  3418.              </h6>
  3419.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3420.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3421.              </div> -->
  3422.            </a>
  3423.          </div>
  3424.          
  3425.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3426.            <a href="https://www.moneymakesense.co.uk/" class="text-decoration-none " rel="dofollow">
  3427.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3428.                <i class="ti-angle-right me-2 text-primary"></i>
  3429.                casinos not on Gamstop
  3430.              </h6>
  3431.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3432.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3433.              </div> -->
  3434.            </a>
  3435.          </div>
  3436.          
  3437.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3438.            <a href="https://www.stamina.org.uk/" class="text-decoration-none " rel="dofollow">
  3439.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3440.                <i class="ti-angle-right me-2 text-primary"></i>
  3441.                Games Not on Gamban
  3442.              </h6>
  3443.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3444.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3445.              </div> -->
  3446.            </a>
  3447.          </div>
  3448.          
  3449.  
  3450.        </div>
  3451. <!--
  3452.        <div class="text-center mt-4 pt-3 border-top border-light">
  3453.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3454.        </div> -->
  3455.      </div>
  3456.    </div>
  3457.    
  3458.    <div class="sidebar-widget mb-4">
  3459.      <div class="widget-title-wrapper mb-3">
  3460.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3461.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  3462.          <span class="title-arrow"></span>
  3463.        </h4>
  3464.      </div>
  3465.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3466.        <div class="blog-roll-list scrollable-sidebar">
  3467.          
  3468.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3469.            <a href="https://www.storavillamassan.se/" class="text-decoration-none " rel="dofollow">
  3470.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3471.                <i class="ti-angle-right me-2 text-primary"></i>
  3472.                nya casinon utan svensk licens
  3473.              </h6>
  3474.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3475.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3476.              </div> -->
  3477.            </a>
  3478.          </div>
  3479.          
  3480.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3481.            <a href="https://wallaseycemetery.co.uk" class="text-decoration-none " rel="dofollow">
  3482.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3483.                <i class="ti-angle-right me-2 text-primary"></i>
  3484.                non uk betting sites
  3485.              </h6>
  3486.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3487.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3488.              </div> -->
  3489.            </a>
  3490.          </div>
  3491.          
  3492.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3493.            <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none " rel="dofollow">
  3494.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3495.                <i class="ti-angle-right me-2 text-primary"></i>
  3496.                Non UK Licensed Casinos
  3497.              </h6>
  3498.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3499.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3500.              </div> -->
  3501.            </a>
  3502.          </div>
  3503.          
  3504.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3505.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" class="text-decoration-none " rel="dofollow">
  3506.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3507.                <i class="ti-angle-right me-2 text-primary"></i>
  3508.                non gamstop casinos
  3509.              </h6>
  3510.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3511.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3512.              </div> -->
  3513.            </a>
  3514.          </div>
  3515.          
  3516.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3517.            <a href="https://internationalschoolmealsday.com/" class="text-decoration-none " rel="dofollow">
  3518.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3519.                <i class="ti-angle-right me-2 text-primary"></i>
  3520.                casinos not on gamstop
  3521.              </h6>
  3522.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3523.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3524.              </div> -->
  3525.            </a>
  3526.          </div>
  3527.          
  3528.  
  3529.        </div>
  3530. <!--
  3531.        <div class="text-center mt-4 pt-3 border-top border-light">
  3532.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3533.        </div> -->
  3534.      </div>
  3535.    </div>
  3536.    
  3537.    <div class="sidebar-widget mb-4">
  3538.      <div class="widget-title-wrapper mb-3">
  3539.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3540.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3541.          <span class="title-arrow"></span>
  3542.        </h4>
  3543.      </div>
  3544.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3545.        <div class="blog-roll-list scrollable-sidebar">
  3546.          
  3547.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3548.            <a href="https://lagoccia.co.uk/" class="text-decoration-none " rel="dofollow">
  3549.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3550.                <i class="ti-angle-right me-2 text-primary"></i>
  3551.                online casino
  3552.              </h6>
  3553.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3554.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3555.              </div> -->
  3556.            </a>
  3557.          </div>
  3558.          
  3559.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3560.            <a href="https://www.richmondreview.co.uk/" class="text-decoration-none " rel="dofollow">
  3561.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3562.                <i class="ti-angle-right me-2 text-primary"></i>
  3563.                casino not on gamstop
  3564.              </h6>
  3565.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3566.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3567.              </div> -->
  3568.            </a>
  3569.          </div>
  3570.          
  3571.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3572.            <a href="https://www.helptobuy.org.uk/" class="text-decoration-none " rel="dofollow">
  3573.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3574.                <i class="ti-angle-right me-2 text-primary"></i>
  3575.                casino not on gamstop
  3576.              </h6>
  3577.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3578.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3579.              </div> -->
  3580.            </a>
  3581.          </div>
  3582.          
  3583.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3584.            <a href="https://www.roadpeace.org/" class="text-decoration-none " rel="dofollow">
  3585.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3586.                <i class="ti-angle-right me-2 text-primary"></i>
  3587.                online casinos not on gamstop
  3588.              </h6>
  3589.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3590.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3591.              </div> -->
  3592.            </a>
  3593.          </div>
  3594.          
  3595.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3596.            <a href="https://www.citeseducatives.fr" class="text-decoration-none " rel="dofollow">
  3597.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3598.                <i class="ti-angle-right me-2 text-primary"></i>
  3599.                casino en ligne fiable
  3600.              </h6>
  3601.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3602.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3603.              </div> -->
  3604.            </a>
  3605.          </div>
  3606.          
  3607.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3608.            <a href="https://lerefugedestortues.fr" class="text-decoration-none " rel="dofollow">
  3609.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3610.                <i class="ti-angle-right me-2 text-primary"></i>
  3611.                casino en ligne fiable
  3612.              </h6>
  3613.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3614.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3615.              </div> -->
  3616.            </a>
  3617.          </div>
  3618.          
  3619.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3620.            <a href="https://www.capaunord.fr/" class="text-decoration-none " rel="dofollow">
  3621.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3622.                <i class="ti-angle-right me-2 text-primary"></i>
  3623.                nouveau site de casino en ligne
  3624.              </h6>
  3625.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3626.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3627.              </div> -->
  3628.            </a>
  3629.          </div>
  3630.          
  3631.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3632.            <a href="https://www.proteme.fr" class="text-decoration-none " rel="dofollow">
  3633.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3634.                <i class="ti-angle-right me-2 text-primary"></i>
  3635.                casino en ligne france
  3636.              </h6>
  3637.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3638.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3639.              </div> -->
  3640.            </a>
  3641.          </div>
  3642.          
  3643.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3644.            <a href="https://www.homeworkworkspace.com" class="text-decoration-none " rel="dofollow">
  3645.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3646.                <i class="ti-angle-right me-2 text-primary"></i>
  3647.                UK casino sites
  3648.              </h6>
  3649.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3650.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3651.              </div> -->
  3652.            </a>
  3653.          </div>
  3654.          
  3655.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3656.            <a href="https://www.gammazita.it" class="text-decoration-none " rel="dofollow">
  3657.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3658.                <i class="ti-angle-right me-2 text-primary"></i>
  3659.                casino online non aams
  3660.              </h6>
  3661.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3662.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3663.              </div> -->
  3664.            </a>
  3665.          </div>
  3666.          
  3667.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3668.            <a href="https://unbound.co.uk/" class="text-decoration-none " rel="dofollow">
  3669.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3670.                <i class="ti-angle-right me-2 text-primary"></i>
  3671.                casino not on gamstop
  3672.              </h6>
  3673.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3674.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3675.              </div> -->
  3676.            </a>
  3677.          </div>
  3678.          
  3679.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3680.            <a href="https://www.kysty.co.uk/" class="text-decoration-none " rel="dofollow">
  3681.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3682.                <i class="ti-angle-right me-2 text-primary"></i>
  3683.                casino not on GamStop
  3684.              </h6>
  3685.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3686.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3687.              </div> -->
  3688.            </a>
  3689.          </div>
  3690.          
  3691.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3692.            <a href="https://www.gcaf.co.uk/" class="text-decoration-none " rel="dofollow">
  3693.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3694.                <i class="ti-angle-right me-2 text-primary"></i>
  3695.                bitcoin sportsbooks
  3696.              </h6>
  3697.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3698.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3699.              </div> -->
  3700.            </a>
  3701.          </div>
  3702.          
  3703.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3704.            <a href="https://www.cca-glasgow.com/" class="text-decoration-none " rel="dofollow">
  3705.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3706.                <i class="ti-angle-right me-2 text-primary"></i>
  3707.                not on gamstop
  3708.              </h6>
  3709.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3710.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3711.              </div> -->
  3712.            </a>
  3713.          </div>
  3714.          
  3715.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3716.            <a href="https://www.vinylcorner.fr" class="text-decoration-none " rel="dofollow">
  3717.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3718.                <i class="ti-angle-right me-2 text-primary"></i>
  3719.                casino francais en ligne
  3720.              </h6>
  3721.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3722.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3723.              </div> -->
  3724.            </a>
  3725.          </div>
  3726.          
  3727.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3728.            <a href="https://www.kidsplayground.nl/" class="text-decoration-none " rel="dofollow">
  3729.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3730.                <i class="ti-angle-right me-2 text-primary"></i>
  3731.                online casino
  3732.              </h6>
  3733.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3734.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3735.              </div> -->
  3736.            </a>
  3737.          </div>
  3738.          
  3739.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3740.            <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none " rel="dofollow">
  3741.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3742.                <i class="ti-angle-right me-2 text-primary"></i>
  3743.                Best Non GamStop Casinos
  3744.              </h6>
  3745.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3746.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3747.              </div> -->
  3748.            </a>
  3749.          </div>
  3750.          
  3751.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3752.            <a href="https://www.italiapedia.it/" class="text-decoration-none " rel="dofollow">
  3753.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3754.                <i class="ti-angle-right me-2 text-primary"></i>
  3755.                migliori casino online italia
  3756.              </h6>
  3757.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3758.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3759.              </div> -->
  3760.            </a>
  3761.          </div>
  3762.          
  3763.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3764.            <a href="https://oncallfire.uk/" class="text-decoration-none " rel="dofollow">
  3765.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3766.                <i class="ti-angle-right me-2 text-primary"></i>
  3767.                non GamStop UK casinos
  3768.              </h6>
  3769.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3770.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3771.              </div> -->
  3772.            </a>
  3773.          </div>
  3774.          
  3775.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3776.            <a href="https://aubergetiegezh.fr/" class="text-decoration-none " rel="dofollow">
  3777.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3778.                <i class="ti-angle-right me-2 text-primary"></i>
  3779.                casino en ligne france fiable
  3780.              </h6>
  3781.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3782.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3783.              </div> -->
  3784.            </a>
  3785.          </div>
  3786.          
  3787.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3788.            <a href="https://www.gutenbergmuseum.ch" class="text-decoration-none " rel="dofollow">
  3789.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3790.                <i class="ti-angle-right me-2 text-primary"></i>
  3791.                online casino in der schweiz
  3792.              </h6>
  3793.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3794.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3795.              </div> -->
  3796.            </a>
  3797.          </div>
  3798.          
  3799.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3800.            <a href="https://www.bloomprod.fr" class="text-decoration-none " rel="dofollow">
  3801.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3802.                <i class="ti-angle-right me-2 text-primary"></i>
  3803.                nouveaux casinos en ligne francais
  3804.              </h6>
  3805.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3806.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3807.              </div> -->
  3808.            </a>
  3809.          </div>
  3810.          
  3811.  
  3812.        </div>
  3813. <!--
  3814.        <div class="text-center mt-4 pt-3 border-top border-light">
  3815.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3816.        </div> -->
  3817.      </div>
  3818.    </div>
  3819.    
  3820.  </div>
  3821.  
  3822. <!-- Sidebar V2 Styles -->
  3823. <style>
  3824.  .sidebar-widget {
  3825.    position: relative;
  3826.  }
  3827.  
  3828.  .widget-title {
  3829.    font-size: 1.1rem;
  3830.    font-weight: 700;
  3831.    display: inline-block;
  3832.    position: relative;
  3833.    z-index: 2;
  3834.    border-radius: 0;
  3835.  }
  3836.  
  3837.  /* Green arrow for August Blog Roll */
  3838.  .title-arrow::after {
  3839.    content: '';
  3840.    position: absolute;
  3841.    top: 0;
  3842.    right: -22px;
  3843.    width: 0;
  3844.    height: 0;
  3845.    border-left: 22px solid var(--bs-primary);
  3846.    border-top: 22px solid transparent;
  3847.    border-bottom: 22px solid transparent;
  3848.    z-index: 1;
  3849.  }
  3850.  
  3851.  /* Blue arrow for Recent Posts */
  3852.  .title-arrow-primary::after {
  3853.    content: '';
  3854.    position: absolute;
  3855.    top: 0;
  3856.    right: -22px;
  3857.    width: 0;
  3858.    height: 0;
  3859.    border-left: 22px solid var(--bs-primary);
  3860.    border-top: 22px solid transparent;
  3861.    border-bottom: 22px solid transparent;
  3862.    z-index: 1;
  3863.  }
  3864.  
  3865.  .widget-content {
  3866.    margin-top: -1px;
  3867.    position: relative;
  3868.    z-index: 1;
  3869.     background-color: var(--card-bg);
  3870.  }
  3871.  
  3872.  /* Blog Roll Items Hover Effects */
  3873.  .blog-roll-item:hover .blog-title {
  3874.    color: #198754 !important;
  3875.    transform: translateX(5px);
  3876.    transition: all 0.3s ease;
  3877.  }
  3878.  
  3879.  /* Recent Post Items Hover Effects */
  3880.  .recent-post-item:hover .post-title a {
  3881.    color: #0d6efd !important;
  3882.    transition: color 0.3s ease;
  3883.  }
  3884.  
  3885.  .recent-post-item:hover .post-image img {
  3886.    transform: scale(1.05);
  3887.    transition: transform 0.3s ease;
  3888.  }
  3889.  
  3890.  /* Button Hover Effects */
  3891.  .btn:hover {
  3892.    transform: translateY(-2px);
  3893.    transition: all 0.3s ease;
  3894.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3895.  }
  3896.  
  3897.  /* Badge Hover Effects */
  3898.  .badge:hover {
  3899.    transform: scale(1.05);
  3900.    transition: transform 0.3s ease;
  3901.  }
  3902.  
  3903.  @media (max-width: 991px) {
  3904.    .sidebar {
  3905.      margin-top: 3rem;
  3906.    }
  3907.  }
  3908.  
  3909.  @media (max-width: 576px) {
  3910.    .widget-title {
  3911.      font-size: 1rem;
  3912.      padding: 0.75rem 1rem !important;
  3913.    }
  3914.  
  3915.    .title-arrow::after,
  3916.    .title-arrow-primary::after {
  3917.      right: -18px;
  3918.      border-left-width: 18px;
  3919.      border-top-width: 18px;
  3920.      border-bottom-width: 18px;
  3921.    }
  3922.  
  3923.    .post-image {
  3924.      width: 70px !important;
  3925.      height: 55px !important;
  3926.    }
  3927.  
  3928.    .blog-meta {
  3929.      flex-direction: column !important;
  3930.      align-items: flex-start !important;
  3931.      gap: 0.5rem;
  3932.    }
  3933.  }
  3934. </style>
  3935.  
  3936.    
  3937.            </div>
  3938.        </div>
  3939.    </div>
  3940. </section>
  3941.  
  3942. <script>
  3943. // Enhanced Intersection Observer with staggered animations
  3944. document.addEventListener('DOMContentLoaded', function() {
  3945.    const observerOptions = {
  3946.        threshold: 0.1,
  3947.        rootMargin: '0px 0px -100px 0px'
  3948.    };
  3949.  
  3950.    const observer = new IntersectionObserver(function(entries) {
  3951.        entries.forEach(entry => {
  3952.            if (entry.isIntersecting) {
  3953.                setTimeout(() => {
  3954.                    entry.target.classList.add('revealed');
  3955.                }, 100);
  3956.            }
  3957.        });
  3958.    }, observerOptions);
  3959.  
  3960.    // Observe all scroll-reveal elements
  3961.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  3962.        observer.observe(el);
  3963.    });
  3964.  
  3965.    // Add parallax effect to floating dots
  3966.    document.addEventListener('mousemove', function(e) {
  3967.        const cards = document.querySelectorAll('.blog-card-v3');
  3968.        cards.forEach(card => {
  3969.            const rect = card.getBoundingClientRect();
  3970.            const x = (e.clientX - rect.left) / rect.width;
  3971.            const y = (e.clientY - rect.top) / rect.height;
  3972.            
  3973.            const dots = card.querySelectorAll('.floating-dot');
  3974.            dots.forEach((dot, index) => {
  3975.                const moveX = (x - 0.5) * (10 + index * 5);
  3976.                const moveY = (y - 0.5) * (10 + index * 5);
  3977.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  3978.            });
  3979.        });
  3980.    });
  3981. });
  3982. </script>
  3983.  
  3984.    
  3985.        
  3986.        <!-- end wpo-blog-highlights-section -->
  3987.        <!-- start wpo-blog-sponsored-section -->
  3988.        
  3989.  
  3990.  
  3991.  
  3992.    
  3993.  
  3994.  
  3995.  
  3996. <section class="wpo-blog-sponsored-section section-padding">
  3997.    <div class="container-fluid fluid-container">
  3998.        <div class="wpo-section-title">
  3999.            <h2>sponsored news</h2>
  4000.        </div>
  4001.        <div class="row">
  4002.            <div class="wpo-blog-sponsored-wrap">
  4003.                <div class="wpo-blog-items">
  4004.                    <div class="row">
  4005.                        
  4006.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4007.                            <div class="wpo-blog-item">
  4008.                                <div class="wpo-blog-img">
  4009.                                    
  4010.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4011.                                    
  4012.                                    <div class="thumb bg-primary-gradient ">News</div>
  4013.                                </div>
  4014.                                <div class="wpo-blog-content">
  4015.                                    <h2>  <a href="/timber-companies-advance-as-the-isolated-kawahiva-people-await-protection/" class="top-color">
  4016.                                            Timber Companies Advance as the Isolated Kawahiva People Await Protection.
  4017.                                            </a>
  4018.                                    </h2>
  4019.                                    <ul>
  4020.                                        <li>
  4021.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera">
  4022.                                                </li>
  4023.                                        <li class="top-color">By Anthony Rivera</li>
  4024.                                        <li  class="top-color">05 Aug 2026</li>
  4025.                                    </ul>
  4026.                                </div>
  4027.                            </div>
  4028.                        </div>
  4029.                        
  4030.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4031.                            <div class="wpo-blog-item">
  4032.                                <div class="wpo-blog-img">
  4033.                                    
  4034.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4035.                                    
  4036.                                    <div class="thumb bg-primary-gradient ">News</div>
  4037.                                </div>
  4038.                                <div class="wpo-blog-content">
  4039.                                    <h2>  <a href="/imprinted-in-my-consciousness-why-gremlins-2-the-new-batch-is-my-go-to-movie/" class="top-color">
  4040.                                            Imprinted in My Consciousness’: Why Gremlins 2: The New Batch Is My Go-To Movie
  4041.                                            </a>
  4042.                                    </h2>
  4043.                                    <ul>
  4044.                                        <li>
  4045.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera">
  4046.                                                </li>
  4047.                                        <li class="top-color">By Anthony Rivera</li>
  4048.                                        <li  class="top-color">05 Aug 2026</li>
  4049.                                    </ul>
  4050.                                </div>
  4051.                            </div>
  4052.                        </div>
  4053.                        
  4054.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4055.                            <div class="wpo-blog-item">
  4056.                                <div class="wpo-blog-img">
  4057.                                    
  4058.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4059.                                    
  4060.                                    <div class="thumb bg-primary-gradient ">News</div>
  4061.                                </div>
  4062.                                <div class="wpo-blog-content">
  4063.                                    <h2>  <a href="/a-minimum-of-98-palestinian-detainees-have-died-in-detention-since-october-2023-official-figures-shows/" class="top-color">
  4064.                                            A Minimum of 98 Palestinian Detainees Have Died in Detention Since October 2023, Official Figures Shows
  4065.                                            </a>
  4066.                                    </h2>
  4067.                                    <ul>
  4068.                                        <li>
  4069.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera">
  4070.                                                </li>
  4071.                                        <li class="top-color">By Anthony Rivera</li>
  4072.                                        <li  class="top-color">05 Aug 2026</li>
  4073.                                    </ul>
  4074.                                </div>
  4075.                            </div>
  4076.                        </div>
  4077.                        
  4078.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4079.                            <div class="wpo-blog-item">
  4080.                                <div class="wpo-blog-img">
  4081.                                    
  4082.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4083.                                    
  4084.                                    <div class="thumb bg-primary-gradient ">News</div>
  4085.                                </div>
  4086.                                <div class="wpo-blog-content">
  4087.                                    <h2>  <a href="/when-we-are-witnessing-the-death-spiral-of-the-cult-of-bazball-lets-enjoy-what-it-created/" class="top-color">
  4088.                                            When We Are Witnessing the Death Spiral of the Cult of Bazball, Let’s Enjoy What It Created.
  4089.                                            </a>
  4090.                                    </h2>
  4091.                                    <ul>
  4092.                                        <li>
  4093.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera">
  4094.                                                </li>
  4095.                                        <li class="top-color">By Anthony Rivera</li>
  4096.                                        <li  class="top-color">04 Aug 2026</li>
  4097.                                    </ul>
  4098.                                </div>
  4099.                            </div>
  4100.                        </div>
  4101.                        
  4102.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4103.                            <div class="wpo-blog-item">
  4104.                                <div class="wpo-blog-img">
  4105.                                    
  4106.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4107.                                    
  4108.                                    <div class="thumb bg-primary-gradient ">News</div>
  4109.                                </div>
  4110.                                <div class="wpo-blog-content">
  4111.                                    <h2>  <a href="/climate-summit-atmosphere-trumps-no-show-considered-preferable-than-a-american-disruptive-force/" class="top-color">
  4112.                                            Climate Summit Atmosphere: Trump&#x27;s No-Show Considered Preferable Than a American Disruptive Force
  4113.                                            </a>
  4114.                                    </h2>
  4115.                                    <ul>
  4116.                                        <li>
  4117.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera">
  4118.                                                </li>
  4119.                                        <li class="top-color">By Anthony Rivera</li>
  4120.                                        <li  class="top-color">04 Aug 2026</li>
  4121.                                    </ul>
  4122.                                </div>
  4123.                            </div>
  4124.                        </div>
  4125.                        
  4126.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  4127.                            <div class="wpo-blog-item">
  4128.                                <div class="wpo-blog-img">
  4129.                                    
  4130.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4131.                                    
  4132.                                    <div class="thumb bg-primary-gradient ">News</div>
  4133.                                </div>
  4134.                                <div class="wpo-blog-content">
  4135.                                    <h2>  <a href="/manchester-city-three-nil-the-red-devils-lauren-hemp-finds-the-net-in-manchester-city-stroll/" class="top-color">
  4136.                                            Manchester City Three-Nil The Red Devils: Lauren Hemp finds the net in Manchester City stroll.
  4137.                                            </a>
  4138.                                    </h2>
  4139.                                    <ul>
  4140.                                        <li>
  4141.                                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Anthony Rivera">
  4142.                                                </li>
  4143.                                        <li class="top-color">By Anthony Rivera</li>
  4144.                                        <li  class="top-color">04 Aug 2026</li>
  4145.                                    </ul>
  4146.                                </div>
  4147.                            </div>
  4148.                        </div>
  4149.                        
  4150.  
  4151.                    </div>
  4152.                </div>
  4153.            </div>
  4154.        </div>
  4155.    </div> <!-- end container -->
  4156. </section>
  4157.  
  4158.  
  4159.    
  4160.        <!-- end wpo-blog-sponsored-section -->
  4161.        <!-- start wpo-subscribe-section -->
  4162.        
  4163.        <!-- end subscribe-section -->
  4164.        <!-- start of wpo-site-footer-section -->
  4165.        
  4166.  
  4167.  
  4168.  
  4169.  
  4170.  
  4171. <footer class="wpo-site-footer-v2">
  4172.  <!-- Top Section - Logo & CTA -->
  4173.  <div class="footer-top-section py-3">
  4174.    <div class="container-fluid fluid-container">
  4175.      <div class="row align-items-center">
  4176.        <div class="brand-logo d-flex align-items-center justify-content-center">
  4177.          
  4178.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/3e1d98cb-6978-4318-b2d2-0b99a18d77f8_logo.png" alt="NewsBrit Blog" class="footer-logo" />
  4179.          
  4180.          <div class="brand-info">
  4181.            <h3 class="brand-title">NewsBrit Blog</h3>
  4182.          </div>
  4183.        </div>
  4184.      </div>
  4185.    </div>
  4186.  </div>
  4187.  
  4188.  <!-- Main Content Grid -->
  4189.  <div class="footer-main-content py-4">
  4190.    <div class="container-fluid fluid-container px-3">
  4191.      <div class="d-flex justify-content-between flex-wrap gap-3">
  4192.        <!-- Column 1: Quick Links & Top Categories -->
  4193.        <div class="">
  4194.          <div class="footer-column">
  4195.            <h5 class="column-title">Quick Links</h5>
  4196.            <ul class="footer-menu list-unstyled">
  4197.              
  4198.                <li>
  4199.                  <a class="menu-link" href="/american-male-major-title-drought-isnt-taylor-fritzs-burden-to-bear/">American Male Major Title Drought Isn&#x27;t Taylor Fritz&#x27;s Burden to Bear</a>
  4200.                </li>
  4201.              
  4202.                <li>
  4203.                  <a class="menu-link" href="/puzzling-and-enchanting-newcastle-search-for-answer-to-halt-disorder/">Puzzling and Enchanting Newcastle Search for Answer to Halt Disorder</a>
  4204.                </li>
  4205.              
  4206.                <li>
  4207.                  <a class="menu-link" href="/should-a-wannabe-influencer-pal-cease-using-me-for-material/">Should A Wannabe Influencer Pal Cease Using Me for Material?</a>
  4208.                </li>
  4209.              
  4210.                <li>
  4211.                  <a class="menu-link" href="/exposing-the-heartbreaking-story-behind-the-streaming-giants-latest-historical-drama/">Exposing the Heartbreaking Story Behind the Streaming Giant&#x27;s Latest Historical Drama</a>
  4212.                </li>
  4213.              
  4214.                <li>
  4215.                  <a class="menu-link" href="/late-equaliser-by-rutter-delivers-draw-for-brighton-keeping-west-ham-in-relegation-fight/">Late Equaliser by Rutter Delivers Draw for Brighton, Keeping West Ham in Relegation Fight.</a>
  4216.                </li>
  4217.              
  4218.                <li>
  4219.                  <a class="menu-link" href="/blues-boss-maresca-rejects-manchester-city-speculation-as-pure-rumour/">Blues Boss Maresca Rejects Manchester City Speculation as Pure Rumour</a>
  4220.                </li>
  4221.              
  4222.            </ul>
  4223.          </div>
  4224.        </div>
  4225.        <div class="">
  4226.          <div class="footer-column mt-4">
  4227.            <h5 class="column-title">Top Categories</h5>
  4228.            <ul class="footer-menu list-unstyled">
  4229.              
  4230.                <li>
  4231.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4232.                </li>
  4233.              
  4234.                <li>
  4235.                  <a class="menu-link" href="/category/business/">Business</a>
  4236.                </li>
  4237.              
  4238.                <li>
  4239.                  <a class="menu-link" href="/category/esports/">Esports</a>
  4240.                </li>
  4241.              
  4242.                <li>
  4243.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  4244.                </li>
  4245.              
  4246.                <li>
  4247.                  <a class="menu-link" href="/category/featured/">Featured</a>
  4248.                </li>
  4249.              
  4250.            </ul>
  4251.          </div>
  4252.        </div>
  4253.        <!-- Column 2: Blog Rolls -->
  4254.      <div class="">
  4255.          <div class="footer-column">
  4256.            <h5 class="column-title">Blog Rolls</h5>
  4257.            <ul class="footer-menu list-unstyled" id="blogRollLinks">
  4258.              
  4259.              
  4260.  
  4261.              
  4262.              
  4263.                
  4264.              
  4265.            </ul>
  4266.          </div>
  4267.        </div>
  4268.      </div>
  4269.    </div>
  4270.  </div>
  4271.  
  4272.  <!-- Tagline Section -->
  4273.  <div class="footer-tagline bg-primary-gradient text-center py-3">
  4274.    <div class="container-fluid fluid-container">
  4275.      <p class="mb-0 text-white text-capitalize">Explore in-depth analysis and commentary on UK politics, cultural trends, and breaking news from a British perspective. Stay informed with expert insights.</p>
  4276.    </div>
  4277.  </div>
  4278.  
  4279.  <!-- Footer Bottom -->
  4280.  <div class="footer-bottom py-3">
  4281.    <div class="container-fluid fluid-container">
  4282.      <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-center">
  4283.        <div class="copyright-info">
  4284.          <p class="mb-0 text-color">
  4285.            &copy; 2026 <strong>NewsBrit Blog</strong>. All rights reserved.
  4286.          </p>
  4287.        </div>
  4288.        <div class="utility-links mt-2 mt-md-0">
  4289.          <a href="/page/write-for-us/" class="utility-link me-3">Write For Us</a>
  4290.          <a href="/page/terms-and-conditions/" class="utility-link me-3">Terms &amp; Conditions</a>
  4291.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4292.        </div>
  4293.      </div>
  4294.    </div>
  4295.  </div>
  4296. </footer>
  4297.  
  4298.  
  4299. <style>
  4300.  
  4301. .footer-top-section {
  4302.    border-bottom: 1px solid var(--border-color);
  4303.    background-color: var(--card-bg) !important;
  4304. }
  4305.  
  4306. .footer-logo {
  4307.    height:50px;
  4308.    width: auto;
  4309. }
  4310. .text-color{
  4311.    color: var(--topbar-color) !important;
  4312. }
  4313. .brand-title {
  4314.    font-size: 20px;
  4315.    font-weight: 600;
  4316.    color: var(--topbar-color);
  4317.    margin: 0;
  4318. }
  4319.  
  4320. .footer-main-content {
  4321.    background: var(--card-bg);
  4322. }
  4323.  
  4324. .column-title {
  4325.    font-size: 16px;
  4326.    font-weight: 600;
  4327.    color: var(--topbar-color) !important;
  4328.    margin-bottom: 15px;
  4329. }
  4330.  
  4331. .footer-menu li {
  4332.    margin-bottom: 8px;
  4333. }
  4334.  
  4335. .menu-link {
  4336.    color: var(--topbar-color) !important;
  4337.    text-decoration: none;
  4338.    font-size: 16px;
  4339.    transition: color 0.3s ease;
  4340. }
  4341.  
  4342. .footer-tagline {
  4343.    font-size: 16px;
  4344. }
  4345.  
  4346. .footer-bottom {
  4347.    font-size: 16px;
  4348.    background-color: var(--card-bg) !important;
  4349. }
  4350.  
  4351. .utility-link {
  4352.    color: var(--topbar-color) !important;
  4353.    text-decoration: none;
  4354.    transition: color 0.3s ease;
  4355. }
  4356.  
  4357. .utility-link:hover {
  4358.    color: var(--secondary-color);
  4359. }
  4360.  
  4361. /* Responsive Design */
  4362. @media (max-width: 992px) {
  4363.    .footer-top-section {
  4364.        text-align: start;
  4365.    }
  4366.    .cta-btn {
  4367.        margin-top: 10px;
  4368.    }
  4369. }
  4370.  
  4371. @media (max-width: 768px) {
  4372.    .footer-column {
  4373.        text-align: start;
  4374.    }
  4375.    .footer-tagline {
  4376.        font-size: 13px;
  4377.    }
  4378. }
  4379.  
  4380. @media (max-width: 576px) {
  4381.    .column-title {
  4382.        font-size: 15px;
  4383.    }
  4384.    .menu-link {
  4385.        font-size: 13px;
  4386.    }
  4387.    .cta-btn {
  4388.        font-size: 13px;
  4389.        padding: 7px 15px;
  4390.    }
  4391. }
  4392. </style>
  4393.  
  4394. <script>
  4395. // Prevent default for placeholder links
  4396. document.addEventListener('DOMContentLoaded', function() {
  4397.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4398.        anchor.addEventListener('click', function(e) {
  4399.            e.preventDefault();
  4400.        });
  4401.    });
  4402. });
  4403. document.addEventListener('DOMContentLoaded', function () {
  4404.    var btn = document.getElementById('toggleBlogRollLinks');
  4405.    if (!btn) return; // No extra items, no button
  4406.  
  4407.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4408.  
  4409.    btn.addEventListener('click', function () {
  4410.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4411.            return li.classList.contains('d-none');
  4412.        });
  4413.  
  4414.        extras.forEach(function (li) {
  4415.            if (anyHidden) {
  4416.                li.classList.remove('d-none');
  4417.                li.classList.add('show');
  4418.            } else {
  4419.                li.classList.add('d-none');
  4420.                li.classList.remove('show');
  4421.            }
  4422.        });
  4423.  
  4424.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4425.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4426.    });
  4427. });
  4428.  
  4429. </script>
  4430.  
  4431.        <!-- end of wpo-site-footer-section -->
  4432.    </div>
  4433.    <!-- end of page-wrapper -->
  4434.  
  4435.    <!-- All JavaScript files
  4436.    ================================================== -->
  4437.    
  4438.  
  4439. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4440. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4441. <!-- Plugins for this template -->
  4442. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4443. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4444. <!-- Custom script for this template -->
  4445. <script src="/static/blogapp/assets/js/script.js"></script>
  4446.  
  4447. <script>
  4448. (function () {
  4449. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4450. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4451.  
  4452. function applyFallback(img) {
  4453. if (!img || img.dataset.fallbackApplied === "1") {
  4454. return;
  4455. }
  4456. var failedSrc = img.currentSrc || img.src || "";
  4457. img.dataset.fallbackApplied = "1";
  4458. img.onerror = null;
  4459. img.src = fallbackImageSrc;
  4460. console.warn("[ImageFallback] Replaced broken image:", {
  4461. failedSrc: failedSrc,
  4462. fallbackSrc: fallbackImageSrc,
  4463. alt: img.alt || "",
  4464. });
  4465. }
  4466.  
  4467. document.querySelectorAll("img").forEach(function (img) {
  4468. if (img.complete && img.naturalWidth === 0) {
  4469. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4470. failedSrc: img.currentSrc || img.src || "",
  4471. alt: img.alt || "",
  4472. });
  4473. applyFallback(img);
  4474. }
  4475. });
  4476.  
  4477. document.addEventListener(
  4478. "error",
  4479. function (event) {
  4480. var target = event.target;
  4481. if (target && target.tagName === "IMG") {
  4482. applyFallback(target);
  4483. }
  4484. },
  4485. true
  4486. );
  4487. })();
  4488. </script>
  4489.  
  4490. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4491.  
  4492.  
  4493.  
  4494. <script type="module" src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"68fbf9eaf9a648be9a1dc52b64b89f69","r":1}' crossorigin="anonymous"></script>
  4495. </body>
  4496.  
  4497. </html>
  4498.  
  4499.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda