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

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