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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="source">
  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_4_5OYP5r9_CLiFKQX_fH42svC_gbTqXUo_4wh5Nfc.png">
  14.    
  15.  
  16.    <title>Vision Life Hub | UK Personal Growth &amp; Wellness Blog</title>
  17.    <meta name="description" content="Explore articles on personal development, mindfulness, and wellness at Vision Life Hub. Discover tips for a balanced lifestyle and mental well-being in the UK.">
  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://visionlifehub.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #c71585;
  42.        --bs-primary-rgb: c71585;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #fff0f6;
  49.        --bs-dark: #4a044e;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #c71585;
  53.        --theme-primary-color-s2: #c71585;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a044e;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a044e;
  59.        --border-color: #f9a8d4;
  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: #fed7e2;
  75.        --navbar-color: #4a044e;
  76.        --topbar-bg: #fff0f6;
  77.        --topbar-color: #4a044e;
  78.        --footer-bg: #4a044e;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8d4;
  82.        --card-radius: 10px;
  83.        --link-color: #c71585;
  84.        --link-hover: #a5116e;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(199, 21, 133, 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_55">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <style>
  406.    /* General styling for top bar */
  407.    .unique-topbar-v7 {
  408.        background-color: var(--topbar-bg);
  409.        color: #fff;
  410.      
  411.    }
  412.    .unique-v7 {
  413.        padding: 10px 30px;
  414.        display: flex;
  415.        align-items: center;
  416.        justify-content: space-between; /* Ensure it stretches across */
  417.    }
  418.  
  419.    .unique-menu-btn-v7 {
  420.        border: none;
  421.        max-width: 145px !important;
  422.        padding: 8px;
  423.        cursor: pointer;
  424.        border-radius: 5px;
  425.    }
  426.  
  427.    .unique-news-container-v7 {
  428.        display: flex;
  429.        align-items: center;
  430.        overflow: hidden;
  431.        width: fit-content;
  432.        flex-grow: 1; /* Take remaining space */
  433.        height: 60px;
  434.    }
  435.  
  436.    .unique-news-wrapper-v7 {
  437.        display: flex;
  438.        flex-direction: row;
  439.        align-items: center;
  440.        padding: 5px;
  441.    }
  442.  
  443.    .unique-news-item-v7 {
  444.        opacity: 0;
  445.        transform: translateX(100px);
  446.        transition: all 0.5s ease;
  447.        font-size: 16px;
  448.        color: var(--topbar-color);
  449.        height: 0;
  450.        width: 0;
  451.    }
  452.    
  453.    .unique-news-item-v7.active-v7 {
  454.        padding: 10px;
  455.        opacity: 1;
  456.          height: auto;
  457.        width: auto;
  458.        margin-right: 20px;
  459.        transform: translateX(0);
  460.    }
  461.  
  462.    .unique-news-item-v7.exit-up-v7 {
  463.        opacity: 0;
  464.        transform: translateX(-100px); /* Move news item left */
  465.    }
  466.  
  467.    /* Social Icons in Inline */
  468.    .contact-info-v7 {
  469.        display: flex;
  470.        gap: 10px;
  471.    }
  472.  
  473.    .contact-info-v7 ul {
  474.        display: flex;
  475.        gap: 15px;
  476.        list-style: none;
  477.    }
  478.  
  479.    .social-icon-v7 {
  480.        color: var(--topbar-color) !important;
  481.        font-size: 20px;
  482.        text-decoration: none;
  483.    }
  484.  
  485.    .social-icon-v7:hover {
  486.        color: #1da1f2;
  487.    }
  488. </style>
  489.  
  490. <div class="unique-topbar-v7">
  491.    <div class="fluid-container unique-v7 container-fluid">
  492.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  493.      
  494.        <div class="unique-news-container-v7">
  495.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  496.                <!-- News items will be added dynamically -->
  497.            </div>
  498.        </div>
  499.      
  500.        <div class="contact-info-v7">
  501.            <ul>
  502.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  503.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  504.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  506.            </ul>
  507.        </div>
  508.    </div>
  509. </div>
  510.  
  511. <script>
  512.    // Build array dynamically from Django context
  513.    const newsItems = [
  514.        
  515.            { title: "Lost Bach Compositions Presented for First Time in Over Three Centuries", url: "/lost-bach-compositions-presented-for-first-time-in-over-three-centuries/" },
  516.        
  517.            { title: "Galápagos Lacked Any Indigenous Amphibians. Until Countless Numbers of Amphibians Invaded", url: "/gal%C3%A1pagos-lacked-any-indigenous-amphibians-until-countless-numbers-of-amphibians-invaded/" },
  518.        
  519.            { title: "Sharing a Dugout with Ferguson and Getting \u0027Knocked Out\u0027 – A Photographer\u0027s Tales", url: "/sharing-a-dugout-with-ferguson-and-getting-knocked-out-a-photographers-tales/" },
  520.        
  521.            { title: "California\u0027s Governor Rejects Early Release for Manson Follower Longtime Inmate", url: "/californias-governor-rejects-early-release-for-manson-follower-longtime-inmate/" },
  522.        
  523.            { title: "Suspect in Brown University Shooting Found Discovered Dead Inside Storage Facility.", url: "/suspect-in-brown-university-shooting-found-discovered-dead-inside-storage-facility/" }
  524.        
  525.    ];
  526.  
  527.    let currentNewsIndex = 0;
  528.    const newsWrapper = document.getElementById('newsWrapper-v7');
  529.    let newsElements = [];
  530.  
  531.    // Create news elements
  532.    function createNewsElements() {
  533.        newsItems.forEach((news, index) => {
  534.            const newsElement = document.createElement('div');
  535.            newsElement.className = 'unique-news-item-v7';
  536.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  537.            newsWrapper.appendChild(newsElement);
  538.            newsElements.push(newsElement);
  539.        });
  540.  
  541.        if (newsElements.length > 0) {
  542.            newsElements[0].classList.add('active-v7');
  543.        }
  544.    }
  545.  
  546.    // Animate news change
  547.    function changeNews() {
  548.        const currentElement = newsElements[currentNewsIndex];
  549.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  550.        const nextElement = newsElements[nextIndex];
  551.  
  552.        currentElement.classList.remove('active-v7');
  553.        currentElement.classList.add('exit-up-v7');
  554.  
  555.        setTimeout(() => {
  556.            nextElement.classList.add('active-v7');
  557.            currentNewsIndex = nextIndex;
  558.  
  559.            setTimeout(() => {
  560.                currentElement.classList.remove('exit-up-v7');
  561.            }, 100);
  562.        }, 250);
  563.    }
  564.  
  565.    // Start news rotation
  566.    function startNewsRotation() {
  567.        setInterval(changeNews, 5000);
  568.    }
  569.  
  570.    window.onload = function() {
  571.        createNewsElements();
  572.        startNewsRotation();
  573.    };
  574. </script>
  575.  
  576.  
  577.  
  578.            
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. <header class="header-v7 py-2 mb-4">
  586.    <!-- Top Bar -->
  587.    <div class="top-bar-v7">
  588.        <div class="container-fluid fluid-container">
  589.            <div class="row align-items-center justify-content-center">
  590.                <div class="col-lg-3 col-md-4">
  591.                    <div class="logo-section-v7">
  592.                        <a class="brand-link-v7" href="/">
  593.                            
  594.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/5277d697-d48e-4cf5-9ae5-a52669448a2c_logo.png" alt="Vision Life Hub" class="logo-img-v7" />
  595.                            
  596.                        </a>
  597.                    </div>
  598.                </div>
  599.                <div class="col-lg-6 col-md-5">
  600.                    <div class="search-bar-v7">
  601.                        <form class="search-form-v7" action="#" method="get">
  602.                            <div class="search-container-v7">
  603.                                <input id="search-input" type="search" class="search-input-v7"
  604.                                    placeholder="Search articles, tutorials, news..." name="q">
  605.                                <button type="submit" class="search-btn-v7">
  606.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  607.                                        stroke-width="2">
  608.                                        <circle cx="11" cy="11" r="8"></circle>
  609.                                        <path d="m21 21-4.35-4.35"></path>
  610.                                    </svg>
  611.                                </button>
  612.                            </div>
  613.                            <div id="search-results" class="search-results-container search-v1"></div>
  614.                        </form>
  615.                    </div>
  616.                </div>
  617.                <div class="col-lg-3 col-md-3">
  618.                    <!-- Empty column for spacing -->
  619.                </div>
  620.            </div>
  621.        </div>
  622.    </div>
  623.  
  624.    <!-- Main Navigation -->
  625.    <div class="main-nav-v7">
  626.        <div class="container-fluid">
  627.            <div class="nav-wrapper-v7">
  628.  
  629.                <!-- Sidebar Navigation -->
  630.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  631.                    <div class="nav-header-v7">
  632.                        <h6 class="nav-title-v7">Navigation</h6>
  633.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  634.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  635.                                stroke-width="2">
  636.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  637.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  638.                            </svg>
  639.                        </button>
  640.                    </div>
  641.  
  642.                    <ul class="sidebar-menu-v7">
  643.                        <li class="sidebar-item-v7">
  644.                            <a href='/' class="sidebar-link-v7 active-v7">
  645.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  646.                                    stroke="currentColor" stroke-width="2">
  647.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  648.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  649.                                </svg>
  650.                                Home
  651.                            </a>
  652.                        </li>
  653.  
  654.                        <li class="sidebar-item-v7 has-submenu-v7">
  655.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  656.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  657.                                    stroke="currentColor" stroke-width="2">
  658.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  659.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  660.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  661.                                </svg>
  662.                                Technology
  663.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  664.                                    stroke="currentColor" stroke-width="2">
  665.                                    <polyline points="6,9 12,15 18,9"></polyline>
  666.                                </svg>
  667.                            </a>
  668.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  669.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  670.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  671.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  672.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  673.                            </ul>
  674.                        </li>
  675.  
  676.                        <li class="sidebar-item-v7 has-submenu-v7">
  677.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  678.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  679.                                    stroke="currentColor" stroke-width="2">
  680.                                    <path
  681.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  682.                                    </path>
  683.                                </svg>
  684.                                Business
  685.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  686.                                    stroke="currentColor" stroke-width="2">
  687.                                    <polyline points="6,9 12,15 18,9"></polyline>
  688.                                </svg>
  689.                            </a>
  690.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  691.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  692.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  693.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  694.                            </ul>
  695.                        </li>
  696.  
  697.                        <li class="sidebar-item-v7">
  698.                            <a href="#" class="sidebar-link-v7">
  699.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  700.                                    stroke="currentColor" stroke-width="2">
  701.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  702.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  703.                                </svg>
  704.                                Tutorials
  705.                            </a>
  706.                        </li>
  707.  
  708.                        <li class="sidebar-item-v7">
  709.                            <a href="#" class="sidebar-link-v7">
  710.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  711.                                    stroke="currentColor" stroke-width="2">
  712.                                    <polygon
  713.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  714.                                    </polygon>
  715.                                </svg>
  716.                                Reviews
  717.                            </a>
  718.                        </li>
  719.  
  720.                        <li class="sidebar-item-v7">
  721.                            <a href="#" class="sidebar-link-v7">
  722.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  723.                                    stroke="currentColor" stroke-width="2">
  724.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  725.                                </svg>
  726.                                News
  727.                            </a>
  728.                        </li>
  729.  
  730.                        <li class="sidebar-item-v7">
  731.                            <a href="#" class="sidebar-link-v7">
  732.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  733.                                    stroke="currentColor" stroke-width="2">
  734.                                    <circle cx="12" cy="12" r="3"></circle>
  735.                                    <path
  736.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  737.                                    </path>
  738.                                </svg>
  739.                                About
  740.                            </a>
  741.                        </li>
  742.  
  743.                        <li class="sidebar-item-v7">
  744.                            <a href="#" class="sidebar-link-v7">
  745.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  746.                                    stroke="currentColor" stroke-width="2">
  747.                                    <path
  748.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  749.                                    </path>
  750.                                    <polyline points="22,6 12,13 2,6"></polyline>
  751.                                </svg>
  752.                                Contact
  753.                            </a>
  754.                        </li>
  755.                    </ul>
  756.                </nav>
  757.                <div class="sidebar-blur"></div>
  758.  
  759.                <!-- Main Content Area -->
  760.                <div class="content-area-v7">
  761.                    <!-- Horizontal Nav for Desktop -->
  762.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  763.                        <ul class="horizontal-menu-v7">
  764.  
  765.                            
  766.                            <li class="horizontal-item-v7">
  767.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  768.                            </li>
  769.  
  770.                            
  771.                            
  772.                             <li class="horizontal-item-v7">
  773.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  774.                                    All Posts
  775.                                </a>
  776.                                </li>
  777.  
  778.                                
  779.  
  780.                                        
  781.                                        
  782.                                
  783.                             <li class="horizontal-item-v7">
  784.                                <a href="/category/business/" class="horizontal-link-v7">
  785.                                    Business
  786.                                </a>
  787.                                </li>
  788.  
  789.                                
  790.  
  791.                                        
  792.                                        
  793.                                
  794.                             <li class="horizontal-item-v7">
  795.                                <a href="/category/esports/" class="horizontal-link-v7">
  796.                                    Esports
  797.                                </a>
  798.                                </li>
  799.  
  800.                                
  801.  
  802.                                        
  803.                                        
  804.                                
  805.                             <li class="horizontal-item-v7">
  806.                                <a href="/category/fashion/" class="horizontal-link-v7">
  807.                                    Fashion
  808.                                </a>
  809.                                </li>
  810.  
  811.                                
  812.  
  813.                                        
  814.                                        
  815.                                
  816.                             <li class="horizontal-item-v7">
  817.                                <a href="/category/featured/" class="horizontal-link-v7">
  818.                                    Featured
  819.                                </a>
  820.                                </li>
  821.  
  822.                                
  823.  
  824.                                        
  825.                                        
  826.                                
  827.                             <li class="horizontal-item-v7">
  828.                                <a href="/category/gaming/" class="horizontal-link-v7">
  829.                                    Gaming
  830.                                </a>
  831.                                </li>
  832.  
  833.                                
  834.  
  835.                                        
  836.                                        
  837.                                
  838.                             <li class="horizontal-item-v7">
  839.                                <a href="/category/health/" class="horizontal-link-v7">
  840.                                    Health
  841.                                </a>
  842.                                </li>
  843.  
  844.                                
  845.  
  846.                                        
  847.                                        
  848.                                
  849.                            
  850.                                
  851.                                <li class="horizontal-item-v7 dropdown-v7">
  852.                                    <a href="#" class="horizontal-link-v7">More</a>
  853.                                    <div class="horizontal-dropdown-v7">
  854.                                        <a href="/category/life-fitness/"
  855.                                            class="dropdown-item-v7">
  856.                                            Life &amp; Fitness
  857.                                        </a>
  858.                                        
  859.  
  860.                                        
  861.                                        
  862.                                
  863.                            
  864.                                        <a href="/category/lifestyle/"
  865.                                            class="dropdown-item-v7">
  866.                                            Lifestyle
  867.                                        </a>
  868.                                        
  869.  
  870.                                        
  871.                                        
  872.                                
  873.                            
  874.                                        <a href="/category/news/"
  875.                                            class="dropdown-item-v7">
  876.                                            News
  877.                                        </a>
  878.                                        
  879.  
  880.                                        
  881.                                        
  882.                                
  883.                            
  884.                                        <a href="/category/others/"
  885.                                            class="dropdown-item-v7">
  886.                                            Others
  887.                                        </a>
  888.                                        
  889.  
  890.                                        
  891.                                        
  892.                                
  893.                            
  894.                                        <a href="/category/politics/"
  895.                                            class="dropdown-item-v7">
  896.                                            Politics
  897.                                        </a>
  898.                                        
  899.  
  900.                                        
  901.                                        
  902.                                
  903.                            
  904.                                        <a href="/category/sports/"
  905.                                            class="dropdown-item-v7">
  906.                                            Sports
  907.                                        </a>
  908.                                        
  909.  
  910.                                        
  911.                                        
  912.                                
  913.                            
  914.                                        <a href="/category/tech/"
  915.                                            class="dropdown-item-v7">
  916.                                            Tech
  917.                                        </a>
  918.                                        
  919.  
  920.                                        
  921.                                        
  922.                                
  923.                            
  924.                                        <a href="/category/travel/"
  925.                                            class="dropdown-item-v7">
  926.                                            Travel
  927.                                        </a>
  928.                                        
  929.  
  930.                                        
  931.                                        
  932.                                    </div>
  933.                                </li>
  934.                                
  935.                                
  936. <li>
  937.                  <a href="/page/contact-us/">
  938.                     Contact Us
  939.                  </a>
  940.              </li>
  941.                        </ul>
  942.                    </nav>
  943.  
  944.  
  945.                    <!-- Mobile Menu Button -->
  946.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  947.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  948.                            stroke-width="2">
  949.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  950.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  951.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  952.                        </svg>
  953.                        Menu
  954.                    </button>
  955.                </div>
  956.            </div>
  957.        </div>
  958.    </div>
  959.  
  960.    <!-- Overlay for mobile sidebar -->
  961.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  962. </header>
  963.  
  964. <style>
  965.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  966.    .header-v7 {
  967.        position: relative;
  968.        background: var(--navbar-bg);
  969.    }
  970.  
  971.    /* Top Bar Styles */
  972.    .top-bar-v7 {
  973.        padding: 15px 0;
  974.        border-bottom: 1px solid var(--border-color);
  975.        background: var(--navbar-bg);
  976.    }
  977.  
  978.    .logo-img-v7 {
  979.        max-height: 70px;
  980.        transition: transform 0.3s ease;
  981.    }
  982.  
  983.    .logo-img-v7:hover {
  984.        transform: scale(1.05);
  985.    }
  986.  
  987.    /* Search Bar Styles */
  988.    .search-container-v7 {
  989.        position: relative;
  990.        display: flex;
  991.        align-items: center;
  992.        background: transparent;
  993.        border: 2px solid var(--border-color);
  994.        border-radius: 8px;
  995.        overflow: hidden;
  996.        transition: all 0.3s ease;
  997.    }
  998.  
  999.    .search-container-v7:focus-within {
  1000.        border-color: #007bff33;
  1001.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  1002.    }
  1003.  
  1004.    .search-input-v7 {
  1005.        color: var(--topbar-color) !important;
  1006.        flex: 1;
  1007.        border: none;
  1008.        padding: 12px 16px;
  1009.        font-size: 14px;
  1010.        outline: none;
  1011.        background: transparent;
  1012.    }
  1013.  
  1014.    .search-input-v7::placeholder {
  1015.        color: #a0aec0;
  1016.    }
  1017.  
  1018.    .search-btn-v7 {
  1019.        background: var(--bs-primary);
  1020.        color: white;
  1021.        border: none;
  1022.        padding: 12px 16px;
  1023.        cursor: pointer;
  1024.        transition: background 0.3s ease;
  1025.    }
  1026.  
  1027.    .search-btn-v7:hover {
  1028.        background: #3182ce;
  1029.    }
  1030.  
  1031.    /* Header Actions */
  1032.    .header-actions-v7 {
  1033.        display: flex;
  1034.        align-items: center;
  1035.        gap: 15px;
  1036.        justify-content: flex-end;
  1037.    }
  1038.  
  1039.    .notification-btn-v7,
  1040.    .profile-btn-v7 {
  1041.        background: none;
  1042.        border: none;
  1043.        padding: 8px;
  1044.        border-radius: 8px;
  1045.        cursor: pointer;
  1046.        transition: background 0.3s ease;
  1047.        position: relative;
  1048.    }
  1049.  
  1050.    .notification-btn-v7:hover,
  1051.    .profile-btn-v7:hover {
  1052.        background: #f1f5f9;
  1053.    }
  1054.  
  1055.    .notification-badge-v7 {
  1056.        position: absolute;
  1057.        top: 2px;
  1058.        right: 2px;
  1059.        background: #e53e3e;
  1060.        color: white;
  1061.        font-size: 16px;
  1062.        font-weight: 600;
  1063.        width: 16px;
  1064.        height: 16px;
  1065.        border-radius: 50%;
  1066.        display: flex;
  1067.        align-items: center;
  1068.        justify-content: center;
  1069.    }
  1070.  
  1071.    .profile-avatar-v7 {
  1072.        width: 32px;
  1073.        height: 32px;
  1074.        background: var(--border-color);
  1075.        border-radius: 50%;
  1076.        display: flex;
  1077.        align-items: center;
  1078.        justify-content: center;
  1079.    }
  1080.  
  1081.    /* Main Navigation */
  1082.    .main-nav-v7 {
  1083.        background: var(--navbar-bg);
  1084.    }
  1085.  
  1086.    .nav-wrapper-v7 {
  1087.        display: flex;
  1088.        align-items: center;
  1089.        justify-content: center;
  1090.        min-height: 60px;
  1091.    }
  1092.  
  1093.    /* Sidebar Navigation */
  1094.    .sidebar-nav-v7 {
  1095.        position: fixed;
  1096.        top: 0;
  1097.        left: -350px;
  1098.        width: 350px;
  1099.        height: 100vh;
  1100.        background: var(--navbar-bg);
  1101.        z-index: 1000;
  1102.        transition: left 0.3s ease;
  1103.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1104.        overflow-y: auto;
  1105.    }
  1106.  
  1107.    .sidebar-nav-v7.show-v7 {
  1108.        left: 0;
  1109.    }
  1110.  
  1111.    .nav-header-v7 {
  1112.        display: flex;
  1113.        align-items: center;
  1114.        justify-content: space-between;
  1115.        padding: 20px 25px;
  1116.        border-bottom: 1px solid var(--border-color);
  1117.        background: var(--navbar-bg);
  1118.    }
  1119.  
  1120.    .nav-title-v7 {
  1121.        font-size: 16px;
  1122.        font-weight: 600;
  1123.        color: #2d3748;
  1124.        margin: 0;
  1125.    }
  1126.  
  1127.    .sidebar-close-v7 {
  1128.        background: none;
  1129.        border: none;
  1130.        padding: 8px;
  1131.        cursor: pointer;
  1132.        border-radius: 6px;
  1133.        transition: background 0.3s ease;
  1134.    }
  1135.  
  1136.    .sidebar-close-v7:hover {
  1137.        background: var(--border-color);
  1138.    }
  1139.  
  1140.    .sidebar-menu-v7 {
  1141.        list-style: none;
  1142.        padding: 20px 0;
  1143.        margin: 0;
  1144.    }
  1145.  
  1146.    .sidebar-item-v7 {
  1147.        margin-bottom: 5px;
  1148.    }
  1149.  
  1150.    .sidebar-link-v7 {
  1151.        display: flex;
  1152.        align-items: center;
  1153.        color: #4a5568;
  1154.        text-decoration: none;
  1155.        padding: 15px 25px;
  1156.        font-size: 15px;
  1157.        font-weight: 500;
  1158.        transition: all 0.3s ease;
  1159.        position: relative;
  1160.    }
  1161.  
  1162.    .sidebar-link-v7:hover,
  1163.    .sidebar-link-v7.active-v7 {
  1164.        color: #007bff;
  1165.        background: var(--border-color);
  1166.    }
  1167.  
  1168.    .sidebar-link-v7.active-v7::before {
  1169.        content: '';
  1170.        position: absolute;
  1171.        left: 0;
  1172.        top: 0;
  1173.        bottom: 0;
  1174.        width: 4px;
  1175.        background: #007bff;
  1176.    }
  1177.  
  1178.    .sidebar-icon-v7 {
  1179.        margin-right: 12px;
  1180.        color: currentColor;
  1181.    }
  1182.  
  1183.    .submenu-arrow-v7 {
  1184.        margin-left: auto;
  1185.        transition: transform 0.3s ease;
  1186.    }
  1187.  
  1188.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1189.        transform: rotate(180deg);
  1190.    }
  1191.  
  1192.    .sidebar-submenu-v7 {
  1193.        list-style: none;
  1194.        padding: 0;
  1195.        margin: 0;
  1196.        max-height: 0;
  1197.        overflow: hidden;
  1198.        transition: max-height 0.3s ease;
  1199.        background: var(--navbar-bg);
  1200.    }
  1201.  
  1202.    .sidebar-submenu-v7.show-v7 {
  1203.        max-height: 300px;
  1204.        padding: 10px 0;
  1205.    }
  1206.  
  1207.    .sidebar-sublink-v7 {
  1208.        display: block;
  1209.        color: #718096;
  1210.        text-decoration: none;
  1211.        padding: 10px 25px 10px 55px;
  1212.        font-size: 14px;
  1213.        transition: all 0.3s ease;
  1214.    }
  1215.  
  1216.    .sidebar-sublink-v7:hover {
  1217.        color: #007bff;
  1218.        background: var(--border-color);
  1219.    }
  1220.  
  1221.    /* Sidebar Footer */
  1222.    .sidebar-footer-v7 {
  1223.        padding: 25px;
  1224.        margin-top: auto;
  1225.        border-top: 1px solid var(--border-color);
  1226.    }
  1227.  
  1228.    .sidebar-cta-v7 {
  1229.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1230.        padding: 20px;
  1231.        border-radius: 12px;
  1232.        text-align: center;
  1233.        color: white;
  1234.    }
  1235.  
  1236.    .cta-title-v7 {
  1237.        font-size: 14px;
  1238.        font-weight: 600;
  1239.        margin: 0 0 5px 0;
  1240.    }
  1241.  
  1242.    .cta-text-v7 {
  1243.        font-size: 12px;
  1244.        margin: 0 0 15px 0;
  1245.        opacity: 0.9;
  1246.    }
  1247.  
  1248.    .cta-btn-v7 {
  1249.        background: rgba(255, 255, 255, 0.2);
  1250.        color: white;
  1251.        border: 1px solid rgba(255, 255, 255, 0.3);
  1252.        padding: 8px 20px;
  1253.        border-radius: 20px;
  1254.        font-size: 12px;
  1255.        font-weight: 500;
  1256.        cursor: pointer;
  1257.        transition: all 0.3s ease;
  1258.    }
  1259.  
  1260.    .cta-btn-v7:hover {
  1261.        background: rgba(255, 255, 255, 0.3);
  1262.    }
  1263.  
  1264.    /* Horizontal Navigation for Desktop */
  1265.    .horizontal-nav-v7 {
  1266.        flex: 1;
  1267.        display: flex;
  1268.        justify-content: center;
  1269.    }
  1270.  
  1271.    .horizontal-menu-v7 {
  1272.        list-style: none;
  1273.        padding: 0;
  1274.        margin: 0;
  1275.        display: flex;
  1276.        align-items: center;
  1277.    }
  1278.  
  1279.    .horizontal-item-v7 {
  1280.        position: relative;
  1281.        margin-right: 30px;
  1282.    }
  1283.  
  1284.    .horizontal-link-v7 {
  1285.        color: #4a5568;
  1286.        text-decoration: none;
  1287.        font-size: 16px;
  1288.        font-weight: 500;
  1289.        padding: 20px 0;
  1290.        position: relative;
  1291.        transition: color 0.3s ease;
  1292.    }
  1293.  
  1294.    .horizontal-link-v7::after {
  1295.        content: '';
  1296.        position: absolute;
  1297.        bottom: 0;
  1298.        left: 0;
  1299.        width: 0;
  1300.        height: 2px;
  1301.        background: #007bff;
  1302.        transition: width 0.3s ease;
  1303.    }
  1304.  
  1305.    .horizontal-link-v7:hover,
  1306.    .horizontal-link-v7.active-v7 {
  1307.        color: #007bff;
  1308.        font-weight: 600;
  1309.    }
  1310.  
  1311.    .horizontal-link-v7:hover::after,
  1312.    .horizontal-link-v7.active-v7::after {
  1313.        width: 100%;
  1314.    }
  1315.  
  1316.    /* Horizontal Dropdown */
  1317.    .horizontal-dropdown-v7 {
  1318.        position: absolute;
  1319.        top: 100%;
  1320.        left: 0;
  1321.        background: var(--navbar-bg);
  1322.        min-width: 200px;
  1323.        border-radius: 8px;
  1324.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1325.        opacity: 0;
  1326.        visibility: hidden;
  1327.        transform: translateY(-10px);
  1328.        transition: all 0.3s ease;
  1329.        padding: 10px 0;
  1330.        z-index: 100;
  1331.    }
  1332.  
  1333.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1334.        opacity: 1;
  1335.        visibility: visible;
  1336.        transform: translateY(0);
  1337.    }
  1338.  
  1339.    .dropdown-item-v7 {
  1340.        display: block;
  1341.        color: #4a5568;
  1342.        text-decoration: none;
  1343.        padding: 12px 20px;
  1344.        font-size: 14px;
  1345.        transition: all 0.3s ease;
  1346.    }
  1347.  
  1348.    .dropdown-item-v7:hover {
  1349.        color: #007bff;
  1350.        background: #565758ff;
  1351.    }
  1352.  
  1353.    /* Mobile Menu Button */
  1354.    .mobile-menu-btn-v7 {
  1355.        background: none;
  1356.        border: 1px solid var(--border-color);
  1357.        padding: 10px 15px;
  1358.        border-radius: 8px;
  1359.        cursor: pointer;
  1360.        display: flex;
  1361.        align-items: center;
  1362.        gap: 8px;
  1363.        font-size: 14px;
  1364.        font-weight: 500;
  1365.        color: #4a5568;
  1366.        transition: all 0.3s ease;
  1367.        margin: 0 auto;
  1368.    }
  1369.  
  1370.    .mobile-menu-btn-v7:hover {
  1371.        border-color: #cbd5e0;
  1372.        opacity: 0.7;
  1373.    }
  1374.  
  1375.    /* Sidebar Overlay */
  1376.    .sidebar-overlay-v7 {
  1377.        position: fixed;
  1378.        top: 0;
  1379.        left: 0;
  1380.        right: 0;
  1381.        bottom: 0;
  1382.        background: rgba(0, 0, 0, 0.5);
  1383.        z-index: 999;
  1384.        opacity: 0;
  1385.        visibility: hidden;
  1386.        transition: all 0.3s ease;
  1387.    }
  1388.  
  1389.    .sidebar-overlay-v7.show-v7 {
  1390.        opacity: 1;
  1391.        visibility: visible;
  1392.    }
  1393.  
  1394.    /* Responsive Design */
  1395.    @media (max-width: 991px) {
  1396.        .top-bar-v7 .col-lg-6 {
  1397.            order: 3;
  1398.            margin-top: 15px;
  1399.        }
  1400.  
  1401.        .header-actions-v7 {
  1402.            justify-content: flex-start;
  1403.        }
  1404.    }
  1405.  
  1406.    @media (max-width: 768px) {
  1407.        .sidebar-nav-v7 {
  1408.            width: 300px;
  1409.            left: -300px;
  1410.        }
  1411.  
  1412.        .search-container-v7 {
  1413.            margin-top: 10px;
  1414.        }
  1415.    }
  1416. </style>
  1417.  
  1418. <script>
  1419.    function openSidebarV7() {
  1420.        const sidebar = document.getElementById('sidebarNavV7');
  1421.        const overlay = document.getElementById('sidebarOverlayV7');
  1422.  
  1423.        sidebar.classList.add('show-v7');
  1424.        overlay.classList.add('show-v7');
  1425.        document.body.style.overflow = 'hidden';
  1426.    }
  1427.  
  1428.    function closeSidebarV7() {
  1429.        const sidebar = document.getElementById('sidebarNavV7');
  1430.        const overlay = document.getElementById('sidebarOverlayV7');
  1431.  
  1432.        sidebar.classList.remove('show-v7');
  1433.        overlay.classList.remove('show-v7');
  1434.        document.body.style.overflow = '';
  1435.    }
  1436.  
  1437.    function toggleSubmenuV7(submenuId) {
  1438.        const submenu = document.getElementById(submenuId);
  1439.        const parentItem = submenu.closest('.sidebar-item-v7');
  1440.  
  1441.        // Close other open submenus
  1442.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1443.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1444.  
  1445.        allSubmenus.forEach(menu => {
  1446.            if (menu.id !== submenuId) {
  1447.                menu.classList.remove('show-v7');
  1448.            }
  1449.        });
  1450.  
  1451.        allParentItems.forEach(item => {
  1452.            if (item !== parentItem) {
  1453.                item.classList.remove('open-v7');
  1454.            }
  1455.        });
  1456.  
  1457.        // Toggle current submenu
  1458.        submenu.classList.toggle('show-v7');
  1459.        parentItem.classList.toggle('open-v7');
  1460.    }
  1461.  
  1462.    // Close sidebar when clicking outside
  1463.    document.addEventListener('click', function (event) {
  1464.        const sidebar = document.getElementById('sidebarNavV7');
  1465.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1466.  
  1467.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1468.            closeSidebarV7();
  1469.        }
  1470.    });
  1471.  
  1472.    // Handle window resize
  1473.    window.addEventListener('resize', function () {
  1474.        if (window.innerWidth >= 992) {
  1475.            closeSidebarV7();
  1476.        }
  1477.    });
  1478. </script>
  1479.  
  1480. <script>
  1481.  document.addEventListener("DOMContentLoaded", function () {
  1482.    console.log("loaded");
  1483.  
  1484.     const searchInput = document.getElementById("search-input")
  1485.    const searchResults = document.getElementById("search-results");
  1486.  
  1487.    if (!searchInput || !searchResults) {
  1488.      console.error("Search input/results not found");
  1489.      return;
  1490.    }
  1491.  
  1492.    // Prevent form submission
  1493.    if (searchInput.form) {
  1494.      searchInput.form.addEventListener("submit", function (e) {
  1495.        e.preventDefault();
  1496.      });
  1497.    }
  1498.  
  1499.    // Add event listener for keyup
  1500.    searchInput.addEventListener("keyup", function (e) {
  1501.      console.log("Key pressed:", e.key);
  1502.      e.preventDefault();
  1503.  
  1504.      const query = searchInput.value.trim();
  1505.      console.log("User is typing: " + query);
  1506.  
  1507.      // If empty → clear and hide
  1508.      if (query === "") {
  1509.        searchResults.innerHTML = "";
  1510.        searchResults.style.display = "none";
  1511.        return;
  1512.      }
  1513.  
  1514.      // Show results
  1515.      searchResults.style.display = "block";
  1516.  
  1517.      // Fetch search results
  1518.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1519.        method: "GET",
  1520.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1521.      })
  1522.        .then(response => {
  1523.          console.log("Response Status:", response.status);
  1524.          return response.json();
  1525.        })
  1526.        .then(data => {
  1527.          console.log("Data received:", data);
  1528.          if (data.html) {
  1529.            searchResults.innerHTML = data.html;
  1530.          } else {
  1531.            searchResults.innerHTML = "<p>No results found.</p>";
  1532.          }
  1533.        })
  1534.        .catch(error => {
  1535.          console.error("Error fetching search results:", error);
  1536.        });
  1537.    });
  1538.  
  1539.    // Close results when clicking outside
  1540.    document.addEventListener("click", function (e) {
  1541.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1542.        searchResults.style.display = "none";
  1543.      }
  1544.    });
  1545.  
  1546.    // Close results on ESC key
  1547.    document.addEventListener("keydown", function (e) {
  1548.      if (e.key === "Escape") {
  1549.        searchResults.style.display = "none";
  1550.      }
  1551.    });
  1552.  });
  1553. </script>
  1554.  
  1555. <style>
  1556.        /* search field */
  1557.  .search-results-container {
  1558.  position: absolute;
  1559.  top: 100%; /* Position it below the input field */
  1560.  left: 10px;
  1561.  right: 10px;
  1562.  background-color: white;
  1563.  border: 1px solid #ddd;
  1564.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1565.  max-height: 300px;
  1566.  overflow-y: auto;
  1567.  z-index: 1000;
  1568.  display: none; /* Initially hidden */
  1569. }
  1570.  
  1571. .search-results-container p {
  1572.  margin: 0;
  1573. }
  1574.  
  1575. .search-results-container .result-item {
  1576.  padding: 10px;
  1577.  cursor: pointer;
  1578. }
  1579.  
  1580. .search-results-container .result-item:hover {
  1581.  background-color: #f0f0f0;
  1582. }
  1583. </style>
  1584.  
  1585.        </header>
  1586.        <!-- end of header -->
  1587.        <!-- start of wpo-blog-hero -->
  1588.        
  1589.  
  1590.  
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596. <div class="blog-hero-v9">
  1597.  <div class="container-fluid fluid-container">
  1598.    <!-- Top Section: Split Layout -->
  1599.    <div class="row g-4 mb-5">
  1600.      <!-- Large Featured Article (Left) -->
  1601.      
  1602.              
  1603.      <div class="col-lg-8 col-12">
  1604.        <article class="large-featured">
  1605.          <div class="featured-image-container">
  1606.            
  1607.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Washing Mushrooms: The Great Debate: Expert Tips for Preparing Mushrooms" class="featured-image">
  1608.            
  1609.            <div class="category-tag bg-primary-gradient">News</div>
  1610.          </div>
  1611.          <div class="featured-content">
  1612.            <h1 class="featured-title"><a href="/washing-mushrooms-the-great-debate-expert-tips-for-preparing-mushrooms/">
  1613.                                Washing Mushrooms: The Great Debate: Expert Tips for Preparing Mushrooms
  1614.                            </a></h1>
  1615.            <p class="featured-summary"></p>
  1616.            <div class="article-meta">
  1617.              <div class="author-info">
  1618.                
  1619.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" class="author-pic" >
  1620.                  
  1621.                <span class="author-name">Matthew Mcdaniel</span>
  1622.                <span class="post-time">May 19, 2026</span>
  1623.              </div>
  1624.            </div>
  1625.          </div>
  1626.        </article>
  1627.      </div>
  1628.      
  1629.      
  1630.  
  1631.      <!-- Smaller Featured Articles (Right, Stacked) -->
  1632.      <div class="col-lg-4 col-12">
  1633.        <div class="stacked-features">
  1634.          
  1635.          <article class="small-featured">
  1636.            <div class="small-image-container">
  1637.              
  1638.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Remains of Competitive Swimmer Presumably Taken by Shark Located on Californian Shore" class="small-image">
  1639.              
  1640.              <div class="category-tag bg-primary-gradient">News</div>
  1641.            </div>
  1642.            <div class="small-content">
  1643.              <h3 class="small-title"> <a href="/remains-of-competitive-swimmer-presumably-taken-by-shark-located-on-californian-shore/">
  1644.                                Remains of Competitive Swimmer Presumably Taken by Shark Located on Californian Shore
  1645.                            </a></h3>
  1646.              <p class="compact-text"></p>
  1647.              <div class="small-meta">
  1648.                <span class="small-author">Matthew Mcdaniel</span>
  1649.                <span class="small-date">May 19, 2026</span>
  1650.              </div>
  1651.            </div>
  1652.          </article>
  1653.      
  1654.          <article class="small-featured">
  1655.            <div class="small-image-container">
  1656.              
  1657.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Iconic Singer Barry Manilow Will Have an Operation for Cancer in His Lung." class="small-image">
  1658.              
  1659.              <div class="category-tag bg-primary-gradient">News</div>
  1660.            </div>
  1661.            <div class="small-content">
  1662.              <h3 class="small-title"> <a href="/iconic-singer-barry-manilow-will-have-an-operation-for-cancer-in-his-lung/">
  1663.                                Iconic Singer Barry Manilow Will Have an Operation for Cancer in His Lung.
  1664.                            </a></h3>
  1665.              <p class="compact-text"></p>
  1666.              <div class="small-meta">
  1667.                <span class="small-author">Matthew Mcdaniel</span>
  1668.                <span class="small-date">May 19, 2026</span>
  1669.              </div>
  1670.            </div>
  1671.          </article>
  1672.      
  1673.        </div>
  1674.      </div>
  1675.    </div>
  1676.    <!-- Bottom Section: Three Compact Cards -->
  1677.    <div class="row g-4">
  1678.      
  1679.      <div class="col-lg-4 col-md-6 col-12">
  1680.        <article class="compact-card">
  1681.          <div class="compact-image">
  1682.            
  1683.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Ex British Serviceman Accused of Killing Kenya Female Appears in Court" >
  1684.            
  1685.            <div class="compact-category bg-primary-gradient">News</div>
  1686.          </div>
  1687.          <div class="compact-body">
  1688.            <h3 class="compact-title"> <a href="/ex-british-serviceman-accused-of-killing-kenya-female-appears-in-court/">
  1689.                                    Ex British Serviceman Accused of Killing Kenya Female Appears in Court
  1690.                                </a></h3>
  1691.            <p class="compact-text"></p>
  1692.            <div class="compact-footer">
  1693.              <span class="compact-name">Matthew Mcdaniel</span>
  1694.              <span class="compact-date">May 19</span>
  1695.            </div>
  1696.          </div>
  1697.        </article>
  1698.      </div>
  1699.      
  1700.      <div class="col-lg-4 col-md-6 col-12">
  1701.        <article class="compact-card">
  1702.          <div class="compact-image">
  1703.            
  1704.                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="FDA Grants Approval to Addyi, a Libido-Enhancing Medication for Postmenopausal" >
  1705.            
  1706.            <div class="compact-category bg-primary-gradient">News</div>
  1707.          </div>
  1708.          <div class="compact-body">
  1709.            <h3 class="compact-title"> <a href="/fda-grants-approval-to-addyi-a-libido-enhancing-medication-for-postmenopausal/">
  1710.                                    FDA Grants Approval to Addyi, a Libido-Enhancing Medication for Postmenopausal
  1711.                                </a></h3>
  1712.            <p class="compact-text"></p>
  1713.            <div class="compact-footer">
  1714.              <span class="compact-name">Matthew Mcdaniel</span>
  1715.              <span class="compact-date">May 19</span>
  1716.            </div>
  1717.          </div>
  1718.        </article>
  1719.      </div>
  1720.      
  1721.    </div>
  1722.  </div>
  1723. </div>
  1724.  
  1725. <style>
  1726.  
  1727.  /* Large Featured Article */
  1728.  .large-featured {
  1729.    background: var(--card-bg, #ffffff);
  1730.    border-radius: 10px;
  1731.    overflow: hidden;
  1732.    transition: box-shadow 0.3s ease;
  1733.  }
  1734.  
  1735.  .large-featured:hover {
  1736.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1737.  }
  1738.  
  1739.  .featured-image-container {
  1740.    position: relative;
  1741.    height: 350px;
  1742.    overflow: hidden;
  1743.  }
  1744.  
  1745.  .featured-image {
  1746.    width: 100%;
  1747.    height: 100%;
  1748.    object-fit: cover;
  1749.  }
  1750.  
  1751.  .featured-content {
  1752.    padding: 2rem;
  1753.  }
  1754.  
  1755.  .featured-title {
  1756.    font-size: 2.2rem;
  1757.    font-weight: 700;
  1758.    color: #111827;
  1759.    margin-bottom: 0.75rem;
  1760.    line-height: 1.3;
  1761.  }
  1762.  
  1763.  .featured-summary {
  1764.    font-size: 1rem;
  1765.    color: #4b5563;
  1766.    line-height: 1.6;
  1767.    margin-bottom: 1.25rem;
  1768.  }
  1769.  
  1770.  .article-meta {
  1771.    display: flex;
  1772.    align-items: center;
  1773.    gap: 0.75rem;
  1774.    font-size: 0.85rem;
  1775.    color: #6b7280;
  1776.  }
  1777.  
  1778.  .author-info {
  1779.    display: flex;
  1780.    align-items: center;
  1781.    gap: 0.5rem;
  1782.  }
  1783.  
  1784.  .author-pic {
  1785.    width: 36px;
  1786.    height: 36px;
  1787.    border-radius: 50%;
  1788.  }
  1789.  
  1790.  .author-name {
  1791.    font-weight: 600;
  1792.    color: #374151;
  1793.  }
  1794.  
  1795.  /* Smaller Featured Articles (Stacked) */
  1796.  .stacked-features {
  1797.    display: flex;
  1798.    flex-direction: column;
  1799.    gap: 1.5rem;
  1800.  }
  1801.  
  1802.  .small-featured {
  1803.    background: var(--card-bg, #ffffff);
  1804.    border-radius: 10px;
  1805.    overflow: hidden;
  1806.    transition: box-shadow 0.3s ease;
  1807.  }
  1808.  
  1809.  .small-featured:hover {
  1810.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1811.  }
  1812.  
  1813.  .small-image-container {
  1814.    position: relative;
  1815.    height: 150px;
  1816.    overflow: hidden;
  1817.  }
  1818.  
  1819.  .small-image {
  1820.    width: 100%;
  1821.    height: 100%;
  1822.    object-fit: cover;
  1823.  }
  1824.  
  1825.  .small-content {
  1826.    padding: 1.25rem;
  1827.  }
  1828.  
  1829.  .small-title {
  1830.    font-size: 1.2rem;
  1831.    font-weight: 600;
  1832.    color: #111827;
  1833.    margin-bottom: 0.5rem;
  1834.  }
  1835.  
  1836.  .small-meta {
  1837.    display: flex;
  1838.    gap: 0.5rem;
  1839.    font-size: 0.8rem;
  1840.    color: #6b7280;
  1841.  }
  1842.  
  1843.  /* Category Tags - Gradient for Difference */
  1844.  .category-tag {
  1845.    position: absolute;
  1846.    top: 0.75rem;
  1847.    left: 0.75rem;
  1848.    padding: 0.3rem 1rem;
  1849.    font-size: 0.75rem;
  1850.    font-weight: 600;
  1851.    text-transform: uppercase;
  1852.    color: white;
  1853.    border-radius: 15px; /* Soft pill shape */
  1854.  }
  1855.  
  1856.  
  1857.  
  1858.  /* Compact Cards - Borderless */
  1859.  .compact-card {
  1860.    background: var(--card-bg, #ffffff);
  1861.    border-radius: 10px;
  1862.    overflow: hidden;
  1863.    transition: box-shadow 0.3s ease;
  1864.  }
  1865.  
  1866.  .compact-card:hover {
  1867.    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  1868.  }
  1869.  
  1870.  .compact-image {
  1871.    position: relative;
  1872.    height: 180px;
  1873.    overflow: hidden;
  1874.  }
  1875.  
  1876.  .compact-image img {
  1877.    width: 100%;
  1878.    height: 100%;
  1879.    object-fit: cover;
  1880.  }
  1881.  
  1882.  .compact-category {
  1883.    position: absolute;
  1884.    top: 0.75rem;
  1885.    left: 0.75rem;
  1886.    padding: 0.3rem 0.8rem;
  1887.    font-size: 0.7rem;
  1888.    border-radius: 15px;
  1889.    color: white;
  1890.  }
  1891.  
  1892.  .compact-body {
  1893.    padding: 1.5rem;
  1894.  }
  1895.  
  1896.  .compact-title {
  1897.    font-size: 1.1rem;
  1898.    font-weight: 600;
  1899.    color: #111827;
  1900.    margin-bottom: 0.5rem;
  1901.  }
  1902.  
  1903.  .compact-text {
  1904.    font-size: 0.9rem;
  1905.    color: #4b5563;
  1906.    line-height: 1.5;
  1907.    margin-bottom: 1rem;
  1908.  }
  1909.  
  1910.  .compact-footer {
  1911.    display: flex;
  1912.    justify-content: space-between;
  1913.    font-size: 0.8rem;
  1914.    color: #6b7280;
  1915.  }
  1916.  
  1917.  /* Responsive Design */
  1918.  @media (max-width: 992px) {
  1919.    .featured-image-container {
  1920.      height: 280px;
  1921.    }
  1922.  
  1923.    .featured-title {
  1924.      font-size: 1.8rem;
  1925.    }
  1926.  
  1927.    .small-image-container {
  1928.      height: 120px;
  1929.    }
  1930.  }
  1931.  
  1932.  @media (max-width: 768px) {
  1933.    .featured-content,
  1934.    .small-content,
  1935.    .compact-body {
  1936.      padding: 1.25rem;
  1937.    }
  1938.  
  1939.    .compact-image {
  1940.      height: 150px;
  1941.    }
  1942.  }
  1943.  
  1944.  @media (max-width: 576px) {
  1945.    .featured-title {
  1946.      font-size: 1.5rem;
  1947.    }
  1948.  
  1949.    .small-title,
  1950.    .compact-title {
  1951.      font-size: 1rem;
  1952.    }
  1953.  }
  1954. </style>
  1955.  
  1956.  
  1957.  
  1958.  
  1959.        <!-- end of wpo-blog-hero -->
  1960.  
  1961.        <!-- start of wpo-breacking-news -->
  1962.        
  1963.        <!-- end of wpo-breacking-news -->
  1964.        
  1965.        <!-- start wpo-blog-highlights-section -->
  1966.        
  1967.  
  1968.  
  1969.  
  1970.    
  1971.  
  1972.  
  1973.  
  1974. <style>
  1975.    .blog-highlights-v3 {
  1976.        padding: 0px 0;
  1977.    }
  1978.    
  1979.    .blog-card-v3 {
  1980.        border: 1px solid #e9ecef;
  1981.        border-radius: 8px;
  1982.        overflow: hidden;
  1983.        transition: all 0.3s ease;
  1984.        background: white;
  1985.        height: 100%;
  1986.    }
  1987.    
  1988.    .blog-card-v3:hover {
  1989.        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1990.    }
  1991.    
  1992.    .blog-image-v3 {
  1993.        position: relative;
  1994.        overflow: hidden;
  1995.        height: 200px;
  1996.    }
  1997.    
  1998.    .blog-image-v3 img {
  1999.        width: 100%;
  2000.        height: 100%;
  2001.        object-fit: cover;
  2002.        transition: opacity 0.3s ease;
  2003.    }
  2004.    
  2005.    .blog-card-v3:hover .blog-image-v3 img {
  2006.        opacity: 0.9;
  2007.    }
  2008.    
  2009.    .blog-category-v3 {
  2010.        position: absolute;
  2011.        top: 12px;
  2012.        right: 12px;
  2013.        padding: 4px 12px;
  2014.        border-radius: 4px;
  2015.        font-size: 11px;
  2016.        font-weight: 600;
  2017.        text-transform: uppercase;
  2018.        letter-spacing: 0.8px;
  2019.    }
  2020.    
  2021.    .blog-content-v3 {
  2022.        padding: 20px;
  2023.    }
  2024.    
  2025.    .blog-title-v3 {
  2026.        font-size: 16px;
  2027.        font-weight: 600;
  2028.        line-height: 1.5;
  2029.        margin-bottom: 12px;
  2030.        min-height: 48px;
  2031.    }
  2032.    
  2033.    .blog-title-v3 a {
  2034.        text-decoration: none;
  2035.        transition: color 0.2s ease;
  2036.    }
  2037.    
  2038.    .blog-meta-v3 {
  2039.        display: flex;
  2040.        align-items: center;
  2041.        gap: 8px;
  2042.        margin-bottom: 10px;
  2043.        font-size: 12px;
  2044.        border-bottom: 1px solid #f1f3f4;
  2045.        padding-bottom: 10px;
  2046.    }
  2047.    
  2048.    .blog-author-img-v3 {
  2049.        width: 24px;
  2050.        height: 24px;
  2051.        border-radius: 50%;
  2052.        object-fit: cover;
  2053.    }
  2054.    
  2055.    .blog-excerpt-v3 {
  2056.        font-size: 13px;
  2057.        line-height: 1.5;
  2058.        opacity: 0.7;
  2059.        display: -webkit-box;
  2060.        -webkit-line-clamp: 2;
  2061.        -webkit-box-orient: vertical;
  2062.        overflow: hidden;
  2063.    }
  2064.    
  2065.    .section-title-v3 {
  2066.        font-size: 2.8rem;
  2067.        font-weight: 700;
  2068.        text-align: center;
  2069.        margin-bottom: 20px;
  2070.    }
  2071.    
  2072.    .section-subtitle-v3 {
  2073.        text-align: center;
  2074.        font-size: 1rem;
  2075.        opacity: 0.7;
  2076.        margin-bottom: 60px;
  2077.    }
  2078.  
  2079.    @media (max-width: 768px) {
  2080.        .section-title-v3 {
  2081.            font-size: 2.2rem;
  2082.        }
  2083.        .blog-highlights-v3 {
  2084.            padding: 0px 0;
  2085.        }
  2086.        .blog-content-v3 {
  2087.            padding: 16px;
  2088.        }
  2089.    }
  2090. </style>
  2091.  
  2092. <section class="blog-highlights-v3">
  2093.    <div class="container-fluid fluid-container">
  2094.        <div class="row">
  2095.            <div class="col-12">
  2096.                <h2 class="section-title-v3 top-color">
  2097.                Today's Top Highlights
  2098.                   </h2>
  2099.                <p class="section-subtitle-v3 top-color">Discover our latest stories and insights from around the world</p>
  2100.            </div>
  2101.        </div>
  2102.        
  2103.        <div class="row">
  2104.            <div class="col-lg-8 col-12">
  2105.                <div class="row g-3">
  2106.                    
  2107.                    <div class="col-lg-6 col-md-6 col-12">
  2108.                        <div class="card blog-card-v3">
  2109.                            <div class="blog-image-v3">
  2110.                                
  2111.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2112.                                
  2113.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2114.                            </div>
  2115.                            <div class="blog-content-v3">
  2116.                                <h3 class="blog-title-v3">
  2117.                                    <a href="/we-need-a-chopper-to-go-find-them-adolescents-emergency-call-to-save-family-stranded-off-aussie-coast-revealed/" class="top-color">
  2118.                                    ‘We Need a Chopper to Go Find Them’: Adolescent’s Emergency Call to Save Family Stranded Off Aussie Coast Revealed
  2119.                                    </a>
  2120.                                </h3>
  2121.                                <div class="blog-meta-v3">
  2122.                                    
  2123.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="blog-author-img-v3">
  2124.                                    
  2125.                                    
  2126.                                    <span class="top-color">By Matthew Mcdaniel</span>
  2127.                                    <span class="top-color">•</span>
  2128.                                    <span class="top-color">19 May 2026</span>
  2129.                                </div>
  2130.                                <p class="blog-excerpt-v3 top-color"></p>
  2131.                            </div>
  2132.                        </div>
  2133.                    </div>
  2134.                    
  2135.                    <div class="col-lg-6 col-md-6 col-12">
  2136.                        <div class="card blog-card-v3">
  2137.                            <div class="blog-image-v3">
  2138.                                
  2139.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2140.                                
  2141.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2142.                            </div>
  2143.                            <div class="blog-content-v3">
  2144.                                <h3 class="blog-title-v3">
  2145.                                    <a href="/cyclone-catastrophe-in-sri-lanka-awakens-a-wave-of-community-action/" class="top-color">
  2146.                                    Cyclone Catastrophe in Sri Lanka Awakens a Wave of Community Action
  2147.                                    </a>
  2148.                                </h3>
  2149.                                <div class="blog-meta-v3">
  2150.                                    
  2151.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="blog-author-img-v3">
  2152.                                    
  2153.                                    
  2154.                                    <span class="top-color">By Matthew Mcdaniel</span>
  2155.                                    <span class="top-color">•</span>
  2156.                                    <span class="top-color">18 May 2026</span>
  2157.                                </div>
  2158.                                <p class="blog-excerpt-v3 top-color"></p>
  2159.                            </div>
  2160.                        </div>
  2161.                    </div>
  2162.                    
  2163.                    <div class="col-lg-6 col-md-6 col-12">
  2164.                        <div class="card blog-card-v3">
  2165.                            <div class="blog-image-v3">
  2166.                                
  2167.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2168.                                
  2169.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2170.                            </div>
  2171.                            <div class="blog-content-v3">
  2172.                                <h3 class="blog-title-v3">
  2173.                                    <a href="/real-madrids-alexander-arnold-might-play-against-liverpool-in-forthcoming-champions-league-fixture/" class="top-color">
  2174.                                    Real Madrid&#x27;s Alexander-Arnold Might Play Against Liverpool in Forthcoming Champions League Fixture
  2175.                                    </a>
  2176.                                </h3>
  2177.                                <div class="blog-meta-v3">
  2178.                                    
  2179.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="blog-author-img-v3">
  2180.                                    
  2181.                                    
  2182.                                    <span class="top-color">By Matthew Mcdaniel</span>
  2183.                                    <span class="top-color">•</span>
  2184.                                    <span class="top-color">18 May 2026</span>
  2185.                                </div>
  2186.                                <p class="blog-excerpt-v3 top-color"></p>
  2187.                            </div>
  2188.                        </div>
  2189.                    </div>
  2190.                    
  2191.                    <div class="col-lg-6 col-md-6 col-12">
  2192.                        <div class="card blog-card-v3">
  2193.                            <div class="blog-image-v3">
  2194.                                
  2195.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2196.                                
  2197.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2198.                            </div>
  2199.                            <div class="blog-content-v3">
  2200.                                <h3 class="blog-title-v3">
  2201.                                    <a href="/real-southern-portugal-exploring-portugal-beyond-the-shoreline/" class="top-color">
  2202.                                    Real Southern Portugal: Exploring Portugal Beyond the Shoreline
  2203.                                    </a>
  2204.                                </h3>
  2205.                                <div class="blog-meta-v3">
  2206.                                    
  2207.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="blog-author-img-v3">
  2208.                                    
  2209.                                    
  2210.                                    <span class="top-color">By Matthew Mcdaniel</span>
  2211.                                    <span class="top-color">•</span>
  2212.                                    <span class="top-color">18 May 2026</span>
  2213.                                </div>
  2214.                                <p class="blog-excerpt-v3 top-color"></p>
  2215.                            </div>
  2216.                        </div>
  2217.                    </div>
  2218.                    
  2219.                    <div class="col-lg-6 col-md-6 col-12">
  2220.                        <div class="card blog-card-v3">
  2221.                            <div class="blog-image-v3">
  2222.                                
  2223.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2224.                                
  2225.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2226.                            </div>
  2227.                            <div class="blog-content-v3">
  2228.                                <h3 class="blog-title-v3">
  2229.                                    <a href="/arsenals-goalkeeper-highlights-squad-depth-as-vital-to-silverware-ambitions/" class="top-color">
  2230.                                    Arsenal&#x27;s goalkeeper Highlights Squad Depth as Vital to Silverware Ambitions
  2231.                                    </a>
  2232.                                </h3>
  2233.                                <div class="blog-meta-v3">
  2234.                                    
  2235.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="blog-author-img-v3">
  2236.                                    
  2237.                                    
  2238.                                    <span class="top-color">By Matthew Mcdaniel</span>
  2239.                                    <span class="top-color">•</span>
  2240.                                    <span class="top-color">18 May 2026</span>
  2241.                                </div>
  2242.                                <p class="blog-excerpt-v3 top-color"></p>
  2243.                            </div>
  2244.                        </div>
  2245.                    </div>
  2246.                    
  2247.                    <div class="col-lg-6 col-md-6 col-12">
  2248.                        <div class="card blog-card-v3">
  2249.                            <div class="blog-image-v3">
  2250.                                
  2251.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2252.                                
  2253.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2254.                            </div>
  2255.                            <div class="blog-content-v3">
  2256.                                <h3 class="blog-title-v3">
  2257.                                    <a href="/can-the-all-blacks-regain-their-spark-during-the-fall-tour/" class="top-color">
  2258.                                    Can the All Blacks regain their spark during the fall tour?
  2259.                                    </a>
  2260.                                </h3>
  2261.                                <div class="blog-meta-v3">
  2262.                                    
  2263.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="blog-author-img-v3">
  2264.                                    
  2265.                                    
  2266.                                    <span class="top-color">By Matthew Mcdaniel</span>
  2267.                                    <span class="top-color">•</span>
  2268.                                    <span class="top-color">18 May 2026</span>
  2269.                                </div>
  2270.                                <p class="blog-excerpt-v3 top-color"></p>
  2271.                            </div>
  2272.                        </div>
  2273.                    </div>
  2274.                    
  2275.                    <div class="col-lg-6 col-md-6 col-12">
  2276.                        <div class="card blog-card-v3">
  2277.                            <div class="blog-image-v3">
  2278.                                
  2279.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2280.                                
  2281.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2282.                            </div>
  2283.                            <div class="blog-content-v3">
  2284.                                <h3 class="blog-title-v3">
  2285.                                    <a href="/his-unprecedented-presence-in-sports-achieved-an-apex-in-2025-next-year-promises-to-be-even-bigger/" class="top-color">
  2286.                                    His Unprecedented Presence in Sports Achieved An Apex in 2025. Next Year Promises to Be Even Bigger.
  2287.                                    </a>
  2288.                                </h3>
  2289.                                <div class="blog-meta-v3">
  2290.                                    
  2291.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="blog-author-img-v3">
  2292.                                    
  2293.                                    
  2294.                                    <span class="top-color">By Matthew Mcdaniel</span>
  2295.                                    <span class="top-color">•</span>
  2296.                                    <span class="top-color">18 May 2026</span>
  2297.                                </div>
  2298.                                <p class="blog-excerpt-v3 top-color"></p>
  2299.                            </div>
  2300.                        </div>
  2301.                    </div>
  2302.                    
  2303.                    <div class="col-lg-6 col-md-6 col-12">
  2304.                        <div class="card blog-card-v3">
  2305.                            <div class="blog-image-v3">
  2306.                                
  2307.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2308.                                
  2309.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2310.                            </div>
  2311.                            <div class="blog-content-v3">
  2312.                                <h3 class="blog-title-v3">
  2313.                                    <a href="/we-were-dismissed-and-were-embracing-it-this-is-how-to-secure-a-fresh-position-that-fits-for-you/" class="top-color">
  2314.                                    We Were Dismissed, and We&#x27;re Embracing It – This Is How to Secure a Fresh Position That Fits for You
  2315.                                    </a>
  2316.                                </h3>
  2317.                                <div class="blog-meta-v3">
  2318.                                    
  2319.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="blog-author-img-v3">
  2320.                                    
  2321.                                    
  2322.                                    <span class="top-color">By Matthew Mcdaniel</span>
  2323.                                    <span class="top-color">•</span>
  2324.                                    <span class="top-color">18 May 2026</span>
  2325.                                </div>
  2326.                                <p class="blog-excerpt-v3 top-color"></p>
  2327.                            </div>
  2328.                        </div>
  2329.                    </div>
  2330.                    
  2331.                    <div class="col-lg-6 col-md-6 col-12">
  2332.                        <div class="card blog-card-v3">
  2333.                            <div class="blog-image-v3">
  2334.                                
  2335.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2336.                                
  2337.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2338.                            </div>
  2339.                            <div class="blog-content-v3">
  2340.                                <h3 class="blog-title-v3">
  2341.                                    <a href="/exercise-as-you-work-a-dozen-fitness-enhancing-desk-movements-you-can-do-in-everyday-attire/" class="top-color">
  2342.                                    Exercise as you work? A dozen fitness-enhancing desk movements you can do in everyday attire
  2343.                                    </a>
  2344.                                </h3>
  2345.                                <div class="blog-meta-v3">
  2346.                                    
  2347.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="blog-author-img-v3">
  2348.                                    
  2349.                                    
  2350.                                    <span class="top-color">By Matthew Mcdaniel</span>
  2351.                                    <span class="top-color">•</span>
  2352.                                    <span class="top-color">17 May 2026</span>
  2353.                                </div>
  2354.                                <p class="blog-excerpt-v3 top-color"></p>
  2355.                            </div>
  2356.                        </div>
  2357.                    </div>
  2358.                    
  2359.                    <div class="col-lg-6 col-md-6 col-12">
  2360.                        <div class="card blog-card-v3">
  2361.                            <div class="blog-image-v3">
  2362.                                
  2363.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2364.                                
  2365.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2366.                            </div>
  2367.                            <div class="blog-content-v3">
  2368.                                <h3 class="blog-title-v3">
  2369.                                    <a href="/anno-117-pax-romanas-best-kept-secret-reveals-itself-as-a-impressive-first-person-mode/" class="top-color">
  2370.                                    Anno 117 Pax Romana&#x27;s Best-Kept Secret Reveals Itself as a Impressive First-Person Mode.
  2371.                                    </a>
  2372.                                </h3>
  2373.                                <div class="blog-meta-v3">
  2374.                                    
  2375.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="blog-author-img-v3">
  2376.                                    
  2377.                                    
  2378.                                    <span class="top-color">By Matthew Mcdaniel</span>
  2379.                                    <span class="top-color">•</span>
  2380.                                    <span class="top-color">17 May 2026</span>
  2381.                                </div>
  2382.                                <p class="blog-excerpt-v3 top-color"></p>
  2383.                            </div>
  2384.                        </div>
  2385.                    </div>
  2386.                    
  2387.                    <div class="col-lg-6 col-md-6 col-12">
  2388.                        <div class="card blog-card-v3">
  2389.                            <div class="blog-image-v3">
  2390.                                
  2391.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2392.                                
  2393.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2394.                            </div>
  2395.                            <div class="blog-content-v3">
  2396.                                <h3 class="blog-title-v3">
  2397.                                    <a href="/trump-states-largely-parties-are-aligned-on-next-stages-of-gaza-ceasefire-plan/" class="top-color">
  2398.                                    Trump States &#x27;Largely, Parties Are Aligned&#x27; on Next Stages of Gaza Ceasefire Plan
  2399.                                    </a>
  2400.                                </h3>
  2401.                                <div class="blog-meta-v3">
  2402.                                    
  2403.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="blog-author-img-v3">
  2404.                                    
  2405.                                    
  2406.                                    <span class="top-color">By Matthew Mcdaniel</span>
  2407.                                    <span class="top-color">•</span>
  2408.                                    <span class="top-color">17 May 2026</span>
  2409.                                </div>
  2410.                                <p class="blog-excerpt-v3 top-color"></p>
  2411.                            </div>
  2412.                        </div>
  2413.                    </div>
  2414.                    
  2415.                    <div class="col-lg-6 col-md-6 col-12">
  2416.                        <div class="card blog-card-v3">
  2417.                            <div class="blog-image-v3">
  2418.                                
  2419.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2420.                                
  2421.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2422.                            </div>
  2423.                            <div class="blog-content-v3">
  2424.                                <h3 class="blog-title-v3">
  2425.                                    <a href="/every-night-i-dream-of-riding-a-unicorn-swordsnsorcery-metal-group-castle-rat/" class="top-color">
  2426.                                    ‘Every Night, I Dream of Riding a Unicorn’: Swords’n’Sorcery Metal Group Castle Rat
  2427.                                    </a>
  2428.                                </h3>
  2429.                                <div class="blog-meta-v3">
  2430.                                    
  2431.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="blog-author-img-v3">
  2432.                                    
  2433.                                    
  2434.                                    <span class="top-color">By Matthew Mcdaniel</span>
  2435.                                    <span class="top-color">•</span>
  2436.                                    <span class="top-color">17 May 2026</span>
  2437.                                </div>
  2438.                                <p class="blog-excerpt-v3 top-color"></p>
  2439.                            </div>
  2440.                        </div>
  2441.                    </div>
  2442.                    
  2443.                    
  2444.  
  2445.                </div>
  2446.            </div>
  2447.            
  2448.             <div class="col col-lg-4 col-12">
  2449.                
  2450.  
  2451.  
  2452.  
  2453.    
  2454.  
  2455.  
  2456. <!-- Blog Sidebar V2 - Focused Design -->
  2457.  <div class="sidebar mb-3">
  2458.    <!-- Recent Posts Section -->
  2459.    <div class="sidebar-widget mb-5">
  2460.      <div class="widget-title-wrapper mb-3">
  2461.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2462.          <i class="ti-time me-2"></i>Recent Posts
  2463.          <span class="title-arrow-primary"></span>
  2464.        </h4>
  2465.      </div>
  2466.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2467.        <div class="recent-post-list">
  2468.          
  2469.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2470.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2471.                
  2472.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2473.              
  2474.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2475.            </div>
  2476.            <div class="post-content flex-grow-1">
  2477.              <h6 class="post-title mb-2">
  2478.                 <a href="/swiss-ski-resort-fire-survivors-receive-care-in-burns-units-across-europe/" class="text-decoration-none top-color fw-semibold lh-sm">
  2479.                                            Swiss Ski Resort Fire Survivors Receive Care in Burns Units Across Europe
  2480.                                            </a>
  2481.              </h6>
  2482.              <div class="post-meta mb-3">
  2483.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2484.                <!-- <small class="text-muted">
  2485.                  <i class="ti-eye me-1"></i>348 views
  2486.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2487.                </small> -->
  2488.              </div>
  2489.            </div>
  2490.          </div>
  2491.        
  2492.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2493.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2494.                
  2495.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2496.              
  2497.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2498.            </div>
  2499.            <div class="post-content flex-grow-1">
  2500.              <h6 class="post-title mb-2">
  2501.                 <a href="/titans-recognise-titans-as-trump-gives-the-mayor-elect-a-cordial-greeting/" class="text-decoration-none top-color fw-semibold lh-sm">
  2502.                                            Titans Recognise Titans as Trump Gives The Mayor-Elect a Cordial Greeting
  2503.                                            </a>
  2504.              </h6>
  2505.              <div class="post-meta mb-3">
  2506.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  2507.                <!-- <small class="text-muted">
  2508.                  <i class="ti-eye me-1"></i>348 views
  2509.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2510.                </small> -->
  2511.              </div>
  2512.            </div>
  2513.          </div>
  2514.        
  2515.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2516.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2517.                
  2518.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2519.              
  2520.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2521.            </div>
  2522.            <div class="post-content flex-grow-1">
  2523.              <h6 class="post-title mb-2">
  2524.                 <a href="/a-decade-long-liaison-by-author-erin-somers-a-midlife-infidelity-tale-our-era-has-earned/" class="text-decoration-none top-color fw-semibold lh-sm">
  2525.                                            A Decade-Long Liaison by author Erin Somers: A Midlife Infidelity Tale Our Era Has Earned.
  2526.                                            </a>
  2527.              </h6>
  2528.              <div class="post-meta mb-3">
  2529.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2530.                <!-- <small class="text-muted">
  2531.                  <i class="ti-eye me-1"></i>348 views
  2532.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2533.                </small> -->
  2534.              </div>
  2535.            </div>
  2536.          </div>
  2537.        
  2538.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2539.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2540.                
  2541.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2542.              
  2543.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2544.            </div>
  2545.            <div class="post-content flex-grow-1">
  2546.              <h6 class="post-title mb-2">
  2547.                 <a href="/president-zelenskyy-states-ukraine-was-10-away-from-a-peace-deal-yet-not-at-any-cost/" class="text-decoration-none top-color fw-semibold lh-sm">
  2548.                                            President Zelenskyy States Ukraine Was 10% Away from a Peace Deal, Yet Not at Any Cost
  2549.                                            </a>
  2550.              </h6>
  2551.              <div class="post-meta mb-3">
  2552.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2553.                <!-- <small class="text-muted">
  2554.                  <i class="ti-eye me-1"></i>348 views
  2555.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2556.                </small> -->
  2557.              </div>
  2558.            </div>
  2559.          </div>
  2560.        
  2561.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2562.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2563.                
  2564.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2565.              
  2566.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2567.            </div>
  2568.            <div class="post-content flex-grow-1">
  2569.              <h6 class="post-title mb-2">
  2570.                 <a href="/the-mighty-neins-introductory-sequence-chose-the-incorrect-critical-role-track/" class="text-decoration-none top-color fw-semibold lh-sm">
  2571.                                            The Mighty Nein&#x27;s Introductory Sequence Chose the Incorrect Critical Role Track
  2572.                                            </a>
  2573.              </h6>
  2574.              <div class="post-meta mb-3">
  2575.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2576.                <!-- <small class="text-muted">
  2577.                  <i class="ti-eye me-1"></i>348 views
  2578.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2579.                </small> -->
  2580.              </div>
  2581.            </div>
  2582.          </div>
  2583.        
  2584.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2585.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2586.                
  2587.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2588.              
  2589.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2590.            </div>
  2591.            <div class="post-content flex-grow-1">
  2592.              <h6 class="post-title mb-2">
  2593.                 <a href="/trump-war-limited-coverage-major-obstacles-to-environmental-advancement-that-hindered-cop30/" class="text-decoration-none top-color fw-semibold lh-sm">
  2594.                                            Trump, War, Limited Coverage: Major Obstacles to Environmental Advancement That Hindered Cop30
  2595.                                            </a>
  2596.              </h6>
  2597.              <div class="post-meta mb-3">
  2598.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  2599.                <!-- <small class="text-muted">
  2600.                  <i class="ti-eye me-1"></i>348 views
  2601.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2602.                </small> -->
  2603.              </div>
  2604.            </div>
  2605.          </div>
  2606.        
  2607.        </div>
  2608.  
  2609.        <div class="text-center mt-4 pt-3 border-top border-light">
  2610.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2611.        </div>
  2612.      </div>
  2613.    </div>
  2614.  
  2615.    
  2616.    <div class="sidebar-widget mb-4">
  2617.      <div class="widget-title-wrapper mb-3">
  2618.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2619.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2620.          <span class="title-arrow"></span>
  2621.        </h4>
  2622.      </div>
  2623.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2624.        <div class="blog-roll-list scrollable-sidebar">
  2625.          
  2626.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2627.            <a href="https://www.citygateway.org.uk/" class="text-decoration-none " rel="dofollow">
  2628.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2629.                <i class="ti-angle-right me-2 text-primary"></i>
  2630.                best non Gamstop casinos
  2631.              </h6>
  2632.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2633.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2634.              </div> -->
  2635.            </a>
  2636.          </div>
  2637.          
  2638.  
  2639.        </div>
  2640. <!--
  2641.        <div class="text-center mt-4 pt-3 border-top border-light">
  2642.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2643.        </div> -->
  2644.      </div>
  2645.    </div>
  2646.    
  2647.    <div class="sidebar-widget mb-4">
  2648.      <div class="widget-title-wrapper mb-3">
  2649.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2650.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2651.          <span class="title-arrow"></span>
  2652.        </h4>
  2653.      </div>
  2654.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2655.        <div class="blog-roll-list scrollable-sidebar">
  2656.          
  2657.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2658.            <a href="https://belgo-restaurants.co.uk" class="text-decoration-none " rel="dofollow">
  2659.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2660.                <i class="ti-angle-right me-2 text-primary"></i>
  2661.                best online casinos UK
  2662.              </h6>
  2663.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2664.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2665.              </div> -->
  2666.            </a>
  2667.          </div>
  2668.          
  2669.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2670.            <a href="https://thegoldenfleeceyork.co.uk/" class="text-decoration-none " rel="dofollow">
  2671.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2672.                <i class="ti-angle-right me-2 text-primary"></i>
  2673.                casino sites
  2674.              </h6>
  2675.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2676.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2677.              </div> -->
  2678.            </a>
  2679.          </div>
  2680.          
  2681.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2682.            <a href="https://www.oceanacidification.org.uk/" class="text-decoration-none " rel="dofollow">
  2683.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2684.                <i class="ti-angle-right me-2 text-primary"></i>
  2685.                casino not on gamstop
  2686.              </h6>
  2687.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2688.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2689.              </div> -->
  2690.            </a>
  2691.          </div>
  2692.          
  2693.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2694.            <a href="https://www.helptobuy.org.uk/" class="text-decoration-none " rel="dofollow">
  2695.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2696.                <i class="ti-angle-right me-2 text-primary"></i>
  2697.                non gamstop casino
  2698.              </h6>
  2699.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2700.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2701.              </div> -->
  2702.            </a>
  2703.          </div>
  2704.          
  2705.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2706.            <a href="https://fishleyhall.co.uk" class="text-decoration-none " rel="dofollow">
  2707.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2708.                <i class="ti-angle-right me-2 text-primary"></i>
  2709.                non uk casinos accepting uk players
  2710.              </h6>
  2711.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2712.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2713.              </div> -->
  2714.            </a>
  2715.          </div>
  2716.          
  2717.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2718.            <a href="https://midnightcity.co/" class="text-decoration-none " rel="dofollow">
  2719.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2720.                <i class="ti-angle-right me-2 text-primary"></i>
  2721.                UK slot sites
  2722.              </h6>
  2723.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2724.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2725.              </div> -->
  2726.            </a>
  2727.          </div>
  2728.          
  2729.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2730.            <a href="https://www.costaricanembassy.co.uk" class="text-decoration-none " rel="dofollow">
  2731.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2732.                <i class="ti-angle-right me-2 text-primary"></i>
  2733.                non GamStop casinos
  2734.              </h6>
  2735.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2736.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2737.              </div> -->
  2738.            </a>
  2739.          </div>
  2740.          
  2741.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2742.            <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none " rel="dofollow">
  2743.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2744.                <i class="ti-angle-right me-2 text-primary"></i>
  2745.                online casinos
  2746.              </h6>
  2747.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2748.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2749.              </div> -->
  2750.            </a>
  2751.          </div>
  2752.          
  2753.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2754.            <a href="https://www.coexisthouse.org.uk" class="text-decoration-none " rel="dofollow">
  2755.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2756.                <i class="ti-angle-right me-2 text-primary"></i>
  2757.                sites not on GamStop
  2758.              </h6>
  2759.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2760.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2761.              </div> -->
  2762.            </a>
  2763.          </div>
  2764.          
  2765.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2766.            <a href="https://www.antiquesforeveryone.co.uk/" class="text-decoration-none " rel="dofollow">
  2767.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2768.                <i class="ti-angle-right me-2 text-primary"></i>
  2769.                non GamStop betting sites
  2770.              </h6>
  2771.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2772.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2773.              </div> -->
  2774.            </a>
  2775.          </div>
  2776.          
  2777.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2778.            <a href="https://www.fourpure.com/" class="text-decoration-none " rel="dofollow">
  2779.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2780.                <i class="ti-angle-right me-2 text-primary"></i>
  2781.                casino not on GamStop
  2782.              </h6>
  2783.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2784.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2785.              </div> -->
  2786.            </a>
  2787.          </div>
  2788.          
  2789.  
  2790.        </div>
  2791. <!--
  2792.        <div class="text-center mt-4 pt-3 border-top border-light">
  2793.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2794.        </div> -->
  2795.      </div>
  2796.    </div>
  2797.    
  2798.    <div class="sidebar-widget mb-4">
  2799.      <div class="widget-title-wrapper mb-3">
  2800.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2801.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2802.          <span class="title-arrow"></span>
  2803.        </h4>
  2804.      </div>
  2805.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2806.        <div class="blog-roll-list scrollable-sidebar">
  2807.          
  2808.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2809.            <a href="https://www.peckhamaudio.co.uk/" class="text-decoration-none " rel="dofollow">
  2810.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2811.                <i class="ti-angle-right me-2 text-primary"></i>
  2812.                non GamStop casinos
  2813.              </h6>
  2814.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2815.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2816.              </div> -->
  2817.            </a>
  2818.          </div>
  2819.          
  2820.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2821.            <a href="https://www.cranleyclinic.com/" class="text-decoration-none " rel="dofollow">
  2822.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2823.                <i class="ti-angle-right me-2 text-primary"></i>
  2824.                online casino not on GamStop
  2825.              </h6>
  2826.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2827.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2828.              </div> -->
  2829.            </a>
  2830.          </div>
  2831.          
  2832.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2833.            <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none " rel="dofollow">
  2834.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2835.                <i class="ti-angle-right me-2 text-primary"></i>
  2836.                non GamStop casino
  2837.              </h6>
  2838.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2839.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2840.              </div> -->
  2841.            </a>
  2842.          </div>
  2843.          
  2844.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2845.            <a href="https://www.covent-garden.co.uk/" class="text-decoration-none " rel="dofollow">
  2846.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2847.                <i class="ti-angle-right me-2 text-primary"></i>
  2848.                casinos not on GamStop
  2849.              </h6>
  2850.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2851.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2852.              </div> -->
  2853.            </a>
  2854.          </div>
  2855.          
  2856.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2857.            <a href="https://thenewoxford.com/" class="text-decoration-none " rel="dofollow">
  2858.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2859.                <i class="ti-angle-right me-2 text-primary"></i>
  2860.                non GamStop casinos
  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.bunker-51.com/" class="text-decoration-none " rel="dofollow">
  2870.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2871.                <i class="ti-angle-right me-2 text-primary"></i>
  2872.                casinos not on GamStop
  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://ola.co.uk/" class="text-decoration-none " rel="dofollow">
  2882.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2883.                <i class="ti-angle-right me-2 text-primary"></i>
  2884.                slots 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.falconryforum.co.uk/" class="text-decoration-none " rel="dofollow">
  2894.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2895.                <i class="ti-angle-right me-2 text-primary"></i>
  2896.                new 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.thekarczma.co.uk/" class="text-decoration-none " rel="dofollow">
  2906.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2907.                <i class="ti-angle-right me-2 text-primary"></i>
  2908.                non UK casinos that accept UK players
  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://www.farma.org.uk/" class="text-decoration-none " rel="dofollow">
  2918.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2919.                <i class="ti-angle-right me-2 text-primary"></i>
  2920.                best non Gamstop casinos
  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.nordicresearchnetwork.co.uk/" class="text-decoration-none " rel="dofollow">
  2930.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2931.                <i class="ti-angle-right me-2 text-primary"></i>
  2932.                Non UK Slot Sites
  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://www.ktponline.org.uk/" class="text-decoration-none " rel="dofollow">
  2942.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2943.                <i class="ti-angle-right me-2 text-primary"></i>
  2944.                non GamStop casino UK
  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.rescueglobal.org/" class="text-decoration-none " rel="dofollow">
  2954.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2955.                <i class="ti-angle-right me-2 text-primary"></i>
  2956.                slots 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://geekgearbox.co.uk/" class="text-decoration-none " rel="dofollow">
  2966.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2967.                <i class="ti-angle-right me-2 text-primary"></i>
  2968.                casinos not on GamStop
  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://www.stamina.org.uk/" class="text-decoration-none " rel="dofollow">
  2978.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2979.                <i class="ti-angle-right me-2 text-primary"></i>
  2980.                Casino Not on GAMSTOP
  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.kysty.co.uk/" class="text-decoration-none " rel="dofollow">
  2990.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2991.                <i class="ti-angle-right me-2 text-primary"></i>
  2992.                non GamStop 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://blindspotgear.com/" class="text-decoration-none " rel="dofollow">
  3002.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3003.                <i class="ti-angle-right me-2 text-primary"></i>
  3004.                no kyc 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="http://ukfreespinsnotongamstop.in.net/" class="text-decoration-none " rel="dofollow">
  3014.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3015.                <i class="ti-angle-right me-2 text-primary"></i>
  3016.                online casino
  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://dickensworld.co.uk/" class="text-decoration-none " rel="dofollow">
  3026.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3027.                <i class="ti-angle-right me-2 text-primary"></i>
  3028.                online casino
  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://roadpeace.org/" class="text-decoration-none " rel="dofollow">
  3038.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3039.                <i class="ti-angle-right me-2 text-primary"></i>
  3040.                casino
  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 class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3049.            <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none " rel="dofollow">
  3050.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3051.                <i class="ti-angle-right me-2 text-primary"></i>
  3052.                non gamstop bookies
  3053.              </h6>
  3054.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3055.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3056.              </div> -->
  3057.            </a>
  3058.          </div>
  3059.          
  3060.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3061.            <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none " rel="dofollow">
  3062.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3063.                <i class="ti-angle-right me-2 text-primary"></i>
  3064.                non gamstop sports betting sites
  3065.              </h6>
  3066.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3067.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3068.              </div> -->
  3069.            </a>
  3070.          </div>
  3071.          
  3072.  
  3073.        </div>
  3074. <!--
  3075.        <div class="text-center mt-4 pt-3 border-top border-light">
  3076.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3077.        </div> -->
  3078.      </div>
  3079.    </div>
  3080.    
  3081.    <div class="sidebar-widget mb-4">
  3082.      <div class="widget-title-wrapper mb-3">
  3083.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3084.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3085.          <span class="title-arrow"></span>
  3086.        </h4>
  3087.      </div>
  3088.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3089.        <div class="blog-roll-list scrollable-sidebar">
  3090.          
  3091.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3092.            <a href="https://xn--24-3qi4duc3a1a7o.world/" class="text-decoration-none " rel="dofollow">
  3093.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3094.                <i class="ti-angle-right me-2 text-primary"></i>
  3095.                แทงหวย24
  3096.              </h6>
  3097.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3098.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3099.              </div> -->
  3100.            </a>
  3101.          </div>
  3102.          
  3103.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3104.            <a href="https://itechlabs.co.uk/" class="text-decoration-none " rel="dofollow">
  3105.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3106.                <i class="ti-angle-right me-2 text-primary"></i>
  3107.                best betting sites
  3108.              </h6>
  3109.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3110.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3111.              </div> -->
  3112.            </a>
  3113.          </div>
  3114.          
  3115.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3116.            <a href="https://www.continuitycentral.com/" class="text-decoration-none " rel="dofollow">
  3117.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3118.                <i class="ti-angle-right me-2 text-primary"></i>
  3119.                new betting sites uk
  3120.              </h6>
  3121.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3122.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3123.              </div> -->
  3124.            </a>
  3125.          </div>
  3126.          
  3127.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3128.            <a href="https://pauljacques.co.uk/" class="text-decoration-none " rel="dofollow">
  3129.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3130.                <i class="ti-angle-right me-2 text-primary"></i>
  3131.                best non gamstop casinos uk
  3132.              </h6>
  3133.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3134.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3135.              </div> -->
  3136.            </a>
  3137.          </div>
  3138.          
  3139.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3140.            <a href="https://indyonline.co.uk/" class="text-decoration-none " rel="dofollow">
  3141.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3142.                <i class="ti-angle-right me-2 text-primary"></i>
  3143.                casinos not on gamstop
  3144.              </h6>
  3145.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3146.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3147.              </div> -->
  3148.            </a>
  3149.          </div>
  3150.          
  3151.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3152.            <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none " rel="dofollow">
  3153.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3154.                <i class="ti-angle-right me-2 text-primary"></i>
  3155.                casinos not signed up to GamStop
  3156.              </h6>
  3157.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3158.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3159.              </div> -->
  3160.            </a>
  3161.          </div>
  3162.          
  3163.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3164.            <a href="https://oncallfire.uk/" class="text-decoration-none " rel="dofollow">
  3165.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3166.                <i class="ti-angle-right me-2 text-primary"></i>
  3167.                Non GAMSTOP Casinos
  3168.              </h6>
  3169.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3170.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3171.              </div> -->
  3172.            </a>
  3173.          </div>
  3174.          
  3175.  
  3176.        </div>
  3177. <!--
  3178.        <div class="text-center mt-4 pt-3 border-top border-light">
  3179.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3180.        </div> -->
  3181.      </div>
  3182.    </div>
  3183.    
  3184.  </div>
  3185.  
  3186. <!-- Sidebar V2 Styles -->
  3187. <style>
  3188.  .sidebar-widget {
  3189.    position: relative;
  3190.  }
  3191.  
  3192.  .widget-title {
  3193.    font-size: 1.1rem;
  3194.    font-weight: 700;
  3195.    display: inline-block;
  3196.    position: relative;
  3197.    z-index: 2;
  3198.    border-radius: 0;
  3199.  }
  3200.  
  3201.  /* Green arrow for August Blog Roll */
  3202.  .title-arrow::after {
  3203.    content: '';
  3204.    position: absolute;
  3205.    top: 0;
  3206.    right: -22px;
  3207.    width: 0;
  3208.    height: 0;
  3209.    border-left: 22px solid var(--bs-primary);
  3210.    border-top: 22px solid transparent;
  3211.    border-bottom: 22px solid transparent;
  3212.    z-index: 1;
  3213.  }
  3214.  
  3215.  /* Blue arrow for Recent Posts */
  3216.  .title-arrow-primary::after {
  3217.    content: '';
  3218.    position: absolute;
  3219.    top: 0;
  3220.    right: -22px;
  3221.    width: 0;
  3222.    height: 0;
  3223.    border-left: 22px solid var(--bs-primary);
  3224.    border-top: 22px solid transparent;
  3225.    border-bottom: 22px solid transparent;
  3226.    z-index: 1;
  3227.  }
  3228.  
  3229.  .widget-content {
  3230.    margin-top: -1px;
  3231.    position: relative;
  3232.    z-index: 1;
  3233.     background-color: var(--card-bg);
  3234.  }
  3235.  
  3236.  /* Blog Roll Items Hover Effects */
  3237.  .blog-roll-item:hover .blog-title {
  3238.    color: #198754 !important;
  3239.    transform: translateX(5px);
  3240.    transition: all 0.3s ease;
  3241.  }
  3242.  
  3243.  /* Recent Post Items Hover Effects */
  3244.  .recent-post-item:hover .post-title a {
  3245.    color: #0d6efd !important;
  3246.    transition: color 0.3s ease;
  3247.  }
  3248.  
  3249.  .recent-post-item:hover .post-image img {
  3250.    transform: scale(1.05);
  3251.    transition: transform 0.3s ease;
  3252.  }
  3253.  
  3254.  /* Button Hover Effects */
  3255.  .btn:hover {
  3256.    transform: translateY(-2px);
  3257.    transition: all 0.3s ease;
  3258.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3259.  }
  3260.  
  3261.  /* Badge Hover Effects */
  3262.  .badge:hover {
  3263.    transform: scale(1.05);
  3264.    transition: transform 0.3s ease;
  3265.  }
  3266.  
  3267.  @media (max-width: 991px) {
  3268.    .sidebar {
  3269.      margin-top: 3rem;
  3270.    }
  3271.  }
  3272.  
  3273.  @media (max-width: 576px) {
  3274.    .widget-title {
  3275.      font-size: 1rem;
  3276.      padding: 0.75rem 1rem !important;
  3277.    }
  3278.  
  3279.    .title-arrow::after,
  3280.    .title-arrow-primary::after {
  3281.      right: -18px;
  3282.      border-left-width: 18px;
  3283.      border-top-width: 18px;
  3284.      border-bottom-width: 18px;
  3285.    }
  3286.  
  3287.    .post-image {
  3288.      width: 70px !important;
  3289.      height: 55px !important;
  3290.    }
  3291.  
  3292.    .blog-meta {
  3293.      flex-direction: column !important;
  3294.      align-items: flex-start !important;
  3295.      gap: 0.5rem;
  3296.    }
  3297.  }
  3298. </style>
  3299.  
  3300.    
  3301.            </div>
  3302.        </div>
  3303.    </div>
  3304. </section>
  3305.  
  3306.    
  3307.        
  3308.        <!-- end wpo-blog-highlights-section -->
  3309.        <!-- start wpo-blog-sponsored-section -->
  3310.        
  3311.  
  3312.  
  3313.  
  3314.    
  3315.  
  3316.  
  3317.  
  3318. <style>
  3319.    .sponsored-section-v2 {
  3320.        padding: 40px 0;
  3321.        background: var(--body-bg);
  3322.    }
  3323.    
  3324.    .sponsored-card-v2 {
  3325.        background: var(--body-bg);
  3326.        border: 1px solid #f0f0f0;
  3327.        border-radius: 8px;
  3328.        transition: box-shadow 0.3s ease;
  3329.        height: 100%;
  3330.        position: relative;
  3331.    }
  3332.    
  3333.    .sponsored-card-v2:hover {
  3334.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  3335.    }
  3336.    
  3337.    .sponsored-image-v2 {
  3338.        position: relative;
  3339.        height: 200px;
  3340.    }
  3341.    
  3342.    .sponsored-image-v2 img {
  3343.        width: 100%;
  3344.        height: 100%;
  3345.        object-fit: cover;
  3346.    }
  3347.    
  3348.    .sponsored-badge-v2 {
  3349.        position: absolute;
  3350.        bottom: 10px;
  3351.        left: 10px;
  3352.        padding: 6px 10px;
  3353.        font-size: 12px;
  3354.        font-weight: 600;
  3355.        text-transform: uppercase;
  3356.        border-radius: 4px;
  3357.    }
  3358.    
  3359.    .sponsored-content-v2 {
  3360.        padding: 20px;
  3361.    }
  3362.    
  3363.    .sponsored-title-v2 {
  3364.        font-size: 18px;
  3365.        font-weight: 600;
  3366.        line-height: 1.4;
  3367.        margin-bottom: 10px;
  3368.    }
  3369.    
  3370.    .sponsored-title-v2 a {
  3371.        text-decoration: none;
  3372.        transition: color 0.3s ease;
  3373.    }
  3374.    
  3375.    .sponsored-title-v2 a:hover {
  3376.        color: #007bff; /* Blue hover for variety */
  3377.    }
  3378.    
  3379.    .sponsored-excerpt-v2 {
  3380.        font-size: 14px;
  3381.        color: #6c757d;
  3382.        margin-bottom: 15px;
  3383.        line-height: 1.6;
  3384.    }
  3385.    
  3386.    .sponsored-meta-v2 {
  3387.        display: flex;
  3388.        align-items: center;
  3389.        justify-content: space-between;
  3390.        font-size: 12px;
  3391.        color: #6c757d;
  3392.    }
  3393.    
  3394.    .author-info-v2 {
  3395.        display: flex;
  3396.        align-items: center;
  3397.        gap: 8px;
  3398.    }
  3399.    
  3400.    .sponsored-author-img-v2 {
  3401.        width: 28px;
  3402.        height: 28px;
  3403.        border-radius: 50%;
  3404.        object-fit: cover;
  3405.    }
  3406.    
  3407.    .section-title-sponsored-v2 {
  3408.        font-size: 2.2rem;
  3409.        font-weight: 700;
  3410.        text-align: center;
  3411.        margin-bottom: 30px;
  3412.        color: #333;
  3413.    }
  3414.  
  3415.    @media (max-width: 768px) {
  3416.        .sponsored-section-v2 {
  3417.            padding: 30px 0;
  3418.        }
  3419.        .sponsored-content-v2 {
  3420.            padding: 15px;
  3421.        }
  3422.        .sponsored-title-v2 {
  3423.            font-size: 16px;
  3424.        }
  3425.        .sponsored-excerpt-v2 {
  3426.            font-size: 13px;
  3427.        }
  3428.    }
  3429. </style>
  3430.  
  3431. <section class="sponsored-section-v2">
  3432.    <div class="container-fluid fluid-container">
  3433.        <div class="row">
  3434.            <div class="col-12">
  3435.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  3436.            </div>
  3437.        </div>
  3438.        
  3439.        <div class="row g-4">
  3440.            
  3441.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3442.                <div class="card sponsored-card-v2">
  3443.                    <div class="sponsored-image-v2">
  3444.                        
  3445.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3446.                        
  3447.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3448.                    </div>
  3449.                    <div class="sponsored-content-v2">
  3450.                        <h3 class="sponsored-title-v2">
  3451.                            <a href="/swiss-ski-resort-fire-survivors-receive-care-in-burns-units-across-europe/" class="top-color">
  3452.                            Swiss Ski Resort Fire Survivors Receive Care in Burns Units Across Europe
  3453.                            </a>
  3454.                        </h3>
  3455.                        <p class="sponsored-excerpt-v2">
  3456.                            
  3457.                        </p>
  3458.                        <div class="sponsored-meta-v2">
  3459.                            <div class="author-info-v2">
  3460.                                
  3461.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="sponsored-author-img-v2">
  3462.                                
  3463.                                <span>
  3464.                                    Matthew Mcdaniel
  3465.                                </span>
  3466.                            </div>
  3467.                            <span>17 May 2026</span>
  3468.                        </div>
  3469.                    </div>
  3470.                </div>
  3471.            </div>
  3472.            
  3473.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3474.                <div class="card sponsored-card-v2">
  3475.                    <div class="sponsored-image-v2">
  3476.                        
  3477.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3478.                        
  3479.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3480.                    </div>
  3481.                    <div class="sponsored-content-v2">
  3482.                        <h3 class="sponsored-title-v2">
  3483.                            <a href="/titans-recognise-titans-as-trump-gives-the-mayor-elect-a-cordial-greeting/" class="top-color">
  3484.                            Titans Recognise Titans as Trump Gives The Mayor-Elect a Cordial Greeting
  3485.                            </a>
  3486.                        </h3>
  3487.                        <p class="sponsored-excerpt-v2">
  3488.                            
  3489.                        </p>
  3490.                        <div class="sponsored-meta-v2">
  3491.                            <div class="author-info-v2">
  3492.                                
  3493.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="sponsored-author-img-v2">
  3494.                                
  3495.                                <span>
  3496.                                    Matthew Mcdaniel
  3497.                                </span>
  3498.                            </div>
  3499.                            <span>17 May 2026</span>
  3500.                        </div>
  3501.                    </div>
  3502.                </div>
  3503.            </div>
  3504.            
  3505.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3506.                <div class="card sponsored-card-v2">
  3507.                    <div class="sponsored-image-v2">
  3508.                        
  3509.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3510.                        
  3511.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3512.                    </div>
  3513.                    <div class="sponsored-content-v2">
  3514.                        <h3 class="sponsored-title-v2">
  3515.                            <a href="/a-decade-long-liaison-by-author-erin-somers-a-midlife-infidelity-tale-our-era-has-earned/" class="top-color">
  3516.                            A Decade-Long Liaison by author Erin Somers: A Midlife Infidelity Tale Our Era Has Earned.
  3517.                            </a>
  3518.                        </h3>
  3519.                        <p class="sponsored-excerpt-v2">
  3520.                            
  3521.                        </p>
  3522.                        <div class="sponsored-meta-v2">
  3523.                            <div class="author-info-v2">
  3524.                                
  3525.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="sponsored-author-img-v2">
  3526.                                
  3527.                                <span>
  3528.                                    Matthew Mcdaniel
  3529.                                </span>
  3530.                            </div>
  3531.                            <span>16 May 2026</span>
  3532.                        </div>
  3533.                    </div>
  3534.                </div>
  3535.            </div>
  3536.            
  3537.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3538.                <div class="card sponsored-card-v2">
  3539.                    <div class="sponsored-image-v2">
  3540.                        
  3541.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3542.                        
  3543.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3544.                    </div>
  3545.                    <div class="sponsored-content-v2">
  3546.                        <h3 class="sponsored-title-v2">
  3547.                            <a href="/president-zelenskyy-states-ukraine-was-10-away-from-a-peace-deal-yet-not-at-any-cost/" class="top-color">
  3548.                            President Zelenskyy States Ukraine Was 10% Away from a Peace Deal, Yet Not at Any Cost
  3549.                            </a>
  3550.                        </h3>
  3551.                        <p class="sponsored-excerpt-v2">
  3552.                            
  3553.                        </p>
  3554.                        <div class="sponsored-meta-v2">
  3555.                            <div class="author-info-v2">
  3556.                                
  3557.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="sponsored-author-img-v2">
  3558.                                
  3559.                                <span>
  3560.                                    Matthew Mcdaniel
  3561.                                </span>
  3562.                            </div>
  3563.                            <span>16 May 2026</span>
  3564.                        </div>
  3565.                    </div>
  3566.                </div>
  3567.            </div>
  3568.            
  3569.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3570.                <div class="card sponsored-card-v2">
  3571.                    <div class="sponsored-image-v2">
  3572.                        
  3573.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3574.                        
  3575.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3576.                    </div>
  3577.                    <div class="sponsored-content-v2">
  3578.                        <h3 class="sponsored-title-v2">
  3579.                            <a href="/the-mighty-neins-introductory-sequence-chose-the-incorrect-critical-role-track/" class="top-color">
  3580.                            The Mighty Nein&#x27;s Introductory Sequence Chose the Incorrect Critical Role Track
  3581.                            </a>
  3582.                        </h3>
  3583.                        <p class="sponsored-excerpt-v2">
  3584.                            
  3585.                        </p>
  3586.                        <div class="sponsored-meta-v2">
  3587.                            <div class="author-info-v2">
  3588.                                
  3589.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="sponsored-author-img-v2">
  3590.                                
  3591.                                <span>
  3592.                                    Matthew Mcdaniel
  3593.                                </span>
  3594.                            </div>
  3595.                            <span>16 May 2026</span>
  3596.                        </div>
  3597.                    </div>
  3598.                </div>
  3599.            </div>
  3600.            
  3601.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3602.                <div class="card sponsored-card-v2">
  3603.                    <div class="sponsored-image-v2">
  3604.                        
  3605.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3606.                        
  3607.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3608.                    </div>
  3609.                    <div class="sponsored-content-v2">
  3610.                        <h3 class="sponsored-title-v2">
  3611.                            <a href="/trump-war-limited-coverage-major-obstacles-to-environmental-advancement-that-hindered-cop30/" class="top-color">
  3612.                            Trump, War, Limited Coverage: Major Obstacles to Environmental Advancement That Hindered Cop30
  3613.                            </a>
  3614.                        </h3>
  3615.                        <p class="sponsored-excerpt-v2">
  3616.                            
  3617.                        </p>
  3618.                        <div class="sponsored-meta-v2">
  3619.                            <div class="author-info-v2">
  3620.                                
  3621.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/a424d834-c694-4acc-9397-13ace04bc866_profile.png" alt="Matthew Mcdaniel" style="object-fit: cover;" class="sponsored-author-img-v2">
  3622.                                
  3623.                                <span>
  3624.                                    Matthew Mcdaniel
  3625.                                </span>
  3626.                            </div>
  3627.                            <span>16 May 2026</span>
  3628.                        </div>
  3629.                    </div>
  3630.                </div>
  3631.            </div>
  3632.            
  3633.        </div>
  3634.    </div>
  3635. </section>
  3636.  
  3637.  
  3638.    
  3639.        <!-- end wpo-blog-sponsored-section -->
  3640.        <!-- start wpo-subscribe-section -->
  3641.        
  3642.        <!-- end subscribe-section -->
  3643.        <!-- start of wpo-site-footer-section -->
  3644.        
  3645.  
  3646.  
  3647.  
  3648.  
  3649.  
  3650.  
  3651. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3652. <footer class="footer-v5 bg-primary-gradient border-top">
  3653.    
  3654.    <!-- Main Footer Content -->
  3655.    <div class="container-fluid py-5">
  3656.        
  3657.        <!-- Top Section with Logo and Description -->
  3658.        <div class="row mb-5">
  3659.            <div class="col-12 text-center">
  3660.                <div class="footer-brand mb-4">
  3661.                    
  3662.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/5277d697-d48e-4cf5-9ae5-a52669448a2c_logo.png" alt="Vision Life Hub" class="footer-logo mb-3" height="60">
  3663.                    
  3664.                    <h4 class="fw-bold footer-color mb-2">Vision Life Hub</h4>
  3665.                    <p class="footer-color opacity-50">Explore articles on personal development, mindfulness, and wellness at Vision Life Hub. Discover tips for a balanced lifestyle and mental well-being in the UK.</p>
  3666.                </div>
  3667.            </div>
  3668.        </div>
  3669.  
  3670.        <!-- Content Grid -->
  3671.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3672.            
  3673.            <!-- Quick Links Column -->
  3674.            <div class="">
  3675.                <div class="footer-section">
  3676.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3677.                        Quick Links
  3678.                    </h6>
  3679.                    <ul class="list-unstyled footer-links">
  3680.                        
  3681.                        <li class="mb-2">
  3682.                            <a href="/the-defender-departs-england-stage-well-after-her-reputation-was-engraved-among-soccer-greats/"
  3683.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3684.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3685.                                The Defender Departs England Stage Well After Her Reputation Was Engraved Among Soccer Greats
  3686.                            </a>
  3687.                        </li>
  3688.                        
  3689.                        <li class="mb-2">
  3690.                            <a href="/line-of-duty-announced-for-seventh-season-on-the-british-broadcaster/"
  3691.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3692.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3693.                                Line of Duty Announced for Seventh Season on the British Broadcaster
  3694.                            </a>
  3695.                        </li>
  3696.                        
  3697.                        <li class="mb-2">
  3698.                            <a href="/british-tennis-star-emma-raducanu-concludes-this-years-campaign-and-will-keep-her-coach-into-the-2026-season/"
  3699.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3700.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3701.                                British tennis star Emma Raducanu concludes this year&#x27;s campaign and will keep her coach into the 2026 season.
  3702.                            </a>
  3703.                        </li>
  3704.                        
  3705.                        <li class="mb-2">
  3706.                            <a href="/3-xbox-game-pass-games-that-will-validate-your-subscription-this-weekend-nov-21-23/"
  3707.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3708.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3709.                                3 Xbox Game Pass Games That Will Validate Your Subscription This Weekend (Nov. 21-23)
  3710.                            </a>
  3711.                        </li>
  3712.                        
  3713.                        <li class="mb-2">
  3714.                            <a href="/pre-ashes-banter-intensifies-as-stuart-broad-labels-australian-team-the-worst-since-2010/"
  3715.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3716.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3717.                                Pre-Ashes Banter Intensifies as Stuart Broad Labels Australian Team the Worst Since 2010
  3718.                            </a>
  3719.                        </li>
  3720.                        
  3721.                        <li class="mb-2">
  3722.                            <a href="/stefanos-tsitsipas-seriously-considered-walking-away-during-injury-plagued-campaign/"
  3723.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3724.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3725.                                Stefanos Tsitsipas Seriously Considered Walking Away During Injury-Plagued Campaign
  3726.                            </a>
  3727.                        </li>
  3728.                        
  3729.                    </ul>
  3730.                </div>
  3731.            </div>
  3732.  
  3733.            <!-- Resources Column -->
  3734.            <div class="">
  3735.                <div class="footer-section">
  3736.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3737.                        Resources
  3738.                    </h6>
  3739.                   <ul class="footer-links" id="footerLinks">
  3740.        
  3741.        
  3742.  
  3743.        
  3744.        
  3745.        
  3746.        
  3747.    </ul>
  3748.                </div>
  3749.            </div>
  3750.  
  3751.            <!-- Categories Column -->
  3752.            <div class="">
  3753.                <div class="footer-section">
  3754.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3755.                        Categories
  3756.                    </h6>
  3757.                    <div class="category-tags">
  3758.                      
  3759.                                <li>
  3760.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3761.                                        All Posts
  3762.                                    </a>
  3763.                                </li>
  3764.                                
  3765.                                <li>
  3766.                                    <a href="/category/business/" class="footer-link footer-color">
  3767.                                        Business
  3768.                                    </a>
  3769.                                </li>
  3770.                                
  3771.                                <li>
  3772.                                    <a href="/category/esports/" class="footer-link footer-color">
  3773.                                        Esports
  3774.                                    </a>
  3775.                                </li>
  3776.                                
  3777.                                <li>
  3778.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3779.                                        Fashion
  3780.                                    </a>
  3781.                                </li>
  3782.                                
  3783.                                <li>
  3784.                                    <a href="/category/featured/" class="footer-link footer-color">
  3785.                                        Featured
  3786.                                    </a>
  3787.                                </li>
  3788.                                
  3789.                                <li>
  3790.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3791.                                        Gaming
  3792.                                    </a>
  3793.                                </li>
  3794.                                
  3795.                    </div>
  3796.                </div>
  3797.            </div>
  3798.  
  3799.        </div>
  3800.  
  3801.    </div>
  3802.  
  3803.    <!-- Footer Bottom -->
  3804.    <div class="footer-bottom  border-top py-3">
  3805.        <div class="container-fluid fluid-container">
  3806.            <div class=" d-flex justify-content-between flex-wrap">
  3807.                <div class="">
  3808.                    <p class="mb-0 footer-color  ">
  3809.                        © 2026 <span class="fw-semibold footer-color">Vision Life Hub</span>. All rights reserved.
  3810.                    </p>
  3811.                </div>
  3812.                <div class="">
  3813.                    <div class="footer-nav">
  3814.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3815.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3816.                        </a>
  3817.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3818.                            <i class="bi bi-file-text me-1"></i>Terms
  3819.                        </a>
  3820.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3821.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3822.                        </a>
  3823.                    </div>
  3824.                </div>
  3825.            </div>
  3826.        </div>
  3827.    </div>
  3828.  
  3829. </footer>
  3830.  
  3831. <style>
  3832. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3833.  
  3834.  
  3835.  
  3836.  
  3837. .footer-logo {
  3838.    border-radius: 8px;
  3839. }
  3840.  
  3841. /* Footer Sections */
  3842. .footer-section {
  3843.    padding: 0 15px;
  3844. }
  3845.  
  3846. .footer-section h6 {
  3847.    position: relative;
  3848.    padding-bottom: 8px;
  3849. }
  3850.  
  3851. .footer-section h6::after {
  3852.    content: '';
  3853.    position: absolute;
  3854.    bottom: 0;
  3855.    left: 0;
  3856.    width: 30px;
  3857.    height: 2px;
  3858.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3859.    border-radius: 1px;
  3860. }
  3861.  
  3862. /* Links Styling */
  3863. .footer-links a {
  3864.    transition: all 0.3s ease;
  3865.    padding: 4px 0;
  3866.    border-radius: 4px;
  3867. }
  3868.  
  3869. .footer-links a:hover {
  3870.    color: var(--bs-primary) !important;
  3871.    padding-left: 8px;
  3872. }
  3873.  
  3874. .footer-links a:hover i {
  3875.    transform: translateX(2px);
  3876. }
  3877.  
  3878. /* Category Tags */
  3879. .category-tag {
  3880.    transition: all 0.3s ease;
  3881.    padding: 6px 12px !important;
  3882.    font-size: 0.875rem;
  3883. }
  3884.  
  3885.  
  3886.  
  3887. /* Footer Bottom */
  3888. .footer-bottom {
  3889.    backdrop-filter: blur(10px);
  3890. }
  3891.  
  3892. /* Responsive Design */
  3893. @media (max-width: 768px) {
  3894.    .footer-v5 {
  3895.        margin-top: 60px;
  3896.    }
  3897.    
  3898.    .footer-section {
  3899.        text-align:start;
  3900.        margin-bottom: 40px;
  3901.    }
  3902.    
  3903.    .footer-links a,
  3904.    .category-tags {
  3905.        justify-content:start;
  3906.    }
  3907.    
  3908.    .social-links .d-flex {
  3909.        justify-content:start;
  3910.    }
  3911. }
  3912.  
  3913. @media (max-width: 576px) {
  3914.    .footer-brand h4 {
  3915.        font-size: 1.25rem;
  3916.    }
  3917.    
  3918.    .stats-item h5 {
  3919.        font-size: 1.1rem;
  3920.    }
  3921.    
  3922.    .newsletter-form .btn {
  3923.        padding: 8px 12px;
  3924.    }
  3925. }
  3926.  
  3927. /* Animation Classes */
  3928. .fade-in {
  3929.    animation: fadeIn 0.6s ease-in;
  3930. }
  3931.  
  3932. @keyframes fadeIn {
  3933.    from { opacity: 0; transform: translateY(20px); }
  3934.    to { opacity: 1; transform: translateY(0); }
  3935. }
  3936.  
  3937. /* Loading State */
  3938. .loading {
  3939.    pointer-events: none;
  3940.    opacity: 0.7;
  3941. }
  3942.  
  3943. .loading .btn {
  3944.    position: relative;
  3945. }
  3946.  
  3947. .loading .btn::after {
  3948.    content: '';
  3949.    position: absolute;
  3950.    top: 50%;
  3951.    left: 50%;
  3952.    width: 16px;
  3953.    height: 16px;
  3954.    margin: -8px 0 0 -8px;
  3955.    border: 2px solid transparent;
  3956.    border-top-color: currentColor;
  3957.    border-radius: 50%;
  3958.    animation: spin 1s linear infinite;
  3959. }
  3960.  
  3961. @keyframes spin {
  3962.    to { transform: rotate(360deg); }
  3963. }
  3964.  
  3965. /* Utility Classes */
  3966. .text-gradient {
  3967.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3968.    -webkit-background-clip: text;
  3969.    -webkit-text-fill-color: transparent;
  3970.    background-clip: text;
  3971. }
  3972.  
  3973. .hover-lift {
  3974.    transition: transform 0.3s ease;
  3975. }
  3976.  
  3977. .hover-lift:hover {
  3978.    transform: translateY(-2px);
  3979. }
  3980. </style>
  3981.  
  3982.  
  3983. <script>
  3984. document.addEventListener('DOMContentLoaded', function() {
  3985.    
  3986.    // Initialize Bootstrap tooltips
  3987.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3988.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3989.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3990.    });
  3991.  
  3992.    // Newsletter form handling
  3993.    const newsletterForm = document.querySelector('.newsletter-form');
  3994.    if (newsletterForm) {
  3995.        newsletterForm.addEventListener('submit', function(e) {
  3996.            e.preventDefault();
  3997.            
  3998.            const email = this.querySelector('input[name="email"]').value.trim();
  3999.            const submitBtn = this.querySelector('button[type="submit"]');
  4000.            const originalContent = submitBtn.innerHTML;
  4001.            
  4002.            // Validate email
  4003.            if (!email || !isValidEmail(email)) {
  4004.                showToast('Please enter a valid email address', 'error');
  4005.                return;
  4006.            }
  4007.            
  4008.            // Show loading state
  4009.            this.classList.add('loading');
  4010.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  4011.            submitBtn.disabled = true;
  4012.            
  4013.            // Simulate API call
  4014.            setTimeout(() => {
  4015.                // Success state
  4016.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  4017.                submitBtn.classList.remove('btn-primary');
  4018.                submitBtn.classList.add('btn-success');
  4019.                
  4020.                showToast('Successfully subscribed to newsletter!', 'success');
  4021.                
  4022.                // Reset form
  4023.                setTimeout(() => {
  4024.                    this.classList.remove('loading');
  4025.                    submitBtn.innerHTML = originalContent;
  4026.                    submitBtn.classList.remove('btn-success');
  4027.                    submitBtn.classList.add('btn-primary');
  4028.                    submitBtn.disabled = false;
  4029.                    this.reset();
  4030.                }, 2000);
  4031.                
  4032.            }, 1500);
  4033.        });
  4034.    }
  4035.    
  4036.    // Email validation function
  4037.    function isValidEmail(email) {
  4038.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4039.        return emailRegex.test(email);
  4040.    }
  4041.    
  4042.    // Toast notification function
  4043.    function showToast(message, type = 'info') {
  4044.        // Remove existing toasts
  4045.        const existingToasts = document.querySelectorAll('.custom-toast');
  4046.        existingToasts.forEach(toast => toast.remove());
  4047.        
  4048.        // Create toast
  4049.        const toast = document.createElement('div');
  4050.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  4051.        toast.style.zIndex = '9999';
  4052.        toast.innerHTML = `
  4053.            <div class="d-flex align-items-center">
  4054.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  4055.                <span>${message}</span>
  4056.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  4057.            </div>
  4058.        `;
  4059.        
  4060.        document.body.appendChild(toast);
  4061.        
  4062.        // Auto remove after 4 seconds
  4063.        setTimeout(() => {
  4064.            if (toast && toast.parentNode) {
  4065.                toast.remove();
  4066.            }
  4067.        }, 4000);
  4068.    }
  4069.    
  4070.    // Smooth scroll for internal links
  4071.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  4072.        anchor.addEventListener('click', function(e) {
  4073.            e.preventDefault();
  4074.            const target = document.querySelector(this.getAttribute('href'));
  4075.            if (target) {
  4076.                target.scrollIntoView({
  4077.                    behavior: 'smooth',
  4078.                    block: 'start'
  4079.                });
  4080.            }
  4081.        });
  4082.    });
  4083.    
  4084.    // Add fade-in animation to footer sections on scroll
  4085.    const observerOptions = {
  4086.        threshold: 0.1,
  4087.        rootMargin: '0px 0px -50px 0px'
  4088.    };
  4089.    
  4090.    const sectionObserver = new IntersectionObserver((entries) => {
  4091.        entries.forEach(entry => {
  4092.            if (entry.isIntersecting) {
  4093.                entry.target.classList.add('fade-in');
  4094.            }
  4095.        });
  4096.    }, observerOptions);
  4097.    
  4098.    // Observe footer sections
  4099.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  4100.        sectionObserver.observe(section);
  4101.    });
  4102.    
  4103.    // Enhanced hover effects for category tags
  4104.    document.querySelectorAll('.category-tag').forEach(tag => {
  4105.        tag.addEventListener('mouseenter', function() {
  4106.            this.style.transform = 'translateY(-2px) scale(1.02)';
  4107.        });
  4108.        
  4109.        tag.addEventListener('mouseleave', function() {
  4110.            this.style.transform = 'translateY(0) scale(1)';
  4111.        });
  4112.    });
  4113.    
  4114.    // Prevent default for demo links
  4115.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4116.        link.addEventListener('click', function(e) {
  4117.            e.preventDefault();
  4118.        });
  4119.    });
  4120.    
  4121.    // Add click ripple effect to buttons
  4122.    document.querySelectorAll('.btn').forEach(btn => {
  4123.        btn.addEventListener('click', function(e) {
  4124.            const ripple = document.createElement('span');
  4125.            const rect = this.getBoundingClientRect();
  4126.            const size = Math.max(rect.width, rect.height);
  4127.            const x = e.clientX - rect.left - size / 2;
  4128.            const y = e.clientY - rect.top - size / 2;
  4129.            
  4130.            ripple.style.cssText = `
  4131.                position: absolute;
  4132.                left: ${x}px;
  4133.                top: ${y}px;
  4134.                width: ${size}px;
  4135.                height: ${size}px;
  4136.                border-radius: 50%;
  4137.                background: rgba(255, 255, 255, 0.4);
  4138.                transform: scale(0);
  4139.                animation: ripple-effect 0.6s linear;
  4140.                pointer-events: none;
  4141.            `;
  4142.            
  4143.            this.style.position = 'relative';
  4144.            this.style.overflow = 'hidden';
  4145.            this.appendChild(ripple);
  4146.            
  4147.            setTimeout(() => ripple.remove(), 600);
  4148.        });
  4149.    });
  4150.    
  4151. });
  4152.  
  4153. // Add ripple animation CSS
  4154. const rippleCSS = document.createElement('style');
  4155. rippleCSS.textContent = `
  4156.    @keyframes ripple-effect {
  4157.        to {
  4158.            transform: scale(4);
  4159.            opacity: 0;
  4160.        }
  4161.    }
  4162. `;
  4163. document.head.appendChild(rippleCSS);
  4164.  
  4165. document.addEventListener('DOMContentLoaded', function () {
  4166.    var btn = document.getElementById('toggleFooterLinks');
  4167.    if (!btn) return; // No extra links, no button
  4168.  
  4169.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4170.  
  4171.    btn.addEventListener('click', function () {
  4172.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4173.            return li.classList.contains('d-none');
  4174.        });
  4175.  
  4176.        extras.forEach(function (li) {
  4177.            if (anyHidden) {
  4178.                li.classList.remove('d-none');
  4179.                li.classList.add('show');
  4180.            } else {
  4181.                li.classList.add('d-none');
  4182.                li.classList.remove('show');
  4183.            }
  4184.        });
  4185.  
  4186.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4187.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4188.    });
  4189. });
  4190.  
  4191. </script>
  4192.  
  4193.        <!-- end of wpo-site-footer-section -->
  4194.    </div>
  4195.    <!-- end of page-wrapper -->
  4196.  
  4197.    <!-- All JavaScript files
  4198.    ================================================== -->
  4199.    
  4200.  
  4201. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4202. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4203. <!-- Plugins for this template -->
  4204. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4205. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4206. <!-- Custom script for this template -->
  4207. <script src="/static/blogapp/assets/js/script.js"></script>
  4208.  
  4209. <script>
  4210. (function () {
  4211. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4212. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4213.  
  4214. function applyFallback(img) {
  4215. if (!img || img.dataset.fallbackApplied === "1") {
  4216. return;
  4217. }
  4218. var failedSrc = img.currentSrc || img.src || "";
  4219. img.dataset.fallbackApplied = "1";
  4220. img.onerror = null;
  4221. img.src = fallbackImageSrc;
  4222. console.warn("[ImageFallback] Replaced broken image:", {
  4223. failedSrc: failedSrc,
  4224. fallbackSrc: fallbackImageSrc,
  4225. alt: img.alt || "",
  4226. });
  4227. }
  4228.  
  4229. document.querySelectorAll("img").forEach(function (img) {
  4230. if (img.complete && img.naturalWidth === 0) {
  4231. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4232. failedSrc: img.currentSrc || img.src || "",
  4233. alt: img.alt || "",
  4234. });
  4235. applyFallback(img);
  4236. }
  4237. });
  4238.  
  4239. document.addEventListener(
  4240. "error",
  4241. function (event) {
  4242. var target = event.target;
  4243. if (target && target.tagName === "IMG") {
  4244. applyFallback(target);
  4245. }
  4246. },
  4247. true
  4248. );
  4249. })();
  4250. </script>
  4251.  
  4252. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4253.  
  4254.  
  4255.  
  4256. <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":"26dda8ed65654cd9939b7def4252d596","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4257. </body>
  4258.  
  4259. </html>
  4260.  
  4261.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda