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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="domine">
  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-28T152245.161_KYfIC9n_tMRJmvg.png">
  14.    
  15.  
  16.    <title>Daily UK Magazine: News, Culture &amp; Lifestyle Updates</title>
  17.    <meta name="description" content="Stay informed with the latest UK news, cultural insights, and lifestyle trends. Daily updates on politics, entertainment, and more from across Britain.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://dailyukmag.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #00b7eb;
  42.        --bs-primary-rgb: 00b7eb;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e0f2fe;
  49.        --bs-dark: #0f2a44;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #00b7eb;
  53.        --theme-primary-color-s2: #00b7eb;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0f2a44;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0f2a44;
  59.        --border-color: #7dd3fc;
  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: #bae6fd;
  75.        --navbar-color: #0f2a44;
  76.        --topbar-bg: #e0f2fe;
  77.        --topbar-color: #0f2a44;
  78.        --footer-bg: #0f2a44;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #7dd3fc;
  82.        --card-radius: 12px;
  83.        --link-color: #00b7eb;
  84.        --link-hover: #0098c7;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(0, 183, 235, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_58">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407. <style>
  408.    /* General styling for top bar */
  409.    .unique-topbar-v7 {
  410.        background-color: var(--topbar-bg);
  411.        color: #fff;
  412.      
  413.    }
  414.    .unique-v7 {
  415.        padding: 10px 30px;
  416.        display: flex;
  417.        align-items: center;
  418.        justify-content: space-between; /* Ensure it stretches across */
  419.    }
  420.  
  421.    .unique-menu-btn-v7 {
  422.        border: none;
  423.        max-width: 145px !important;
  424.        padding: 8px;
  425.        cursor: pointer;
  426.        border-radius: 5px;
  427.    }
  428.  
  429.    .unique-news-container-v7 {
  430.        display: flex;
  431.        align-items: center;
  432.        overflow: hidden;
  433.        width: fit-content;
  434.        flex-grow: 1; /* Take remaining space */
  435.        height: 60px;
  436.    }
  437.  
  438.    .unique-news-wrapper-v7 {
  439.        display: flex;
  440.        flex-direction: row;
  441.        align-items: center;
  442.        padding: 5px;
  443.    }
  444.  
  445.    .unique-news-item-v7 {
  446.        opacity: 0;
  447.        transform: translateX(100px);
  448.        transition: all 0.5s ease;
  449.        font-size: 16px;
  450.        color: var(--topbar-color);
  451.        height: 0;
  452.        width: 0;
  453.    }
  454.    
  455.    .unique-news-item-v7.active-v7 {
  456.        padding: 10px;
  457.        opacity: 1;
  458.          height: auto;
  459.        width: auto;
  460.        margin-right: 20px;
  461.        transform: translateX(0);
  462.    }
  463.  
  464.    .unique-news-item-v7.exit-up-v7 {
  465.        opacity: 0;
  466.        transform: translateX(-100px); /* Move news item left */
  467.    }
  468.  
  469.    /* Social Icons in Inline */
  470.    .contact-info-v7 {
  471.        display: flex;
  472.        gap: 10px;
  473.    }
  474.  
  475.    .contact-info-v7 ul {
  476.        display: flex;
  477.        gap: 15px;
  478.        list-style: none;
  479.    }
  480.  
  481.    .social-icon-v7 {
  482.        color: var(--topbar-color) !important;
  483.        font-size: 20px;
  484.        text-decoration: none;
  485.    }
  486.  
  487.    .social-icon-v7:hover {
  488.        color: #1da1f2;
  489.    }
  490. </style>
  491.  
  492. <div class="unique-topbar-v7">
  493.    <div class="fluid-container unique-v7 container-fluid">
  494.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  495.      
  496.        <div class="unique-news-container-v7">
  497.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  498.                <!-- News items will be added dynamically -->
  499.            </div>
  500.        </div>
  501.      
  502.        <div class="contact-info-v7">
  503.            <ul>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  506.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  507.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  508.            </ul>
  509.        </div>
  510.    </div>
  511. </div>
  512.  
  513. <script>
  514.    // Build array dynamically from Django context
  515.    const newsItems = [
  516.        
  517.            { title: "The President\u0027s Overarching Presence in The Sporting World Reached An Apex in 2025. 2026 Promises to Go Further.", url: "/the-presidents-overarching-presence-in-the-sporting-world-reached-an-apex-in-2025-2026-promises-to-go-further/" },
  518.        
  519.            { title: "We Got Dismissed, and We Accept It – Learn How to Secure a New Job That Suits for You", url: "/we-got-dismissed-and-we-accept-it-learn-how-to-secure-a-new-job-that-suits-for-you/" },
  520.        
  521.            { title: "In excess of 60,000 Run from Sudan\u0027s City After Seizure by RSF Paramilitary Group, UN Reports", url: "/in-excess-of-60000-run-from-sudans-city-after-seizure-by-rsf-paramilitary-group-un-reports/" },
  522.        
  523.            { title: "Exercise while you are working? 10 fitness\u002Denhancing desk exercises you can do in normal attire", url: "/exercise-while-you-are-working-10-fitness-enhancing-desk-exercises-you-can-do-in-normal-attire/" },
  524.        
  525.            { title: "Anno 117 Pax Romana\u0027s Best\u002DKept Secret Reveals Itself as a Breathtaking First\u002DPerson Mode.", url: "/anno-117-pax-romanas-best-kept-secret-reveals-itself-as-a-breathtaking-first-person-mode/" }
  526.        
  527.    ];
  528.  
  529.    let currentNewsIndex = 0;
  530.    const newsWrapper = document.getElementById('newsWrapper-v7');
  531.    let newsElements = [];
  532.  
  533.    // Create news elements
  534.    function createNewsElements() {
  535.        newsItems.forEach((news, index) => {
  536.            const newsElement = document.createElement('div');
  537.            newsElement.className = 'unique-news-item-v7';
  538.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  539.            newsWrapper.appendChild(newsElement);
  540.            newsElements.push(newsElement);
  541.        });
  542.  
  543.        if (newsElements.length > 0) {
  544.            newsElements[0].classList.add('active-v7');
  545.        }
  546.    }
  547.  
  548.    // Animate news change
  549.    function changeNews() {
  550.        const currentElement = newsElements[currentNewsIndex];
  551.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  552.        const nextElement = newsElements[nextIndex];
  553.  
  554.        currentElement.classList.remove('active-v7');
  555.        currentElement.classList.add('exit-up-v7');
  556.  
  557.        setTimeout(() => {
  558.            nextElement.classList.add('active-v7');
  559.            currentNewsIndex = nextIndex;
  560.  
  561.            setTimeout(() => {
  562.                currentElement.classList.remove('exit-up-v7');
  563.            }, 100);
  564.        }, 250);
  565.    }
  566.  
  567.    // Start news rotation
  568.    function startNewsRotation() {
  569.        setInterval(changeNews, 5000);
  570.    }
  571.  
  572.    window.onload = function() {
  573.        createNewsElements();
  574.        startNewsRotation();
  575.    };
  576. </script>
  577.  
  578.  
  579.  
  580.            
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587. <header class="header-v8 mb-4">
  588.    <div class="container-fluid fluid-container">
  589.        <!-- Main Navigation Card -->
  590.        <div class="nav-card-v8">
  591.            <div class="row align-items-center justify-content-between">
  592.                <!-- Logo Section -->
  593.               <div class="col-lg-2 col-md-3 col-6">
  594.                    <div class="logo-section-v8">
  595.                        <a class="logo-link-v8" href="/">
  596.                            
  597.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/86d73443-0c1a-4f88-a2e1-31f3aed3ac65_logo.png" alt="Daily UK Magazine" class="logo-img-v8" />
  598.                            
  599.                        </a>
  600.                    </div>
  601.                </div>
  602.  
  603.                <!-- Navigation Menu -->
  604.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  605.                    <nav class="main-nav-v8">
  606.                        <ul class="nav-list-v8">
  607.  
  608.                            
  609.                            <li class="nav-item-v8">
  610.                                <a href="/" class="nav-link-v8 active-v8"
  611.                                    data-text="Home">Home</a>
  612.                            </li>
  613.  
  614.                            
  615.                            
  616.                             <li class="nav-item-v8">
  617.                                <a href="/category/all-posts/" class="nav-link-v8"
  618.                                    data-text="All Posts">
  619.                                    All Posts
  620.                                </a>
  621.                                </li>
  622.  
  623.                                
  624.  
  625.                                                
  626.                                                
  627.                                
  628.                             <li class="nav-item-v8">
  629.                                <a href="/category/business/" class="nav-link-v8"
  630.                                    data-text="Business">
  631.                                    Business
  632.                                </a>
  633.                                </li>
  634.  
  635.                                
  636.  
  637.                                                
  638.                                                
  639.                                
  640.                             <li class="nav-item-v8">
  641.                                <a href="/category/esports/" class="nav-link-v8"
  642.                                    data-text="Esports">
  643.                                    Esports
  644.                                </a>
  645.                                </li>
  646.  
  647.                                
  648.  
  649.                                                
  650.                                                
  651.                                
  652.                             <li class="nav-item-v8">
  653.                                <a href="/category/fashion/" class="nav-link-v8"
  654.                                    data-text="Fashion">
  655.                                    Fashion
  656.                                </a>
  657.                                </li>
  658.  
  659.                                
  660.  
  661.                                                
  662.                                                
  663.                                
  664.                             <li class="nav-item-v8">
  665.                                <a href="/category/featured/" class="nav-link-v8"
  666.                                    data-text="Featured">
  667.                                    Featured
  668.                                </a>
  669.                                </li>
  670.  
  671.                                
  672.  
  673.                                                
  674.                                                
  675.                                
  676.                             <li class="nav-item-v8">
  677.                                <a href="/category/gaming/" class="nav-link-v8"
  678.                                    data-text="Gaming">
  679.                                    Gaming
  680.                                </a>
  681.                                </li>
  682.  
  683.                                
  684.  
  685.                                                
  686.                                                
  687.                                
  688.                             <li class="nav-item-v8">
  689.                                <a href="/category/health/" class="nav-link-v8"
  690.                                    data-text="Health">
  691.                                    Health
  692.                                </a>
  693.                                </li>
  694.  
  695.                                
  696.  
  697.                                                
  698.                                                
  699.                                
  700.                            
  701.                                
  702.                                
  703.                                <li class="nav-item-v8 has-dropdown-v8">
  704.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  705.                                    <div class="dropdown-card-v8">
  706.                                        <div class="dropdown-grid-v8">
  707.                                            <div class="dropdown-section-v8">
  708.                                                <a href="/category/life-fitness/"
  709.                                                    class="dropdown-link-v8">
  710.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  711.                                                </a>
  712.                                                
  713.  
  714.                                                
  715.  
  716.                                                
  717.                                                
  718.                                
  719.                            
  720.                                                <a href="/category/lifestyle/"
  721.                                                    class="dropdown-link-v8">
  722.                                                    <span class="link-icon-v8"></span> Lifestyle
  723.                                                </a>
  724.                                                
  725.  
  726.                                                
  727.                                                
  728.                                
  729.                            
  730.                                                <a href="/category/news/"
  731.                                                    class="dropdown-link-v8">
  732.                                                    <span class="link-icon-v8"></span> News
  733.                                                </a>
  734.                                                
  735.  
  736.                                                
  737.                                                
  738.                                
  739.                            
  740.                                                <a href="/category/others/"
  741.                                                    class="dropdown-link-v8">
  742.                                                    <span class="link-icon-v8"></span> Others
  743.                                                </a>
  744.                                                
  745.  
  746.                                                
  747.                                                
  748.                                
  749.                            
  750.                                                <a href="/category/politics/"
  751.                                                    class="dropdown-link-v8">
  752.                                                    <span class="link-icon-v8"></span> Politics
  753.                                                </a>
  754.                                                
  755.  
  756.                                                
  757.                                                
  758.                                
  759.                            
  760.                                                <a href="/category/sports/"
  761.                                                    class="dropdown-link-v8">
  762.                                                    <span class="link-icon-v8"></span> Sports
  763.                                                </a>
  764.                                                
  765.  
  766.                                                
  767.                                                
  768.                                
  769.                            
  770.                                                <a href="/category/tech/"
  771.                                                    class="dropdown-link-v8">
  772.                                                    <span class="link-icon-v8"></span> Tech
  773.                                                </a>
  774.                                                
  775.  
  776.                                                
  777.                                                
  778.                                
  779.                            
  780.                                                <a href="/category/travel/"
  781.                                                    class="dropdown-link-v8">
  782.                                                    <span class="link-icon-v8"></span> Travel
  783.                                                </a>
  784.                                                
  785.  
  786.                                                
  787.                                                
  788.                                            </div>
  789.                                        </div>
  790.                                    </div>
  791.                                </li>
  792.                                
  793.                                
  794. <li>
  795.                  <a href="/page/contact-us/">
  796.                     Contact Us
  797.                  </a>
  798.              </li>
  799.                        </ul>
  800.                    </nav>
  801.  
  802.                </div>
  803.  
  804.                <!-- Search & Mobile Toggle -->
  805.                <div class="col-lg-2 col-md-3 col-6">
  806.                    <div class="nav-actions-v8">
  807.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  808.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  809.                                stroke-width="2">
  810.                                <circle cx="11" cy="11" r="8"></circle>
  811.                                <path d="m21 21-4.35-4.35"></path>
  812.                            </svg>
  813.                        </button>
  814.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  815.                            <i class="ti-menu fs-5"></i>
  816.                        </button>
  817.                    </div>
  818.                </div>
  819.            </div>
  820.        </div>
  821.  
  822.        <!-- Floating Search Card -->
  823.        <div class="search-card-v8" id="searchCardV8">
  824.            <div class="search-container-v8">
  825.                <form class="search-form-v8" action="#" method="get">
  826.                    <div class="search-input-wrapper-v8">
  827.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  828.                            stroke="currentColor" stroke-width="2">
  829.                            <circle cx="11" cy="11" r="8"></circle>
  830.                            <path d="m21 21-4.35-4.35"></path>
  831.                        </svg>
  832.                        <input type="search" class="search-input-v8" id="search-input"
  833.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  834.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  835.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  836.                                stroke-width="2">
  837.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  838.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  839.                            </svg>
  840.                        </button>
  841.                    </div>
  842.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  843.                        
  844.                        
  845.                    </div>
  846.                </form>
  847.            </div>
  848.        </div>
  849.  
  850.        <!-- Mobile Navigation Card -->
  851.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  852.            <div class="mobile-nav-content-v8">
  853.                <ul class="mobile-nav-list-v8">
  854.  
  855.                    
  856.                    <li class="mobile-nav-item-v8">
  857.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  858.                            Home
  859.                        </a>
  860.                    </li>
  861.  
  862.                    
  863.                      <li class="mobile-nav-item-v8">
  864.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  865.                            All Posts
  866.                        </a>
  867.                        </li>
  868.  
  869.                        
  870.  
  871.                                
  872.                                
  873.                        
  874.                      <li class="mobile-nav-item-v8">
  875.                        <a href="/category/business/" class="mobile-nav-link-v8">
  876.                            Business
  877.                        </a>
  878.                        </li>
  879.  
  880.                        
  881.  
  882.                                
  883.                                
  884.                        
  885.                      <li class="mobile-nav-item-v8">
  886.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  887.                            Esports
  888.                        </a>
  889.                        </li>
  890.  
  891.                        
  892.  
  893.                                
  894.                                
  895.                        
  896.                      <li class="mobile-nav-item-v8">
  897.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  898.                            Fashion
  899.                        </a>
  900.                        </li>
  901.  
  902.                        
  903.  
  904.                                
  905.                                
  906.                        
  907.                      <li class="mobile-nav-item-v8">
  908.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  909.                            Featured
  910.                        </a>
  911.                        </li>
  912.  
  913.                        
  914.  
  915.                                
  916.                                
  917.                        
  918.                      <li class="mobile-nav-item-v8">
  919.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  920.                            Gaming
  921.                        </a>
  922.                        </li>
  923.  
  924.                        
  925.  
  926.                                
  927.                                
  928.                        
  929.                      <li class="mobile-nav-item-v8">
  930.                        <a href="/category/health/" class="mobile-nav-link-v8">
  931.                            Health
  932.                        </a>
  933.                        </li>
  934.  
  935.                        
  936.  
  937.                                
  938.                                
  939.                        
  940.                    
  941.                        
  942.                        
  943.                        <li class="mobile-nav-item-v8">
  944.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  945.                                More
  946.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  947.                                    stroke="currentColor" stroke-width="2">
  948.                                    <polyline points="6,9 12,15 18,9"></polyline>
  949.                                </svg>
  950.                            </a>
  951.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  952.                                <li>
  953.                                    <a href="/category/life-fitness/"
  954.                                        class="mobile-sub-link-v8">
  955.                                        Life &amp; Fitness
  956.                                    </a>
  957.                                </li>
  958.                                
  959.  
  960.                                
  961.  
  962.                                
  963.                                
  964.                        
  965.                    
  966.                                
  967.                                <li>
  968.                                    <a href="/category/lifestyle/"
  969.                                        class="mobile-sub-link-v8">
  970.                                        Lifestyle
  971.                                    </a>
  972.                                </li>
  973.                                
  974.  
  975.                                
  976.                                
  977.                        
  978.                    
  979.                                
  980.                                <li>
  981.                                    <a href="/category/news/"
  982.                                        class="mobile-sub-link-v8">
  983.                                        News
  984.                                    </a>
  985.                                </li>
  986.                                
  987.  
  988.                                
  989.                                
  990.                        
  991.                    
  992.                                
  993.                                <li>
  994.                                    <a href="/category/others/"
  995.                                        class="mobile-sub-link-v8">
  996.                                        Others
  997.                                    </a>
  998.                                </li>
  999.                                
  1000.  
  1001.                                
  1002.                                
  1003.                        
  1004.                    
  1005.                                
  1006.                                <li>
  1007.                                    <a href="/category/politics/"
  1008.                                        class="mobile-sub-link-v8">
  1009.                                        Politics
  1010.                                    </a>
  1011.                                </li>
  1012.                                
  1013.  
  1014.                                
  1015.                                
  1016.                        
  1017.                    
  1018.                                
  1019.                                <li>
  1020.                                    <a href="/category/sports/"
  1021.                                        class="mobile-sub-link-v8">
  1022.                                        Sports
  1023.                                    </a>
  1024.                                </li>
  1025.                                
  1026.  
  1027.                                
  1028.                                
  1029.                        
  1030.                    
  1031.                                
  1032.                                <li>
  1033.                                    <a href="/category/tech/"
  1034.                                        class="mobile-sub-link-v8">
  1035.                                        Tech
  1036.                                    </a>
  1037.                                </li>
  1038.                                
  1039.  
  1040.                                
  1041.                                
  1042.                        
  1043.                    
  1044.                                
  1045.                                <li>
  1046.                                    <a href="/category/travel/"
  1047.                                        class="mobile-sub-link-v8">
  1048.                                        Travel
  1049.                                    </a>
  1050.                                </li>
  1051.                                
  1052.  
  1053.                                
  1054.                                
  1055.                            </ul>
  1056.                        </li>
  1057.                        
  1058.                        
  1059.  
  1060.                </ul>
  1061.  
  1062.            </div>
  1063.        </div>
  1064.    </div>
  1065.  
  1066.    <!-- Background Overlay -->
  1067.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  1068. </header>
  1069.  
  1070. <style>
  1071.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  1072.    .header-v8 {
  1073.        padding: 20px 0;
  1074.        position: relative;
  1075.        min-height: 120px;
  1076.    }
  1077.  
  1078.    /* Main Navigation Card */
  1079.    .nav-card-v8 {
  1080.        background:var(--navbar-bg);
  1081.        backdrop-filter: blur(20px);
  1082.        border: 1px solid var(--border-color);
  1083.        border-radius: 20px;
  1084.        padding: 15px 25px;
  1085.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  1086.        position: relative;
  1087.        z-index: 100;
  1088.    }
  1089.  
  1090.    /* Logo Styles */
  1091.    .logo-img-v8 {
  1092.        max-height: 60px;
  1093.        transition: all 0.3s ease;
  1094.    }
  1095.  
  1096.    .logo-link-v8:hover .logo-img-v8 {
  1097.        transform: scale(1.05) rotate(2deg);
  1098.    }
  1099.  
  1100.    /* Main Navigation */
  1101.    .nav-list-v8 {
  1102.        list-style: none;
  1103.        padding: 0;
  1104.        margin: 0;
  1105.        display: flex;
  1106.        align-items: center;
  1107.        justify-content: center;
  1108.        gap: 8px;
  1109.    }
  1110.  
  1111.    .nav-item-v8 {
  1112.        position: relative;
  1113.    }
  1114.  
  1115.    .nav-link-v8 {
  1116.        color: #4a5568;
  1117.        text-decoration: none;
  1118.        font-weight: 500;
  1119.        font-size: 15px;
  1120.        padding: 12px 18px;
  1121.        border-radius: 12px;
  1122.        position: relative;
  1123.        transition: all 0.3s ease;
  1124.        display: block;
  1125.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1126.    }
  1127.  
  1128.    .nav-link-v8::before {
  1129.        content: attr(data-text);
  1130.        position: absolute;
  1131.        top: 0;
  1132.        left: 0;
  1133.        right: 0;
  1134.        bottom: 0;
  1135.        display: flex;
  1136.        align-items: center;
  1137.        justify-content: center;
  1138.        background: var(--sub-nav);
  1139.        color: var(--topbar-color);
  1140.        border-radius: 12px;
  1141.        opacity: 0;
  1142.        transform: scale(0.8);
  1143.        transition: all 0.3s ease;
  1144.        font-weight: 600;
  1145.    }
  1146.  
  1147.    .nav-link-v8:hover::before,
  1148.    .nav-link-v8.active-v8::before {
  1149.        opacity: 1;
  1150.        transform: scale(1);
  1151.    }
  1152.  
  1153.    .nav-link-v8:hover,
  1154.    .nav-link-v8.active-v8 {
  1155.        color: transparent;
  1156.        background: rgba(102, 126, 234, 0.1);
  1157.    }
  1158.  
  1159.    /* Dropdown Styles */
  1160.    .dropdown-card-v8 {
  1161.        position: absolute;
  1162.        top: calc(100% + 15px);
  1163.        left: 50%;
  1164.        transform: translateX(-50%);
  1165.        background:var(--navbar-bg);
  1166.        backdrop-filter: blur(20px);
  1167.        border: 1px solid var(--border-color);
  1168.        border-radius: 16px;
  1169.        padding: 25px;
  1170.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1171.        opacity: 0;
  1172.        visibility: hidden;
  1173.        transform: translateX(-50%) translateY(-10px);
  1174.        transition: all 0.3s ease;
  1175.        z-index: 200;
  1176.        min-width: 320px;
  1177.    }
  1178.  
  1179.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1180.        opacity: 1;
  1181.        visibility: visible;
  1182.        transform: translateX(-50%) translateY(0);
  1183.    }
  1184.  
  1185.    .dropdown-grid-v8 {
  1186.        display: grid;
  1187.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1188.        gap: 20px;
  1189.    }
  1190.  
  1191.    .dropdown-header-v8 {
  1192.        font-size: 12px;
  1193.        font-weight: 700;
  1194.        color: #667eea;
  1195.        margin-bottom: 12px;
  1196.        text-transform: uppercase;
  1197.        letter-spacing: 1px;
  1198.    }
  1199.  
  1200.    .dropdown-link-v8 {
  1201.        display: flex;
  1202.        align-items: center;
  1203.        color: var(--navbar-color) !important;;
  1204.        text-decoration: none;
  1205.        font-size: 14px;
  1206.        padding: 10px 12px;
  1207.        border-radius: 10px;
  1208.        transition: all 0.3s ease;
  1209.        margin-bottom: 8px;
  1210.    }
  1211.  
  1212.    .dropdown-link-v8:hover {
  1213.        background:var(--bs-primary);
  1214.        color: var(--bs-white) !important;;
  1215.        transform: translateX(5px);
  1216.    }
  1217.  
  1218.    .link-icon-v8 {
  1219.        margin-right: 10px;
  1220.        height: 5px;
  1221.        width: 5px;
  1222.        border: 1px solid #2d3748;
  1223.        border-radius: 50%;
  1224.    }
  1225.  
  1226.    /* Navigation Actions */
  1227.    .nav-actions-v8 {
  1228.        display: flex;
  1229.        align-items: center;
  1230.        justify-content: flex-end;
  1231.        gap: 10px;
  1232.    }
  1233.  
  1234.    .search-toggle-v8,
  1235.    .mobile-toggle-v8 {
  1236.        background: rgba(102, 126, 234, 0.1);
  1237.        border: none;
  1238.        border-radius: 12px;
  1239.        padding: 12px;
  1240.        cursor: pointer;
  1241.        transition: all 0.3s ease;
  1242.        color: var(--bs-white);
  1243.    }
  1244.  
  1245.    .search-toggle-v8:hover,
  1246.    .mobile-toggle-v8:hover {
  1247.        background: var(--sub-nav);
  1248.        color: var(--topbar-color);
  1249.        transform: scale(1.05);
  1250.    }
  1251.  
  1252.    .mobile-toggle-v8 {
  1253.        flex-direction: column;
  1254.        gap: 3px;
  1255.        padding: 10px 12px;
  1256.    }
  1257.  
  1258.    .toggle-line-v8 {
  1259.        width: 20px;
  1260.        height: 2px;
  1261.        background: currentColor;
  1262.        border-radius: 1px;
  1263.        transition: all 0.3s ease;
  1264.    }
  1265.  
  1266.    /* Floating Search Card */
  1267.    .search-card-v8 {
  1268.        position: absolute;
  1269.        top: 100%;
  1270.        left: 50%;
  1271.        transform: translateX(-50%);
  1272.        width: calc(100% - 40px);
  1273.        max-width: 600px;
  1274.        background:var(--navbar-bg);
  1275.        backdrop-filter: blur(20px);
  1276.        border: 1px solid var(--border-color);
  1277.        border-radius: 20px;
  1278.        padding: 25px;
  1279.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1280.        opacity: 0;
  1281.        visibility: hidden;
  1282.        transform: translateX(-50%) translateY(-20px);
  1283.        transition: all 0.4s ease;
  1284.        z-index: 300;
  1285.        margin-top: 15px;
  1286.    }
  1287.  
  1288.    .search-card-v8.show-v8 {
  1289.        opacity: 1;
  1290.        visibility: visible;
  1291.        transform: translateX(-50%) translateY(0);
  1292.    }
  1293.  
  1294.    .search-input-wrapper-v8 {
  1295.        display: flex;
  1296.        align-items: center;
  1297.        background: rgba(248, 250, 252, 0.8);
  1298.        border: 2px solid rgba(102, 126, 234, 0.2);
  1299.        border-radius: 15px;
  1300.        padding: 5px;
  1301.        margin-bottom: 20px;
  1302.        transition: all 0.3s ease;
  1303.    }
  1304.  
  1305.    .search-input-wrapper-v8:focus-within {
  1306.        border-color: #667eea;
  1307.        background: rgba(255, 255, 255, 0.9);
  1308.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1309.    }
  1310.  
  1311.    .search-icon-v8 {
  1312.        color: #a0aec0;
  1313.        margin: 0 15px;
  1314.        transition: color 0.3s ease;
  1315.    }
  1316.  
  1317.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1318.        color: #667eea;
  1319.    }
  1320.  
  1321.    .search-input-v8 {
  1322.        flex: 1;
  1323.        border: none;
  1324.        background: transparent;
  1325.        font-size: 16px;
  1326.        padding: 15px 0;
  1327.        outline: none;
  1328.        color: #2d3748;
  1329.    }
  1330.  
  1331.    .search-input-v8::placeholder {
  1332.        color: #a0aec0;
  1333.    }
  1334.  
  1335.    .search-close-v8 {
  1336.        background: rgba(160, 174, 192, 0.2);
  1337.        border: none;
  1338.        border-radius: 10px;
  1339.        padding: 8px;
  1340.        margin-right: 8px;
  1341.        cursor: pointer;
  1342.        transition: all 0.3s ease;
  1343.        color: #a0aec0;
  1344.    }
  1345.  
  1346.    .search-close-v8:hover {
  1347.        background: rgba(229, 62, 62, 0.1);
  1348.        color: #e53e3e;
  1349.    }
  1350.  
  1351.    /* Search Suggestions */
  1352.    .search-suggestions-v8 {
  1353.        display: grid;
  1354.        gap: 8px;
  1355.    }
  1356.  
  1357.    .suggestion-item-v8 {
  1358.        display: flex;
  1359.        align-items: center;
  1360.        padding: 12px 15px;
  1361.        background: rgba(248, 250, 252, 0.1);
  1362.        border-radius: 12px;
  1363.        cursor: pointer;
  1364.        transition: all 0.3s ease;
  1365.    }
  1366.  
  1367.    .suggestion-item-v8:hover {
  1368.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1369.        color: white;
  1370.        transform: translateX(5px);
  1371.    }
  1372.  
  1373.    .suggestion-icon-v8 {
  1374.        margin-right: 12px;
  1375.        font-size: 16px;
  1376.    }
  1377.  
  1378.    .suggestion-text-v8 {
  1379.        font-size: 14px;
  1380.        font-weight: 500;
  1381.    }
  1382.  
  1383.    /* Mobile Navigation Card */
  1384.    .mobile-nav-card-v8 {
  1385.        position: absolute;
  1386.        top: 100%;
  1387.        left: 50%;
  1388.        transform: translateX(-50%);
  1389.        width: calc(100% - 40px);
  1390.        background:var(--card-bg);
  1391.        backdrop-filter: blur(20px);
  1392.        border: 1px solid var(--border-color);
  1393.        border-radius: 20px;
  1394.        padding: 20px;
  1395.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1396.        opacity: 0;
  1397.        visibility: hidden;
  1398.        transform: translateX(-50%) translateY(-20px);
  1399.        transition: all 0.4s ease;
  1400.        z-index: 300;
  1401.        margin-top: 15px;
  1402.        max-height: 70vh;
  1403.        overflow-y: auto;
  1404.    }
  1405.  
  1406.    .mobile-nav-card-v8.show-v8 {
  1407.        opacity: 1;
  1408.        visibility: visible;
  1409.        transform: translateX(-50%) translateY(0);
  1410.    }
  1411.  
  1412.    .mobile-nav-list-v8 {
  1413.        list-style: none;
  1414.        padding: 0;
  1415.        margin: 0;
  1416.    }
  1417.  
  1418.    .mobile-nav-item-v8 {
  1419.        margin-bottom: 8px;
  1420.    }
  1421.  
  1422.    .mobile-nav-link-v8 {
  1423.        display: flex;
  1424.        align-items: center;
  1425.        color: var(--navbar-color) !important;
  1426.        text-decoration: none;
  1427.        font-weight: 500;
  1428.        font-size: 16px;
  1429.        padding: 15px;
  1430.        border-radius: 12px;
  1431.        justify-content: space-between;
  1432.    }
  1433.  
  1434.    .mobile-nav-link-v8:hover,
  1435.    .mobile-nav-link-v8.active-v8 {
  1436.        background:var(--sub-nav);
  1437.        color: var(--topbar-color) !important;
  1438.    }
  1439.  
  1440.    .mobile-nav-icon-v8 {
  1441.        font-size: 18px;
  1442.        background-color: var(--navbar-bg) !important;
  1443.        margin-right: 12px;
  1444.    }
  1445.  
  1446.    .mobile-arrow-v8 {
  1447.        transition: transform 0.3s ease;
  1448.    }
  1449.  
  1450.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1451.        transform: rotate(180deg);
  1452.    }
  1453.  
  1454.    .mobile-dropdown-v8 {
  1455.        list-style: none;
  1456.        padding: 0;
  1457.        margin: 0;
  1458.        max-height: 0;
  1459.        overflow: hidden;
  1460.        transition: all 0.3s ease;
  1461.        background: rgba(248, 250, 252, 0.5);
  1462.        border-radius: 12px;
  1463.        margin-top: 8px;
  1464.    }
  1465.  
  1466.    .mobile-dropdown-v8.show-v8 {
  1467.        max-height: 300px;
  1468.        background-color: var(--navbar-bg);
  1469.        padding: 10px 0;
  1470.    }
  1471.  
  1472.    .mobile-sub-link-v8 {
  1473.        display: block;
  1474.        color: var(--navbar-color) !important;
  1475.        text-decoration: none;
  1476.        font-size: 14px;
  1477.        padding: 10px 20px;
  1478.        transition: all 0.3s ease;
  1479.    }
  1480.  
  1481.    .mobile-sub-link-v8:hover {
  1482.        color: var(--topbar-color);
  1483.        background: var(--sub-nav);
  1484.        border-radius: 12px;
  1485.    }
  1486.  
  1487.    /* Background Overlay */
  1488.    .nav-overlay-v8 {
  1489.        position: fixed;
  1490.        top: 0;
  1491.        left: 0;
  1492.        right: 0;
  1493.        bottom: 0;
  1494.        background: rgba(0, 0, 0, 0.3);
  1495.        backdrop-filter: blur(5px);
  1496.        z-index: 250;
  1497.        opacity: 0;
  1498.        visibility: hidden;
  1499.        transition: all 0.3s ease;
  1500.    }
  1501.  
  1502.    .nav-overlay-v8.show-v8 {
  1503.        opacity: 1;
  1504.        visibility: visible;
  1505.    }
  1506.  
  1507.    /* Responsive Design */
  1508.    @media (max-width: 1300px) {
  1509.        .header-v8 {
  1510.            padding: 15px 0;
  1511.        }
  1512.  
  1513.        .nav-card-v8 {
  1514.            padding: 12px 20px;
  1515.            border-radius: 15px;
  1516.        }
  1517.  
  1518.        .search-card-v8,
  1519.        .mobile-nav-card-v8 {
  1520.            width: calc(100% - 40px);
  1521.            padding: 20px;
  1522.        }
  1523.    }
  1524.  
  1525.    @media (max-width: 576px) {
  1526.        .nav-card-v8 {
  1527.            padding: 10px 15px;
  1528.        }
  1529.  
  1530.        .logo-img-v8 {
  1531.            max-height: 35px;
  1532.        }
  1533.    }
  1534. </style>
  1535.  
  1536. <script>
  1537.    let activeCard = null;
  1538.  
  1539.    function toggleSearchV8() {
  1540.        const searchCard = document.getElementById('searchCardV8');
  1541.        const overlay = document.getElementById('navOverlayV8');
  1542.        const mobileNav = document.getElementById('mobileNavV8');
  1543.  
  1544.        // Close mobile nav if open
  1545.        mobileNav.classList.remove('show-v8');
  1546.  
  1547.        if (searchCard.classList.contains('show-v8')) {
  1548.            searchCard.classList.remove('show-v8');
  1549.            overlay.classList.remove('show-v8');
  1550.            activeCard = null;
  1551.        } else {
  1552.            searchCard.classList.add('show-v8');
  1553.            overlay.classList.add('show-v8');
  1554.            activeCard = 'search';
  1555.  
  1556.            // Focus on search input
  1557.            setTimeout(() => {
  1558.                const searchInput = document.querySelector('.search-input-v8');
  1559.                if (searchInput) searchInput.focus();
  1560.            }, 100);
  1561.        }
  1562.    }
  1563.  
  1564.    function toggleMobileNavV8() {
  1565.        const mobileNav = document.getElementById('mobileNavV8');
  1566.        const overlay = document.getElementById('navOverlayV8');
  1567.        const searchCard = document.getElementById('searchCardV8');
  1568.  
  1569.        // Close search if open
  1570.        searchCard.classList.remove('show-v8');
  1571.  
  1572.        if (mobileNav.classList.contains('show-v8')) {
  1573.            mobileNav.classList.remove('show-v8');
  1574.            overlay.classList.remove('show-v8');
  1575.            activeCard = null;
  1576.        } else {
  1577.            mobileNav.classList.add('show-v8');
  1578.            overlay.classList.add('show-v8');
  1579.            activeCard = 'mobile';
  1580.        }
  1581.    }
  1582.  
  1583.    function toggleMobileDropdownV8(dropdownId) {
  1584.        const dropdown = document.getElementById(dropdownId);
  1585.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1586.  
  1587.        // Close other dropdowns
  1588.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1589.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1590.  
  1591.        allDropdowns.forEach(dd => {
  1592.            if (dd.id !== dropdownId) {
  1593.                dd.classList.remove('show-v8');
  1594.            }
  1595.        });
  1596.  
  1597.        allParents.forEach(parent => {
  1598.            if (parent !== parentItem) {
  1599.                parent.classList.remove('open-v8');
  1600.            }
  1601.        });
  1602.  
  1603.        // Toggle current dropdown
  1604.        dropdown.classList.toggle('show-v8');
  1605.        parentItem.classList.toggle('open-v8');
  1606.    }
  1607.  
  1608.    function closeAllV8() {
  1609.        const searchCard = document.getElementById('searchCardV8');
  1610.        const mobileNav = document.getElementById('mobileNavV8');
  1611.        const overlay = document.getElementById('navOverlayV8');
  1612.  
  1613.        searchCard.classList.remove('show-v8');
  1614.        mobileNav.classList.remove('show-v8');
  1615.        overlay.classList.remove('show-v8');
  1616.        activeCard = null;
  1617.    }
  1618.  
  1619.    // Close on escape key
  1620.    document.addEventListener('keydown', function (e) {
  1621.        if (e.key === 'Escape' && activeCard) {
  1622.            closeAllV8();
  1623.        }
  1624.    });
  1625.  
  1626.    // Handle suggestion clicks
  1627.    document.addEventListener('click', function (e) {
  1628.        if (e.target.closest('.suggestion-item-v8')) {
  1629.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1630.            const searchInput = document.querySelector('.search-input-v8');
  1631.            if (searchInput) {
  1632.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1633.            }
  1634.        }
  1635.    });
  1636. </script>
  1637. <script>
  1638.  document.addEventListener("DOMContentLoaded", function () {
  1639.    console.log("loaded");
  1640.  
  1641.     const searchInput = document.getElementById("search-input")
  1642.    const searchResults = document.getElementById("search-results");
  1643.  
  1644.    if (!searchInput || !searchResults) {
  1645.      console.error("Search input/results not found");
  1646.      return;
  1647.    }
  1648.  
  1649.    // Prevent form submission
  1650.    if (searchInput.form) {
  1651.      searchInput.form.addEventListener("submit", function (e) {
  1652.        e.preventDefault();
  1653.      });
  1654.    }
  1655.  
  1656.    // Add event listener for keyup
  1657.    searchInput.addEventListener("keyup", function (e) {
  1658.      console.log("Key pressed:", e.key);
  1659.      e.preventDefault();
  1660.  
  1661.      const query = searchInput.value.trim();
  1662.      console.log("User is typing: " + query);
  1663.  
  1664.      // If empty → clear and hide
  1665.      if (query === "") {
  1666.        searchResults.innerHTML = "";
  1667.        searchResults.style.display = "none";
  1668.        return;
  1669.      }
  1670.  
  1671.      // Show results
  1672.      searchResults.style.display = "block";
  1673.  
  1674.      // Fetch search results
  1675.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1676.        method: "GET",
  1677.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1678.      })
  1679.        .then(response => {
  1680.          console.log("Response Status:", response.status);
  1681.          return response.json();
  1682.        })
  1683.        .then(data => {
  1684.          console.log("Data received:", data);
  1685.          if (data.html) {
  1686.            searchResults.innerHTML = data.html;
  1687.          } else {
  1688.            searchResults.innerHTML = "<p>No results found.</p>";
  1689.          }
  1690.        })
  1691.        .catch(error => {
  1692.          console.error("Error fetching search results:", error);
  1693.        });
  1694.    });
  1695.  
  1696.    // Close results when clicking outside
  1697.    document.addEventListener("click", function (e) {
  1698.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1699.        searchResults.style.display = "none";
  1700.      }
  1701.    });
  1702.  
  1703.    // Close results on ESC key
  1704.    document.addEventListener("keydown", function (e) {
  1705.      if (e.key === "Escape") {
  1706.        searchResults.style.display = "none";
  1707.      }
  1708.    });
  1709.  });
  1710. </script>
  1711.  
  1712.  
  1713.        </header>
  1714.        <!-- end of header -->
  1715.        <!-- start of wpo-blog-hero -->
  1716.        
  1717.  
  1718.  
  1719.  
  1720.  
  1721.  
  1722.  
  1723.  
  1724. <div class="blog-hero-v2">
  1725.  <div class="container-fluid fluid-container">
  1726.    <div class="row">
  1727.      <!-- Main Featured Post -->
  1728.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1729.        
  1730.        
  1731.        
  1732.          
  1733.        <div class="featured-post">
  1734.          <div class="post-image">
  1735.            
  1736.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1737.              class="img-fluid" alt="">
  1738.            
  1739.            <div class="post-overlay">
  1740.              <div class="post-content">
  1741.                <span class="category-badge bg-primary-gradient">News</span>
  1742.                <h1 class="post-title1 blog-color">
  1743.                  <a href="/trump-states-largely-agreement-exists-on-next-stages-of-gaza-ceasefire-plan/" class="blog-color">
  1744.                    Trump States &#x27;Largely, Agreement Exists&#x27; on Next Stages of Gaza Ceasefire Plan
  1745.                  </a>
  1746.                </h1>
  1747.                <p class="post-excerpt"></p>
  1748.                <div class="post-meta">
  1749.                  <div class="author-info">
  1750.                    
  1751.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72a6200f-6079-4cba-a139-a538502b73f9_profile.png" alt="Stephanie Washington"
  1752.                      style="object-fit: cover;" class="author-avatar">
  1753.                    
  1754.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Stephanie Washington</a></span>
  1755.                  </div>
  1756.                  <span class="post-date">17 May 2026</span>
  1757.                </div>
  1758.              </div>
  1759.            </div>
  1760.          </div>
  1761.        </div>
  1762.  
  1763.        
  1764.        
  1765.      </div>
  1766.  
  1767.      <!-- Side Posts -->
  1768.      <div class="col-lg-4 col-md-12">
  1769.        <div class="row h-100">
  1770.        
  1771.  
  1772.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1773.            <div class="side-post h-100">
  1774.              <div class="row g-0 h-100">
  1775.                <div class="col-5">
  1776.                  <div class="side-post-image">
  1777.                    
  1778.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1779.                      style="object-fit: cover;" alt="">
  1780.                    
  1781.                  </div>
  1782.                </div>
  1783.                <div class="col-7">
  1784.                  <div class="side-post-content">
  1785.                    <div>
  1786.                      <span class="category-badge bg-primary-gradient">News</span>
  1787.                      <h3> <a href="/swiss-ski-resort-fire-victims-receive-care-in-burns-units-across-europe/" class="line-clamp-2">
  1788.                          Swiss Ski Resort Fire Victims Receive Care in Burns Units Across Europe
  1789.                        </a></h3>
  1790.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1791.                    </div>
  1792.                    <div class="side-post-meta">
  1793.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Stephanie Washington</a></span>
  1794.                    </div>
  1795.                  </div>
  1796.                </div>
  1797.              </div>
  1798.            </div>
  1799.          </div>
  1800.  
  1801.          
  1802.  
  1803.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1804.            <div class="side-post h-100">
  1805.              <div class="row g-0 h-100">
  1806.                <div class="col-5">
  1807.                  <div class="side-post-image">
  1808.                    
  1809.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1810.                      style="object-fit: cover;" alt="">
  1811.                    
  1812.                  </div>
  1813.                </div>
  1814.                <div class="col-7">
  1815.                  <div class="side-post-content">
  1816.                    <div>
  1817.                      <span class="category-badge bg-primary-gradient">News</span>
  1818.                      <h3> <a href="/leaders-acknowledge-leaders-as-trump-offers-mamdani-a-cordial-greeting/" class="line-clamp-2">
  1819.                          Leaders Acknowledge Leaders as Trump Offers Mamdani a Cordial Greeting
  1820.                        </a></h3>
  1821.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1822.                    </div>
  1823.                    <div class="side-post-meta">
  1824.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Stephanie Washington</a></span>
  1825.                    </div>
  1826.                  </div>
  1827.                </div>
  1828.              </div>
  1829.            </div>
  1830.          </div>
  1831.  
  1832.          
  1833.  
  1834.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1835.            <div class="side-post h-100">
  1836.              <div class="row g-0 h-100">
  1837.                <div class="col-5">
  1838.                  <div class="side-post-image">
  1839.                    
  1840.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1841.                      style="object-fit: cover;" alt="">
  1842.                    
  1843.                  </div>
  1844.                </div>
  1845.                <div class="col-7">
  1846.                  <div class="side-post-content">
  1847.                    <div>
  1848.                      <span class="category-badge bg-primary-gradient">News</span>
  1849.                      <h3> <a href="/the-decade-of-desire-from-erin-somers-the-middle-aged-adultery-tale-our-generation-needs/" class="line-clamp-2">
  1850.                          The Decade of Desire from Erin Somers: The Middle-Aged Adultery Tale Our Generation Needs.
  1851.                        </a></h3>
  1852.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1853.                    </div>
  1854.                    <div class="side-post-meta">
  1855.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Stephanie Washington</a></span>
  1856.                    </div>
  1857.                  </div>
  1858.                </div>
  1859.              </div>
  1860.            </div>
  1861.          </div>
  1862.  
  1863.          
  1864.        </div>
  1865.      </div>
  1866.    </div>
  1867.  </div>
  1868. </div>
  1869.  
  1870. <style>
  1871.  /* Blog Hero V2 Styles */
  1872.  .blog-hero-v2 {
  1873.    padding: 60px 0;
  1874.  }
  1875.  
  1876.  /* Featured Post Styles */
  1877.  .featured-post {
  1878.    position: relative;
  1879.    border-radius: 20px;
  1880.    overflow: hidden;
  1881.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1882.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1883.  }
  1884.  
  1885.  .featured-post:hover {
  1886.    transform: translateY(-5px);
  1887.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1888.  }
  1889.  
  1890.  .featured-post .post-image {
  1891.    position: relative;
  1892.    height: 500px;
  1893.    overflow: hidden;
  1894.  }
  1895.  
  1896.  .featured-post .post-image img {
  1897.    width: 100%;
  1898.    height: 100%;
  1899.    object-fit: cover;
  1900.    transition: transform 0.5s ease;
  1901.  }
  1902.  
  1903.  .featured-post:hover .post-image img {
  1904.    transform: scale(1.05);
  1905.  }
  1906.  
  1907.  .post-overlay {
  1908.    position: absolute;
  1909.    top: 0;
  1910.    left: 0;
  1911.    right: 0;
  1912.    bottom: 0;
  1913.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1914.    display: flex;
  1915.    align-items: flex-end;
  1916.    padding: 40px;
  1917.  }
  1918.  
  1919.  .post-content .post-title1 {
  1920.    color: white;
  1921.    font-size: 2.5rem;
  1922.    font-weight: 700;
  1923.    margin: 15px 0;
  1924.    line-height: 1.2;
  1925.  }
  1926.  
  1927.  .post-content .post-excerpt {
  1928.    color: rgba(255, 255, 255, 0.9);
  1929.    font-size: 1.1rem;
  1930.    margin-bottom: 20px;
  1931.    line-height: 1.6;
  1932.  }
  1933.  
  1934.  /* Category Badges */
  1935.  .category-badge {
  1936.    display: inline-block;
  1937.    padding: 4px 8px;
  1938.    font-size: 0.75rem;
  1939.    font-weight: 600;
  1940.    text-transform: uppercase;
  1941.    letter-spacing: 0.5px;
  1942.    border-radius: 25px;
  1943.    text-align: center;
  1944.    width: fit-content;
  1945.  }
  1946.  
  1947.  /* Post Meta */
  1948.  .post-meta {
  1949.    display: flex;
  1950.    align-items: center;
  1951.    justify-content: space-between;
  1952.    margin-top: 25px;
  1953.  }
  1954.  
  1955.  .author-info {
  1956.    display: flex;
  1957.    align-items: center;
  1958.    gap: 12px;
  1959.  }
  1960.  
  1961.  .author-avatar {
  1962.    width: 45px !important;
  1963.    height: 45px !important;
  1964.    border-radius: 50%;
  1965.    border: 3px solid white;
  1966.  }
  1967.  
  1968.  .author-name,
  1969.  .post-date {
  1970.    color: rgba(255, 255, 255, 0.9);
  1971.    font-weight: 500;
  1972.  }
  1973.  
  1974.  .author-name {
  1975.    text-decoration: none;
  1976.  }
  1977.  
  1978.  .author-name:hover {
  1979.    color: white;
  1980.  }
  1981.  
  1982.  /* Side Posts */
  1983.  .side-post {
  1984.    background: var(--card-bg);
  1985.    border-radius: 15px;
  1986.    border: 1px solid var(--border-color);
  1987.    overflow: hidden;
  1988.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1989.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1990.    height: auto;
  1991.  }
  1992.  
  1993.  .side-post:hover {
  1994.    transform: translateY(-3px);
  1995.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1996.  }
  1997.  
  1998.  .side-post-image {
  1999.    max-height: 155px;
  2000.    height: 100%;
  2001.    overflow: hidden;
  2002.  }
  2003.  
  2004.  .side-post-image img {
  2005.    width: 100%;
  2006.    height: 100%;
  2007.    object-fit: cover;
  2008.    transition: transform 0.3s ease;
  2009.  }
  2010.  
  2011.  .side-post:hover .side-post-image img {
  2012.    transform: scale(1.1);
  2013.  }
  2014.  
  2015.  .side-post-content {
  2016.    padding: 8px 16px;
  2017.    display: flex;
  2018.    flex-direction: column;
  2019.    justify-content: space-between;
  2020.    height: 100%;
  2021.  }
  2022.  
  2023.  .side-post-content h3 {
  2024.    font-size: 1rem;
  2025.    font-weight: 600;
  2026.    margin: 8px 0;
  2027.    line-height: 1.4;
  2028.  }
  2029.  
  2030.  .side-post-content h3 a {
  2031.    color: #333;
  2032.    text-decoration: none;
  2033.    transition: color 0.3s ease;
  2034.  }
  2035.  
  2036.  .side-post-content h3 a:hover {
  2037.    color: #007bff;
  2038.  }
  2039.  
  2040.  .side-post-meta {
  2041.    font-size: 0.8rem;
  2042.    color: #666;
  2043.    display: flex;
  2044.    flex-direction: column;
  2045.    gap: 4px;
  2046.  }
  2047.  
  2048.  .side-post-meta a {
  2049.    color: #007bff;
  2050.    text-decoration: none;
  2051.  }
  2052.  
  2053.  .side-post-meta a:hover {
  2054.    text-decoration: underline;
  2055.  }
  2056.  
  2057.  /* Responsive Design */
  2058.  @media (max-width: 768px) {
  2059.    .blog-hero-v2 {
  2060.      padding: 30px 0;
  2061.    }
  2062.  
  2063.    .featured-post .post-image {
  2064.      height: 350px;
  2065.    }
  2066.  
  2067.    .post-overlay {
  2068.      padding: 25px;
  2069.    }
  2070.  
  2071.    .post-content .post-title1 {
  2072.      font-size: 1.8rem;
  2073.    }
  2074.  
  2075.    .post-content .post-excerpt {
  2076.      font-size: 1rem;
  2077.      margin-bottom: 15px;
  2078.    }
  2079.  
  2080.    .post-meta {
  2081.      flex-direction: column;
  2082.      align-items: flex-start;
  2083.      gap: 10px;
  2084.    }
  2085.  
  2086.    .side-post {
  2087.      height: auto;
  2088.    }
  2089.  
  2090.    .side-post-content {
  2091.      height: auto;
  2092.      padding: 15px;
  2093.    }
  2094.  }
  2095.  
  2096.  @media (max-width: 576px) {
  2097.    .post-content .post-title1 {
  2098.      font-size: 1.5rem;
  2099.    }
  2100.  
  2101.    .side-post-content h3 {
  2102.      font-size: 0.9rem;
  2103.    }
  2104.  
  2105.    .side-post-image img {}
  2106.  }
  2107. </style>
  2108.  
  2109.  
  2110.  
  2111.  
  2112.        <!-- end of wpo-blog-hero -->
  2113.  
  2114.        <!-- start of wpo-breacking-news -->
  2115.        
  2116.        <!-- end of wpo-breacking-news -->
  2117.        
  2118.        <!-- start wpo-blog-highlights-section -->
  2119.        
  2120.  
  2121.  
  2122.  
  2123.    
  2124.  
  2125.  
  2126.  
  2127. <style>
  2128.    /* General Section Styling */
  2129.    .blog-highlights-v10 {
  2130.        padding: 20px 0;  /* Adjusted padding for distinction */
  2131.        position: relative;
  2132.    }
  2133.  
  2134.    /* Section Header */
  2135.    .section-header-v10 {
  2136.        text-align: left;  /* Left-aligned for uniqueness */
  2137.        margin-bottom: 50px;
  2138.        padding-left: 15px;
  2139.    }
  2140.  
  2141.    .section-title-v10 {
  2142.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  2143.        font-weight: 800;
  2144.        color: #1a1a1a;
  2145.        margin-bottom: 15px;
  2146.        text-transform: none;  /* No uppercase for modern look */
  2147.    }
  2148.  
  2149.    .section-subtitle-v10 {
  2150.        font-size: 1.05rem;
  2151.        color: #555;
  2152.        max-width: 650px;
  2153.        line-height: 1.6;
  2154.    }
  2155.  
  2156.  
  2157.    /* Blog Card */
  2158.    .blog-card-v10 {
  2159.        background: var(--card-bg);
  2160.        border-radius: 10px;  /* Softer corners */
  2161.        margin-bottom: 35px;
  2162.        overflow: hidden;
  2163.        opacity: 0;  /* Initially hidden for animation */
  2164.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  2165.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  2166.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  2167.    }
  2168.  
  2169.    .blog-card-v10.visible {
  2170.        opacity: 1;
  2171.        transform: rotate(0deg);  /* Straighten on appearance */
  2172.    }
  2173.  
  2174.    @keyframes fadeRotateIn {
  2175.        from {
  2176.            opacity: 0;
  2177.            transform: rotate(1.5deg);
  2178.        }
  2179.        to {
  2180.            opacity: 1;
  2181.            transform: rotate(0deg);
  2182.        }
  2183.    }
  2184.  
  2185.    .blog-card-v10:hover {
  2186.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  2187.    }
  2188.  
  2189.    /* Blog Image */
  2190.    .blog-image-container-v10 {
  2191.        width: 100%;
  2192.        height: 240px;  /* Unique height for v10 */
  2193.        overflow: hidden;
  2194.        position: relative;
  2195.    }
  2196.  
  2197.    .blog-image-v10 img {
  2198.        width: 100%;
  2199.        height: 100%;
  2200.        object-fit: cover;
  2201.    }
  2202.  
  2203.    /* Blog Content */
  2204.    .blog-content-v10 {
  2205.        padding: 20px 22px;  /* Adjusted padding */
  2206.        text-align: left;
  2207.    }
  2208.  
  2209.    .blog-title-v10 {
  2210.        font-size: 1.55rem;  /* Slightly larger than v9 */
  2211.        font-weight: 700;
  2212.        margin-bottom: 12px;
  2213.        color: #1a1a1a;
  2214.    }
  2215.  
  2216.    .blog-meta-v10 {
  2217.        font-size: 0.85rem;
  2218.        color: #777;
  2219.        margin-bottom: 12px;
  2220.        font-style: italic;  /* Italic for distinction */
  2221.    }
  2222.  
  2223.    .blog-excerpt-v10 {
  2224.        font-size: 0.95rem;
  2225.        color: #555;
  2226.        margin-bottom: 15px;
  2227.        line-height: 1.6;
  2228.    }
  2229.  
  2230.    .blog-actions-v10 {
  2231.        display: inline-block;
  2232.    }
  2233.  
  2234.    .blog-read-more-v10 {
  2235.        font-size: 0.95rem;
  2236.        color: #e74c3c;  /* Red accent for uniqueness */
  2237.        text-decoration: none;
  2238.        font-weight: 600;
  2239.        transition: color 0.3s ease;
  2240.    }
  2241.  
  2242.    .blog-read-more-v10:hover {
  2243.        color: #c0392b;  /* Darker red on hover */
  2244.    }
  2245.    /* Responsive Design */
  2246.    @media (max-width: 768px) {
  2247.        .section-title-v10 {
  2248.            font-size: 2.4rem;
  2249.        }
  2250.  
  2251.        .section-header-v10 {
  2252.            padding-left: 10px;
  2253.        }
  2254.        
  2255.        .blog-card-v10 {
  2256.            margin-bottom: 20px;
  2257.        }
  2258.  
  2259.        .blog-meta-v10 {
  2260.            font-size: 0.75rem;
  2261.        }
  2262.  
  2263.        .blog-image-container-v10 {
  2264.            height: 170px;  /* Adjusted for mobile */
  2265.        }
  2266.  
  2267.        .sidebar-v10 {
  2268.            padding: 15px;
  2269.        }
  2270.    }
  2271. </style>
  2272.  
  2273. <section class="blog-highlights-v10">
  2274.    <div class="container-fluid fluid-container">
  2275.        <!-- Section Header -->
  2276.        <div class="row">
  2277.            <div class="col-12 col-lg-10">  
  2278.                <div class="section-header-v10">
  2279.                    <h2 class="section-title-v10">
  2280.                Today's Top Highlights
  2281.                   </h2>
  2282.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  2283.                </div>
  2284.            </div>
  2285.        </div>
  2286.        
  2287.        <!-- Blog Grid and Sidebar -->
  2288.        <div class="row">
  2289.            <div class="col-lg-8">
  2290.                <div class="row">
  2291.                    
  2292.                    <div class="col-md-6 col-sm-12">  
  2293.                        <article class="blog-card-v10">
  2294.                            <div class="blog-image-container-v10">
  2295.                                <div class="blog-image-v10 h-100">
  2296.                                    
  2297.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2298.                                    
  2299.                                </div>
  2300.                            </div>
  2301.                            <div class="blog-content-v10">
  2302.                                <h3 class="blog-title-v10">
  2303.                                     <a class="top-color" href="/the-new-animated-series-opening-sequence-chose-the-wrong-critical-role-track/" >
  2304.                                    The New Animated Series&#x27; Opening Sequence Chose the Wrong Critical Role Track
  2305.                                    </a>
  2306.                                </h3>
  2307.                                <div class="blog-meta-v10">
  2308.                                    <span>By Stephanie Washington • 16 May 2026</span>
  2309.                                </div>
  2310.                                <p class="blog-excerpt-v10">
  2311.                                    
  2312.                                </p>
  2313.                                <div class="blog-actions-v10">
  2314.                                    <a href="/the-new-animated-series-opening-sequence-chose-the-wrong-critical-role-track/" class="blog-read-more-v10">Read More</a>
  2315.                                </div>
  2316.                            </div>
  2317.                        </article>
  2318.                    </div>
  2319.                    
  2320.                    <div class="col-md-6 col-sm-12">  
  2321.                        <article class="blog-card-v10">
  2322.                            <div class="blog-image-container-v10">
  2323.                                <div class="blog-image-v10 h-100">
  2324.                                    
  2325.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2326.                                    
  2327.                                </div>
  2328.                            </div>
  2329.                            <div class="blog-content-v10">
  2330.                                <h3 class="blog-title-v10">
  2331.                                     <a class="top-color" href="/political-shifts-war-sparse-reporting-major-threats-to-environmental-advancement-that-plagued-climate-summit/" >
  2332.                                    Political Shifts, War, Sparse Reporting: Major Threats to Environmental Advancement That Plagued Climate Summit
  2333.                                    </a>
  2334.                                </h3>
  2335.                                <div class="blog-meta-v10">
  2336.                                    <span>By Stephanie Washington • 16 May 2026</span>
  2337.                                </div>
  2338.                                <p class="blog-excerpt-v10">
  2339.                                    
  2340.                                </p>
  2341.                                <div class="blog-actions-v10">
  2342.                                    <a href="/political-shifts-war-sparse-reporting-major-threats-to-environmental-advancement-that-plagued-climate-summit/" class="blog-read-more-v10">Read More</a>
  2343.                                </div>
  2344.                            </div>
  2345.                        </article>
  2346.                    </div>
  2347.                    
  2348.                    <div class="col-md-6 col-sm-12">  
  2349.                        <article class="blog-card-v10">
  2350.                            <div class="blog-image-container-v10">
  2351.                                <div class="blog-image-v10 h-100">
  2352.                                    
  2353.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2354.                                    
  2355.                                </div>
  2356.                            </div>
  2357.                            <div class="blog-content-v10">
  2358.                                <h3 class="blog-title-v10">
  2359.                                     <a class="top-color" href="/food-benefits-set-to-end-for-41-million-amid-ongoing-us-government-shutdown/" >
  2360.                                    Food Benefits Set to End for 41 Million Amid Ongoing US Government Shutdown
  2361.                                    </a>
  2362.                                </h3>
  2363.                                <div class="blog-meta-v10">
  2364.                                    <span>By Stephanie Washington • 16 May 2026</span>
  2365.                                </div>
  2366.                                <p class="blog-excerpt-v10">
  2367.                                    
  2368.                                </p>
  2369.                                <div class="blog-actions-v10">
  2370.                                    <a href="/food-benefits-set-to-end-for-41-million-amid-ongoing-us-government-shutdown/" class="blog-read-more-v10">Read More</a>
  2371.                                </div>
  2372.                            </div>
  2373.                        </article>
  2374.                    </div>
  2375.                    
  2376.                    <div class="col-md-6 col-sm-12">  
  2377.                        <article class="blog-card-v10">
  2378.                            <div class="blog-image-container-v10">
  2379.                                <div class="blog-image-v10 h-100">
  2380.                                    
  2381.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2382.                                    
  2383.                                </div>
  2384.                            </div>
  2385.                            <div class="blog-content-v10">
  2386.                                <h3 class="blog-title-v10">
  2387.                                     <a class="top-color" href="/tragedy-hits-as-man-passes-away-after-ocean-retrieval-off-british-coast/" >
  2388.                                    Tragedy Hits as Man Passes Away After Ocean Retrieval Off British Coast
  2389.                                    </a>
  2390.                                </h3>
  2391.                                <div class="blog-meta-v10">
  2392.                                    <span>By Stephanie Washington • 16 May 2026</span>
  2393.                                </div>
  2394.                                <p class="blog-excerpt-v10">
  2395.                                    
  2396.                                </p>
  2397.                                <div class="blog-actions-v10">
  2398.                                    <a href="/tragedy-hits-as-man-passes-away-after-ocean-retrieval-off-british-coast/" class="blog-read-more-v10">Read More</a>
  2399.                                </div>
  2400.                            </div>
  2401.                        </article>
  2402.                    </div>
  2403.                    
  2404.                    <div class="col-md-6 col-sm-12">  
  2405.                        <article class="blog-card-v10">
  2406.                            <div class="blog-image-container-v10">
  2407.                                <div class="blog-image-v10 h-100">
  2408.                                    
  2409.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2410.                                    
  2411.                                </div>
  2412.                            </div>
  2413.                            <div class="blog-content-v10">
  2414.                                <h3 class="blog-title-v10">
  2415.                                     <a class="top-color" href="/prime-minister-hails-a-proud-day-as-esafety-commissioner-predicts-world-will-follow-our-lead/" >
  2416.                                    Prime Minister Hails a &#x27;Proud Day&#x27; as eSafety Commissioner Predicts &#x27;World Will Follow Our Lead&#x27;.
  2417.                                    </a>
  2418.                                </h3>
  2419.                                <div class="blog-meta-v10">
  2420.                                    <span>By Stephanie Washington • 16 May 2026</span>
  2421.                                </div>
  2422.                                <p class="blog-excerpt-v10">
  2423.                                    
  2424.                                </p>
  2425.                                <div class="blog-actions-v10">
  2426.                                    <a href="/prime-minister-hails-a-proud-day-as-esafety-commissioner-predicts-world-will-follow-our-lead/" class="blog-read-more-v10">Read More</a>
  2427.                                </div>
  2428.                            </div>
  2429.                        </article>
  2430.                    </div>
  2431.                    
  2432.                    <div class="col-md-6 col-sm-12">  
  2433.                        <article class="blog-card-v10">
  2434.                            <div class="blog-image-container-v10">
  2435.                                <div class="blog-image-v10 h-100">
  2436.                                    
  2437.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2438.                                    
  2439.                                </div>
  2440.                            </div>
  2441.                            <div class="blog-content-v10">
  2442.                                <h3 class="blog-title-v10">
  2443.                                     <a class="top-color" href="/eric-adams-to-endorse-former-governor-andrew-cuomo-in-nyc-mayoral-race/" >
  2444.                                    Eric Adams to Endorse Former Governor Andrew Cuomo in NYC Mayoral Race
  2445.                                    </a>
  2446.                                </h3>
  2447.                                <div class="blog-meta-v10">
  2448.                                    <span>By Stephanie Washington • 16 May 2026</span>
  2449.                                </div>
  2450.                                <p class="blog-excerpt-v10">
  2451.                                    
  2452.                                </p>
  2453.                                <div class="blog-actions-v10">
  2454.                                    <a href="/eric-adams-to-endorse-former-governor-andrew-cuomo-in-nyc-mayoral-race/" class="blog-read-more-v10">Read More</a>
  2455.                                </div>
  2456.                            </div>
  2457.                        </article>
  2458.                    </div>
  2459.                    
  2460.                    <div class="col-md-6 col-sm-12">  
  2461.                        <article class="blog-card-v10">
  2462.                            <div class="blog-image-container-v10">
  2463.                                <div class="blog-image-v10 h-100">
  2464.                                    
  2465.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2466.                                    
  2467.                                </div>
  2468.                            </div>
  2469.                            <div class="blog-content-v10">
  2470.                                <h3 class="blog-title-v10">
  2471.                                     <a class="top-color" href="/republican-senator-says-agreement-is-possible-on-health-care-as-crucial-subsidies-approach-expiration/" >
  2472.                                    Republican Senator Says &#x27;Agreement Is Possible&#x27; on Health Care as Crucial Subsidies Approach Expiration.
  2473.                                    </a>
  2474.                                </h3>
  2475.                                <div class="blog-meta-v10">
  2476.                                    <span>By Stephanie Washington • 15 May 2026</span>
  2477.                                </div>
  2478.                                <p class="blog-excerpt-v10">
  2479.                                    
  2480.                                </p>
  2481.                                <div class="blog-actions-v10">
  2482.                                    <a href="/republican-senator-says-agreement-is-possible-on-health-care-as-crucial-subsidies-approach-expiration/" class="blog-read-more-v10">Read More</a>
  2483.                                </div>
  2484.                            </div>
  2485.                        </article>
  2486.                    </div>
  2487.                    
  2488.                    <div class="col-md-6 col-sm-12">  
  2489.                        <article class="blog-card-v10">
  2490.                            <div class="blog-image-container-v10">
  2491.                                <div class="blog-image-v10 h-100">
  2492.                                    
  2493.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2494.                                    
  2495.                                </div>
  2496.                            </div>
  2497.                            <div class="blog-content-v10">
  2498.                                <h3 class="blog-title-v10">
  2499.                                     <a class="top-color" href="/white-house-condemns-democrat-hoax-as-further-jeffrey-epstein-images-disclosed/" >
  2500.                                    White House Condemns &#x27;Democrat Hoax&#x27; as Further Jeffrey Epstein Images Disclosed
  2501.                                    </a>
  2502.                                </h3>
  2503.                                <div class="blog-meta-v10">
  2504.                                    <span>By Stephanie Washington • 15 May 2026</span>
  2505.                                </div>
  2506.                                <p class="blog-excerpt-v10">
  2507.                                    
  2508.                                </p>
  2509.                                <div class="blog-actions-v10">
  2510.                                    <a href="/white-house-condemns-democrat-hoax-as-further-jeffrey-epstein-images-disclosed/" class="blog-read-more-v10">Read More</a>
  2511.                                </div>
  2512.                            </div>
  2513.                        </article>
  2514.                    </div>
  2515.                    
  2516.                    <div class="col-md-6 col-sm-12">  
  2517.                        <article class="blog-card-v10">
  2518.                            <div class="blog-image-container-v10">
  2519.                                <div class="blog-image-v10 h-100">
  2520.                                    
  2521.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2522.                                    
  2523.                                </div>
  2524.                            </div>
  2525.                            <div class="blog-content-v10">
  2526.                                <h3 class="blog-title-v10">
  2527.                                     <a class="top-color" href="/the-defender-leaves-england-stage-well-after-her-reputation-was-etched-among-football-greats/" >
  2528.                                    The Defender Leaves England Stage Well After Her Reputation Was Etched Among Football Greats
  2529.                                    </a>
  2530.                                </h3>
  2531.                                <div class="blog-meta-v10">
  2532.                                    <span>By Stephanie Washington • 15 May 2026</span>
  2533.                                </div>
  2534.                                <p class="blog-excerpt-v10">
  2535.                                    
  2536.                                </p>
  2537.                                <div class="blog-actions-v10">
  2538.                                    <a href="/the-defender-leaves-england-stage-well-after-her-reputation-was-etched-among-football-greats/" class="blog-read-more-v10">Read More</a>
  2539.                                </div>
  2540.                            </div>
  2541.                        </article>
  2542.                    </div>
  2543.                    
  2544.                    <div class="col-md-6 col-sm-12">  
  2545.                        <article class="blog-card-v10">
  2546.                            <div class="blog-image-container-v10">
  2547.                                <div class="blog-image-v10 h-100">
  2548.                                    
  2549.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2550.                                    
  2551.                                </div>
  2552.                            </div>
  2553.                            <div class="blog-content-v10">
  2554.                                <h3 class="blog-title-v10">
  2555.                                     <a class="top-color" href="/the-hit-drama-confirmed-for-7th-season-on-the-british-broadcaster/" >
  2556.                                    The Hit Drama Confirmed for 7th Season on the British Broadcaster
  2557.                                    </a>
  2558.                                </h3>
  2559.                                <div class="blog-meta-v10">
  2560.                                    <span>By Stephanie Washington • 15 May 2026</span>
  2561.                                </div>
  2562.                                <p class="blog-excerpt-v10">
  2563.                                    
  2564.                                </p>
  2565.                                <div class="blog-actions-v10">
  2566.                                    <a href="/the-hit-drama-confirmed-for-7th-season-on-the-british-broadcaster/" class="blog-read-more-v10">Read More</a>
  2567.                                </div>
  2568.                            </div>
  2569.                        </article>
  2570.                    </div>
  2571.                    
  2572.                    <div class="col-md-6 col-sm-12">  
  2573.                        <article class="blog-card-v10">
  2574.                            <div class="blog-image-container-v10">
  2575.                                <div class="blog-image-v10 h-100">
  2576.                                    
  2577.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2578.                                    
  2579.                                </div>
  2580.                            </div>
  2581.                            <div class="blog-content-v10">
  2582.                                <h3 class="blog-title-v10">
  2583.                                     <a class="top-color" href="/british-tennis-star-emma-raducanu-wraps-up-her-season-and-plans-to-retain-her-coach-for-2026/" >
  2584.                                    British tennis star Emma Raducanu wraps up her season and plans to retain her coach for 2026.
  2585.                                    </a>
  2586.                                </h3>
  2587.                                <div class="blog-meta-v10">
  2588.                                    <span>By Stephanie Washington • 15 May 2026</span>
  2589.                                </div>
  2590.                                <p class="blog-excerpt-v10">
  2591.                                    
  2592.                                </p>
  2593.                                <div class="blog-actions-v10">
  2594.                                    <a href="/british-tennis-star-emma-raducanu-wraps-up-her-season-and-plans-to-retain-her-coach-for-2026/" class="blog-read-more-v10">Read More</a>
  2595.                                </div>
  2596.                            </div>
  2597.                        </article>
  2598.                    </div>
  2599.                    
  2600.                    <div class="col-md-6 col-sm-12">  
  2601.                        <article class="blog-card-v10">
  2602.                            <div class="blog-image-container-v10">
  2603.                                <div class="blog-image-v10 h-100">
  2604.                                    
  2605.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2606.                                    
  2607.                                </div>
  2608.                            </div>
  2609.                            <div class="blog-content-v10">
  2610.                                <h3 class="blog-title-v10">
  2611.                                     <a class="top-color" href="/3-xbox-game-pass-titles-that-can-justify-your-membership-during-the-weekend-nov-21-23/" >
  2612.                                    3 Xbox Game Pass Titles That Can Justify Your Membership During the Weekend (Nov. 21-23)
  2613.                                    </a>
  2614.                                </h3>
  2615.                                <div class="blog-meta-v10">
  2616.                                    <span>By Stephanie Washington • 15 May 2026</span>
  2617.                                </div>
  2618.                                <p class="blog-excerpt-v10">
  2619.                                    
  2620.                                </p>
  2621.                                <div class="blog-actions-v10">
  2622.                                    <a href="/3-xbox-game-pass-titles-that-can-justify-your-membership-during-the-weekend-nov-21-23/" class="blog-read-more-v10">Read More</a>
  2623.                                </div>
  2624.                            </div>
  2625.                        </article>
  2626.                    </div>
  2627.                    
  2628.                    
  2629.  
  2630.                </div>
  2631.            </div>
  2632.  
  2633.            <!-- Sidebar -->
  2634.                   <div class="col col-lg-4 col-12">
  2635.                <div class="sidebar-v10">
  2636.                      
  2637.  
  2638.  
  2639.  
  2640.    
  2641.  
  2642.  
  2643. <!-- Blog Sidebar V2 - Focused Design -->
  2644. <div class="sidebar">
  2645.  <!-- Recent Posts Section -->
  2646.  <div class="sidebar-widget mb-4">
  2647.    <div class="widget-title-wrapper mb-3">
  2648.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2649.        <i class="ti-time me-2"></i>Recent Posts
  2650.        <span class="title-arrow-primary"></span>
  2651.      </h4>
  2652.    </div>
  2653.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2654.      <div class="recent-post-list">
  2655.      
  2656.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2657.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2658.              
  2659.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2660.              
  2661.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2662.          </div>
  2663.          <div class="post-content flex-grow-1">
  2664.            <h6 class="post-title mb-2">
  2665.               <a href="/pre-ashes-banter-escalates-as-broad-calls-australian-team-the-weakest-after-2010/" class="text-decoration-none top-color fw-semibold lh-sm">
  2666.                                            Pre-Ashes Banter Escalates as Broad Calls Australian Team the Weakest After 2010
  2667.                                            </a>
  2668.            </h6>
  2669.            <div class="post-meta">
  2670.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  2671.              <!-- <small class="text-muted">
  2672.                <i class="ti-eye me-1"></i>348 views
  2673.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2674.              </small> -->
  2675.            </div>
  2676.          </div>
  2677.        </div>
  2678.        
  2679.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2680.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2681.              
  2682.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2683.              
  2684.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2685.          </div>
  2686.          <div class="post-content flex-grow-1">
  2687.            <h6 class="post-title mb-2">
  2688.               <a href="/stefanos-tsitsipas-contemplated-walking-away-amid-pain-filled-campaign/" class="text-decoration-none top-color fw-semibold lh-sm">
  2689.                                            Stefanos Tsitsipas Contemplated Walking Away Amid Pain-Filled Campaign
  2690.                                            </a>
  2691.            </h6>
  2692.            <div class="post-meta">
  2693.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  2694.              <!-- <small class="text-muted">
  2695.                <i class="ti-eye me-1"></i>348 views
  2696.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2697.              </small> -->
  2698.            </div>
  2699.          </div>
  2700.        </div>
  2701.        
  2702.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2703.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2704.              
  2705.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2706.              
  2707.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2708.          </div>
  2709.          <div class="post-content flex-grow-1">
  2710.            <h6 class="post-title mb-2">
  2711.               <a href="/tottenham-centre-back-van-de-ven-shares-shock-over-ange-postecoglou-dismissal/" class="text-decoration-none top-color fw-semibold lh-sm">
  2712.                                            Tottenham Centre-Back Van de Ven Shares Shock Over Ange Postecoglou Dismissal
  2713.                                            </a>
  2714.            </h6>
  2715.            <div class="post-meta">
  2716.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>14 May 2026</small>
  2717.              <!-- <small class="text-muted">
  2718.                <i class="ti-eye me-1"></i>348 views
  2719.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2720.              </small> -->
  2721.            </div>
  2722.          </div>
  2723.        </div>
  2724.        
  2725.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2726.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2727.              
  2728.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2729.              
  2730.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2731.          </div>
  2732.          <div class="post-content flex-grow-1">
  2733.            <h6 class="post-title mb-2">
  2734.               <a href="/physical-health-or-ranking-katie-boulters-melbourne-grand-slam-dilemma/" class="text-decoration-none top-color fw-semibold lh-sm">
  2735.                                            Physical Health or Ranking - Katie Boulter&#x27;s Melbourne Grand Slam Dilemma
  2736.                                            </a>
  2737.            </h6>
  2738.            <div class="post-meta">
  2739.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>14 May 2026</small>
  2740.              <!-- <small class="text-muted">
  2741.                <i class="ti-eye me-1"></i>348 views
  2742.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2743.              </small> -->
  2744.            </div>
  2745.          </div>
  2746.        </div>
  2747.        
  2748.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2749.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2750.              
  2751.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2752.              
  2753.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2754.          </div>
  2755.          <div class="post-content flex-grow-1">
  2756.            <h6 class="post-title mb-2">
  2757.               <a href="/tottenham-ease-pressure-on-frank-as-simons-seals-comfortable-victory-against-slavia-prague/" class="text-decoration-none top-color fw-semibold lh-sm">
  2758.                                            Tottenham Ease Pressure on Frank as Simons Seals Comfortable Victory Against Slavia Prague
  2759.                                            </a>
  2760.            </h6>
  2761.            <div class="post-meta">
  2762.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>14 May 2026</small>
  2763.              <!-- <small class="text-muted">
  2764.                <i class="ti-eye me-1"></i>348 views
  2765.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2766.              </small> -->
  2767.            </div>
  2768.          </div>
  2769.        </div>
  2770.        
  2771.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2772.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2773.              
  2774.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2775.              
  2776.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2777.          </div>
  2778.          <div class="post-content flex-grow-1">
  2779.            <h6 class="post-title mb-2">
  2780.               <a href="/leonard-hungry-paul-review-a-soothing-series-with-narration-from-julia-roberts-offers-the-perfect-remedy-to-todays-world/" class="text-decoration-none top-color fw-semibold lh-sm">
  2781.                                            Leonard &amp; Hungry Paul Review: A Soothing Series With Narration from Julia Roberts Offers the Perfect Remedy to Today&#x27;s World
  2782.                                            </a>
  2783.            </h6>
  2784.            <div class="post-meta">
  2785.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>14 May 2026</small>
  2786.              <!-- <small class="text-muted">
  2787.                <i class="ti-eye me-1"></i>348 views
  2788.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2789.              </small> -->
  2790.            </div>
  2791.          </div>
  2792.        </div>
  2793.        
  2794.  
  2795.      </div>
  2796.  
  2797.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2798.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2799.      </div> -->
  2800.    </div>
  2801.  </div>
  2802.  
  2803.    
  2804.  <div class="sidebar-widget mb-4">
  2805.    <div class="widget-title-wrapper mb-3">
  2806.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2807.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2808.        <span class="title-arrow"></span>
  2809.      </h4>
  2810.    </div>
  2811.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2812.      <div class="blog-roll-list scrollable-sidebar">
  2813.        
  2814.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2815.          <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop-casinos/" class="text-decoration-none ">
  2816.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2817.              <i class="ti-angle-right me-2 text-primary"></i>
  2818.               casino not on gamstop
  2819.            </h6>
  2820.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2821.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2822.            </div> -->
  2823.          </a>
  2824.        </div>
  2825.          
  2826.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2827.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  2828.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2829.              <i class="ti-angle-right me-2 text-primary"></i>
  2830.               non gamstop casino uk
  2831.            </h6>
  2832.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2833.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2834.            </div> -->
  2835.          </a>
  2836.        </div>
  2837.          
  2838.      </div>
  2839.  
  2840.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2841.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2842.      </div> -->
  2843.    </div>
  2844.  </div>
  2845.    
  2846.  <div class="sidebar-widget mb-4">
  2847.    <div class="widget-title-wrapper mb-3">
  2848.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2849.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2850.        <span class="title-arrow"></span>
  2851.      </h4>
  2852.    </div>
  2853.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2854.      <div class="blog-roll-list scrollable-sidebar">
  2855.        
  2856.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2857.          <a href="https://wallaseycemetery.co.uk" class="text-decoration-none ">
  2858.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2859.              <i class="ti-angle-right me-2 text-primary"></i>
  2860.               best betting sites uk
  2861.            </h6>
  2862.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2863.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2864.            </div> -->
  2865.          </a>
  2866.        </div>
  2867.          
  2868.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2869.          <a href="https://www.remoteyear.com" class="text-decoration-none ">
  2870.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2871.              <i class="ti-angle-right me-2 text-primary"></i>
  2872.               online casinos
  2873.            </h6>
  2874.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2875.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2876.            </div> -->
  2877.          </a>
  2878.        </div>
  2879.          
  2880.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2881.          <a href="https://www.makemegenius.com/" class="text-decoration-none ">
  2882.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2883.              <i class="ti-angle-right me-2 text-primary"></i>
  2884.               casino not on gamstop
  2885.            </h6>
  2886.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2887.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2888.            </div> -->
  2889.          </a>
  2890.        </div>
  2891.          
  2892.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2893.          <a href="https://www.forcesreunited.co.uk/" class="text-decoration-none ">
  2894.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2895.              <i class="ti-angle-right me-2 text-primary"></i>
  2896.               casinos not on gamstop
  2897.            </h6>
  2898.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2899.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2900.            </div> -->
  2901.          </a>
  2902.        </div>
  2903.          
  2904.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2905.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  2906.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2907.              <i class="ti-angle-right me-2 text-primary"></i>
  2908.               non gamstop casino
  2909.            </h6>
  2910.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2911.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2912.            </div> -->
  2913.          </a>
  2914.        </div>
  2915.          
  2916.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2917.          <a href="https://heyimhome.co.uk/" class="text-decoration-none ">
  2918.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2919.              <i class="ti-angle-right me-2 text-primary"></i>
  2920.               online casinos UK
  2921.            </h6>
  2922.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2923.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2924.            </div> -->
  2925.          </a>
  2926.        </div>
  2927.          
  2928.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2929.          <a href="https://www.wildandgame.co.uk" class="text-decoration-none ">
  2930.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2931.              <i class="ti-angle-right me-2 text-primary"></i>
  2932.               online casinos UK
  2933.            </h6>
  2934.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2935.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2936.            </div> -->
  2937.          </a>
  2938.        </div>
  2939.          
  2940.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2941.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  2942.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2943.              <i class="ti-angle-right me-2 text-primary"></i>
  2944.               casinos not on gamstop
  2945.            </h6>
  2946.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2947.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2948.            </div> -->
  2949.          </a>
  2950.        </div>
  2951.          
  2952.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2953.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  2954.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2955.              <i class="ti-angle-right me-2 text-primary"></i>
  2956.               casinos not on gamstop
  2957.            </h6>
  2958.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2959.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2960.            </div> -->
  2961.          </a>
  2962.        </div>
  2963.          
  2964.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2965.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  2966.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2967.              <i class="ti-angle-right me-2 text-primary"></i>
  2968.               non gamstop casino
  2969.            </h6>
  2970.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2971.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2972.            </div> -->
  2973.          </a>
  2974.        </div>
  2975.          
  2976.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2977.          <a href="https://thepearlyqueen.com/" class="text-decoration-none ">
  2978.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2979.              <i class="ti-angle-right me-2 text-primary"></i>
  2980.               best online casinos
  2981.            </h6>
  2982.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2983.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2984.            </div> -->
  2985.          </a>
  2986.        </div>
  2987.          
  2988.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2989.          <a href="https://www.executive-shaving.co.uk" class="text-decoration-none ">
  2990.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2991.              <i class="ti-angle-right me-2 text-primary"></i>
  2992.               best online casinos
  2993.            </h6>
  2994.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2995.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2996.            </div> -->
  2997.          </a>
  2998.        </div>
  2999.          
  3000.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3001.          <a href="https://www.fourpure.com/" class="text-decoration-none ">
  3002.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3003.              <i class="ti-angle-right me-2 text-primary"></i>
  3004.               non GamStop casino
  3005.            </h6>
  3006.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3007.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3008.            </div> -->
  3009.          </a>
  3010.        </div>
  3011.          
  3012.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3013.          <a href="https://roeparkresort.com" class="text-decoration-none ">
  3014.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3015.              <i class="ti-angle-right me-2 text-primary"></i>
  3016.               casino not on gamestop
  3017.            </h6>
  3018.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3019.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3020.            </div> -->
  3021.          </a>
  3022.        </div>
  3023.          
  3024.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3025.          <a href="https://www.antiquesforeveryone.co.uk/" class="text-decoration-none ">
  3026.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3027.              <i class="ti-angle-right me-2 text-primary"></i>
  3028.               non GamStop bookmakers
  3029.            </h6>
  3030.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3031.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3032.            </div> -->
  3033.          </a>
  3034.        </div>
  3035.          
  3036.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3037.          <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk" class="text-decoration-none ">
  3038.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3039.              <i class="ti-angle-right me-2 text-primary"></i>
  3040.               slot sites not on GamStop
  3041.            </h6>
  3042.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3043.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3044.            </div> -->
  3045.          </a>
  3046.        </div>
  3047.          
  3048.      </div>
  3049.  
  3050.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3051.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3052.      </div> -->
  3053.    </div>
  3054.  </div>
  3055.    
  3056.  <div class="sidebar-widget mb-4">
  3057.    <div class="widget-title-wrapper mb-3">
  3058.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3059.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3060.        <span class="title-arrow"></span>
  3061.      </h4>
  3062.    </div>
  3063.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3064.      <div class="blog-roll-list scrollable-sidebar">
  3065.        
  3066.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3067.          <a href="https://www.gullwingbridge.co.uk/" class="text-decoration-none ">
  3068.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3069.              <i class="ti-angle-right me-2 text-primary"></i>
  3070.               non GamStop casinos
  3071.            </h6>
  3072.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3073.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3074.            </div> -->
  3075.          </a>
  3076.        </div>
  3077.          
  3078.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3079.          <a href="https://www.glasshouserestaurant.co.uk/" class="text-decoration-none ">
  3080.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3081.              <i class="ti-angle-right me-2 text-primary"></i>
  3082.               UK crypto casino
  3083.            </h6>
  3084.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3085.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3086.            </div> -->
  3087.          </a>
  3088.        </div>
  3089.          
  3090.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3091.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  3092.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3093.              <i class="ti-angle-right me-2 text-primary"></i>
  3094.               best casino not on GamStop
  3095.            </h6>
  3096.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3097.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3098.            </div> -->
  3099.          </a>
  3100.        </div>
  3101.          
  3102.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3103.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  3104.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3105.              <i class="ti-angle-right me-2 text-primary"></i>
  3106.               casino not on GamStop UK
  3107.            </h6>
  3108.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3109.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3110.            </div> -->
  3111.          </a>
  3112.        </div>
  3113.          
  3114.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3115.          <a href="https://www.covent-garden.co.uk/" class="text-decoration-none ">
  3116.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3117.              <i class="ti-angle-right me-2 text-primary"></i>
  3118.               slots not on GamStop
  3119.            </h6>
  3120.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3121.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3122.            </div> -->
  3123.          </a>
  3124.        </div>
  3125.          
  3126.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3127.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  3128.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3129.              <i class="ti-angle-right me-2 text-primary"></i>
  3130.               non GamStop sites
  3131.            </h6>
  3132.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3133.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3134.            </div> -->
  3135.          </a>
  3136.        </div>
  3137.          
  3138.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3139.          <a href="https://www.cranleyclinic.com/" class="text-decoration-none ">
  3140.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3141.              <i class="ti-angle-right me-2 text-primary"></i>
  3142.               casinos not on GamStop
  3143.            </h6>
  3144.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3145.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3146.            </div> -->
  3147.          </a>
  3148.        </div>
  3149.          
  3150.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3151.          <a href="https://www.mugdock-country-park.org.uk/" class="text-decoration-none ">
  3152.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3153.              <i class="ti-angle-right me-2 text-primary"></i>
  3154.               non GamStop casino UK
  3155.            </h6>
  3156.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3157.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3158.            </div> -->
  3159.          </a>
  3160.        </div>
  3161.          
  3162.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3163.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  3164.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3165.              <i class="ti-angle-right me-2 text-primary"></i>
  3166.               non GamStop casinos
  3167.            </h6>
  3168.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3169.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3170.            </div> -->
  3171.          </a>
  3172.        </div>
  3173.          
  3174.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3175.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  3176.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3177.              <i class="ti-angle-right me-2 text-primary"></i>
  3178.               non GamStop UK casinos
  3179.            </h6>
  3180.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3181.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3182.            </div> -->
  3183.          </a>
  3184.        </div>
  3185.          
  3186.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3187.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  3188.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3189.              <i class="ti-angle-right me-2 text-primary"></i>
  3190.               non GamStop casino UK
  3191.            </h6>
  3192.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3193.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3194.            </div> -->
  3195.          </a>
  3196.        </div>
  3197.          
  3198.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3199.          <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none ">
  3200.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3201.              <i class="ti-angle-right me-2 text-primary"></i>
  3202.               Non UK
  3203.            </h6>
  3204.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3205.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3206.            </div> -->
  3207.          </a>
  3208.        </div>
  3209.          
  3210.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3211.          <a href="https://www.falconryforum.co.uk/" class="text-decoration-none ">
  3212.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3213.              <i class="ti-angle-right me-2 text-primary"></i>
  3214.               non gamstop casinos
  3215.            </h6>
  3216.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3217.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3218.            </div> -->
  3219.          </a>
  3220.        </div>
  3221.          
  3222.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3223.          <a href="https://www.thekarczma.co.uk/" class="text-decoration-none ">
  3224.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3225.              <i class="ti-angle-right me-2 text-primary"></i>
  3226.               Non UK Regulated Casinos
  3227.            </h6>
  3228.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3229.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3230.            </div> -->
  3231.          </a>
  3232.        </div>
  3233.          
  3234.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3235.          <a href="https://knightsof.media/" class="text-decoration-none ">
  3236.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3237.              <i class="ti-angle-right me-2 text-primary"></i>
  3238.               casino not on gamstop
  3239.            </h6>
  3240.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3241.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3242.            </div> -->
  3243.          </a>
  3244.        </div>
  3245.          
  3246.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3247.          <a href="https://whittingtoncastle.co.uk/" class="text-decoration-none ">
  3248.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3249.              <i class="ti-angle-right me-2 text-primary"></i>
  3250.               casinos not on GamStop
  3251.            </h6>
  3252.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3253.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3254.            </div> -->
  3255.          </a>
  3256.        </div>
  3257.          
  3258.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3259.          <a href="https://www.stamina.org.uk/" class="text-decoration-none ">
  3260.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3261.              <i class="ti-angle-right me-2 text-primary"></i>
  3262.               Casino Sites Not on GamStop
  3263.            </h6>
  3264.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3265.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3266.            </div> -->
  3267.          </a>
  3268.        </div>
  3269.          
  3270.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3271.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  3272.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3273.              <i class="ti-angle-right me-2 text-primary"></i>
  3274.               Gambling Sites Not on Gamstop
  3275.            </h6>
  3276.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3277.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3278.            </div> -->
  3279.          </a>
  3280.        </div>
  3281.          
  3282.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3283.          <a href="https://www.techcityuk.com/" class="text-decoration-none ">
  3284.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3285.              <i class="ti-angle-right me-2 text-primary"></i>
  3286.               casino not on gamstop
  3287.            </h6>
  3288.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3289.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3290.            </div> -->
  3291.          </a>
  3292.        </div>
  3293.          
  3294.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3295.          <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/" class="text-decoration-none ">
  3296.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3297.              <i class="ti-angle-right me-2 text-primary"></i>
  3298.               casinos not on gamstop
  3299.            </h6>
  3300.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3301.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3302.            </div> -->
  3303.          </a>
  3304.        </div>
  3305.          
  3306.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3307.          <a href="https://roadpeace.org/" class="text-decoration-none ">
  3308.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3309.              <i class="ti-angle-right me-2 text-primary"></i>
  3310.               online casino
  3311.            </h6>
  3312.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3313.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3314.            </div> -->
  3315.          </a>
  3316.        </div>
  3317.          
  3318.      </div>
  3319.  
  3320.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3321.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3322.      </div> -->
  3323.    </div>
  3324.  </div>
  3325.    
  3326.  <div class="sidebar-widget mb-4">
  3327.    <div class="widget-title-wrapper mb-3">
  3328.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3329.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3330.        <span class="title-arrow"></span>
  3331.      </h4>
  3332.    </div>
  3333.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3334.      <div class="blog-roll-list scrollable-sidebar">
  3335.        
  3336.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3337.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3338.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3339.              <i class="ti-angle-right me-2 text-primary"></i>
  3340.               non uk betting sites
  3341.            </h6>
  3342.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3343.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3344.            </div> -->
  3345.          </a>
  3346.        </div>
  3347.          
  3348.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3349.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  3350.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3351.              <i class="ti-angle-right me-2 text-primary"></i>
  3352.               crypto betting uk
  3353.            </h6>
  3354.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3355.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3356.            </div> -->
  3357.          </a>
  3358.        </div>
  3359.          
  3360.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3361.          <a href="https://idolmag.co.uk/" class="text-decoration-none ">
  3362.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3363.              <i class="ti-angle-right me-2 text-primary"></i>
  3364.               top 20 online casinos uk
  3365.            </h6>
  3366.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3367.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3368.            </div> -->
  3369.          </a>
  3370.        </div>
  3371.          
  3372.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3373.          <a href="https://www.avon-tyres.co.uk/" class="text-decoration-none ">
  3374.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3375.              <i class="ti-angle-right me-2 text-primary"></i>
  3376.               best uk non gamstop casinos
  3377.            </h6>
  3378.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3379.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3380.            </div> -->
  3381.          </a>
  3382.        </div>
  3383.          
  3384.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3385.          <a href="https://indyonline.co.uk/" class="text-decoration-none ">
  3386.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3387.              <i class="ti-angle-right me-2 text-primary"></i>
  3388.               casinos not on Gamstop
  3389.            </h6>
  3390.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3391.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3392.            </div> -->
  3393.          </a>
  3394.        </div>
  3395.          
  3396.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3397.          <a href="https://www.tennisforfree.com/" class="text-decoration-none ">
  3398.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3399.              <i class="ti-angle-right me-2 text-primary"></i>
  3400.               non gamstop casinos
  3401.            </h6>
  3402.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3403.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3404.            </div> -->
  3405.          </a>
  3406.        </div>
  3407.          
  3408.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3409.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  3410.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3411.              <i class="ti-angle-right me-2 text-primary"></i>
  3412.               casino sites not on Gamstop
  3413.            </h6>
  3414.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3415.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3416.            </div> -->
  3417.          </a>
  3418.        </div>
  3419.          
  3420.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3421.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  3422.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3423.              <i class="ti-angle-right me-2 text-primary"></i>
  3424.               casino sites not on Gamstop
  3425.            </h6>
  3426.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3427.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3428.            </div> -->
  3429.          </a>
  3430.        </div>
  3431.          
  3432.      </div>
  3433.  
  3434.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3435.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3436.      </div> -->
  3437.    </div>
  3438.  </div>
  3439.    
  3440.  <!-- <div class="sidebar-widget">
  3441.    <div class="widget-title-wrapper mb-3">
  3442.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3443.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3444.        <span class="title-arrow"></span>
  3445.      </h4>
  3446.    </div>
  3447.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3448.      <div class="blog-roll-list">
  3449.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3450.          <a href="#" class="text-decoration-none">
  3451.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3452.              <i class="ti-angle-right me-2 text-primary"></i>
  3453.              Complete Guide to Django REST Framework
  3454.            </h6>
  3455.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3456.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3457.            </div>
  3458.          </a>
  3459.        </div>
  3460.  
  3461.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3462.          <a href="#" class="text-decoration-none">
  3463.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3464.              <i class="ti-angle-right me-2 text-primary"></i>
  3465.              Modern JavaScript ES2025 Features
  3466.            </h6>
  3467.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3468.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3469.            </div>
  3470.          </a>
  3471.        </div>
  3472.  
  3473.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3474.          <a href="#" class="text-decoration-none">
  3475.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3476.              <i class="ti-angle-right me-2 text-primary"></i>
  3477.              Digital Marketing Trends in 2025
  3478.            </h6>
  3479.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3480.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3481.            </div>
  3482.          </a>
  3483.        </div>
  3484.  
  3485.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3486.          <a href="#" class="text-decoration-none">
  3487.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3488.              <i class="ti-angle-right me-2 text-primary"></i>
  3489.              Remote Work Best Practices
  3490.            </h6>
  3491.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3492.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3493.            </div>
  3494.          </a>
  3495.        </div>
  3496.  
  3497.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3498.          <a href="#" class="text-decoration-none">
  3499.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3500.              <i class="ti-angle-right me-2 text-primary"></i>
  3501.              Sustainable Living Tips for Beginners
  3502.            </h6>
  3503.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3504.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3505.            </div>
  3506.          </a>
  3507.        </div>
  3508.  
  3509.        <div class="blog-roll-item">
  3510.          <a href="#" class="text-decoration-none">
  3511.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3512.              <i class="ti-angle-right me-2 text-primary"></i>
  3513.              AI and Machine Learning Basics
  3514.            </h6>
  3515.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3516.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3517.            </div>
  3518.          </a>
  3519.        </div>
  3520.      </div>
  3521.  
  3522.      <div class="text-center mt-4 pt-3 border-top border-light">
  3523.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3524.      </div>
  3525.    </div>
  3526.  </div> -->
  3527. </div>
  3528.  
  3529. <!-- Sidebar V2 Styles -->
  3530. <style>
  3531.  .sidebar-widget {
  3532.    position: relative;
  3533.  }
  3534.  
  3535.  .widget-title {
  3536.    font-size: 1.1rem;
  3537.    font-weight: 700;
  3538.    display: inline-block;
  3539.    position: relative;
  3540.    z-index: 2;
  3541.    border-radius: 0;
  3542.  }
  3543.  
  3544.  /* Green arrow for August Blog Roll */
  3545.  .title-arrow::after {
  3546.    content: '';
  3547.    position: absolute;
  3548.    top: 0;
  3549.    right: -22px;
  3550.    width: 0;
  3551.    height: 0;
  3552.    border-left: 22px solid var(--bs-primary);
  3553.    border-top: 22px solid transparent;
  3554.    border-bottom: 22px solid transparent;
  3555.    z-index: 1;
  3556.  }
  3557.  
  3558.  /* Blue arrow for Recent Posts */
  3559.  .title-arrow-primary::after {
  3560.    content: '';
  3561.    position: absolute;
  3562.    top: 0;
  3563.    right: -22px;
  3564.    width: 0;
  3565.    height: 0;
  3566.    border-left: 22px solid var(--bs-primary);
  3567.    border-top: 22px solid transparent;
  3568.    border-bottom: 22px solid transparent;
  3569.    z-index: 1;
  3570.  }
  3571.  
  3572.  .widget-content {
  3573.    margin-top: -1px;
  3574.    position: relative;
  3575.    z-index: 1;
  3576.    background-color: var(--card-bg);
  3577.  }
  3578.  
  3579.  /* Blog Roll Items Hover Effects */
  3580.  .blog-roll-item:hover .blog-title {
  3581.    color: #198754 !important;
  3582.    transform: translateX(5px);
  3583.    transition: all 0.3s ease;
  3584.  }
  3585.  
  3586.  /* Recent Post Items Hover Effects */
  3587.  .recent-post-item:hover .post-title a {
  3588.    color: #0d6efd !important;
  3589.    transition: color 0.3s ease;
  3590.  }
  3591.  
  3592.  .recent-post-item:hover .post-image img {
  3593.    transform: scale(1.05);
  3594.    transition: transform 0.3s ease;
  3595.  }
  3596.  
  3597.  /* Button Hover Effects */
  3598.  .btn:hover {
  3599.    transform: translateY(-2px);
  3600.    transition: all 0.3s ease;
  3601.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3602.  }
  3603.  
  3604.  /* Badge Hover Effects */
  3605.  .badge:hover {
  3606.    transform: scale(1.05);
  3607.    transition: transform 0.3s ease;
  3608.  }
  3609.  
  3610.  @media (max-width: 991px) {
  3611.    .sidebar {
  3612.      margin-top: 3rem;
  3613.    }
  3614.  }
  3615.  
  3616.  @media (max-width: 576px) {
  3617.    .widget-title {
  3618.      font-size: 1rem;
  3619.      padding: 0.75rem 1rem !important;
  3620.    }
  3621.  
  3622.    .title-arrow::after,
  3623.    .title-arrow-primary::after {
  3624.      right: -18px;
  3625.      border-left-width: 18px;
  3626.      border-top-width: 18px;
  3627.      border-bottom-width: 18px;
  3628.    }
  3629.  
  3630.    .post-image {
  3631.      width: 70px !important;
  3632.      height: 55px !important;
  3633.    }
  3634.  
  3635.    .blog-meta {
  3636.      flex-direction: column !important;
  3637.      align-items: flex-start !important;
  3638.      gap: 0.5rem;
  3639.    }
  3640.  }
  3641. </style>
  3642.  
  3643.    
  3644.                </div>
  3645.            </div>
  3646.        </div>
  3647.    </div>
  3648. </section>
  3649.  
  3650. <script>
  3651.    // Intersection Observer for Fade-in with Slight Rotation
  3652.    document.addEventListener('DOMContentLoaded', function() {
  3653.        const observerOptions = {
  3654.            threshold: 0.15, // Trigger when 15% of the card is visible
  3655.            rootMargin: '0px 0px -50px 0px',
  3656.        };
  3657.  
  3658.        const observer = new IntersectionObserver(function(entries, observer) {
  3659.            entries.forEach(entry => {
  3660.                if (entry.isIntersecting) {
  3661.                    entry.target.classList.add('visible');
  3662.                    observer.unobserve(entry.target);
  3663.                }
  3664.            });
  3665.        }, observerOptions);
  3666.  
  3667.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  3668.            observer.observe(card);
  3669.        });
  3670.    });
  3671. </script>
  3672.  
  3673.    
  3674.        
  3675.        <!-- end wpo-blog-highlights-section -->
  3676.        <!-- start wpo-blog-sponsored-section -->
  3677.        
  3678.  
  3679.  
  3680.  
  3681.    
  3682.  
  3683.  
  3684.  <style>
  3685.    .sponsored-section-v7 {
  3686.      padding: 50px 0;
  3687.    }
  3688.    
  3689.    .sponsored-card-v7 {
  3690.      background: #fafafa;
  3691.      border: none;
  3692.      transition: transform 0.3s ease;
  3693.      height: 100%;
  3694.    }
  3695.    
  3696.    .sponsored-card-v7:hover {
  3697.      transform: translateY(-3px);
  3698.    }
  3699.    
  3700.    .sponsored-image-v7 {
  3701.      position: relative;
  3702.      height: 160px;
  3703.    }
  3704.    
  3705.    .sponsored-image-v7 img {
  3706.      width: 100%;
  3707.      height: 100%;
  3708.      object-fit: cover;
  3709.      border-radius: 10px; /* Apply curve to image */
  3710.    }
  3711.    
  3712.    .sponsored-badge-v7 {
  3713.      position: absolute;
  3714.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3715.      left: 10px;
  3716.      z-index: 10;
  3717.    
  3718.      /* pill look */
  3719.      display: inline-flex; /* vertical centering */
  3720.      align-items: center;
  3721.      justify-content: center;
  3722.      padding: 8px 16px; /* width = content + padding */
  3723.      border-radius: 999px; /* full pill */
  3724.      white-space: nowrap; /* ek hi line me rahe */
  3725.      /* text */
  3726.      font-size: 12px;
  3727.      text-transform: uppercase;
  3728.      letter-spacing: 0.5px;
  3729.      line-height: 1;
  3730.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3731.    }
  3732.    
  3733.    /* optional: icon ke saath thoda gap */
  3734.    .sponsored-badge-v7 i,
  3735.    .sponsored-badge-v7 .icon {
  3736.      margin-right: 8px;
  3737.      font-size: 14px;
  3738.      line-height: 1;
  3739.    }
  3740.    
  3741.    .sponsored-content-v7 {
  3742.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3743.    }
  3744.    
  3745.    .sponsored-title-v7 {
  3746.      font-size: 15px;
  3747.      font-weight: 700;
  3748.      line-height: 1.4;
  3749.      margin-bottom: 8px;
  3750.      color: #333;
  3751.    }
  3752.    
  3753.    .sponsored-title-v7 a {
  3754.      text-decoration: none;
  3755.      font-size: 16px;
  3756.      color: var(--topbar-color);
  3757.    }
  3758.    
  3759.    .sponsored-title-v7 a:hover {
  3760.      color: var(--bs-primary); /* Green hover */
  3761.    }
  3762.    
  3763.    .sponsored-excerpt-v7 {
  3764.      font-size: 12px;
  3765.      font-weight: 400;
  3766.      color:  var(--topbar-color);;
  3767.      margin-bottom: 10px;
  3768.      line-height: 1.5;
  3769.    }
  3770.    
  3771.    .sponsored-meta-v7 {
  3772.      font-size: 11px;
  3773.       color: var(--topbar-color);;
  3774.    }
  3775.    
  3776.    .author-info-v7 {
  3777.      margin-bottom: 5px;
  3778.    }
  3779.    
  3780.    .sponsored-author-img-v7 {
  3781.      width: 30px;
  3782.      height: 30px;
  3783.      border-radius: 50%;
  3784.      object-fit: cover;
  3785.      vertical-align: middle;
  3786.      margin-right: 5px;
  3787.    }
  3788.    
  3789.    .section-title-sponsored-v7 {
  3790.      font-size: 1.9rem;
  3791.      font-weight: 600;
  3792.      text-align: center;
  3793.      margin-bottom: 30px;
  3794.      color: #333;
  3795.      position: relative;
  3796.    }
  3797.    
  3798.    .section-title-sponsored-v7::after {
  3799.      content: '';
  3800.      position: absolute;
  3801.      bottom: -8px;
  3802.      left: 50%;
  3803.      transform: translateX(-50%);
  3804.      width: 100px;
  3805.      height: 3px;
  3806.      background: var(--bs-primary);
  3807.    }
  3808.    
  3809.    @media (max-width: 768px) {
  3810.      .sponsored-section-v7 {
  3811.        padding: 30px 0;
  3812.      }
  3813.      .sponsored-image-v7 {
  3814.        height: 120px;
  3815.      }
  3816.      .sponsored-content-v7 {
  3817.        padding: 35px 12px 12px;
  3818.      }
  3819.  
  3820.      .sponsored-title-v7 {
  3821.        font-size: 14px;
  3822.      }
  3823.      .sponsored-excerpt-v7 {
  3824.        font-size: 11px;
  3825.      }
  3826.      .section-title-sponsored-v7 {
  3827.        font-size: 1.6rem;
  3828.      }
  3829.    }
  3830.  </style>
  3831.  
  3832.  <section class="sponsored-section-v7">
  3833.    <div class="container-fluid fluid-container">
  3834.      <div class="row mb-3">
  3835.        <div class="col-12">
  3836.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3837.        </div>
  3838.      </div>
  3839.  
  3840.      <div class="row g-3 d-flex justify-content-center">
  3841.        
  3842.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3843.            <div class="card sponsored-card-v7">
  3844.              <div class="sponsored-image-v7">
  3845.                
  3846.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3847.                
  3848.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3849.              </div>
  3850.              <div class="sponsored-content-v7">
  3851.                <h3 class="sponsored-title-v7"><a href="/pre-ashes-banter-escalates-as-broad-calls-australian-team-the-weakest-after-2010/">Pre-Ashes Banter Escalates as Broad Calls Australian Team the Weakest After 2010</a></h3>
  3852.                <p class="sponsored-excerpt-v7 "></p>
  3853.                <div class="sponsored-meta-v7">
  3854.                  <div class="author-info-v7">
  3855.                    
  3856.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72a6200f-6079-4cba-a139-a538502b73f9_profile.png" alt="Stephanie Washington" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3857.                    
  3858.                    <span>Stephanie Washington</span>
  3859.                  </div>
  3860.                  <div>15 May 2026</div>
  3861.                </div>
  3862.              </div>
  3863.            </div>
  3864.          </div>
  3865.        
  3866.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3867.            <div class="card sponsored-card-v7">
  3868.              <div class="sponsored-image-v7">
  3869.                
  3870.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3871.                
  3872.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3873.              </div>
  3874.              <div class="sponsored-content-v7">
  3875.                <h3 class="sponsored-title-v7"><a href="/stefanos-tsitsipas-contemplated-walking-away-amid-pain-filled-campaign/">Stefanos Tsitsipas Contemplated Walking Away Amid Pain-Filled Campaign</a></h3>
  3876.                <p class="sponsored-excerpt-v7 "></p>
  3877.                <div class="sponsored-meta-v7">
  3878.                  <div class="author-info-v7">
  3879.                    
  3880.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72a6200f-6079-4cba-a139-a538502b73f9_profile.png" alt="Stephanie Washington" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3881.                    
  3882.                    <span>Stephanie Washington</span>
  3883.                  </div>
  3884.                  <div>15 May 2026</div>
  3885.                </div>
  3886.              </div>
  3887.            </div>
  3888.          </div>
  3889.        
  3890.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3891.            <div class="card sponsored-card-v7">
  3892.              <div class="sponsored-image-v7">
  3893.                
  3894.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3895.                
  3896.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3897.              </div>
  3898.              <div class="sponsored-content-v7">
  3899.                <h3 class="sponsored-title-v7"><a href="/tottenham-centre-back-van-de-ven-shares-shock-over-ange-postecoglou-dismissal/">Tottenham Centre-Back Van de Ven Shares Shock Over Ange Postecoglou Dismissal</a></h3>
  3900.                <p class="sponsored-excerpt-v7 "></p>
  3901.                <div class="sponsored-meta-v7">
  3902.                  <div class="author-info-v7">
  3903.                    
  3904.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72a6200f-6079-4cba-a139-a538502b73f9_profile.png" alt="Stephanie Washington" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3905.                    
  3906.                    <span>Stephanie Washington</span>
  3907.                  </div>
  3908.                  <div>14 May 2026</div>
  3909.                </div>
  3910.              </div>
  3911.            </div>
  3912.          </div>
  3913.        
  3914.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3915.            <div class="card sponsored-card-v7">
  3916.              <div class="sponsored-image-v7">
  3917.                
  3918.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3919.                
  3920.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3921.              </div>
  3922.              <div class="sponsored-content-v7">
  3923.                <h3 class="sponsored-title-v7"><a href="/physical-health-or-ranking-katie-boulters-melbourne-grand-slam-dilemma/">Physical Health or Ranking - Katie Boulter&#x27;s Melbourne Grand Slam Dilemma</a></h3>
  3924.                <p class="sponsored-excerpt-v7 "></p>
  3925.                <div class="sponsored-meta-v7">
  3926.                  <div class="author-info-v7">
  3927.                    
  3928.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72a6200f-6079-4cba-a139-a538502b73f9_profile.png" alt="Stephanie Washington" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3929.                    
  3930.                    <span>Stephanie Washington</span>
  3931.                  </div>
  3932.                  <div>14 May 2026</div>
  3933.                </div>
  3934.              </div>
  3935.            </div>
  3936.          </div>
  3937.        
  3938.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3939.            <div class="card sponsored-card-v7">
  3940.              <div class="sponsored-image-v7">
  3941.                
  3942.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3943.                
  3944.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3945.              </div>
  3946.              <div class="sponsored-content-v7">
  3947.                <h3 class="sponsored-title-v7"><a href="/tottenham-ease-pressure-on-frank-as-simons-seals-comfortable-victory-against-slavia-prague/">Tottenham Ease Pressure on Frank as Simons Seals Comfortable Victory Against Slavia Prague</a></h3>
  3948.                <p class="sponsored-excerpt-v7 "></p>
  3949.                <div class="sponsored-meta-v7">
  3950.                  <div class="author-info-v7">
  3951.                    
  3952.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72a6200f-6079-4cba-a139-a538502b73f9_profile.png" alt="Stephanie Washington" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3953.                    
  3954.                    <span>Stephanie Washington</span>
  3955.                  </div>
  3956.                  <div>14 May 2026</div>
  3957.                </div>
  3958.              </div>
  3959.            </div>
  3960.          </div>
  3961.        
  3962.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3963.            <div class="card sponsored-card-v7">
  3964.              <div class="sponsored-image-v7">
  3965.                
  3966.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3967.                
  3968.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3969.              </div>
  3970.              <div class="sponsored-content-v7">
  3971.                <h3 class="sponsored-title-v7"><a href="/leonard-hungry-paul-review-a-soothing-series-with-narration-from-julia-roberts-offers-the-perfect-remedy-to-todays-world/">Leonard &amp; Hungry Paul Review: A Soothing Series With Narration from Julia Roberts Offers the Perfect Remedy to Today&#x27;s World</a></h3>
  3972.                <p class="sponsored-excerpt-v7 "></p>
  3973.                <div class="sponsored-meta-v7">
  3974.                  <div class="author-info-v7">
  3975.                    
  3976.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/72a6200f-6079-4cba-a139-a538502b73f9_profile.png" alt="Stephanie Washington" style="object-fit: cover;" class="sponsored-author-img-v7" />
  3977.                    
  3978.                    <span>Stephanie Washington</span>
  3979.                  </div>
  3980.                  <div>14 May 2026</div>
  3981.                </div>
  3982.              </div>
  3983.            </div>
  3984.          </div>
  3985.        
  3986.      </div>
  3987.    </div>
  3988.  </section>
  3989.  
  3990.  
  3991.    
  3992.        <!-- end wpo-blog-sponsored-section -->
  3993.        <!-- start wpo-subscribe-section -->
  3994.        
  3995.        <!-- end subscribe-section -->
  3996.        <!-- start of wpo-site-footer-section -->
  3997.        
  3998.  
  3999.  
  4000.  
  4001.  
  4002.  
  4003. <footer class="wpo-site-footer-v2">
  4004.  <!-- Top Section - Logo & CTA -->
  4005.  <div class="footer-top-section py-3">
  4006.    <div class="container-fluid fluid-container">
  4007.      <div class="row align-items-center">
  4008.        <div class="brand-logo d-flex align-items-center justify-content-center">
  4009.          
  4010.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/86d73443-0c1a-4f88-a2e1-31f3aed3ac65_logo.png" alt="Daily UK Magazine" class="footer-logo" />
  4011.          
  4012.          <div class="brand-info">
  4013.            <h3 class="brand-title">Daily UK Magazine</h3>
  4014.          </div>
  4015.        </div>
  4016.      </div>
  4017.    </div>
  4018.  </div>
  4019.  
  4020.  <!-- Main Content Grid -->
  4021.  <div class="footer-main-content py-4">
  4022.    <div class="container-fluid fluid-container px-3">
  4023.      <div class="d-flex justify-content-between flex-wrap gap-3">
  4024.        <!-- Column 1: Quick Links & Top Categories -->
  4025.        <div class="">
  4026.          <div class="footer-column">
  4027.            <h5 class="column-title">Quick Links</h5>
  4028.            <ul class="footer-menu list-unstyled">
  4029.              
  4030.                <li>
  4031.                  <a class="menu-link" href="/certain-factions-on-the-political-spectrum-who-offer-only-complaints-labour-is-getting-on-with-the-job-of-financial-revitalization/">Certain factions on the political spectrum who offer only complaints: Labour is getting on with the job of financial revitalization.</a>
  4032.                </li>
  4033.              
  4034.                <li>
  4035.                  <a class="menu-link" href="/the-greater-manchester-mayor-was-likely-to-have-secured-the-recent-byelection-states-labour-deputy-leader/">The Greater Manchester Mayor Was &#x27;Likely&#x27; to Have Secured the Recent Byelection, States Labour Deputy Leader</a>
  4036.                </li>
  4037.              
  4038.                <li>
  4039.                  <a class="menu-link" href="/ex-bbc-consultants-participate-in-members-of-parliaments-questioning-after-claims-of-partiality-in-leaked-memo/">Ex- BBC Consultants Participate in Members of Parliament&#x27;s Questioning After Claims of Partiality in Leaked Memo</a>
  4040.                </li>
  4041.              
  4042.                <li>
  4043.                  <a class="menu-link" href="/canadas-blue-jays-secure-world-series-showdown-with-defending-champion-dodgers/">Canada&#x27;s Blue Jays Secure World Series Showdown With defending champion Dodgers</a>
  4044.                </li>
  4045.              
  4046.                <li>
  4047.                  <a class="menu-link" href="/the-english-team-name-the-off-spinner-in-squad-for-ashes-opener/">The English team Name the off-spinner in Squad for Ashes Opener</a>
  4048.                </li>
  4049.              
  4050.                <li>
  4051.                  <a class="menu-link" href="/olympic-athlete-and-other-eritreans-released-after-nearly-two-decades-without-facing-charges-relatives-report/">Olympic Athlete and Other Eritreans Released After Nearly Two Decades Without Facing Charges, Relatives Report</a>
  4052.                </li>
  4053.              
  4054.            </ul>
  4055.          </div>
  4056.        </div>
  4057.        <div class="">
  4058.          <div class="footer-column mt-4">
  4059.            <h5 class="column-title">Top Categories</h5>
  4060.            <ul class="footer-menu list-unstyled">
  4061.              
  4062.                <li>
  4063.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4064.                </li>
  4065.              
  4066.                <li>
  4067.                  <a class="menu-link" href="/category/business/">Business</a>
  4068.                </li>
  4069.              
  4070.                <li>
  4071.                  <a class="menu-link" href="/category/esports/">Esports</a>
  4072.                </li>
  4073.              
  4074.                <li>
  4075.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  4076.                </li>
  4077.              
  4078.                <li>
  4079.                  <a class="menu-link" href="/category/featured/">Featured</a>
  4080.                </li>
  4081.              
  4082.            </ul>
  4083.          </div>
  4084.        </div>
  4085.        <!-- Column 2: Blog Rolls -->
  4086.      <div class="">
  4087.          <div class="footer-column">
  4088.            <h5 class="column-title">Blog Rolls</h5>
  4089.            <ul class="footer-menu list-unstyled" id="blogRollLinks">
  4090.              
  4091.              
  4092.  
  4093.              
  4094.              
  4095.                
  4096.              
  4097.            </ul>
  4098.          </div>
  4099.        </div>
  4100.      </div>
  4101.    </div>
  4102.  </div>
  4103.  
  4104.  <!-- Tagline Section -->
  4105.  <div class="footer-tagline bg-primary-gradient text-center py-3">
  4106.    <div class="container-fluid fluid-container">
  4107.      <p class="mb-0 text-white text-capitalize">Stay informed with the latest UK news, cultural insights, and lifestyle trends. Daily updates on politics, entertainment, and more from across Britain.</p>
  4108.    </div>
  4109.  </div>
  4110.  
  4111.  <!-- Footer Bottom -->
  4112.  <div class="footer-bottom py-3">
  4113.    <div class="container-fluid fluid-container">
  4114.      <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-center">
  4115.        <div class="copyright-info">
  4116.          <p class="mb-0 text-color">
  4117.            &copy; 2026 <strong>Daily UK Magazine</strong>. All rights reserved.
  4118.          </p>
  4119.        </div>
  4120.        <div class="utility-links mt-2 mt-md-0">
  4121.          <a href="/page/write-for-us/" class="utility-link me-3">Write For Us</a>
  4122.          <a href="/page/terms-and-conditions/" class="utility-link me-3">Terms &amp; Conditions</a>
  4123.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4124.        </div>
  4125.      </div>
  4126.    </div>
  4127.  </div>
  4128. </footer>
  4129.  
  4130.  
  4131. <style>
  4132.  
  4133. .footer-top-section {
  4134.    border-bottom: 1px solid var(--border-color);
  4135.    background-color: var(--card-bg) !important;
  4136. }
  4137.  
  4138. .footer-logo {
  4139.    height:50px;
  4140.    width: auto;
  4141. }
  4142. .text-color{
  4143.    color: var(--topbar-color) !important;
  4144. }
  4145. .brand-title {
  4146.    font-size: 20px;
  4147.    font-weight: 600;
  4148.    color: var(--topbar-color);
  4149.    margin: 0;
  4150. }
  4151.  
  4152. .footer-main-content {
  4153.    background: var(--card-bg);
  4154. }
  4155.  
  4156. .column-title {
  4157.    font-size: 16px;
  4158.    font-weight: 600;
  4159.    color: var(--topbar-color) !important;
  4160.    margin-bottom: 15px;
  4161. }
  4162.  
  4163. .footer-menu li {
  4164.    margin-bottom: 8px;
  4165. }
  4166.  
  4167. .menu-link {
  4168.    color: var(--topbar-color) !important;
  4169.    text-decoration: none;
  4170.    font-size: 16px;
  4171.    transition: color 0.3s ease;
  4172. }
  4173.  
  4174. .footer-tagline {
  4175.    font-size: 16px;
  4176. }
  4177.  
  4178. .footer-bottom {
  4179.    font-size: 16px;
  4180.    background-color: var(--card-bg) !important;
  4181. }
  4182.  
  4183. .utility-link {
  4184.    color: var(--topbar-color) !important;
  4185.    text-decoration: none;
  4186.    transition: color 0.3s ease;
  4187. }
  4188.  
  4189. .utility-link:hover {
  4190.    color: var(--secondary-color);
  4191. }
  4192.  
  4193. /* Responsive Design */
  4194. @media (max-width: 992px) {
  4195.    .footer-top-section {
  4196.        text-align: start;
  4197.    }
  4198.    .cta-btn {
  4199.        margin-top: 10px;
  4200.    }
  4201. }
  4202.  
  4203. @media (max-width: 768px) {
  4204.    .footer-column {
  4205.        text-align: start;
  4206.    }
  4207.    .footer-tagline {
  4208.        font-size: 13px;
  4209.    }
  4210. }
  4211.  
  4212. @media (max-width: 576px) {
  4213.    .column-title {
  4214.        font-size: 15px;
  4215.    }
  4216.    .menu-link {
  4217.        font-size: 13px;
  4218.    }
  4219.    .cta-btn {
  4220.        font-size: 13px;
  4221.        padding: 7px 15px;
  4222.    }
  4223. }
  4224. </style>
  4225.  
  4226. <script>
  4227. // Prevent default for placeholder links
  4228. document.addEventListener('DOMContentLoaded', function() {
  4229.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4230.        anchor.addEventListener('click', function(e) {
  4231.            e.preventDefault();
  4232.        });
  4233.    });
  4234. });
  4235. document.addEventListener('DOMContentLoaded', function () {
  4236.    var btn = document.getElementById('toggleBlogRollLinks');
  4237.    if (!btn) return; // No extra items, no button
  4238.  
  4239.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4240.  
  4241.    btn.addEventListener('click', function () {
  4242.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4243.            return li.classList.contains('d-none');
  4244.        });
  4245.  
  4246.        extras.forEach(function (li) {
  4247.            if (anyHidden) {
  4248.                li.classList.remove('d-none');
  4249.                li.classList.add('show');
  4250.            } else {
  4251.                li.classList.add('d-none');
  4252.                li.classList.remove('show');
  4253.            }
  4254.        });
  4255.  
  4256.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4257.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4258.    });
  4259. });
  4260.  
  4261. </script>
  4262.  
  4263.        <!-- end of wpo-site-footer-section -->
  4264.    </div>
  4265.    <!-- end of page-wrapper -->
  4266.  
  4267.    <!-- All JavaScript files
  4268.    ================================================== -->
  4269.    
  4270.  
  4271. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4272. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4273. <!-- Plugins for this template -->
  4274. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4275. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4276. <!-- Custom script for this template -->
  4277. <script src="/static/blogapp/assets/js/script.js"></script>
  4278.  
  4279. <script>
  4280. (function () {
  4281. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4282. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4283.  
  4284. function applyFallback(img) {
  4285. if (!img || img.dataset.fallbackApplied === "1") {
  4286. return;
  4287. }
  4288. var failedSrc = img.currentSrc || img.src || "";
  4289. img.dataset.fallbackApplied = "1";
  4290. img.onerror = null;
  4291. img.src = fallbackImageSrc;
  4292. console.warn("[ImageFallback] Replaced broken image:", {
  4293. failedSrc: failedSrc,
  4294. fallbackSrc: fallbackImageSrc,
  4295. alt: img.alt || "",
  4296. });
  4297. }
  4298.  
  4299. document.querySelectorAll("img").forEach(function (img) {
  4300. if (img.complete && img.naturalWidth === 0) {
  4301. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4302. failedSrc: img.currentSrc || img.src || "",
  4303. alt: img.alt || "",
  4304. });
  4305. applyFallback(img);
  4306. }
  4307. });
  4308.  
  4309. document.addEventListener(
  4310. "error",
  4311. function (event) {
  4312. var target = event.target;
  4313. if (target && target.tagName === "IMG") {
  4314. applyFallback(target);
  4315. }
  4316. },
  4317. true
  4318. );
  4319. })();
  4320. </script>
  4321.  
  4322. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4323.  
  4324.  
  4325.  
  4326. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"6481c4aeb56242849c550f570c83a3a1","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4327. </body>
  4328.  
  4329. </html>
  4330.  
  4331.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda