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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ibmp">
  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/Untitled_design_-_2025-04-26T131548.324_mP5gRvY_kn9IK2o_iz5M6ET_qVV1tUZ.png">
  14.    
  15.  
  16.    <title>Trend Society Blog: UK Lifestyle, Culture &amp; Innovation Insights</title>
  17.    <meta name="description" content="Explore the latest trends in UK society, from lifestyle and culture to technology and innovation. Stay updated with expert analysis and engaging content.">
  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://trendsocietyblog.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #6366f1;
  42.        --bs-primary-rgb: 6366f1;
  43.        --bs-secondary: #a3bffa;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #93c5fd;
  48.        --bs-light: #dbeafe;
  49.        --bs-dark: #1e3a8a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #6366f1;
  53.        --theme-primary-color-s2: #6366f1;
  54.        --body-bg-color: #0f172a;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #dbeafe;
  57.        --text-light-color: #676767;
  58.        --heading-color: #dbeafe;
  59.        --border-color: #475569;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #0f172a;
  73.        --nav-bg: #1e3a8a;
  74.        --sub-nav: #334155;
  75.        --navbar-color: #dbeafe;
  76.        --topbar-bg: #0f172a;
  77.        --topbar-color: #dbeafe;
  78.        --footer-bg: #1e3a8a;
  79.        --footer-color: #dbeafe;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #6366f1;
  84.        --link-hover: #4f46e5;
  85.        --blog-color: #dbeafe;
  86.        --blog-bg: rgba(99, 102, 241, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_89">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.  
  397.  
  398.            <!-- end preloader -->
  399.        
  400.        <!-- Start header -->
  401.        <header id="header" class="wpo-site-header">
  402.            
  403.  
  404.  
  405.    
  406.  
  407.  
  408. <style>
  409.    /* General styling for top bar */
  410.    .unique-topbar-v7 {
  411.        background-color: var(--topbar-bg);
  412.        color: #fff;
  413.      
  414.    }
  415.    .unique-v7 {
  416.        padding: 10px 30px;
  417.        display: flex;
  418.        align-items: center;
  419.        justify-content: space-between; /* Ensure it stretches across */
  420.    }
  421.  
  422.    .unique-menu-btn-v7 {
  423.        border: none;
  424.        max-width: 145px !important;
  425.        padding: 8px;
  426.        cursor: pointer;
  427.        border-radius: 5px;
  428.    }
  429.  
  430.    .unique-news-container-v7 {
  431.        display: flex;
  432.        align-items: center;
  433.        overflow: hidden;
  434.        width: fit-content;
  435.        flex-grow: 1; /* Take remaining space */
  436.        height: 60px;
  437.    }
  438.  
  439.    .unique-news-wrapper-v7 {
  440.        display: flex;
  441.        flex-direction: row;
  442.        align-items: center;
  443.        padding: 5px;
  444.    }
  445.  
  446.    .unique-news-item-v7 {
  447.        opacity: 0;
  448.        transform: translateX(100px);
  449.        transition: all 0.5s ease;
  450.        font-size: 16px;
  451.        color: var(--topbar-color);
  452.        height: 0;
  453.        width: 0;
  454.    }
  455.    
  456.    .unique-news-item-v7.active-v7 {
  457.        padding: 10px;
  458.        opacity: 1;
  459.          height: auto;
  460.        width: auto;
  461.        margin-right: 20px;
  462.        transform: translateX(0);
  463.    }
  464.  
  465.    .unique-news-item-v7.exit-up-v7 {
  466.        opacity: 0;
  467.        transform: translateX(-100px); /* Move news item left */
  468.    }
  469.  
  470.    /* Social Icons in Inline */
  471.    .contact-info-v7 {
  472.        display: flex;
  473.        gap: 10px;
  474.    }
  475.  
  476.    .contact-info-v7 ul {
  477.        display: flex;
  478.        gap: 15px;
  479.        list-style: none;
  480.    }
  481.  
  482.    .social-icon-v7 {
  483.        color: var(--topbar-color) !important;
  484.        font-size: 20px;
  485.        text-decoration: none;
  486.    }
  487.  
  488.    .social-icon-v7:hover {
  489.        color: #1da1f2;
  490.    }
  491. </style>
  492.  
  493. <div class="unique-topbar-v7">
  494.    <div class="fluid-container unique-v7 container-fluid">
  495.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  496.      
  497.        <div class="unique-news-container-v7">
  498.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  499.                <!-- News items will be added dynamically -->
  500.            </div>
  501.        </div>
  502.      
  503.        <div class="contact-info-v7">
  504.            <ul>
  505.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  506.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  507.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  508.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  509.            </ul>
  510.        </div>
  511.    </div>
  512. </div>
  513.  
  514. <script>
  515.    // Build array dynamically from Django context
  516.    const newsItems = [
  517.        
  518.            { title: "The Reason PSG Are Focusing On Parisian Talent to Defend Their European Title", url: "/the-reason-psg-are-focusing-on-parisian-talent-to-defend-their-european-title/" },
  519.        
  520.            { title: "Democratic lawmakers Allege Trump of ‘Harassment’ Tactic as FBI Seeks Interviews", url: "/democratic-lawmakers-allege-trump-of-harassment-tactic-as-fbi-seeks-interviews/" },
  521.        
  522.            { title: "A Banner Year for Kicking The Orb", url: "/a-banner-year-for-kicking-the-orb/" },
  523.        
  524.            { title: "A Gripping Journey: Food Delivery from the West Philippine Sea – A Gripping Trip Through Resupply Routes amid the Maritime Dispute.", url: "/a-gripping-journey-food-delivery-from-the-west-philippine-sea-a-gripping-trip-through-resupply-routes-amid-the-maritime-dispute/" },
  525.        
  526.            { title: "Celebrity Traitors Finale Accidentally Made Available A Full Day Prematurely Outside the UK", url: "/celebrity-traitors-finale-accidentally-made-available-a-full-day-prematurely-outside-the-uk/" }
  527.        
  528.    ];
  529.  
  530.    let currentNewsIndex = 0;
  531.    const newsWrapper = document.getElementById('newsWrapper-v7');
  532.    let newsElements = [];
  533.  
  534.    // Create news elements
  535.    function createNewsElements() {
  536.        newsItems.forEach((news, index) => {
  537.            const newsElement = document.createElement('div');
  538.            newsElement.className = 'unique-news-item-v7';
  539.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  540.            newsWrapper.appendChild(newsElement);
  541.            newsElements.push(newsElement);
  542.        });
  543.  
  544.        if (newsElements.length > 0) {
  545.            newsElements[0].classList.add('active-v7');
  546.        }
  547.    }
  548.  
  549.    // Animate news change
  550.    function changeNews() {
  551.        const currentElement = newsElements[currentNewsIndex];
  552.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  553.        const nextElement = newsElements[nextIndex];
  554.  
  555.        currentElement.classList.remove('active-v7');
  556.        currentElement.classList.add('exit-up-v7');
  557.  
  558.        setTimeout(() => {
  559.            nextElement.classList.add('active-v7');
  560.            currentNewsIndex = nextIndex;
  561.  
  562.            setTimeout(() => {
  563.                currentElement.classList.remove('exit-up-v7');
  564.            }, 100);
  565.        }, 250);
  566.    }
  567.  
  568.    // Start news rotation
  569.    function startNewsRotation() {
  570.        setInterval(changeNews, 5000);
  571.    }
  572.  
  573.    window.onload = function() {
  574.        createNewsElements();
  575.        startNewsRotation();
  576.    };
  577. </script>
  578.  
  579.  
  580.  
  581.            
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588. <header class="header-v7 py-2 mb-4">
  589.    <!-- Top Bar -->
  590.    <div class="top-bar-v7">
  591.        <div class="container-fluid fluid-container">
  592.            <div class="row align-items-center justify-content-center">
  593.                <div class="col-lg-3 col-md-4">
  594.                    <div class="logo-section-v7">
  595.                        <a class="brand-link-v7" href="/">
  596.                            
  597.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/a84b56de-e9ab-40e4-9390-77ec0ab123e3_logo.png" alt="Trend Society Blog" class="logo-img-v7" />
  598.                            
  599.                        </a>
  600.                    </div>
  601.                </div>
  602.                <div class="col-lg-6 col-md-5">
  603.                    <div class="search-bar-v7">
  604.                        <form class="search-form-v7" action="#" method="get">
  605.                            <div class="search-container-v7">
  606.                                <input id="search-input" type="search" class="search-input-v7"
  607.                                    placeholder="Search articles, tutorials, news..." name="q">
  608.                                <button type="submit" class="search-btn-v7">
  609.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  610.                                        stroke-width="2">
  611.                                        <circle cx="11" cy="11" r="8"></circle>
  612.                                        <path d="m21 21-4.35-4.35"></path>
  613.                                    </svg>
  614.                                </button>
  615.                            </div>
  616.                            <div id="search-results" class="search-results-container search-v1"></div>
  617.                        </form>
  618.                    </div>
  619.                </div>
  620.                <div class="col-lg-3 col-md-3">
  621.                    <!-- Empty column for spacing -->
  622.                </div>
  623.            </div>
  624.        </div>
  625.    </div>
  626.  
  627.    <!-- Main Navigation -->
  628.    <div class="main-nav-v7">
  629.        <div class="container-fluid">
  630.            <div class="nav-wrapper-v7">
  631.  
  632.                <!-- Sidebar Navigation -->
  633.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  634.                    <div class="nav-header-v7">
  635.                        <h6 class="nav-title-v7">Navigation</h6>
  636.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  637.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  638.                                stroke-width="2">
  639.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  640.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  641.                            </svg>
  642.                        </button>
  643.                    </div>
  644.  
  645.                    <ul class="sidebar-menu-v7">
  646.                        <li class="sidebar-item-v7">
  647.                            <a href='/' class="sidebar-link-v7 active-v7">
  648.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  649.                                    stroke="currentColor" stroke-width="2">
  650.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  651.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  652.                                </svg>
  653.                                Home
  654.                            </a>
  655.                        </li>
  656.  
  657.                        <li class="sidebar-item-v7 has-submenu-v7">
  658.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  659.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  660.                                    stroke="currentColor" stroke-width="2">
  661.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  662.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  663.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  664.                                </svg>
  665.                                Technology
  666.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  667.                                    stroke="currentColor" stroke-width="2">
  668.                                    <polyline points="6,9 12,15 18,9"></polyline>
  669.                                </svg>
  670.                            </a>
  671.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  672.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  673.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  674.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  675.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  676.                            </ul>
  677.                        </li>
  678.  
  679.                        <li class="sidebar-item-v7 has-submenu-v7">
  680.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  681.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  682.                                    stroke="currentColor" stroke-width="2">
  683.                                    <path
  684.                                        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">
  685.                                    </path>
  686.                                </svg>
  687.                                Business
  688.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  689.                                    stroke="currentColor" stroke-width="2">
  690.                                    <polyline points="6,9 12,15 18,9"></polyline>
  691.                                </svg>
  692.                            </a>
  693.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  694.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  695.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  696.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  697.                            </ul>
  698.                        </li>
  699.  
  700.                        <li class="sidebar-item-v7">
  701.                            <a href="#" class="sidebar-link-v7">
  702.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  703.                                    stroke="currentColor" stroke-width="2">
  704.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  705.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  706.                                </svg>
  707.                                Tutorials
  708.                            </a>
  709.                        </li>
  710.  
  711.                        <li class="sidebar-item-v7">
  712.                            <a href="#" class="sidebar-link-v7">
  713.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  714.                                    stroke="currentColor" stroke-width="2">
  715.                                    <polygon
  716.                                        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">
  717.                                    </polygon>
  718.                                </svg>
  719.                                Reviews
  720.                            </a>
  721.                        </li>
  722.  
  723.                        <li class="sidebar-item-v7">
  724.                            <a href="#" class="sidebar-link-v7">
  725.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  726.                                    stroke="currentColor" stroke-width="2">
  727.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  728.                                </svg>
  729.                                News
  730.                            </a>
  731.                        </li>
  732.  
  733.                        <li class="sidebar-item-v7">
  734.                            <a href="#" class="sidebar-link-v7">
  735.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  736.                                    stroke="currentColor" stroke-width="2">
  737.                                    <circle cx="12" cy="12" r="3"></circle>
  738.                                    <path
  739.                                        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">
  740.                                    </path>
  741.                                </svg>
  742.                                About
  743.                            </a>
  744.                        </li>
  745.  
  746.                        <li class="sidebar-item-v7">
  747.                            <a href="#" class="sidebar-link-v7">
  748.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  749.                                    stroke="currentColor" stroke-width="2">
  750.                                    <path
  751.                                        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">
  752.                                    </path>
  753.                                    <polyline points="22,6 12,13 2,6"></polyline>
  754.                                </svg>
  755.                                Contact
  756.                            </a>
  757.                        </li>
  758.                    </ul>
  759.                </nav>
  760.                <div class="sidebar-blur"></div>
  761.  
  762.                <!-- Main Content Area -->
  763.                <div class="content-area-v7">
  764.                    <!-- Horizontal Nav for Desktop -->
  765.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  766.                        <ul class="horizontal-menu-v7">
  767.  
  768.                            
  769.                            <li class="horizontal-item-v7">
  770.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  771.                            </li>
  772.  
  773.                            
  774.                            
  775.                             <li class="horizontal-item-v7">
  776.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  777.                                    All Posts
  778.                                </a>
  779.                                </li>
  780.  
  781.                                
  782.  
  783.                                        
  784.                                        
  785.                                
  786.                             <li class="horizontal-item-v7">
  787.                                <a href="/category/business/" class="horizontal-link-v7">
  788.                                    Business
  789.                                </a>
  790.                                </li>
  791.  
  792.                                
  793.  
  794.                                        
  795.                                        
  796.                                
  797.                             <li class="horizontal-item-v7">
  798.                                <a href="/category/esports/" class="horizontal-link-v7">
  799.                                    Esports
  800.                                </a>
  801.                                </li>
  802.  
  803.                                
  804.  
  805.                                        
  806.                                        
  807.                                
  808.                             <li class="horizontal-item-v7">
  809.                                <a href="/category/fashion/" class="horizontal-link-v7">
  810.                                    Fashion
  811.                                </a>
  812.                                </li>
  813.  
  814.                                
  815.  
  816.                                        
  817.                                        
  818.                                
  819.                             <li class="horizontal-item-v7">
  820.                                <a href="/category/featured/" class="horizontal-link-v7">
  821.                                    Featured
  822.                                </a>
  823.                                </li>
  824.  
  825.                                
  826.  
  827.                                        
  828.                                        
  829.                                
  830.                             <li class="horizontal-item-v7">
  831.                                <a href="/category/gaming/" class="horizontal-link-v7">
  832.                                    Gaming
  833.                                </a>
  834.                                </li>
  835.  
  836.                                
  837.  
  838.                                        
  839.                                        
  840.                                
  841.                             <li class="horizontal-item-v7">
  842.                                <a href="/category/health/" class="horizontal-link-v7">
  843.                                    Health
  844.                                </a>
  845.                                </li>
  846.  
  847.                                
  848.  
  849.                                        
  850.                                        
  851.                                
  852.                            
  853.                                
  854.                                <li class="horizontal-item-v7 dropdown-v7">
  855.                                    <a href="#" class="horizontal-link-v7">More</a>
  856.                                    <div class="horizontal-dropdown-v7">
  857.                                        <a href="/category/life-fitness/"
  858.                                            class="dropdown-item-v7">
  859.                                            Life &amp; Fitness
  860.                                        </a>
  861.                                        
  862.  
  863.                                        
  864.                                        
  865.                                
  866.                            
  867.                                        <a href="/category/lifestyle/"
  868.                                            class="dropdown-item-v7">
  869.                                            Lifestyle
  870.                                        </a>
  871.                                        
  872.  
  873.                                        
  874.                                        
  875.                                
  876.                            
  877.                                        <a href="/category/news/"
  878.                                            class="dropdown-item-v7">
  879.                                            News
  880.                                        </a>
  881.                                        
  882.  
  883.                                        
  884.                                        
  885.                                
  886.                            
  887.                                        <a href="/category/others/"
  888.                                            class="dropdown-item-v7">
  889.                                            Others
  890.                                        </a>
  891.                                        
  892.  
  893.                                        
  894.                                        
  895.                                
  896.                            
  897.                                        <a href="/category/politics/"
  898.                                            class="dropdown-item-v7">
  899.                                            Politics
  900.                                        </a>
  901.                                        
  902.  
  903.                                        
  904.                                        
  905.                                
  906.                            
  907.                                        <a href="/category/sports/"
  908.                                            class="dropdown-item-v7">
  909.                                            Sports
  910.                                        </a>
  911.                                        
  912.  
  913.                                        
  914.                                        
  915.                                
  916.                            
  917.                                        <a href="/category/tech/"
  918.                                            class="dropdown-item-v7">
  919.                                            Tech
  920.                                        </a>
  921.                                        
  922.  
  923.                                        
  924.                                        
  925.                                
  926.                            
  927.                                        <a href="/category/travel/"
  928.                                            class="dropdown-item-v7">
  929.                                            Travel
  930.                                        </a>
  931.                                        
  932.  
  933.                                        
  934.                                        
  935.                                    </div>
  936.                                </li>
  937.                                
  938.                                
  939. <li>
  940.                  <a href="/page/contact-us/">
  941.                     Contact Us
  942.                  </a>
  943.              </li>
  944.                        </ul>
  945.                    </nav>
  946.  
  947.  
  948.                    <!-- Mobile Menu Button -->
  949.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  950.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  951.                            stroke-width="2">
  952.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  953.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  954.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  955.                        </svg>
  956.                        Menu
  957.                    </button>
  958.                </div>
  959.            </div>
  960.        </div>
  961.    </div>
  962.  
  963.    <!-- Overlay for mobile sidebar -->
  964.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  965. </header>
  966.  
  967. <style>
  968.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  969.    .header-v7 {
  970.        position: relative;
  971.        background: var(--navbar-bg);
  972.    }
  973.  
  974.    /* Top Bar Styles */
  975.    .top-bar-v7 {
  976.        padding: 15px 0;
  977.        border-bottom: 1px solid var(--border-color);
  978.        background: var(--navbar-bg);
  979.    }
  980.  
  981.    .logo-img-v7 {
  982.        max-height: 70px;
  983.        transition: transform 0.3s ease;
  984.    }
  985.  
  986.    .logo-img-v7:hover {
  987.        transform: scale(1.05);
  988.    }
  989.  
  990.    /* Search Bar Styles */
  991.    .search-container-v7 {
  992.        position: relative;
  993.        display: flex;
  994.        align-items: center;
  995.        background: transparent;
  996.        border: 2px solid var(--border-color);
  997.        border-radius: 8px;
  998.        overflow: hidden;
  999.        transition: all 0.3s ease;
  1000.    }
  1001.  
  1002.    .search-container-v7:focus-within {
  1003.        border-color: #007bff33;
  1004.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  1005.    }
  1006.  
  1007.    .search-input-v7 {
  1008.        color: var(--topbar-color) !important;
  1009.        flex: 1;
  1010.        border: none;
  1011.        padding: 12px 16px;
  1012.        font-size: 14px;
  1013.        outline: none;
  1014.        background: transparent;
  1015.    }
  1016.  
  1017.    .search-input-v7::placeholder {
  1018.        color: #a0aec0;
  1019.    }
  1020.  
  1021.    .search-btn-v7 {
  1022.        background: var(--bs-primary);
  1023.        color: white;
  1024.        border: none;
  1025.        padding: 12px 16px;
  1026.        cursor: pointer;
  1027.        transition: background 0.3s ease;
  1028.    }
  1029.  
  1030.    .search-btn-v7:hover {
  1031.        background: #3182ce;
  1032.    }
  1033.  
  1034.    /* Header Actions */
  1035.    .header-actions-v7 {
  1036.        display: flex;
  1037.        align-items: center;
  1038.        gap: 15px;
  1039.        justify-content: flex-end;
  1040.    }
  1041.  
  1042.    .notification-btn-v7,
  1043.    .profile-btn-v7 {
  1044.        background: none;
  1045.        border: none;
  1046.        padding: 8px;
  1047.        border-radius: 8px;
  1048.        cursor: pointer;
  1049.        transition: background 0.3s ease;
  1050.        position: relative;
  1051.    }
  1052.  
  1053.    .notification-btn-v7:hover,
  1054.    .profile-btn-v7:hover {
  1055.        background: #f1f5f9;
  1056.    }
  1057.  
  1058.    .notification-badge-v7 {
  1059.        position: absolute;
  1060.        top: 2px;
  1061.        right: 2px;
  1062.        background: #e53e3e;
  1063.        color: white;
  1064.        font-size: 16px;
  1065.        font-weight: 600;
  1066.        width: 16px;
  1067.        height: 16px;
  1068.        border-radius: 50%;
  1069.        display: flex;
  1070.        align-items: center;
  1071.        justify-content: center;
  1072.    }
  1073.  
  1074.    .profile-avatar-v7 {
  1075.        width: 32px;
  1076.        height: 32px;
  1077.        background: var(--border-color);
  1078.        border-radius: 50%;
  1079.        display: flex;
  1080.        align-items: center;
  1081.        justify-content: center;
  1082.    }
  1083.  
  1084.    /* Main Navigation */
  1085.    .main-nav-v7 {
  1086.        background: var(--navbar-bg);
  1087.    }
  1088.  
  1089.    .nav-wrapper-v7 {
  1090.        display: flex;
  1091.        align-items: center;
  1092.        justify-content: center;
  1093.        min-height: 60px;
  1094.    }
  1095.  
  1096.    /* Sidebar Navigation */
  1097.    .sidebar-nav-v7 {
  1098.        position: fixed;
  1099.        top: 0;
  1100.        left: -350px;
  1101.        width: 350px;
  1102.        height: 100vh;
  1103.        background: var(--navbar-bg);
  1104.        z-index: 1000;
  1105.        transition: left 0.3s ease;
  1106.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  1107.        overflow-y: auto;
  1108.    }
  1109.  
  1110.    .sidebar-nav-v7.show-v7 {
  1111.        left: 0;
  1112.    }
  1113.  
  1114.    .nav-header-v7 {
  1115.        display: flex;
  1116.        align-items: center;
  1117.        justify-content: space-between;
  1118.        padding: 20px 25px;
  1119.        border-bottom: 1px solid var(--border-color);
  1120.        background: var(--navbar-bg);
  1121.    }
  1122.  
  1123.    .nav-title-v7 {
  1124.        font-size: 16px;
  1125.        font-weight: 600;
  1126.        color: #2d3748;
  1127.        margin: 0;
  1128.    }
  1129.  
  1130.    .sidebar-close-v7 {
  1131.        background: none;
  1132.        border: none;
  1133.        padding: 8px;
  1134.        cursor: pointer;
  1135.        border-radius: 6px;
  1136.        transition: background 0.3s ease;
  1137.    }
  1138.  
  1139.    .sidebar-close-v7:hover {
  1140.        background: var(--border-color);
  1141.    }
  1142.  
  1143.    .sidebar-menu-v7 {
  1144.        list-style: none;
  1145.        padding: 20px 0;
  1146.        margin: 0;
  1147.    }
  1148.  
  1149.    .sidebar-item-v7 {
  1150.        margin-bottom: 5px;
  1151.    }
  1152.  
  1153.    .sidebar-link-v7 {
  1154.        display: flex;
  1155.        align-items: center;
  1156.        color: #4a5568;
  1157.        text-decoration: none;
  1158.        padding: 15px 25px;
  1159.        font-size: 15px;
  1160.        font-weight: 500;
  1161.        transition: all 0.3s ease;
  1162.        position: relative;
  1163.    }
  1164.  
  1165.    .sidebar-link-v7:hover,
  1166.    .sidebar-link-v7.active-v7 {
  1167.        color: #007bff;
  1168.        background: var(--border-color);
  1169.    }
  1170.  
  1171.    .sidebar-link-v7.active-v7::before {
  1172.        content: '';
  1173.        position: absolute;
  1174.        left: 0;
  1175.        top: 0;
  1176.        bottom: 0;
  1177.        width: 4px;
  1178.        background: #007bff;
  1179.    }
  1180.  
  1181.    .sidebar-icon-v7 {
  1182.        margin-right: 12px;
  1183.        color: currentColor;
  1184.    }
  1185.  
  1186.    .submenu-arrow-v7 {
  1187.        margin-left: auto;
  1188.        transition: transform 0.3s ease;
  1189.    }
  1190.  
  1191.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1192.        transform: rotate(180deg);
  1193.    }
  1194.  
  1195.    .sidebar-submenu-v7 {
  1196.        list-style: none;
  1197.        padding: 0;
  1198.        margin: 0;
  1199.        max-height: 0;
  1200.        overflow: hidden;
  1201.        transition: max-height 0.3s ease;
  1202.        background: var(--navbar-bg);
  1203.    }
  1204.  
  1205.    .sidebar-submenu-v7.show-v7 {
  1206.        max-height: 300px;
  1207.        padding: 10px 0;
  1208.    }
  1209.  
  1210.    .sidebar-sublink-v7 {
  1211.        display: block;
  1212.        color: #718096;
  1213.        text-decoration: none;
  1214.        padding: 10px 25px 10px 55px;
  1215.        font-size: 14px;
  1216.        transition: all 0.3s ease;
  1217.    }
  1218.  
  1219.    .sidebar-sublink-v7:hover {
  1220.        color: #007bff;
  1221.        background: var(--border-color);
  1222.    }
  1223.  
  1224.    /* Sidebar Footer */
  1225.    .sidebar-footer-v7 {
  1226.        padding: 25px;
  1227.        margin-top: auto;
  1228.        border-top: 1px solid var(--border-color);
  1229.    }
  1230.  
  1231.    .sidebar-cta-v7 {
  1232.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1233.        padding: 20px;
  1234.        border-radius: 12px;
  1235.        text-align: center;
  1236.        color: white;
  1237.    }
  1238.  
  1239.    .cta-title-v7 {
  1240.        font-size: 14px;
  1241.        font-weight: 600;
  1242.        margin: 0 0 5px 0;
  1243.    }
  1244.  
  1245.    .cta-text-v7 {
  1246.        font-size: 12px;
  1247.        margin: 0 0 15px 0;
  1248.        opacity: 0.9;
  1249.    }
  1250.  
  1251.    .cta-btn-v7 {
  1252.        background: rgba(255, 255, 255, 0.2);
  1253.        color: white;
  1254.        border: 1px solid rgba(255, 255, 255, 0.3);
  1255.        padding: 8px 20px;
  1256.        border-radius: 20px;
  1257.        font-size: 12px;
  1258.        font-weight: 500;
  1259.        cursor: pointer;
  1260.        transition: all 0.3s ease;
  1261.    }
  1262.  
  1263.    .cta-btn-v7:hover {
  1264.        background: rgba(255, 255, 255, 0.3);
  1265.    }
  1266.  
  1267.    /* Horizontal Navigation for Desktop */
  1268.    .horizontal-nav-v7 {
  1269.        flex: 1;
  1270.        display: flex;
  1271.        justify-content: center;
  1272.    }
  1273.  
  1274.    .horizontal-menu-v7 {
  1275.        list-style: none;
  1276.        padding: 0;
  1277.        margin: 0;
  1278.        display: flex;
  1279.        align-items: center;
  1280.    }
  1281.  
  1282.    .horizontal-item-v7 {
  1283.        position: relative;
  1284.        margin-right: 30px;
  1285.    }
  1286.  
  1287.    .horizontal-link-v7 {
  1288.        color: #4a5568;
  1289.        text-decoration: none;
  1290.        font-size: 16px;
  1291.        font-weight: 500;
  1292.        padding: 20px 0;
  1293.        position: relative;
  1294.        transition: color 0.3s ease;
  1295.    }
  1296.  
  1297.    .horizontal-link-v7::after {
  1298.        content: '';
  1299.        position: absolute;
  1300.        bottom: 0;
  1301.        left: 0;
  1302.        width: 0;
  1303.        height: 2px;
  1304.        background: #007bff;
  1305.        transition: width 0.3s ease;
  1306.    }
  1307.  
  1308.    .horizontal-link-v7:hover,
  1309.    .horizontal-link-v7.active-v7 {
  1310.        color: #007bff;
  1311.        font-weight: 600;
  1312.    }
  1313.  
  1314.    .horizontal-link-v7:hover::after,
  1315.    .horizontal-link-v7.active-v7::after {
  1316.        width: 100%;
  1317.    }
  1318.  
  1319.    /* Horizontal Dropdown */
  1320.    .horizontal-dropdown-v7 {
  1321.        position: absolute;
  1322.        top: 100%;
  1323.        left: 0;
  1324.        background: var(--navbar-bg);
  1325.        min-width: 200px;
  1326.        border-radius: 8px;
  1327.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1328.        opacity: 0;
  1329.        visibility: hidden;
  1330.        transform: translateY(-10px);
  1331.        transition: all 0.3s ease;
  1332.        padding: 10px 0;
  1333.        z-index: 100;
  1334.    }
  1335.  
  1336.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1337.        opacity: 1;
  1338.        visibility: visible;
  1339.        transform: translateY(0);
  1340.    }
  1341.  
  1342.    .dropdown-item-v7 {
  1343.        display: block;
  1344.        color: #4a5568;
  1345.        text-decoration: none;
  1346.        padding: 12px 20px;
  1347.        font-size: 14px;
  1348.        transition: all 0.3s ease;
  1349.    }
  1350.  
  1351.    .dropdown-item-v7:hover {
  1352.        color: #007bff;
  1353.        background: #565758ff;
  1354.    }
  1355.  
  1356.    /* Mobile Menu Button */
  1357.    .mobile-menu-btn-v7 {
  1358.        background: none;
  1359.        border: 1px solid var(--border-color);
  1360.        padding: 10px 15px;
  1361.        border-radius: 8px;
  1362.        cursor: pointer;
  1363.        display: flex;
  1364.        align-items: center;
  1365.        gap: 8px;
  1366.        font-size: 14px;
  1367.        font-weight: 500;
  1368.        color: #4a5568;
  1369.        transition: all 0.3s ease;
  1370.        margin: 0 auto;
  1371.    }
  1372.  
  1373.    .mobile-menu-btn-v7:hover {
  1374.        border-color: #cbd5e0;
  1375.        opacity: 0.7;
  1376.    }
  1377.  
  1378.    /* Sidebar Overlay */
  1379.    .sidebar-overlay-v7 {
  1380.        position: fixed;
  1381.        top: 0;
  1382.        left: 0;
  1383.        right: 0;
  1384.        bottom: 0;
  1385.        background: rgba(0, 0, 0, 0.5);
  1386.        z-index: 999;
  1387.        opacity: 0;
  1388.        visibility: hidden;
  1389.        transition: all 0.3s ease;
  1390.    }
  1391.  
  1392.    .sidebar-overlay-v7.show-v7 {
  1393.        opacity: 1;
  1394.        visibility: visible;
  1395.    }
  1396.  
  1397.    /* Responsive Design */
  1398.    @media (max-width: 991px) {
  1399.        .top-bar-v7 .col-lg-6 {
  1400.            order: 3;
  1401.            margin-top: 15px;
  1402.        }
  1403.  
  1404.        .header-actions-v7 {
  1405.            justify-content: flex-start;
  1406.        }
  1407.    }
  1408.  
  1409.    @media (max-width: 768px) {
  1410.        .sidebar-nav-v7 {
  1411.            width: 300px;
  1412.            left: -300px;
  1413.        }
  1414.  
  1415.        .search-container-v7 {
  1416.            margin-top: 10px;
  1417.        }
  1418.    }
  1419. </style>
  1420.  
  1421. <script>
  1422.    function openSidebarV7() {
  1423.        const sidebar = document.getElementById('sidebarNavV7');
  1424.        const overlay = document.getElementById('sidebarOverlayV7');
  1425.  
  1426.        sidebar.classList.add('show-v7');
  1427.        overlay.classList.add('show-v7');
  1428.        document.body.style.overflow = 'hidden';
  1429.    }
  1430.  
  1431.    function closeSidebarV7() {
  1432.        const sidebar = document.getElementById('sidebarNavV7');
  1433.        const overlay = document.getElementById('sidebarOverlayV7');
  1434.  
  1435.        sidebar.classList.remove('show-v7');
  1436.        overlay.classList.remove('show-v7');
  1437.        document.body.style.overflow = '';
  1438.    }
  1439.  
  1440.    function toggleSubmenuV7(submenuId) {
  1441.        const submenu = document.getElementById(submenuId);
  1442.        const parentItem = submenu.closest('.sidebar-item-v7');
  1443.  
  1444.        // Close other open submenus
  1445.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1446.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1447.  
  1448.        allSubmenus.forEach(menu => {
  1449.            if (menu.id !== submenuId) {
  1450.                menu.classList.remove('show-v7');
  1451.            }
  1452.        });
  1453.  
  1454.        allParentItems.forEach(item => {
  1455.            if (item !== parentItem) {
  1456.                item.classList.remove('open-v7');
  1457.            }
  1458.        });
  1459.  
  1460.        // Toggle current submenu
  1461.        submenu.classList.toggle('show-v7');
  1462.        parentItem.classList.toggle('open-v7');
  1463.    }
  1464.  
  1465.    // Close sidebar when clicking outside
  1466.    document.addEventListener('click', function (event) {
  1467.        const sidebar = document.getElementById('sidebarNavV7');
  1468.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1469.  
  1470.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1471.            closeSidebarV7();
  1472.        }
  1473.    });
  1474.  
  1475.    // Handle window resize
  1476.    window.addEventListener('resize', function () {
  1477.        if (window.innerWidth >= 992) {
  1478.            closeSidebarV7();
  1479.        }
  1480.    });
  1481. </script>
  1482.  
  1483. <script>
  1484.  document.addEventListener("DOMContentLoaded", function () {
  1485.    console.log("loaded");
  1486.  
  1487.     const searchInput = document.getElementById("search-input")
  1488.    const searchResults = document.getElementById("search-results");
  1489.  
  1490.    if (!searchInput || !searchResults) {
  1491.      console.error("Search input/results not found");
  1492.      return;
  1493.    }
  1494.  
  1495.    // Prevent form submission
  1496.    if (searchInput.form) {
  1497.      searchInput.form.addEventListener("submit", function (e) {
  1498.        e.preventDefault();
  1499.      });
  1500.    }
  1501.  
  1502.    // Add event listener for keyup
  1503.    searchInput.addEventListener("keyup", function (e) {
  1504.      console.log("Key pressed:", e.key);
  1505.      e.preventDefault();
  1506.  
  1507.      const query = searchInput.value.trim();
  1508.      console.log("User is typing: " + query);
  1509.  
  1510.      // If empty → clear and hide
  1511.      if (query === "") {
  1512.        searchResults.innerHTML = "";
  1513.        searchResults.style.display = "none";
  1514.        return;
  1515.      }
  1516.  
  1517.      // Show results
  1518.      searchResults.style.display = "block";
  1519.  
  1520.      // Fetch search results
  1521.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1522.        method: "GET",
  1523.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1524.      })
  1525.        .then(response => {
  1526.          console.log("Response Status:", response.status);
  1527.          return response.json();
  1528.        })
  1529.        .then(data => {
  1530.          console.log("Data received:", data);
  1531.          if (data.html) {
  1532.            searchResults.innerHTML = data.html;
  1533.          } else {
  1534.            searchResults.innerHTML = "<p>No results found.</p>";
  1535.          }
  1536.        })
  1537.        .catch(error => {
  1538.          console.error("Error fetching search results:", error);
  1539.        });
  1540.    });
  1541.  
  1542.    // Close results when clicking outside
  1543.    document.addEventListener("click", function (e) {
  1544.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1545.        searchResults.style.display = "none";
  1546.      }
  1547.    });
  1548.  
  1549.    // Close results on ESC key
  1550.    document.addEventListener("keydown", function (e) {
  1551.      if (e.key === "Escape") {
  1552.        searchResults.style.display = "none";
  1553.      }
  1554.    });
  1555.  });
  1556. </script>
  1557.  
  1558. <style>
  1559.        /* search field */
  1560.  .search-results-container {
  1561.  position: absolute;
  1562.  top: 100%; /* Position it below the input field */
  1563.  left: 10px;
  1564.  right: 10px;
  1565.  background-color: white;
  1566.  border: 1px solid #ddd;
  1567.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1568.  max-height: 300px;
  1569.  overflow-y: auto;
  1570.  z-index: 1000;
  1571.  display: none; /* Initially hidden */
  1572. }
  1573.  
  1574. .search-results-container p {
  1575.  margin: 0;
  1576. }
  1577.  
  1578. .search-results-container .result-item {
  1579.  padding: 10px;
  1580.  cursor: pointer;
  1581. }
  1582.  
  1583. .search-results-container .result-item:hover {
  1584.  background-color: #f0f0f0;
  1585. }
  1586. </style>
  1587.  
  1588.        </header>
  1589.        <!-- end of header -->
  1590.        <!-- start of wpo-blog-hero -->
  1591.        
  1592.  
  1593.  
  1594.  
  1595.  
  1596.  
  1597.  
  1598.  
  1599. <style>
  1600. .blog-hero-section {
  1601.    padding: 3rem 0;
  1602. }
  1603.  
  1604.  
  1605. .hero-grid {
  1606.    display: grid;
  1607.    grid-template-columns: 2fr 1fr 1fr;
  1608.    grid-template-rows: 1fr 1fr;
  1609.    gap: 1.5rem;
  1610.    height: 500px;
  1611. }
  1612.  
  1613. .hero-card {
  1614.    background: var(--card-bg);
  1615.    border-radius: 12px;
  1616.    overflow: hidden;
  1617.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1618.    transition: all 0.3s ease;
  1619.    position: relative;
  1620. }
  1621.  
  1622. .hero-card:hover {
  1623.    transform: translateY(-8px);
  1624.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  1625. }
  1626.  
  1627. .main-hero {
  1628.    grid-row: 1 / -1;
  1629.    grid-column: 1;
  1630. }
  1631.  
  1632. .card-image {
  1633.    width: 100%;
  1634.    height: 60%;
  1635.    object-fit: cover;
  1636.    transition: transform 0.3s ease;
  1637. }
  1638.  
  1639. .main-hero .card-image {
  1640.    height: 65%;
  1641. }
  1642.  
  1643. .hero-card:hover .card-image {
  1644.    transform: scale(1.05);
  1645. }
  1646.  
  1647. .card-content {
  1648.    padding: 1.5rem;
  1649.    height: 40%;
  1650.    display: flex;
  1651.    flex-direction: column;
  1652.    justify-content: space-between;
  1653. }
  1654.  
  1655. .main-hero .card-content {
  1656.    height: 35%;
  1657. }
  1658.  
  1659. .category-badge {
  1660.    display: inline-block;
  1661.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1662.    color: white;
  1663.    padding: 0.4rem 1rem;
  1664.    border-radius: 20px;
  1665.    font-size: 0.8rem;
  1666.    font-weight: 600;
  1667.    text-transform: uppercase;
  1668.    letter-spacing: 0.5px;
  1669.    margin-bottom: 0.8rem;
  1670.    width: fit-content;
  1671. }
  1672.  
  1673. .card-title {
  1674.    font-size: 1.1rem;
  1675.    font-weight: 700;
  1676.    line-height: 1.4;
  1677.    margin-bottom: 0.5rem;
  1678. }
  1679.  
  1680. .main-hero .card-title {
  1681.    font-size: 1.6rem;
  1682.    line-height: 1.3;
  1683.    margin-bottom: 0.8rem;
  1684. }
  1685.  
  1686. .card-title a {
  1687.    color: var(--top-color);
  1688.    text-decoration: none;
  1689.    transition: color 0.3s ease;
  1690. }
  1691.  
  1692.  
  1693. .card-description {
  1694.    color: var(--top-color);
  1695.    line-height: 1.6;
  1696.    margin-bottom: 1rem;
  1697.    display: -webkit-box;
  1698.    -webkit-line-clamp: 2;
  1699.    -webkit-box-orient: vertical;
  1700.    overflow: hidden;
  1701. }
  1702.  
  1703. .main-hero .card-description {
  1704.    -webkit-line-clamp: 3;
  1705. }
  1706.  
  1707. .card-meta {
  1708.    display: flex;
  1709.    align-items: center;
  1710.    justify-content: space-between;
  1711.    margin-top: auto;
  1712. }
  1713.  
  1714. .author-section {
  1715.    display: flex;
  1716.    align-items: center;
  1717.    gap: 0.8rem;
  1718. }
  1719.  
  1720. .author-avatar {
  1721.    width: 35px;
  1722.    height: 35px;
  1723.    border-radius: 50%;
  1724.    object-fit: cover;
  1725.    border: 2px solid #f8f9fa;
  1726. }
  1727.  
  1728. .author-name {
  1729.    color: #667eea;
  1730.    text-decoration: none;
  1731.    font-weight: 600;
  1732.    font-size: 0.9rem;
  1733. }
  1734.  
  1735. .author-name:hover {
  1736.    text-decoration: underline;
  1737. }
  1738.  
  1739. .publish-date {
  1740.    color: #95a5a6;
  1741.    font-size: 0.85rem;
  1742.    font-weight: 500;
  1743. }
  1744.  
  1745. .side-card-1 {
  1746.    grid-column: 2;
  1747.    grid-row: 1;
  1748. }
  1749.  
  1750. .side-card-2 {
  1751.    grid-column: 3;
  1752.    grid-row: 1;
  1753. }
  1754.  
  1755. .side-card-3 {
  1756.    grid-column: 2 / 4;
  1757.    grid-row: 2;
  1758. }
  1759.  
  1760. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1761. @media (min-width: 992px) {
  1762.    
  1763.    .main-hero .card-image,
  1764.    .side-card-1 .card-image,
  1765.    .side-card-2 .card-image {
  1766.        height: 100%;
  1767.    }
  1768.    
  1769.    .main-hero .card-content,
  1770.    .side-card-1 .card-content,
  1771.    .side-card-2 .card-content {
  1772.        position: absolute;
  1773.        bottom: 0;
  1774.        left: 0;
  1775.        right: 0;
  1776.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1777.        color: white;
  1778.        padding: 2rem 1.5rem 1.5rem;
  1779.        height: auto;
  1780.    }
  1781.    
  1782.    .main-hero .card-content {
  1783.        padding: 3rem 2rem 2rem;
  1784.    }
  1785.    
  1786.    .main-hero .category-badge,
  1787.    .side-card-1 .category-badge,
  1788.    .side-card-2 .category-badge {
  1789.      
  1790.        margin-bottom: 0.8rem;
  1791.    }
  1792.    
  1793.    .main-hero .card-title a,
  1794.    .side-card-1 .card-title a,
  1795.    .side-card-2 .card-title a {
  1796.        color: white;
  1797.    }
  1798.    
  1799.    .main-hero .card-description {
  1800.        color: #f8f9fa;
  1801.    }
  1802.    
  1803.    .main-hero .author-name,
  1804.    .side-card-1 .author-name,
  1805.    .side-card-2 .author-name {
  1806.        color: #f8f9fa;
  1807.    }
  1808.    
  1809.    .main-hero .publish-date,
  1810.    .side-card-1 .publish-date,
  1811.    .side-card-2 .publish-date {
  1812.        color: #e9ecef;
  1813.    }
  1814. }
  1815.  
  1816. .side-card-3 {
  1817.    display: flex;
  1818.    flex-direction: row;
  1819. }
  1820.  
  1821. .side-card-3 .card-image {
  1822.    width: 40%;
  1823.    height: 100%;
  1824. }
  1825.  
  1826. .side-card-3 .card-content {
  1827.    width: 60%;
  1828.    height: 100%;
  1829.    padding: 1.5rem;
  1830. }
  1831.  
  1832. /* Mobile Responsive */
  1833. @media (max-width: 992px) {
  1834.    .hero-grid {
  1835.        grid-template-columns: 1fr;
  1836.        grid-template-rows: auto;
  1837.        height: auto;
  1838.        gap: 1rem;
  1839.    }
  1840.    
  1841.    .main-hero {
  1842.        grid-row: 1;
  1843.        grid-column: 1;
  1844.    }
  1845.    
  1846.    .side-card-1, .side-card-2, .side-card-3 {
  1847.        grid-column: 1;
  1848.        grid-row: auto;
  1849.    }
  1850.    
  1851.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1852.    .main-hero .card-content,
  1853.    .side-card-1 .card-content,
  1854.    .side-card-2 .card-content {
  1855.        position: relative;
  1856.        background: var(--card-bg);
  1857.        color: inherit;
  1858.        padding: 1.5rem;
  1859.        height: auto;
  1860.    }
  1861.    
  1862.    .main-hero .card-image,
  1863.    .side-card-1 .card-image,
  1864.    .side-card-2 .card-image {
  1865.        height: 200px;
  1866.    }
  1867.    
  1868.    .main-hero .card-image {
  1869.        height: 250px;
  1870.    }
  1871.    
  1872.    .main-hero .category-badge,
  1873.    .side-card-1 .category-badge,
  1874.    .side-card-2 .category-badge {
  1875.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1876.        color: white;
  1877.    }
  1878.    
  1879.    .main-hero .card-title a,
  1880.    .side-card-1 .card-title a,
  1881.    .side-card-2 .card-title a {
  1882.        color: var(--top-color);
  1883.    }
  1884.    
  1885.    .main-hero .card-description {
  1886.        color: #7f8c8d;
  1887.    }
  1888.    
  1889.    .main-hero .author-name,
  1890.    .side-card-1 .author-name,
  1891.    .side-card-2 .author-name {
  1892.        color: #667eea;
  1893.    }
  1894.    
  1895.    .main-hero .publish-date,
  1896.    .side-card-1 .publish-date,
  1897.    .side-card-2 .publish-date {
  1898.        color: #95a5a6;
  1899.    }
  1900.    
  1901.    .side-card-3 {
  1902.        flex-direction: column;
  1903.    }
  1904.    
  1905.    .side-card-3 .card-image {
  1906.        width: 100%;
  1907.        height: 200px;
  1908.    }
  1909.    
  1910.    .side-card-3 .card-content {
  1911.        width: 100%;
  1912.        height: auto;
  1913.    }
  1914.    
  1915.    .card-image {
  1916.        height: 200px;
  1917.    }
  1918.    
  1919.    .main-hero .card-image {
  1920.        height: 250px;
  1921.    }
  1922.    
  1923.    .main-hero .card-content {
  1924.        height: auto;
  1925.    }
  1926. }
  1927. </style>
  1928.  
  1929. <div class="blog-hero-section">
  1930.    <div class="container-fluid fluid-container">
  1931.        <div class="hero-grid">
  1932.            <!-- Main Featured Post -->
  1933.            
  1934.                              
  1935.                    <article class="hero-card main-hero">
  1936.                        
  1937.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="The Legendary Jimmy Cliff, Music Legend and Cultural Icon, Passes Away at Eighty-One Years Old" class="card-image">
  1938.                        
  1939.                        
  1940.                        <div class="card-content">
  1941.                            <div>
  1942.                                <span class="category-badge">News</span>
  1943.                                <h2 class="card-title">
  1944.                                    <a href="/the-legendary-jimmy-cliff-music-legend-and-cultural-icon-passes-away-at-eighty-one-years-old/">
  1945.                                        The Legendary Jimmy Cliff, Music Legend and Cultural Icon, Passes Away at Eighty-One Years Old
  1946.                                    </a>
  1947.                                </h2>
  1948.                                <p class="card-description"></p>
  1949.                            </div>
  1950.                            
  1951.                            <div class="card-meta">
  1952.                                <div class="author-section">
  1953.                                    
  1954.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" class="author-avatar">
  1955.                                    
  1956.                                    <a href="#" class="author-name">Dale Christensen</a>
  1957.                                </div>
  1958.                                <span class="publish-date">May 20, 2026</span>
  1959.                            </div>
  1960.                        </div>
  1961.                    </article>
  1962.                
  1963.            
  1964.  
  1965.            <!-- Side Cards -->
  1966.            
  1967.                <article class="hero-card side-card-1">
  1968.                    
  1969.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Explosions Hit Kyiv, Claiming a Military Member&#x27;s Life and Wounding Four in Terrorist Attack" class="card-image">
  1970.                    
  1971.                    
  1972.                    <div class="card-content">
  1973.                        <div>
  1974.                            <span class="category-badge">News</span>
  1975.                            <h3 class="card-title">
  1976.                                <a href="/explosions-hit-kyiv-claiming-a-military-members-life-and-wounding-four-in-terrorist-attack/">
  1977.                                    Explosions Hit Kyiv, Claiming a Military Member&#x27;s Life and Wounding Four in Terrorist Attack
  1978.                                </a>
  1979.                            </h3>
  1980.                            <p class="card-description"></p>
  1981.                        </div>
  1982.                        
  1983.                        <div class="card-meta">
  1984.                            <div class="author-section">
  1985.                                <a href="#" class="author-name">Dale Christensen</a>
  1986.                            </div>
  1987.                            <span class="publish-date">May 20</span>
  1988.                        </div>
  1989.                    </div>
  1990.                </article>
  1991.            
  1992.                <article class="hero-card side-card-2">
  1993.                    
  1994.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Unwavering Speech Upholds ‘Drug Boat’ Attacks Amidst Criticism" class="card-image">
  1995.                    
  1996.                    
  1997.                    <div class="card-content">
  1998.                        <div>
  1999.                            <span class="category-badge">News</span>
  2000.                            <h3 class="card-title">
  2001.                                <a href="/unwavering-speech-upholds-drug-boat-attacks-amidst-criticism/">
  2002.                                    Unwavering Speech Upholds ‘Drug Boat’ Attacks Amidst Criticism
  2003.                                </a>
  2004.                            </h3>
  2005.                            <p class="card-description"></p>
  2006.                        </div>
  2007.                        
  2008.                        <div class="card-meta">
  2009.                            <div class="author-section">
  2010.                                <a href="#" class="author-name">Dale Christensen</a>
  2011.                            </div>
  2012.                            <span class="publish-date">May 20</span>
  2013.                        </div>
  2014.                    </div>
  2015.                </article>
  2016.            
  2017.                <article class="hero-card side-card-3">
  2018.                    
  2019.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Prison Phone Call Tapes Spark Doubts About Ex-Abercrombie CEO&#x27;s Ability for Legal Case" class="card-image">
  2020.                    
  2021.                    
  2022.                    <div class="card-content">
  2023.                        <div>
  2024.                            <span class="category-badge">News</span>
  2025.                            <h3 class="card-title">
  2026.                                <a href="/prison-phone-call-tapes-spark-doubts-about-ex-abercrombie-ceos-ability-for-legal-case/">
  2027.                                    Prison Phone Call Tapes Spark Doubts About Ex-Abercrombie CEO&#x27;s Ability for Legal Case
  2028.                                </a>
  2029.                            </h3>
  2030.                            <p class="card-description"></p>
  2031.                        </div>
  2032.                        
  2033.                        <div class="card-meta">
  2034.                            <div class="author-section">
  2035.                                <a href="#" class="author-name">Dale Christensen</a>
  2036.                            </div>
  2037.                            <span class="publish-date">May 20</span>
  2038.                        </div>
  2039.                    </div>
  2040.                </article>
  2041.            
  2042.        </div>
  2043.    </div>
  2044. </div>
  2045.  
  2046.  
  2047.  
  2048.  
  2049.        <!-- end of wpo-blog-hero -->
  2050.  
  2051.        <!-- start of wpo-breacking-news -->
  2052.        
  2053.        <!-- end of wpo-breacking-news -->
  2054.        
  2055.        <!-- start wpo-blog-highlights-section -->
  2056.        
  2057.  
  2058.  
  2059.  
  2060.    
  2061.  
  2062.  
  2063.  
  2064. <style>
  2065.    .blog-highlights-v3 {
  2066.        padding: 0px 0;
  2067.    }
  2068.    
  2069.    .blog-card-v3 {
  2070.        border: 1px solid #e9ecef;
  2071.        border-radius: 8px;
  2072.        overflow: hidden;
  2073.        transition: all 0.3s ease;
  2074.        background: white;
  2075.        height: 100%;
  2076.    }
  2077.    
  2078.    .blog-card-v3:hover {
  2079.        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  2080.    }
  2081.    
  2082.    .blog-image-v3 {
  2083.        position: relative;
  2084.        overflow: hidden;
  2085.        height: 200px;
  2086.    }
  2087.    
  2088.    .blog-image-v3 img {
  2089.        width: 100%;
  2090.        height: 100%;
  2091.        object-fit: cover;
  2092.        transition: opacity 0.3s ease;
  2093.    }
  2094.    
  2095.    .blog-card-v3:hover .blog-image-v3 img {
  2096.        opacity: 0.9;
  2097.    }
  2098.    
  2099.    .blog-category-v3 {
  2100.        position: absolute;
  2101.        top: 12px;
  2102.        right: 12px;
  2103.        padding: 4px 12px;
  2104.        border-radius: 4px;
  2105.        font-size: 11px;
  2106.        font-weight: 600;
  2107.        text-transform: uppercase;
  2108.        letter-spacing: 0.8px;
  2109.    }
  2110.    
  2111.    .blog-content-v3 {
  2112.        padding: 20px;
  2113.    }
  2114.    
  2115.    .blog-title-v3 {
  2116.        font-size: 16px;
  2117.        font-weight: 600;
  2118.        line-height: 1.5;
  2119.        margin-bottom: 12px;
  2120.        min-height: 48px;
  2121.    }
  2122.    
  2123.    .blog-title-v3 a {
  2124.        text-decoration: none;
  2125.        transition: color 0.2s ease;
  2126.    }
  2127.    
  2128.    .blog-meta-v3 {
  2129.        display: flex;
  2130.        align-items: center;
  2131.        gap: 8px;
  2132.        margin-bottom: 10px;
  2133.        font-size: 12px;
  2134.        border-bottom: 1px solid #f1f3f4;
  2135.        padding-bottom: 10px;
  2136.    }
  2137.    
  2138.    .blog-author-img-v3 {
  2139.        width: 24px;
  2140.        height: 24px;
  2141.        border-radius: 50%;
  2142.        object-fit: cover;
  2143.    }
  2144.    
  2145.    .blog-excerpt-v3 {
  2146.        font-size: 13px;
  2147.        line-height: 1.5;
  2148.        opacity: 0.7;
  2149.        display: -webkit-box;
  2150.        -webkit-line-clamp: 2;
  2151.        -webkit-box-orient: vertical;
  2152.        overflow: hidden;
  2153.    }
  2154.    
  2155.    .section-title-v3 {
  2156.        font-size: 2.8rem;
  2157.        font-weight: 700;
  2158.        text-align: center;
  2159.        margin-bottom: 20px;
  2160.    }
  2161.    
  2162.    .section-subtitle-v3 {
  2163.        text-align: center;
  2164.        font-size: 1rem;
  2165.        opacity: 0.7;
  2166.        margin-bottom: 60px;
  2167.    }
  2168.  
  2169.    @media (max-width: 768px) {
  2170.        .section-title-v3 {
  2171.            font-size: 2.2rem;
  2172.        }
  2173.        .blog-highlights-v3 {
  2174.            padding: 0px 0;
  2175.        }
  2176.        .blog-content-v3 {
  2177.            padding: 16px;
  2178.        }
  2179.    }
  2180. </style>
  2181.  
  2182. <section class="blog-highlights-v3">
  2183.    <div class="container-fluid fluid-container">
  2184.        <div class="row">
  2185.            <div class="col-12">
  2186.                <h2 class="section-title-v3 top-color">
  2187.                Today's Top Highlights
  2188.                   </h2>
  2189.                <p class="section-subtitle-v3 top-color">Discover our latest stories and insights from around the world</p>
  2190.            </div>
  2191.        </div>
  2192.        
  2193.        <div class="row">
  2194.            <div class="col-lg-8 col-12">
  2195.                <div class="row g-3">
  2196.                    
  2197.                    <div class="col-lg-6 col-md-6 col-12">
  2198.                        <div class="card blog-card-v3">
  2199.                            <div class="blog-image-v3">
  2200.                                
  2201.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2202.                                
  2203.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2204.                            </div>
  2205.                            <div class="blog-content-v3">
  2206.                                <h3 class="blog-title-v3">
  2207.                                    <a href="/the-gal%C3%A1pagos-islands-had-no-native-amphibians-then-countless-numbers-of-amphibians-invaded/" class="top-color">
  2208.                                    The Galápagos Islands Had No Native Amphibians. Then Countless Numbers of Amphibians Invaded
  2209.                                    </a>
  2210.                                </h3>
  2211.                                <div class="blog-meta-v3">
  2212.                                    
  2213.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="blog-author-img-v3">
  2214.                                    
  2215.                                    
  2216.                                    <span class="top-color">By Dale Christensen</span>
  2217.                                    <span class="top-color">•</span>
  2218.                                    <span class="top-color">20 May 2026</span>
  2219.                                </div>
  2220.                                <p class="blog-excerpt-v3 top-color"></p>
  2221.                            </div>
  2222.                        </div>
  2223.                    </div>
  2224.                    
  2225.                    <div class="col-lg-6 col-md-6 col-12">
  2226.                        <div class="card blog-card-v3">
  2227.                            <div class="blog-image-v3">
  2228.                                
  2229.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2230.                                
  2231.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2232.                            </div>
  2233.                            <div class="blog-content-v3">
  2234.                                <h3 class="blog-title-v3">
  2235.                                    <a href="/sitting-with-sir-alex-and-getting-knocked-out-a-lenswomans-tales/" class="top-color">
  2236.                                    Sitting with Sir Alex and Getting &#x27;Knocked Out&#x27; – A Lenswoman&#x27;s Tales
  2237.                                    </a>
  2238.                                </h3>
  2239.                                <div class="blog-meta-v3">
  2240.                                    
  2241.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="blog-author-img-v3">
  2242.                                    
  2243.                                    
  2244.                                    <span class="top-color">By Dale Christensen</span>
  2245.                                    <span class="top-color">•</span>
  2246.                                    <span class="top-color">20 May 2026</span>
  2247.                                </div>
  2248.                                <p class="blog-excerpt-v3 top-color"></p>
  2249.                            </div>
  2250.                        </div>
  2251.                    </div>
  2252.                    
  2253.                    <div class="col-lg-6 col-md-6 col-12">
  2254.                        <div class="card blog-card-v3">
  2255.                            <div class="blog-image-v3">
  2256.                                
  2257.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2258.                                
  2259.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2260.                            </div>
  2261.                            <div class="blog-content-v3">
  2262.                                <h3 class="blog-title-v3">
  2263.                                    <a href="/californias-governor-again-denies-parole-for-manson-follower-longtime-inmate/" class="top-color">
  2264.                                    California&#x27;s Governor Again Denies Parole for Manson Follower Longtime Inmate
  2265.                                    </a>
  2266.                                </h3>
  2267.                                <div class="blog-meta-v3">
  2268.                                    
  2269.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="blog-author-img-v3">
  2270.                                    
  2271.                                    
  2272.                                    <span class="top-color">By Dale Christensen</span>
  2273.                                    <span class="top-color">•</span>
  2274.                                    <span class="top-color">19 May 2026</span>
  2275.                                </div>
  2276.                                <p class="blog-excerpt-v3 top-color"></p>
  2277.                            </div>
  2278.                        </div>
  2279.                    </div>
  2280.                    
  2281.                    <div class="col-lg-6 col-md-6 col-12">
  2282.                        <div class="card blog-card-v3">
  2283.                            <div class="blog-image-v3">
  2284.                                
  2285.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2286.                                
  2287.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2288.                            </div>
  2289.                            <div class="blog-content-v3">
  2290.                                <h3 class="blog-title-v3">
  2291.                                    <a href="/suspect-in-ivy-league-campus-incident-found-discovered-deceased-inside-storage-unit/" class="top-color">
  2292.                                    Suspect in Ivy League Campus Incident Found Discovered Deceased Inside Storage Unit.
  2293.                                    </a>
  2294.                                </h3>
  2295.                                <div class="blog-meta-v3">
  2296.                                    
  2297.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="blog-author-img-v3">
  2298.                                    
  2299.                                    
  2300.                                    <span class="top-color">By Dale Christensen</span>
  2301.                                    <span class="top-color">•</span>
  2302.                                    <span class="top-color">19 May 2026</span>
  2303.                                </div>
  2304.                                <p class="blog-excerpt-v3 top-color"></p>
  2305.                            </div>
  2306.                        </div>
  2307.                    </div>
  2308.                    
  2309.                    <div class="col-lg-6 col-md-6 col-12">
  2310.                        <div class="card blog-card-v3">
  2311.                            <div class="blog-image-v3">
  2312.                                
  2313.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2314.                                
  2315.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2316.                            </div>
  2317.                            <div class="blog-content-v3">
  2318.                                <h3 class="blog-title-v3">
  2319.                                    <a href="/to-rinse-or-not-to-rinse-expert-tips-for-preparing-mushrooms/" class="top-color">
  2320.                                    To Rinse or Not to Rinse: Expert Tips for Preparing Mushrooms
  2321.                                    </a>
  2322.                                </h3>
  2323.                                <div class="blog-meta-v3">
  2324.                                    
  2325.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="blog-author-img-v3">
  2326.                                    
  2327.                                    
  2328.                                    <span class="top-color">By Dale Christensen</span>
  2329.                                    <span class="top-color">•</span>
  2330.                                    <span class="top-color">19 May 2026</span>
  2331.                                </div>
  2332.                                <p class="blog-excerpt-v3 top-color"></p>
  2333.                            </div>
  2334.                        </div>
  2335.                    </div>
  2336.                    
  2337.                    <div class="col-lg-6 col-md-6 col-12">
  2338.                        <div class="card blog-card-v3">
  2339.                            <div class="blog-image-v3">
  2340.                                
  2341.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2342.                                
  2343.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2344.                            </div>
  2345.                            <div class="blog-content-v3">
  2346.                                <h3 class="blog-title-v3">
  2347.                                    <a href="/human-remains-of-competitive-swimmer-apparently-taken-by-shark-located-on-pacific-shore/" class="top-color">
  2348.                                    Human Remains of Competitive Swimmer Apparently Taken by Shark Located on Pacific Shore
  2349.                                    </a>
  2350.                                </h3>
  2351.                                <div class="blog-meta-v3">
  2352.                                    
  2353.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="blog-author-img-v3">
  2354.                                    
  2355.                                    
  2356.                                    <span class="top-color">By Dale Christensen</span>
  2357.                                    <span class="top-color">•</span>
  2358.                                    <span class="top-color">19 May 2026</span>
  2359.                                </div>
  2360.                                <p class="blog-excerpt-v3 top-color"></p>
  2361.                            </div>
  2362.                        </div>
  2363.                    </div>
  2364.                    
  2365.                    <div class="col-lg-6 col-md-6 col-12">
  2366.                        <div class="card blog-card-v3">
  2367.                            <div class="blog-image-v3">
  2368.                                
  2369.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2370.                                
  2371.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2372.                            </div>
  2373.                            <div class="blog-content-v3">
  2374.                                <h3 class="blog-title-v3">
  2375.                                    <a href="/music-legend-barry-manilow-to-undergo-surgery-for-a-lung-cancer-diagnosis/" class="top-color">
  2376.                                    Music Legend Barry Manilow to Undergo Surgery for a Lung Cancer Diagnosis.
  2377.                                    </a>
  2378.                                </h3>
  2379.                                <div class="blog-meta-v3">
  2380.                                    
  2381.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="blog-author-img-v3">
  2382.                                    
  2383.                                    
  2384.                                    <span class="top-color">By Dale Christensen</span>
  2385.                                    <span class="top-color">•</span>
  2386.                                    <span class="top-color">19 May 2026</span>
  2387.                                </div>
  2388.                                <p class="blog-excerpt-v3 top-color"></p>
  2389.                            </div>
  2390.                        </div>
  2391.                    </div>
  2392.                    
  2393.                    <div class="col-lg-6 col-md-6 col-12">
  2394.                        <div class="card blog-card-v3">
  2395.                            <div class="blog-image-v3">
  2396.                                
  2397.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2398.                                
  2399.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2400.                            </div>
  2401.                            <div class="blog-content-v3">
  2402.                                <h3 class="blog-title-v3">
  2403.                                    <a href="/ex-british-serviceman-accused-of-killing-kenyan-woman-shows-up-in-court/" class="top-color">
  2404.                                    Ex British Serviceman Accused of Killing Kenyan Woman Shows Up in Court
  2405.                                    </a>
  2406.                                </h3>
  2407.                                <div class="blog-meta-v3">
  2408.                                    
  2409.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="blog-author-img-v3">
  2410.                                    
  2411.                                    
  2412.                                    <span class="top-color">By Dale Christensen</span>
  2413.                                    <span class="top-color">•</span>
  2414.                                    <span class="top-color">19 May 2026</span>
  2415.                                </div>
  2416.                                <p class="blog-excerpt-v3 top-color"></p>
  2417.                            </div>
  2418.                        </div>
  2419.                    </div>
  2420.                    
  2421.                    <div class="col-lg-6 col-md-6 col-12">
  2422.                        <div class="card blog-card-v3">
  2423.                            <div class="blog-image-v3">
  2424.                                
  2425.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2426.                                
  2427.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2428.                            </div>
  2429.                            <div class="blog-content-v3">
  2430.                                <h3 class="blog-title-v3">
  2431.                                    <a href="/fda-approves-addyi-a-desire-boosting-medication-for-females-beyond-menopause/" class="top-color">
  2432.                                    FDA Approves Addyi, a Desire-Boosting Medication for Females Beyond Menopause
  2433.                                    </a>
  2434.                                </h3>
  2435.                                <div class="blog-meta-v3">
  2436.                                    
  2437.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="blog-author-img-v3">
  2438.                                    
  2439.                                    
  2440.                                    <span class="top-color">By Dale Christensen</span>
  2441.                                    <span class="top-color">•</span>
  2442.                                    <span class="top-color">19 May 2026</span>
  2443.                                </div>
  2444.                                <p class="blog-excerpt-v3 top-color"></p>
  2445.                            </div>
  2446.                        </div>
  2447.                    </div>
  2448.                    
  2449.                    <div class="col-lg-6 col-md-6 col-12">
  2450.                        <div class="card blog-card-v3">
  2451.                            <div class="blog-image-v3">
  2452.                                
  2453.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2454.                                
  2455.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2456.                            </div>
  2457.                            <div class="blog-content-v3">
  2458.                                <h3 class="blog-title-v3">
  2459.                                    <a href="/we-require-a-aircraft-to-search-for-them-13-year-olds-distress-call-to-rescue-relatives-adrift-off-aussie-coast-disclosed/" class="top-color">
  2460.                                    We Require a Aircraft to Search For Them’: 13-Year-Old’s Distress Call to Rescue Relatives Adrift Off Aussie Coast Disclosed
  2461.                                    </a>
  2462.                                </h3>
  2463.                                <div class="blog-meta-v3">
  2464.                                    
  2465.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="blog-author-img-v3">
  2466.                                    
  2467.                                    
  2468.                                    <span class="top-color">By Dale Christensen</span>
  2469.                                    <span class="top-color">•</span>
  2470.                                    <span class="top-color">19 May 2026</span>
  2471.                                </div>
  2472.                                <p class="blog-excerpt-v3 top-color"></p>
  2473.                            </div>
  2474.                        </div>
  2475.                    </div>
  2476.                    
  2477.                    <div class="col-lg-6 col-md-6 col-12">
  2478.                        <div class="card blog-card-v3">
  2479.                            <div class="blog-image-v3">
  2480.                                
  2481.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2482.                                
  2483.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2484.                            </div>
  2485.                            <div class="blog-content-v3">
  2486.                                <h3 class="blog-title-v3">
  2487.                                    <a href="/cyclone-catastrophe-in-sri-lanka-ignites-a-spirit-of-volunteerism/" class="top-color">
  2488.                                    Cyclone Catastrophe in Sri Lanka Ignites a Spirit of Volunteerism
  2489.                                    </a>
  2490.                                </h3>
  2491.                                <div class="blog-meta-v3">
  2492.                                    
  2493.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="blog-author-img-v3">
  2494.                                    
  2495.                                    
  2496.                                    <span class="top-color">By Dale Christensen</span>
  2497.                                    <span class="top-color">•</span>
  2498.                                    <span class="top-color">18 May 2026</span>
  2499.                                </div>
  2500.                                <p class="blog-excerpt-v3 top-color"></p>
  2501.                            </div>
  2502.                        </div>
  2503.                    </div>
  2504.                    
  2505.                    <div class="col-lg-6 col-md-6 col-12">
  2506.                        <div class="card blog-card-v3">
  2507.                            <div class="blog-image-v3">
  2508.                                
  2509.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2510.                                
  2511.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  2512.                            </div>
  2513.                            <div class="blog-content-v3">
  2514.                                <h3 class="blog-title-v3">
  2515.                                    <a href="/real-madrids-alexander-arnold-might-return-to-face-liverpool-in-forthcoming-european-match/" class="top-color">
  2516.                                    Real Madrid&#x27;s Alexander-Arnold Might Return to Face Liverpool in Forthcoming European Match
  2517.                                    </a>
  2518.                                </h3>
  2519.                                <div class="blog-meta-v3">
  2520.                                    
  2521.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="blog-author-img-v3">
  2522.                                    
  2523.                                    
  2524.                                    <span class="top-color">By Dale Christensen</span>
  2525.                                    <span class="top-color">•</span>
  2526.                                    <span class="top-color">18 May 2026</span>
  2527.                                </div>
  2528.                                <p class="blog-excerpt-v3 top-color"></p>
  2529.                            </div>
  2530.                        </div>
  2531.                    </div>
  2532.                    
  2533.                    
  2534.  
  2535.                </div>
  2536.            </div>
  2537.            
  2538.             <div class="col col-lg-4 col-12">
  2539.                
  2540.  
  2541.  
  2542.  
  2543.    
  2544.  
  2545. <!-- Curved Heading Sidebar -->
  2546.    <div class="sidebar mb-3">
  2547.        
  2548.       <div class="sidebar-widget mb-5">
  2549.            <div class="widget-title-wrapper mb-3">
  2550.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2551.                    <div class="title-border"></div>
  2552.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2553.                </h4>
  2554.            </div>
  2555.            <div class="widget-content shadow-sm rounded-3 p-4">
  2556.                <div class="archives-list scrollable-sidebar">
  2557.                    
  2558.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2559.                        <a href="https://www.foodandfuel.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2560.                            <i class="ti-angle-right me-2 text-primary"></i>
  2561.                            <span class="archive-link top-color fw-semibold">betting sites not on gamstop</span>
  2562.                        </a>
  2563.                    </div>
  2564.                    
  2565.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2566.                        <a href="https://thegoldenfleeceyork.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2567.                            <i class="ti-angle-right me-2 text-primary"></i>
  2568.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2569.                        </a>
  2570.                    </div>
  2571.                    
  2572.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2573.                        <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2574.                            <i class="ti-angle-right me-2 text-primary"></i>
  2575.                            <span class="archive-link top-color fw-semibold">casino</span>
  2576.                        </a>
  2577.                    </div>
  2578.                    
  2579.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2580.                        <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2581.                            <i class="ti-angle-right me-2 text-primary"></i>
  2582.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop</span>
  2583.                        </a>
  2584.                    </div>
  2585.                    
  2586.  
  2587.                </div>
  2588.            </div>
  2589.        </div>
  2590.        
  2591.       <div class="sidebar-widget mb-5">
  2592.            <div class="widget-title-wrapper mb-3">
  2593.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2594.                    <div class="title-border"></div>
  2595.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2596.                </h4>
  2597.            </div>
  2598.            <div class="widget-content shadow-sm rounded-3 p-4">
  2599.                <div class="archives-list scrollable-sidebar">
  2600.                    
  2601.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2602.                        <a href="https://www.geekgirlmeetup.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2603.                            <i class="ti-angle-right me-2 text-primary"></i>
  2604.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2605.                        </a>
  2606.                    </div>
  2607.                    
  2608.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2609.                        <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2610.                            <i class="ti-angle-right me-2 text-primary"></i>
  2611.                            <span class="archive-link top-color fw-semibold">casino</span>
  2612.                        </a>
  2613.                    </div>
  2614.                    
  2615.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2616.                        <a href="https://fdncoffee.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2617.                            <i class="ti-angle-right me-2 text-primary"></i>
  2618.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2619.                        </a>
  2620.                    </div>
  2621.                    
  2622.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2623.                        <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2624.                            <i class="ti-angle-right me-2 text-primary"></i>
  2625.                            <span class="archive-link top-color fw-semibold">best online casinos</span>
  2626.                        </a>
  2627.                    </div>
  2628.                    
  2629.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2630.                        <a href="https://glasgowmuseumsslavery.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2631.                            <i class="ti-angle-right me-2 text-primary"></i>
  2632.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2633.                        </a>
  2634.                    </div>
  2635.                    
  2636.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2637.                        <a href="https://bcab.org.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2638.                            <i class="ti-angle-right me-2 text-primary"></i>
  2639.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2640.                        </a>
  2641.                    </div>
  2642.                    
  2643.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2644.                        <a href="https://casino.blackcurve.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2645.                            <i class="ti-angle-right me-2 text-primary"></i>
  2646.                            <span class="archive-link top-color fw-semibold">non uk casino sites</span>
  2647.                        </a>
  2648.                    </div>
  2649.                    
  2650.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2651.                        <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2652.                            <i class="ti-angle-right me-2 text-primary"></i>
  2653.                            <span class="archive-link top-color fw-semibold">casino sites</span>
  2654.                        </a>
  2655.                    </div>
  2656.                    
  2657.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2658.                        <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2659.                            <i class="ti-angle-right me-2 text-primary"></i>
  2660.                            <span class="archive-link top-color fw-semibold">non GamStop casino</span>
  2661.                        </a>
  2662.                    </div>
  2663.                    
  2664.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2665.                        <a href="https://thetimeisnow.uk/betting-sites-not-on-gamstop" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2666.                            <i class="ti-angle-right me-2 text-primary"></i>
  2667.                            <span class="archive-link top-color fw-semibold">betting sites not on gamstop</span>
  2668.                        </a>
  2669.                    </div>
  2670.                    
  2671.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2672.                        <a href="https://israelpremiertech.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2673.                            <i class="ti-angle-right me-2 text-primary"></i>
  2674.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2675.                        </a>
  2676.                    </div>
  2677.                    
  2678.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2679.                        <a href="https://www.coexisthouse.org.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2680.                            <i class="ti-angle-right me-2 text-primary"></i>
  2681.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2682.                        </a>
  2683.                    </div>
  2684.                    
  2685.  
  2686.                </div>
  2687.            </div>
  2688.        </div>
  2689.        
  2690.       <div class="sidebar-widget mb-5">
  2691.            <div class="widget-title-wrapper mb-3">
  2692.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2693.                    <div class="title-border"></div>
  2694.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2695.                </h4>
  2696.            </div>
  2697.            <div class="widget-content shadow-sm rounded-3 p-4">
  2698.                <div class="archives-list scrollable-sidebar">
  2699.                    
  2700.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2701.                        <a href="https://www.peckhamaudio.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2702.                            <i class="ti-angle-right me-2 text-primary"></i>
  2703.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2704.                        </a>
  2705.                    </div>
  2706.                    
  2707.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2708.                        <a href="https://www.ginspa.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2709.                            <i class="ti-angle-right me-2 text-primary"></i>
  2710.                            <span class="archive-link top-color fw-semibold">casino not on gamestop</span>
  2711.                        </a>
  2712.                    </div>
  2713.                    
  2714.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2715.                        <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2716.                            <i class="ti-angle-right me-2 text-primary"></i>
  2717.                            <span class="archive-link top-color fw-semibold">gambling sites not on GamStop</span>
  2718.                        </a>
  2719.                    </div>
  2720.                    
  2721.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2722.                        <a href="https://www.caerphilly.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2723.                            <i class="ti-angle-right me-2 text-primary"></i>
  2724.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2725.                        </a>
  2726.                    </div>
  2727.                    
  2728.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2729.                        <a href="https://shopy.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2730.                            <i class="ti-angle-right me-2 text-primary"></i>
  2731.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2732.                        </a>
  2733.                    </div>
  2734.                    
  2735.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2736.                        <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2737.                            <i class="ti-angle-right me-2 text-primary"></i>
  2738.                            <span class="archive-link top-color fw-semibold">best uk betting sites</span>
  2739.                        </a>
  2740.                    </div>
  2741.                    
  2742.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2743.                        <a href="https://allcatsrgrey.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2744.                            <i class="ti-angle-right me-2 text-primary"></i>
  2745.                            <span class="archive-link top-color fw-semibold">casino</span>
  2746.                        </a>
  2747.                    </div>
  2748.                    
  2749.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2750.                        <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2751.                            <i class="ti-angle-right me-2 text-primary"></i>
  2752.                            <span class="archive-link top-color fw-semibold">uk casino not on gamstop</span>
  2753.                        </a>
  2754.                    </div>
  2755.                    
  2756.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2757.                        <a href="https://rebecca-page.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2758.                            <i class="ti-angle-right me-2 text-primary"></i>
  2759.                            <span class="archive-link top-color fw-semibold">poker not on gamstop uk</span>
  2760.                        </a>
  2761.                    </div>
  2762.                    
  2763.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2764.                        <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2765.                            <i class="ti-angle-right me-2 text-primary"></i>
  2766.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2767.                        </a>
  2768.                    </div>
  2769.                    
  2770.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2771.                        <a href="https://www.schoolnet.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2772.                            <i class="ti-angle-right me-2 text-primary"></i>
  2773.                            <span class="archive-link top-color fw-semibold">best non gamstop casinos</span>
  2774.                        </a>
  2775.                    </div>
  2776.                    
  2777.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2778.                        <a href="https://www.ktponline.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2779.                            <i class="ti-angle-right me-2 text-primary"></i>
  2780.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2781.                        </a>
  2782.                    </div>
  2783.                    
  2784.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2785.                        <a href="https://www.ferranti-technologies.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2786.                            <i class="ti-angle-right me-2 text-primary"></i>
  2787.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2788.                        </a>
  2789.                    </div>
  2790.                    
  2791.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2792.                        <a href="https://www.toop.eu" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2793.                            <i class="ti-angle-right me-2 text-primary"></i>
  2794.                            <span class="archive-link top-color fw-semibold">online casinos UK</span>
  2795.                        </a>
  2796.                    </div>
  2797.                    
  2798.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2799.                        <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2800.                            <i class="ti-angle-right me-2 text-primary"></i>
  2801.                            <span class="archive-link top-color fw-semibold">Non UK Casinos</span>
  2802.                        </a>
  2803.                    </div>
  2804.                    
  2805.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2806.                        <a href="https://tridentcryptofund.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2807.                            <i class="ti-angle-right me-2 text-primary"></i>
  2808.                            <span class="archive-link top-color fw-semibold">bitcoin casinos UK</span>
  2809.                        </a>
  2810.                    </div>
  2811.                    
  2812.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2813.                        <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2814.                            <i class="ti-angle-right me-2 text-primary"></i>
  2815.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2816.                        </a>
  2817.                    </div>
  2818.                    
  2819.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2820.                        <a href="https://www.livingcoasts.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2821.                            <i class="ti-angle-right me-2 text-primary"></i>
  2822.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2823.                        </a>
  2824.                    </div>
  2825.                    
  2826.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2827.                        <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2828.                            <i class="ti-angle-right me-2 text-primary"></i>
  2829.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  2830.                        </a>
  2831.                    </div>
  2832.                    
  2833.  
  2834.                </div>
  2835.            </div>
  2836.        </div>
  2837.        
  2838.       <div class="sidebar-widget mb-5">
  2839.            <div class="widget-title-wrapper mb-3">
  2840.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2841.                    <div class="title-border"></div>
  2842.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  2843.                </h4>
  2844.            </div>
  2845.            <div class="widget-content shadow-sm rounded-3 p-4">
  2846.                <div class="archives-list scrollable-sidebar">
  2847.                    
  2848.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2849.                        <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2850.                            <i class="ti-angle-right me-2 text-primary"></i>
  2851.                            <span class="archive-link top-color fw-semibold">betting apps not on gamstop</span>
  2852.                        </a>
  2853.                    </div>
  2854.                    
  2855.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2856.                        <a href="https://itechlabs.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2857.                            <i class="ti-angle-right me-2 text-primary"></i>
  2858.                            <span class="archive-link top-color fw-semibold">online bookmakers not on gamstop</span>
  2859.                        </a>
  2860.                    </div>
  2861.                    
  2862.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2863.                        <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2864.                            <i class="ti-angle-right me-2 text-primary"></i>
  2865.                            <span class="archive-link top-color fw-semibold">online bookmakers not on gamstop</span>
  2866.                        </a>
  2867.                    </div>
  2868.                    
  2869.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2870.                        <a href="https://kam-media.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2871.                            <i class="ti-angle-right me-2 text-primary"></i>
  2872.                            <span class="archive-link top-color fw-semibold">best casinos not on GamStop UK</span>
  2873.                        </a>
  2874.                    </div>
  2875.                    
  2876.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2877.                        <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2878.                            <i class="ti-angle-right me-2 text-primary"></i>
  2879.                            <span class="archive-link top-color fw-semibold">non UK gambling sites</span>
  2880.                        </a>
  2881.                    </div>
  2882.                    
  2883.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2884.                        <a href="https://www.voiceprint.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2885.                            <i class="ti-angle-right me-2 text-primary"></i>
  2886.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2887.                        </a>
  2888.                    </div>
  2889.                    
  2890.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2891.                        <a href="https://www.casquette.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2892.                            <i class="ti-angle-right me-2 text-primary"></i>
  2893.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2894.                        </a>
  2895.                    </div>
  2896.                    
  2897.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2898.                        <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2899.                            <i class="ti-angle-right me-2 text-primary"></i>
  2900.                            <span class="archive-link top-color fw-semibold">betting apps not on gamstop</span>
  2901.                        </a>
  2902.                    </div>
  2903.                    
  2904.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2905.                        <a href="https://www.outset.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2906.                            <i class="ti-angle-right me-2 text-primary"></i>
  2907.                            <span class="archive-link top-color fw-semibold">new betting sites uk</span>
  2908.                        </a>
  2909.                    </div>
  2910.                    
  2911.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2912.                        <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2913.                            <i class="ti-angle-right me-2 text-primary"></i>
  2914.                            <span class="archive-link top-color fw-semibold">online casinos not on gamstop</span>
  2915.                        </a>
  2916.                    </div>
  2917.                    
  2918.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2919.                        <a href="https://www.runningbuggies.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2920.                            <i class="ti-angle-right me-2 text-primary"></i>
  2921.                            <span class="archive-link top-color fw-semibold">sites not on GamStop</span>
  2922.                        </a>
  2923.                    </div>
  2924.                    
  2925.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2926.                        <a href="https://www.peckhamaudio.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2927.                            <i class="ti-angle-right me-2 text-primary"></i>
  2928.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2929.                        </a>
  2930.                    </div>
  2931.                    
  2932.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2933.                        <a href="https://www.mugdock-country-park.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2934.                            <i class="ti-angle-right me-2 text-primary"></i>
  2935.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2936.                        </a>
  2937.                    </div>
  2938.                    
  2939.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2940.                        <a href="https://www.mediawise.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2941.                            <i class="ti-angle-right me-2 text-primary"></i>
  2942.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2943.                        </a>
  2944.                    </div>
  2945.                    
  2946.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2947.                        <a href="https://www.moretonmotormuseum.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2948.                            <i class="ti-angle-right me-2 text-primary"></i>
  2949.                            <span class="archive-link top-color fw-semibold">best casinos not on GamStop</span>
  2950.                        </a>
  2951.                    </div>
  2952.                    
  2953.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2954.                        <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2955.                            <i class="ti-angle-right me-2 text-primary"></i>
  2956.                            <span class="archive-link top-color fw-semibold">best non GamStop casinos</span>
  2957.                        </a>
  2958.                    </div>
  2959.                    
  2960.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2961.                        <a href="https://www.littleshipsramsgate.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2962.                            <i class="ti-angle-right me-2 text-primary"></i>
  2963.                            <span class="archive-link top-color fw-semibold">non GamStop casinos UK</span>
  2964.                        </a>
  2965.                    </div>
  2966.                    
  2967.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2968.                        <a href="https://www.drinksandco.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2969.                            <i class="ti-angle-right me-2 text-primary"></i>
  2970.                            <span class="archive-link top-color fw-semibold">casino sites not on GamStop</span>
  2971.                        </a>
  2972.                    </div>
  2973.                    
  2974.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2975.                        <a href="https://www.bunker-51.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2976.                            <i class="ti-angle-right me-2 text-primary"></i>
  2977.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2978.                        </a>
  2979.                    </div>
  2980.                    
  2981.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2982.                        <a href="https://womeninfinance.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2983.                            <i class="ti-angle-right me-2 text-primary"></i>
  2984.                            <span class="archive-link top-color fw-semibold">best non GamStop casinos</span>
  2985.                        </a>
  2986.                    </div>
  2987.                    
  2988.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2989.                        <a href="https://reflowfilament.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2990.                            <i class="ti-angle-right me-2 text-primary"></i>
  2991.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2992.                        </a>
  2993.                    </div>
  2994.                    
  2995.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2996.                        <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2997.                            <i class="ti-angle-right me-2 text-primary"></i>
  2998.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2999.                        </a>
  3000.                    </div>
  3001.                    
  3002.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3003.                        <a href="https://thetimeisnow.uk/betting-sites-not-on-gamstop" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3004.                            <i class="ti-angle-right me-2 text-primary"></i>
  3005.                            <span class="archive-link top-color fw-semibold">best online betting sites</span>
  3006.                        </a>
  3007.                    </div>
  3008.                    
  3009.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3010.                        <a href="https://coffinmew.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3011.                            <i class="ti-angle-right me-2 text-primary"></i>
  3012.                            <span class="archive-link top-color fw-semibold">no gamstop casino</span>
  3013.                        </a>
  3014.                    </div>
  3015.                    
  3016.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3017.                        <a href="https://bereavementcommission.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3018.                            <i class="ti-angle-right me-2 text-primary"></i>
  3019.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  3020.                        </a>
  3021.                    </div>
  3022.                    
  3023.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3024.                        <a href="https://www.makemegenius.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3025.                            <i class="ti-angle-right me-2 text-primary"></i>
  3026.                            <span class="archive-link top-color fw-semibold">online casino</span>
  3027.                        </a>
  3028.                    </div>
  3029.                    
  3030.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3031.                        <a href="https://msfdn.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3032.                            <i class="ti-angle-right me-2 text-primary"></i>
  3033.                            <span class="archive-link top-color fw-semibold">crypto casinos</span>
  3034.                        </a>
  3035.                    </div>
  3036.                    
  3037.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3038.                        <a href="https://datamagazine.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3039.                            <i class="ti-angle-right me-2 text-primary"></i>
  3040.                            <span class="archive-link top-color fw-semibold">casinos not on gamstop uk</span>
  3041.                        </a>
  3042.                    </div>
  3043.                    
  3044.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3045.                        <a href="https://littlewhitelies.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3046.                            <i class="ti-angle-right me-2 text-primary"></i>
  3047.                            <span class="archive-link top-color fw-semibold">casino sites not on gamstop</span>
  3048.                        </a>
  3049.                    </div>
  3050.                    
  3051.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3052.                        <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3053.                            <i class="ti-angle-right me-2 text-primary"></i>
  3054.                            <span class="archive-link top-color fw-semibold">Best UK Non GamStop Casinos</span>
  3055.                        </a>
  3056.                    </div>
  3057.                    
  3058.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3059.                        <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3060.                            <i class="ti-angle-right me-2 text-primary"></i>
  3061.                            <span class="archive-link top-color fw-semibold">Best UK Non GamStop Casinos</span>
  3062.                        </a>
  3063.                    </div>
  3064.                    
  3065.  
  3066.                </div>
  3067.            </div>
  3068.        </div>
  3069.        
  3070.       <div class="sidebar-widget mb-5">
  3071.            <div class="widget-title-wrapper mb-3">
  3072.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3073.                    <div class="title-border"></div>
  3074.                    <i class="ti-folder me-2"></i>January 2026 Blog Roll
  3075.                </h4>
  3076.            </div>
  3077.            <div class="widget-content shadow-sm rounded-3 p-4">
  3078.                <div class="archives-list scrollable-sidebar">
  3079.                    
  3080.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3081.                        <a href="https://newhorrizon.eu/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3082.                            <i class="ti-angle-right me-2 text-primary"></i>
  3083.                            <span class="archive-link top-color fw-semibold">non gamstop online casinos uk</span>
  3084.                        </a>
  3085.                    </div>
  3086.                    
  3087.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3088.                        <a href="https://www.dvwa.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3089.                            <i class="ti-angle-right me-2 text-primary"></i>
  3090.                            <span class="archive-link top-color fw-semibold">best uk non gamstop casinos</span>
  3091.                        </a>
  3092.                    </div>
  3093.                    
  3094.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3095.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3096.                            <i class="ti-angle-right me-2 text-primary"></i>
  3097.                            <span class="archive-link top-color fw-semibold">non gamstop casinos uk</span>
  3098.                        </a>
  3099.                    </div>
  3100.                    
  3101.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3102.                        <a href="https://peterbrett.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3103.                            <i class="ti-angle-right me-2 text-primary"></i>
  3104.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  3105.                        </a>
  3106.                    </div>
  3107.                    
  3108.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3109.                        <a href="https://chargeyourcar.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3110.                            <i class="ti-angle-right me-2 text-primary"></i>
  3111.                            <span class="archive-link top-color fw-semibold">betting sites not on gamstop</span>
  3112.                        </a>
  3113.                    </div>
  3114.                    
  3115.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3116.                        <a href="https://www.frn.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3117.                            <i class="ti-angle-right me-2 text-primary"></i>
  3118.                            <span class="archive-link top-color fw-semibold">best online betting sites</span>
  3119.                        </a>
  3120.                    </div>
  3121.                    
  3122.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3123.                        <a href="https://aircargoeye.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3124.                            <i class="ti-angle-right me-2 text-primary"></i>
  3125.                            <span class="archive-link top-color fw-semibold">non gamstop casinos uk</span>
  3126.                        </a>
  3127.                    </div>
  3128.                    
  3129.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3130.                        <a href="https://theemon.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3131.                            <i class="ti-angle-right me-2 text-primary"></i>
  3132.                            <span class="archive-link top-color fw-semibold">new betting sites uk</span>
  3133.                        </a>
  3134.                    </div>
  3135.                    
  3136.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3137.                        <a href="https://www.chemical-records.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3138.                            <i class="ti-angle-right me-2 text-primary"></i>
  3139.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  3140.                        </a>
  3141.                    </div>
  3142.                    
  3143.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3144.                        <a href="https://www.forcesreunited.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3145.                            <i class="ti-angle-right me-2 text-primary"></i>
  3146.                            <span class="archive-link top-color fw-semibold">casino not on gamstop</span>
  3147.                        </a>
  3148.                    </div>
  3149.                    
  3150.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3151.                        <a href="https://www.fishonline.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3152.                            <i class="ti-angle-right me-2 text-primary"></i>
  3153.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  3154.                        </a>
  3155.                    </div>
  3156.                    
  3157.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3158.                        <a href="https://www.scva.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3159.                            <i class="ti-angle-right me-2 text-primary"></i>
  3160.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  3161.                        </a>
  3162.                    </div>
  3163.                    
  3164.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3165.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3166.                            <i class="ti-angle-right me-2 text-primary"></i>
  3167.                            <span class="archive-link top-color fw-semibold">best non gamstop casinos uk</span>
  3168.                        </a>
  3169.                    </div>
  3170.                    
  3171.  
  3172.                </div>
  3173.            </div>
  3174.        </div>
  3175.        
  3176. <!--        
  3177.       <div class="sidebar-widget mb-5">
  3178.            <div class="widget-title-wrapper mb-3">
  3179.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3180.                    <div class="title-border"></div>
  3181.                    <i class="ti-folder me-2"></i>Blog Archives
  3182.                </h4>
  3183.            </div>
  3184.            <div class="widget-content shadow-sm rounded-3 p-4">
  3185.                <div class="archives-list">
  3186.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3187.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3188.                            <i class="ti-angle-right me-2 text-primary"></i>
  3189.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3190.                        </a>
  3191.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3192.                    </div>
  3193.  
  3194.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3195.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3196.                            <i class="ti-angle-right me-2 text-primary"></i>
  3197.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3198.                        </a>
  3199.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3200.                    </div>
  3201.  
  3202.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3203.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3204.                            <i class="ti-angle-right me-2 text-primary"></i>
  3205.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3206.                        </a>
  3207.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3208.                    </div>
  3209.  
  3210.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3211.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3212.                            <i class="ti-angle-right me-2 text-primary"></i>
  3213.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3214.                        </a>
  3215.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3216.                    </div>
  3217.  
  3218.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3219.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3220.                            <i class="ti-angle-right me-2 text-primary"></i>
  3221.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3222.                        </a>
  3223.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3224.                    </div>
  3225.  
  3226.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3227.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3228.                            <i class="ti-angle-right me-2 text-primary"></i>
  3229.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3230.                        </a>
  3231.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3232.                    </div>
  3233.                </div>
  3234.                
  3235.                <div class="text-center mt-4 pt-3 border-top border-color">
  3236.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3237.                        <i class="ti-archive me-1"></i>View All Archives
  3238.                    </a>
  3239.                </div>
  3240.            </div>
  3241.        </div> -->
  3242.        <div class="sidebar-widget mb-4">
  3243.            <div class="widget-title-wrapper mb-3">
  3244.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3245.                    <div class="title-border-primary"></div>
  3246.                    <i class="ti-star me-2"></i>Popular Posts
  3247.                </h4>
  3248.            </div>
  3249.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  3250.                <div class="popular-post-list">
  3251.                    
  3252.                    
  3253.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3254.                        <div class="post-content flex-grow-1">
  3255.                            <h6 class="post-title mb-1">
  3256.                                 <a href="/worrying-memories-resurface-in-davao-as-authorities-track-bondi-beach-attack-suspects-time-in-the-city/" class="text-decoration-none top-color fw-semibold lh-sm">
  3257.                                            Worrying Memories Resurface in Davao as Authorities Track Bondi Beach Attack Suspects’ Time in the City
  3258.                                            </a>
  3259.                            </h6>
  3260.                            <div class="post-meta">
  3261.                                <small class="text-muted">
  3262.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3263.                                </small>
  3264.                                <!-- <small class="text-muted ms-3">
  3265.                                    <i class="ti-eye me-1"></i>1,234 views
  3266.                                </small> -->
  3267.                            </div>
  3268.                        </div>
  3269.                    </div>
  3270.                    
  3271.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3272.                        <div class="post-content flex-grow-1">
  3273.                            <h6 class="post-title mb-1">
  3274.                                 <a href="/genuine-algarve-uncovering-portugal-beyond-the-coastline/" class="text-decoration-none top-color fw-semibold lh-sm">
  3275.                                            Genuine Algarve: Uncovering Portugal Beyond the Coastline
  3276.                                            </a>
  3277.                            </h6>
  3278.                            <div class="post-meta">
  3279.                                <small class="text-muted">
  3280.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3281.                                </small>
  3282.                                <!-- <small class="text-muted ms-3">
  3283.                                    <i class="ti-eye me-1"></i>1,234 views
  3284.                                </small> -->
  3285.                            </div>
  3286.                        </div>
  3287.                    </div>
  3288.                    
  3289.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3290.                        <div class="post-content flex-grow-1">
  3291.                            <h6 class="post-title mb-1">
  3292.                                 <a href="/arsenals-goalkeeper-backs-squad-depth-as-essential-to-multiple-trophy-ambitions/" class="text-decoration-none top-color fw-semibold lh-sm">
  3293.                                            Arsenal&#x27;s goalkeeper Backs Squad Depth as Essential to Multiple Trophy Ambitions
  3294.                                            </a>
  3295.                            </h6>
  3296.                            <div class="post-meta">
  3297.                                <small class="text-muted">
  3298.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3299.                                </small>
  3300.                                <!-- <small class="text-muted ms-3">
  3301.                                    <i class="ti-eye me-1"></i>1,234 views
  3302.                                </small> -->
  3303.                            </div>
  3304.                        </div>
  3305.                    </div>
  3306.                    
  3307.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3308.                        <div class="post-content flex-grow-1">
  3309.                            <h6 class="post-title mb-1">
  3310.                                 <a href="/will-the-new-zealand-rugby-team-rediscover-their-winning-form-this-autumn/" class="text-decoration-none top-color fw-semibold lh-sm">
  3311.                                            Will the New Zealand rugby team rediscover their winning form this autumn?
  3312.                                            </a>
  3313.                            </h6>
  3314.                            <div class="post-meta">
  3315.                                <small class="text-muted">
  3316.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3317.                                </small>
  3318.                                <!-- <small class="text-muted ms-3">
  3319.                                    <i class="ti-eye me-1"></i>1,234 views
  3320.                                </small> -->
  3321.                            </div>
  3322.                        </div>
  3323.                    </div>
  3324.                    
  3325.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3326.                        <div class="post-content flex-grow-1">
  3327.                            <h6 class="post-title mb-1">
  3328.                                 <a href="/the-presidents-dominant-presence-in-sports-achieved-an-apex-in-2025-2026-threatens-to-be-even-bigger/" class="text-decoration-none top-color fw-semibold lh-sm">
  3329.                                            The President&#x27;s Dominant Presence in Sports Achieved An Apex in 2025. 2026 Threatens to Be Even Bigger.
  3330.                                            </a>
  3331.                            </h6>
  3332.                            <div class="post-meta">
  3333.                                <small class="text-muted">
  3334.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3335.                                </small>
  3336.                                <!-- <small class="text-muted ms-3">
  3337.                                    <i class="ti-eye me-1"></i>1,234 views
  3338.                                </small> -->
  3339.                            </div>
  3340.                        </div>
  3341.                    </div>
  3342.                    
  3343.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3344.                        <div class="post-content flex-grow-1">
  3345.                            <h6 class="post-title mb-1">
  3346.                                 <a href="/we-were-dismissed-and-we-accept-it-heres-how-to-find-a-new-job-that-fits-for-you/" class="text-decoration-none top-color fw-semibold lh-sm">
  3347.                                            We Were Dismissed, and We Accept It – Here&#x27;s How to Find a New Job That Fits for You
  3348.                                            </a>
  3349.                            </h6>
  3350.                            <div class="post-meta">
  3351.                                <small class="text-muted">
  3352.                                    <i class="ti-calendar me-1"></i>18 May 2026
  3353.                                </small>
  3354.                                <!-- <small class="text-muted ms-3">
  3355.                                    <i class="ti-eye me-1"></i>1,234 views
  3356.                                </small> -->
  3357.                            </div>
  3358.                        </div>
  3359.                    </div>
  3360.                    
  3361.  
  3362.                </div>
  3363.                
  3364.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3365.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3366.                        <i class="ti-trophy me-1"></i>View All Popular
  3367.                    </a>
  3368.                </div> -->
  3369.            </div>
  3370.        </div>
  3371.  
  3372. </div>
  3373. <style>
  3374.    
  3375.  .widget-content {
  3376.    background-color: var(--card-bg);
  3377.    border: 1px solid var(--border-color);
  3378.  }
  3379. </style>
  3380.  
  3381.    
  3382.            </div>
  3383.        </div>
  3384.    </div>
  3385. </section>
  3386.  
  3387.    
  3388.        
  3389.        <!-- end wpo-blog-highlights-section -->
  3390.        <!-- start wpo-blog-sponsored-section -->
  3391.        
  3392.  
  3393.  
  3394.  
  3395.    
  3396.  
  3397.  
  3398.  
  3399. <style>
  3400.    .sponsored-section-v5 {
  3401.        padding: 40px 0;
  3402.    }
  3403.    
  3404.    .sponsored-card-v5 {
  3405.        background: var(--card-bg);
  3406.        border: 1px solid #f5f5f5;
  3407.        border-radius: var(--border-radius);
  3408.        transition: border-color 0.3s ease;
  3409.        height: 100%;
  3410.    }
  3411.    
  3412.    .sponsored-card-v5:hover {
  3413.        border-color: var(--bs-primary);
  3414.    }
  3415.    
  3416.    .sponsored-image-v5 {
  3417.        position: relative;
  3418.        background: var(--card-bg);
  3419.        box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  3420.        margin: 15px 15px 0;
  3421.    }
  3422.    
  3423.    .sponsored-image-v5 img {
  3424.        width: 100%;
  3425.        height: 140px;
  3426.        object-fit: cover;
  3427.        border-radius: var(--border-radius);
  3428.    }
  3429.    
  3430.    .sponsored-badge-v5 {
  3431.        position: absolute;
  3432.        top: 6px;
  3433.        left: 8px;
  3434.        padding: 4px 10px;
  3435.        font-size: 11px;
  3436.        font-weight: 600;
  3437.        text-transform: uppercase;    
  3438.        border-radius: var(--border-radius);
  3439.    }
  3440.    
  3441.    .sponsored-badge-v5::before {
  3442.        content: '';
  3443.        position: absolute;
  3444.        top: 8px;
  3445.        left: -10px;
  3446.        border-top: 10px solid var(--bs-primary);
  3447.        border-left: 10px solid transparent;
  3448.        transform: rotate(45deg);
  3449.    }
  3450.    
  3451.    .sponsored-content-v5 {
  3452.        padding: 15px;
  3453.    }
  3454.    
  3455.    .sponsored-title-v5 {
  3456.        font-size: 15px;
  3457.        font-weight: 700;
  3458.        line-height: 1.4;
  3459.        margin-bottom: 8px;
  3460.        color: #333;
  3461.    }
  3462.    
  3463.    .sponsored-title-v5 a {
  3464.        text-decoration: none;
  3465.        color: #333;
  3466.    }
  3467.    
  3468.    .sponsored-title-v5 a:hover {
  3469.        color: var(--bs-primary); /* Purple hover */
  3470.    }
  3471.    
  3472.    .sponsored-excerpt-v5 {
  3473.        font-size: 12px;
  3474.        font-style: italic;
  3475.        color: #868e96;
  3476.        margin-bottom: 10px;
  3477.        line-height: 1.5;
  3478.    }
  3479.    
  3480.    .sponsored-meta-v5 {
  3481.        font-size: 11px;
  3482.        color: #6c757d;
  3483.    }
  3484.    
  3485.    .author-info-v5 {
  3486.        margin-bottom: 5px;
  3487.    }
  3488.    
  3489.    .sponsored-author-img-v5 {
  3490.        width: 22px;
  3491.        height: 22px;
  3492.        border-radius: var(--border-radius);
  3493.        object-fit: cover;
  3494.        vertical-align: middle;
  3495.        margin-right: 5px;
  3496.    }
  3497.    
  3498.    .section-title-sponsored-v5 {
  3499.        font-size: 2.1rem;
  3500.        font-weight: 700;
  3501.        text-align: center;
  3502.        margin-bottom: 30px;
  3503.        color: #333;
  3504.        position: relative;
  3505.    }
  3506.    
  3507.    .section-title-sponsored-v5::after {
  3508.        content: '';
  3509.        position: absolute;
  3510.        bottom: -10px;
  3511.        left: 50%;
  3512.        transform: translateX(-50%);
  3513.        width: 80px;
  3514.        height: 2px;
  3515.        background: var(--bs-primary);
  3516.        box-shadow: 0 2px 0 0 var(--bs-primary);
  3517.    }
  3518.  
  3519.    @media (max-width: 768px) {
  3520.        .sponsored-section-v5 {
  3521.            padding: 25px 0;
  3522.        }
  3523.        .sponsored-image-v5 {
  3524.            margin: 10px 10px 0;
  3525.            padding: 8px;
  3526.        }
  3527.        .sponsored-image-v5 img {
  3528.            height: 120px;
  3529.        }
  3530.        .sponsored-content-v5 {
  3531.            padding: 12px;
  3532.        }
  3533.        .sponsored-title-v5 {
  3534.            font-size: 14px;
  3535.        }
  3536.        .sponsored-excerpt-v5 {
  3537.            font-size: 11px;
  3538.        }
  3539.        .section-title-sponsored-v5 {
  3540.            font-size: 1.7rem;
  3541.        }
  3542.    }
  3543. </style>
  3544.  
  3545. <section class="sponsored-section-v5">
  3546.    <div class="container-fluid fluid-container">
  3547.        <div class="row">
  3548.            <div class="col-12">
  3549.                <h2 class="section-title-sponsored-v5">Sponsored News</h2>
  3550.            </div>
  3551.        </div>
  3552.        
  3553.        <div class="row g-3">
  3554.            
  3555.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3556.                <div class="card sponsored-card-v5">
  3557.                    <div class="sponsored-image-v5">
  3558.                        
  3559.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3560.                        
  3561.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3562.                    </div>
  3563.                    <div class="sponsored-content-v5">
  3564.                        <h3 class="sponsored-title-v5">
  3565.                            <a href="/worrying-memories-resurface-in-davao-as-authorities-track-bondi-beach-attack-suspects-time-in-the-city/" >
  3566.                                            Worrying Memories Resurface in Davao as Authorities Track Bondi Beach Attack Suspects’ Time in the City
  3567.                                            </a>
  3568.                        </h3>
  3569.                        <p class="sponsored-excerpt-v5">
  3570.                          
  3571.                        </p>
  3572.                        <div class="sponsored-meta-v5">
  3573.                            <div class="author-info-v5">
  3574.                                
  3575.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="sponsored-author-img-v5">
  3576.                                
  3577.                                <span>
  3578.                                    Dale Christensen
  3579.                                </span>
  3580.                            </div>
  3581.                            <div>18 May 2026</div>
  3582.                        </div>
  3583.                    </div>
  3584.                </div>
  3585.            </div>
  3586.            
  3587.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3588.                <div class="card sponsored-card-v5">
  3589.                    <div class="sponsored-image-v5">
  3590.                        
  3591.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3592.                        
  3593.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3594.                    </div>
  3595.                    <div class="sponsored-content-v5">
  3596.                        <h3 class="sponsored-title-v5">
  3597.                            <a href="/genuine-algarve-uncovering-portugal-beyond-the-coastline/" >
  3598.                                            Genuine Algarve: Uncovering Portugal Beyond the Coastline
  3599.                                            </a>
  3600.                        </h3>
  3601.                        <p class="sponsored-excerpt-v5">
  3602.                          
  3603.                        </p>
  3604.                        <div class="sponsored-meta-v5">
  3605.                            <div class="author-info-v5">
  3606.                                
  3607.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="sponsored-author-img-v5">
  3608.                                
  3609.                                <span>
  3610.                                    Dale Christensen
  3611.                                </span>
  3612.                            </div>
  3613.                            <div>18 May 2026</div>
  3614.                        </div>
  3615.                    </div>
  3616.                </div>
  3617.            </div>
  3618.            
  3619.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3620.                <div class="card sponsored-card-v5">
  3621.                    <div class="sponsored-image-v5">
  3622.                        
  3623.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3624.                        
  3625.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3626.                    </div>
  3627.                    <div class="sponsored-content-v5">
  3628.                        <h3 class="sponsored-title-v5">
  3629.                            <a href="/arsenals-goalkeeper-backs-squad-depth-as-essential-to-multiple-trophy-ambitions/" >
  3630.                                            Arsenal&#x27;s goalkeeper Backs Squad Depth as Essential to Multiple Trophy Ambitions
  3631.                                            </a>
  3632.                        </h3>
  3633.                        <p class="sponsored-excerpt-v5">
  3634.                          
  3635.                        </p>
  3636.                        <div class="sponsored-meta-v5">
  3637.                            <div class="author-info-v5">
  3638.                                
  3639.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="sponsored-author-img-v5">
  3640.                                
  3641.                                <span>
  3642.                                    Dale Christensen
  3643.                                </span>
  3644.                            </div>
  3645.                            <div>18 May 2026</div>
  3646.                        </div>
  3647.                    </div>
  3648.                </div>
  3649.            </div>
  3650.            
  3651.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3652.                <div class="card sponsored-card-v5">
  3653.                    <div class="sponsored-image-v5">
  3654.                        
  3655.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3656.                        
  3657.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3658.                    </div>
  3659.                    <div class="sponsored-content-v5">
  3660.                        <h3 class="sponsored-title-v5">
  3661.                            <a href="/will-the-new-zealand-rugby-team-rediscover-their-winning-form-this-autumn/" >
  3662.                                            Will the New Zealand rugby team rediscover their winning form this autumn?
  3663.                                            </a>
  3664.                        </h3>
  3665.                        <p class="sponsored-excerpt-v5">
  3666.                          
  3667.                        </p>
  3668.                        <div class="sponsored-meta-v5">
  3669.                            <div class="author-info-v5">
  3670.                                
  3671.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="sponsored-author-img-v5">
  3672.                                
  3673.                                <span>
  3674.                                    Dale Christensen
  3675.                                </span>
  3676.                            </div>
  3677.                            <div>18 May 2026</div>
  3678.                        </div>
  3679.                    </div>
  3680.                </div>
  3681.            </div>
  3682.            
  3683.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3684.                <div class="card sponsored-card-v5">
  3685.                    <div class="sponsored-image-v5">
  3686.                        
  3687.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3688.                        
  3689.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3690.                    </div>
  3691.                    <div class="sponsored-content-v5">
  3692.                        <h3 class="sponsored-title-v5">
  3693.                            <a href="/the-presidents-dominant-presence-in-sports-achieved-an-apex-in-2025-2026-threatens-to-be-even-bigger/" >
  3694.                                            The President&#x27;s Dominant Presence in Sports Achieved An Apex in 2025. 2026 Threatens to Be Even Bigger.
  3695.                                            </a>
  3696.                        </h3>
  3697.                        <p class="sponsored-excerpt-v5">
  3698.                          
  3699.                        </p>
  3700.                        <div class="sponsored-meta-v5">
  3701.                            <div class="author-info-v5">
  3702.                                
  3703.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="sponsored-author-img-v5">
  3704.                                
  3705.                                <span>
  3706.                                    Dale Christensen
  3707.                                </span>
  3708.                            </div>
  3709.                            <div>18 May 2026</div>
  3710.                        </div>
  3711.                    </div>
  3712.                </div>
  3713.            </div>
  3714.            
  3715.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3716.                <div class="card sponsored-card-v5">
  3717.                    <div class="sponsored-image-v5">
  3718.                        
  3719.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3720.                        
  3721.                        <div class="sponsored-badge-v5 bg-primary-gradient">News</div>
  3722.                    </div>
  3723.                    <div class="sponsored-content-v5">
  3724.                        <h3 class="sponsored-title-v5">
  3725.                            <a href="/we-were-dismissed-and-we-accept-it-heres-how-to-find-a-new-job-that-fits-for-you/" >
  3726.                                            We Were Dismissed, and We Accept It – Here&#x27;s How to Find a New Job That Fits for You
  3727.                                            </a>
  3728.                        </h3>
  3729.                        <p class="sponsored-excerpt-v5">
  3730.                          
  3731.                        </p>
  3732.                        <div class="sponsored-meta-v5">
  3733.                            <div class="author-info-v5">
  3734.                                
  3735.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f2698ad7-546e-44da-bd9b-c4d06fd67767_profile.png" alt="Dale Christensen" style="object-fit: cover;" class="sponsored-author-img-v5">
  3736.                                
  3737.                                <span>
  3738.                                    Dale Christensen
  3739.                                </span>
  3740.                            </div>
  3741.                            <div>18 May 2026</div>
  3742.                        </div>
  3743.                    </div>
  3744.                </div>
  3745.            </div>
  3746.            
  3747.        </div>
  3748.    </div>
  3749. </section>
  3750.  
  3751.  
  3752.    
  3753.        <!-- end wpo-blog-sponsored-section -->
  3754.        <!-- start wpo-subscribe-section -->
  3755.        
  3756.        <!-- end subscribe-section -->
  3757.        <!-- start of wpo-site-footer-section -->
  3758.        
  3759.  
  3760.  
  3761.  
  3762.  
  3763.  
  3764. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3765.  <!-- Main Content: Asymmetrical Layout -->
  3766.  <div class="footer-main-content py-5">
  3767.    <div class="container-fluid fluid-container">
  3768.      <div class="row">
  3769.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  3770.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  3771.          <div class="brand-logo text-center text-lg-start">
  3772.            
  3773.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/a84b56de-e9ab-40e4-9390-77ec0ab123e3_logo.png" alt="Trend Society Blog" class="footer-logo" />
  3774.            
  3775.            <p class="brand-tagline mt-2">Explore the latest trends in UK society, from lifestyle and culture to technology and innovation. Stay updated with expert analysis and engaging content.</p>
  3776.          </div>
  3777.        </div>
  3778.        <!-- Right: Staggered Links -->
  3779.        <div class="col-lg-9 col-md-8 col-12">
  3780.          <div class="d-flex flex-column gap-4">
  3781.            <!-- Quick Links -->
  3782.            <div class="footer-column offset-content">
  3783.              <h5 class="column-title">Quick Links</h5>
  3784.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3785.                
  3786.                  <li>
  3787.                    <a class="menu-link" href="/titans-acknowledge-titans-as-trump-gives-the-mayor-elect-a-friendly-reception/">Titans Acknowledge Titans as Trump Gives The Mayor-Elect a Friendly Reception</a>
  3788.                  </li>
  3789.                
  3790.                  <li>
  3791.                    <a class="menu-link" href="/the-ten-year-affair-by-erin-somers-the-midlife-infidelity-story-this-generation-has-earned/">The Ten Year Affair by Erin Somers: The Midlife Infidelity Story This Generation Has Earned.</a>
  3792.                  </li>
  3793.                
  3794.                  <li>
  3795.                    <a class="menu-link" href="/president-zelenskyy-states-the-nation-was-10-off-from-peace-but-not-at-any-price/">President Zelenskyy States The Nation Was 10% Off from Peace, But Not at Any Price</a>
  3796.                  </li>
  3797.                
  3798.                  <li>
  3799.                    <a class="menu-link" href="/the-new-animated-series-opening-sequence-chose-the-wrong-popular-rpg-show-track/">The New Animated Series&#x27; Opening Sequence Chose the Wrong Popular RPG Show Track</a>
  3800.                  </li>
  3801.                
  3802.                  <li>
  3803.                    <a class="menu-link" href="/leadership-changes-international-tensions-sparse-reporting-key-obstacles-to-environmental-advancement-that-dogged-cop30/">Leadership Changes, International Tensions, Sparse Reporting: Key Obstacles to Environmental Advancement That Dogged Cop30</a>
  3804.                  </li>
  3805.                
  3806.                  <li>
  3807.                    <a class="menu-link" href="/snap-payments-expected-to-cease-for-41-million-during-ongoing-us-government-shutdown/">SNAP Payments Expected to Cease for 41 Million During Ongoing US Government Shutdown</a>
  3808.                  </li>
  3809.                
  3810.              </ul>
  3811.            </div>
  3812.            <!-- Top Categories -->
  3813.            <div class="footer-column offset-content offset-right">
  3814.              <h5 class="column-title">Top Categories</h5>
  3815.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3816.                
  3817.                  <li>
  3818.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3819.                  </li>
  3820.                
  3821.                  <li>
  3822.                    <a class="menu-link" href="/category/business/">Business</a>
  3823.                  </li>
  3824.                
  3825.                  <li>
  3826.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3827.                  </li>
  3828.                
  3829.                  <li>
  3830.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3831.                  </li>
  3832.                
  3833.                  <li>
  3834.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3835.                  </li>
  3836.                
  3837.              </ul>
  3838.            </div>
  3839.            <!-- Blog Rolls -->
  3840.           <div class="footer-column offset-content">
  3841.              <h5 class="column-title">Blog Rolls</h5>
  3842.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3843.                
  3844.                
  3845.  
  3846.                
  3847.                
  3848.                  
  3849.                
  3850.              </ul>
  3851.            </div>
  3852.          </div>
  3853.        </div>
  3854.      </div>
  3855.    </div>
  3856.  </div>
  3857.  
  3858.  <!-- Bottom Section -->
  3859.  <div class="footer-bottom bg-primary text-white py-3">
  3860.    <div class="container-fluid fluid-container">
  3861.      <div class="row justify-content-center">
  3862.        <div class="col-12 text-center">
  3863.          <div class="bottom-content">
  3864.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  3865.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3866.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3867.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3868.            </div>
  3869.            <div class="copyright-info ">
  3870.              <p class="mb-0 text-white">
  3871.                &copy; 2026 <strong>Trend Society Blog</strong>. All rights reserved.
  3872.              </p>
  3873.            </div>
  3874.          </div>
  3875.        </div>
  3876.      </div>
  3877.    </div>
  3878.  </div>
  3879. </footer>
  3880.  
  3881.  
  3882.  
  3883. <style>
  3884. .footer-logo {
  3885.    height: 60px;
  3886.    width: auto;
  3887. }
  3888.  
  3889. .brand-title {
  3890.    font-size: 24px;
  3891.    font-weight: 700;
  3892.    color: white  !important;
  3893.    margin: 0;
  3894. }
  3895.  
  3896. .brand-tagline {
  3897.    font-size: 14px;
  3898.    color: white  !important;
  3899.    margin: 0;
  3900. }
  3901.  
  3902. .column-title {
  3903.    font-size: 16px;
  3904.    font-weight: 600;
  3905.    color: white !important;
  3906.    margin-bottom: 12px;
  3907. }
  3908.  
  3909. .footer-menu {
  3910.    margin: 0;
  3911. }
  3912.  
  3913. .menu-link {
  3914.    color: white !important;
  3915.    text-decoration: none;
  3916.    font-size: 14px;
  3917.    transition: color 0.3s ease, transform 0.3s ease;
  3918. }
  3919.  
  3920. .menu-link:hover {
  3921.    color: var(--primary-color);
  3922.    transform: scale(1.05);
  3923. }
  3924.  
  3925. .offset-content {
  3926.    margin-left: 20px;
  3927. }
  3928.  
  3929. .footer-bottom {
  3930.    font-size: 13px;
  3931. }
  3932.  
  3933. .utility-link {
  3934.    color: white  !important;
  3935.    text-decoration: none;
  3936.    font-size: 13px;
  3937.    transition: color 0.3s ease;
  3938. }
  3939.  
  3940. .utility-link:hover {
  3941.    color: var(--primary-color);
  3942. }
  3943.  
  3944. .copyright-info p {
  3945.    font-size: 13px;
  3946. }
  3947.  
  3948. /* Responsive Design */
  3949. @media (max-width: 1024px) {
  3950.   .footer-logo{
  3951.    height: 40px;
  3952.    width: auto;
  3953.   }
  3954. }
  3955.  
  3956. @media (max-width: 768px) {
  3957.    .footer-logo {
  3958.        height: 60px;
  3959.    }
  3960.    
  3961.    .column-title {
  3962.        font-size: 15px;
  3963.        text-align: center;
  3964.    }
  3965.    
  3966.    .footer-menu {
  3967.        justify-content: center;
  3968.    }
  3969.    
  3970.    .menu-link {
  3971.        font-size: 13px;
  3972.    }
  3973. }
  3974.  
  3975. @media (max-width: 576px) {
  3976.    .brand-title {
  3977.        font-size: 20px;
  3978.    }
  3979.    
  3980.    .brand-tagline {
  3981.        font-size: 12px;
  3982.    }
  3983.    
  3984.    .cta-btn {
  3985.        font-size: 12px;
  3986.        padding: 5px 12px;
  3987.    }
  3988. }
  3989. </style>
  3990.  
  3991. <script>
  3992. // Prevent default for placeholder links
  3993. document.addEventListener('DOMContentLoaded', function() {
  3994.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3995.        anchor.addEventListener('click', function(e) {
  3996.            e.preventDefault();
  3997.        });
  3998.    });
  3999. });
  4000. document.addEventListener('DOMContentLoaded', function () {
  4001.    var btn = document.getElementById('toggleBlogRollLinks');
  4002.    if (!btn) return; // No extra items, no button
  4003.  
  4004.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4005.  
  4006.    btn.addEventListener('click', function () {
  4007.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4008.            return li.classList.contains('d-none');
  4009.        });
  4010.  
  4011.        extras.forEach(function (li) {
  4012.            if (anyHidden) {
  4013.                li.classList.remove('d-none');
  4014.                li.classList.add('show');
  4015.            } else {
  4016.                li.classList.add('d-none');
  4017.                li.classList.remove('show');
  4018.            }
  4019.        });
  4020.  
  4021.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4022.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4023.    });
  4024. });
  4025.  
  4026. </script>
  4027.  
  4028.        <!-- end of wpo-site-footer-section -->
  4029.    </div>
  4030.    <!-- end of page-wrapper -->
  4031.  
  4032.    <!-- All JavaScript files
  4033.    ================================================== -->
  4034.    
  4035.  
  4036. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4037. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4038. <!-- Plugins for this template -->
  4039. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4040. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4041. <!-- Custom script for this template -->
  4042. <script src="/static/blogapp/assets/js/script.js"></script>
  4043.  
  4044. <script>
  4045. (function () {
  4046. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4047. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4048.  
  4049. function applyFallback(img) {
  4050. if (!img || img.dataset.fallbackApplied === "1") {
  4051. return;
  4052. }
  4053. var failedSrc = img.currentSrc || img.src || "";
  4054. img.dataset.fallbackApplied = "1";
  4055. img.onerror = null;
  4056. img.src = fallbackImageSrc;
  4057. console.warn("[ImageFallback] Replaced broken image:", {
  4058. failedSrc: failedSrc,
  4059. fallbackSrc: fallbackImageSrc,
  4060. alt: img.alt || "",
  4061. });
  4062. }
  4063.  
  4064. document.querySelectorAll("img").forEach(function (img) {
  4065. if (img.complete && img.naturalWidth === 0) {
  4066. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4067. failedSrc: img.currentSrc || img.src || "",
  4068. alt: img.alt || "",
  4069. });
  4070. applyFallback(img);
  4071. }
  4072. });
  4073.  
  4074. document.addEventListener(
  4075. "error",
  4076. function (event) {
  4077. var target = event.target;
  4078. if (target && target.tagName === "IMG") {
  4079. applyFallback(target);
  4080. }
  4081. },
  4082. true
  4083. );
  4084. })();
  4085. </script>
  4086.  
  4087. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4088.  
  4089.  
  4090.  
  4091. <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":"349f34b4b00a442ebafed91503a29c78","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4092. </body>
  4093.  
  4094. </html>
  4095.  
  4096.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda