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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="futura">
  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-26T131815.421_3xbS9NS_U6tM8Tx.png">
  14.    
  15.  
  16.    <title>Echo Modern Magazine: Contemporary Art &amp; Culture Insights</title>
  17.    <meta name="description" content="Echo Modern Magazine explores contemporary art, design, and culture with in-depth articles, artist features, and trend analysis for creative minds.">
  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://echomodernmag.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #475569;
  42.        --bs-primary-rgb: 475569;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #38bdf8;
  48.        --bs-light: #f8fafc;
  49.        --bs-dark: #0f172a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #475569;
  53.        --theme-primary-color-s2: #475569;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #334155;
  57.        --text-light-color: #676767;
  58.        --heading-color: #334155;
  59.        --border-color: #e2e8f0;
  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: #f1f5f9;
  75.        --navbar-color: #475569;
  76.        --topbar-bg: #f8fafc;
  77.        --topbar-color: #334155;
  78.        --footer-bg: #475569;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #e2e8f0;
  82.        --card-radius: 8px;
  83.        --link-color: #475569;
  84.        --link-hover: #334155;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(71, 85, 105, 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-corporate">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417. <style>
  418.    /* General styling for top bar */
  419.    .unique-topbar-v7 {
  420.        background-color: var(--topbar-bg);
  421.        color: #fff;
  422.      
  423.    }
  424.    .unique-v7 {
  425.        padding: 10px 30px;
  426.        display: flex;
  427.        align-items: center;
  428.        justify-content: space-between; /* Ensure it stretches across */
  429.    }
  430.  
  431.    .unique-menu-btn-v7 {
  432.        border: none;
  433.        max-width: 145px !important;
  434.        padding: 8px;
  435.        cursor: pointer;
  436.        border-radius: 5px;
  437.    }
  438.  
  439.    .unique-news-container-v7 {
  440.        display: flex;
  441.        align-items: center;
  442.        overflow: hidden;
  443.        width: fit-content;
  444.        flex-grow: 1; /* Take remaining space */
  445.        height: 60px;
  446.    }
  447.  
  448.    .unique-news-wrapper-v7 {
  449.        display: flex;
  450.        flex-direction: row;
  451.        align-items: center;
  452.        padding: 5px;
  453.    }
  454.  
  455.    .unique-news-item-v7 {
  456.        opacity: 0;
  457.        transform: translateX(100px);
  458.        transition: all 0.5s ease;
  459.        font-size: 16px;
  460.        color: var(--topbar-color);
  461.        height: 0;
  462.        width: 0;
  463.    }
  464.    
  465.    .unique-news-item-v7.active-v7 {
  466.        padding: 10px;
  467.        opacity: 1;
  468.          height: auto;
  469.        width: auto;
  470.        margin-right: 20px;
  471.        transform: translateX(0);
  472.    }
  473.  
  474.    .unique-news-item-v7.exit-up-v7 {
  475.        opacity: 0;
  476.        transform: translateX(-100px); /* Move news item left */
  477.    }
  478.  
  479.    /* Social Icons in Inline */
  480.    .contact-info-v7 {
  481.        display: flex;
  482.        gap: 10px;
  483.    }
  484.  
  485.    .contact-info-v7 ul {
  486.        display: flex;
  487.        gap: 15px;
  488.        list-style: none;
  489.    }
  490.  
  491.    .social-icon-v7 {
  492.        color: var(--topbar-color) !important;
  493.        font-size: 20px;
  494.        text-decoration: none;
  495.    }
  496.  
  497.    .social-icon-v7:hover {
  498.        color: #1da1f2;
  499.    }
  500. </style>
  501.  
  502. <div class="unique-topbar-v7">
  503.    <div class="fluid-container unique-v7 container-fluid">
  504.        <button class="unique-menu-btn-v7 bg-primary-gradient w-100 fw-bold">Latest Updates</button>        
  505.      
  506.        <div class="unique-news-container-v7">
  507.            <div class="unique-news-wrapper-v7" id="newsWrapper-v7">
  508.                <!-- News items will be added dynamically -->
  509.            </div>
  510.        </div>
  511.      
  512.        <div class="contact-info-v7">
  513.            <ul>
  514.                <li><a href="#" class="social-icon-v7"><i class="ti-facebook"></i></a></li>
  515.                <li><a href="#" class="social-icon-v7"><i class="ti-twitter-alt"></i></a></li>
  516.                <li><a href="#" class="social-icon-v7"><i class="ti-instagram"></i></a></li>
  517.                <li><a href="#" class="social-icon-v7"><i class="ti-google"></i></a></li>
  518.            </ul>
  519.        </div>
  520.    </div>
  521. </div>
  522.  
  523. <script>
  524.    // Build array dynamically from Django context
  525.    const newsItems = [
  526.        
  527.            { title: "Republican Lawmaker Claims \u0027Deal Is Possible\u0027 on Healthcare as Key Subsidies Approach Expiration.", url: "/republican-lawmaker-claims-deal-is-possible-on-healthcare-as-key-subsidies-approach-expiration/" },
  528.        
  529.            { title: "Administration Denounces \u0027Democrat Hoax\u0027 as Further Epstein Estate Photos Disclosed", url: "/administration-denounces-democrat-hoax-as-further-epstein-estate-photos-disclosed/" },
  530.        
  531.            { title: "Bright Departs International Stage Well After Her Reputation Was Carved Into Soccer Icons", url: "/bright-departs-international-stage-well-after-her-reputation-was-carved-into-soccer-icons/" },
  532.        
  533.            { title: "Line of Duty Announced for Seventh Series on the British Broadcaster", url: "/line-of-duty-announced-for-seventh-series-on-the-british-broadcaster/" },
  534.        
  535.            { title: "The 22\u002Dyear\u002Dold tennis player Emma Raducanu wraps up her season and will keep trainer into the 2026 season.", url: "/the-22-year-old-tennis-player-emma-raducanu-wraps-up-her-season-and-will-keep-trainer-into-the-2026-season/" }
  536.        
  537.    ];
  538.  
  539.    let currentNewsIndex = 0;
  540.    const newsWrapper = document.getElementById('newsWrapper-v7');
  541.    let newsElements = [];
  542.  
  543.    // Create news elements
  544.    function createNewsElements() {
  545.        newsItems.forEach((news, index) => {
  546.            const newsElement = document.createElement('div');
  547.            newsElement.className = 'unique-news-item-v7';
  548.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  549.            newsWrapper.appendChild(newsElement);
  550.            newsElements.push(newsElement);
  551.        });
  552.  
  553.        if (newsElements.length > 0) {
  554.            newsElements[0].classList.add('active-v7');
  555.        }
  556.    }
  557.  
  558.    // Animate news change
  559.    function changeNews() {
  560.        const currentElement = newsElements[currentNewsIndex];
  561.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  562.        const nextElement = newsElements[nextIndex];
  563.  
  564.        currentElement.classList.remove('active-v7');
  565.        currentElement.classList.add('exit-up-v7');
  566.  
  567.        setTimeout(() => {
  568.            nextElement.classList.add('active-v7');
  569.            currentNewsIndex = nextIndex;
  570.  
  571.            setTimeout(() => {
  572.                currentElement.classList.remove('exit-up-v7');
  573.            }, 100);
  574.        }, 250);
  575.    }
  576.  
  577.    // Start news rotation
  578.    function startNewsRotation() {
  579.        setInterval(changeNews, 5000);
  580.    }
  581.  
  582.    window.onload = function() {
  583.        createNewsElements();
  584.        startNewsRotation();
  585.    };
  586. </script>
  587.  
  588.  
  589.  
  590.            
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597. <header class="header-v10 mb-4">
  598.    <div class="container-fluid fluid-container">
  599.        <!-- Top Bar -->
  600.        <div class="top-bar-v10">
  601.            <div
  602.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  603.               <div class="col-lg-3 col-md-12 col-12">
  604.                    <div class="brand-section-v10">
  605.                        <a class="logo-link-v9" href="/">
  606.                            
  607.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/abb503cb-48e2-41eb-9f26-7853ac26df0e_logo.png" alt="Echo Modern Magazine" class="logo-img-v9" />
  608.                            
  609.                        </a>
  610.                    </div>
  611.                </div>
  612.                <div class="col-lg-6 col-md-12 d-inline-block">
  613.                    <div class="search-container-v10">
  614.                        <form class="search-form-v10" action="#" method="get">
  615.                            <div class="search-group-v10">
  616.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  617.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  618.                                <button type="submit" class="search-button-v10">
  619.                                    <i class="ti-search"></i>
  620.                                </button>
  621.                            </div>
  622.                            <div id="search-results" class="search-results-container search-v1"></div>
  623.                        </form>
  624.                    </div>
  625.                </div>
  626.                <div class="col-12 ">
  627.                    <div class="header-utilities-v10">
  628.                        <div class="utility-item-v10 d-lg-none">
  629.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  630.                                <div class="menu-icon-v10">
  631.                                    <span class="menu-bar-v10"></span>
  632.                                    <span class="menu-bar-v10"></span>
  633.                                    <span class="menu-bar-v10"></span>
  634.                                </div>
  635.                            </button>
  636.                        </div>
  637.                    </div>
  638.                </div>
  639.            </div>
  640.        </div>
  641.  
  642.        <!-- Navigation Bar -->
  643.    <nav class="navigation-v10 d-none d-lg-block">
  644.    <div class="nav-container-v10">
  645.        <ul class="nav-menu-v10">
  646.  
  647.            
  648.            <li class="nav-item-v10">
  649.                <a href="/" class="nav-link-v10 active-v10">
  650.                    <div class="link-content-v10">
  651.                        <span class="link-text-v10">Home</span>
  652.                        <div class="link-indicator-v10"></div>
  653.                    </div>
  654.                </a>
  655.            </li>
  656.  
  657.            
  658.            
  659.                
  660.                    
  661.                    
  662.                        <li class="nav-item-v10">
  663.                            <a href="/category/all-posts/" class="nav-link-v10">
  664.                                <div class="link-content-v10">
  665.                                    <span class="link-text-v10">All Posts</span>
  666.                                    <div class="link-indicator-v10"></div>
  667.                                </div>
  668.                            </a>
  669.                        </li>
  670.                    
  671.  
  672.                
  673.  
  674.                
  675.                
  676.            
  677.                
  678.                    
  679.                    
  680.                        <li class="nav-item-v10">
  681.                            <a href="/category/business/" class="nav-link-v10">
  682.                                <div class="link-content-v10">
  683.                                    <span class="link-text-v10">Business</span>
  684.                                    <div class="link-indicator-v10"></div>
  685.                                </div>
  686.                            </a>
  687.                        </li>
  688.                    
  689.  
  690.                
  691.  
  692.                
  693.                
  694.            
  695.                
  696.                    
  697.                    
  698.                        <li class="nav-item-v10">
  699.                            <a href="/category/esports/" class="nav-link-v10">
  700.                                <div class="link-content-v10">
  701.                                    <span class="link-text-v10">Esports</span>
  702.                                    <div class="link-indicator-v10"></div>
  703.                                </div>
  704.                            </a>
  705.                        </li>
  706.                    
  707.  
  708.                
  709.  
  710.                
  711.                
  712.            
  713.                
  714.                    
  715.                    
  716.                        <li class="nav-item-v10">
  717.                            <a href="/category/fashion/" class="nav-link-v10">
  718.                                <div class="link-content-v10">
  719.                                    <span class="link-text-v10">Fashion</span>
  720.                                    <div class="link-indicator-v10"></div>
  721.                                </div>
  722.                            </a>
  723.                        </li>
  724.                    
  725.  
  726.                
  727.  
  728.                
  729.                
  730.            
  731.                
  732.                    
  733.                    
  734.                        <li class="nav-item-v10">
  735.                            <a href="/category/featured/" class="nav-link-v10">
  736.                                <div class="link-content-v10">
  737.                                    <span class="link-text-v10">Featured</span>
  738.                                    <div class="link-indicator-v10"></div>
  739.                                </div>
  740.                            </a>
  741.                        </li>
  742.                    
  743.  
  744.                
  745.  
  746.                
  747.                
  748.            
  749.                
  750.                    
  751.                    
  752.                        <li class="nav-item-v10">
  753.                            <a href="/category/gaming/" class="nav-link-v10">
  754.                                <div class="link-content-v10">
  755.                                    <span class="link-text-v10">Gaming</span>
  756.                                    <div class="link-indicator-v10"></div>
  757.                                </div>
  758.                            </a>
  759.                        </li>
  760.                    
  761.  
  762.                
  763.  
  764.                
  765.                
  766.            
  767.                
  768.                    
  769.                    
  770.                        <li class="nav-item-v10">
  771.                            <a href="/category/health/" class="nav-link-v10">
  772.                                <div class="link-content-v10">
  773.                                    <span class="link-text-v10">Health</span>
  774.                                    <div class="link-indicator-v10"></div>
  775.                                </div>
  776.                            </a>
  777.                        </li>
  778.                    
  779.  
  780.                
  781.  
  782.                
  783.                
  784.            
  785.                
  786.                    
  787.                    
  788.                        <li class="nav-item-v10">
  789.                            <a href="/category/life-fitness/" class="nav-link-v10">
  790.                                <div class="link-content-v10">
  791.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  792.                                    <div class="link-indicator-v10"></div>
  793.                                </div>
  794.                            </a>
  795.                        </li>
  796.                    
  797.  
  798.                
  799.  
  800.                
  801.                
  802.            
  803.                
  804.                    
  805.                    
  806.                        <li class="nav-item-v10">
  807.                            <a href="/category/lifestyle/" class="nav-link-v10">
  808.                                <div class="link-content-v10">
  809.                                    <span class="link-text-v10">Lifestyle</span>
  810.                                    <div class="link-indicator-v10"></div>
  811.                                </div>
  812.                            </a>
  813.                        </li>
  814.                    
  815.  
  816.                
  817.  
  818.                
  819.                
  820.            
  821.                
  822.                    
  823.                    <li class="nav-item-v10 has-submenu-v10">
  824.                        <a href="#" class="nav-link-v10">
  825.                            <div class="link-content-v10">
  826.                                <span class="link-text-v10">More</span>
  827.                                <div class="link-arrow-v10"></div>
  828.                                <div class="link-indicator-v10"></div>
  829.                            </div>
  830.                        </a>
  831.                        <div class="submenu-v10">
  832.                            <div class="submenu-content-v10">
  833.                                <div class="submenu-column-v10">
  834.                                    <ul class="submenu-links-v10">
  835.                                        <li>
  836.                                            <a href="/category/news/" class="submenu-link-v10">
  837.                                                News
  838.                                            </a>
  839.                                        </li>
  840.                
  841.  
  842.                
  843.                
  844.            
  845.                
  846.                                        <li>
  847.                                            <a href="/category/others/" class="submenu-link-v10">
  848.                                                Others
  849.                                            </a>
  850.                                        </li>
  851.                
  852.  
  853.                
  854.                
  855.            
  856.                
  857.                                        <li>
  858.                                            <a href="/category/politics/" class="submenu-link-v10">
  859.                                                Politics
  860.                                            </a>
  861.                                        </li>
  862.                
  863.  
  864.                
  865.                
  866.            
  867.                
  868.                                        <li>
  869.                                            <a href="/category/sports/" class="submenu-link-v10">
  870.                                                Sports
  871.                                            </a>
  872.                                        </li>
  873.                
  874.  
  875.                
  876.                
  877.            
  878.                
  879.                                        <li>
  880.                                            <a href="/category/tech/" class="submenu-link-v10">
  881.                                                Tech
  882.                                            </a>
  883.                                        </li>
  884.                
  885.  
  886.                
  887.                
  888.            
  889.                
  890.                                        <li>
  891.                                            <a href="/category/travel/" class="submenu-link-v10">
  892.                                                Travel
  893.                                            </a>
  894.                                        </li>
  895.                
  896.  
  897.                
  898.                
  899.                                    </ul>
  900.                                </div>
  901.                            </div>
  902.                        </div>
  903.                    </li>
  904.                
  905.            
  906.            <li class="nav-item-v10">
  907.                <a href="/page/contact-us/" class="nav-link-v10">
  908.                    <div class="link-content-v10">
  909.                        <span class="link-text-v10">Contact Us</span>
  910.                        <div class="link-indicator-v10"></div>
  911.                    </div>
  912.                </a>
  913.            </li>
  914.        </ul>
  915.    </div>
  916. </nav>
  917.  
  918.        <!-- Mobile Menu -->
  919.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  920.            <div class="mobile-menu-content-v10">
  921.                <ul class="mobile-menu-list-v10">
  922.  
  923.                    
  924.                    <li class="mobile-menu-item-v10">
  925.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  926.                            <span class="mobile-link-text-v10">Home</span>
  927.                        </a>
  928.                    </li>
  929.  
  930.                    
  931.                    
  932.                    
  933.                    <li class="mobile-menu-item-v10">
  934.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  935.                            <span class="mobile-link-text-v10">All Posts</span>
  936.                        </a>
  937.                    </li>
  938.                    
  939.                    
  940.                    
  941.                    <li class="mobile-menu-item-v10">
  942.                        <a href="/category/business/" class="mobile-menu-link-v10">
  943.                            <span class="mobile-link-text-v10">Business</span>
  944.                        </a>
  945.                    </li>
  946.                    
  947.                    
  948.                    
  949.                    <li class="mobile-menu-item-v10">
  950.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  951.                            <span class="mobile-link-text-v10">Esports</span>
  952.                        </a>
  953.                    </li>
  954.                    
  955.                    
  956.                    
  957.                    <li class="mobile-menu-item-v10">
  958.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  959.                            <span class="mobile-link-text-v10">Fashion</span>
  960.                        </a>
  961.                    </li>
  962.                    
  963.                    
  964.                    
  965.                    <li class="mobile-menu-item-v10">
  966.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  967.                            <span class="mobile-link-text-v10">Featured</span>
  968.                        </a>
  969.                    </li>
  970.                    
  971.                    
  972.                    
  973.                    <li class="mobile-menu-item-v10">
  974.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  975.                            <span class="mobile-link-text-v10">Gaming</span>
  976.                        </a>
  977.                    </li>
  978.                    
  979.                    
  980.                    
  981.                    <li class="mobile-menu-item-v10">
  982.                        <a href="/category/health/" class="mobile-menu-link-v10">
  983.                            <span class="mobile-link-text-v10">Health</span>
  984.                        </a>
  985.                    </li>
  986.                    
  987.                    
  988.                    
  989.                    <li class="mobile-menu-item-v10">
  990.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  991.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  992.                        </a>
  993.                    </li>
  994.                    
  995.                    
  996.                    
  997.                    <li class="mobile-menu-item-v10">
  998.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  999.                            <span class="mobile-link-text-v10">Lifestyle</span>
  1000.                        </a>
  1001.                    </li>
  1002.                    
  1003.                    
  1004.                    
  1005.                    <li class="mobile-menu-item-v10">
  1006.                        <a href="/category/news/" class="mobile-menu-link-v10">
  1007.                            <span class="mobile-link-text-v10">News</span>
  1008.                        </a>
  1009.                    </li>
  1010.                    
  1011.                    
  1012.                    
  1013.                    <li class="mobile-menu-item-v10">
  1014.                        <a href="/category/others/" class="mobile-menu-link-v10">
  1015.                            <span class="mobile-link-text-v10">Others</span>
  1016.                        </a>
  1017.                    </li>
  1018.                    
  1019.                    
  1020.                    
  1021.                    <li class="mobile-menu-item-v10">
  1022.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  1023.                            <span class="mobile-link-text-v10">Politics</span>
  1024.                        </a>
  1025.                    </li>
  1026.                    
  1027.                    
  1028.                    
  1029.                    <li class="mobile-menu-item-v10">
  1030.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  1031.                            <span class="mobile-link-text-v10">Sports</span>
  1032.                        </a>
  1033.                    </li>
  1034.                    
  1035.                    
  1036.                    
  1037.                    <li class="mobile-menu-item-v10">
  1038.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  1039.                            <span class="mobile-link-text-v10">Tech</span>
  1040.                        </a>
  1041.                    </li>
  1042.                    
  1043.                    
  1044.                    
  1045.                    <li class="mobile-menu-item-v10">
  1046.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  1047.                            <span class="mobile-link-text-v10">Travel</span>
  1048.                        </a>
  1049.                    </li>
  1050.                    
  1051.                    
  1052.  
  1053.                </ul>
  1054.            </div>
  1055.        </div>
  1056.  
  1057.    </div>
  1058. </header>
  1059.  
  1060. <style>
  1061.    .logo-link-v9 img{
  1062.        height: 70px;
  1063.        width: auto;
  1064.        object-fit: cover;
  1065.    }
  1066.    /* Navbar V10 Styles - Modern Two-Tier Design */
  1067.    .header-v10 {
  1068.        background: var(--navbar-bg);
  1069.        margin-bottom: 10px;
  1070.        position: relative;
  1071.    }
  1072.  
  1073.    /* Top Bar */
  1074.    .top-bar-v10 {
  1075.        padding: 16px 0;
  1076.    }
  1077.  
  1078.    /* Brand Section */
  1079.    .brand-section-v10 {
  1080.        display: flex;
  1081.        align-items: center;
  1082.    }
  1083.  
  1084.    .brand-link-v10 {
  1085.        display: flex;
  1086.        align-items: center;
  1087.        text-decoration: none;
  1088.    }
  1089.  
  1090.    .brand-icon-v10 {
  1091.        width: 48px;
  1092.        height: 48px;
  1093.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1094.        border-radius: 12px;
  1095.        display: flex;
  1096.        align-items: center;
  1097.        justify-content: center;
  1098.        padding: 8px;
  1099.    }
  1100.  
  1101.    .brand-img-v10 {
  1102.        max-width: 100%;
  1103.        max-height: 100%;
  1104.        filter: brightness(0) invert(1);
  1105.    }
  1106.  
  1107.    /* Search Container */
  1108.    .search-container-v10 {
  1109.        max-width: 500px;
  1110.        margin-left: auto;
  1111.    }
  1112.  
  1113.    .search-group-v10 {
  1114.        display: flex;
  1115.        align-items: center;
  1116.        background: #f9fafb;
  1117.        border: 2px solid #e5e7eb;
  1118.        border-radius: 12px;
  1119.        overflow: hidden;
  1120.        transition: all 0.3s ease;
  1121.    }
  1122.  
  1123.    .search-group-v10:focus-within {
  1124.        background: #ffffff;
  1125.        border-color: #3b82f6;
  1126.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  1127.    }
  1128.  
  1129.    .search-icon-wrapper-v10 {
  1130.        padding: 12px 16px;
  1131.        display: flex;
  1132.        align-items: center;
  1133.    }
  1134.  
  1135.    .search-icon-v10 {
  1136.        width: 16px;
  1137.        height: 16px;
  1138.        background: #9ca3af;
  1139.        border-radius: 50%;
  1140.        position: relative;
  1141.    }
  1142.  
  1143.    .search-icon-v10::after {
  1144.        content: '';
  1145.        position: absolute;
  1146.        top: 12px;
  1147.        left: 12px;
  1148.        width: 6px;
  1149.        height: 1px;
  1150.        background: #9ca3af;
  1151.        transform: rotate(45deg);
  1152.    }
  1153.  
  1154.    .search-field-v10 {
  1155.        flex: 1;
  1156.        border: none;
  1157.        background: transparent;
  1158.        font-size: 15px;
  1159.        padding: 12px 0;
  1160.        outline: none;
  1161.        color: #1f2937;
  1162.    }
  1163.  
  1164.    .search-field-v10::placeholder {
  1165.        color: #9ca3af;
  1166.    }
  1167.  
  1168.    .search-button-v10 {
  1169.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1170.        color: white;
  1171.        border: none;
  1172.        padding: 14px 15px;
  1173.        font-weight: 600;
  1174.        cursor: pointer;
  1175.        transition: all 0.3s ease;
  1176.    }
  1177.  
  1178.    .search-button-v10:hover {
  1179.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1180.    }
  1181.  
  1182.    /* Header Utilities */
  1183.    .header-utilities-v10 {
  1184.        display: flex;
  1185.        align-items: center;
  1186.        justify-content: flex-end;
  1187.        gap: 8px;
  1188.    }
  1189.  
  1190.    .utility-item-v10 {
  1191.        display: flex;
  1192.    }
  1193.  
  1194.    .theme-toggle-v10,
  1195.    .mobile-search-v10,
  1196.    .menu-trigger-v10 {
  1197.        background: #f9fafb;
  1198.        border: 1px solid #e5e7eb;
  1199.        border-radius: 8px;
  1200.        padding: 10px;
  1201.        cursor: pointer;
  1202.        transition: all 0.3s ease;
  1203.    }
  1204.  
  1205.    .mobile-search-v10:hover,
  1206.    .menu-trigger-v10:hover {
  1207.        background: #f3f4f6;
  1208.        border-color: #d1d5db;
  1209.    }
  1210.  
  1211.    .mobile-search-icon-v10 {
  1212.        width: 16px;
  1213.        height: 16px;
  1214.        background: #6b7280;
  1215.        border-radius: 50%;
  1216.    }
  1217.  
  1218.    .menu-icon-v10 {
  1219.        display: flex;
  1220.        flex-direction: column;
  1221.        gap: 3px;
  1222.        width: 16px;
  1223.    }
  1224.  
  1225.    .menu-bar-v10 {
  1226.        height: 2px;
  1227.        background: #6b7280;
  1228.        border-radius: 1px;
  1229.        transition: all 0.3s ease;
  1230.    }
  1231.  
  1232.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1233.        transform: rotate(45deg) translate(4px, 4px);
  1234.    }
  1235.  
  1236.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1237.        opacity: 0;
  1238.    }
  1239.  
  1240.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1241.        transform: rotate(-45deg) translate(6px, -6px);
  1242.    }
  1243.  
  1244.    /* Navigation */
  1245.    .navigation-v10 {
  1246.        background: var(--navbar-bg);
  1247.    }
  1248.  
  1249.    .nav-container-v10 {
  1250.        padding: 0;
  1251.        display: flex;
  1252.        justify-content: flex-end;
  1253.    }
  1254.  
  1255.    .nav-menu-v10 {
  1256.        list-style: none;
  1257.        padding: 0;
  1258.        margin: 0;
  1259.        display: flex;
  1260.        align-items: stretch;
  1261.    }
  1262.  
  1263.    .nav-item-v10 {
  1264.        position: relative;
  1265.    }
  1266.  
  1267.    .nav-link-v10 {
  1268.        color: #374151;
  1269.        text-decoration: none;
  1270.        display: block;
  1271.        transition: all 0.3s ease;
  1272.    }
  1273.  
  1274.    .link-content-v10 {
  1275.        padding: 16px 20px;
  1276.        display: flex;
  1277.        align-items: center;
  1278.        gap: 6px;
  1279.        position: relative;
  1280.    }
  1281.  
  1282.    .link-text-v10 {
  1283.        font-size: 15px;
  1284.        font-weight: 600;
  1285.    }
  1286.  
  1287.    .link-arrow-v10 {
  1288.        width: 0;
  1289.        height: 0;
  1290.        border-left: 3px solid transparent;
  1291.        border-right: 3px solid transparent;
  1292.        border-top: 3px solid currentColor;
  1293.        transition: transform 0.3s ease;
  1294.    }
  1295.  
  1296.    .link-indicator-v10 {
  1297.        position: absolute;
  1298.        bottom: 0;
  1299.        left: 0;
  1300.        right: 0;
  1301.        height: 3px;
  1302.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1303.        transform: scaleX(0);
  1304.        transition: transform 0.3s ease;
  1305.    }
  1306.  
  1307.    .nav-link-v10:hover,
  1308.    .nav-link-v10.active-v10 {
  1309.        color: white !important;
  1310.        background: var(--bs-primary);
  1311.    }
  1312.  
  1313.    .nav-link-v10:hover .link-indicator-v10,
  1314.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1315.        transform: scaleX(1);
  1316.    }
  1317.  
  1318.    .has-submenu-v10:hover .link-arrow-v10 {
  1319.        transform: rotate(180deg);
  1320.    }
  1321.  
  1322.    /* Submenu */
  1323.    .submenu-v10 {
  1324.        position: absolute;
  1325.        top: 100%;
  1326.        left: 0;
  1327.        background: #ffffff;
  1328.        border: 1px solid #e5e7eb;
  1329.        border-radius: 12px;
  1330.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1331.        opacity: 0;
  1332.        visibility: hidden;
  1333.        transform: translateY(-8px);
  1334.        transition: all 0.3s ease;
  1335.        z-index: 1000;
  1336.        min-width: 400px;
  1337.        padding: 24px;
  1338.        margin-top: 8px;
  1339.    }
  1340.  
  1341.    .has-submenu-v10:hover .submenu-v10 {
  1342.        opacity: 1;
  1343.        visibility: visible;
  1344.        transform: translateY(0);
  1345.    }
  1346.  
  1347.    .submenu-content-v10 {
  1348.        display: grid;
  1349.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1350.        gap: 24px;
  1351.    }
  1352.  
  1353.    .submenu-title-v10 {
  1354.        font-size: 13px;
  1355.        font-weight: 700;
  1356.        color: #3b82f6;
  1357.        margin-bottom: 12px;
  1358.        text-transform: uppercase;
  1359.        letter-spacing: 0.5px;
  1360.    }
  1361.  
  1362.    .submenu-links-v10 {
  1363.        list-style: none;
  1364.        padding: 0;
  1365.        margin: 0;
  1366.    }
  1367.  
  1368.    .submenu-link-v10 {
  1369.        display: block;
  1370.        color: #6b7280 !important;
  1371.        text-decoration: none;
  1372.        font-size: 14px;
  1373.        padding: 8px 0;
  1374.        transition: color 0.3s ease;
  1375.    }
  1376.  
  1377.    .submenu-link-v10:hover {
  1378.        color: #3b82f6 !important;
  1379.    }
  1380.  
  1381.    /* Mobile Search Panel */
  1382.    .mobile-search-panel-v10 {
  1383.        background: #f9fafb;
  1384.        border-bottom: 1px solid #e5e7eb;
  1385.        padding: 12px 0;
  1386.        max-height: 0;
  1387.        overflow: hidden;
  1388.        transition: all 0.3s ease;
  1389.    }
  1390.  
  1391.    .mobile-search-panel-v10.show-v10 {
  1392.        max-height: 80px;
  1393.    }
  1394.  
  1395.    .mobile-search-wrapper-v10 {
  1396.        display: flex;
  1397.        align-items: center;
  1398.        background: #ffffff;
  1399.        border: 1px solid #e5e7eb;
  1400.        border-radius: 8px;
  1401.        overflow: hidden;
  1402.    }
  1403.  
  1404.    .mobile-search-input-v10 {
  1405.        flex: 1;
  1406.        border: none;
  1407.        padding: 12px 16px;
  1408.        font-size: 15px;
  1409.        outline: none;
  1410.        background: transparent;
  1411.    }
  1412.  
  1413.    .mobile-search-btn-v10 {
  1414.        background: #3b82f6;
  1415.        border: none;
  1416.        padding: 12px 16px;
  1417.        cursor: pointer;
  1418.    }
  1419.  
  1420.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1421.        background: white;
  1422.    }
  1423.  
  1424.    /* Mobile Menu */
  1425.    .mobile-menu-v10 {
  1426.        background: #ffffff;
  1427.        border-bottom: 1px solid #e5e7eb;
  1428.        max-height: 0;
  1429.        overflow: hidden;
  1430.        transition: all 0.4s ease;
  1431.    }
  1432.  
  1433.    .mobile-menu-v10.show-v10 {
  1434.        max-height: 500px;
  1435.    }
  1436.  
  1437.    .mobile-menu-content-v10 {
  1438.        padding: 16px 30px;
  1439.    }
  1440.  
  1441.    .mobile-menu-list-v10 {
  1442.        list-style: none;
  1443.        padding: 0;
  1444.        margin: 0;
  1445.    }
  1446.  
  1447.    .mobile-menu-item-v10 {
  1448.        border-bottom: 1px solid #f3f4f6;
  1449.    }
  1450.  
  1451.    .mobile-menu-link-v10,
  1452.    .mobile-menu-toggle-v10 {
  1453.        display: flex;
  1454.        align-items: center;
  1455.        justify-content: space-between;
  1456.        color: #374151;
  1457.        text-decoration: none;
  1458.        font-size: 16px;
  1459.        font-weight: 600;
  1460.        padding: 16px 0;
  1461.        transition: color 0.3s ease;
  1462.        background: none;
  1463.        border: none;
  1464.        width: 100%;
  1465.        cursor: pointer;
  1466.    }
  1467.  
  1468.    .mobile-menu-link-v10:hover,
  1469.    .mobile-menu-toggle-v10:hover,
  1470.    .mobile-menu-link-v10.active-v10 {
  1471.        color: var(--bs-light);
  1472.    }
  1473.  
  1474.    .mobile-toggle-arrow-v10 {
  1475.        width: 0;
  1476.        height: 0;
  1477.        border-left: 4px solid transparent;
  1478.        border-right: 4px solid transparent;
  1479.        border-top: 4px solid currentColor;
  1480.        transition: transform 0.3s ease;
  1481.    }
  1482.  
  1483.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1484.        transform: rotate(180deg);
  1485.    }
  1486.  
  1487.    .mobile-submenu-v10 {
  1488.        list-style: none;
  1489.        padding: 0;
  1490.        margin: 0;
  1491.        max-height: 0;
  1492.        overflow: hidden;
  1493.        transition: all 0.3s ease;
  1494.        background: #f9fafb;
  1495.    }
  1496.  
  1497.    .mobile-submenu-v10.show-v10 {
  1498.        max-height: 200px;
  1499.        padding: 8px 0;
  1500.    }
  1501.  
  1502.    .mobile-submenu-link-v10 {
  1503.        display: block;
  1504.        color: #6b7280;
  1505.        text-decoration: none;
  1506.        font-size: 14px;
  1507.        padding: 10px 20px;
  1508.        transition: color 0.3s ease;
  1509.    }
  1510.  
  1511.    .mobile-submenu-link-v10:hover {
  1512.        color: #3b82f6;
  1513.    }
  1514.  
  1515.    /* Responsive Design */
  1516.    @media (max-width: 768px) {
  1517.        .top-bar-v10 {
  1518.            padding: 12px 0;
  1519.        }
  1520.  
  1521.        .brand-icon-v10 {
  1522.            width: 40px;
  1523.            height: 40px;
  1524.        }
  1525.  
  1526.        .brand-name-v10 {
  1527.            font-size: 18px;
  1528.        }
  1529.  
  1530.        .brand-tagline-v10 {
  1531.            font-size: 11px;
  1532.        }
  1533.    }
  1534.  
  1535.    @media (max-width: 576px) {
  1536.        .brand-text-v10 {
  1537.            display: none;
  1538.        }
  1539.    }
  1540. </style>
  1541.  
  1542. <script>
  1543.    function toggleMobileSearchV10() {
  1544.        const searchPanel = document.getElementById('mobileSearchV10');
  1545.        const searchBtn = document.querySelector('.mobile-search-v10');
  1546.  
  1547.        if (searchPanel) {
  1548.            searchPanel.classList.toggle('show-v10');
  1549.  
  1550.            if (searchPanel.classList.contains('show-v10')) {
  1551.                setTimeout(() => {
  1552.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1553.                    if (input) input.focus();
  1554.                }, 100);
  1555.            }
  1556.        }
  1557.    }
  1558.  
  1559.    function toggleMenuV10() {
  1560.        const mobileMenu = document.getElementById('mobileMenuV10');
  1561.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1562.  
  1563.        if (mobileMenu && menuBtn) {
  1564.            mobileMenu.classList.toggle('show-v10');
  1565.            menuBtn.classList.toggle('active-v10');
  1566.        }
  1567.    }
  1568.  
  1569.    function toggleMobileSubmenuV10(submenuId) {
  1570.        const submenu = document.getElementById(submenuId);
  1571.        if (!submenu) return;
  1572.  
  1573.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1574.  
  1575.        // Close other submenus
  1576.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1577.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1578.  
  1579.        allSubmenus.forEach(menu => {
  1580.            if (menu.id !== submenuId) {
  1581.                menu.classList.remove('show-v10');
  1582.            }
  1583.        });
  1584.  
  1585.        allParents.forEach(parent => {
  1586.            if (parent !== parentItem) {
  1587.                parent.classList.remove('open-v10');
  1588.            }
  1589.        });
  1590.  
  1591.        // Toggle current submenu
  1592.        submenu.classList.toggle('show-v10');
  1593.        if (parentItem) {
  1594.            parentItem.classList.toggle('open-v10');
  1595.        }
  1596.    }
  1597.  
  1598.    // Close menus when clicking outside
  1599.    document.addEventListener('click', function (e) {
  1600.        const mobileMenu = document.getElementById('mobileMenuV10');
  1601.        const mobileSearch = document.getElementById('mobileSearchV10');
  1602.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1603.        const searchBtn = document.querySelector('.mobile-search-v10');
  1604.  
  1605.        // Close mobile menu
  1606.        if (mobileMenu && menuBtn &&
  1607.            !mobileMenu.contains(e.target) &&
  1608.            !menuBtn.contains(e.target)) {
  1609.            mobileMenu.classList.remove('show-v10');
  1610.            menuBtn.classList.remove('active-v10');
  1611.        }
  1612.  
  1613.        // Close mobile search
  1614.        if (mobileSearch && searchBtn &&
  1615.            !mobileSearch.contains(e.target) &&
  1616.            !searchBtn.contains(e.target)) {
  1617.            mobileSearch.classList.remove('show-v10');
  1618.        }
  1619.    });
  1620. </script>
  1621.  
  1622. <script>
  1623.  document.addEventListener("DOMContentLoaded", function () {
  1624.    console.log("loaded");
  1625.  
  1626.     const searchInput = document.getElementById("search-input")
  1627.    const searchResults = document.getElementById("search-results");
  1628.  
  1629.    if (!searchInput || !searchResults) {
  1630.      console.error("Search input/results not found");
  1631.      return;
  1632.    }
  1633.  
  1634.    // Prevent form submission
  1635.    if (searchInput.form) {
  1636.      searchInput.form.addEventListener("submit", function (e) {
  1637.        e.preventDefault();
  1638.      });
  1639.    }
  1640.  
  1641.    // Add event listener for keyup
  1642.    searchInput.addEventListener("keyup", function (e) {
  1643.      console.log("Key pressed:", e.key);
  1644.      e.preventDefault();
  1645.  
  1646.      const query = searchInput.value.trim();
  1647.      console.log("User is typing: " + query);
  1648.  
  1649.      // If empty → clear and hide
  1650.      if (query === "") {
  1651.        searchResults.innerHTML = "";
  1652.        searchResults.style.display = "none";
  1653.        return;
  1654.      }
  1655.  
  1656.      // Show results
  1657.      searchResults.style.display = "block";
  1658.  
  1659.      // Fetch search results
  1660.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1661.        method: "GET",
  1662.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1663.      })
  1664.        .then(response => {
  1665.          console.log("Response Status:", response.status);
  1666.          return response.json();
  1667.        })
  1668.        .then(data => {
  1669.          console.log("Data received:", data);
  1670.          if (data.html) {
  1671.            searchResults.innerHTML = data.html;
  1672.          } else {
  1673.            searchResults.innerHTML = "<p>No results found.</p>";
  1674.          }
  1675.        })
  1676.        .catch(error => {
  1677.          console.error("Error fetching search results:", error);
  1678.        });
  1679.    });
  1680.  
  1681.    // Close results when clicking outside
  1682.    document.addEventListener("click", function (e) {
  1683.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1684.        searchResults.style.display = "none";
  1685.      }
  1686.    });
  1687.  
  1688.    // Close results on ESC key
  1689.    document.addEventListener("keydown", function (e) {
  1690.      if (e.key === "Escape") {
  1691.        searchResults.style.display = "none";
  1692.      }
  1693.    });
  1694.  });
  1695. </script>
  1696.  
  1697. <style>
  1698.        /* search field */
  1699.  .search-results-container {
  1700.  position: absolute;
  1701.  top: 60%; /* Position it below the input field */
  1702.  left: 10px;
  1703.  right: 10px;
  1704.  background-color: white;
  1705.  border: 1px solid #ddd;
  1706.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1707.  max-height: 300px;
  1708.  overflow-y: auto;
  1709.  z-index: 1000;
  1710.  display: none; /* Initially hidden */
  1711. }
  1712.  
  1713. .search-results-container p {
  1714.  margin: 0;
  1715. }
  1716.  
  1717. .search-results-container .result-item {
  1718.  padding: 10px;
  1719.  cursor: pointer;
  1720. }
  1721.  
  1722. .search-results-container .result-item:hover {
  1723.  background-color: #f0f0f0;
  1724. }
  1725. @media (max-width: 992px) {
  1726.  .search-results-container {
  1727.    top: 70%;
  1728.  }
  1729.    
  1730. }
  1731. </style>
  1732.  
  1733.        </header>
  1734.        <!-- end of header -->
  1735.        <!-- start of wpo-blog-hero -->
  1736.        
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744. <div class="blog-hero-v6">
  1745.    <div class="container-fluid fluid-container">
  1746.        
  1747.        <!-- Top Section - Two Column Layout -->
  1748.        <div class="row g-4 mb-5">
  1749.            <!-- Main Featured Article - Left -->
  1750.            
  1751.  
  1752.            <div class="col-lg-6 col-md-12">
  1753.                <article class="main-featured">
  1754.                    <div class="featured-image-container">
  1755.                        
  1756.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1757.                                class="featured-image" style="object-fit: cover;" alt="">
  1758.                        
  1759.                        <div class="category-tag bg-primary-gradient">News</div>
  1760.                    </div>
  1761.                    <div class="featured-content">
  1762.                        <h1 class="featured-title"><a class="top-color" href="/three-game-pass-titles-that-will-validate-your-subscription-during-the-weekend-nov-21-23/" >
  1763.                                        Three Game Pass Titles That Will Validate Your Subscription During the Weekend (Nov. 21-23)
  1764.                                    </a></h1>
  1765.                        <p class="featured-summary"></p>
  1766.                        <div class="article-meta">
  1767.                            <div class="author-info">
  1768.                                
  1769.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;" class="author-pic">
  1770.                                
  1771.                                <div class="author-text">
  1772.                                    <span class="author-name">Amanda Pearson</span>
  1773.                                    <span class="post-time">15 May 2026</span>
  1774.                                    
  1775.                                </div>
  1776.                            </div>
  1777.                            <div class="reading-info">
  1778.                                <!-- <span class="read-time">4 min read</span> -->
  1779.                            </div>
  1780.                        </div>
  1781.                    </div>
  1782.                </article>
  1783.            </div>
  1784.            
  1785.  
  1786.            <div class="col-lg-6 col-md-12">
  1787.                <article class="main-featured">
  1788.                    <div class="featured-image-container">
  1789.                        
  1790.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1791.                                class="featured-image" style="object-fit: cover;" alt="">
  1792.                        
  1793.                        <div class="category-tag bg-primary-gradient">News</div>
  1794.                    </div>
  1795.                    <div class="featured-content">
  1796.                        <h1 class="featured-title"><a class="top-color" href="/ashes-pre-series-banter-intensifies-as-stuart-broad-calls-australia-the-weakest-after-2010/" >
  1797.                                        Ashes Pre-Series Banter Intensifies as Stuart Broad Calls Australia the Weakest After 2010
  1798.                                    </a></h1>
  1799.                        <p class="featured-summary"></p>
  1800.                        <div class="article-meta">
  1801.                            <div class="author-info">
  1802.                                
  1803.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;" class="author-pic">
  1804.                                
  1805.                                <div class="author-text">
  1806.                                    <span class="author-name">Amanda Pearson</span>
  1807.                                    <span class="post-time">15 May 2026</span>
  1808.                                    
  1809.                                </div>
  1810.                            </div>
  1811.                            <div class="reading-info">
  1812.                                <!-- <span class="read-time">4 min read</span> -->
  1813.                            </div>
  1814.                        </div>
  1815.                    </div>
  1816.                </article>
  1817.            </div>
  1818.            
  1819.  
  1820.        </div>
  1821.  
  1822.        <!-- Bottom Section - Three Column Grid -->
  1823.        <div class="row g-4">
  1824.            
  1825.                <div class="col-lg-4 col-md-6 col-12">
  1826.                    <article class="compact-card">
  1827.                        <div class="compact-image">
  1828.                            
  1829.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1830.                                   style="object-fit: cover;" alt="">
  1831.                            
  1832.                            <div class="compact-category bg-primary-gradient">News</div>
  1833.                        </div>
  1834.                        <div class="compact-body">
  1835.                            <h3 class="compact-title"> <a class="top-color" href="/the-greek-tennis-star-contemplated-retirement-amid-injury-plagued-campaign/" >
  1836.                                        The Greek tennis star Contemplated Retirement Amid Injury-Plagued Campaign
  1837.                                    </a></h3>
  1838.                            <p class="compact-text"></p>
  1839.                            <div class="compact-footer">
  1840.                                <div class="compact-author">
  1841.                                    
  1842.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1843.                                    
  1844.                                    <span class="compact-name">Amanda Pearson</span>
  1845.                                </div>
  1846.                                <span class="compact-date">15 May 2026</span>
  1847.                            </div>
  1848.                        </div>
  1849.                    </article>
  1850.                </div>
  1851.            
  1852.                <div class="col-lg-4 col-md-6 col-12">
  1853.                    <article class="compact-card">
  1854.                        <div class="compact-image">
  1855.                            
  1856.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1857.                                   style="object-fit: cover;" alt="">
  1858.                            
  1859.                            <div class="compact-category bg-primary-gradient">News</div>
  1860.                        </div>
  1861.                        <div class="compact-body">
  1862.                            <h3 class="compact-title"> <a class="top-color" href="/spurs-defender-micky-van-de-ven-shares-shock-at-ange-postecoglou-sacking/" >
  1863.                                        Spurs Defender Micky van de Ven Shares Shock At Ange Postecoglou Sacking
  1864.                                    </a></h3>
  1865.                            <p class="compact-text"></p>
  1866.                            <div class="compact-footer">
  1867.                                <div class="compact-author">
  1868.                                    
  1869.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1870.                                    
  1871.                                    <span class="compact-name">Amanda Pearson</span>
  1872.                                </div>
  1873.                                <span class="compact-date">14 May 2026</span>
  1874.                            </div>
  1875.                        </div>
  1876.                    </article>
  1877.                </div>
  1878.            
  1879.  
  1880.            <div class="col-lg-4 col-md-12 col-12">
  1881.                <!-- Recent Articles Sidebar -->
  1882.                <div class="recent-section">
  1883.                    <h3 class="recent-title">Recent Articles</h3>
  1884.                    <div class="recent-list">
  1885.                        
  1886.                        <div class="recent-item">
  1887.                            <div class="recent-content">
  1888.                                <h4 class="recent-article-title"><a class="top-color" href="/physical-health-or-ranking-katie-boulters-melbourne-grand-slam-dilemma/" >
  1889.                                        Physical Health or Ranking - Katie Boulter&#x27;s Melbourne Grand Slam Dilemma
  1890.                                    </a></h4>
  1891.                                <span class="recent-date">14 May 2026</span>
  1892.                            </div>
  1893.                        </div>
  1894.                        
  1895.                    </div>
  1896.                </div>
  1897.            </div>
  1898.        </div>
  1899.    </div>
  1900. </div>
  1901.  
  1902. <style>
  1903. /* Blog Hero V6 - Magazine Style with White Background */
  1904. .blog-hero-v6 {
  1905.    padding: 3rem 0;
  1906.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1907. }
  1908.  
  1909. /* Main Featured Article */
  1910. .main-featured {
  1911.    background: var(--card-bg);
  1912.    border-radius: 16px;
  1913.    overflow: hidden;
  1914.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1915.    border: 1px solid var(--border-color);
  1916.    transition: all 0.3s ease;
  1917. }
  1918.  
  1919. .main-featured:hover {
  1920.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1921.    transform: translateY(-2px);
  1922. }
  1923.  
  1924. .featured-image-container {
  1925.    position: relative;
  1926.    height: 300px;
  1927.    overflow: hidden;
  1928. }
  1929.  
  1930. .featured-image {
  1931.    width: 100%;
  1932.    height: 100%;
  1933.    object-fit: cover;
  1934.    transition: transform 0.4s ease;
  1935. }
  1936.  
  1937. .main-featured:hover .featured-image {
  1938.    transform: scale(1.03);
  1939. }
  1940.  
  1941. .featured-content {
  1942.    padding: 2.5rem;
  1943. }
  1944.  
  1945. .featured-title {
  1946.    font-size: 2rem;
  1947.    font-weight: 700;
  1948.    color: #1a202c;
  1949.    margin-bottom: 1rem;
  1950.    line-height: 1.25;
  1951.    letter-spacing: -0.025em;
  1952. }
  1953.  
  1954. .featured-summary {
  1955.    font-size: 1.1rem;
  1956.    color: #4a5568;
  1957.    line-height: 1.6;
  1958.    margin-bottom: 2rem;
  1959. }
  1960.  
  1961. /* Category Tags */
  1962. .category-tag {
  1963.    position: absolute;
  1964.    top: 1.5rem;
  1965.    left: 1.5rem;
  1966.    padding: 0.5rem 1rem;
  1967.    font-size: 0.75rem;
  1968.    font-weight: 600;
  1969.    text-transform: uppercase;
  1970.    letter-spacing: 0.1em;
  1971.    color: white;
  1972.    border-radius: 6px;
  1973.    z-index: 2;
  1974. }
  1975.  
  1976.  
  1977. /* Article Meta */
  1978. .article-meta {
  1979.    display: flex;
  1980.    align-items: center;
  1981.    justify-content: space-between;
  1982. }
  1983.  
  1984. .author-info {
  1985.    display: flex;
  1986.    align-items: center;
  1987.    gap: 1rem;
  1988. }
  1989.  
  1990. .author-pic {
  1991.    width: 48px;
  1992.    height: 48px;
  1993.    border-radius: 50%;
  1994.    object-fit: cover;
  1995.    border: 2px solid #e2e8f0;
  1996. }
  1997.  
  1998. .author-text {
  1999.    display: flex;
  2000.    flex-direction: column;
  2001. }
  2002.  
  2003. .author-name {
  2004.    font-weight: 600;
  2005.    color: #2d3748;
  2006.    font-size: 0.95rem;
  2007. }
  2008.  
  2009. .post-time {
  2010.    font-size: 0.85rem;
  2011.    color: #718096;
  2012. }
  2013.  
  2014. .reading-info {
  2015.    display: flex;
  2016.    align-items: center;
  2017. }
  2018.  
  2019. .read-time {
  2020.    font-size: 0.9rem;
  2021.    color: #718096;
  2022.    padding: 0.25rem 0.75rem;
  2023.    background: #f7fafc;
  2024.    border-radius: 15px;
  2025.    font-weight: 500;
  2026. }
  2027.  
  2028. /* Secondary Featured */
  2029. .secondary-featured {
  2030.    background: var(--card-bg);
  2031.    border-radius: 16px;
  2032.    overflow: hidden;
  2033.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  2034.    border: 1px solid var(--border-color);
  2035.    height: 100%;
  2036.    transition: all 0.3s ease;
  2037. }
  2038.  
  2039. .secondary-featured:hover {
  2040.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  2041.    transform: translateY(-2px);
  2042. }
  2043.  
  2044. .secondary-image-wrapper {
  2045.    position: relative;
  2046.    height: 200px;
  2047.    overflow: hidden;
  2048. }
  2049.  
  2050. .secondary-image-wrapper img {
  2051.    width: 100%;
  2052.    height: 100%;
  2053.    object-fit: cover;
  2054.    transition: transform 0.4s ease;
  2055. }
  2056.  
  2057. .secondary-featured:hover .secondary-image-wrapper img {
  2058.    transform: scale(1.03);
  2059. }
  2060.  
  2061. .secondary-content {
  2062.    padding: 2rem;
  2063. }
  2064.  
  2065. .secondary-title {
  2066.    font-size: 1.5rem;
  2067.    font-weight: 600;
  2068.    color: #1a202c;
  2069.    margin-bottom: 1rem;
  2070.    line-height: 1.3;
  2071. }
  2072.  
  2073. .secondary-excerpt {
  2074.    font-size: 0.95rem;
  2075.    color: #4a5568;
  2076.    line-height: 1.6;
  2077.    margin-bottom: 1.5rem;
  2078. }
  2079.  
  2080. .secondary-meta {
  2081.    display: flex;
  2082.    align-items: center;
  2083.    gap: 0.5rem;
  2084.    font-size: 0.85rem;
  2085.    color: #718096;
  2086. }
  2087.  
  2088. .meta-divider {
  2089.    color: #cbd5e0;
  2090. }
  2091.  
  2092. /* Compact Cards */
  2093. .compact-card {
  2094.    background: var(--card-bg);
  2095.    border-radius: 12px;
  2096.    overflow: hidden;
  2097.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  2098.    border: 1px solid var(--border-color);
  2099.    transition: all 0.3s ease;
  2100.    height: 100%;
  2101.    display: flex;
  2102.    flex-direction: column;
  2103. }
  2104.  
  2105. .compact-card:hover {
  2106.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  2107.    transform: translateY(-3px);
  2108. }
  2109.  
  2110. .compact-image {
  2111.    position: relative;
  2112.    height: 180px;
  2113.    overflow: hidden;
  2114. }
  2115.  
  2116. .compact-image img {
  2117.    width: 100%;
  2118.    height: 100%;
  2119.    object-fit: cover;
  2120.    transition: transform 0.4s ease;
  2121. }
  2122.  
  2123. .compact-card:hover .compact-image img {
  2124.    transform: scale(1.05);
  2125. }
  2126.  
  2127. .compact-category {
  2128.    position: absolute;
  2129.    top: 1rem;
  2130.    left: 1rem;
  2131.    padding: 0.25rem 0.75rem;
  2132.    font-size: 0.7rem;
  2133.    font-weight: 600;
  2134.    text-transform: uppercase;
  2135.    color: white;
  2136.    border-radius: 4px;
  2137. }
  2138.  
  2139. .compact-body {
  2140.    padding: 1.5rem;
  2141.    flex-grow: 1;
  2142.    display: flex;
  2143.    flex-direction: column;
  2144. }
  2145.  
  2146. .compact-title {
  2147.    font-size: 1.1rem;
  2148.    font-weight: 600;
  2149.    color: #1a202c;
  2150.    margin-bottom: 0.75rem;
  2151.    line-height: 1.4;
  2152. }
  2153.  
  2154. .compact-text {
  2155.    font-size: 0.9rem;
  2156.    color: #4a5568;
  2157.    line-height: 1.5;
  2158.    margin-bottom: 1.5rem;
  2159.    flex-grow: 1;
  2160. }
  2161.  
  2162. .compact-footer {
  2163.    display: flex;
  2164.    align-items: center;
  2165.    justify-content: space-between;
  2166.    margin-top: auto;
  2167. }
  2168.  
  2169. .compact-author {
  2170.    display: flex;
  2171.    align-items: center;
  2172.    gap: 0.5rem;
  2173. }
  2174.  
  2175. .compact-avatar {
  2176.    width: 32px;
  2177.    height: 32px;
  2178.    border-radius: 50%;
  2179.    object-fit: cover;
  2180. }
  2181.  
  2182. .compact-name {
  2183.    font-size: 0.85rem;
  2184.    font-weight: 500;
  2185.    color: #2d3748;
  2186. }
  2187.  
  2188. .compact-date {
  2189.    font-size: 0.8rem;
  2190.    color: #718096;
  2191. }
  2192.  
  2193. /* Recent Articles Section */
  2194. .recent-section {
  2195.    background: var(--card-bg);
  2196.    border-radius: 12px;
  2197.    padding: 2rem;
  2198.    border: 1px solid var(--border-color);
  2199.    height: 100%;
  2200. }
  2201.  
  2202. .recent-title {
  2203.    font-size: 1.25rem;
  2204.    font-weight: 700;
  2205.    color: #1a202c;
  2206.    margin-bottom: 1.5rem;
  2207.    padding-bottom: 0.75rem;
  2208.    border-bottom: 2px solid var(--border-color);
  2209. }
  2210.  
  2211. .recent-list {
  2212.    display: flex;
  2213.    flex-direction: column;
  2214.    gap: 1.25rem;
  2215. }
  2216.  
  2217. .recent-item {
  2218.    display: flex;
  2219.    align-items: center;
  2220.    gap: 1rem;
  2221.    padding: 0.8rem;
  2222.    background: var(--card-bg);
  2223.    border-radius: 8px;
  2224.    transition: all 0.2s ease;
  2225.    border: 1px solid var(--border-color);
  2226. }
  2227.  
  2228. .recent-item:hover {
  2229.    transform: translateX(4px);
  2230.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  2231. }
  2232.  
  2233. .recent-content {
  2234.    flex-grow: 1;
  2235. }
  2236.  
  2237. .recent-article-title {
  2238.    font-size: 0.95rem;
  2239.    font-weight: 600;
  2240.    color: #1a202c;
  2241.    margin-bottom: 0rem;
  2242.    line-height: 1.3;
  2243. }
  2244.  
  2245. .recent-date {
  2246.    font-size: 0.8rem;
  2247.    color: #718096;
  2248. }
  2249.  
  2250. /* Responsive Design */
  2251. @media (max-width: 992px) {
  2252.    .blog-hero-v6 {
  2253.        padding: 2rem 0;
  2254.    }
  2255.    
  2256.    .featured-title {
  2257.        font-size: 1.75rem;
  2258.    }
  2259.    
  2260.    .secondary-title {
  2261.        font-size: 1.3rem;
  2262.    }
  2263.    
  2264.    .article-meta {
  2265.        flex-direction: column;
  2266.        align-items: flex-start;
  2267.        gap: 1rem;
  2268.    }
  2269. }
  2270.  
  2271. @media (max-width: 768px) {
  2272.    .featured-content,
  2273.    .secondary-content {
  2274.        padding: 1.5rem;
  2275.    }
  2276.    
  2277.    .featured-title {
  2278.        font-size: 1.5rem;
  2279.    }
  2280.    
  2281.    .featured-image-container,
  2282.    .secondary-image-wrapper {
  2283.        height: 200px;
  2284.    }
  2285.    
  2286.    .compact-image {
  2287.        height: 150px;
  2288.    }
  2289.    
  2290.    .recent-section {
  2291.        margin-top: 2rem;
  2292.    }
  2293. }
  2294.  
  2295. @media (max-width: 576px) {
  2296.    .reading-info {
  2297.        margin-top: 1rem;
  2298.    }
  2299.    
  2300.    .secondary-meta {
  2301.        flex-wrap: wrap;
  2302.    }
  2303.    
  2304.    .recent-item {
  2305.        padding: 0.75rem;
  2306.    }
  2307. }
  2308. </style>
  2309.  
  2310.  
  2311.  
  2312.  
  2313.        <!-- end of wpo-blog-hero -->
  2314.  
  2315.        <!-- start of wpo-breacking-news -->
  2316.        
  2317.        <!-- end of wpo-breacking-news -->
  2318.        
  2319.        <!-- start wpo-blog-highlights-section -->
  2320.        
  2321.  
  2322.  
  2323.  
  2324.    
  2325.  
  2326.  
  2327. <section class="wpo-blog-highlights-section">
  2328.    <div class="container-fluid fluid-container">
  2329.        <div class="wpo-section-title">
  2330.            
  2331.                <h2>Today's Top Highlights</h2>
  2332.                    
  2333.        </div>
  2334.        <div class="row">
  2335.            <div class="col col-lg-8 col-12">
  2336.                <!-- start wpo-blog-section -->
  2337.                <div class="wpo-blog-highlights-wrap">
  2338.                    <div class="wpo-blog-items">
  2339.                        <div class="row">
  2340.                            
  2341.                            
  2342.                            <div class="col col-lg-6 col-md-6 col-12">
  2343.                                <div class="wpo-blog-item">
  2344.                                    <div class="wpo-blog-img">
  2345.                                        
  2346.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2347.                                        
  2348.                                        <div class="thumb bg-primary-gradient">News</div>
  2349.                                    </div>
  2350.                                    <div class="wpo-blog-content"  >
  2351.                                        <h2>
  2352.                                            <a href="/tottenham-relieve-strain-on-thomas-frank-as-simons-seals-comfortable-win-over-slavia-prague/" class="top-color">
  2353.                                            Tottenham Relieve Strain on Thomas Frank as Simons Seals Comfortable Win Over Slavia Prague
  2354.                                            </a>
  2355.                                        </h2>
  2356.                                        <ul>
  2357.                                            <li>  
  2358.                                                
  2359.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  2360.                                                
  2361.                                            </li>
  2362.                                            <li class="top-color">By Amanda Pearson</li>
  2363.                                            <li class="top-color">14 May 2026</li>
  2364.                                        </ul>
  2365.                                        <p class="top-color"> </p>
  2366.                                    </div>
  2367.                                </div>
  2368.                            </div>
  2369.                        
  2370.                            
  2371.                            
  2372.                            <div class="col col-lg-6 col-md-6 col-12">
  2373.                                <div class="wpo-blog-item">
  2374.                                    <div class="wpo-blog-img">
  2375.                                        
  2376.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2377.                                        
  2378.                                        <div class="thumb bg-primary-gradient">News</div>
  2379.                                    </div>
  2380.                                    <div class="wpo-blog-content"  >
  2381.                                        <h2>
  2382.                                            <a href="/the-story-of-leonard-and-hungry-paul-analysis-a-calming-show-featuring-the-voice-of-the-famous-actress-provides-the-perfect-antidote-to-todays-world/" class="top-color">
  2383.                                            The Story of Leonard and Hungry Paul Analysis: A Calming Show Featuring the Voice of the Famous Actress Provides the Perfect Antidote to Today&#x27;s World
  2384.                                            </a>
  2385.                                        </h2>
  2386.                                        <ul>
  2387.                                            <li>  
  2388.                                                
  2389.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  2390.                                                
  2391.                                            </li>
  2392.                                            <li class="top-color">By Amanda Pearson</li>
  2393.                                            <li class="top-color">14 May 2026</li>
  2394.                                        </ul>
  2395.                                        <p class="top-color"> </p>
  2396.                                    </div>
  2397.                                </div>
  2398.                            </div>
  2399.                        
  2400.                            
  2401.                            
  2402.                            <div class="col col-lg-6 col-md-6 col-12">
  2403.                                <div class="wpo-blog-item">
  2404.                                    <div class="wpo-blog-img">
  2405.                                        
  2406.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2407.                                        
  2408.                                        <div class="thumb bg-primary-gradient">News</div>
  2409.                                    </div>
  2410.                                    <div class="wpo-blog-content"  >
  2411.                                        <h2>
  2412.                                            <a href="/creating-the-flawless-butter-paneer-step-by-step-guide/" class="top-color">
  2413.                                            Creating the Flawless Butter Paneer – Step-by-Step Guide
  2414.                                            </a>
  2415.                                        </h2>
  2416.                                        <ul>
  2417.                                            <li>  
  2418.                                                
  2419.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  2420.                                                
  2421.                                            </li>
  2422.                                            <li class="top-color">By Amanda Pearson</li>
  2423.                                            <li class="top-color">14 May 2026</li>
  2424.                                        </ul>
  2425.                                        <p class="top-color"> </p>
  2426.                                    </div>
  2427.                                </div>
  2428.                            </div>
  2429.                        
  2430.                            
  2431.                            
  2432.                            <div class="col col-lg-6 col-md-6 col-12">
  2433.                                <div class="wpo-blog-item">
  2434.                                    <div class="wpo-blog-img">
  2435.                                        
  2436.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2437.                                        
  2438.                                        <div class="thumb bg-primary-gradient">News</div>
  2439.                                    </div>
  2440.                                    <div class="wpo-blog-content"  >
  2441.                                        <h2>
  2442.                                            <a href="/british-and-scottish-government-authorities-disagree-over-who-should-pay-the-245m-bill-for-trump-and-jd-vance-visits/" class="top-color">
  2443.                                            British and Scottish government Authorities Disagree Over Who Should Pay the £24.5m Bill for Trump and JD Vance Visits
  2444.                                            </a>
  2445.                                        </h2>
  2446.                                        <ul>
  2447.                                            <li>  
  2448.                                                
  2449.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  2450.                                                
  2451.                                            </li>
  2452.                                            <li class="top-color">By Amanda Pearson</li>
  2453.                                            <li class="top-color">14 May 2026</li>
  2454.                                        </ul>
  2455.                                        <p class="top-color"> </p>
  2456.                                    </div>
  2457.                                </div>
  2458.                            </div>
  2459.                        
  2460.                            
  2461.                            
  2462.                            <div class="col col-lg-6 col-md-6 col-12">
  2463.                                <div class="wpo-blog-item">
  2464.                                    <div class="wpo-blog-img">
  2465.                                        
  2466.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2467.                                        
  2468.                                        <div class="thumb bg-primary-gradient">News</div>
  2469.                                    </div>
  2470.                                    <div class="wpo-blog-content"  >
  2471.                                        <h2>
  2472.                                            <a href="/high-court-backs-redrawn-texas-house-electoral-boundaries/" class="top-color">
  2473.                                            High Court Backs Redrawn Texas House Electoral Boundaries.
  2474.                                            </a>
  2475.                                        </h2>
  2476.                                        <ul>
  2477.                                            <li>  
  2478.                                                
  2479.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  2480.                                                
  2481.                                            </li>
  2482.                                            <li class="top-color">By Amanda Pearson</li>
  2483.                                            <li class="top-color">14 May 2026</li>
  2484.                                        </ul>
  2485.                                        <p class="top-color"> </p>
  2486.                                    </div>
  2487.                                </div>
  2488.                            </div>
  2489.                        
  2490.                            
  2491.                            
  2492.                            <div class="col col-lg-6 col-md-6 col-12">
  2493.                                <div class="wpo-blog-item">
  2494.                                    <div class="wpo-blog-img">
  2495.                                        
  2496.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2497.                                        
  2498.                                        <div class="thumb bg-primary-gradient">News</div>
  2499.                                    </div>
  2500.                                    <div class="wpo-blog-content"  >
  2501.                                        <h2>
  2502.                                            <a href="/medical-experts-from-the-scottish-region-and-the-us-accomplish-world-first-stroke-surgery-with-automated-technology/" class="top-color">
  2503.                                            Medical Experts from the Scottish region and the US Accomplish World-First Stroke Surgery With Automated Technology
  2504.                                            </a>
  2505.                                        </h2>
  2506.                                        <ul>
  2507.                                            <li>  
  2508.                                                
  2509.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  2510.                                                
  2511.                                            </li>
  2512.                                            <li class="top-color">By Amanda Pearson</li>
  2513.                                            <li class="top-color">14 May 2026</li>
  2514.                                        </ul>
  2515.                                        <p class="top-color"> </p>
  2516.                                    </div>
  2517.                                </div>
  2518.                            </div>
  2519.                        
  2520.                            
  2521.                            
  2522.                            <div class="col col-lg-6 col-md-6 col-12">
  2523.                                <div class="wpo-blog-item">
  2524.                                    <div class="wpo-blog-img">
  2525.                                        
  2526.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2527.                                        
  2528.                                        <div class="thumb bg-primary-gradient">News</div>
  2529.                                    </div>
  2530.                                    <div class="wpo-blog-content"  >
  2531.                                        <h2>
  2532.                                            <a href="/chinas-proposed-artificial-intelligence-guidelines-aim-on-child-protection-and-self-harm-prevention-reduction/" class="top-color">
  2533.                                            China&#x27;s Proposed Artificial Intelligence Guidelines Aim on Child Protection and Self-Harm Prevention Reduction.
  2534.                                            </a>
  2535.                                        </h2>
  2536.                                        <ul>
  2537.                                            <li>  
  2538.                                                
  2539.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  2540.                                                
  2541.                                            </li>
  2542.                                            <li class="top-color">By Amanda Pearson</li>
  2543.                                            <li class="top-color">13 May 2026</li>
  2544.                                        </ul>
  2545.                                        <p class="top-color"> </p>
  2546.                                    </div>
  2547.                                </div>
  2548.                            </div>
  2549.                        
  2550.                            
  2551.                            
  2552.                            <div class="col col-lg-6 col-md-6 col-12">
  2553.                                <div class="wpo-blog-item">
  2554.                                    <div class="wpo-blog-img">
  2555.                                        
  2556.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2557.                                        
  2558.                                        <div class="thumb bg-primary-gradient">News</div>
  2559.                                    </div>
  2560.                                    <div class="wpo-blog-content"  >
  2561.                                        <h2>
  2562.                                            <a href="/gavin-newsom-confirms-he-is-weighing-a-presidential-campaign-for-2028/" class="top-color">
  2563.                                            Gavin Newsom Confirms He Is Weighing a Presidential Campaign for 2028
  2564.                                            </a>
  2565.                                        </h2>
  2566.                                        <ul>
  2567.                                            <li>  
  2568.                                                
  2569.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  2570.                                                
  2571.                                            </li>
  2572.                                            <li class="top-color">By Amanda Pearson</li>
  2573.                                            <li class="top-color">13 May 2026</li>
  2574.                                        </ul>
  2575.                                        <p class="top-color"> </p>
  2576.                                    </div>
  2577.                                </div>
  2578.                            </div>
  2579.                        
  2580.                            
  2581.                            
  2582.                            <div class="col col-lg-6 col-md-6 col-12">
  2583.                                <div class="wpo-blog-item">
  2584.                                    <div class="wpo-blog-img">
  2585.                                        
  2586.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2587.                                        
  2588.                                        <div class="thumb bg-primary-gradient">News</div>
  2589.                                    </div>
  2590.                                    <div class="wpo-blog-content"  >
  2591.                                        <h2>
  2592.                                            <a href="/some-groups-on-the-left-and-right-who-offer-only-complaints-ministers-are-moving-forward-with-the-job-of-economic-rejuvenation/" class="top-color">
  2593.                                            Some groups on the left and right who offer only complaints: Ministers are moving forward with the job of economic rejuvenation.
  2594.                                            </a>
  2595.                                        </h2>
  2596.                                        <ul>
  2597.                                            <li>  
  2598.                                                
  2599.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  2600.                                                
  2601.                                            </li>
  2602.                                            <li class="top-color">By Amanda Pearson</li>
  2603.                                            <li class="top-color">13 May 2026</li>
  2604.                                        </ul>
  2605.                                        <p class="top-color"> </p>
  2606.                                    </div>
  2607.                                </div>
  2608.                            </div>
  2609.                        
  2610.                            
  2611.                            
  2612.                            <div class="col col-lg-6 col-md-6 col-12">
  2613.                                <div class="wpo-blog-item">
  2614.                                    <div class="wpo-blog-img">
  2615.                                        
  2616.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2617.                                        
  2618.                                        <div class="thumb bg-primary-gradient">News</div>
  2619.                                    </div>
  2620.                                    <div class="wpo-blog-content"  >
  2621.                                        <h2>
  2622.                                            <a href="/the-greater-manchester-mayor-was-likely-to-have-won-the-recent-byelection-states-labour-deputy-leader/" class="top-color">
  2623.                                            The Greater Manchester Mayor Was &#x27;Likely&#x27; to Have Won the Recent Byelection, States Labour Deputy Leader
  2624.                                            </a>
  2625.                                        </h2>
  2626.                                        <ul>
  2627.                                            <li>  
  2628.                                                
  2629.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  2630.                                                
  2631.                                            </li>
  2632.                                            <li class="top-color">By Amanda Pearson</li>
  2633.                                            <li class="top-color">13 May 2026</li>
  2634.                                        </ul>
  2635.                                        <p class="top-color"> </p>
  2636.                                    </div>
  2637.                                </div>
  2638.                            </div>
  2639.                        
  2640.                            
  2641.                            
  2642.                            <div class="col col-lg-6 col-md-6 col-12">
  2643.                                <div class="wpo-blog-item">
  2644.                                    <div class="wpo-blog-img">
  2645.                                        
  2646.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2647.                                        
  2648.                                        <div class="thumb bg-primary-gradient">News</div>
  2649.                                    </div>
  2650.                                    <div class="wpo-blog-content"  >
  2651.                                        <h2>
  2652.                                            <a href="/previous-british-broadcasting-corporation-consultants-participate-in-mps-inquiry-following-allegations-of-prejudice-in-unauthorized-memo/" class="top-color">
  2653.                                            Previous British Broadcasting Corporation Consultants Participate in MPs&#x27; Inquiry Following Allegations of Prejudice in Unauthorized Memo
  2654.                                            </a>
  2655.                                        </h2>
  2656.                                        <ul>
  2657.                                            <li>  
  2658.                                                
  2659.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  2660.                                                
  2661.                                            </li>
  2662.                                            <li class="top-color">By Amanda Pearson</li>
  2663.                                            <li class="top-color">13 May 2026</li>
  2664.                                        </ul>
  2665.                                        <p class="top-color"> </p>
  2666.                                    </div>
  2667.                                </div>
  2668.                            </div>
  2669.                        
  2670.                            
  2671.                            
  2672.                            <div class="col col-lg-6 col-md-6 col-12">
  2673.                                <div class="wpo-blog-item">
  2674.                                    <div class="wpo-blog-img">
  2675.                                        
  2676.                                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2677.                                        
  2678.                                        <div class="thumb bg-primary-gradient">News</div>
  2679.                                    </div>
  2680.                                    <div class="wpo-blog-content"  >
  2681.                                        <h2>
  2682.                                            <a href="/england-include-bashir-in-line-up-for-ashes-first-test/" class="top-color">
  2683.                                            England Include Bashir in Line-up for Ashes First Test
  2684.                                            </a>
  2685.                                        </h2>
  2686.                                        <ul>
  2687.                                            <li>  
  2688.                                                
  2689.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  2690.                                                
  2691.                                            </li>
  2692.                                            <li class="top-color">By Amanda Pearson</li>
  2693.                                            <li class="top-color">13 May 2026</li>
  2694.                                        </ul>
  2695.                                        <p class="top-color"> </p>
  2696.                                    </div>
  2697.                                </div>
  2698.                            </div>
  2699.                        
  2700.                            
  2701.                            
  2702.  
  2703.                        </div>
  2704.                    </div>
  2705.                </div>
  2706.                <!-- end wpo-blog-section -->
  2707.            </div>
  2708.  
  2709.            <div class="col col-lg-4 col-12">
  2710.                
  2711.  
  2712.  
  2713.  
  2714.    
  2715.  
  2716.  
  2717. <!-- Blog Sidebar V2 - Focused Design -->
  2718. <div class="sidebar">
  2719.  <!-- Recent Posts Section -->
  2720.  <div class="sidebar-widget mb-4">
  2721.    <div class="widget-title-wrapper mb-3">
  2722.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2723.        <i class="ti-time me-2"></i>Recent Posts
  2724.        <span class="title-arrow-primary"></span>
  2725.      </h4>
  2726.    </div>
  2727.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2728.      <div class="recent-post-list">
  2729.      
  2730.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2731.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2732.              
  2733.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2734.              
  2735.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2736.          </div>
  2737.          <div class="post-content flex-grow-1">
  2738.            <h6 class="post-title mb-2">
  2739.               <a href="/olympian-and-several-eritreans-released-after-nearly-two-decades-without-facing-charges-relatives-say/" class="text-decoration-none top-color fw-semibold lh-sm">
  2740.                                            Olympian and Several Eritreans Released After Nearly Two Decades Without Facing Charges, Relatives Say
  2741.                                            </a>
  2742.            </h6>
  2743.            <div class="post-meta">
  2744.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>13 May 2026</small>
  2745.              <!-- <small class="text-muted">
  2746.                <i class="ti-eye me-1"></i>348 views
  2747.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2748.              </small> -->
  2749.            </div>
  2750.          </div>
  2751.        </div>
  2752.        
  2753.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2754.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2755.              
  2756.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2757.              
  2758.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2759.          </div>
  2760.          <div class="post-content flex-grow-1">
  2761.            <h6 class="post-title mb-2">
  2762.               <a href="/the-kpop-demon-hunters-series-floats-to-make-a-grand-appearance-at-macys-thanksgiving-day-parade/" class="text-decoration-none top-color fw-semibold lh-sm">
  2763.                                            The KPop Demon Hunters Series Floats to Make a Grand Appearance at Macy&#x27;s Thanksgiving Day Parade
  2764.                                            </a>
  2765.            </h6>
  2766.            <div class="post-meta">
  2767.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2768.              <!-- <small class="text-muted">
  2769.                <i class="ti-eye me-1"></i>348 views
  2770.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2771.              </small> -->
  2772.            </div>
  2773.          </div>
  2774.        </div>
  2775.        
  2776.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2777.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2778.              
  2779.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2780.              
  2781.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2782.          </div>
  2783.          <div class="post-content flex-grow-1">
  2784.            <h6 class="post-title mb-2">
  2785.               <a href="/disturbing-discovery-remains-of-vanished-mum-and-daughter-located-in-freezing-units-in-austria/" class="text-decoration-none top-color fw-semibold lh-sm">
  2786.                                            Disturbing Discovery: Remains of Vanished Mum and Daughter Located in Freezing Units in Austria
  2787.                                            </a>
  2788.            </h6>
  2789.            <div class="post-meta">
  2790.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2791.              <!-- <small class="text-muted">
  2792.                <i class="ti-eye me-1"></i>348 views
  2793.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2794.              </small> -->
  2795.            </div>
  2796.          </div>
  2797.        </div>
  2798.        
  2799.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2800.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2801.              
  2802.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2803.              
  2804.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2805.          </div>
  2806.          <div class="post-content flex-grow-1">
  2807.            <h6 class="post-title mb-2">
  2808.               <a href="/the-music-streaming-giants-year-end-recap-launch-date-and-key-inquiries-answered/" class="text-decoration-none top-color fw-semibold lh-sm">
  2809.                                            The Music Streaming Giant&#x27;s Year-End Recap: Launch Date and Key Inquiries Answered
  2810.                                            </a>
  2811.            </h6>
  2812.            <div class="post-meta">
  2813.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2814.              <!-- <small class="text-muted">
  2815.                <i class="ti-eye me-1"></i>348 views
  2816.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2817.              </small> -->
  2818.            </div>
  2819.          </div>
  2820.        </div>
  2821.        
  2822.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2823.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2824.              
  2825.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2826.              
  2827.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2828.          </div>
  2829.          <div class="post-content flex-grow-1">
  2830.            <h6 class="post-title mb-2">
  2831.               <a href="/peaceful-end-to-messis-india-tour-after-disorder-in-kolkata/" class="text-decoration-none top-color fw-semibold lh-sm">
  2832.                                            Peaceful End to Messi&#x27;s India Tour After Disorder in Kolkata
  2833.                                            </a>
  2834.            </h6>
  2835.            <div class="post-meta">
  2836.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2837.              <!-- <small class="text-muted">
  2838.                <i class="ti-eye me-1"></i>348 views
  2839.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2840.              </small> -->
  2841.            </div>
  2842.          </div>
  2843.        </div>
  2844.        
  2845.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2846.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2847.              
  2848.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2849.              
  2850.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2851.          </div>
  2852.          <div class="post-content flex-grow-1">
  2853.            <h6 class="post-title mb-2">
  2854.               <a href="/brian-harris-life-story-a-life-through-the-camera/" class="text-decoration-none top-color fw-semibold lh-sm">
  2855.                                            Brian Harris Life Story: A Life Through the Camera
  2856.                                            </a>
  2857.            </h6>
  2858.            <div class="post-meta">
  2859.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2860.              <!-- <small class="text-muted">
  2861.                <i class="ti-eye me-1"></i>348 views
  2862.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2863.              </small> -->
  2864.            </div>
  2865.          </div>
  2866.        </div>
  2867.        
  2868.  
  2869.      </div>
  2870.  
  2871.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2872.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2873.      </div> -->
  2874.    </div>
  2875.  </div>
  2876.  
  2877.    
  2878.  <div class="sidebar-widget mb-4">
  2879.    <div class="widget-title-wrapper mb-3">
  2880.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2881.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2882.        <span class="title-arrow"></span>
  2883.      </h4>
  2884.    </div>
  2885.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2886.      <div class="blog-roll-list scrollable-sidebar">
  2887.        
  2888.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2889.          <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop-casinos/" class="text-decoration-none ">
  2890.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2891.              <i class="ti-angle-right me-2 text-primary"></i>
  2892.               casino not on gamstop
  2893.            </h6>
  2894.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2895.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2896.            </div> -->
  2897.          </a>
  2898.        </div>
  2899.          
  2900.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2901.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  2902.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2903.              <i class="ti-angle-right me-2 text-primary"></i>
  2904.               online casinos not on gamstop
  2905.            </h6>
  2906.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2907.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2908.            </div> -->
  2909.          </a>
  2910.        </div>
  2911.          
  2912.      </div>
  2913.  
  2914.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2915.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2916.      </div> -->
  2917.    </div>
  2918.  </div>
  2919.    
  2920.  <div class="sidebar-widget mb-4">
  2921.    <div class="widget-title-wrapper mb-3">
  2922.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2923.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2924.        <span class="title-arrow"></span>
  2925.      </h4>
  2926.    </div>
  2927.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2928.      <div class="blog-roll-list scrollable-sidebar">
  2929.        
  2930.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2931.          <a href="https://bottlebling.co.uk/" class="text-decoration-none ">
  2932.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2933.              <i class="ti-angle-right me-2 text-primary"></i>
  2934.               casino site
  2935.            </h6>
  2936.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2937.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2938.            </div> -->
  2939.          </a>
  2940.        </div>
  2941.          
  2942.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2943.          <a href="https://www.foodsofengland.co.uk/" class="text-decoration-none ">
  2944.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2945.              <i class="ti-angle-right me-2 text-primary"></i>
  2946.               non gamstop casino
  2947.            </h6>
  2948.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2949.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2950.            </div> -->
  2951.          </a>
  2952.        </div>
  2953.          
  2954.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2955.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  2956.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2957.              <i class="ti-angle-right me-2 text-primary"></i>
  2958.               non gamstop casino
  2959.            </h6>
  2960.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2961.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2962.            </div> -->
  2963.          </a>
  2964.        </div>
  2965.          
  2966.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2967.          <a href="https://heyimhome.co.uk/" class="text-decoration-none ">
  2968.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2969.              <i class="ti-angle-right me-2 text-primary"></i>
  2970.               online casinos UK
  2971.            </h6>
  2972.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2973.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2974.            </div> -->
  2975.          </a>
  2976.        </div>
  2977.          
  2978.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2979.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  2980.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2981.              <i class="ti-angle-right me-2 text-primary"></i>
  2982.               casinos not on gamstop
  2983.            </h6>
  2984.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2985.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2986.            </div> -->
  2987.          </a>
  2988.        </div>
  2989.          
  2990.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2991.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  2992.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2993.              <i class="ti-angle-right me-2 text-primary"></i>
  2994.               casinos not on gamstop
  2995.            </h6>
  2996.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2997.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2998.            </div> -->
  2999.          </a>
  3000.        </div>
  3001.          
  3002.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3003.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  3004.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3005.              <i class="ti-angle-right me-2 text-primary"></i>
  3006.               non gamstop casino
  3007.            </h6>
  3008.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3009.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3010.            </div> -->
  3011.          </a>
  3012.        </div>
  3013.          
  3014.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3015.          <a href="https://thepearlyqueen.com/" class="text-decoration-none ">
  3016.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3017.              <i class="ti-angle-right me-2 text-primary"></i>
  3018.               casinos not on GamStop
  3019.            </h6>
  3020.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3021.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3022.            </div> -->
  3023.          </a>
  3024.        </div>
  3025.          
  3026.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3027.          <a href="https://www.fourpure.com/" class="text-decoration-none ">
  3028.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3029.              <i class="ti-angle-right me-2 text-primary"></i>
  3030.               non GamStop casinos
  3031.            </h6>
  3032.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3033.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3034.            </div> -->
  3035.          </a>
  3036.        </div>
  3037.          
  3038.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3039.          <a href="https://www.homeworkworkspace.com" class="text-decoration-none ">
  3040.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3041.              <i class="ti-angle-right me-2 text-primary"></i>
  3042.               non GamStop casino
  3043.            </h6>
  3044.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3045.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3046.            </div> -->
  3047.          </a>
  3048.        </div>
  3049.          
  3050.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3051.          <a href="https://www.no-deportations.org.uk" class="text-decoration-none ">
  3052.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3053.              <i class="ti-angle-right me-2 text-primary"></i>
  3054.               online casinos
  3055.            </h6>
  3056.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3057.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3058.            </div> -->
  3059.          </a>
  3060.        </div>
  3061.          
  3062.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3063.          <a href="https://www.kew.org.uk/" class="text-decoration-none ">
  3064.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3065.              <i class="ti-angle-right me-2 text-primary"></i>
  3066.               UK bookies not on GamStop
  3067.            </h6>
  3068.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3069.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3070.            </div> -->
  3071.          </a>
  3072.        </div>
  3073.          
  3074.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3075.          <a href="https://fdncoffee.com" class="text-decoration-none ">
  3076.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3077.              <i class="ti-angle-right me-2 text-primary"></i>
  3078.               new non GamStop casinos
  3079.            </h6>
  3080.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3081.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3082.            </div> -->
  3083.          </a>
  3084.        </div>
  3085.          
  3086.      </div>
  3087.  
  3088.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3089.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3090.      </div> -->
  3091.    </div>
  3092.  </div>
  3093.    
  3094.  <div class="sidebar-widget mb-4">
  3095.    <div class="widget-title-wrapper mb-3">
  3096.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3097.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3098.        <span class="title-arrow"></span>
  3099.      </h4>
  3100.    </div>
  3101.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3102.      <div class="blog-roll-list scrollable-sidebar">
  3103.        
  3104.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3105.          <a href="https://www.mediawise.org.uk/" class="text-decoration-none ">
  3106.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3107.              <i class="ti-angle-right me-2 text-primary"></i>
  3108.               casinos not on GamStop
  3109.            </h6>
  3110.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3111.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3112.            </div> -->
  3113.          </a>
  3114.        </div>
  3115.          
  3116.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3117.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  3118.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3119.              <i class="ti-angle-right me-2 text-primary"></i>
  3120.               casino sites not on GamStop
  3121.            </h6>
  3122.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3123.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3124.            </div> -->
  3125.          </a>
  3126.        </div>
  3127.          
  3128.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3129.          <a href="https://www.covent-garden.co.uk/" class="text-decoration-none ">
  3130.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3131.              <i class="ti-angle-right me-2 text-primary"></i>
  3132.               non GamStop casinos
  3133.            </h6>
  3134.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3135.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3136.            </div> -->
  3137.          </a>
  3138.        </div>
  3139.          
  3140.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3141.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  3142.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3143.              <i class="ti-angle-right me-2 text-primary"></i>
  3144.               casino not on gamestop
  3145.            </h6>
  3146.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3147.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3148.            </div> -->
  3149.          </a>
  3150.        </div>
  3151.          
  3152.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3153.          <a href="https://www.ginspa.co.uk/" class="text-decoration-none ">
  3154.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3155.              <i class="ti-angle-right me-2 text-primary"></i>
  3156.               casino not on GamStop
  3157.            </h6>
  3158.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3159.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3160.            </div> -->
  3161.          </a>
  3162.        </div>
  3163.          
  3164.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3165.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  3166.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3167.              <i class="ti-angle-right me-2 text-primary"></i>
  3168.               non GamStop casinos
  3169.            </h6>
  3170.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3171.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3172.            </div> -->
  3173.          </a>
  3174.        </div>
  3175.          
  3176.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3177.          <a href="https://womeninfinance.co.uk/" class="text-decoration-none ">
  3178.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3179.              <i class="ti-angle-right me-2 text-primary"></i>
  3180.               non GamStop casinos
  3181.            </h6>
  3182.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3183.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3184.            </div> -->
  3185.          </a>
  3186.        </div>
  3187.          
  3188.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3189.          <a href="https://orangegenie.com" class="text-decoration-none ">
  3190.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3191.              <i class="ti-angle-right me-2 text-primary"></i>
  3192.               non GamStop casinos
  3193.            </h6>
  3194.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3195.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3196.            </div> -->
  3197.          </a>
  3198.        </div>
  3199.          
  3200.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3201.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  3202.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3203.              <i class="ti-angle-right me-2 text-primary"></i>
  3204.               UK casino not on GamStop
  3205.            </h6>
  3206.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3207.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3208.            </div> -->
  3209.          </a>
  3210.        </div>
  3211.          
  3212.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3213.          <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none ">
  3214.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3215.              <i class="ti-angle-right me-2 text-primary"></i>
  3216.               non UK casino
  3217.            </h6>
  3218.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3219.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3220.            </div> -->
  3221.          </a>
  3222.        </div>
  3223.          
  3224.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3225.          <a href="https://www.stamina.org.uk/" class="text-decoration-none ">
  3226.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3227.              <i class="ti-angle-right me-2 text-primary"></i>
  3228.               Slots Not on Gamban
  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.falconryforum.co.uk/" class="text-decoration-none ">
  3238.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3239.              <i class="ti-angle-right me-2 text-primary"></i>
  3240.               non gamstop casinos
  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://knightsof.media/" class="text-decoration-none ">
  3250.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3251.              <i class="ti-angle-right me-2 text-primary"></i>
  3252.               online 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://www.nativerestaurant.co.uk/" class="text-decoration-none ">
  3262.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3263.              <i class="ti-angle-right me-2 text-primary"></i>
  3264.               non GamStop casino
  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.thekarczma.co.uk/" class="text-decoration-none ">
  3274.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3275.              <i class="ti-angle-right me-2 text-primary"></i>
  3276.               non UK online casinos
  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://shipwreckcharlestown.co.uk/" class="text-decoration-none ">
  3286.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3287.              <i class="ti-angle-right me-2 text-primary"></i>
  3288.               non GamStop casinos
  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.kysty.co.uk/" class="text-decoration-none ">
  3298.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3299.              <i class="ti-angle-right me-2 text-primary"></i>
  3300.               non GamStop 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.wildaboutbritain.co.uk/" class="text-decoration-none ">
  3310.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3311.              <i class="ti-angle-right me-2 text-primary"></i>
  3312.               online casino
  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.goodsixty.co.uk/" class="text-decoration-none ">
  3322.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3323.              <i class="ti-angle-right me-2 text-primary"></i>
  3324.               online casinos
  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://roadpeace.org/" class="text-decoration-none ">
  3334.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3335.              <i class="ti-angle-right me-2 text-primary"></i>
  3336.               online casino
  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>
  3345.  
  3346.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3347.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3348.      </div> -->
  3349.    </div>
  3350.  </div>
  3351.    
  3352.  <div class="sidebar-widget mb-4">
  3353.    <div class="widget-title-wrapper mb-3">
  3354.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3355.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3356.        <span class="title-arrow"></span>
  3357.      </h4>
  3358.    </div>
  3359.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3360.      <div class="blog-roll-list scrollable-sidebar">
  3361.        
  3362.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3363.          <a href="https://www.thebridalboutiquewarwickshire.co.uk/" class="text-decoration-none ">
  3364.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3365.              <i class="ti-angle-right me-2 text-primary"></i>
  3366.               crypto casinos
  3367.            </h6>
  3368.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3369.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3370.            </div> -->
  3371.          </a>
  3372.        </div>
  3373.          
  3374.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3375.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3376.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3377.              <i class="ti-angle-right me-2 text-primary"></i>
  3378.               best crypto betting sites
  3379.            </h6>
  3380.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3381.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3382.            </div> -->
  3383.          </a>
  3384.        </div>
  3385.          
  3386.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3387.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  3388.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3389.              <i class="ti-angle-right me-2 text-primary"></i>
  3390.               best betting sites
  3391.            </h6>
  3392.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3393.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3394.            </div> -->
  3395.          </a>
  3396.        </div>
  3397.          
  3398.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3399.          <a href="https://idolmag.co.uk/" class="text-decoration-none ">
  3400.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3401.              <i class="ti-angle-right me-2 text-primary"></i>
  3402.               top online casinos
  3403.            </h6>
  3404.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3405.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3406.            </div> -->
  3407.          </a>
  3408.        </div>
  3409.          
  3410.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3411.          <a href="https://www.thehaven.org.uk/" class="text-decoration-none ">
  3412.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3413.              <i class="ti-angle-right me-2 text-primary"></i>
  3414.               best non gamstop casinos
  3415.            </h6>
  3416.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3417.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3418.            </div> -->
  3419.          </a>
  3420.        </div>
  3421.          
  3422.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3423.          <a href="https://ecademy.com/" class="text-decoration-none ">
  3424.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3425.              <i class="ti-angle-right me-2 text-primary"></i>
  3426.               uk casinos not on gamstop
  3427.            </h6>
  3428.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3429.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3430.            </div> -->
  3431.          </a>
  3432.        </div>
  3433.          
  3434.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3435.          <a href="https://pauljacques.co.uk/" class="text-decoration-none ">
  3436.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3437.              <i class="ti-angle-right me-2 text-primary"></i>
  3438.               best non gamstop casinos
  3439.            </h6>
  3440.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3441.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3442.            </div> -->
  3443.          </a>
  3444.        </div>
  3445.          
  3446.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3447.          <a href="https://indyonline.co.uk/" class="text-decoration-none ">
  3448.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3449.              <i class="ti-angle-right me-2 text-primary"></i>
  3450.               casino no gamstop
  3451.            </h6>
  3452.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3453.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3454.            </div> -->
  3455.          </a>
  3456.        </div>
  3457.          
  3458.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3459.          <a href="https://www.xn--24-8qizc4j8c.com/" class="text-decoration-none ">
  3460.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3461.              <i class="ti-angle-right me-2 text-primary"></i>
  3462.               แทงหวย24
  3463.            </h6>
  3464.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3465.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3466.            </div> -->
  3467.          </a>
  3468.        </div>
  3469.          
  3470.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3471.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  3472.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3473.              <i class="ti-angle-right me-2 text-primary"></i>
  3474.               Casinos Not on GAMSTOP
  3475.            </h6>
  3476.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3477.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3478.            </div> -->
  3479.          </a>
  3480.        </div>
  3481.          
  3482.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3483.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  3484.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3485.              <i class="ti-angle-right me-2 text-primary"></i>
  3486.               Casinos Not on GamStop
  3487.            </h6>
  3488.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3489.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3490.            </div> -->
  3491.          </a>
  3492.        </div>
  3493.          
  3494.      </div>
  3495.  
  3496.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3497.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3498.      </div> -->
  3499.    </div>
  3500.  </div>
  3501.    
  3502.  <!-- <div class="sidebar-widget">
  3503.    <div class="widget-title-wrapper mb-3">
  3504.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3505.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3506.        <span class="title-arrow"></span>
  3507.      </h4>
  3508.    </div>
  3509.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3510.      <div class="blog-roll-list">
  3511.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3512.          <a href="#" class="text-decoration-none">
  3513.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3514.              <i class="ti-angle-right me-2 text-primary"></i>
  3515.              Complete Guide to Django REST Framework
  3516.            </h6>
  3517.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3518.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3519.            </div>
  3520.          </a>
  3521.        </div>
  3522.  
  3523.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3524.          <a href="#" class="text-decoration-none">
  3525.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3526.              <i class="ti-angle-right me-2 text-primary"></i>
  3527.              Modern JavaScript ES2025 Features
  3528.            </h6>
  3529.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3530.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3531.            </div>
  3532.          </a>
  3533.        </div>
  3534.  
  3535.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3536.          <a href="#" class="text-decoration-none">
  3537.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3538.              <i class="ti-angle-right me-2 text-primary"></i>
  3539.              Digital Marketing Trends in 2025
  3540.            </h6>
  3541.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3542.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3543.            </div>
  3544.          </a>
  3545.        </div>
  3546.  
  3547.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3548.          <a href="#" class="text-decoration-none">
  3549.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3550.              <i class="ti-angle-right me-2 text-primary"></i>
  3551.              Remote Work Best Practices
  3552.            </h6>
  3553.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3554.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3555.            </div>
  3556.          </a>
  3557.        </div>
  3558.  
  3559.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3560.          <a href="#" class="text-decoration-none">
  3561.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3562.              <i class="ti-angle-right me-2 text-primary"></i>
  3563.              Sustainable Living Tips for Beginners
  3564.            </h6>
  3565.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3566.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3567.            </div>
  3568.          </a>
  3569.        </div>
  3570.  
  3571.        <div class="blog-roll-item">
  3572.          <a href="#" class="text-decoration-none">
  3573.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3574.              <i class="ti-angle-right me-2 text-primary"></i>
  3575.              AI and Machine Learning Basics
  3576.            </h6>
  3577.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3578.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3579.            </div>
  3580.          </a>
  3581.        </div>
  3582.      </div>
  3583.  
  3584.      <div class="text-center mt-4 pt-3 border-top border-light">
  3585.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3586.      </div>
  3587.    </div>
  3588.  </div> -->
  3589. </div>
  3590.  
  3591. <!-- Sidebar V2 Styles -->
  3592. <style>
  3593.  .sidebar-widget {
  3594.    position: relative;
  3595.  }
  3596.  
  3597.  .widget-title {
  3598.    font-size: 1.1rem;
  3599.    font-weight: 700;
  3600.    display: inline-block;
  3601.    position: relative;
  3602.    z-index: 2;
  3603.    border-radius: 0;
  3604.  }
  3605.  
  3606.  /* Green arrow for August Blog Roll */
  3607.  .title-arrow::after {
  3608.    content: '';
  3609.    position: absolute;
  3610.    top: 0;
  3611.    right: -22px;
  3612.    width: 0;
  3613.    height: 0;
  3614.    border-left: 22px solid var(--bs-primary);
  3615.    border-top: 22px solid transparent;
  3616.    border-bottom: 22px solid transparent;
  3617.    z-index: 1;
  3618.  }
  3619.  
  3620.  /* Blue arrow for Recent Posts */
  3621.  .title-arrow-primary::after {
  3622.    content: '';
  3623.    position: absolute;
  3624.    top: 0;
  3625.    right: -22px;
  3626.    width: 0;
  3627.    height: 0;
  3628.    border-left: 22px solid var(--bs-primary);
  3629.    border-top: 22px solid transparent;
  3630.    border-bottom: 22px solid transparent;
  3631.    z-index: 1;
  3632.  }
  3633.  
  3634.  .widget-content {
  3635.    margin-top: -1px;
  3636.    position: relative;
  3637.    z-index: 1;
  3638.    background-color: var(--card-bg);
  3639.  }
  3640.  
  3641.  /* Blog Roll Items Hover Effects */
  3642.  .blog-roll-item:hover .blog-title {
  3643.    color: #198754 !important;
  3644.    transform: translateX(5px);
  3645.    transition: all 0.3s ease;
  3646.  }
  3647.  
  3648.  /* Recent Post Items Hover Effects */
  3649.  .recent-post-item:hover .post-title a {
  3650.    color: #0d6efd !important;
  3651.    transition: color 0.3s ease;
  3652.  }
  3653.  
  3654.  .recent-post-item:hover .post-image img {
  3655.    transform: scale(1.05);
  3656.    transition: transform 0.3s ease;
  3657.  }
  3658.  
  3659.  /* Button Hover Effects */
  3660.  .btn:hover {
  3661.    transform: translateY(-2px);
  3662.    transition: all 0.3s ease;
  3663.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3664.  }
  3665.  
  3666.  /* Badge Hover Effects */
  3667.  .badge:hover {
  3668.    transform: scale(1.05);
  3669.    transition: transform 0.3s ease;
  3670.  }
  3671.  
  3672.  @media (max-width: 991px) {
  3673.    .sidebar {
  3674.      margin-top: 3rem;
  3675.    }
  3676.  }
  3677.  
  3678.  @media (max-width: 576px) {
  3679.    .widget-title {
  3680.      font-size: 1rem;
  3681.      padding: 0.75rem 1rem !important;
  3682.    }
  3683.  
  3684.    .title-arrow::after,
  3685.    .title-arrow-primary::after {
  3686.      right: -18px;
  3687.      border-left-width: 18px;
  3688.      border-top-width: 18px;
  3689.      border-bottom-width: 18px;
  3690.    }
  3691.  
  3692.    .post-image {
  3693.      width: 70px !important;
  3694.      height: 55px !important;
  3695.    }
  3696.  
  3697.    .blog-meta {
  3698.      flex-direction: column !important;
  3699.      align-items: flex-start !important;
  3700.      gap: 0.5rem;
  3701.    }
  3702.  }
  3703. </style>
  3704.  
  3705.    
  3706.            </div>
  3707.        </div>
  3708.    </div> <!-- end container -->
  3709. </section>
  3710.  
  3711.    
  3712.        
  3713.        <!-- end wpo-blog-highlights-section -->
  3714.        <!-- start wpo-blog-sponsored-section -->
  3715.        
  3716.  
  3717.  
  3718.  
  3719.    
  3720.  
  3721.  
  3722.  
  3723. <section class="wpo-blog-sponsored-section section-padding">
  3724.    <div class="container-fluid fluid-container">
  3725.        <div class="wpo-section-title">
  3726.            <h2>sponsored news</h2>
  3727.        </div>
  3728.        <div class="row">
  3729.            <div class="wpo-blog-sponsored-wrap">
  3730.                <div class="wpo-blog-items">
  3731.                    <div class="row">
  3732.                        
  3733.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3734.                            <div class="wpo-blog-item">
  3735.                                <div class="wpo-blog-img">
  3736.                                    
  3737.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3738.                                    
  3739.                                    <div class="thumb bg-primary-gradient ">News</div>
  3740.                                </div>
  3741.                                <div class="wpo-blog-content">
  3742.                                    <h2>  <a href="/olympian-and-several-eritreans-released-after-nearly-two-decades-without-facing-charges-relatives-say/" class="top-color">
  3743.                                            Olympian and Several Eritreans Released After Nearly Two Decades Without Facing Charges, Relatives Say
  3744.                                            </a>
  3745.                                    </h2>
  3746.                                    <ul>
  3747.                                        <li>
  3748.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  3749.                                                </li>
  3750.                                        <li class="top-color">By Amanda Pearson</li>
  3751.                                        <li  class="top-color">13 May 2026</li>
  3752.                                    </ul>
  3753.                                </div>
  3754.                            </div>
  3755.                        </div>
  3756.                        
  3757.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3758.                            <div class="wpo-blog-item">
  3759.                                <div class="wpo-blog-img">
  3760.                                    
  3761.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3762.                                    
  3763.                                    <div class="thumb bg-primary-gradient ">News</div>
  3764.                                </div>
  3765.                                <div class="wpo-blog-content">
  3766.                                    <h2>  <a href="/the-kpop-demon-hunters-series-floats-to-make-a-grand-appearance-at-macys-thanksgiving-day-parade/" class="top-color">
  3767.                                            The KPop Demon Hunters Series Floats to Make a Grand Appearance at Macy&#x27;s Thanksgiving Day Parade
  3768.                                            </a>
  3769.                                    </h2>
  3770.                                    <ul>
  3771.                                        <li>
  3772.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  3773.                                                </li>
  3774.                                        <li class="top-color">By Amanda Pearson</li>
  3775.                                        <li  class="top-color">12 May 2026</li>
  3776.                                    </ul>
  3777.                                </div>
  3778.                            </div>
  3779.                        </div>
  3780.                        
  3781.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3782.                            <div class="wpo-blog-item">
  3783.                                <div class="wpo-blog-img">
  3784.                                    
  3785.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3786.                                    
  3787.                                    <div class="thumb bg-primary-gradient ">News</div>
  3788.                                </div>
  3789.                                <div class="wpo-blog-content">
  3790.                                    <h2>  <a href="/disturbing-discovery-remains-of-vanished-mum-and-daughter-located-in-freezing-units-in-austria/" class="top-color">
  3791.                                            Disturbing Discovery: Remains of Vanished Mum and Daughter Located in Freezing Units in Austria
  3792.                                            </a>
  3793.                                    </h2>
  3794.                                    <ul>
  3795.                                        <li>
  3796.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  3797.                                                </li>
  3798.                                        <li class="top-color">By Amanda Pearson</li>
  3799.                                        <li  class="top-color">12 May 2026</li>
  3800.                                    </ul>
  3801.                                </div>
  3802.                            </div>
  3803.                        </div>
  3804.                        
  3805.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3806.                            <div class="wpo-blog-item">
  3807.                                <div class="wpo-blog-img">
  3808.                                    
  3809.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3810.                                    
  3811.                                    <div class="thumb bg-primary-gradient ">News</div>
  3812.                                </div>
  3813.                                <div class="wpo-blog-content">
  3814.                                    <h2>  <a href="/the-music-streaming-giants-year-end-recap-launch-date-and-key-inquiries-answered/" class="top-color">
  3815.                                            The Music Streaming Giant&#x27;s Year-End Recap: Launch Date and Key Inquiries Answered
  3816.                                            </a>
  3817.                                    </h2>
  3818.                                    <ul>
  3819.                                        <li>
  3820.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  3821.                                                </li>
  3822.                                        <li class="top-color">By Amanda Pearson</li>
  3823.                                        <li  class="top-color">12 May 2026</li>
  3824.                                    </ul>
  3825.                                </div>
  3826.                            </div>
  3827.                        </div>
  3828.                        
  3829.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3830.                            <div class="wpo-blog-item">
  3831.                                <div class="wpo-blog-img">
  3832.                                    
  3833.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3834.                                    
  3835.                                    <div class="thumb bg-primary-gradient ">News</div>
  3836.                                </div>
  3837.                                <div class="wpo-blog-content">
  3838.                                    <h2>  <a href="/peaceful-end-to-messis-india-tour-after-disorder-in-kolkata/" class="top-color">
  3839.                                            Peaceful End to Messi&#x27;s India Tour After Disorder in Kolkata
  3840.                                            </a>
  3841.                                    </h2>
  3842.                                    <ul>
  3843.                                        <li>
  3844.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  3845.                                                </li>
  3846.                                        <li class="top-color">By Amanda Pearson</li>
  3847.                                        <li  class="top-color">12 May 2026</li>
  3848.                                    </ul>
  3849.                                </div>
  3850.                            </div>
  3851.                        </div>
  3852.                        
  3853.                        <div class="col col-xl-3 col-lg-6 col-md-6 col-12">
  3854.                            <div class="wpo-blog-item">
  3855.                                <div class="wpo-blog-img">
  3856.                                    
  3857.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3858.                                    
  3859.                                    <div class="thumb bg-primary-gradient ">News</div>
  3860.                                </div>
  3861.                                <div class="wpo-blog-content">
  3862.                                    <h2>  <a href="/brian-harris-life-story-a-life-through-the-camera/" class="top-color">
  3863.                                            Brian Harris Life Story: A Life Through the Camera
  3864.                                            </a>
  3865.                                    </h2>
  3866.                                    <ul>
  3867.                                        <li>
  3868.                                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/59833df8-3750-4032-a007-074299e5db58_profile.png" alt="Amanda Pearson" style="object-fit: cover;">
  3869.                                                </li>
  3870.                                        <li class="top-color">By Amanda Pearson</li>
  3871.                                        <li  class="top-color">12 May 2026</li>
  3872.                                    </ul>
  3873.                                </div>
  3874.                            </div>
  3875.                        </div>
  3876.                        
  3877.  
  3878.                    </div>
  3879.                </div>
  3880.            </div>
  3881.        </div>
  3882.    </div> <!-- end container -->
  3883. </section>
  3884.  
  3885.  
  3886.    
  3887.        <!-- end wpo-blog-sponsored-section -->
  3888.        <!-- start wpo-subscribe-section -->
  3889.        
  3890.        <!-- end subscribe-section -->
  3891.        <!-- start of wpo-site-footer-section -->
  3892.        
  3893.  
  3894.  
  3895.  
  3896.  
  3897.  
  3898. <footer class="wpo-site-footer-v2">
  3899.  <!-- Top Section - Logo & CTA -->
  3900.  <div class="footer-top-section py-3">
  3901.    <div class="container-fluid fluid-container">
  3902.      <div class="row align-items-center">
  3903.        <div class="brand-logo d-flex align-items-center justify-content-center">
  3904.          
  3905.            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/abb503cb-48e2-41eb-9f26-7853ac26df0e_logo.png" alt="Echo Modern Magazine" class="footer-logo" />
  3906.          
  3907.          <div class="brand-info">
  3908.            <h3 class="brand-title">Echo Modern Magazine</h3>
  3909.          </div>
  3910.        </div>
  3911.      </div>
  3912.    </div>
  3913.  </div>
  3914.  
  3915.  <!-- Main Content Grid -->
  3916.  <div class="footer-main-content py-4">
  3917.    <div class="container-fluid fluid-container px-3">
  3918.      <div class="d-flex justify-content-between flex-wrap gap-3">
  3919.        <!-- Column 1: Quick Links & Top Categories -->
  3920.        <div class="">
  3921.          <div class="footer-column">
  3922.            <h5 class="column-title">Quick Links</h5>
  3923.            <ul class="footer-menu list-unstyled">
  3924.              
  3925.                <li>
  3926.                  <a class="menu-link" href="/an-account-of-surprising-generosity-the-time-a-university-student-let-me-sleep-on-her-dormitory-ground/">An Account of Surprising Generosity: The Time a University Student Let Me Sleep on Her Dormitory Ground</a>
  3927.                </li>
  3928.              
  3929.                <li>
  3930.                  <a class="menu-link" href="/within-those-ruined-remains-of-an-apartment-block-i-encountered-a-book-id-translated/">Within those Ruined Remains of an Apartment Block, I Encountered a Book I’d Translated</a>
  3931.                </li>
  3932.              
  3933.                <li>
  3934.                  <a class="menu-link" href="/three-xbox-game-pass-titles-we-are-playing-over-the-weekend-october-10-12/">Three Xbox Game Pass Titles We Are Playing Over the Weekend (October 10-12)</a>
  3935.                </li>
  3936.              
  3937.                <li>
  3938.                  <a class="menu-link" href="/everyday-reality-for-one-hundred-twenty-thousand-refugees-in-mauritanias-massive-shelter-on-the-mali-frontier/">Everyday Reality for one hundred twenty thousand Refugees in Mauritania&#x27;s Massive Shelter on the Mali Frontier.</a>
  3939.                </li>
  3940.              
  3941.                <li>
  3942.                  <a class="menu-link" href="/how-a-us-special-forces-veteran-aided-mar%C3%ADa-corina-machado-escape-her-homeland/">How a US Special Forces Veteran Aided María Corina Machado Escape Her Homeland</a>
  3943.                </li>
  3944.              
  3945.                <li>
  3946.                  <a class="menu-link" href="/mastering-the-art-of-speak-dating-like-a-zoomer-fifty-one-ultra-specific-terms-for-love-sex-and-questionable-conduct/">Mastering the Art of Speak Dating Like a Zoomer: Fifty-One Ultra-Specific Terms for Love, Sex and Questionable Conduct</a>
  3947.                </li>
  3948.              
  3949.            </ul>
  3950.          </div>
  3951.        </div>
  3952.        <div class="">
  3953.          <div class="footer-column mt-4">
  3954.            <h5 class="column-title">Top Categories</h5>
  3955.            <ul class="footer-menu list-unstyled">
  3956.              
  3957.                <li>
  3958.                  <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3959.                </li>
  3960.              
  3961.                <li>
  3962.                  <a class="menu-link" href="/category/business/">Business</a>
  3963.                </li>
  3964.              
  3965.                <li>
  3966.                  <a class="menu-link" href="/category/esports/">Esports</a>
  3967.                </li>
  3968.              
  3969.                <li>
  3970.                  <a class="menu-link" href="/category/fashion/">Fashion</a>
  3971.                </li>
  3972.              
  3973.                <li>
  3974.                  <a class="menu-link" href="/category/featured/">Featured</a>
  3975.                </li>
  3976.              
  3977.            </ul>
  3978.          </div>
  3979.        </div>
  3980.        <!-- Column 2: Blog Rolls -->
  3981.      <div class="">
  3982.          <div class="footer-column">
  3983.            <h5 class="column-title">Blog Rolls</h5>
  3984.            <ul class="footer-menu list-unstyled" id="blogRollLinks">
  3985.              
  3986.              
  3987.  
  3988.              
  3989.              
  3990.                
  3991.              
  3992.            </ul>
  3993.          </div>
  3994.        </div>
  3995.      </div>
  3996.    </div>
  3997.  </div>
  3998.  
  3999.  <!-- Tagline Section -->
  4000.  <div class="footer-tagline bg-primary-gradient text-center py-3">
  4001.    <div class="container-fluid fluid-container">
  4002.      <p class="mb-0 text-white text-capitalize">Echo Modern Magazine explores contemporary art, design, and culture with in-depth articles, artist features, and trend analysis for creative minds.</p>
  4003.    </div>
  4004.  </div>
  4005.  
  4006.  <!-- Footer Bottom -->
  4007.  <div class="footer-bottom py-3">
  4008.    <div class="container-fluid fluid-container">
  4009.      <div class="d-flex flex-column flex-md-row justify-content-between align-items-center text-center">
  4010.        <div class="copyright-info">
  4011.          <p class="mb-0 text-color">
  4012.            &copy; 2026 <strong>Echo Modern Magazine</strong>. All rights reserved.
  4013.          </p>
  4014.        </div>
  4015.        <div class="utility-links mt-2 mt-md-0">
  4016.          <a href="/page/write-for-us/" class="utility-link me-3">Write For Us</a>
  4017.          <a href="/page/terms-and-conditions/" class="utility-link me-3">Terms &amp; Conditions</a>
  4018.          <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4019.        </div>
  4020.      </div>
  4021.    </div>
  4022.  </div>
  4023. </footer>
  4024.  
  4025.  
  4026. <style>
  4027.  
  4028. .footer-top-section {
  4029.    border-bottom: 1px solid var(--border-color);
  4030.    background-color: var(--card-bg) !important;
  4031. }
  4032.  
  4033. .footer-logo {
  4034.    height:50px;
  4035.    width: auto;
  4036. }
  4037. .text-color{
  4038.    color: var(--topbar-color) !important;
  4039. }
  4040. .brand-title {
  4041.    font-size: 20px;
  4042.    font-weight: 600;
  4043.    color: var(--topbar-color);
  4044.    margin: 0;
  4045. }
  4046.  
  4047. .footer-main-content {
  4048.    background: var(--card-bg);
  4049. }
  4050.  
  4051. .column-title {
  4052.    font-size: 16px;
  4053.    font-weight: 600;
  4054.    color: var(--topbar-color) !important;
  4055.    margin-bottom: 15px;
  4056. }
  4057.  
  4058. .footer-menu li {
  4059.    margin-bottom: 8px;
  4060. }
  4061.  
  4062. .menu-link {
  4063.    color: var(--topbar-color) !important;
  4064.    text-decoration: none;
  4065.    font-size: 16px;
  4066.    transition: color 0.3s ease;
  4067. }
  4068.  
  4069. .footer-tagline {
  4070.    font-size: 16px;
  4071. }
  4072.  
  4073. .footer-bottom {
  4074.    font-size: 16px;
  4075.    background-color: var(--card-bg) !important;
  4076. }
  4077.  
  4078. .utility-link {
  4079.    color: var(--topbar-color) !important;
  4080.    text-decoration: none;
  4081.    transition: color 0.3s ease;
  4082. }
  4083.  
  4084. .utility-link:hover {
  4085.    color: var(--secondary-color);
  4086. }
  4087.  
  4088. /* Responsive Design */
  4089. @media (max-width: 992px) {
  4090.    .footer-top-section {
  4091.        text-align: start;
  4092.    }
  4093.    .cta-btn {
  4094.        margin-top: 10px;
  4095.    }
  4096. }
  4097.  
  4098. @media (max-width: 768px) {
  4099.    .footer-column {
  4100.        text-align: start;
  4101.    }
  4102.    .footer-tagline {
  4103.        font-size: 13px;
  4104.    }
  4105. }
  4106.  
  4107. @media (max-width: 576px) {
  4108.    .column-title {
  4109.        font-size: 15px;
  4110.    }
  4111.    .menu-link {
  4112.        font-size: 13px;
  4113.    }
  4114.    .cta-btn {
  4115.        font-size: 13px;
  4116.        padding: 7px 15px;
  4117.    }
  4118. }
  4119. </style>
  4120.  
  4121. <script>
  4122. // Prevent default for placeholder links
  4123. document.addEventListener('DOMContentLoaded', function() {
  4124.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4125.        anchor.addEventListener('click', function(e) {
  4126.            e.preventDefault();
  4127.        });
  4128.    });
  4129. });
  4130. document.addEventListener('DOMContentLoaded', function () {
  4131.    var btn = document.getElementById('toggleBlogRollLinks');
  4132.    if (!btn) return; // No extra items, no button
  4133.  
  4134.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4135.  
  4136.    btn.addEventListener('click', function () {
  4137.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4138.            return li.classList.contains('d-none');
  4139.        });
  4140.  
  4141.        extras.forEach(function (li) {
  4142.            if (anyHidden) {
  4143.                li.classList.remove('d-none');
  4144.                li.classList.add('show');
  4145.            } else {
  4146.                li.classList.add('d-none');
  4147.                li.classList.remove('show');
  4148.            }
  4149.        });
  4150.  
  4151.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4152.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4153.    });
  4154. });
  4155.  
  4156. </script>
  4157.  
  4158.        <!-- end of wpo-site-footer-section -->
  4159.    </div>
  4160.    <!-- end of page-wrapper -->
  4161.  
  4162.    <!-- All JavaScript files
  4163.    ================================================== -->
  4164.    
  4165.  
  4166. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4167. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4168. <!-- Plugins for this template -->
  4169. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4170. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4171. <!-- Custom script for this template -->
  4172. <script src="/static/blogapp/assets/js/script.js"></script>
  4173.  
  4174. <script>
  4175. (function () {
  4176. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4177. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4178.  
  4179. function applyFallback(img) {
  4180. if (!img || img.dataset.fallbackApplied === "1") {
  4181. return;
  4182. }
  4183. var failedSrc = img.currentSrc || img.src || "";
  4184. img.dataset.fallbackApplied = "1";
  4185. img.onerror = null;
  4186. img.src = fallbackImageSrc;
  4187. console.warn("[ImageFallback] Replaced broken image:", {
  4188. failedSrc: failedSrc,
  4189. fallbackSrc: fallbackImageSrc,
  4190. alt: img.alt || "",
  4191. });
  4192. }
  4193.  
  4194. document.querySelectorAll("img").forEach(function (img) {
  4195. if (img.complete && img.naturalWidth === 0) {
  4196. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4197. failedSrc: img.currentSrc || img.src || "",
  4198. alt: img.alt || "",
  4199. });
  4200. applyFallback(img);
  4201. }
  4202. });
  4203.  
  4204. document.addEventListener(
  4205. "error",
  4206. function (event) {
  4207. var target = event.target;
  4208. if (target && target.tagName === "IMG") {
  4209. applyFallback(target);
  4210. }
  4211. },
  4212. true
  4213. );
  4214. })();
  4215. </script>
  4216.  
  4217. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4218.  
  4219.  
  4220.  
  4221. <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":"b2582319e9204395ad9c074a86e46a5b","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4222. </body>
  4223.  
  4224. </html>
  4225.  
  4226.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda