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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ibmp">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_88_33bTLfi_4DHTAyk_wXKUusT.png">
  14.    
  15.  
  16.    <title>World Modern Plus | UK Lifestyle, Design &amp; Innovation Blog</title>
  17.    <meta name="description" content="Explore the latest trends in modern living, design innovation, and lifestyle tips from the UK. Discover insights on technology, home decor, and sustainable living.">
  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://worldmodernplus.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff5733;
  42.        --bs-primary-rgb: ff5733;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #fff5f5;
  49.        --bs-dark: #3d0c02;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff5733;
  53.        --theme-primary-color-s2: #ff5733;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #3d0c02;
  57.        --text-light-color: #676767;
  58.        --heading-color: #3d0c02;
  59.        --border-color: #fecaca;
  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: #fee2e2;
  75.        --navbar-color: #3d0c02;
  76.        --topbar-bg: #fff5f5;
  77.        --topbar-color: #3d0c02;
  78.        --footer-bg: #3d0c02;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fecaca;
  82.        --card-radius: 12px;
  83.        --link-color: #ff5733;
  84.        --link-hover: #e04e2d;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 87, 51, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_61">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405. <div class="top-bg">
  406.    <div class="unique-topbar3 container-fluid fluid-container d-sm-flex d-none align-items-center justify-content-between">
  407.        <!-- Date/Time -->
  408.        <span id="current-time" class="text-nowrap"></span>
  409.    
  410.        <!-- Marquee News -->
  411.        <marquee direction="left" scrollamount="4" behavior="scroll" class="topbar-marquee flex-grow-1 ms-3">
  412.            
  413.                <a href="/tottenham-relieve-pressure-on-thomas-frank-as-xavi-simons-seals-comfortable-win-against-slavia-prague/" class="px-4 top-color">
  414.                    Tottenham Relieve Pressure on Thomas Frank as Xavi Simons Seals Comfortable Win Against Slavia Prague
  415.                </a>
  416.            
  417.                <a href="/the-story-of-leonard-and-hungry-paul-overview-a-gentle-series-with-narration-from-the-famous-actress-offers-the-perfect-cure-to-modern-life/" class="px-4 top-color">
  418.                    The Story of Leonard and Hungry Paul Overview: A Gentle Series With Narration from the Famous Actress Offers the Perfect Cure to Modern Life
  419.                </a>
  420.            
  421.                <a href="/the-art-of-flawless-paneer-makhni-step-by-step-guide/" class="px-4 top-color">
  422.                    The Art of Flawless Paneer Makhni – Step-by-Step Guide
  423.                </a>
  424.            
  425.                <a href="/uk-and-scottish-authorities-disagree-over-footing-the-245-million-bill-for-trump-and-jd-vance-trips/" class="px-4 top-color">
  426.                    UK and Scottish Authorities Disagree Over Footing the £24.5 million Bill for Trump and JD Vance Trips
  427.                </a>
  428.            
  429.                <a href="/nations-highest-court-backs-redrawn-lone-star-state-congressional-electoral-boundaries/" class="px-4 top-color">
  430.                    Nation&#x27;s Highest Court Backs Redrawn Lone Star State Congressional Electoral Boundaries.
  431.                </a>
  432.            
  433.        </marquee>
  434.    </div>
  435. </div>
  436.  
  437. <script>
  438. function updateCurrentTime() {
  439.    const currentDate = new Date();
  440.  
  441.    // Day Names
  442.    const dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
  443.    const day = dayNames[currentDate.getDay()];
  444.  
  445.    // Date Formatting
  446.    const dayNumber = currentDate.getDate().toString().padStart(2, '0');
  447.    const monthNames = ["January", "February", "March", "April", "May", "June",
  448.                        "July", "August", "September", "October", "November", "December"];
  449.    const month = monthNames[currentDate.getMonth()];
  450.    const year = currentDate.getFullYear();
  451.  
  452.    // Final string
  453.    const dateString = `${day}, ${month} ${dayNumber}, ${year}`;
  454.  
  455.    document.getElementById('current-time').innerHTML = `
  456.        <span class='bg-primary-gradient p-2 '>
  457.            <span class="fw-bold">${dateString}</span>
  458.        </span>
  459.    `;
  460. }
  461. updateCurrentTime();
  462. </script>
  463.  
  464.  
  465.  
  466.            
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473. <header class="header-v8 mb-4">
  474.    <div class="container-fluid fluid-container">
  475.        <!-- Main Navigation Card -->
  476.        <div class="nav-card-v8">
  477.            <div class="row align-items-center justify-content-between">
  478.                <!-- Logo Section -->
  479.               <div class="col-lg-2 col-md-3 col-6">
  480.                    <div class="logo-section-v8">
  481.                        <a class="logo-link-v8" href="/">
  482.                            
  483.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/308bb50a-6653-4d26-a6fb-c59e6b883600_logo.png" alt="World Modern Plus" class="logo-img-v8" />
  484.                            
  485.                        </a>
  486.                    </div>
  487.                </div>
  488.  
  489.                <!-- Navigation Menu -->
  490.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  491.                    <nav class="main-nav-v8">
  492.                        <ul class="nav-list-v8">
  493.  
  494.                            
  495.                            <li class="nav-item-v8">
  496.                                <a href="/" class="nav-link-v8 active-v8"
  497.                                    data-text="Home">Home</a>
  498.                            </li>
  499.  
  500.                            
  501.                            
  502.                             <li class="nav-item-v8">
  503.                                <a href="/category/all-posts/" class="nav-link-v8"
  504.                                    data-text="All Posts">
  505.                                    All Posts
  506.                                </a>
  507.                                </li>
  508.  
  509.                                
  510.  
  511.                                                
  512.                                                
  513.                                
  514.                             <li class="nav-item-v8">
  515.                                <a href="/category/business/" class="nav-link-v8"
  516.                                    data-text="Business">
  517.                                    Business
  518.                                </a>
  519.                                </li>
  520.  
  521.                                
  522.  
  523.                                                
  524.                                                
  525.                                
  526.                             <li class="nav-item-v8">
  527.                                <a href="/category/esports/" class="nav-link-v8"
  528.                                    data-text="Esports">
  529.                                    Esports
  530.                                </a>
  531.                                </li>
  532.  
  533.                                
  534.  
  535.                                                
  536.                                                
  537.                                
  538.                             <li class="nav-item-v8">
  539.                                <a href="/category/fashion/" class="nav-link-v8"
  540.                                    data-text="Fashion">
  541.                                    Fashion
  542.                                </a>
  543.                                </li>
  544.  
  545.                                
  546.  
  547.                                                
  548.                                                
  549.                                
  550.                             <li class="nav-item-v8">
  551.                                <a href="/category/featured/" class="nav-link-v8"
  552.                                    data-text="Featured">
  553.                                    Featured
  554.                                </a>
  555.                                </li>
  556.  
  557.                                
  558.  
  559.                                                
  560.                                                
  561.                                
  562.                             <li class="nav-item-v8">
  563.                                <a href="/category/gaming/" class="nav-link-v8"
  564.                                    data-text="Gaming">
  565.                                    Gaming
  566.                                </a>
  567.                                </li>
  568.  
  569.                                
  570.  
  571.                                                
  572.                                                
  573.                                
  574.                             <li class="nav-item-v8">
  575.                                <a href="/category/health/" class="nav-link-v8"
  576.                                    data-text="Health">
  577.                                    Health
  578.                                </a>
  579.                                </li>
  580.  
  581.                                
  582.  
  583.                                                
  584.                                                
  585.                                
  586.                            
  587.                                
  588.                                
  589.                                <li class="nav-item-v8 has-dropdown-v8">
  590.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  591.                                    <div class="dropdown-card-v8">
  592.                                        <div class="dropdown-grid-v8">
  593.                                            <div class="dropdown-section-v8">
  594.                                                <a href="/category/life-fitness/"
  595.                                                    class="dropdown-link-v8">
  596.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  597.                                                </a>
  598.                                                
  599.  
  600.                                                
  601.  
  602.                                                
  603.                                                
  604.                                
  605.                            
  606.                                                <a href="/category/lifestyle/"
  607.                                                    class="dropdown-link-v8">
  608.                                                    <span class="link-icon-v8"></span> Lifestyle
  609.                                                </a>
  610.                                                
  611.  
  612.                                                
  613.                                                
  614.                                
  615.                            
  616.                                                <a href="/category/news/"
  617.                                                    class="dropdown-link-v8">
  618.                                                    <span class="link-icon-v8"></span> News
  619.                                                </a>
  620.                                                
  621.  
  622.                                                
  623.                                                
  624.                                
  625.                            
  626.                                                <a href="/category/others/"
  627.                                                    class="dropdown-link-v8">
  628.                                                    <span class="link-icon-v8"></span> Others
  629.                                                </a>
  630.                                                
  631.  
  632.                                                
  633.                                                
  634.                                
  635.                            
  636.                                                <a href="/category/politics/"
  637.                                                    class="dropdown-link-v8">
  638.                                                    <span class="link-icon-v8"></span> Politics
  639.                                                </a>
  640.                                                
  641.  
  642.                                                
  643.                                                
  644.                                
  645.                            
  646.                                                <a href="/category/sports/"
  647.                                                    class="dropdown-link-v8">
  648.                                                    <span class="link-icon-v8"></span> Sports
  649.                                                </a>
  650.                                                
  651.  
  652.                                                
  653.                                                
  654.                                
  655.                            
  656.                                                <a href="/category/tech/"
  657.                                                    class="dropdown-link-v8">
  658.                                                    <span class="link-icon-v8"></span> Tech
  659.                                                </a>
  660.                                                
  661.  
  662.                                                
  663.                                                
  664.                                
  665.                            
  666.                                                <a href="/category/travel/"
  667.                                                    class="dropdown-link-v8">
  668.                                                    <span class="link-icon-v8"></span> Travel
  669.                                                </a>
  670.                                                
  671.  
  672.                                                
  673.                                                
  674.                                            </div>
  675.                                        </div>
  676.                                    </div>
  677.                                </li>
  678.                                
  679.                                
  680. <li>
  681.                  <a href="/page/contact-us/">
  682.                     Contact Us
  683.                  </a>
  684.              </li>
  685.                        </ul>
  686.                    </nav>
  687.  
  688.                </div>
  689.  
  690.                <!-- Search & Mobile Toggle -->
  691.                <div class="col-lg-2 col-md-3 col-6">
  692.                    <div class="nav-actions-v8">
  693.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  694.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  695.                                stroke-width="2">
  696.                                <circle cx="11" cy="11" r="8"></circle>
  697.                                <path d="m21 21-4.35-4.35"></path>
  698.                            </svg>
  699.                        </button>
  700.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  701.                            <i class="ti-menu fs-5"></i>
  702.                        </button>
  703.                    </div>
  704.                </div>
  705.            </div>
  706.        </div>
  707.  
  708.        <!-- Floating Search Card -->
  709.        <div class="search-card-v8" id="searchCardV8">
  710.            <div class="search-container-v8">
  711.                <form class="search-form-v8" action="#" method="get">
  712.                    <div class="search-input-wrapper-v8">
  713.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  714.                            stroke="currentColor" stroke-width="2">
  715.                            <circle cx="11" cy="11" r="8"></circle>
  716.                            <path d="m21 21-4.35-4.35"></path>
  717.                        </svg>
  718.                        <input type="search" class="search-input-v8" id="search-input"
  719.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  720.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  721.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  722.                                stroke-width="2">
  723.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  724.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  725.                            </svg>
  726.                        </button>
  727.                    </div>
  728.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  729.                        
  730.                        
  731.                    </div>
  732.                </form>
  733.            </div>
  734.        </div>
  735.  
  736.        <!-- Mobile Navigation Card -->
  737.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  738.            <div class="mobile-nav-content-v8">
  739.                <ul class="mobile-nav-list-v8">
  740.  
  741.                    
  742.                    <li class="mobile-nav-item-v8">
  743.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  744.                            Home
  745.                        </a>
  746.                    </li>
  747.  
  748.                    
  749.                      <li class="mobile-nav-item-v8">
  750.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  751.                            All Posts
  752.                        </a>
  753.                        </li>
  754.  
  755.                        
  756.  
  757.                                
  758.                                
  759.                        
  760.                      <li class="mobile-nav-item-v8">
  761.                        <a href="/category/business/" class="mobile-nav-link-v8">
  762.                            Business
  763.                        </a>
  764.                        </li>
  765.  
  766.                        
  767.  
  768.                                
  769.                                
  770.                        
  771.                      <li class="mobile-nav-item-v8">
  772.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  773.                            Esports
  774.                        </a>
  775.                        </li>
  776.  
  777.                        
  778.  
  779.                                
  780.                                
  781.                        
  782.                      <li class="mobile-nav-item-v8">
  783.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  784.                            Fashion
  785.                        </a>
  786.                        </li>
  787.  
  788.                        
  789.  
  790.                                
  791.                                
  792.                        
  793.                      <li class="mobile-nav-item-v8">
  794.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  795.                            Featured
  796.                        </a>
  797.                        </li>
  798.  
  799.                        
  800.  
  801.                                
  802.                                
  803.                        
  804.                      <li class="mobile-nav-item-v8">
  805.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  806.                            Gaming
  807.                        </a>
  808.                        </li>
  809.  
  810.                        
  811.  
  812.                                
  813.                                
  814.                        
  815.                      <li class="mobile-nav-item-v8">
  816.                        <a href="/category/health/" class="mobile-nav-link-v8">
  817.                            Health
  818.                        </a>
  819.                        </li>
  820.  
  821.                        
  822.  
  823.                                
  824.                                
  825.                        
  826.                    
  827.                        
  828.                        
  829.                        <li class="mobile-nav-item-v8">
  830.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  831.                                More
  832.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  833.                                    stroke="currentColor" stroke-width="2">
  834.                                    <polyline points="6,9 12,15 18,9"></polyline>
  835.                                </svg>
  836.                            </a>
  837.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  838.                                <li>
  839.                                    <a href="/category/life-fitness/"
  840.                                        class="mobile-sub-link-v8">
  841.                                        Life &amp; Fitness
  842.                                    </a>
  843.                                </li>
  844.                                
  845.  
  846.                                
  847.  
  848.                                
  849.                                
  850.                        
  851.                    
  852.                                
  853.                                <li>
  854.                                    <a href="/category/lifestyle/"
  855.                                        class="mobile-sub-link-v8">
  856.                                        Lifestyle
  857.                                    </a>
  858.                                </li>
  859.                                
  860.  
  861.                                
  862.                                
  863.                        
  864.                    
  865.                                
  866.                                <li>
  867.                                    <a href="/category/news/"
  868.                                        class="mobile-sub-link-v8">
  869.                                        News
  870.                                    </a>
  871.                                </li>
  872.                                
  873.  
  874.                                
  875.                                
  876.                        
  877.                    
  878.                                
  879.                                <li>
  880.                                    <a href="/category/others/"
  881.                                        class="mobile-sub-link-v8">
  882.                                        Others
  883.                                    </a>
  884.                                </li>
  885.                                
  886.  
  887.                                
  888.                                
  889.                        
  890.                    
  891.                                
  892.                                <li>
  893.                                    <a href="/category/politics/"
  894.                                        class="mobile-sub-link-v8">
  895.                                        Politics
  896.                                    </a>
  897.                                </li>
  898.                                
  899.  
  900.                                
  901.                                
  902.                        
  903.                    
  904.                                
  905.                                <li>
  906.                                    <a href="/category/sports/"
  907.                                        class="mobile-sub-link-v8">
  908.                                        Sports
  909.                                    </a>
  910.                                </li>
  911.                                
  912.  
  913.                                
  914.                                
  915.                        
  916.                    
  917.                                
  918.                                <li>
  919.                                    <a href="/category/tech/"
  920.                                        class="mobile-sub-link-v8">
  921.                                        Tech
  922.                                    </a>
  923.                                </li>
  924.                                
  925.  
  926.                                
  927.                                
  928.                        
  929.                    
  930.                                
  931.                                <li>
  932.                                    <a href="/category/travel/"
  933.                                        class="mobile-sub-link-v8">
  934.                                        Travel
  935.                                    </a>
  936.                                </li>
  937.                                
  938.  
  939.                                
  940.                                
  941.                            </ul>
  942.                        </li>
  943.                        
  944.                        
  945.  
  946.                </ul>
  947.  
  948.            </div>
  949.        </div>
  950.    </div>
  951.  
  952.    <!-- Background Overlay -->
  953.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  954. </header>
  955.  
  956. <style>
  957.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  958.    .header-v8 {
  959.        padding: 20px 0;
  960.        position: relative;
  961.        min-height: 120px;
  962.    }
  963.  
  964.    /* Main Navigation Card */
  965.    .nav-card-v8 {
  966.        background:var(--navbar-bg);
  967.        backdrop-filter: blur(20px);
  968.        border: 1px solid var(--border-color);
  969.        border-radius: 20px;
  970.        padding: 15px 25px;
  971.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  972.        position: relative;
  973.        z-index: 100;
  974.    }
  975.  
  976.    /* Logo Styles */
  977.    .logo-img-v8 {
  978.        max-height: 60px;
  979.        transition: all 0.3s ease;
  980.    }
  981.  
  982.    .logo-link-v8:hover .logo-img-v8 {
  983.        transform: scale(1.05) rotate(2deg);
  984.    }
  985.  
  986.    /* Main Navigation */
  987.    .nav-list-v8 {
  988.        list-style: none;
  989.        padding: 0;
  990.        margin: 0;
  991.        display: flex;
  992.        align-items: center;
  993.        justify-content: center;
  994.        gap: 8px;
  995.    }
  996.  
  997.    .nav-item-v8 {
  998.        position: relative;
  999.    }
  1000.  
  1001.    .nav-link-v8 {
  1002.        color: #4a5568;
  1003.        text-decoration: none;
  1004.        font-weight: 500;
  1005.        font-size: 15px;
  1006.        padding: 12px 18px;
  1007.        border-radius: 12px;
  1008.        position: relative;
  1009.        transition: all 0.3s ease;
  1010.        display: block;
  1011.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1012.    }
  1013.  
  1014.    .nav-link-v8::before {
  1015.        content: attr(data-text);
  1016.        position: absolute;
  1017.        top: 0;
  1018.        left: 0;
  1019.        right: 0;
  1020.        bottom: 0;
  1021.        display: flex;
  1022.        align-items: center;
  1023.        justify-content: center;
  1024.        background: var(--sub-nav);
  1025.        color: var(--topbar-color);
  1026.        border-radius: 12px;
  1027.        opacity: 0;
  1028.        transform: scale(0.8);
  1029.        transition: all 0.3s ease;
  1030.        font-weight: 600;
  1031.    }
  1032.  
  1033.    .nav-link-v8:hover::before,
  1034.    .nav-link-v8.active-v8::before {
  1035.        opacity: 1;
  1036.        transform: scale(1);
  1037.    }
  1038.  
  1039.    .nav-link-v8:hover,
  1040.    .nav-link-v8.active-v8 {
  1041.        color: transparent;
  1042.        background: rgba(102, 126, 234, 0.1);
  1043.    }
  1044.  
  1045.    /* Dropdown Styles */
  1046.    .dropdown-card-v8 {
  1047.        position: absolute;
  1048.        top: calc(100% + 15px);
  1049.        left: 50%;
  1050.        transform: translateX(-50%);
  1051.        background:var(--navbar-bg);
  1052.        backdrop-filter: blur(20px);
  1053.        border: 1px solid var(--border-color);
  1054.        border-radius: 16px;
  1055.        padding: 25px;
  1056.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1057.        opacity: 0;
  1058.        visibility: hidden;
  1059.        transform: translateX(-50%) translateY(-10px);
  1060.        transition: all 0.3s ease;
  1061.        z-index: 200;
  1062.        min-width: 320px;
  1063.    }
  1064.  
  1065.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1066.        opacity: 1;
  1067.        visibility: visible;
  1068.        transform: translateX(-50%) translateY(0);
  1069.    }
  1070.  
  1071.    .dropdown-grid-v8 {
  1072.        display: grid;
  1073.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1074.        gap: 20px;
  1075.    }
  1076.  
  1077.    .dropdown-header-v8 {
  1078.        font-size: 12px;
  1079.        font-weight: 700;
  1080.        color: #667eea;
  1081.        margin-bottom: 12px;
  1082.        text-transform: uppercase;
  1083.        letter-spacing: 1px;
  1084.    }
  1085.  
  1086.    .dropdown-link-v8 {
  1087.        display: flex;
  1088.        align-items: center;
  1089.        color: var(--navbar-color) !important;;
  1090.        text-decoration: none;
  1091.        font-size: 14px;
  1092.        padding: 10px 12px;
  1093.        border-radius: 10px;
  1094.        transition: all 0.3s ease;
  1095.        margin-bottom: 8px;
  1096.    }
  1097.  
  1098.    .dropdown-link-v8:hover {
  1099.        background:var(--bs-primary);
  1100.        color: var(--bs-white) !important;;
  1101.        transform: translateX(5px);
  1102.    }
  1103.  
  1104.    .link-icon-v8 {
  1105.        margin-right: 10px;
  1106.        height: 5px;
  1107.        width: 5px;
  1108.        border: 1px solid #2d3748;
  1109.        border-radius: 50%;
  1110.    }
  1111.  
  1112.    /* Navigation Actions */
  1113.    .nav-actions-v8 {
  1114.        display: flex;
  1115.        align-items: center;
  1116.        justify-content: flex-end;
  1117.        gap: 10px;
  1118.    }
  1119.  
  1120.    .search-toggle-v8,
  1121.    .mobile-toggle-v8 {
  1122.        background: rgba(102, 126, 234, 0.1);
  1123.        border: none;
  1124.        border-radius: 12px;
  1125.        padding: 12px;
  1126.        cursor: pointer;
  1127.        transition: all 0.3s ease;
  1128.        color: var(--bs-white);
  1129.    }
  1130.  
  1131.    .search-toggle-v8:hover,
  1132.    .mobile-toggle-v8:hover {
  1133.        background: var(--sub-nav);
  1134.        color: var(--topbar-color);
  1135.        transform: scale(1.05);
  1136.    }
  1137.  
  1138.    .mobile-toggle-v8 {
  1139.        flex-direction: column;
  1140.        gap: 3px;
  1141.        padding: 10px 12px;
  1142.    }
  1143.  
  1144.    .toggle-line-v8 {
  1145.        width: 20px;
  1146.        height: 2px;
  1147.        background: currentColor;
  1148.        border-radius: 1px;
  1149.        transition: all 0.3s ease;
  1150.    }
  1151.  
  1152.    /* Floating Search Card */
  1153.    .search-card-v8 {
  1154.        position: absolute;
  1155.        top: 100%;
  1156.        left: 50%;
  1157.        transform: translateX(-50%);
  1158.        width: calc(100% - 40px);
  1159.        max-width: 600px;
  1160.        background:var(--navbar-bg);
  1161.        backdrop-filter: blur(20px);
  1162.        border: 1px solid var(--border-color);
  1163.        border-radius: 20px;
  1164.        padding: 25px;
  1165.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1166.        opacity: 0;
  1167.        visibility: hidden;
  1168.        transform: translateX(-50%) translateY(-20px);
  1169.        transition: all 0.4s ease;
  1170.        z-index: 300;
  1171.        margin-top: 15px;
  1172.    }
  1173.  
  1174.    .search-card-v8.show-v8 {
  1175.        opacity: 1;
  1176.        visibility: visible;
  1177.        transform: translateX(-50%) translateY(0);
  1178.    }
  1179.  
  1180.    .search-input-wrapper-v8 {
  1181.        display: flex;
  1182.        align-items: center;
  1183.        background: rgba(248, 250, 252, 0.8);
  1184.        border: 2px solid rgba(102, 126, 234, 0.2);
  1185.        border-radius: 15px;
  1186.        padding: 5px;
  1187.        margin-bottom: 20px;
  1188.        transition: all 0.3s ease;
  1189.    }
  1190.  
  1191.    .search-input-wrapper-v8:focus-within {
  1192.        border-color: #667eea;
  1193.        background: rgba(255, 255, 255, 0.9);
  1194.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1195.    }
  1196.  
  1197.    .search-icon-v8 {
  1198.        color: #a0aec0;
  1199.        margin: 0 15px;
  1200.        transition: color 0.3s ease;
  1201.    }
  1202.  
  1203.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1204.        color: #667eea;
  1205.    }
  1206.  
  1207.    .search-input-v8 {
  1208.        flex: 1;
  1209.        border: none;
  1210.        background: transparent;
  1211.        font-size: 16px;
  1212.        padding: 15px 0;
  1213.        outline: none;
  1214.        color: #2d3748;
  1215.    }
  1216.  
  1217.    .search-input-v8::placeholder {
  1218.        color: #a0aec0;
  1219.    }
  1220.  
  1221.    .search-close-v8 {
  1222.        background: rgba(160, 174, 192, 0.2);
  1223.        border: none;
  1224.        border-radius: 10px;
  1225.        padding: 8px;
  1226.        margin-right: 8px;
  1227.        cursor: pointer;
  1228.        transition: all 0.3s ease;
  1229.        color: #a0aec0;
  1230.    }
  1231.  
  1232.    .search-close-v8:hover {
  1233.        background: rgba(229, 62, 62, 0.1);
  1234.        color: #e53e3e;
  1235.    }
  1236.  
  1237.    /* Search Suggestions */
  1238.    .search-suggestions-v8 {
  1239.        display: grid;
  1240.        gap: 8px;
  1241.    }
  1242.  
  1243.    .suggestion-item-v8 {
  1244.        display: flex;
  1245.        align-items: center;
  1246.        padding: 12px 15px;
  1247.        background: rgba(248, 250, 252, 0.1);
  1248.        border-radius: 12px;
  1249.        cursor: pointer;
  1250.        transition: all 0.3s ease;
  1251.    }
  1252.  
  1253.    .suggestion-item-v8:hover {
  1254.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1255.        color: white;
  1256.        transform: translateX(5px);
  1257.    }
  1258.  
  1259.    .suggestion-icon-v8 {
  1260.        margin-right: 12px;
  1261.        font-size: 16px;
  1262.    }
  1263.  
  1264.    .suggestion-text-v8 {
  1265.        font-size: 14px;
  1266.        font-weight: 500;
  1267.    }
  1268.  
  1269.    /* Mobile Navigation Card */
  1270.    .mobile-nav-card-v8 {
  1271.        position: absolute;
  1272.        top: 100%;
  1273.        left: 50%;
  1274.        transform: translateX(-50%);
  1275.        width: calc(100% - 40px);
  1276.        background:var(--card-bg);
  1277.        backdrop-filter: blur(20px);
  1278.        border: 1px solid var(--border-color);
  1279.        border-radius: 20px;
  1280.        padding: 20px;
  1281.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1282.        opacity: 0;
  1283.        visibility: hidden;
  1284.        transform: translateX(-50%) translateY(-20px);
  1285.        transition: all 0.4s ease;
  1286.        z-index: 300;
  1287.        margin-top: 15px;
  1288.        max-height: 70vh;
  1289.        overflow-y: auto;
  1290.    }
  1291.  
  1292.    .mobile-nav-card-v8.show-v8 {
  1293.        opacity: 1;
  1294.        visibility: visible;
  1295.        transform: translateX(-50%) translateY(0);
  1296.    }
  1297.  
  1298.    .mobile-nav-list-v8 {
  1299.        list-style: none;
  1300.        padding: 0;
  1301.        margin: 0;
  1302.    }
  1303.  
  1304.    .mobile-nav-item-v8 {
  1305.        margin-bottom: 8px;
  1306.    }
  1307.  
  1308.    .mobile-nav-link-v8 {
  1309.        display: flex;
  1310.        align-items: center;
  1311.        color: var(--navbar-color) !important;
  1312.        text-decoration: none;
  1313.        font-weight: 500;
  1314.        font-size: 16px;
  1315.        padding: 15px;
  1316.        border-radius: 12px;
  1317.        justify-content: space-between;
  1318.    }
  1319.  
  1320.    .mobile-nav-link-v8:hover,
  1321.    .mobile-nav-link-v8.active-v8 {
  1322.        background:var(--sub-nav);
  1323.        color: var(--topbar-color) !important;
  1324.    }
  1325.  
  1326.    .mobile-nav-icon-v8 {
  1327.        font-size: 18px;
  1328.        background-color: var(--navbar-bg) !important;
  1329.        margin-right: 12px;
  1330.    }
  1331.  
  1332.    .mobile-arrow-v8 {
  1333.        transition: transform 0.3s ease;
  1334.    }
  1335.  
  1336.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1337.        transform: rotate(180deg);
  1338.    }
  1339.  
  1340.    .mobile-dropdown-v8 {
  1341.        list-style: none;
  1342.        padding: 0;
  1343.        margin: 0;
  1344.        max-height: 0;
  1345.        overflow: hidden;
  1346.        transition: all 0.3s ease;
  1347.        background: rgba(248, 250, 252, 0.5);
  1348.        border-radius: 12px;
  1349.        margin-top: 8px;
  1350.    }
  1351.  
  1352.    .mobile-dropdown-v8.show-v8 {
  1353.        max-height: 300px;
  1354.        background-color: var(--navbar-bg);
  1355.        padding: 10px 0;
  1356.    }
  1357.  
  1358.    .mobile-sub-link-v8 {
  1359.        display: block;
  1360.        color: var(--navbar-color) !important;
  1361.        text-decoration: none;
  1362.        font-size: 14px;
  1363.        padding: 10px 20px;
  1364.        transition: all 0.3s ease;
  1365.    }
  1366.  
  1367.    .mobile-sub-link-v8:hover {
  1368.        color: var(--topbar-color);
  1369.        background: var(--sub-nav);
  1370.        border-radius: 12px;
  1371.    }
  1372.  
  1373.    /* Background Overlay */
  1374.    .nav-overlay-v8 {
  1375.        position: fixed;
  1376.        top: 0;
  1377.        left: 0;
  1378.        right: 0;
  1379.        bottom: 0;
  1380.        background: rgba(0, 0, 0, 0.3);
  1381.        backdrop-filter: blur(5px);
  1382.        z-index: 250;
  1383.        opacity: 0;
  1384.        visibility: hidden;
  1385.        transition: all 0.3s ease;
  1386.    }
  1387.  
  1388.    .nav-overlay-v8.show-v8 {
  1389.        opacity: 1;
  1390.        visibility: visible;
  1391.    }
  1392.  
  1393.    /* Responsive Design */
  1394.    @media (max-width: 1300px) {
  1395.        .header-v8 {
  1396.            padding: 15px 0;
  1397.        }
  1398.  
  1399.        .nav-card-v8 {
  1400.            padding: 12px 20px;
  1401.            border-radius: 15px;
  1402.        }
  1403.  
  1404.        .search-card-v8,
  1405.        .mobile-nav-card-v8 {
  1406.            width: calc(100% - 40px);
  1407.            padding: 20px;
  1408.        }
  1409.    }
  1410.  
  1411.    @media (max-width: 576px) {
  1412.        .nav-card-v8 {
  1413.            padding: 10px 15px;
  1414.        }
  1415.  
  1416.        .logo-img-v8 {
  1417.            max-height: 35px;
  1418.        }
  1419.    }
  1420. </style>
  1421.  
  1422. <script>
  1423.    let activeCard = null;
  1424.  
  1425.    function toggleSearchV8() {
  1426.        const searchCard = document.getElementById('searchCardV8');
  1427.        const overlay = document.getElementById('navOverlayV8');
  1428.        const mobileNav = document.getElementById('mobileNavV8');
  1429.  
  1430.        // Close mobile nav if open
  1431.        mobileNav.classList.remove('show-v8');
  1432.  
  1433.        if (searchCard.classList.contains('show-v8')) {
  1434.            searchCard.classList.remove('show-v8');
  1435.            overlay.classList.remove('show-v8');
  1436.            activeCard = null;
  1437.        } else {
  1438.            searchCard.classList.add('show-v8');
  1439.            overlay.classList.add('show-v8');
  1440.            activeCard = 'search';
  1441.  
  1442.            // Focus on search input
  1443.            setTimeout(() => {
  1444.                const searchInput = document.querySelector('.search-input-v8');
  1445.                if (searchInput) searchInput.focus();
  1446.            }, 100);
  1447.        }
  1448.    }
  1449.  
  1450.    function toggleMobileNavV8() {
  1451.        const mobileNav = document.getElementById('mobileNavV8');
  1452.        const overlay = document.getElementById('navOverlayV8');
  1453.        const searchCard = document.getElementById('searchCardV8');
  1454.  
  1455.        // Close search if open
  1456.        searchCard.classList.remove('show-v8');
  1457.  
  1458.        if (mobileNav.classList.contains('show-v8')) {
  1459.            mobileNav.classList.remove('show-v8');
  1460.            overlay.classList.remove('show-v8');
  1461.            activeCard = null;
  1462.        } else {
  1463.            mobileNav.classList.add('show-v8');
  1464.            overlay.classList.add('show-v8');
  1465.            activeCard = 'mobile';
  1466.        }
  1467.    }
  1468.  
  1469.    function toggleMobileDropdownV8(dropdownId) {
  1470.        const dropdown = document.getElementById(dropdownId);
  1471.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1472.  
  1473.        // Close other dropdowns
  1474.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1475.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1476.  
  1477.        allDropdowns.forEach(dd => {
  1478.            if (dd.id !== dropdownId) {
  1479.                dd.classList.remove('show-v8');
  1480.            }
  1481.        });
  1482.  
  1483.        allParents.forEach(parent => {
  1484.            if (parent !== parentItem) {
  1485.                parent.classList.remove('open-v8');
  1486.            }
  1487.        });
  1488.  
  1489.        // Toggle current dropdown
  1490.        dropdown.classList.toggle('show-v8');
  1491.        parentItem.classList.toggle('open-v8');
  1492.    }
  1493.  
  1494.    function closeAllV8() {
  1495.        const searchCard = document.getElementById('searchCardV8');
  1496.        const mobileNav = document.getElementById('mobileNavV8');
  1497.        const overlay = document.getElementById('navOverlayV8');
  1498.  
  1499.        searchCard.classList.remove('show-v8');
  1500.        mobileNav.classList.remove('show-v8');
  1501.        overlay.classList.remove('show-v8');
  1502.        activeCard = null;
  1503.    }
  1504.  
  1505.    // Close on escape key
  1506.    document.addEventListener('keydown', function (e) {
  1507.        if (e.key === 'Escape' && activeCard) {
  1508.            closeAllV8();
  1509.        }
  1510.    });
  1511.  
  1512.    // Handle suggestion clicks
  1513.    document.addEventListener('click', function (e) {
  1514.        if (e.target.closest('.suggestion-item-v8')) {
  1515.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1516.            const searchInput = document.querySelector('.search-input-v8');
  1517.            if (searchInput) {
  1518.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1519.            }
  1520.        }
  1521.    });
  1522. </script>
  1523. <script>
  1524.  document.addEventListener("DOMContentLoaded", function () {
  1525.    console.log("loaded");
  1526.  
  1527.     const searchInput = document.getElementById("search-input")
  1528.    const searchResults = document.getElementById("search-results");
  1529.  
  1530.    if (!searchInput || !searchResults) {
  1531.      console.error("Search input/results not found");
  1532.      return;
  1533.    }
  1534.  
  1535.    // Prevent form submission
  1536.    if (searchInput.form) {
  1537.      searchInput.form.addEventListener("submit", function (e) {
  1538.        e.preventDefault();
  1539.      });
  1540.    }
  1541.  
  1542.    // Add event listener for keyup
  1543.    searchInput.addEventListener("keyup", function (e) {
  1544.      console.log("Key pressed:", e.key);
  1545.      e.preventDefault();
  1546.  
  1547.      const query = searchInput.value.trim();
  1548.      console.log("User is typing: " + query);
  1549.  
  1550.      // If empty → clear and hide
  1551.      if (query === "") {
  1552.        searchResults.innerHTML = "";
  1553.        searchResults.style.display = "none";
  1554.        return;
  1555.      }
  1556.  
  1557.      // Show results
  1558.      searchResults.style.display = "block";
  1559.  
  1560.      // Fetch search results
  1561.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1562.        method: "GET",
  1563.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1564.      })
  1565.        .then(response => {
  1566.          console.log("Response Status:", response.status);
  1567.          return response.json();
  1568.        })
  1569.        .then(data => {
  1570.          console.log("Data received:", data);
  1571.          if (data.html) {
  1572.            searchResults.innerHTML = data.html;
  1573.          } else {
  1574.            searchResults.innerHTML = "<p>No results found.</p>";
  1575.          }
  1576.        })
  1577.        .catch(error => {
  1578.          console.error("Error fetching search results:", error);
  1579.        });
  1580.    });
  1581.  
  1582.    // Close results when clicking outside
  1583.    document.addEventListener("click", function (e) {
  1584.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1585.        searchResults.style.display = "none";
  1586.      }
  1587.    });
  1588.  
  1589.    // Close results on ESC key
  1590.    document.addEventListener("keydown", function (e) {
  1591.      if (e.key === "Escape") {
  1592.        searchResults.style.display = "none";
  1593.      }
  1594.    });
  1595.  });
  1596. </script>
  1597.  
  1598.  
  1599.        </header>
  1600.        <!-- end of header -->
  1601.        <!-- start of wpo-blog-hero -->
  1602.        
  1603.  
  1604.  
  1605.  
  1606.  
  1607.  
  1608.  
  1609.  
  1610. <div class="blog-hero-v2">
  1611.  <div class="container-fluid fluid-container">
  1612.    <div class="row">
  1613.      <!-- Main Featured Post -->
  1614.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1615.        
  1616.        
  1617.        
  1618.          
  1619.        <div class="featured-post">
  1620.          <div class="post-image">
  1621.            
  1622.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1623.              class="img-fluid" alt="">
  1624.            
  1625.            <div class="post-overlay">
  1626.              <div class="post-content">
  1627.                <span class="category-badge bg-primary-gradient">News</span>
  1628.                <h1 class="post-title1 blog-color">
  1629.                  <a href="/surgeons-from-scotland-and-america-complete-historic-stroke-surgery-via-automated-technology/" class="blog-color">
  1630.                    Surgeons from Scotland and America Complete Historic Stroke Surgery Via Automated Technology
  1631.                  </a>
  1632.                </h1>
  1633.                <p class="post-excerpt"></p>
  1634.                <div class="post-meta">
  1635.                  <div class="author-info">
  1636.                    
  1637.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith"
  1638.                      style="object-fit: cover;" class="author-avatar">
  1639.                    
  1640.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Jonathan Smith</a></span>
  1641.                  </div>
  1642.                  <span class="post-date">14 May 2026</span>
  1643.                </div>
  1644.              </div>
  1645.            </div>
  1646.          </div>
  1647.        </div>
  1648.  
  1649.        
  1650.        
  1651.      </div>
  1652.  
  1653.      <!-- Side Posts -->
  1654.      <div class="col-lg-4 col-md-12">
  1655.        <div class="row h-100">
  1656.        
  1657.  
  1658.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1659.            <div class="side-post h-100">
  1660.              <div class="row g-0 h-100">
  1661.                <div class="col-5">
  1662.                  <div class="side-post-image">
  1663.                    
  1664.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1665.                      style="object-fit: cover;" alt="">
  1666.                    
  1667.                  </div>
  1668.                </div>
  1669.                <div class="col-7">
  1670.                  <div class="side-post-content">
  1671.                    <div>
  1672.                      <span class="category-badge bg-primary-gradient">News</span>
  1673.                      <h3> <a href="/the-chinese-draft-ai-regulations-target-on-youth-safeguards-and-self-harm-prevention-mitigation/" class="line-clamp-2">
  1674.                          The Chinese Draft AI Regulations Target on Youth Safeguards and Self-Harm Prevention Mitigation.
  1675.                        </a></h3>
  1676.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1677.                    </div>
  1678.                    <div class="side-post-meta">
  1679.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Jonathan Smith</a></span>
  1680.                    </div>
  1681.                  </div>
  1682.                </div>
  1683.              </div>
  1684.            </div>
  1685.          </div>
  1686.  
  1687.          
  1688.  
  1689.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1690.            <div class="side-post h-100">
  1691.              <div class="row g-0 h-100">
  1692.                <div class="col-5">
  1693.                  <div class="side-post-image">
  1694.                    
  1695.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1696.                      style="object-fit: cover;" alt="">
  1697.                    
  1698.                  </div>
  1699.                </div>
  1700.                <div class="col-7">
  1701.                  <div class="side-post-content">
  1702.                    <div>
  1703.                      <span class="category-badge bg-primary-gradient">News</span>
  1704.                      <h3> <a href="/gavin-newsom-acknowledges-he-is-considering-a-white-house-bid-in-2028/" class="line-clamp-2">
  1705.                          Gavin Newsom Acknowledges He Is Considering a White House Bid in 2028
  1706.                        </a></h3>
  1707.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1708.                    </div>
  1709.                    <div class="side-post-meta">
  1710.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Jonathan Smith</a></span>
  1711.                    </div>
  1712.                  </div>
  1713.                </div>
  1714.              </div>
  1715.            </div>
  1716.          </div>
  1717.  
  1718.          
  1719.  
  1720.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1721.            <div class="side-post h-100">
  1722.              <div class="row g-0 h-100">
  1723.                <div class="col-5">
  1724.                  <div class="side-post-image">
  1725.                    
  1726.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1727.                      style="object-fit: cover;" alt="">
  1728.                    
  1729.                  </div>
  1730.                </div>
  1731.                <div class="col-7">
  1732.                  <div class="side-post-content">
  1733.                    <div>
  1734.                      <span class="category-badge bg-primary-gradient">News</span>
  1735.                      <h3> <a href="/some-groups-on-the-opposing-sides-who-offer-only-complaints-the-government-is-proceeding-with-the-job-of-economic-rejuvenation/" class="line-clamp-2">
  1736.                          Some groups on the opposing sides who offer only complaints: The government is proceeding with the job of economic rejuvenation.
  1737.                        </a></h3>
  1738.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1739.                    </div>
  1740.                    <div class="side-post-meta">
  1741.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Jonathan Smith</a></span>
  1742.                    </div>
  1743.                  </div>
  1744.                </div>
  1745.              </div>
  1746.            </div>
  1747.          </div>
  1748.  
  1749.          
  1750.        </div>
  1751.      </div>
  1752.    </div>
  1753.  </div>
  1754. </div>
  1755.  
  1756. <style>
  1757.  /* Blog Hero V2 Styles */
  1758.  .blog-hero-v2 {
  1759.    padding: 60px 0;
  1760.  }
  1761.  
  1762.  /* Featured Post Styles */
  1763.  .featured-post {
  1764.    position: relative;
  1765.    border-radius: 20px;
  1766.    overflow: hidden;
  1767.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1768.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1769.  }
  1770.  
  1771.  .featured-post:hover {
  1772.    transform: translateY(-5px);
  1773.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1774.  }
  1775.  
  1776.  .featured-post .post-image {
  1777.    position: relative;
  1778.    height: 500px;
  1779.    overflow: hidden;
  1780.  }
  1781.  
  1782.  .featured-post .post-image img {
  1783.    width: 100%;
  1784.    height: 100%;
  1785.    object-fit: cover;
  1786.    transition: transform 0.5s ease;
  1787.  }
  1788.  
  1789.  .featured-post:hover .post-image img {
  1790.    transform: scale(1.05);
  1791.  }
  1792.  
  1793.  .post-overlay {
  1794.    position: absolute;
  1795.    top: 0;
  1796.    left: 0;
  1797.    right: 0;
  1798.    bottom: 0;
  1799.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1800.    display: flex;
  1801.    align-items: flex-end;
  1802.    padding: 40px;
  1803.  }
  1804.  
  1805.  .post-content .post-title1 {
  1806.    color: white;
  1807.    font-size: 2.5rem;
  1808.    font-weight: 700;
  1809.    margin: 15px 0;
  1810.    line-height: 1.2;
  1811.  }
  1812.  
  1813.  .post-content .post-excerpt {
  1814.    color: rgba(255, 255, 255, 0.9);
  1815.    font-size: 1.1rem;
  1816.    margin-bottom: 20px;
  1817.    line-height: 1.6;
  1818.  }
  1819.  
  1820.  /* Category Badges */
  1821.  .category-badge {
  1822.    display: inline-block;
  1823.    padding: 4px 8px;
  1824.    font-size: 0.75rem;
  1825.    font-weight: 600;
  1826.    text-transform: uppercase;
  1827.    letter-spacing: 0.5px;
  1828.    border-radius: 25px;
  1829.    text-align: center;
  1830.    width: fit-content;
  1831.  }
  1832.  
  1833.  /* Post Meta */
  1834.  .post-meta {
  1835.    display: flex;
  1836.    align-items: center;
  1837.    justify-content: space-between;
  1838.    margin-top: 25px;
  1839.  }
  1840.  
  1841.  .author-info {
  1842.    display: flex;
  1843.    align-items: center;
  1844.    gap: 12px;
  1845.  }
  1846.  
  1847.  .author-avatar {
  1848.    width: 45px !important;
  1849.    height: 45px !important;
  1850.    border-radius: 50%;
  1851.    border: 3px solid white;
  1852.  }
  1853.  
  1854.  .author-name,
  1855.  .post-date {
  1856.    color: rgba(255, 255, 255, 0.9);
  1857.    font-weight: 500;
  1858.  }
  1859.  
  1860.  .author-name {
  1861.    text-decoration: none;
  1862.  }
  1863.  
  1864.  .author-name:hover {
  1865.    color: white;
  1866.  }
  1867.  
  1868.  /* Side Posts */
  1869.  .side-post {
  1870.    background: var(--card-bg);
  1871.    border-radius: 15px;
  1872.    border: 1px solid var(--border-color);
  1873.    overflow: hidden;
  1874.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1875.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1876.    height: auto;
  1877.  }
  1878.  
  1879.  .side-post:hover {
  1880.    transform: translateY(-3px);
  1881.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1882.  }
  1883.  
  1884.  .side-post-image {
  1885.    max-height: 155px;
  1886.    height: 100%;
  1887.    overflow: hidden;
  1888.  }
  1889.  
  1890.  .side-post-image img {
  1891.    width: 100%;
  1892.    height: 100%;
  1893.    object-fit: cover;
  1894.    transition: transform 0.3s ease;
  1895.  }
  1896.  
  1897.  .side-post:hover .side-post-image img {
  1898.    transform: scale(1.1);
  1899.  }
  1900.  
  1901.  .side-post-content {
  1902.    padding: 8px 16px;
  1903.    display: flex;
  1904.    flex-direction: column;
  1905.    justify-content: space-between;
  1906.    height: 100%;
  1907.  }
  1908.  
  1909.  .side-post-content h3 {
  1910.    font-size: 1rem;
  1911.    font-weight: 600;
  1912.    margin: 8px 0;
  1913.    line-height: 1.4;
  1914.  }
  1915.  
  1916.  .side-post-content h3 a {
  1917.    color: #333;
  1918.    text-decoration: none;
  1919.    transition: color 0.3s ease;
  1920.  }
  1921.  
  1922.  .side-post-content h3 a:hover {
  1923.    color: #007bff;
  1924.  }
  1925.  
  1926.  .side-post-meta {
  1927.    font-size: 0.8rem;
  1928.    color: #666;
  1929.    display: flex;
  1930.    flex-direction: column;
  1931.    gap: 4px;
  1932.  }
  1933.  
  1934.  .side-post-meta a {
  1935.    color: #007bff;
  1936.    text-decoration: none;
  1937.  }
  1938.  
  1939.  .side-post-meta a:hover {
  1940.    text-decoration: underline;
  1941.  }
  1942.  
  1943.  /* Responsive Design */
  1944.  @media (max-width: 768px) {
  1945.    .blog-hero-v2 {
  1946.      padding: 30px 0;
  1947.    }
  1948.  
  1949.    .featured-post .post-image {
  1950.      height: 350px;
  1951.    }
  1952.  
  1953.    .post-overlay {
  1954.      padding: 25px;
  1955.    }
  1956.  
  1957.    .post-content .post-title1 {
  1958.      font-size: 1.8rem;
  1959.    }
  1960.  
  1961.    .post-content .post-excerpt {
  1962.      font-size: 1rem;
  1963.      margin-bottom: 15px;
  1964.    }
  1965.  
  1966.    .post-meta {
  1967.      flex-direction: column;
  1968.      align-items: flex-start;
  1969.      gap: 10px;
  1970.    }
  1971.  
  1972.    .side-post {
  1973.      height: auto;
  1974.    }
  1975.  
  1976.    .side-post-content {
  1977.      height: auto;
  1978.      padding: 15px;
  1979.    }
  1980.  }
  1981.  
  1982.  @media (max-width: 576px) {
  1983.    .post-content .post-title1 {
  1984.      font-size: 1.5rem;
  1985.    }
  1986.  
  1987.    .side-post-content h3 {
  1988.      font-size: 0.9rem;
  1989.    }
  1990.  
  1991.    .side-post-image img {}
  1992.  }
  1993. </style>
  1994.  
  1995.  
  1996.  
  1997.  
  1998.        <!-- end of wpo-blog-hero -->
  1999.  
  2000.        <!-- start of wpo-breacking-news -->
  2001.        
  2002.        <!-- end of wpo-breacking-news -->
  2003.        
  2004.        <!-- start wpo-blog-highlights-section -->
  2005.        
  2006.  
  2007.  
  2008.  
  2009.    
  2010.  
  2011.  
  2012.  <style>
  2013.    .blog-section {
  2014.      padding: 60px 0;
  2015.    }
  2016.  
  2017.    .blog-card {
  2018.      background: var(--card-bg);
  2019.      border-radius: 12px;
  2020.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  2021.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  2022.      margin-bottom: 30px;
  2023.      overflow: hidden;
  2024.      border: none;
  2025.    }
  2026.  
  2027.    .blog-card-body {
  2028.      padding: 30px;
  2029.    }
  2030.  
  2031.    .blog-category {
  2032.      display: inline-block;
  2033.      padding: 6px 16px;
  2034.      border-radius: 20px;
  2035.      font-size: 12px;
  2036.      font-weight: 600;
  2037.      text-transform: uppercase;
  2038.      letter-spacing: 0.5px;
  2039.      margin-bottom: 20px;
  2040.    }
  2041.  
  2042.    .blog-title {
  2043.      font-weight: 700;
  2044.      color: var(--topbar-color);
  2045.      margin-bottom: 20px;
  2046.      line-height: 1.4;
  2047.      text-decoration: none;
  2048.    }
  2049.  
  2050.    .blog-title:hover {
  2051.      color: #1e40af !important;
  2052.      text-decoration: none;
  2053.    }
  2054.  
  2055.    .blog-meta {
  2056.      display: flex;
  2057.      align-items: center;
  2058.      margin-bottom: 20px;
  2059.      color: var(--topbar-color);
  2060.      font-size: 14px;
  2061.    }
  2062.  
  2063.    .blog-meta img {
  2064.      width: 35px;
  2065.      height: 35px;
  2066.      border-radius: 50%;
  2067.      object-fit: cover;
  2068.      display: block;
  2069.    }
  2070.  
  2071.    .blog-meta .meta-info {
  2072.      display: flex;
  2073.      align-items: center;
  2074.      gap: 15px;
  2075.    }
  2076.  
  2077.    .blog-description {
  2078.      color: var(--topbar-color);
  2079.      line-height: 1.7;
  2080.      margin-bottom: 25px;
  2081.      font-size: 15px;
  2082.    }
  2083.  
  2084.    .read-more-btn {
  2085.      background: transparent;
  2086.      border: 2px solid var(--bs-primary);
  2087.      color: var(--bs-primary);
  2088.      padding: 12px 30px;
  2089.      border-radius: 6px;
  2090.      font-weight: 600;
  2091.      text-transform: uppercase;
  2092.      letter-spacing: 0.5px;
  2093.      transition: all 0.3s ease;
  2094.      text-decoration: none;
  2095.      display: inline-block;
  2096.      font-size: 13px;
  2097.    }
  2098.  
  2099.    .read-more-btn:hover {
  2100.      background: var(--bs-primary);
  2101.      color: var(--bs-white) !important;
  2102.      text-decoration: none;
  2103.    }
  2104.  
  2105.    .section-title {
  2106.      text-align: center;
  2107.      margin-bottom: 50px;
  2108.    }
  2109.  
  2110.    .section-title h2 {
  2111.      font-size: 42px;
  2112.      font-weight: 800;
  2113.      color: #2c3e50;
  2114.      margin-bottom: 15px;
  2115.    }
  2116.  
  2117.    .section-title p {
  2118.      color: #6c757d;
  2119.      font-size: 18px;
  2120.      max-width: 600px;
  2121.      margin: 0 auto;
  2122.    }
  2123.  
  2124.    .avatar-placeholder {
  2125.      width: 35px;
  2126.      height: 35px;
  2127.      border-radius: 50%;
  2128.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  2129.      display: flex;
  2130.      align-items: center;
  2131.      justify-content: center;
  2132.      color: var(--bs-white);
  2133.      font-weight: bold;
  2134.      margin-right: 12px;
  2135.      overflow: hidden;
  2136.    }
  2137.  
  2138.    @media (max-width: 768px) {
  2139.  
  2140.  
  2141.      .section-title h2 {
  2142.        font-size: 32px;
  2143.      }
  2144.  
  2145.      .blog-card-body {
  2146.        padding: 20px;
  2147.      }
  2148.    }
  2149.  
  2150.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  2151.    :root{
  2152.      --fade-distance: 28px;
  2153.      --fade-duration: 700ms;
  2154.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  2155.    }
  2156.  
  2157.    .fade-base{
  2158.      opacity: 0;
  2159.      filter: blur(2px);
  2160.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  2161.      transition:
  2162.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2163.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2164.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  2165.      will-change: transform, opacity, filter;
  2166.    }
  2167.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  2168.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  2169.  
  2170.    .fade-show{
  2171.      opacity: 1;
  2172.      filter: blur(0);
  2173.      transform: translateY(0) translateZ(0);
  2174.    }
  2175.  
  2176.    /* Hover should still work after fade-in */
  2177.    .blog-card.fade-show:hover{
  2178.      transform: translateY(-5px) translateZ(0);
  2179.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  2180.    }
  2181.  
  2182.    /* Reduced motion */
  2183.    @media (prefers-reduced-motion: reduce){
  2184.      .fade-base{
  2185.        transition: none !important;
  2186.        transform: none !important;
  2187.        opacity: 1 !important;
  2188.        filter: none !important;
  2189.      }
  2190.      .blog-card.fade-show:hover{
  2191.        transform: none !important;
  2192.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2193.      }
  2194.    }
  2195.  </style>
  2196.  
  2197.  <section class="blog-section">
  2198.    <div class="container-fluid fluid-container">
  2199.      <div class="row">
  2200.        <div class="section-title ">
  2201.          <h2>
  2202.                Today's Top Highlights
  2203.                   </h2>
  2204.          <p>Stay updated with the latest insights and trends in online gaming</p>
  2205.        </div>
  2206.  
  2207.        <div class="col-lg-8 col-12">
  2208.          
  2209.            <div class="blog-card fade-base">
  2210.              <div class="blog-card-body">
  2211.                <span class="blog-category bg-primary-gradient">News</span>
  2212.                <h3>
  2213.                  <a href="/ex-british-broadcasting-corporation-consultants-face-mps-questioning-after-claims-of-partiality-in-leaked-memo/" class="blog-title">
  2214.                    Ex- British Broadcasting Corporation Consultants Face MPs&#x27; Questioning After Claims of Partiality in Leaked Memo
  2215.                  </a>
  2216.                </h3>
  2217.                <div class="blog-meta">
  2218.                  <div class="avatar-placeholder">
  2219.                    
  2220.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" />
  2221.                    
  2222.                  </div>
  2223.                  <div class="meta-info">
  2224.                    <span>Jonathan Smith</span>
  2225.                    <span><i class="far fa-clock"></i> 13 May 2026</span>
  2226.                  </div>
  2227.                </div>
  2228.                <p class="blog-description"></p>
  2229.                <a href="/ex-british-broadcasting-corporation-consultants-face-mps-questioning-after-claims-of-partiality-in-leaked-memo/" class="read-more-btn">READ MORE</a>
  2230.              </div>
  2231.            </div>
  2232.          
  2233.            <div class="blog-card fade-base">
  2234.              <div class="blog-card-body">
  2235.                <span class="blog-category bg-primary-gradient">News</span>
  2236.                <h3>
  2237.                  <a href="/canadas-blue-jays-earn-fall-classic-matchup-against-defending-champion-dodgers/" class="blog-title">
  2238.                    Canada&#x27;s Blue Jays Earn Fall Classic Matchup Against defending champion Dodgers
  2239.                  </a>
  2240.                </h3>
  2241.                <div class="blog-meta">
  2242.                  <div class="avatar-placeholder">
  2243.                    
  2244.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" />
  2245.                    
  2246.                  </div>
  2247.                  <div class="meta-info">
  2248.                    <span>Jonathan Smith</span>
  2249.                    <span><i class="far fa-clock"></i> 13 May 2026</span>
  2250.                  </div>
  2251.                </div>
  2252.                <p class="blog-description"></p>
  2253.                <a href="/canadas-blue-jays-earn-fall-classic-matchup-against-defending-champion-dodgers/" class="read-more-btn">READ MORE</a>
  2254.              </div>
  2255.            </div>
  2256.          
  2257.            <div class="blog-card fade-base">
  2258.              <div class="blog-card-body">
  2259.                <span class="blog-category bg-primary-gradient">News</span>
  2260.                <h3>
  2261.                  <a href="/the-visitors-name-the-off-spinner-in-line-up-for-the-ashes-series-opener/" class="blog-title">
  2262.                    The visitors Name the off-spinner in Line-up for The Ashes series Opener
  2263.                  </a>
  2264.                </h3>
  2265.                <div class="blog-meta">
  2266.                  <div class="avatar-placeholder">
  2267.                    
  2268.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" />
  2269.                    
  2270.                  </div>
  2271.                  <div class="meta-info">
  2272.                    <span>Jonathan Smith</span>
  2273.                    <span><i class="far fa-clock"></i> 13 May 2026</span>
  2274.                  </div>
  2275.                </div>
  2276.                <p class="blog-description"></p>
  2277.                <a href="/the-visitors-name-the-off-spinner-in-line-up-for-the-ashes-series-opener/" class="read-more-btn">READ MORE</a>
  2278.              </div>
  2279.            </div>
  2280.          
  2281.            <div class="blog-card fade-base">
  2282.              <div class="blog-card-body">
  2283.                <span class="blog-category bg-primary-gradient">News</span>
  2284.                <h3>
  2285.                  <a href="/olympian-and-other-eritreans-freed-after-18-years-without-trial-relatives-say/" class="blog-title">
  2286.                    Olympian and Other Eritreans Freed After 18 Years Without Trial, Relatives Say
  2287.                  </a>
  2288.                </h3>
  2289.                <div class="blog-meta">
  2290.                  <div class="avatar-placeholder">
  2291.                    
  2292.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" />
  2293.                    
  2294.                  </div>
  2295.                  <div class="meta-info">
  2296.                    <span>Jonathan Smith</span>
  2297.                    <span><i class="far fa-clock"></i> 13 May 2026</span>
  2298.                  </div>
  2299.                </div>
  2300.                <p class="blog-description"></p>
  2301.                <a href="/olympian-and-other-eritreans-freed-after-18-years-without-trial-relatives-say/" class="read-more-btn">READ MORE</a>
  2302.              </div>
  2303.            </div>
  2304.          
  2305.            <div class="blog-card fade-base">
  2306.              <div class="blog-card-body">
  2307.                <span class="blog-category bg-primary-gradient">News</span>
  2308.                <h3>
  2309.                  <a href="/kpop-demon-hunters-balloons-to-take-center-stage-at-macys-thanksgiving-day-parade/" class="blog-title">
  2310.                    KPop Demon Hunters Balloons to Take Center Stage at Macy&#x27;s Thanksgiving Day Parade
  2311.                  </a>
  2312.                </h3>
  2313.                <div class="blog-meta">
  2314.                  <div class="avatar-placeholder">
  2315.                    
  2316.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" />
  2317.                    
  2318.                  </div>
  2319.                  <div class="meta-info">
  2320.                    <span>Jonathan Smith</span>
  2321.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2322.                  </div>
  2323.                </div>
  2324.                <p class="blog-description"></p>
  2325.                <a href="/kpop-demon-hunters-balloons-to-take-center-stage-at-macys-thanksgiving-day-parade/" class="read-more-btn">READ MORE</a>
  2326.              </div>
  2327.            </div>
  2328.          
  2329.            <div class="blog-card fade-base">
  2330.              <div class="blog-card-body">
  2331.                <span class="blog-category bg-primary-gradient">News</span>
  2332.                <h3>
  2333.                  <a href="/tragic-discovery-remains-of-missing-mother-and-child-located-in-freezers-in-austria/" class="blog-title">
  2334.                    Tragic Discovery: Remains of Missing Mother and Child Located in Freezers in Austria
  2335.                  </a>
  2336.                </h3>
  2337.                <div class="blog-meta">
  2338.                  <div class="avatar-placeholder">
  2339.                    
  2340.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" />
  2341.                    
  2342.                  </div>
  2343.                  <div class="meta-info">
  2344.                    <span>Jonathan Smith</span>
  2345.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2346.                  </div>
  2347.                </div>
  2348.                <p class="blog-description"></p>
  2349.                <a href="/tragic-discovery-remains-of-missing-mother-and-child-located-in-freezers-in-austria/" class="read-more-btn">READ MORE</a>
  2350.              </div>
  2351.            </div>
  2352.          
  2353.            <div class="blog-card fade-base">
  2354.              <div class="blog-card-body">
  2355.                <span class="blog-category bg-primary-gradient">News</span>
  2356.                <h3>
  2357.                  <a href="/spotify-year-end-recap-release-timeline-and-your-burning-questions-answered/" class="blog-title">
  2358.                    Spotify Year-End Recap: Release Timeline and Your Burning Questions Answered
  2359.                  </a>
  2360.                </h3>
  2361.                <div class="blog-meta">
  2362.                  <div class="avatar-placeholder">
  2363.                    
  2364.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" />
  2365.                    
  2366.                  </div>
  2367.                  <div class="meta-info">
  2368.                    <span>Jonathan Smith</span>
  2369.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2370.                  </div>
  2371.                </div>
  2372.                <p class="blog-description"></p>
  2373.                <a href="/spotify-year-end-recap-release-timeline-and-your-burning-questions-answered/" class="read-more-btn">READ MORE</a>
  2374.              </div>
  2375.            </div>
  2376.          
  2377.            <div class="blog-card fade-base">
  2378.              <div class="blog-card-body">
  2379.                <span class="blog-category bg-primary-gradient">News</span>
  2380.                <h3>
  2381.                  <a href="/calm-end-to-messis-india-tour-after-disorder-in-kolkata/" class="blog-title">
  2382.                    Calm End to Messi&#x27;s India Tour After Disorder in Kolkata
  2383.                  </a>
  2384.                </h3>
  2385.                <div class="blog-meta">
  2386.                  <div class="avatar-placeholder">
  2387.                    
  2388.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" />
  2389.                    
  2390.                  </div>
  2391.                  <div class="meta-info">
  2392.                    <span>Jonathan Smith</span>
  2393.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2394.                  </div>
  2395.                </div>
  2396.                <p class="blog-description"></p>
  2397.                <a href="/calm-end-to-messis-india-tour-after-disorder-in-kolkata/" class="read-more-btn">READ MORE</a>
  2398.              </div>
  2399.            </div>
  2400.          
  2401.            <div class="blog-card fade-base">
  2402.              <div class="blog-card-body">
  2403.                <span class="blog-category bg-primary-gradient">News</span>
  2404.                <h3>
  2405.                  <a href="/brian-harris-life-story-an-existence-behind-the-camera/" class="blog-title">
  2406.                    Brian Harris Life Story: An Existence Behind the Camera
  2407.                  </a>
  2408.                </h3>
  2409.                <div class="blog-meta">
  2410.                  <div class="avatar-placeholder">
  2411.                    
  2412.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" />
  2413.                    
  2414.                  </div>
  2415.                  <div class="meta-info">
  2416.                    <span>Jonathan Smith</span>
  2417.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2418.                  </div>
  2419.                </div>
  2420.                <p class="blog-description"></p>
  2421.                <a href="/brian-harris-life-story-an-existence-behind-the-camera/" class="read-more-btn">READ MORE</a>
  2422.              </div>
  2423.            </div>
  2424.          
  2425.            <div class="blog-card fade-base">
  2426.              <div class="blog-card-body">
  2427.                <span class="blog-category bg-primary-gradient">News</span>
  2428.                <h3>
  2429.                  <a href="/metropolitan-museum-confronts-legal-challenge-over-reportedly-nazi-looted-van-gogh-masterpiece/" class="blog-title">
  2430.                    Metropolitan Museum Confronts Legal Challenge Over Reportedly Nazi-Looted Van Gogh Masterpiece
  2431.                  </a>
  2432.                </h3>
  2433.                <div class="blog-meta">
  2434.                  <div class="avatar-placeholder">
  2435.                    
  2436.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" />
  2437.                    
  2438.                  </div>
  2439.                  <div class="meta-info">
  2440.                    <span>Jonathan Smith</span>
  2441.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2442.                  </div>
  2443.                </div>
  2444.                <p class="blog-description"></p>
  2445.                <a href="/metropolitan-museum-confronts-legal-challenge-over-reportedly-nazi-looted-van-gogh-masterpiece/" class="read-more-btn">READ MORE</a>
  2446.              </div>
  2447.            </div>
  2448.          
  2449.            <div class="blog-card fade-base">
  2450.              <div class="blog-card-body">
  2451.                <span class="blog-category bg-primary-gradient">News</span>
  2452.                <h3>
  2453.                  <a href="/us-lawmaker-urges-ex-royal-andrew-to-testify-in-jeffrey-epstein-inquiry/" class="blog-title">
  2454.                    US Lawmaker Urges Ex-Royal Andrew to Testify in Jeffrey Epstein Inquiry
  2455.                  </a>
  2456.                </h3>
  2457.                <div class="blog-meta">
  2458.                  <div class="avatar-placeholder">
  2459.                    
  2460.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" />
  2461.                    
  2462.                  </div>
  2463.                  <div class="meta-info">
  2464.                    <span>Jonathan Smith</span>
  2465.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2466.                  </div>
  2467.                </div>
  2468.                <p class="blog-description"></p>
  2469.                <a href="/us-lawmaker-urges-ex-royal-andrew-to-testify-in-jeffrey-epstein-inquiry/" class="read-more-btn">READ MORE</a>
  2470.              </div>
  2471.            </div>
  2472.          
  2473.            <div class="blog-card fade-base">
  2474.              <div class="blog-card-body">
  2475.                <span class="blog-category bg-primary-gradient">News</span>
  2476.                <h3>
  2477.                  <a href="/the-gulf-nation-to-present-case-at-uk-supreme-court-over-state-immunity-in-surveillance-allegations/" class="blog-title">
  2478.                    The Gulf nation to Present Case at UK Supreme Court Over State Immunity in Surveillance Allegations
  2479.                  </a>
  2480.                </h3>
  2481.                <div class="blog-meta">
  2482.                  <div class="avatar-placeholder">
  2483.                    
  2484.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" />
  2485.                    
  2486.                  </div>
  2487.                  <div class="meta-info">
  2488.                    <span>Jonathan Smith</span>
  2489.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2490.                  </div>
  2491.                </div>
  2492.                <p class="blog-description"></p>
  2493.                <a href="/the-gulf-nation-to-present-case-at-uk-supreme-court-over-state-immunity-in-surveillance-allegations/" class="read-more-btn">READ MORE</a>
  2494.              </div>
  2495.            </div>
  2496.          
  2497.          
  2498.  
  2499.        </div>
  2500.  
  2501.         <div class="col col-lg-4 col-12">
  2502.                
  2503.  
  2504.  
  2505.  
  2506.    
  2507.  
  2508.  
  2509. <!-- Blog Sidebar V2 - Focused Design -->
  2510.  <div class="sidebar mb-3">
  2511.    <!-- Recent Posts Section -->
  2512.    <div class="sidebar-widget mb-4">
  2513.      <div class="widget-title-wrapper mb-3">
  2514.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2515.          <i class="ti-time me-2"></i>Recent Posts
  2516.          <span class="title-arrow-primary"></span>
  2517.        </h4>
  2518.      </div>
  2519.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2520.        <div class="recent-post-list">
  2521.          
  2522.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2523.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2524.              
  2525.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2526.              
  2527.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2528.            </div>
  2529.            <div class="post-content flex-grow-1">
  2530.              <h6 class="post-title mb-2">
  2531.                <a href="/the-visionary-filmmaker-sets-the-record-straight-avatar-movies-are-not-made-by-computers/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2532.                                            The Visionary Filmmaker Sets the Record Straight: ‘Avatar Movies Are Not Made By Computers’
  2533.                                            </a>
  2534.              </h6>
  2535.              <div class="post-meta">
  2536.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2537.                <!-- <small class="text-muted">
  2538.                  <i class="ti-eye me-1"></i>348 views
  2539.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2540.                </small> -->
  2541.              </div>
  2542.            </div>
  2543.          </div>
  2544.          
  2545.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2546.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2547.              
  2548.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2549.              
  2550.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2551.            </div>
  2552.            <div class="post-content flex-grow-1">
  2553.              <h6 class="post-title mb-2">
  2554.                <a href="/restrained-solitary-and-frightened-the-bleak-reality-for-female-prisoners-compelled-to-have-their-babies-in-incarceration/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2555.                                            Restrained, Solitary and Frightened: The Bleak Reality for Female Prisoners Compelled to Have Their Babies in Incarceration.
  2556.                                            </a>
  2557.              </h6>
  2558.              <div class="post-meta">
  2559.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2560.                <!-- <small class="text-muted">
  2561.                  <i class="ti-eye me-1"></i>348 views
  2562.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2563.                </small> -->
  2564.              </div>
  2565.            </div>
  2566.          </div>
  2567.          
  2568.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2569.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2570.              
  2571.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2572.              
  2573.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2574.            </div>
  2575.            <div class="post-content flex-grow-1">
  2576.              <h6 class="post-title mb-2">
  2577.                <a href="/an-tale-of-unexpected-generosity-when-a-university-student-allowed-me-to-stay-on-her-dormitory-floor/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2578.                                            An Tale of Unexpected Generosity: When a University Student Allowed Me to Stay on Her Dormitory Floor
  2579.                                            </a>
  2580.              </h6>
  2581.              <div class="post-meta">
  2582.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2583.                <!-- <small class="text-muted">
  2584.                  <i class="ti-eye me-1"></i>348 views
  2585.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2586.                </small> -->
  2587.              </div>
  2588.            </div>
  2589.          </div>
  2590.          
  2591.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2592.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2593.              
  2594.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2595.              
  2596.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2597.            </div>
  2598.            <div class="post-content flex-grow-1">
  2599.              <h6 class="post-title mb-2">
  2600.                <a href="/amid-those-bombed-out-remains-of-an-apartment-block-i-encountered-a-volume-id-translated/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2601.                                            Amid those Bombed-Out Remains of an Apartment Block, I Encountered a Volume I’d Translated
  2602.                                            </a>
  2603.              </h6>
  2604.              <div class="post-meta">
  2605.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2606.                <!-- <small class="text-muted">
  2607.                  <i class="ti-eye me-1"></i>348 views
  2608.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2609.                </small> -->
  2610.              </div>
  2611.            </div>
  2612.          </div>
  2613.          
  2614.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2615.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2616.              
  2617.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2618.              
  2619.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2620.            </div>
  2621.            <div class="post-content flex-grow-1">
  2622.              <h6 class="post-title mb-2">
  2623.                <a href="/three-xbox-game-pass-titles-we-are-enjoying-this-weekend-october-10-12/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2624.                                            Three Xbox Game Pass Titles We Are Enjoying This Weekend (October 10-12)
  2625.                                            </a>
  2626.              </h6>
  2627.              <div class="post-meta">
  2628.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2629.                <!-- <small class="text-muted">
  2630.                  <i class="ti-eye me-1"></i>348 views
  2631.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2632.                </small> -->
  2633.              </div>
  2634.            </div>
  2635.          </div>
  2636.          
  2637.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2638.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2639.              
  2640.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2641.              
  2642.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2643.            </div>
  2644.            <div class="post-content flex-grow-1">
  2645.              <h6 class="post-title mb-2">
  2646.                <a href="/daily-existence-for-one-hundred-twenty-thousand-refugees-in-mauritanias-extensive-mbera-camp-on-the-malians-frontier/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2647.                                            Daily Existence for one hundred twenty thousand Refugees in Mauritania&#x27;s Extensive Mbera Camp on the Malians Frontier.
  2648.                                            </a>
  2649.              </h6>
  2650.              <div class="post-meta">
  2651.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 May 2026</small>
  2652.                <!-- <small class="text-muted">
  2653.                  <i class="ti-eye me-1"></i>348 views
  2654.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2655.                </small> -->
  2656.              </div>
  2657.            </div>
  2658.          </div>
  2659.          
  2660.  
  2661.        </div>
  2662.  
  2663.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2664.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2665.        </div> -->
  2666.      </div>
  2667.    </div>
  2668.    
  2669.    
  2670.    <div class="sidebar-widget mb-4">
  2671.      <div class="widget-title-wrapper mb-3">
  2672.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2673.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2674.          <span class="title-arrow"></span>
  2675.        </h4>
  2676.      </div>
  2677.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2678.        <div class="blog-roll-list scrollable-sidebar">
  2679.          
  2680.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2681.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2682.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2683.                <i class="ti-angle-right me-2 text-primary"></i>
  2684.                 casino not on gamstop
  2685.              </h6>
  2686.            </a>
  2687.          </div>
  2688.          
  2689.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2690.            <a href="https://www.nsecuk.org/"  rel="dofollow" class="text-decoration-none ">
  2691.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2692.                <i class="ti-angle-right me-2 text-primary"></i>
  2693.                 uk casinos not on gamstop
  2694.              </h6>
  2695.            </a>
  2696.          </div>
  2697.          
  2698.  
  2699.        </div>
  2700.  
  2701.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2702.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2703.        </div> -->
  2704.      </div>
  2705.    </div>
  2706.    
  2707.    <div class="sidebar-widget mb-4">
  2708.      <div class="widget-title-wrapper mb-3">
  2709.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2710.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2711.          <span class="title-arrow"></span>
  2712.        </h4>
  2713.      </div>
  2714.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2715.        <div class="blog-roll-list scrollable-sidebar">
  2716.          
  2717.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2718.            <a href="https://www.remoteyear.com"  rel="dofollow" class="text-decoration-none ">
  2719.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2720.                <i class="ti-angle-right me-2 text-primary"></i>
  2721.                 online casinos
  2722.              </h6>
  2723.            </a>
  2724.          </div>
  2725.          
  2726.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2727.            <a href="https://www.caerphilly.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2728.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2729.                <i class="ti-angle-right me-2 text-primary"></i>
  2730.                 no gamstop casino
  2731.              </h6>
  2732.            </a>
  2733.          </div>
  2734.          
  2735.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2736.            <a href="https://thegoldenfleeceyork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2737.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2738.                <i class="ti-angle-right me-2 text-primary"></i>
  2739.                 uk casinos
  2740.              </h6>
  2741.            </a>
  2742.          </div>
  2743.          
  2744.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2745.            <a href="https://datamagazine.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2746.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2747.                <i class="ti-angle-right me-2 text-primary"></i>
  2748.                 non gamstop casinos
  2749.              </h6>
  2750.            </a>
  2751.          </div>
  2752.          
  2753.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2754.            <a href="https://www.costaricanembassy.co.uk"  rel="dofollow" class="text-decoration-none ">
  2755.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2756.                <i class="ti-angle-right me-2 text-primary"></i>
  2757.                 best casino sites uk
  2758.              </h6>
  2759.            </a>
  2760.          </div>
  2761.          
  2762.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2763.            <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none ">
  2764.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2765.                <i class="ti-angle-right me-2 text-primary"></i>
  2766.                 online casinos
  2767.              </h6>
  2768.            </a>
  2769.          </div>
  2770.          
  2771.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2772.            <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none ">
  2773.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2774.                <i class="ti-angle-right me-2 text-primary"></i>
  2775.                 best non GamStop casinos
  2776.              </h6>
  2777.            </a>
  2778.          </div>
  2779.          
  2780.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2781.            <a href="https://www.londonart.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2782.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2783.                <i class="ti-angle-right me-2 text-primary"></i>
  2784.                 best escorts
  2785.              </h6>
  2786.            </a>
  2787.          </div>
  2788.          
  2789.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2790.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  2791.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2792.                <i class="ti-angle-right me-2 text-primary"></i>
  2793.                 non GamStop casinos
  2794.              </h6>
  2795.            </a>
  2796.          </div>
  2797.          
  2798.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2799.            <a href="https://thepearlyqueen.com/"  rel="dofollow" class="text-decoration-none ">
  2800.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2801.                <i class="ti-angle-right me-2 text-primary"></i>
  2802.                 casinos not on GamStop
  2803.              </h6>
  2804.            </a>
  2805.          </div>
  2806.          
  2807.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2808.            <a href="https://80trains.com/"  rel="dofollow" class="text-decoration-none ">
  2809.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2810.                <i class="ti-angle-right me-2 text-primary"></i>
  2811.                 new betting sites
  2812.              </h6>
  2813.            </a>
  2814.          </div>
  2815.          
  2816.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2817.            <a href="https://www.executive-shaving.co.uk"  rel="dofollow" class="text-decoration-none ">
  2818.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2819.                <i class="ti-angle-right me-2 text-primary"></i>
  2820.                 best casino not on GamStop
  2821.              </h6>
  2822.            </a>
  2823.          </div>
  2824.          
  2825.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2826.            <a href="https://www.antiquesforeveryone.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2827.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2828.                <i class="ti-angle-right me-2 text-primary"></i>
  2829.                 betting sites
  2830.              </h6>
  2831.            </a>
  2832.          </div>
  2833.          
  2834.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2835.            <a href="https://roeparkresort.com"  rel="dofollow" class="text-decoration-none ">
  2836.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2837.                <i class="ti-angle-right me-2 text-primary"></i>
  2838.                 non GamStop casino UK
  2839.              </h6>
  2840.            </a>
  2841.          </div>
  2842.          
  2843.  
  2844.        </div>
  2845.  
  2846.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2847.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2848.        </div> -->
  2849.      </div>
  2850.    </div>
  2851.    
  2852.    <div class="sidebar-widget mb-4">
  2853.      <div class="widget-title-wrapper mb-3">
  2854.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2855.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2856.          <span class="title-arrow"></span>
  2857.        </h4>
  2858.      </div>
  2859.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2860.        <div class="blog-roll-list scrollable-sidebar">
  2861.          
  2862.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2863.            <a href="https://www.drenge.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2864.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2865.                <i class="ti-angle-right me-2 text-primary"></i>
  2866.                 non GamStop casinos
  2867.              </h6>
  2868.            </a>
  2869.          </div>
  2870.          
  2871.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2872.            <a href="https://www.jeremysrestaurant.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2873.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2874.                <i class="ti-angle-right me-2 text-primary"></i>
  2875.                 instant withdrawal casino
  2876.              </h6>
  2877.            </a>
  2878.          </div>
  2879.          
  2880.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2881.            <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2882.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2883.                <i class="ti-angle-right me-2 text-primary"></i>
  2884.                 non GamStop UK casinos
  2885.              </h6>
  2886.            </a>
  2887.          </div>
  2888.          
  2889.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2890.            <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  2891.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2892.                <i class="ti-angle-right me-2 text-primary"></i>
  2893.                 casino not on GamStop
  2894.              </h6>
  2895.            </a>
  2896.          </div>
  2897.          
  2898.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2899.            <a href="https://www.open-money.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2900.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2901.                <i class="ti-angle-right me-2 text-primary"></i>
  2902.                 non GamStop casinos
  2903.              </h6>
  2904.            </a>
  2905.          </div>
  2906.          
  2907.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2908.            <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2909.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2910.                <i class="ti-angle-right me-2 text-primary"></i>
  2911.                 casinos not on GamStop
  2912.              </h6>
  2913.            </a>
  2914.          </div>
  2915.          
  2916.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2917.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2918.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2919.                <i class="ti-angle-right me-2 text-primary"></i>
  2920.                 casino not on GamStop
  2921.              </h6>
  2922.            </a>
  2923.          </div>
  2924.          
  2925.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2926.            <a href="https://www.stevepound.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2927.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2928.                <i class="ti-angle-right me-2 text-primary"></i>
  2929.                 non Gamstop casinos
  2930.              </h6>
  2931.            </a>
  2932.          </div>
  2933.          
  2934.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2935.            <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2936.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2937.                <i class="ti-angle-right me-2 text-primary"></i>
  2938.                 non Gamban casinos
  2939.              </h6>
  2940.            </a>
  2941.          </div>
  2942.          
  2943.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2944.            <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2945.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2946.                <i class="ti-angle-right me-2 text-primary"></i>
  2947.                 slots online not on gamstop
  2948.              </h6>
  2949.            </a>
  2950.          </div>
  2951.          
  2952.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2953.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2954.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2955.                <i class="ti-angle-right me-2 text-primary"></i>
  2956.                 non GAMSTOP casinos
  2957.              </h6>
  2958.            </a>
  2959.          </div>
  2960.          
  2961.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2962.            <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none ">
  2963.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2964.                <i class="ti-angle-right me-2 text-primary"></i>
  2965.                 uk casinos not on gamstop
  2966.              </h6>
  2967.            </a>
  2968.          </div>
  2969.          
  2970.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2971.            <a href="https://www.ktponline.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2972.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2973.                <i class="ti-angle-right me-2 text-primary"></i>
  2974.                 non GamStop
  2975.              </h6>
  2976.            </a>
  2977.          </div>
  2978.          
  2979.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2980.            <a href="https://www.rescueglobal.org/"  rel="dofollow" class="text-decoration-none ">
  2981.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2982.                <i class="ti-angle-right me-2 text-primary"></i>
  2983.                 UK casinos not on GamStop
  2984.              </h6>
  2985.            </a>
  2986.          </div>
  2987.          
  2988.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2989.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2990.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2991.                <i class="ti-angle-right me-2 text-primary"></i>
  2992.                 non UK gambling sites
  2993.              </h6>
  2994.            </a>
  2995.          </div>
  2996.          
  2997.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2998.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2999.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3000.                <i class="ti-angle-right me-2 text-primary"></i>
  3001.                 Non UK Licensed Casino
  3002.              </h6>
  3003.            </a>
  3004.          </div>
  3005.          
  3006.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3007.            <a href="http://ukfreespinsnotongamstop.in.net/"  rel="dofollow" class="text-decoration-none ">
  3008.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3009.                <i class="ti-angle-right me-2 text-primary"></i>
  3010.                 casino not on gamstop
  3011.              </h6>
  3012.            </a>
  3013.          </div>
  3014.          
  3015.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3016.            <a href="https://dickensworld.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3017.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3018.                <i class="ti-angle-right me-2 text-primary"></i>
  3019.                 casino not on gamstop
  3020.              </h6>
  3021.            </a>
  3022.          </div>
  3023.          
  3024.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3025.            <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3026.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3027.                <i class="ti-angle-right me-2 text-primary"></i>
  3028.                 non gamstop betting sites uk
  3029.              </h6>
  3030.            </a>
  3031.          </div>
  3032.          
  3033.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3034.            <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3035.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3036.                <i class="ti-angle-right me-2 text-primary"></i>
  3037.                 non gamstop uk sports betting
  3038.              </h6>
  3039.            </a>
  3040.          </div>
  3041.          
  3042.  
  3043.        </div>
  3044.  
  3045.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3046.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3047.        </div> -->
  3048.      </div>
  3049.    </div>
  3050.    
  3051.    <div class="sidebar-widget mb-4">
  3052.      <div class="widget-title-wrapper mb-3">
  3053.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3054.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3055.          <span class="title-arrow"></span>
  3056.        </h4>
  3057.      </div>
  3058.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3059.        <div class="blog-roll-list scrollable-sidebar">
  3060.          
  3061.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3062.            <a href="https://xn--24-3qi4duc3a1a7o.world/"  rel="dofollow" class="text-decoration-none ">
  3063.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3064.                <i class="ti-angle-right me-2 text-primary"></i>
  3065.                 แทงหวย24
  3066.              </h6>
  3067.            </a>
  3068.          </div>
  3069.          
  3070.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3071.            <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3072.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3073.                <i class="ti-angle-right me-2 text-primary"></i>
  3074.                 football betting sites not on gamstop
  3075.              </h6>
  3076.            </a>
  3077.          </div>
  3078.          
  3079.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3080.            <a href="https://realrussia.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3081.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3082.                <i class="ti-angle-right me-2 text-primary"></i>
  3083.                 new uk betting sites
  3084.              </h6>
  3085.            </a>
  3086.          </div>
  3087.          
  3088.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3089.            <a href="https://indyonline.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3090.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3091.                <i class="ti-angle-right me-2 text-primary"></i>
  3092.                 gambling sites not on GamStop
  3093.              </h6>
  3094.            </a>
  3095.          </div>
  3096.          
  3097.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3098.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3099.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3100.                <i class="ti-angle-right me-2 text-primary"></i>
  3101.                 Non GAMSTOP Casinos
  3102.              </h6>
  3103.            </a>
  3104.          </div>
  3105.          
  3106.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3107.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  3108.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3109.                <i class="ti-angle-right me-2 text-primary"></i>
  3110.                 Non Gamstop Casinos
  3111.              </h6>
  3112.            </a>
  3113.          </div>
  3114.          
  3115.  
  3116.        </div>
  3117.  
  3118.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3119.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3120.        </div> -->
  3121.      </div>
  3122.    </div>
  3123.    
  3124.  </div>
  3125.  
  3126. <!-- Sidebar V2 Styles -->
  3127. <style>
  3128.  .sidebar-widget {
  3129.    position: relative;
  3130.  }
  3131.  
  3132.  .widget-title {
  3133.    font-size: 1.1rem;
  3134.    font-weight: 700;
  3135.    display: inline-block;
  3136.    position: relative;
  3137.    z-index: 2;
  3138.    border-radius: 0;
  3139.  }
  3140.  
  3141.  /* Green arrow for August Blog Roll */
  3142.  .title-arrow::after {
  3143.    content: '';
  3144.    position: absolute;
  3145.    top: 0;
  3146.    right: -22px;
  3147.    width: 0;
  3148.    height: 0;
  3149.    border-left: 22px solid var(--bs-primary);
  3150.    border-top: 22px solid transparent;
  3151.    border-bottom: 22px solid transparent;
  3152.    z-index: 1;
  3153.  }
  3154.  
  3155.  /* Blue arrow for Recent Posts */
  3156.  .title-arrow-primary::after {
  3157.    content: '';
  3158.    position: absolute;
  3159.    top: 0;
  3160.    right: -22px;
  3161.    width: 0;
  3162.    height: 0;
  3163.    border-left: 22px solid var(--bs-primary);
  3164.    border-top: 22px solid transparent;
  3165.    border-bottom: 22px solid transparent;
  3166.    z-index: 1;
  3167.  }
  3168.  
  3169.  .widget-content {
  3170.    margin-top: -1px;
  3171.    position: relative;
  3172.    z-index: 1;
  3173.     background-color: var(--card-bg);
  3174.  }
  3175.  
  3176.  /* Blog Roll Items Hover Effects */
  3177.  .blog-roll-item:hover .post-title {
  3178.    color: #198754 !important;
  3179.    transform: translateX(5px);
  3180.    transition: all 0.3s ease;
  3181.  }
  3182.  
  3183.  /* Recent Post Items Hover Effects */
  3184.  .recent-post-item:hover .post-title a {
  3185.    color: #0d6efd !important;
  3186.    transition: color 0.3s ease;
  3187.  }
  3188.  
  3189.  .recent-post-item:hover .post-image img {
  3190.    transform: scale(1.05);
  3191.    transition: transform 0.3s ease;
  3192.  }
  3193.  
  3194.  /* Button Hover Effects */
  3195.  .btn:hover {
  3196.    transform: translateY(-2px);
  3197.    transition: all 0.3s ease;
  3198.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3199.  }
  3200.  
  3201.  /* Badge Hover Effects */
  3202.  .badge:hover {
  3203.    transform: scale(1.05);
  3204.    transition: transform 0.3s ease;
  3205.  }
  3206.  
  3207.  @media (max-width: 991px) {
  3208.    .sidebar {
  3209.      margin-top: 3rem;
  3210.    }
  3211.  }
  3212.  
  3213.  @media (max-width: 576px) {
  3214.    .widget-title {
  3215.      font-size: 1rem;
  3216.      padding: 0.75rem 1rem !important;
  3217.    }
  3218.  
  3219.    .title-arrow::after,
  3220.    .title-arrow-primary::after {
  3221.      right: -18px;
  3222.      border-left-width: 18px;
  3223.      border-top-width: 18px;
  3224.      border-bottom-width: 18px;
  3225.    }
  3226.  
  3227.    .post-image {
  3228.      width: 70px !important;
  3229.      height: 55px !important;
  3230.    }
  3231.  
  3232.    .blog-meta {
  3233.      flex-direction: column !important;
  3234.      align-items: flex-start !important;
  3235.      gap: 0.5rem;
  3236.    }
  3237.  }
  3238. </style>
  3239.  
  3240.    
  3241.            </div>
  3242.      </div>
  3243.    </div>
  3244.  </section>
  3245.  
  3246.  <script>
  3247.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  3248.    document.addEventListener('DOMContentLoaded', function () {
  3249.      // Fallback if IntersectionObserver unavailable
  3250.      if (!('IntersectionObserver' in window)) {
  3251.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  3252.        return;
  3253.      }
  3254.  
  3255.      let lastY = window.pageYOffset || 0;
  3256.      let scrollDir = 'down';
  3257.      let ticking = false;
  3258.  
  3259.      // Jank-free scroll direction tracking
  3260.      window.addEventListener('scroll', () => {
  3261.        const y = window.pageYOffset || 0;
  3262.        if (!ticking) {
  3263.          requestAnimationFrame(() => {
  3264.            scrollDir = y > lastY ? 'down' : 'up';
  3265.            lastY = y <= 0 ? 0 : y;
  3266.            ticking = false;
  3267.          });
  3268.          ticking = true;
  3269.        }
  3270.      }, { passive: true });
  3271.  
  3272.      const options = {
  3273.        threshold: 0.18,
  3274.        rootMargin: '0px 0px -8% 0px'
  3275.      };
  3276.  
  3277.      const io = new IntersectionObserver((entries) => {
  3278.        entries.forEach((entry) => {
  3279.          const el = entry.target;
  3280.  
  3281.          if (entry.isIntersecting) {
  3282.            // direction-based class
  3283.            el.classList.remove('fade-up', 'fade-down');
  3284.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  3285.  
  3286.            // smooth timing (override-able per element via CSS vars)
  3287.            if (!el.style.getPropertyValue('--dur')) {
  3288.              el.style.setProperty('--dur', '700ms');
  3289.            }
  3290.            if (!el.style.getPropertyValue('--ease')) {
  3291.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  3292.            }
  3293.  
  3294.            el.classList.add('fade-show');
  3295.          } else {
  3296.            // re-animate when re-entering
  3297.            el.classList.remove('fade-show');
  3298.          }
  3299.        });
  3300.      }, options);
  3301.  
  3302.      // Observe all fade targets with a light stagger
  3303.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  3304.      nodes.forEach((el, i) => {
  3305.        // 0–5 -> 0–300ms stagger (loops every 6)
  3306.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  3307.        io.observe(el);
  3308.      });
  3309.    });
  3310.  </script>
  3311.  
  3312.  
  3313.    
  3314.        
  3315.        <!-- end wpo-blog-highlights-section -->
  3316.        <!-- start wpo-blog-sponsored-section -->
  3317.        
  3318.  
  3319.  
  3320.  
  3321.    
  3322.  
  3323.  
  3324.  
  3325. <style>
  3326.    .sponsored-section-v3 {
  3327.        padding: 50px 0;
  3328.    }
  3329.    
  3330.    .sponsored-card-v3 {
  3331.        background: var(--card-bg);
  3332.        border: 1px solid var(--border-color);
  3333.        border-radius: 4px;
  3334.        transition: transform 0.3s ease;
  3335.        height: 100%;
  3336.    }
  3337.    
  3338.    .sponsored-card-v3:hover {
  3339.        transform: scale(1.02);
  3340.    }
  3341.    
  3342.    .sponsored-image-v3 {
  3343.        position: relative;
  3344.        height: 170px;
  3345.        border-bottom: 1px solid var(--border-color);
  3346.    }
  3347.    
  3348.    .sponsored-image-v3 img {
  3349.        width: 100%;
  3350.        height: 100%;
  3351.        object-fit: cover;
  3352.    }
  3353.    
  3354.    .sponsored-badge-v3 {
  3355.        position: absolute;
  3356.        top: 10px;
  3357.        right: 10px;
  3358.        padding: 5px 8px;
  3359.        font-size: 11px;
  3360.        font-weight: 600;
  3361.        text-transform: uppercase;
  3362.        border-radius: 50%;
  3363.    }
  3364.    
  3365.    .sponsored-content-v3 {
  3366.        position: relative;
  3367.        padding: 18px;
  3368.    }
  3369.    
  3370.    .sponsored-title-v3 {
  3371.        font-size: 16px;
  3372.        font-weight: 700;
  3373.        line-height: 1.5;
  3374.        margin-bottom: 8px;
  3375.    }
  3376.    
  3377.    .sponsored-title-v3 a {
  3378.        text-decoration: none;
  3379.        color: #333;
  3380.    }
  3381.    
  3382.    .sponsored-title-v3 a:hover {
  3383.        color: #0056b3; /* Darker blue for hover */
  3384.    }
  3385.    
  3386.    .sponsored-excerpt-v3 {
  3387.        font-size: 13px;
  3388.        font-weight: 400;
  3389.        color: #868e96;
  3390.        margin-bottom: 12px;
  3391.        line-height: 1.5;
  3392.    }
  3393.    
  3394.    .sponsored-meta-v3 {
  3395.        font-size: 12px;
  3396.        color: #6c757d;
  3397.    }
  3398.    
  3399.    .author-info-v3 {
  3400.        display: flex;
  3401.        align-items: center;
  3402.        gap: 6px;
  3403.        margin-bottom: 6px;
  3404.    }
  3405.    
  3406.    .sponsored-author-img-v3 {
  3407.        width: 24px;
  3408.        height: 24px;
  3409.        border-radius: 50%;
  3410.        object-fit: cover;
  3411.    }
  3412.    
  3413.    .section-title-sponsored-v3 {
  3414.        font-size: 2rem;
  3415.        font-weight: 600;
  3416.        text-align: left;
  3417.        margin-bottom: 25px;
  3418.        color: #333;
  3419.        border-bottom: 3px solid var(--bs-primary);
  3420.        padding-bottom: 10px;
  3421.    }
  3422.  
  3423.    @media (max-width: 768px) {
  3424.        .sponsored-section-v3 {
  3425.            padding: 30px 0;
  3426.        }
  3427.        .sponsored-content-v3 {
  3428.            padding: 15px;
  3429.        }
  3430.        .sponsored-title-v3 {
  3431.            font-size: 15px;
  3432.        }
  3433.        .sponsored-excerpt-v3 {
  3434.            font-size: 12px;
  3435.        }
  3436.        .section-title-sponsored-v3 {
  3437.            font-size: 1.8rem;
  3438.        }
  3439.    }
  3440. </style>
  3441.  
  3442. <section class="sponsored-section-v3">
  3443.    <div class="container-fluid fluid-container">
  3444.        <div class="row">
  3445.            <div class="col-12">
  3446.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3447.            </div>
  3448.        </div>
  3449.        
  3450.        <div class="row g-4">
  3451.            
  3452.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3453.                <div class="card sponsored-card-v3">
  3454.                    <div class="sponsored-image-v3">
  3455.                        
  3456.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3457.                        
  3458.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3459.                    </div>
  3460.                    <div class="sponsored-content-v3">
  3461.                        <h3 class="sponsored-title-v3">
  3462.                            <a href="/the-visionary-filmmaker-sets-the-record-straight-avatar-movies-are-not-made-by-computers/" class="top-color">
  3463.                            The Visionary Filmmaker Sets the Record Straight: ‘Avatar Movies Are Not Made By Computers’
  3464.                            </a>
  3465.                        </h3>
  3466.                        <p class="sponsored-excerpt-v3">
  3467.                            
  3468.                        </p>
  3469.                        <div class="sponsored-meta-v3">
  3470.                            <div class="author-info-v3">
  3471.                                
  3472.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" style="object-fit: cover;" class="sponsored-author-img-v3">
  3473.                                
  3474.                                <span>
  3475.                                    Jonathan Smith
  3476.                                </span>
  3477.                            </div>
  3478.                            <div class="d-flex gap-2">
  3479.                                <i class="ti-calendar"></i> 11 May 2026
  3480.                            </div>
  3481.                        </div>
  3482.                    </div>
  3483.                </div>
  3484.            </div>
  3485.            
  3486.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3487.                <div class="card sponsored-card-v3">
  3488.                    <div class="sponsored-image-v3">
  3489.                        
  3490.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3491.                        
  3492.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3493.                    </div>
  3494.                    <div class="sponsored-content-v3">
  3495.                        <h3 class="sponsored-title-v3">
  3496.                            <a href="/restrained-solitary-and-frightened-the-bleak-reality-for-female-prisoners-compelled-to-have-their-babies-in-incarceration/" class="top-color">
  3497.                            Restrained, Solitary and Frightened: The Bleak Reality for Female Prisoners Compelled to Have Their Babies in Incarceration.
  3498.                            </a>
  3499.                        </h3>
  3500.                        <p class="sponsored-excerpt-v3">
  3501.                            
  3502.                        </p>
  3503.                        <div class="sponsored-meta-v3">
  3504.                            <div class="author-info-v3">
  3505.                                
  3506.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" style="object-fit: cover;" class="sponsored-author-img-v3">
  3507.                                
  3508.                                <span>
  3509.                                    Jonathan Smith
  3510.                                </span>
  3511.                            </div>
  3512.                            <div class="d-flex gap-2">
  3513.                                <i class="ti-calendar"></i> 11 May 2026
  3514.                            </div>
  3515.                        </div>
  3516.                    </div>
  3517.                </div>
  3518.            </div>
  3519.            
  3520.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3521.                <div class="card sponsored-card-v3">
  3522.                    <div class="sponsored-image-v3">
  3523.                        
  3524.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3525.                        
  3526.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3527.                    </div>
  3528.                    <div class="sponsored-content-v3">
  3529.                        <h3 class="sponsored-title-v3">
  3530.                            <a href="/an-tale-of-unexpected-generosity-when-a-university-student-allowed-me-to-stay-on-her-dormitory-floor/" class="top-color">
  3531.                            An Tale of Unexpected Generosity: When a University Student Allowed Me to Stay on Her Dormitory Floor
  3532.                            </a>
  3533.                        </h3>
  3534.                        <p class="sponsored-excerpt-v3">
  3535.                            
  3536.                        </p>
  3537.                        <div class="sponsored-meta-v3">
  3538.                            <div class="author-info-v3">
  3539.                                
  3540.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" style="object-fit: cover;" class="sponsored-author-img-v3">
  3541.                                
  3542.                                <span>
  3543.                                    Jonathan Smith
  3544.                                </span>
  3545.                            </div>
  3546.                            <div class="d-flex gap-2">
  3547.                                <i class="ti-calendar"></i> 11 May 2026
  3548.                            </div>
  3549.                        </div>
  3550.                    </div>
  3551.                </div>
  3552.            </div>
  3553.            
  3554.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3555.                <div class="card sponsored-card-v3">
  3556.                    <div class="sponsored-image-v3">
  3557.                        
  3558.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3559.                        
  3560.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3561.                    </div>
  3562.                    <div class="sponsored-content-v3">
  3563.                        <h3 class="sponsored-title-v3">
  3564.                            <a href="/amid-those-bombed-out-remains-of-an-apartment-block-i-encountered-a-volume-id-translated/" class="top-color">
  3565.                            Amid those Bombed-Out Remains of an Apartment Block, I Encountered a Volume I’d Translated
  3566.                            </a>
  3567.                        </h3>
  3568.                        <p class="sponsored-excerpt-v3">
  3569.                            
  3570.                        </p>
  3571.                        <div class="sponsored-meta-v3">
  3572.                            <div class="author-info-v3">
  3573.                                
  3574.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" style="object-fit: cover;" class="sponsored-author-img-v3">
  3575.                                
  3576.                                <span>
  3577.                                    Jonathan Smith
  3578.                                </span>
  3579.                            </div>
  3580.                            <div class="d-flex gap-2">
  3581.                                <i class="ti-calendar"></i> 11 May 2026
  3582.                            </div>
  3583.                        </div>
  3584.                    </div>
  3585.                </div>
  3586.            </div>
  3587.            
  3588.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3589.                <div class="card sponsored-card-v3">
  3590.                    <div class="sponsored-image-v3">
  3591.                        
  3592.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3593.                        
  3594.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3595.                    </div>
  3596.                    <div class="sponsored-content-v3">
  3597.                        <h3 class="sponsored-title-v3">
  3598.                            <a href="/three-xbox-game-pass-titles-we-are-enjoying-this-weekend-october-10-12/" class="top-color">
  3599.                            Three Xbox Game Pass Titles We Are Enjoying This Weekend (October 10-12)
  3600.                            </a>
  3601.                        </h3>
  3602.                        <p class="sponsored-excerpt-v3">
  3603.                            
  3604.                        </p>
  3605.                        <div class="sponsored-meta-v3">
  3606.                            <div class="author-info-v3">
  3607.                                
  3608.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" style="object-fit: cover;" class="sponsored-author-img-v3">
  3609.                                
  3610.                                <span>
  3611.                                    Jonathan Smith
  3612.                                </span>
  3613.                            </div>
  3614.                            <div class="d-flex gap-2">
  3615.                                <i class="ti-calendar"></i> 11 May 2026
  3616.                            </div>
  3617.                        </div>
  3618.                    </div>
  3619.                </div>
  3620.            </div>
  3621.            
  3622.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3623.                <div class="card sponsored-card-v3">
  3624.                    <div class="sponsored-image-v3">
  3625.                        
  3626.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3627.                        
  3628.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3629.                    </div>
  3630.                    <div class="sponsored-content-v3">
  3631.                        <h3 class="sponsored-title-v3">
  3632.                            <a href="/daily-existence-for-one-hundred-twenty-thousand-refugees-in-mauritanias-extensive-mbera-camp-on-the-malians-frontier/" class="top-color">
  3633.                            Daily Existence for one hundred twenty thousand Refugees in Mauritania&#x27;s Extensive Mbera Camp on the Malians Frontier.
  3634.                            </a>
  3635.                        </h3>
  3636.                        <p class="sponsored-excerpt-v3">
  3637.                            
  3638.                        </p>
  3639.                        <div class="sponsored-meta-v3">
  3640.                            <div class="author-info-v3">
  3641.                                
  3642.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4f411979-ecff-400a-8ed3-1f94aff81dd1_profile.png" alt="Jonathan Smith" style="object-fit: cover;" class="sponsored-author-img-v3">
  3643.                                
  3644.                                <span>
  3645.                                    Jonathan Smith
  3646.                                </span>
  3647.                            </div>
  3648.                            <div class="d-flex gap-2">
  3649.                                <i class="ti-calendar"></i> 11 May 2026
  3650.                            </div>
  3651.                        </div>
  3652.                    </div>
  3653.                </div>
  3654.            </div>
  3655.            
  3656.        </div>
  3657.    </div>
  3658. </section>
  3659.  
  3660.  
  3661.    
  3662.        <!-- end wpo-blog-sponsored-section -->
  3663.        <!-- start wpo-subscribe-section -->
  3664.        
  3665.        <!-- end subscribe-section -->
  3666.        <!-- start of wpo-site-footer-section -->
  3667.        
  3668.  
  3669.  
  3670.  
  3671.  
  3672.  
  3673. <footer class="wpo-site-footer-v5 bg-primary-gradient">
  3674.  <!-- Top Layer: Logo & Tagline -->
  3675.  <div class="footer-top-layer py-5 text-center">
  3676.    <div class="container-fluid fluid-container">
  3677.      <div class="row">
  3678.        <div class="col-12">
  3679.          <div class="brand-logo">
  3680.            
  3681.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/308bb50a-6653-4d26-a6fb-c59e6b883600_logo.png" alt="World Modern Plus" class="footer-logo" />
  3682.            
  3683.            <p class="brand-tagline mt-2">Explore the latest trends in modern living, design innovation, and lifestyle tips from the UK. Discover insights on technology, home decor, and sustainable living.</p>
  3684.          </div>
  3685.        </div>
  3686.      </div>
  3687.    </div>
  3688.  </div>
  3689.  
  3690.  <!-- Content Layer: Full-Width Bands -->
  3691.  <div class="footer-content-layer pt-4">
  3692.    <div class="container-fluid fluid-container">
  3693.      <!-- Quick Links -->
  3694.      <div class="row">
  3695.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  3696.          <h5 class="column-title">Quick Links</h5>
  3697.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3698.            
  3699.              <li>
  3700.                <a class="menu-link" href="/virginias-new-governor-makes-history-as-virginias-initial-woman-governor/">Virginia&#x27;s New Governor Makes History as Virginia&#x27;s Initial Woman Governor</a>
  3701.              </li>
  3702.            
  3703.              <li>
  3704.                <a class="menu-link" href="/when-did-i-get-that-attractive-the-rock-legend-on-watching-jeremy-allen-white-play-him-in-film/">‘When Did I Get That Attractive?’: The Rock Legend on Watching Jeremy Allen White Play Him In Film</a>
  3705.              </li>
  3706.            
  3707.              <li>
  3708.                <a class="menu-link" href="/jennifer-waltons-first-record-daughters-explores-grief-and-style/">Jennifer Walton&#x27;s First Record &quot;Daughters&quot; Explores Grief and Style</a>
  3709.              </li>
  3710.            
  3711.              <li>
  3712.                <a class="menu-link" href="/gaza-conflict-in-visualizations-after-24-months-of-hostilities/">Gaza Conflict in Visualizations After 24 Months of Hostilities</a>
  3713.              </li>
  3714.            
  3715.              <li>
  3716.                <a class="menu-link" href="/democratic-lawmakers-condemn-trump-after-he-claims-they-should-face-execution/">Democratic lawmakers Condemn Trump After He Claims They Should Face Execution</a>
  3717.              </li>
  3718.            
  3719.              <li>
  3720.                <a class="menu-link" href="/the-players-and-coaches-not-born-in-the-united-states/">The Players and Coaches Not Born in the United States</a>
  3721.              </li>
  3722.            
  3723.          </ul>
  3724.        </div>
  3725.      </div>
  3726.      <!-- Top Categories -->
  3727.      <div class="row">
  3728.        <div class="col-12 band-block pb-4  border-bottom">
  3729.          <h5 class="column-title">Top Categories</h5>
  3730.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  3731.            
  3732.              <li>
  3733.                <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3734.              </li>
  3735.            
  3736.              <li>
  3737.                <a class="menu-link" href="/category/business/">Business</a>
  3738.              </li>
  3739.            
  3740.              <li>
  3741.                <a class="menu-link" href="/category/esports/">Esports</a>
  3742.              </li>
  3743.            
  3744.              <li>
  3745.                <a class="menu-link" href="/category/fashion/">Fashion</a>
  3746.              </li>
  3747.            
  3748.              <li>
  3749.                <a class="menu-link" href="/category/featured/">Featured</a>
  3750.              </li>
  3751.            
  3752.          </ul>
  3753.        </div>
  3754.      </div>
  3755.      <!-- Blog Rolls -->
  3756.       <div class="row">
  3757.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  3758.          <h5 class="column-title">Blog Rolls</h5>
  3759.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  3760.            
  3761.            
  3762.  
  3763.            
  3764.            
  3765.              
  3766.            
  3767.          </ul>
  3768.        </div>
  3769.      </div>
  3770.    </div>
  3771.  </div>
  3772.  
  3773.  <!-- Bottom Layer -->
  3774.  <div class="footer-bottom-layer bg-primary text-white py-3">
  3775.    <div class="container-fluid fluid-container">
  3776.      <div class="row">
  3777.        <div class="col-12 text-center">
  3778.          <div class="bottom-content d-flex flex-wrap justify-content-center gap-3">
  3779.            <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3780.            <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3781.            <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3782.            <span class="copyright-info">&copy; 2026 <strong>World Modern Plus</strong>. All rights reserved.</span>
  3783.          </div>
  3784.        </div>
  3785.      </div>
  3786.    </div>
  3787.  </div>
  3788. </footer>
  3789.  
  3790. <style>
  3791.  
  3792. .footer-logo {
  3793.    height: 60px;
  3794.    width: auto;
  3795. }
  3796.  
  3797. .brand-title {
  3798.    font-size: 22px;
  3799.    font-weight: 800;
  3800.    color: white !important;
  3801.    margin: 0;
  3802. }
  3803.  
  3804. .brand-tagline {
  3805.    font-size: 14px;
  3806.    color: white !important;
  3807.    margin: 0;
  3808. }
  3809.  
  3810. .column-title {
  3811.    font-size: 16px;
  3812.    font-weight: 700;
  3813.    color:  white !important;
  3814.    margin-bottom: 12px;
  3815.    text-align: center;
  3816. }
  3817.  
  3818. .footer-menu {
  3819.    margin: 0;
  3820. }
  3821.  
  3822. .menu-link {
  3823.    color: white !important;
  3824.    text-decoration: none;
  3825.    font-size: 14px;
  3826.    font-weight: 600;
  3827.    transition: color 0.3s ease;
  3828. }
  3829.  
  3830.  
  3831. .footer-bottom-layer {
  3832.    font-size: 13px;
  3833. }
  3834.  
  3835. .utility-link {
  3836.    color: white !important;
  3837.    text-decoration: none;
  3838.    font-size: 13px;
  3839.    font-weight: 600;
  3840.    transition: color 0.3s ease;
  3841. }
  3842.  
  3843. .utility-link:hover {
  3844.    color: blue !important;
  3845. }
  3846.  
  3847. .copyright-info {
  3848.    font-size: 13px;
  3849.    font-weight: 600;
  3850. }
  3851.  
  3852. /* Responsive Design */
  3853. @media (max-width: 768px) {
  3854.    .footer-logo {
  3855.        height: 60px;
  3856.    }
  3857.    
  3858.    .column-title {
  3859.        font-size: 15px;
  3860.    }
  3861.    
  3862.    .menu-link {
  3863.        font-size: 13px;
  3864.    }
  3865. }
  3866.  
  3867. @media (max-width: 576px) {
  3868.    .brand-title {
  3869.        font-size: 20px;
  3870.    }
  3871.    
  3872.    .brand-tagline {
  3873.        font-size: 12px;
  3874.    }
  3875.    
  3876.    .cta-btn {
  3877.        font-size: 12px;
  3878.        padding: 5px 12px;
  3879.    }
  3880.    
  3881.    .band-block {
  3882.        border-left: 3px solid var(--primary-color);
  3883.    }
  3884. }
  3885. </style>
  3886.  
  3887. <script>
  3888. // Prevent default for placeholder links
  3889. document.addEventListener('DOMContentLoaded', function() {
  3890.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3891.        anchor.addEventListener('click', function(e) {
  3892.            e.preventDefault();
  3893.        });
  3894.    });
  3895. });
  3896. document.addEventListener('DOMContentLoaded', function () {
  3897.    var btn = document.getElementById('toggleBlogRollLinks');
  3898.    if (!btn) return; // No extra items, no button
  3899.  
  3900.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3901.  
  3902.    btn.addEventListener('click', function () {
  3903.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3904.            return li.classList.contains('d-none');
  3905.        });
  3906.  
  3907.        extras.forEach(function (li) {
  3908.            if (anyHidden) {
  3909.                li.classList.remove('d-none');
  3910.                li.classList.add('show');
  3911.            } else {
  3912.                li.classList.add('d-none');
  3913.                li.classList.remove('show');
  3914.            }
  3915.        });
  3916.  
  3917.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3918.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3919.    });
  3920. });
  3921.  
  3922. </script>
  3923.  
  3924.        <!-- end of wpo-site-footer-section -->
  3925.    </div>
  3926.    <!-- end of page-wrapper -->
  3927.  
  3928.    <!-- All JavaScript files
  3929.    ================================================== -->
  3930.    
  3931.  
  3932. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3933. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3934. <!-- Plugins for this template -->
  3935. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3936. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3937. <!-- Custom script for this template -->
  3938. <script src="/static/blogapp/assets/js/script.js"></script>
  3939.  
  3940. <script>
  3941. (function () {
  3942. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3943. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3944.  
  3945. function applyFallback(img) {
  3946. if (!img || img.dataset.fallbackApplied === "1") {
  3947. return;
  3948. }
  3949. var failedSrc = img.currentSrc || img.src || "";
  3950. img.dataset.fallbackApplied = "1";
  3951. img.onerror = null;
  3952. img.src = fallbackImageSrc;
  3953. console.warn("[ImageFallback] Replaced broken image:", {
  3954. failedSrc: failedSrc,
  3955. fallbackSrc: fallbackImageSrc,
  3956. alt: img.alt || "",
  3957. });
  3958. }
  3959.  
  3960. document.querySelectorAll("img").forEach(function (img) {
  3961. if (img.complete && img.naturalWidth === 0) {
  3962. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3963. failedSrc: img.currentSrc || img.src || "",
  3964. alt: img.alt || "",
  3965. });
  3966. applyFallback(img);
  3967. }
  3968. });
  3969.  
  3970. document.addEventListener(
  3971. "error",
  3972. function (event) {
  3973. var target = event.target;
  3974. if (target && target.tagName === "IMG") {
  3975. applyFallback(target);
  3976. }
  3977. },
  3978. true
  3979. );
  3980. })();
  3981. </script>
  3982.  
  3983. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3984.  
  3985.  
  3986.  
  3987. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"a21b0372ee9843878c44ed2d489e7bae","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3988. </body>
  3989.  
  3990. </html>
  3991.  
  3992.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda