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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="ptserif">
  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_21_1PVQsS4_0e6M5rv.png">
  14.    
  15.  
  16.    <title>Vivid Platform UK: Digital Innovation and Tech Insights Blog</title>
  17.    <meta name="description" content="Explore the latest in digital innovation, tech trends, and industry insights from the UK&#x27;s leading platform. Stay updated with expert analysis and practical advice.">
  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://vividplatform.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff6e40;
  42.        --bs-primary-rgb: ff6e40;
  43.        --bs-secondary: #78716c;
  44.        --bs-success: #10b981;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #f87171;
  48.        --bs-light: #fff7ed;
  49.        --bs-dark: #431407;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff6e40;
  53.        --theme-primary-color-s2: #ff6e40;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #431407;
  57.        --text-light-color: #676767;
  58.        --heading-color: #431407;
  59.        --border-color: #fed7aa;
  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: #fed7aa;
  75.        --navbar-color: #431407;
  76.        --topbar-bg: #fff7ed;
  77.        --topbar-color: #431407;
  78.        --footer-bg: #431407;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #fed7aa;
  82.        --card-radius: 10px;
  83.        --link-color: #ff6e40;
  84.        --link-hover: #e05a36;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 110, 64, 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_95">
  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.  
  406. <div class="topbar ">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row align-items-center ">
  409.      <div class="col  col-lg-9 col-md-9 col-sm-12 col-12">
  410.        <div class="contact-intro ">
  411.          <ul class="d-flex gap-2 align-items-center">
  412.            <li class="update ">
  413.              <span class="bg-primary-gradient text-nowrap">New Update</span>
  414.            </li>
  415.            <li class="top-color">
  416.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.                <p class="text-center mb-0">
  418.                  
  419.                  <a href="/spurs-relieve-strain-on-frank-as-xavi-simons-seals-straightforward-win-against-slavia-prague/" class="px-5 top-color">
  420.                    Spurs Relieve Strain on Frank as Xavi Simons Seals Straightforward Win Against Slavia Prague
  421.                  </a>
  422.                  
  423.                  <a href="/leonard-and-hungry-paul-review-a-calming-comedy-with-narration-from-the-famous-actress-provides-an-ideal-cure-to-contemporary-living/" class="px-5 top-color">
  424.                    Leonard and Hungry Paul Review: A Calming Comedy With Narration from the Famous Actress Provides an Ideal Cure to Contemporary Living
  425.                  </a>
  426.                  
  427.                  <a href="/how-to-ideal-butter-paneer-step-by-step-guide/" class="px-5 top-color">
  428.                    How to Ideal Butter Paneer – Step-by-Step Guide
  429.                  </a>
  430.                  
  431.                  <a href="/uk-and-scottish-governments-clash-over-who-should-pay-the-245-million-cost-for-donald-trump-and-vance-visits/" class="px-5 top-color">
  432.                    UK and Scottish Governments Clash Over Who Should Pay the £24.5 million Cost for Donald Trump and Vance Visits
  433.                  </a>
  434.                  
  435.                  <a href="/supreme-court-approves-newly-drawn-lone-star-state-congressional-maps/" class="px-5 top-color">
  436.                    Supreme Court Approves Newly Drawn Lone Star State Congressional Maps.
  437.                  </a>
  438.                  
  439.                </p>
  440.              </marquee>
  441.            </li>
  442.          </ul>
  443.        </div>
  444.      </div>
  445.      <div class="col col-lg-3 col-md-3 col-sm-12 col-12">
  446.        <div class="contact-info ">
  447.          <ul>
  448.            <li>
  449.              <a href="#" class="top-color"><i class="top-color ti-facebook"></i></a>
  450.            </li>
  451.            <li>
  452.              <a href="#" class="top-color"><i class="top-color ti-twitter-alt"></i></a>
  453.            </li>
  454.            <li>
  455.              <a href="#" class="top-color"><i class="top-color ti-instagram"></i></a>
  456.            </li>
  457.            <li>
  458.              <a href="#" class="top-color"><i class="top-color ti-google"></i></a>
  459.            </li>
  460.          </ul>
  461.        </div>
  462.      </div>
  463.    </div>
  464.  </div>
  465. </div>
  466.  
  467.  
  468.  
  469.  
  470.  
  471.            
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478. <header class="header-v10 mb-4">
  479.    <div class="container-fluid fluid-container">
  480.        <!-- Top Bar -->
  481.        <div class="top-bar-v10">
  482.            <div
  483.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  484.               <div class="col-lg-3 col-md-12 col-12">
  485.                    <div class="brand-section-v10">
  486.                        <a class="logo-link-v9" href="/">
  487.                            
  488.                                <span class="site-name">Vivid Platform UK</span>
  489.                            
  490.                        </a>
  491.                    </div>
  492.                </div>
  493.                <div class="col-lg-6 col-md-12 d-inline-block">
  494.                    <div class="search-container-v10">
  495.                        <form class="search-form-v10" action="#" method="get">
  496.                            <div class="search-group-v10">
  497.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  498.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  499.                                <button type="submit" class="search-button-v10">
  500.                                    <i class="ti-search"></i>
  501.                                </button>
  502.                            </div>
  503.                            <div id="search-results" class="search-results-container search-v1"></div>
  504.                        </form>
  505.                    </div>
  506.                </div>
  507.                <div class="col-12 ">
  508.                    <div class="header-utilities-v10">
  509.                        <div class="utility-item-v10 d-lg-none">
  510.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  511.                                <div class="menu-icon-v10">
  512.                                    <span class="menu-bar-v10"></span>
  513.                                    <span class="menu-bar-v10"></span>
  514.                                    <span class="menu-bar-v10"></span>
  515.                                </div>
  516.                            </button>
  517.                        </div>
  518.                    </div>
  519.                </div>
  520.            </div>
  521.        </div>
  522.  
  523.        <!-- Navigation Bar -->
  524.    <nav class="navigation-v10 d-none d-lg-block">
  525.    <div class="nav-container-v10">
  526.        <ul class="nav-menu-v10">
  527.  
  528.            
  529.            <li class="nav-item-v10">
  530.                <a href="/" class="nav-link-v10 active-v10">
  531.                    <div class="link-content-v10">
  532.                        <span class="link-text-v10">Home</span>
  533.                        <div class="link-indicator-v10"></div>
  534.                    </div>
  535.                </a>
  536.            </li>
  537.  
  538.            
  539.            
  540.                
  541.                    
  542.                    
  543.                        <li class="nav-item-v10">
  544.                            <a href="/category/all-posts/" class="nav-link-v10">
  545.                                <div class="link-content-v10">
  546.                                    <span class="link-text-v10">All Posts</span>
  547.                                    <div class="link-indicator-v10"></div>
  548.                                </div>
  549.                            </a>
  550.                        </li>
  551.                    
  552.  
  553.                
  554.  
  555.                
  556.                
  557.            
  558.                
  559.                    
  560.                    
  561.                        <li class="nav-item-v10">
  562.                            <a href="/category/business/" class="nav-link-v10">
  563.                                <div class="link-content-v10">
  564.                                    <span class="link-text-v10">Business</span>
  565.                                    <div class="link-indicator-v10"></div>
  566.                                </div>
  567.                            </a>
  568.                        </li>
  569.                    
  570.  
  571.                
  572.  
  573.                
  574.                
  575.            
  576.                
  577.                    
  578.                    
  579.                        <li class="nav-item-v10">
  580.                            <a href="/category/esports/" class="nav-link-v10">
  581.                                <div class="link-content-v10">
  582.                                    <span class="link-text-v10">Esports</span>
  583.                                    <div class="link-indicator-v10"></div>
  584.                                </div>
  585.                            </a>
  586.                        </li>
  587.                    
  588.  
  589.                
  590.  
  591.                
  592.                
  593.            
  594.                
  595.                    
  596.                    
  597.                        <li class="nav-item-v10">
  598.                            <a href="/category/fashion/" class="nav-link-v10">
  599.                                <div class="link-content-v10">
  600.                                    <span class="link-text-v10">Fashion</span>
  601.                                    <div class="link-indicator-v10"></div>
  602.                                </div>
  603.                            </a>
  604.                        </li>
  605.                    
  606.  
  607.                
  608.  
  609.                
  610.                
  611.            
  612.                
  613.                    
  614.                    
  615.                        <li class="nav-item-v10">
  616.                            <a href="/category/featured/" class="nav-link-v10">
  617.                                <div class="link-content-v10">
  618.                                    <span class="link-text-v10">Featured</span>
  619.                                    <div class="link-indicator-v10"></div>
  620.                                </div>
  621.                            </a>
  622.                        </li>
  623.                    
  624.  
  625.                
  626.  
  627.                
  628.                
  629.            
  630.                
  631.                    
  632.                    
  633.                        <li class="nav-item-v10">
  634.                            <a href="/category/gaming/" class="nav-link-v10">
  635.                                <div class="link-content-v10">
  636.                                    <span class="link-text-v10">Gaming</span>
  637.                                    <div class="link-indicator-v10"></div>
  638.                                </div>
  639.                            </a>
  640.                        </li>
  641.                    
  642.  
  643.                
  644.  
  645.                
  646.                
  647.            
  648.                
  649.                    
  650.                    
  651.                        <li class="nav-item-v10">
  652.                            <a href="/category/health/" class="nav-link-v10">
  653.                                <div class="link-content-v10">
  654.                                    <span class="link-text-v10">Health</span>
  655.                                    <div class="link-indicator-v10"></div>
  656.                                </div>
  657.                            </a>
  658.                        </li>
  659.                    
  660.  
  661.                
  662.  
  663.                
  664.                
  665.            
  666.                
  667.                    
  668.                    
  669.                        <li class="nav-item-v10">
  670.                            <a href="/category/life-fitness/" class="nav-link-v10">
  671.                                <div class="link-content-v10">
  672.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  673.                                    <div class="link-indicator-v10"></div>
  674.                                </div>
  675.                            </a>
  676.                        </li>
  677.                    
  678.  
  679.                
  680.  
  681.                
  682.                
  683.            
  684.                
  685.                    
  686.                    
  687.                        <li class="nav-item-v10">
  688.                            <a href="/category/lifestyle/" class="nav-link-v10">
  689.                                <div class="link-content-v10">
  690.                                    <span class="link-text-v10">Lifestyle</span>
  691.                                    <div class="link-indicator-v10"></div>
  692.                                </div>
  693.                            </a>
  694.                        </li>
  695.                    
  696.  
  697.                
  698.  
  699.                
  700.                
  701.            
  702.                
  703.                    
  704.                    <li class="nav-item-v10 has-submenu-v10">
  705.                        <a href="#" class="nav-link-v10">
  706.                            <div class="link-content-v10">
  707.                                <span class="link-text-v10">More</span>
  708.                                <div class="link-arrow-v10"></div>
  709.                                <div class="link-indicator-v10"></div>
  710.                            </div>
  711.                        </a>
  712.                        <div class="submenu-v10">
  713.                            <div class="submenu-content-v10">
  714.                                <div class="submenu-column-v10">
  715.                                    <ul class="submenu-links-v10">
  716.                                        <li>
  717.                                            <a href="/category/news/" class="submenu-link-v10">
  718.                                                News
  719.                                            </a>
  720.                                        </li>
  721.                
  722.  
  723.                
  724.                
  725.            
  726.                
  727.                                        <li>
  728.                                            <a href="/category/others/" class="submenu-link-v10">
  729.                                                Others
  730.                                            </a>
  731.                                        </li>
  732.                
  733.  
  734.                
  735.                
  736.            
  737.                
  738.                                        <li>
  739.                                            <a href="/category/politics/" class="submenu-link-v10">
  740.                                                Politics
  741.                                            </a>
  742.                                        </li>
  743.                
  744.  
  745.                
  746.                
  747.            
  748.                
  749.                                        <li>
  750.                                            <a href="/category/sports/" class="submenu-link-v10">
  751.                                                Sports
  752.                                            </a>
  753.                                        </li>
  754.                
  755.  
  756.                
  757.                
  758.            
  759.                
  760.                                        <li>
  761.                                            <a href="/category/tech/" class="submenu-link-v10">
  762.                                                Tech
  763.                                            </a>
  764.                                        </li>
  765.                
  766.  
  767.                
  768.                
  769.            
  770.                
  771.                                        <li>
  772.                                            <a href="/category/travel/" class="submenu-link-v10">
  773.                                                Travel
  774.                                            </a>
  775.                                        </li>
  776.                
  777.  
  778.                
  779.                
  780.                                    </ul>
  781.                                </div>
  782.                            </div>
  783.                        </div>
  784.                    </li>
  785.                
  786.            
  787.            <li class="nav-item-v10">
  788.                <a href="/page/contact-us/" class="nav-link-v10">
  789.                    <div class="link-content-v10">
  790.                        <span class="link-text-v10">Contact Us</span>
  791.                        <div class="link-indicator-v10"></div>
  792.                    </div>
  793.                </a>
  794.            </li>
  795.        </ul>
  796.    </div>
  797. </nav>
  798.  
  799.        <!-- Mobile Menu -->
  800.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  801.            <div class="mobile-menu-content-v10">
  802.                <ul class="mobile-menu-list-v10">
  803.  
  804.                    
  805.                    <li class="mobile-menu-item-v10">
  806.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  807.                            <span class="mobile-link-text-v10">Home</span>
  808.                        </a>
  809.                    </li>
  810.  
  811.                    
  812.                    
  813.                    
  814.                    <li class="mobile-menu-item-v10">
  815.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  816.                            <span class="mobile-link-text-v10">All Posts</span>
  817.                        </a>
  818.                    </li>
  819.                    
  820.                    
  821.                    
  822.                    <li class="mobile-menu-item-v10">
  823.                        <a href="/category/business/" class="mobile-menu-link-v10">
  824.                            <span class="mobile-link-text-v10">Business</span>
  825.                        </a>
  826.                    </li>
  827.                    
  828.                    
  829.                    
  830.                    <li class="mobile-menu-item-v10">
  831.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  832.                            <span class="mobile-link-text-v10">Esports</span>
  833.                        </a>
  834.                    </li>
  835.                    
  836.                    
  837.                    
  838.                    <li class="mobile-menu-item-v10">
  839.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  840.                            <span class="mobile-link-text-v10">Fashion</span>
  841.                        </a>
  842.                    </li>
  843.                    
  844.                    
  845.                    
  846.                    <li class="mobile-menu-item-v10">
  847.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  848.                            <span class="mobile-link-text-v10">Featured</span>
  849.                        </a>
  850.                    </li>
  851.                    
  852.                    
  853.                    
  854.                    <li class="mobile-menu-item-v10">
  855.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  856.                            <span class="mobile-link-text-v10">Gaming</span>
  857.                        </a>
  858.                    </li>
  859.                    
  860.                    
  861.                    
  862.                    <li class="mobile-menu-item-v10">
  863.                        <a href="/category/health/" class="mobile-menu-link-v10">
  864.                            <span class="mobile-link-text-v10">Health</span>
  865.                        </a>
  866.                    </li>
  867.                    
  868.                    
  869.                    
  870.                    <li class="mobile-menu-item-v10">
  871.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  872.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  873.                        </a>
  874.                    </li>
  875.                    
  876.                    
  877.                    
  878.                    <li class="mobile-menu-item-v10">
  879.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  880.                            <span class="mobile-link-text-v10">Lifestyle</span>
  881.                        </a>
  882.                    </li>
  883.                    
  884.                    
  885.                    
  886.                    <li class="mobile-menu-item-v10">
  887.                        <a href="/category/news/" class="mobile-menu-link-v10">
  888.                            <span class="mobile-link-text-v10">News</span>
  889.                        </a>
  890.                    </li>
  891.                    
  892.                    
  893.                    
  894.                    <li class="mobile-menu-item-v10">
  895.                        <a href="/category/others/" class="mobile-menu-link-v10">
  896.                            <span class="mobile-link-text-v10">Others</span>
  897.                        </a>
  898.                    </li>
  899.                    
  900.                    
  901.                    
  902.                    <li class="mobile-menu-item-v10">
  903.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  904.                            <span class="mobile-link-text-v10">Politics</span>
  905.                        </a>
  906.                    </li>
  907.                    
  908.                    
  909.                    
  910.                    <li class="mobile-menu-item-v10">
  911.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  912.                            <span class="mobile-link-text-v10">Sports</span>
  913.                        </a>
  914.                    </li>
  915.                    
  916.                    
  917.                    
  918.                    <li class="mobile-menu-item-v10">
  919.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  920.                            <span class="mobile-link-text-v10">Tech</span>
  921.                        </a>
  922.                    </li>
  923.                    
  924.                    
  925.                    
  926.                    <li class="mobile-menu-item-v10">
  927.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  928.                            <span class="mobile-link-text-v10">Travel</span>
  929.                        </a>
  930.                    </li>
  931.                    
  932.                    
  933.  
  934.                </ul>
  935.            </div>
  936.        </div>
  937.  
  938.    </div>
  939. </header>
  940.  
  941. <style>
  942.    .logo-link-v9 img{
  943.        height: 70px;
  944.        width: auto;
  945.        object-fit: cover;
  946.    }
  947.    /* Navbar V10 Styles - Modern Two-Tier Design */
  948.    .header-v10 {
  949.        background: var(--navbar-bg);
  950.        margin-bottom: 10px;
  951.        position: relative;
  952.    }
  953.  
  954.    /* Top Bar */
  955.    .top-bar-v10 {
  956.        padding: 16px 0;
  957.    }
  958.  
  959.    /* Brand Section */
  960.    .brand-section-v10 {
  961.        display: flex;
  962.        align-items: center;
  963.    }
  964.  
  965.    .brand-link-v10 {
  966.        display: flex;
  967.        align-items: center;
  968.        text-decoration: none;
  969.    }
  970.  
  971.    .brand-icon-v10 {
  972.        width: 48px;
  973.        height: 48px;
  974.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  975.        border-radius: 12px;
  976.        display: flex;
  977.        align-items: center;
  978.        justify-content: center;
  979.        padding: 8px;
  980.    }
  981.  
  982.    .brand-img-v10 {
  983.        max-width: 100%;
  984.        max-height: 100%;
  985.        filter: brightness(0) invert(1);
  986.    }
  987.  
  988.    /* Search Container */
  989.    .search-container-v10 {
  990.        max-width: 500px;
  991.        margin-left: auto;
  992.    }
  993.  
  994.    .search-group-v10 {
  995.        display: flex;
  996.        align-items: center;
  997.        background: #f9fafb;
  998.        border: 2px solid #e5e7eb;
  999.        border-radius: 12px;
  1000.        overflow: hidden;
  1001.        transition: all 0.3s ease;
  1002.    }
  1003.  
  1004.    .search-group-v10:focus-within {
  1005.        background: #ffffff;
  1006.        border-color: #3b82f6;
  1007.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  1008.    }
  1009.  
  1010.    .search-icon-wrapper-v10 {
  1011.        padding: 12px 16px;
  1012.        display: flex;
  1013.        align-items: center;
  1014.    }
  1015.  
  1016.    .search-icon-v10 {
  1017.        width: 16px;
  1018.        height: 16px;
  1019.        background: #9ca3af;
  1020.        border-radius: 50%;
  1021.        position: relative;
  1022.    }
  1023.  
  1024.    .search-icon-v10::after {
  1025.        content: '';
  1026.        position: absolute;
  1027.        top: 12px;
  1028.        left: 12px;
  1029.        width: 6px;
  1030.        height: 1px;
  1031.        background: #9ca3af;
  1032.        transform: rotate(45deg);
  1033.    }
  1034.  
  1035.    .search-field-v10 {
  1036.        flex: 1;
  1037.        border: none;
  1038.        background: transparent;
  1039.        font-size: 15px;
  1040.        padding: 12px 0;
  1041.        outline: none;
  1042.        color: #1f2937;
  1043.    }
  1044.  
  1045.    .search-field-v10::placeholder {
  1046.        color: #9ca3af;
  1047.    }
  1048.  
  1049.    .search-button-v10 {
  1050.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1051.        color: white;
  1052.        border: none;
  1053.        padding: 14px 15px;
  1054.        font-weight: 600;
  1055.        cursor: pointer;
  1056.        transition: all 0.3s ease;
  1057.    }
  1058.  
  1059.    .search-button-v10:hover {
  1060.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1061.    }
  1062.  
  1063.    /* Header Utilities */
  1064.    .header-utilities-v10 {
  1065.        display: flex;
  1066.        align-items: center;
  1067.        justify-content: flex-end;
  1068.        gap: 8px;
  1069.    }
  1070.  
  1071.    .utility-item-v10 {
  1072.        display: flex;
  1073.    }
  1074.  
  1075.    .theme-toggle-v10,
  1076.    .mobile-search-v10,
  1077.    .menu-trigger-v10 {
  1078.        background: #f9fafb;
  1079.        border: 1px solid #e5e7eb;
  1080.        border-radius: 8px;
  1081.        padding: 10px;
  1082.        cursor: pointer;
  1083.        transition: all 0.3s ease;
  1084.    }
  1085.  
  1086.    .mobile-search-v10:hover,
  1087.    .menu-trigger-v10:hover {
  1088.        background: #f3f4f6;
  1089.        border-color: #d1d5db;
  1090.    }
  1091.  
  1092.    .mobile-search-icon-v10 {
  1093.        width: 16px;
  1094.        height: 16px;
  1095.        background: #6b7280;
  1096.        border-radius: 50%;
  1097.    }
  1098.  
  1099.    .menu-icon-v10 {
  1100.        display: flex;
  1101.        flex-direction: column;
  1102.        gap: 3px;
  1103.        width: 16px;
  1104.    }
  1105.  
  1106.    .menu-bar-v10 {
  1107.        height: 2px;
  1108.        background: #6b7280;
  1109.        border-radius: 1px;
  1110.        transition: all 0.3s ease;
  1111.    }
  1112.  
  1113.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1114.        transform: rotate(45deg) translate(4px, 4px);
  1115.    }
  1116.  
  1117.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1118.        opacity: 0;
  1119.    }
  1120.  
  1121.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1122.        transform: rotate(-45deg) translate(6px, -6px);
  1123.    }
  1124.  
  1125.    /* Navigation */
  1126.    .navigation-v10 {
  1127.        background: var(--navbar-bg);
  1128.    }
  1129.  
  1130.    .nav-container-v10 {
  1131.        padding: 0;
  1132.        display: flex;
  1133.        justify-content: flex-end;
  1134.    }
  1135.  
  1136.    .nav-menu-v10 {
  1137.        list-style: none;
  1138.        padding: 0;
  1139.        margin: 0;
  1140.        display: flex;
  1141.        align-items: stretch;
  1142.    }
  1143.  
  1144.    .nav-item-v10 {
  1145.        position: relative;
  1146.    }
  1147.  
  1148.    .nav-link-v10 {
  1149.        color: #374151;
  1150.        text-decoration: none;
  1151.        display: block;
  1152.        transition: all 0.3s ease;
  1153.    }
  1154.  
  1155.    .link-content-v10 {
  1156.        padding: 16px 20px;
  1157.        display: flex;
  1158.        align-items: center;
  1159.        gap: 6px;
  1160.        position: relative;
  1161.    }
  1162.  
  1163.    .link-text-v10 {
  1164.        font-size: 15px;
  1165.        font-weight: 600;
  1166.    }
  1167.  
  1168.    .link-arrow-v10 {
  1169.        width: 0;
  1170.        height: 0;
  1171.        border-left: 3px solid transparent;
  1172.        border-right: 3px solid transparent;
  1173.        border-top: 3px solid currentColor;
  1174.        transition: transform 0.3s ease;
  1175.    }
  1176.  
  1177.    .link-indicator-v10 {
  1178.        position: absolute;
  1179.        bottom: 0;
  1180.        left: 0;
  1181.        right: 0;
  1182.        height: 3px;
  1183.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1184.        transform: scaleX(0);
  1185.        transition: transform 0.3s ease;
  1186.    }
  1187.  
  1188.    .nav-link-v10:hover,
  1189.    .nav-link-v10.active-v10 {
  1190.        color: white !important;
  1191.        background: var(--bs-primary);
  1192.    }
  1193.  
  1194.    .nav-link-v10:hover .link-indicator-v10,
  1195.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1196.        transform: scaleX(1);
  1197.    }
  1198.  
  1199.    .has-submenu-v10:hover .link-arrow-v10 {
  1200.        transform: rotate(180deg);
  1201.    }
  1202.  
  1203.    /* Submenu */
  1204.    .submenu-v10 {
  1205.        position: absolute;
  1206.        top: 100%;
  1207.        left: 0;
  1208.        background: #ffffff;
  1209.        border: 1px solid #e5e7eb;
  1210.        border-radius: 12px;
  1211.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1212.        opacity: 0;
  1213.        visibility: hidden;
  1214.        transform: translateY(-8px);
  1215.        transition: all 0.3s ease;
  1216.        z-index: 1000;
  1217.        min-width: 400px;
  1218.        padding: 24px;
  1219.        margin-top: 8px;
  1220.    }
  1221.  
  1222.    .has-submenu-v10:hover .submenu-v10 {
  1223.        opacity: 1;
  1224.        visibility: visible;
  1225.        transform: translateY(0);
  1226.    }
  1227.  
  1228.    .submenu-content-v10 {
  1229.        display: grid;
  1230.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1231.        gap: 24px;
  1232.    }
  1233.  
  1234.    .submenu-title-v10 {
  1235.        font-size: 13px;
  1236.        font-weight: 700;
  1237.        color: #3b82f6;
  1238.        margin-bottom: 12px;
  1239.        text-transform: uppercase;
  1240.        letter-spacing: 0.5px;
  1241.    }
  1242.  
  1243.    .submenu-links-v10 {
  1244.        list-style: none;
  1245.        padding: 0;
  1246.        margin: 0;
  1247.    }
  1248.  
  1249.    .submenu-link-v10 {
  1250.        display: block;
  1251.        color: #6b7280 !important;
  1252.        text-decoration: none;
  1253.        font-size: 14px;
  1254.        padding: 8px 0;
  1255.        transition: color 0.3s ease;
  1256.    }
  1257.  
  1258.    .submenu-link-v10:hover {
  1259.        color: #3b82f6 !important;
  1260.    }
  1261.  
  1262.    /* Mobile Search Panel */
  1263.    .mobile-search-panel-v10 {
  1264.        background: #f9fafb;
  1265.        border-bottom: 1px solid #e5e7eb;
  1266.        padding: 12px 0;
  1267.        max-height: 0;
  1268.        overflow: hidden;
  1269.        transition: all 0.3s ease;
  1270.    }
  1271.  
  1272.    .mobile-search-panel-v10.show-v10 {
  1273.        max-height: 80px;
  1274.    }
  1275.  
  1276.    .mobile-search-wrapper-v10 {
  1277.        display: flex;
  1278.        align-items: center;
  1279.        background: #ffffff;
  1280.        border: 1px solid #e5e7eb;
  1281.        border-radius: 8px;
  1282.        overflow: hidden;
  1283.    }
  1284.  
  1285.    .mobile-search-input-v10 {
  1286.        flex: 1;
  1287.        border: none;
  1288.        padding: 12px 16px;
  1289.        font-size: 15px;
  1290.        outline: none;
  1291.        background: transparent;
  1292.    }
  1293.  
  1294.    .mobile-search-btn-v10 {
  1295.        background: #3b82f6;
  1296.        border: none;
  1297.        padding: 12px 16px;
  1298.        cursor: pointer;
  1299.    }
  1300.  
  1301.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1302.        background: white;
  1303.    }
  1304.  
  1305.    /* Mobile Menu */
  1306.    .mobile-menu-v10 {
  1307.        background: #ffffff;
  1308.        border-bottom: 1px solid #e5e7eb;
  1309.        max-height: 0;
  1310.        overflow: hidden;
  1311.        transition: all 0.4s ease;
  1312.    }
  1313.  
  1314.    .mobile-menu-v10.show-v10 {
  1315.        max-height: 500px;
  1316.    }
  1317.  
  1318.    .mobile-menu-content-v10 {
  1319.        padding: 16px 30px;
  1320.    }
  1321.  
  1322.    .mobile-menu-list-v10 {
  1323.        list-style: none;
  1324.        padding: 0;
  1325.        margin: 0;
  1326.    }
  1327.  
  1328.    .mobile-menu-item-v10 {
  1329.        border-bottom: 1px solid #f3f4f6;
  1330.    }
  1331.  
  1332.    .mobile-menu-link-v10,
  1333.    .mobile-menu-toggle-v10 {
  1334.        display: flex;
  1335.        align-items: center;
  1336.        justify-content: space-between;
  1337.        color: #374151;
  1338.        text-decoration: none;
  1339.        font-size: 16px;
  1340.        font-weight: 600;
  1341.        padding: 16px 0;
  1342.        transition: color 0.3s ease;
  1343.        background: none;
  1344.        border: none;
  1345.        width: 100%;
  1346.        cursor: pointer;
  1347.    }
  1348.  
  1349.    .mobile-menu-link-v10:hover,
  1350.    .mobile-menu-toggle-v10:hover,
  1351.    .mobile-menu-link-v10.active-v10 {
  1352.        color: var(--bs-light);
  1353.    }
  1354.  
  1355.    .mobile-toggle-arrow-v10 {
  1356.        width: 0;
  1357.        height: 0;
  1358.        border-left: 4px solid transparent;
  1359.        border-right: 4px solid transparent;
  1360.        border-top: 4px solid currentColor;
  1361.        transition: transform 0.3s ease;
  1362.    }
  1363.  
  1364.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1365.        transform: rotate(180deg);
  1366.    }
  1367.  
  1368.    .mobile-submenu-v10 {
  1369.        list-style: none;
  1370.        padding: 0;
  1371.        margin: 0;
  1372.        max-height: 0;
  1373.        overflow: hidden;
  1374.        transition: all 0.3s ease;
  1375.        background: #f9fafb;
  1376.    }
  1377.  
  1378.    .mobile-submenu-v10.show-v10 {
  1379.        max-height: 200px;
  1380.        padding: 8px 0;
  1381.    }
  1382.  
  1383.    .mobile-submenu-link-v10 {
  1384.        display: block;
  1385.        color: #6b7280;
  1386.        text-decoration: none;
  1387.        font-size: 14px;
  1388.        padding: 10px 20px;
  1389.        transition: color 0.3s ease;
  1390.    }
  1391.  
  1392.    .mobile-submenu-link-v10:hover {
  1393.        color: #3b82f6;
  1394.    }
  1395.  
  1396.    /* Responsive Design */
  1397.    @media (max-width: 768px) {
  1398.        .top-bar-v10 {
  1399.            padding: 12px 0;
  1400.        }
  1401.  
  1402.        .brand-icon-v10 {
  1403.            width: 40px;
  1404.            height: 40px;
  1405.        }
  1406.  
  1407.        .brand-name-v10 {
  1408.            font-size: 18px;
  1409.        }
  1410.  
  1411.        .brand-tagline-v10 {
  1412.            font-size: 11px;
  1413.        }
  1414.    }
  1415.  
  1416.    @media (max-width: 576px) {
  1417.        .brand-text-v10 {
  1418.            display: none;
  1419.        }
  1420.    }
  1421. </style>
  1422.  
  1423. <script>
  1424.    function toggleMobileSearchV10() {
  1425.        const searchPanel = document.getElementById('mobileSearchV10');
  1426.        const searchBtn = document.querySelector('.mobile-search-v10');
  1427.  
  1428.        if (searchPanel) {
  1429.            searchPanel.classList.toggle('show-v10');
  1430.  
  1431.            if (searchPanel.classList.contains('show-v10')) {
  1432.                setTimeout(() => {
  1433.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1434.                    if (input) input.focus();
  1435.                }, 100);
  1436.            }
  1437.        }
  1438.    }
  1439.  
  1440.    function toggleMenuV10() {
  1441.        const mobileMenu = document.getElementById('mobileMenuV10');
  1442.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1443.  
  1444.        if (mobileMenu && menuBtn) {
  1445.            mobileMenu.classList.toggle('show-v10');
  1446.            menuBtn.classList.toggle('active-v10');
  1447.        }
  1448.    }
  1449.  
  1450.    function toggleMobileSubmenuV10(submenuId) {
  1451.        const submenu = document.getElementById(submenuId);
  1452.        if (!submenu) return;
  1453.  
  1454.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1455.  
  1456.        // Close other submenus
  1457.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1458.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1459.  
  1460.        allSubmenus.forEach(menu => {
  1461.            if (menu.id !== submenuId) {
  1462.                menu.classList.remove('show-v10');
  1463.            }
  1464.        });
  1465.  
  1466.        allParents.forEach(parent => {
  1467.            if (parent !== parentItem) {
  1468.                parent.classList.remove('open-v10');
  1469.            }
  1470.        });
  1471.  
  1472.        // Toggle current submenu
  1473.        submenu.classList.toggle('show-v10');
  1474.        if (parentItem) {
  1475.            parentItem.classList.toggle('open-v10');
  1476.        }
  1477.    }
  1478.  
  1479.    // Close menus when clicking outside
  1480.    document.addEventListener('click', function (e) {
  1481.        const mobileMenu = document.getElementById('mobileMenuV10');
  1482.        const mobileSearch = document.getElementById('mobileSearchV10');
  1483.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1484.        const searchBtn = document.querySelector('.mobile-search-v10');
  1485.  
  1486.        // Close mobile menu
  1487.        if (mobileMenu && menuBtn &&
  1488.            !mobileMenu.contains(e.target) &&
  1489.            !menuBtn.contains(e.target)) {
  1490.            mobileMenu.classList.remove('show-v10');
  1491.            menuBtn.classList.remove('active-v10');
  1492.        }
  1493.  
  1494.        // Close mobile search
  1495.        if (mobileSearch && searchBtn &&
  1496.            !mobileSearch.contains(e.target) &&
  1497.            !searchBtn.contains(e.target)) {
  1498.            mobileSearch.classList.remove('show-v10');
  1499.        }
  1500.    });
  1501. </script>
  1502.  
  1503. <script>
  1504.  document.addEventListener("DOMContentLoaded", function () {
  1505.    console.log("loaded");
  1506.  
  1507.     const searchInput = document.getElementById("search-input")
  1508.    const searchResults = document.getElementById("search-results");
  1509.  
  1510.    if (!searchInput || !searchResults) {
  1511.      console.error("Search input/results not found");
  1512.      return;
  1513.    }
  1514.  
  1515.    // Prevent form submission
  1516.    if (searchInput.form) {
  1517.      searchInput.form.addEventListener("submit", function (e) {
  1518.        e.preventDefault();
  1519.      });
  1520.    }
  1521.  
  1522.    // Add event listener for keyup
  1523.    searchInput.addEventListener("keyup", function (e) {
  1524.      console.log("Key pressed:", e.key);
  1525.      e.preventDefault();
  1526.  
  1527.      const query = searchInput.value.trim();
  1528.      console.log("User is typing: " + query);
  1529.  
  1530.      // If empty → clear and hide
  1531.      if (query === "") {
  1532.        searchResults.innerHTML = "";
  1533.        searchResults.style.display = "none";
  1534.        return;
  1535.      }
  1536.  
  1537.      // Show results
  1538.      searchResults.style.display = "block";
  1539.  
  1540.      // Fetch search results
  1541.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1542.        method: "GET",
  1543.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1544.      })
  1545.        .then(response => {
  1546.          console.log("Response Status:", response.status);
  1547.          return response.json();
  1548.        })
  1549.        .then(data => {
  1550.          console.log("Data received:", data);
  1551.          if (data.html) {
  1552.            searchResults.innerHTML = data.html;
  1553.          } else {
  1554.            searchResults.innerHTML = "<p>No results found.</p>";
  1555.          }
  1556.        })
  1557.        .catch(error => {
  1558.          console.error("Error fetching search results:", error);
  1559.        });
  1560.    });
  1561.  
  1562.    // Close results when clicking outside
  1563.    document.addEventListener("click", function (e) {
  1564.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1565.        searchResults.style.display = "none";
  1566.      }
  1567.    });
  1568.  
  1569.    // Close results on ESC key
  1570.    document.addEventListener("keydown", function (e) {
  1571.      if (e.key === "Escape") {
  1572.        searchResults.style.display = "none";
  1573.      }
  1574.    });
  1575.  });
  1576. </script>
  1577.  
  1578. <style>
  1579.        /* search field */
  1580.  .search-results-container {
  1581.  position: absolute;
  1582.  top: 60%; /* Position it below the input field */
  1583.  left: 10px;
  1584.  right: 10px;
  1585.  background-color: white;
  1586.  border: 1px solid #ddd;
  1587.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1588.  max-height: 300px;
  1589.  overflow-y: auto;
  1590.  z-index: 1000;
  1591.  display: none; /* Initially hidden */
  1592. }
  1593.  
  1594. .search-results-container p {
  1595.  margin: 0;
  1596. }
  1597.  
  1598. .search-results-container .result-item {
  1599.  padding: 10px;
  1600.  cursor: pointer;
  1601. }
  1602.  
  1603. .search-results-container .result-item:hover {
  1604.  background-color: #f0f0f0;
  1605. }
  1606. @media (max-width: 992px) {
  1607.  .search-results-container {
  1608.    top: 70%;
  1609.  }
  1610.    
  1611. }
  1612. </style>
  1613.  
  1614.        </header>
  1615.        <!-- end of header -->
  1616.        <!-- start of wpo-blog-hero -->
  1617.        
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624.  
  1625. <div class="blog-hero-v2">
  1626.  <div class="container-fluid fluid-container">
  1627.    <div class="row">
  1628.      <!-- Main Featured Post -->
  1629.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1630.        
  1631.        
  1632.        
  1633.          
  1634.        <div class="featured-post">
  1635.          <div class="post-image">
  1636.            
  1637.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1638.              class="img-fluid" alt="">
  1639.            
  1640.            <div class="post-overlay">
  1641.              <div class="post-content">
  1642.                <span class="category-badge bg-primary-gradient">News</span>
  1643.                <h1 class="post-title1 blog-color">
  1644.                  <a href="/surgeons-from-scotland-and-america-accomplish-world-first-stroke-procedure-with-robot/" class="blog-color">
  1645.                    Surgeons from Scotland and America Accomplish World-First Stroke Procedure With Robot
  1646.                  </a>
  1647.                </h1>
  1648.                <p class="post-excerpt"></p>
  1649.                <div class="post-meta">
  1650.                  <div class="author-info">
  1651.                    
  1652.                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1653.                      alt="Eric Alexander" class="author-avatar">
  1654.                    
  1655.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Eric Alexander</a></span>
  1656.                  </div>
  1657.                  <span class="post-date">14 May 2026</span>
  1658.                </div>
  1659.              </div>
  1660.            </div>
  1661.          </div>
  1662.        </div>
  1663.  
  1664.        
  1665.        
  1666.      </div>
  1667.  
  1668.      <!-- Side Posts -->
  1669.      <div class="col-lg-4 col-md-12">
  1670.        <div class="row h-100">
  1671.        
  1672.  
  1673.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1674.            <div class="side-post h-100">
  1675.              <div class="row g-0 h-100">
  1676.                <div class="col-5">
  1677.                  <div class="side-post-image">
  1678.                    
  1679.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1680.                      style="object-fit: cover;" alt="">
  1681.                    
  1682.                  </div>
  1683.                </div>
  1684.                <div class="col-7">
  1685.                  <div class="side-post-content">
  1686.                    <div>
  1687.                      <span class="category-badge bg-primary-gradient">News</span>
  1688.                      <h3> <a href="/beijings-new-artificial-intelligence-guidelines-focus-on-child-safeguards-and-self-harm-prevention-management/" class="line-clamp-2">
  1689.                          Beijing&#x27;s New Artificial Intelligence Guidelines Focus on Child Safeguards and Self-Harm Prevention Management.
  1690.                        </a></h3>
  1691.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1692.                    </div>
  1693.                    <div class="side-post-meta">
  1694.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Eric Alexander</a></span>
  1695.                    </div>
  1696.                  </div>
  1697.                </div>
  1698.              </div>
  1699.            </div>
  1700.          </div>
  1701.  
  1702.          
  1703.  
  1704.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1705.            <div class="side-post h-100">
  1706.              <div class="row g-0 h-100">
  1707.                <div class="col-5">
  1708.                  <div class="side-post-image">
  1709.                    
  1710.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1711.                      style="object-fit: cover;" alt="">
  1712.                    
  1713.                  </div>
  1714.                </div>
  1715.                <div class="col-7">
  1716.                  <div class="side-post-content">
  1717.                    <div>
  1718.                      <span class="category-badge bg-primary-gradient">News</span>
  1719.                      <h3> <a href="/californias-governor-states-he-is-considering-a-white-house-bid-in-2028/" class="line-clamp-2">
  1720.                          California&#x27;s Governor States He Is Considering a White House Bid in 2028
  1721.                        </a></h3>
  1722.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1723.                    </div>
  1724.                    <div class="side-post-meta">
  1725.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Eric Alexander</a></span>
  1726.                    </div>
  1727.                  </div>
  1728.                </div>
  1729.              </div>
  1730.            </div>
  1731.          </div>
  1732.  
  1733.          
  1734.  
  1735.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1736.            <div class="side-post h-100">
  1737.              <div class="row g-0 h-100">
  1738.                <div class="col-5">
  1739.                  <div class="side-post-image">
  1740.                    
  1741.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1742.                      style="object-fit: cover;" alt="">
  1743.                    
  1744.                  </div>
  1745.                </div>
  1746.                <div class="col-7">
  1747.                  <div class="side-post-content">
  1748.                    <div>
  1749.                      <span class="category-badge bg-primary-gradient">News</span>
  1750.                      <h3> <a href="/there-are-those-on-the-political-spectrum-who-offer-only-complaints-ministers-are-moving-forward-with-the-job-of-economic-rejuvenation/" class="line-clamp-2">
  1751.                          There are those on the political spectrum who offer only complaints: Ministers are moving forward with the job of economic rejuvenation.
  1752.                        </a></h3>
  1753.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1754.                    </div>
  1755.                    <div class="side-post-meta">
  1756.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Eric Alexander</a></span>
  1757.                    </div>
  1758.                  </div>
  1759.                </div>
  1760.              </div>
  1761.            </div>
  1762.          </div>
  1763.  
  1764.          
  1765.        </div>
  1766.      </div>
  1767.    </div>
  1768.  </div>
  1769. </div>
  1770.  
  1771. <style>
  1772.  /* Blog Hero V2 Styles */
  1773.  .blog-hero-v2 {
  1774.    padding: 60px 0;
  1775.  }
  1776.  
  1777.  /* Featured Post Styles */
  1778.  .featured-post {
  1779.    position: relative;
  1780.    border-radius: 20px;
  1781.    overflow: hidden;
  1782.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1783.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1784.  }
  1785.  
  1786.  .featured-post:hover {
  1787.    transform: translateY(-5px);
  1788.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1789.  }
  1790.  
  1791.  .featured-post .post-image {
  1792.    position: relative;
  1793.    height: 500px;
  1794.    overflow: hidden;
  1795.  }
  1796.  
  1797.  .featured-post .post-image img {
  1798.    width: 100%;
  1799.    height: 100%;
  1800.    object-fit: cover;
  1801.    transition: transform 0.5s ease;
  1802.  }
  1803.  
  1804.  .featured-post:hover .post-image img {
  1805.    transform: scale(1.05);
  1806.  }
  1807.  
  1808.  .post-overlay {
  1809.    position: absolute;
  1810.    top: 0;
  1811.    left: 0;
  1812.    right: 0;
  1813.    bottom: 0;
  1814.    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%);
  1815.    display: flex;
  1816.    align-items: flex-end;
  1817.    padding: 40px;
  1818.  }
  1819.  
  1820.  .post-content .post-title1 {
  1821.    color: white;
  1822.    font-size: 2.5rem;
  1823.    font-weight: 700;
  1824.    margin: 15px 0;
  1825.    line-height: 1.2;
  1826.  }
  1827.  
  1828.  .post-content .post-excerpt {
  1829.    color: rgba(255, 255, 255, 0.9);
  1830.    font-size: 1.1rem;
  1831.    margin-bottom: 20px;
  1832.    line-height: 1.6;
  1833.  }
  1834.  
  1835.  /* Category Badges */
  1836.  .category-badge {
  1837.    display: inline-block;
  1838.    padding: 4px 8px;
  1839.    font-size: 0.75rem;
  1840.    font-weight: 600;
  1841.    text-transform: uppercase;
  1842.    letter-spacing: 0.5px;
  1843.    border-radius: 25px;
  1844.    text-align: center;
  1845.    width: fit-content;
  1846.  }
  1847.  
  1848.  /* Post Meta */
  1849.  .post-meta {
  1850.    display: flex;
  1851.    align-items: center;
  1852.    justify-content: space-between;
  1853.    margin-top: 25px;
  1854.  }
  1855.  
  1856.  .author-info {
  1857.    display: flex;
  1858.    align-items: center;
  1859.    gap: 12px;
  1860.  }
  1861.  
  1862.  .author-avatar {
  1863.    width: 45px !important;
  1864.    height: 45px !important;
  1865.    border-radius: 50%;
  1866.    border: 3px solid white;
  1867.  }
  1868.  
  1869.  .author-name,
  1870.  .post-date {
  1871.    color: rgba(255, 255, 255, 0.9);
  1872.    font-weight: 500;
  1873.  }
  1874.  
  1875.  .author-name {
  1876.    text-decoration: none;
  1877.  }
  1878.  
  1879.  .author-name:hover {
  1880.    color: white;
  1881.  }
  1882.  
  1883.  /* Side Posts */
  1884.  .side-post {
  1885.    background: var(--card-bg);
  1886.    border-radius: 15px;
  1887.    border: 1px solid var(--border-color);
  1888.    overflow: hidden;
  1889.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1890.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1891.    height: auto;
  1892.  }
  1893.  
  1894.  .side-post:hover {
  1895.    transform: translateY(-3px);
  1896.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1897.  }
  1898.  
  1899.  .side-post-image {
  1900.    max-height: 155px;
  1901.    height: 100%;
  1902.    overflow: hidden;
  1903.  }
  1904.  
  1905.  .side-post-image img {
  1906.    width: 100%;
  1907.    height: 100%;
  1908.    object-fit: cover;
  1909.    transition: transform 0.3s ease;
  1910.  }
  1911.  
  1912.  .side-post:hover .side-post-image img {
  1913.    transform: scale(1.1);
  1914.  }
  1915.  
  1916.  .side-post-content {
  1917.    padding: 8px 16px;
  1918.    display: flex;
  1919.    flex-direction: column;
  1920.    justify-content: space-between;
  1921.    height: 100%;
  1922.  }
  1923.  
  1924.  .side-post-content h3 {
  1925.    font-size: 1rem;
  1926.    font-weight: 600;
  1927.    margin: 8px 0;
  1928.    line-height: 1.4;
  1929.  }
  1930.  
  1931.  .side-post-content h3 a {
  1932.    color: #333;
  1933.    text-decoration: none;
  1934.    transition: color 0.3s ease;
  1935.  }
  1936.  
  1937.  .side-post-content h3 a:hover {
  1938.    color: #007bff;
  1939.  }
  1940.  
  1941.  .side-post-meta {
  1942.    font-size: 0.8rem;
  1943.    color: #666;
  1944.    display: flex;
  1945.    flex-direction: column;
  1946.    gap: 4px;
  1947.  }
  1948.  
  1949.  .side-post-meta a {
  1950.    color: #007bff;
  1951.    text-decoration: none;
  1952.  }
  1953.  
  1954.  .side-post-meta a:hover {
  1955.    text-decoration: underline;
  1956.  }
  1957.  
  1958.  /* Responsive Design */
  1959.  @media (max-width: 768px) {
  1960.    .blog-hero-v2 {
  1961.      padding: 30px 0;
  1962.    }
  1963.  
  1964.    .featured-post .post-image {
  1965.      height: 350px;
  1966.    }
  1967.  
  1968.    .post-overlay {
  1969.      padding: 25px;
  1970.    }
  1971.  
  1972.    .post-content .post-title1 {
  1973.      font-size: 1.8rem;
  1974.    }
  1975.  
  1976.    .post-content .post-excerpt {
  1977.      font-size: 1rem;
  1978.      margin-bottom: 15px;
  1979.    }
  1980.  
  1981.    .post-meta {
  1982.      flex-direction: column;
  1983.      align-items: flex-start;
  1984.      gap: 10px;
  1985.    }
  1986.  
  1987.    .side-post {
  1988.      height: auto;
  1989.    }
  1990.  
  1991.    .side-post-content {
  1992.      height: auto;
  1993.      padding: 15px;
  1994.    }
  1995.  }
  1996.  
  1997.  @media (max-width: 576px) {
  1998.    .post-content .post-title1 {
  1999.      font-size: 1.5rem;
  2000.    }
  2001.  
  2002.    .side-post-content h3 {
  2003.      font-size: 0.9rem;
  2004.    }
  2005.  
  2006.    .side-post-image img {}
  2007.  }
  2008. </style>
  2009.  
  2010.  
  2011.  
  2012.  
  2013.        <!-- end of wpo-blog-hero -->
  2014.  
  2015.        <!-- start of wpo-breacking-news -->
  2016.        
  2017.        <!-- end of wpo-breacking-news -->
  2018.        
  2019.        <!-- start wpo-blog-highlights-section -->
  2020.        
  2021.  
  2022.  
  2023.  
  2024.    
  2025.  
  2026.  
  2027.  <style>
  2028.    .blog-section {
  2029.      padding: 60px 0;
  2030.    }
  2031.  
  2032.    .blog-card {
  2033.      background: var(--card-bg);
  2034.      border-radius: 12px;
  2035.      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  2036.      transition: box-shadow 0.3s ease, transform 0.3s ease;
  2037.      margin-bottom: 30px;
  2038.      overflow: hidden;
  2039.      border: none;
  2040.    }
  2041.  
  2042.    .blog-card-body {
  2043.      padding: 30px;
  2044.    }
  2045.  
  2046.    .blog-category {
  2047.      display: inline-block;
  2048.      padding: 6px 16px;
  2049.      border-radius: 20px;
  2050.      font-size: 12px;
  2051.      font-weight: 600;
  2052.      text-transform: uppercase;
  2053.      letter-spacing: 0.5px;
  2054.      margin-bottom: 20px;
  2055.    }
  2056.  
  2057.    .blog-title {
  2058.      font-weight: 700;
  2059.      color: var(--topbar-color);
  2060.      margin-bottom: 20px;
  2061.      line-height: 1.4;
  2062.      text-decoration: none;
  2063.    }
  2064.  
  2065.    .blog-title:hover {
  2066.      color: #1e40af !important;
  2067.      text-decoration: none;
  2068.    }
  2069.  
  2070.    .blog-meta {
  2071.      display: flex;
  2072.      align-items: center;
  2073.      margin-bottom: 20px;
  2074.      color: var(--topbar-color);
  2075.      font-size: 14px;
  2076.    }
  2077.  
  2078.    .blog-meta img {
  2079.      width: 35px;
  2080.      height: 35px;
  2081.      border-radius: 50%;
  2082.      object-fit: cover;
  2083.      display: block;
  2084.    }
  2085.  
  2086.    .blog-meta .meta-info {
  2087.      display: flex;
  2088.      align-items: center;
  2089.      gap: 15px;
  2090.    }
  2091.  
  2092.    .blog-description {
  2093.      color: var(--topbar-color);
  2094.      line-height: 1.7;
  2095.      margin-bottom: 25px;
  2096.      font-size: 15px;
  2097.    }
  2098.  
  2099.    .read-more-btn {
  2100.      background: transparent;
  2101.      border: 2px solid var(--bs-primary);
  2102.      color: var(--bs-primary);
  2103.      padding: 12px 30px;
  2104.      border-radius: 6px;
  2105.      font-weight: 600;
  2106.      text-transform: uppercase;
  2107.      letter-spacing: 0.5px;
  2108.      transition: all 0.3s ease;
  2109.      text-decoration: none;
  2110.      display: inline-block;
  2111.      font-size: 13px;
  2112.    }
  2113.  
  2114.    .read-more-btn:hover {
  2115.      background: var(--bs-primary);
  2116.      color: var(--bs-white) !important;
  2117.      text-decoration: none;
  2118.    }
  2119.  
  2120.    .section-title {
  2121.      text-align: center;
  2122.      margin-bottom: 50px;
  2123.    }
  2124.  
  2125.    .section-title h2 {
  2126.      font-size: 42px;
  2127.      font-weight: 800;
  2128.      color: #2c3e50;
  2129.      margin-bottom: 15px;
  2130.    }
  2131.  
  2132.    .section-title p {
  2133.      color: #6c757d;
  2134.      font-size: 18px;
  2135.      max-width: 600px;
  2136.      margin: 0 auto;
  2137.    }
  2138.  
  2139.    .avatar-placeholder {
  2140.      width: 35px;
  2141.      height: 35px;
  2142.      border-radius: 50%;
  2143.      background: linear-gradient(45deg, var(--bs-primary), #20c997);
  2144.      display: flex;
  2145.      align-items: center;
  2146.      justify-content: center;
  2147.      color: var(--bs-white);
  2148.      font-weight: bold;
  2149.      margin-right: 12px;
  2150.      overflow: hidden;
  2151.    }
  2152.  
  2153.    @media (max-width: 768px) {
  2154.  
  2155.  
  2156.      .section-title h2 {
  2157.        font-size: 32px;
  2158.      }
  2159.  
  2160.      .blog-card-body {
  2161.        padding: 20px;
  2162.      }
  2163.    }
  2164.  
  2165.    /* ===== Smooth Fade on Scroll (Up & Down) ===== */
  2166.    :root{
  2167.      --fade-distance: 28px;
  2168.      --fade-duration: 700ms;
  2169.      --fade-ease: cubic-bezier(0.16,1,0.3,1);
  2170.    }
  2171.  
  2172.    .fade-base{
  2173.      opacity: 0;
  2174.      filter: blur(2px);
  2175.      transform: translateY(var(--y,0)) translateZ(0); /* GPU hint */
  2176.      transition:
  2177.        opacity var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2178.        transform var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms),
  2179.        filter var(--dur, var(--fade-duration)) var(--ease, var(--fade-ease)) var(--stagger, 0ms);
  2180.      will-change: transform, opacity, filter;
  2181.    }
  2182.    .fade-up   { --y: var(--fade-distance); }          /* when entering on scroll down */
  2183.    .fade-down { --y: calc(var(--fade-distance) * -1); }/* when entering on scroll up */
  2184.  
  2185.    .fade-show{
  2186.      opacity: 1;
  2187.      filter: blur(0);
  2188.      transform: translateY(0) translateZ(0);
  2189.    }
  2190.  
  2191.    /* Hover should still work after fade-in */
  2192.    .blog-card.fade-show:hover{
  2193.      transform: translateY(-5px) translateZ(0);
  2194.      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  2195.    }
  2196.  
  2197.    /* Reduced motion */
  2198.    @media (prefers-reduced-motion: reduce){
  2199.      .fade-base{
  2200.        transition: none !important;
  2201.        transform: none !important;
  2202.        opacity: 1 !important;
  2203.        filter: none !important;
  2204.      }
  2205.      .blog-card.fade-show:hover{
  2206.        transform: none !important;
  2207.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2208.      }
  2209.    }
  2210.  </style>
  2211.  
  2212.  <section class="blog-section">
  2213.    <div class="container-fluid fluid-container">
  2214.      <div class="row">
  2215.        <div class="section-title ">
  2216.          <h2>
  2217.                Today's Top Highlights
  2218.                   </h2>
  2219.          <p>Stay updated with the latest insights and trends in online gaming</p>
  2220.        </div>
  2221.  
  2222.        <div class="col-lg-8 col-12">
  2223.          
  2224.            <div class="blog-card fade-base">
  2225.              <div class="blog-card-body">
  2226.                <span class="blog-category bg-primary-gradient">News</span>
  2227.                <h3>
  2228.                  <a href="/england-name-the-off-spinner-in-team-for-the-ashes-series-initial-match/" class="blog-title">
  2229.                    England Name the off-spinner in Team for The Ashes series Initial Match
  2230.                  </a>
  2231.                </h3>
  2232.                <div class="blog-meta">
  2233.                  <div class="avatar-placeholder">
  2234.                    
  2235.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Eric Alexander" />
  2236.                    
  2237.                  </div>
  2238.                  <div class="meta-info">
  2239.                    <span>Eric Alexander</span>
  2240.                    <span><i class="far fa-clock"></i> 13 May 2026</span>
  2241.                  </div>
  2242.                </div>
  2243.                <p class="blog-description"></p>
  2244.                <a href="/england-name-the-off-spinner-in-team-for-the-ashes-series-initial-match/" class="read-more-btn">READ MORE</a>
  2245.              </div>
  2246.            </div>
  2247.          
  2248.            <div class="blog-card fade-base">
  2249.              <div class="blog-card-body">
  2250.                <span class="blog-category bg-primary-gradient">News</span>
  2251.                <h3>
  2252.                  <a href="/olympic-athlete-and-several-eritreans-released-after-18-years-without-trial-relatives-report/" class="blog-title">
  2253.                    Olympic Athlete and Several Eritreans Released After 18 Years Without Trial, Relatives Report
  2254.                  </a>
  2255.                </h3>
  2256.                <div class="blog-meta">
  2257.                  <div class="avatar-placeholder">
  2258.                    
  2259.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Eric Alexander" />
  2260.                    
  2261.                  </div>
  2262.                  <div class="meta-info">
  2263.                    <span>Eric Alexander</span>
  2264.                    <span><i class="far fa-clock"></i> 13 May 2026</span>
  2265.                  </div>
  2266.                </div>
  2267.                <p class="blog-description"></p>
  2268.                <a href="/olympic-athlete-and-several-eritreans-released-after-18-years-without-trial-relatives-report/" class="read-more-btn">READ MORE</a>
  2269.              </div>
  2270.            </div>
  2271.          
  2272.            <div class="blog-card fade-base">
  2273.              <div class="blog-card-body">
  2274.                <span class="blog-category bg-primary-gradient">News</span>
  2275.                <h3>
  2276.                  <a href="/the-kpop-demon-hunters-series-floats-to-take-center-stage-at-macys-thanksgiving-day-parade/" class="blog-title">
  2277.                    The KPop Demon Hunters Series Floats to Take Center Stage at Macy&#x27;s Thanksgiving Day Parade
  2278.                  </a>
  2279.                </h3>
  2280.                <div class="blog-meta">
  2281.                  <div class="avatar-placeholder">
  2282.                    
  2283.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Eric Alexander" />
  2284.                    
  2285.                  </div>
  2286.                  <div class="meta-info">
  2287.                    <span>Eric Alexander</span>
  2288.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2289.                  </div>
  2290.                </div>
  2291.                <p class="blog-description"></p>
  2292.                <a href="/the-kpop-demon-hunters-series-floats-to-take-center-stage-at-macys-thanksgiving-day-parade/" class="read-more-btn">READ MORE</a>
  2293.              </div>
  2294.            </div>
  2295.          
  2296.            <div class="blog-card fade-base">
  2297.              <div class="blog-card-body">
  2298.                <span class="blog-category bg-primary-gradient">News</span>
  2299.                <h3>
  2300.                  <a href="/disturbing-discovery-remains-of-vanished-mother-and-child-located-in-freezing-units-in-austria/" class="blog-title">
  2301.                    Disturbing Discovery: Remains of Vanished Mother and Child Located in Freezing Units in Austria
  2302.                  </a>
  2303.                </h3>
  2304.                <div class="blog-meta">
  2305.                  <div class="avatar-placeholder">
  2306.                    
  2307.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Eric Alexander" />
  2308.                    
  2309.                  </div>
  2310.                  <div class="meta-info">
  2311.                    <span>Eric Alexander</span>
  2312.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2313.                  </div>
  2314.                </div>
  2315.                <p class="blog-description"></p>
  2316.                <a href="/disturbing-discovery-remains-of-vanished-mother-and-child-located-in-freezing-units-in-austria/" class="read-more-btn">READ MORE</a>
  2317.              </div>
  2318.            </div>
  2319.          
  2320.            <div class="blog-card fade-base">
  2321.              <div class="blog-card-body">
  2322.                <span class="blog-category bg-primary-gradient">News</span>
  2323.                <h3>
  2324.                  <a href="/spotify-year-end-recap-release-timeline-plus-your-burning-questions-answered/" class="blog-title">
  2325.                    Spotify Year-End Recap: Release Timeline plus Your Burning Questions Answered
  2326.                  </a>
  2327.                </h3>
  2328.                <div class="blog-meta">
  2329.                  <div class="avatar-placeholder">
  2330.                    
  2331.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Eric Alexander" />
  2332.                    
  2333.                  </div>
  2334.                  <div class="meta-info">
  2335.                    <span>Eric Alexander</span>
  2336.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2337.                  </div>
  2338.                </div>
  2339.                <p class="blog-description"></p>
  2340.                <a href="/spotify-year-end-recap-release-timeline-plus-your-burning-questions-answered/" class="read-more-btn">READ MORE</a>
  2341.              </div>
  2342.            </div>
  2343.          
  2344.            <div class="blog-card fade-base">
  2345.              <div class="blog-card-body">
  2346.                <span class="blog-category bg-primary-gradient">News</span>
  2347.                <h3>
  2348.                  <a href="/smooth-finish-to-lionel-messis-india-tour-after-kolkata-chaos/" class="blog-title">
  2349.                    Smooth Finish to Lionel Messi&#x27;s India Tour After Kolkata Chaos
  2350.                  </a>
  2351.                </h3>
  2352.                <div class="blog-meta">
  2353.                  <div class="avatar-placeholder">
  2354.                    
  2355.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Eric Alexander" />
  2356.                    
  2357.                  </div>
  2358.                  <div class="meta-info">
  2359.                    <span>Eric Alexander</span>
  2360.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2361.                  </div>
  2362.                </div>
  2363.                <p class="blog-description"></p>
  2364.                <a href="/smooth-finish-to-lionel-messis-india-tour-after-kolkata-chaos/" class="read-more-btn">READ MORE</a>
  2365.              </div>
  2366.            </div>
  2367.          
  2368.            <div class="blog-card fade-base">
  2369.              <div class="blog-card-body">
  2370.                <span class="blog-category bg-primary-gradient">News</span>
  2371.                <h3>
  2372.                  <a href="/esteemed-photographer-brian-harris-life-story-a-life-through-the-camera/" class="blog-title">
  2373.                    Esteemed Photographer Brian Harris Life Story: A Life Through the Camera
  2374.                  </a>
  2375.                </h3>
  2376.                <div class="blog-meta">
  2377.                  <div class="avatar-placeholder">
  2378.                    
  2379.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Eric Alexander" />
  2380.                    
  2381.                  </div>
  2382.                  <div class="meta-info">
  2383.                    <span>Eric Alexander</span>
  2384.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2385.                  </div>
  2386.                </div>
  2387.                <p class="blog-description"></p>
  2388.                <a href="/esteemed-photographer-brian-harris-life-story-a-life-through-the-camera/" class="read-more-btn">READ MORE</a>
  2389.              </div>
  2390.            </div>
  2391.          
  2392.            <div class="blog-card fade-base">
  2393.              <div class="blog-card-body">
  2394.                <span class="blog-category bg-primary-gradient">News</span>
  2395.                <h3>
  2396.                  <a href="/metropolitan-museum-responds-to-legal-action-over-reportedly-nazi-stolen-van-gogh-painting/" class="blog-title">
  2397.                    Metropolitan Museum Responds to Legal Action Over Reportedly Nazi-Stolen Van Gogh Painting
  2398.                  </a>
  2399.                </h3>
  2400.                <div class="blog-meta">
  2401.                  <div class="avatar-placeholder">
  2402.                    
  2403.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Eric Alexander" />
  2404.                    
  2405.                  </div>
  2406.                  <div class="meta-info">
  2407.                    <span>Eric Alexander</span>
  2408.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2409.                  </div>
  2410.                </div>
  2411.                <p class="blog-description"></p>
  2412.                <a href="/metropolitan-museum-responds-to-legal-action-over-reportedly-nazi-stolen-van-gogh-painting/" class="read-more-btn">READ MORE</a>
  2413.              </div>
  2414.            </div>
  2415.          
  2416.            <div class="blog-card fade-base">
  2417.              <div class="blog-card-body">
  2418.                <span class="blog-category bg-primary-gradient">News</span>
  2419.                <h3>
  2420.                  <a href="/american-lawmaker-calls-on-ex-royal-andrew-to-testify-in-jeffrey-epstein-inquiry/" class="blog-title">
  2421.                    American Lawmaker Calls On Ex-Royal Andrew to Testify in Jeffrey Epstein Inquiry
  2422.                  </a>
  2423.                </h3>
  2424.                <div class="blog-meta">
  2425.                  <div class="avatar-placeholder">
  2426.                    
  2427.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Eric Alexander" />
  2428.                    
  2429.                  </div>
  2430.                  <div class="meta-info">
  2431.                    <span>Eric Alexander</span>
  2432.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2433.                  </div>
  2434.                </div>
  2435.                <p class="blog-description"></p>
  2436.                <a href="/american-lawmaker-calls-on-ex-royal-andrew-to-testify-in-jeffrey-epstein-inquiry/" class="read-more-btn">READ MORE</a>
  2437.              </div>
  2438.            </div>
  2439.          
  2440.            <div class="blog-card fade-base">
  2441.              <div class="blog-card-body">
  2442.                <span class="blog-category bg-primary-gradient">News</span>
  2443.                <h3>
  2444.                  <a href="/bahrain-to-present-case-at-uk-supreme-court-over-state-immunity-in-spyware-claims/" class="blog-title">
  2445.                    Bahrain to Present Case at UK Supreme Court Over State Immunity in Spyware Claims
  2446.                  </a>
  2447.                </h3>
  2448.                <div class="blog-meta">
  2449.                  <div class="avatar-placeholder">
  2450.                    
  2451.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Eric Alexander" />
  2452.                    
  2453.                  </div>
  2454.                  <div class="meta-info">
  2455.                    <span>Eric Alexander</span>
  2456.                    <span><i class="far fa-clock"></i> 12 May 2026</span>
  2457.                  </div>
  2458.                </div>
  2459.                <p class="blog-description"></p>
  2460.                <a href="/bahrain-to-present-case-at-uk-supreme-court-over-state-immunity-in-spyware-claims/" class="read-more-btn">READ MORE</a>
  2461.              </div>
  2462.            </div>
  2463.          
  2464.            <div class="blog-card fade-base">
  2465.              <div class="blog-card-body">
  2466.                <span class="blog-category bg-primary-gradient">News</span>
  2467.                <h3>
  2468.                  <a href="/the-visionary-filmmaker-makes-it-clear-ai-doesnt-produce-the-avatar-series/" class="blog-title">
  2469.                    The Visionary Filmmaker Makes It Clear: ‘AI Doesn’t Produce the Avatar Series’
  2470.                  </a>
  2471.                </h3>
  2472.                <div class="blog-meta">
  2473.                  <div class="avatar-placeholder">
  2474.                    
  2475.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Eric Alexander" />
  2476.                    
  2477.                  </div>
  2478.                  <div class="meta-info">
  2479.                    <span>Eric Alexander</span>
  2480.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2481.                  </div>
  2482.                </div>
  2483.                <p class="blog-description"></p>
  2484.                <a href="/the-visionary-filmmaker-makes-it-clear-ai-doesnt-produce-the-avatar-series/" class="read-more-btn">READ MORE</a>
  2485.              </div>
  2486.            </div>
  2487.          
  2488.            <div class="blog-card fade-base">
  2489.              <div class="blog-card-body">
  2490.                <span class="blog-category bg-primary-gradient">News</span>
  2491.                <h3>
  2492.                  <a href="/restrained-isolated-and-scared-the-grim-situation-for-female-prisoners-forced-to-give-birth-in-detention/" class="blog-title">
  2493.                    Restrained, Isolated and Scared: The Grim Situation for Female Prisoners Forced to Give Birth in Detention.
  2494.                  </a>
  2495.                </h3>
  2496.                <div class="blog-meta">
  2497.                  <div class="avatar-placeholder">
  2498.                    
  2499.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Eric Alexander" />
  2500.                    
  2501.                  </div>
  2502.                  <div class="meta-info">
  2503.                    <span>Eric Alexander</span>
  2504.                    <span><i class="far fa-clock"></i> 11 May 2026</span>
  2505.                  </div>
  2506.                </div>
  2507.                <p class="blog-description"></p>
  2508.                <a href="/restrained-isolated-and-scared-the-grim-situation-for-female-prisoners-forced-to-give-birth-in-detention/" class="read-more-btn">READ MORE</a>
  2509.              </div>
  2510.            </div>
  2511.          
  2512.          
  2513.  
  2514.        </div>
  2515.  
  2516.         <div class="col col-lg-4 col-12">
  2517.                
  2518.  
  2519.  
  2520.  
  2521.    
  2522.  
  2523. <div class="blog-sidebar">
  2524.    
  2525.        <div class="widget category-widget">
  2526.            <h3>May 2026 Blog Roll</h3>
  2527.            <ul class="scrollable-sidebar">
  2528.                
  2529.                    <li>
  2530.                        <a href="https://www.tourofbritain.co.uk/" class="top-color " rel="dofollow">
  2531.                            non gamstop casino
  2532.                        </a>
  2533.                    </li>
  2534.                
  2535.                    <li>
  2536.                        <a href="https://www.cevicheuk.com/" class="top-color " rel="dofollow">
  2537.                            non gamstop casinos
  2538.                        </a>
  2539.                    </li>
  2540.                
  2541.                    <li>
  2542.                        <a href="https://www.testandverification.com/" class="top-color " rel="dofollow">
  2543.                            non gamstop casino uk
  2544.                        </a>
  2545.                    </li>
  2546.                
  2547.                    <li>
  2548.                        <a href="https://www.heatonpark.org.uk/" class="top-color " rel="dofollow">
  2549.                            crypto casino
  2550.                        </a>
  2551.                    </li>
  2552.                
  2553.                    <li>
  2554.                        <a href="https://www.outset.org/" class="top-color " rel="dofollow">
  2555.                            best betting sites uk
  2556.                        </a>
  2557.                    </li>
  2558.                
  2559.                    <li>
  2560.                        <a href="https://www.deakinandblue.com/" class="top-color " rel="dofollow">
  2561.                            non gamstop online casinos
  2562.                        </a>
  2563.                    </li>
  2564.                
  2565.                    <li>
  2566.                        <a href="https://www.toop.eu/" class="top-color " rel="dofollow">
  2567.                            best non Gamstop casinos
  2568.                        </a>
  2569.                    </li>
  2570.                
  2571.                    <li>
  2572.                        <a href="https://www.roundhaypark.org.uk/" class="top-color " rel="dofollow">
  2573.                            uk casinos not on gamstop
  2574.                        </a>
  2575.                    </li>
  2576.                
  2577.                    <li>
  2578.                        <a href="https://www.focus12.co.uk/" class="top-color " rel="dofollow">
  2579.                            slots not on gamstop
  2580.                        </a>
  2581.                    </li>
  2582.                
  2583.                    <li>
  2584.                        <a href="https://britishicehockey.co.uk/" class="top-color " rel="dofollow">
  2585.                            slots not on gamstop
  2586.                        </a>
  2587.                    </li>
  2588.                
  2589.                    <li>
  2590.                        <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos" class="top-color " rel="dofollow">
  2591.                            casino not on gamstop
  2592.                        </a>
  2593.                    </li>
  2594.                
  2595.                    <li>
  2596.                        <a href="https://tescobagsofhelp.org.uk/" class="top-color " rel="dofollow">
  2597.                            non gamstop casinos uk
  2598.                        </a>
  2599.                    </li>
  2600.                
  2601.            </ul>
  2602.        </div>
  2603.    
  2604.        <div class="widget category-widget">
  2605.            <h3>April 2026 Blog Roll</h3>
  2606.            <ul class="scrollable-sidebar">
  2607.                
  2608.                    <li>
  2609.                        <a href="https://feralhorses.co.uk" class="top-color " rel="dofollow">
  2610.                            sports betting not on gamstop
  2611.                        </a>
  2612.                    </li>
  2613.                
  2614.                    <li>
  2615.                        <a href="https://www.tamworthinformed.co.uk/" class="top-color " rel="dofollow">
  2616.                            uk online casinos
  2617.                        </a>
  2618.                    </li>
  2619.                
  2620.                    <li>
  2621.                        <a href="https://www.oceanacidification.org.uk/" class="top-color " rel="dofollow">
  2622.                            casino not on gamstop
  2623.                        </a>
  2624.                    </li>
  2625.                
  2626.                    <li>
  2627.                        <a href="https://www.geekgirlmeetup.co.uk/" class="top-color " rel="dofollow">
  2628.                            casino not on gamstop
  2629.                        </a>
  2630.                    </li>
  2631.                
  2632.                    <li>
  2633.                        <a href="https://www.summerhall.co.uk/" class="top-color " rel="dofollow">
  2634.                            best online casinos
  2635.                        </a>
  2636.                    </li>
  2637.                
  2638.                    <li>
  2639.                        <a href="https://bereavementcommission.org.uk/" class="top-color " rel="dofollow">
  2640.                            best online casinos
  2641.                        </a>
  2642.                    </li>
  2643.                
  2644.                    <li>
  2645.                        <a href="https://www.surfaceview.co.uk/" class="top-color " rel="dofollow">
  2646.                            best online casinos
  2647.                        </a>
  2648.                    </li>
  2649.                
  2650.                    <li>
  2651.                        <a href="https://www.cca-glasgow.com/" class="top-color " rel="dofollow">
  2652.                            best online casinos
  2653.                        </a>
  2654.                    </li>
  2655.                
  2656.                    <li>
  2657.                        <a href="https://allcatsrgrey.org.uk/" class="top-color " rel="dofollow">
  2658.                            best online casinos
  2659.                        </a>
  2660.                    </li>
  2661.                
  2662.                    <li>
  2663.                        <a href="https://straightfromyard.co.uk/" class="top-color " rel="dofollow">
  2664.                            best online casinos
  2665.                        </a>
  2666.                    </li>
  2667.                
  2668.                    <li>
  2669.                        <a href="https://www.citytosea.org.uk/" class="top-color " rel="dofollow">
  2670.                            best online casinos
  2671.                        </a>
  2672.                    </li>
  2673.                
  2674.                    <li>
  2675.                        <a href="https://savethedatemagazine.co.uk/" class="top-color " rel="dofollow">
  2676.                            best online casinos
  2677.                        </a>
  2678.                    </li>
  2679.                
  2680.                    <li>
  2681.                        <a href="https://www.london-irish.com/" class="top-color " rel="dofollow">
  2682.                            best online casinos
  2683.                        </a>
  2684.                    </li>
  2685.                
  2686.                    <li>
  2687.                        <a href="https://unbound.co.uk/" class="top-color " rel="dofollow">
  2688.                            best online casinos
  2689.                        </a>
  2690.                    </li>
  2691.                
  2692.                    <li>
  2693.                        <a href="https://www.stmonicas.co.uk/" class="top-color " rel="dofollow">
  2694.                            non-GamStop casinos
  2695.                        </a>
  2696.                    </li>
  2697.                
  2698.                    <li>
  2699.                        <a href="https://www.impact-awards.co.uk" class="top-color " rel="dofollow">
  2700.                            non GamStop casinos
  2701.                        </a>
  2702.                    </li>
  2703.                
  2704.                    <li>
  2705.                        <a href="https://stokecontrent.co.uk" class="top-color " rel="dofollow">
  2706.                            best non uk casinos
  2707.                        </a>
  2708.                    </li>
  2709.                
  2710.                    <li>
  2711.                        <a href="https://www.wildandgame.co.uk" class="top-color " rel="dofollow">
  2712.                            online casinos UK
  2713.                        </a>
  2714.                    </li>
  2715.                
  2716.                    <li>
  2717.                        <a href="https://www.cranleyclinic.com/" class="top-color " rel="dofollow">
  2718.                            best online casinos
  2719.                        </a>
  2720.                    </li>
  2721.                
  2722.                    <li>
  2723.                        <a href="https://invo.org.uk" class="top-color " rel="dofollow">
  2724.                            casinos not on gamstop
  2725.                        </a>
  2726.                    </li>
  2727.                
  2728.                    <li>
  2729.                        <a href="https://appleiphoneunlock.uk/" class="top-color " rel="dofollow">
  2730.                            anonymous crypto casino
  2731.                        </a>
  2732.                    </li>
  2733.                
  2734.                    <li>
  2735.                        <a href="https://mcaleicester.co.uk/" class="top-color " rel="dofollow">
  2736.                            new online casinos uk
  2737.                        </a>
  2738.                    </li>
  2739.                
  2740.                    <li>
  2741.                        <a href="https://www.durhamminers.org/" class="top-color " rel="dofollow">
  2742.                            non GamStop casinos
  2743.                        </a>
  2744.                    </li>
  2745.                
  2746.                    <li>
  2747.                        <a href="https://www.nordicresearchnetwork.co.uk/" class="top-color " rel="dofollow">
  2748.                            Non UK Casinos
  2749.                        </a>
  2750.                    </li>
  2751.                
  2752.                    <li>
  2753.                        <a href="https://www.thekarczma.co.uk/" class="top-color " rel="dofollow">
  2754.                            List of Non UK Casinos
  2755.                        </a>
  2756.                    </li>
  2757.                
  2758.                    <li>
  2759.                        <a href="https://fdncoffee.com" class="top-color " rel="dofollow">
  2760.                            casino not on GamStop UK
  2761.                        </a>
  2762.                    </li>
  2763.                
  2764.                    <li>
  2765.                        <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/" class="top-color " rel="dofollow">
  2766.                            Casinos Not Covered by Gamstop
  2767.                        </a>
  2768.                    </li>
  2769.                
  2770.                    <li>
  2771.                        <a href="https://hapihemp.co.uk/" class="top-color " rel="dofollow">
  2772.                            best online betting sites uk
  2773.                        </a>
  2774.                    </li>
  2775.                
  2776.                    <li>
  2777.                        <a href="https://www.thehaven.org.uk/" class="top-color " rel="dofollow">
  2778.                            casino not on gamstop
  2779.                        </a>
  2780.                    </li>
  2781.                
  2782.                    <li>
  2783.                        <a href="https://www.citygateway.org.uk/" class="top-color " rel="dofollow">
  2784.                            uk casinos not on gamstop
  2785.                        </a>
  2786.                    </li>
  2787.                
  2788.                    <li>
  2789.                        <a href="https://www.techandplay.org/" class="top-color " rel="dofollow">
  2790.                            best new betting sites
  2791.                        </a>
  2792.                    </li>
  2793.                
  2794.                    <li>
  2795.                        <a href="https://www.deakinandblue.com/" class="top-color " rel="dofollow">
  2796.                            no gamstop casino
  2797.                        </a>
  2798.                    </li>
  2799.                
  2800.                    <li>
  2801.                        <a href="https://www.antiquesforeveryone.co.uk/" class="top-color " rel="dofollow">
  2802.                            betting sites
  2803.                        </a>
  2804.                    </li>
  2805.                
  2806.                    <li>
  2807.                        <a href="https://www.fourpure.com/" class="top-color " rel="dofollow">
  2808.                            non GamStop casinos UK
  2809.                        </a>
  2810.                    </li>
  2811.                
  2812.                    <li>
  2813.                        <a href="https://www.executive-shaving.co.uk" class="top-color " rel="dofollow">
  2814.                            slot sites not on GamStop
  2815.                        </a>
  2816.                    </li>
  2817.                
  2818.                    <li>
  2819.                        <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk" class="top-color " rel="dofollow">
  2820.                            non GamStop casino UK
  2821.                        </a>
  2822.                    </li>
  2823.                
  2824.            </ul>
  2825.        </div>
  2826.    
  2827.        <div class="widget category-widget">
  2828.            <h3>March 2026 Blog Roll</h3>
  2829.            <ul class="scrollable-sidebar">
  2830.                
  2831.                    <li>
  2832.                        <a href="https://www.drenge.co.uk/" class="top-color " rel="dofollow">
  2833.                            casinos not on GamStop
  2834.                        </a>
  2835.                    </li>
  2836.                
  2837.                    <li>
  2838.                        <a href="https://www.mugdock-country-park.org.uk/" class="top-color " rel="dofollow">
  2839.                            casino not on GamStop
  2840.                        </a>
  2841.                    </li>
  2842.                
  2843.                    <li>
  2844.                        <a href="https://www.covent-garden.co.uk/" class="top-color " rel="dofollow">
  2845.                            casinos not on GamStop
  2846.                        </a>
  2847.                    </li>
  2848.                
  2849.                    <li>
  2850.                        <a href="https://socialeatinghouse.com/" class="top-color " rel="dofollow">
  2851.                            UK casino not on GamStop
  2852.                        </a>
  2853.                    </li>
  2854.                
  2855.                    <li>
  2856.                        <a href="https://hmdbookclub.co.uk/" class="top-color " rel="dofollow">
  2857.                            casinos not on GamStop
  2858.                        </a>
  2859.                    </li>
  2860.                
  2861.                    <li>
  2862.                        <a href="https://thenewoxford.com/" class="top-color " rel="dofollow">
  2863.                            new non GamStop casinos
  2864.                        </a>
  2865.                    </li>
  2866.                
  2867.                    <li>
  2868.                        <a href="https://www.kysty.co.uk/" class="top-color " rel="dofollow">
  2869.                            Fair Casinos Not on GAMSTOP
  2870.                        </a>
  2871.                    </li>
  2872.                
  2873.                    <li>
  2874.                        <a href="https://www.illinoistech.org/" class="top-color " rel="dofollow">
  2875.                            crypto casinos no kyc
  2876.                        </a>
  2877.                    </li>
  2878.                
  2879.                    <li>
  2880.                        <a href="https://oncallfire.uk/" class="top-color " rel="dofollow">
  2881.                            New Casino Not on GAMSTOP
  2882.                        </a>
  2883.                    </li>
  2884.                
  2885.                    <li>
  2886.                        <a href="https://thisables.com/" class="top-color " rel="dofollow">
  2887.                            non gamstop bingo
  2888.                        </a>
  2889.                    </li>
  2890.                
  2891.                    <li>
  2892.                        <a href="https://www.canoe-england.org.uk/" class="top-color " rel="dofollow">
  2893.                            new betting sites uk
  2894.                        </a>
  2895.                    </li>
  2896.                
  2897.                    <li>
  2898.                        <a href="https://www.geekgirlmeetup.co.uk/" class="top-color " rel="dofollow">
  2899.                            non gamstop casino
  2900.                        </a>
  2901.                    </li>
  2902.                
  2903.                    <li>
  2904.                        <a href="https://www.regionalnetworks.org.uk/" class="top-color " rel="dofollow">
  2905.                            non Gamban
  2906.                        </a>
  2907.                    </li>
  2908.                
  2909.                    <li>
  2910.                        <a href="https://www.roadpeace.org/" class="top-color " rel="dofollow">
  2911.                            casinos not on gamstop
  2912.                        </a>
  2913.                    </li>
  2914.                
  2915.                    <li>
  2916.                        <a href="https://roadpeace.org/" class="top-color " rel="dofollow">
  2917.                            casino
  2918.                        </a>
  2919.                    </li>
  2920.                
  2921.                    <li>
  2922.                        <a href="https://www.taysideaviation.co.uk/" class="top-color " rel="dofollow">
  2923.                            non gamstop bookies
  2924.                        </a>
  2925.                    </li>
  2926.                
  2927.                    <li>
  2928.                        <a href="https://financialservicescultureboard.org.uk/" class="top-color " rel="dofollow">
  2929.                            non gamstop sports betting sites
  2930.                        </a>
  2931.                    </li>
  2932.                
  2933.            </ul>
  2934.        </div>
  2935.    
  2936.        <div class="widget category-widget">
  2937.            <h3>February 2026 Blog Roll</h3>
  2938.            <ul class="scrollable-sidebar">
  2939.                
  2940.                    <li>
  2941.                        <a href="https://glasgowmuseumsslavery.co.uk/" class="top-color " rel="dofollow">
  2942.                            top 10 online casinos
  2943.                        </a>
  2944.                    </li>
  2945.                
  2946.                    <li>
  2947.                        <a href="https://kam-media.co.uk/" class="top-color " rel="dofollow">
  2948.                            top 20 online casinos uk
  2949.                        </a>
  2950.                    </li>
  2951.                
  2952.                    <li>
  2953.                        <a href="https://www.voiceprint.co.uk/" class="top-color " rel="dofollow">
  2954.                            uk casinos not on gamstop
  2955.                        </a>
  2956.                    </li>
  2957.                
  2958.                    <li>
  2959.                        <a href="https://www.techandplay.org/" class="top-color " rel="dofollow">
  2960.                            uk betting sites
  2961.                        </a>
  2962.                    </li>
  2963.                
  2964.                    <li>
  2965.                        <a href="https://bereavementcommission.org.uk/" class="top-color " rel="dofollow">
  2966.                            casinos not on gamstop
  2967.                        </a>
  2968.                    </li>
  2969.                
  2970.                    <li>
  2971.                        <a href="https://www.bshg.org.uk/" class="top-color " rel="dofollow">
  2972.                            casinos not on gamstop
  2973.                        </a>
  2974.                    </li>
  2975.                
  2976.                    <li>
  2977.                        <a href="https://itechlabs.co.uk/" class="top-color " rel="dofollow">
  2978.                            new betting sites uk
  2979.                        </a>
  2980.                    </li>
  2981.                
  2982.                    <li>
  2983.                        <a href="https://esports-news.co.uk/betting-sites/non-gamstop/" class="top-color " rel="dofollow">
  2984.                            new uk betting sites
  2985.                        </a>
  2986.                    </li>
  2987.                
  2988.                    <li>
  2989.                        <a href="https://www.mesaonline.org/" class="top-color " rel="dofollow">
  2990.                            casinos not on gamstop
  2991.                        </a>
  2992.                    </li>
  2993.                
  2994.                    <li>
  2995.                        <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" class="top-color " rel="dofollow">
  2996.                            casinos not on gamstop
  2997.                        </a>
  2998.                    </li>
  2999.                
  3000.            </ul>
  3001.        </div>
  3002.    
  3003.  
  3004.    
  3005.    <div class="widget recent-post-widget mb-3">
  3006.        <h3>Popular Post</h3>
  3007.        <div class="posts">
  3008.            
  3009.            <div class="post">
  3010.                <div class="img-holder">
  3011.                    
  3012.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3013.                    
  3014.                </div>
  3015.                <div class="details">
  3016.                    <span class="date top-color" >11 May 2026 </span>
  3017.                    <h4> <a href="/a-tale-of-surprising-generosity-the-time-a-university-student-allowed-me-to-sleep-on-her-dorm-floor/" class="top-color">
  3018.                                            A Tale of Surprising Generosity: The Time a University Student Allowed Me to Sleep on Her Dorm Floor
  3019.                                            </a></h4>
  3020.                </div>
  3021.            </div>
  3022.            
  3023.            <div class="post">
  3024.                <div class="img-holder">
  3025.                    
  3026.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3027.                    
  3028.                </div>
  3029.                <div class="details">
  3030.                    <span class="date top-color" >11 May 2026 </span>
  3031.                    <h4> <a href="/among-the-devastated-debris-of-an-residential-building-i-found-a-volume-id-rendered/" class="top-color">
  3032.                                            Among the Devastated Debris of an Residential Building, I Found a Volume I’d Rendered
  3033.                                            </a></h4>
  3034.                </div>
  3035.            </div>
  3036.            
  3037.            <div class="post">
  3038.                <div class="img-holder">
  3039.                    
  3040.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3041.                    
  3042.                </div>
  3043.                <div class="details">
  3044.                    <span class="date top-color" >11 May 2026 </span>
  3045.                    <h4> <a href="/three-xbox-game-pass-titles-we-are-playing-this-weekend-october-10-12/" class="top-color">
  3046.                                            Three Xbox Game Pass Titles We Are Playing This Weekend (October 10-12)
  3047.                                            </a></h4>
  3048.                </div>
  3049.            </div>
  3050.            
  3051.            <div class="post">
  3052.                <div class="img-holder">
  3053.                    
  3054.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3055.                    
  3056.                </div>
  3057.                <div class="details">
  3058.                    <span class="date top-color" >11 May 2026 </span>
  3059.                    <h4> <a href="/everyday-reality-for-120000-displaced-people-in-the-extensive-shelter-on-the-malians-frontier/" class="top-color">
  3060.                                            Everyday Reality for 120,000 Displaced People in the Extensive Shelter on the Malians Frontier.
  3061.                                            </a></h4>
  3062.                </div>
  3063.            </div>
  3064.            
  3065.            <div class="post">
  3066.                <div class="img-holder">
  3067.                    
  3068.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3069.                    
  3070.                </div>
  3071.                <div class="details">
  3072.                    <span class="date top-color" >11 May 2026 </span>
  3073.                    <h4> <a href="/the-way-a-us-military-veteran-aided-the-venezuelan-opposition-leader-flee-venezuela/" class="top-color">
  3074.                                            The Way a US Military Veteran Aided the Venezuelan Opposition Leader Flee Venezuela
  3075.                                            </a></h4>
  3076.                </div>
  3077.            </div>
  3078.            
  3079.            <div class="post">
  3080.                <div class="img-holder">
  3081.                    
  3082.                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;  width: 80px;" alt="">
  3083.                    
  3084.                </div>
  3085.                <div class="details">
  3086.                    <span class="date top-color" >11 May 2026 </span>
  3087.                    <h4> <a href="/a-guide-to-speak-dating-like-zoomer-fifty-one-niche-words-for-love-sex-and-bad-behaviour/" class="top-color">
  3088.                                            A Guide to Speak Dating Like Zoomer: Fifty-One Niche Words for Love, Sex and Bad Behaviour
  3089.                                            </a></h4>
  3090.                </div>
  3091.            </div>
  3092.            
  3093.  
  3094.        </div>
  3095.    </div>
  3096.    
  3097. </div>
  3098.    
  3099.            </div>
  3100.      </div>
  3101.    </div>
  3102.  </section>
  3103.  
  3104.  <script>
  3105.    // Smooth fade on scroll (adds .fade-up on downward scroll, .fade-down on upward scroll)
  3106.    document.addEventListener('DOMContentLoaded', function () {
  3107.      // Fallback if IntersectionObserver unavailable
  3108.      if (!('IntersectionObserver' in window)) {
  3109.        document.querySelectorAll('.fade-base').forEach(el => el.classList.add('fade-show'));
  3110.        return;
  3111.      }
  3112.  
  3113.      let lastY = window.pageYOffset || 0;
  3114.      let scrollDir = 'down';
  3115.      let ticking = false;
  3116.  
  3117.      // Jank-free scroll direction tracking
  3118.      window.addEventListener('scroll', () => {
  3119.        const y = window.pageYOffset || 0;
  3120.        if (!ticking) {
  3121.          requestAnimationFrame(() => {
  3122.            scrollDir = y > lastY ? 'down' : 'up';
  3123.            lastY = y <= 0 ? 0 : y;
  3124.            ticking = false;
  3125.          });
  3126.          ticking = true;
  3127.        }
  3128.      }, { passive: true });
  3129.  
  3130.      const options = {
  3131.        threshold: 0.18,
  3132.        rootMargin: '0px 0px -8% 0px'
  3133.      };
  3134.  
  3135.      const io = new IntersectionObserver((entries) => {
  3136.        entries.forEach((entry) => {
  3137.          const el = entry.target;
  3138.  
  3139.          if (entry.isIntersecting) {
  3140.            // direction-based class
  3141.            el.classList.remove('fade-up', 'fade-down');
  3142.            el.classList.add(scrollDir === 'down' ? 'fade-up' : 'fade-down');
  3143.  
  3144.            // smooth timing (override-able per element via CSS vars)
  3145.            if (!el.style.getPropertyValue('--dur')) {
  3146.              el.style.setProperty('--dur', '700ms');
  3147.            }
  3148.            if (!el.style.getPropertyValue('--ease')) {
  3149.              el.style.setProperty('--ease', 'cubic-bezier(0.16,1,0.3,1)');
  3150.            }
  3151.  
  3152.            el.classList.add('fade-show');
  3153.          } else {
  3154.            // re-animate when re-entering
  3155.            el.classList.remove('fade-show');
  3156.          }
  3157.        });
  3158.      }, options);
  3159.  
  3160.      // Observe all fade targets with a light stagger
  3161.      const nodes = Array.from(document.querySelectorAll('.fade-base'));
  3162.      nodes.forEach((el, i) => {
  3163.        // 0–5 -> 0–300ms stagger (loops every 6)
  3164.        el.style.setProperty('--stagger', `${(i % 6) * 60}ms`);
  3165.        io.observe(el);
  3166.      });
  3167.    });
  3168.  </script>
  3169.  
  3170.  
  3171.    
  3172.        
  3173.        <!-- end wpo-blog-highlights-section -->
  3174.        <!-- start wpo-blog-sponsored-section -->
  3175.        
  3176.  
  3177.  
  3178.  
  3179.    
  3180.  
  3181.  
  3182.  <style>
  3183.    .sponsored-section-v7 {
  3184.      padding: 50px 0;
  3185.    }
  3186.    
  3187.    .sponsored-card-v7 {
  3188.      background: #fafafa;
  3189.      border: none;
  3190.      transition: transform 0.3s ease;
  3191.      height: 100%;
  3192.    }
  3193.    
  3194.    .sponsored-card-v7:hover {
  3195.      transform: translateY(-3px);
  3196.    }
  3197.    
  3198.    .sponsored-image-v7 {
  3199.      position: relative;
  3200.      height: 160px;
  3201.    }
  3202.    
  3203.    .sponsored-image-v7 img {
  3204.      width: 100%;
  3205.      height: 100%;
  3206.      object-fit: cover;
  3207.      border-radius: 10px; /* Apply curve to image */
  3208.    }
  3209.    
  3210.    .sponsored-badge-v7 {
  3211.      position: absolute;
  3212.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3213.      left: 10px;
  3214.      z-index: 10;
  3215.    
  3216.      /* pill look */
  3217.      display: inline-flex; /* vertical centering */
  3218.      align-items: center;
  3219.      justify-content: center;
  3220.      padding: 8px 16px; /* width = content + padding */
  3221.      border-radius: 999px; /* full pill */
  3222.      white-space: nowrap; /* ek hi line me rahe */
  3223.      /* text */
  3224.      font-size: 12px;
  3225.      text-transform: uppercase;
  3226.      letter-spacing: 0.5px;
  3227.      line-height: 1;
  3228.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3229.    }
  3230.    
  3231.    /* optional: icon ke saath thoda gap */
  3232.    .sponsored-badge-v7 i,
  3233.    .sponsored-badge-v7 .icon {
  3234.      margin-right: 8px;
  3235.      font-size: 14px;
  3236.      line-height: 1;
  3237.    }
  3238.    
  3239.    .sponsored-content-v7 {
  3240.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3241.    }
  3242.    
  3243.    .sponsored-title-v7 {
  3244.      font-size: 15px;
  3245.      font-weight: 700;
  3246.      line-height: 1.4;
  3247.      margin-bottom: 8px;
  3248.      color: #333;
  3249.    }
  3250.    
  3251.    .sponsored-title-v7 a {
  3252.      text-decoration: none;
  3253.      font-size: 16px;
  3254.      color: var(--topbar-color);
  3255.    }
  3256.    
  3257.    .sponsored-title-v7 a:hover {
  3258.      color: var(--bs-primary); /* Green hover */
  3259.    }
  3260.    
  3261.    .sponsored-excerpt-v7 {
  3262.      font-size: 12px;
  3263.      font-weight: 400;
  3264.      color:  var(--topbar-color);;
  3265.      margin-bottom: 10px;
  3266.      line-height: 1.5;
  3267.    }
  3268.    
  3269.    .sponsored-meta-v7 {
  3270.      font-size: 11px;
  3271.       color: var(--topbar-color);;
  3272.    }
  3273.    
  3274.    .author-info-v7 {
  3275.      margin-bottom: 5px;
  3276.    }
  3277.    
  3278.    .sponsored-author-img-v7 {
  3279.      width: 30px;
  3280.      height: 30px;
  3281.      border-radius: 50%;
  3282.      object-fit: cover;
  3283.      vertical-align: middle;
  3284.      margin-right: 5px;
  3285.    }
  3286.    
  3287.    .section-title-sponsored-v7 {
  3288.      font-size: 1.9rem;
  3289.      font-weight: 600;
  3290.      text-align: center;
  3291.      margin-bottom: 30px;
  3292.      color: #333;
  3293.      position: relative;
  3294.    }
  3295.    
  3296.    .section-title-sponsored-v7::after {
  3297.      content: '';
  3298.      position: absolute;
  3299.      bottom: -8px;
  3300.      left: 50%;
  3301.      transform: translateX(-50%);
  3302.      width: 100px;
  3303.      height: 3px;
  3304.      background: var(--bs-primary);
  3305.    }
  3306.    
  3307.    @media (max-width: 768px) {
  3308.      .sponsored-section-v7 {
  3309.        padding: 30px 0;
  3310.      }
  3311.      .sponsored-image-v7 {
  3312.        height: 120px;
  3313.      }
  3314.      .sponsored-content-v7 {
  3315.        padding: 35px 12px 12px;
  3316.      }
  3317.  
  3318.      .sponsored-title-v7 {
  3319.        font-size: 14px;
  3320.      }
  3321.      .sponsored-excerpt-v7 {
  3322.        font-size: 11px;
  3323.      }
  3324.      .section-title-sponsored-v7 {
  3325.        font-size: 1.6rem;
  3326.      }
  3327.    }
  3328.  </style>
  3329.  
  3330.  <section class="sponsored-section-v7">
  3331.    <div class="container-fluid fluid-container">
  3332.      <div class="row mb-3">
  3333.        <div class="col-12">
  3334.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3335.        </div>
  3336.      </div>
  3337.  
  3338.      <div class="row g-3 d-flex justify-content-center">
  3339.        
  3340.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3341.            <div class="card sponsored-card-v7">
  3342.              <div class="sponsored-image-v7">
  3343.                
  3344.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3345.                
  3346.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3347.              </div>
  3348.              <div class="sponsored-content-v7">
  3349.                <h3 class="sponsored-title-v7"><a href="/a-tale-of-surprising-generosity-the-time-a-university-student-allowed-me-to-sleep-on-her-dorm-floor/">A Tale of Surprising Generosity: The Time a University Student Allowed Me to Sleep on Her Dorm Floor</a></h3>
  3350.                <p class="sponsored-excerpt-v7 "></p>
  3351.                <div class="sponsored-meta-v7">
  3352.                  <div class="author-info-v7">
  3353.                    
  3354.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Eric Alexander" class="sponsored-author-img-v7" />
  3355.                    
  3356.                    <span>Eric Alexander</span>
  3357.                  </div>
  3358.                  <div>11 May 2026</div>
  3359.                </div>
  3360.              </div>
  3361.            </div>
  3362.          </div>
  3363.        
  3364.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3365.            <div class="card sponsored-card-v7">
  3366.              <div class="sponsored-image-v7">
  3367.                
  3368.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3369.                
  3370.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3371.              </div>
  3372.              <div class="sponsored-content-v7">
  3373.                <h3 class="sponsored-title-v7"><a href="/among-the-devastated-debris-of-an-residential-building-i-found-a-volume-id-rendered/">Among the Devastated Debris of an Residential Building, I Found a Volume I’d Rendered</a></h3>
  3374.                <p class="sponsored-excerpt-v7 "></p>
  3375.                <div class="sponsored-meta-v7">
  3376.                  <div class="author-info-v7">
  3377.                    
  3378.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Eric Alexander" class="sponsored-author-img-v7" />
  3379.                    
  3380.                    <span>Eric Alexander</span>
  3381.                  </div>
  3382.                  <div>11 May 2026</div>
  3383.                </div>
  3384.              </div>
  3385.            </div>
  3386.          </div>
  3387.        
  3388.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3389.            <div class="card sponsored-card-v7">
  3390.              <div class="sponsored-image-v7">
  3391.                
  3392.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3393.                
  3394.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3395.              </div>
  3396.              <div class="sponsored-content-v7">
  3397.                <h3 class="sponsored-title-v7"><a href="/three-xbox-game-pass-titles-we-are-playing-this-weekend-october-10-12/">Three Xbox Game Pass Titles We Are Playing This Weekend (October 10-12)</a></h3>
  3398.                <p class="sponsored-excerpt-v7 "></p>
  3399.                <div class="sponsored-meta-v7">
  3400.                  <div class="author-info-v7">
  3401.                    
  3402.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Eric Alexander" class="sponsored-author-img-v7" />
  3403.                    
  3404.                    <span>Eric Alexander</span>
  3405.                  </div>
  3406.                  <div>11 May 2026</div>
  3407.                </div>
  3408.              </div>
  3409.            </div>
  3410.          </div>
  3411.        
  3412.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3413.            <div class="card sponsored-card-v7">
  3414.              <div class="sponsored-image-v7">
  3415.                
  3416.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3417.                
  3418.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3419.              </div>
  3420.              <div class="sponsored-content-v7">
  3421.                <h3 class="sponsored-title-v7"><a href="/everyday-reality-for-120000-displaced-people-in-the-extensive-shelter-on-the-malians-frontier/">Everyday Reality for 120,000 Displaced People in the Extensive Shelter on the Malians Frontier.</a></h3>
  3422.                <p class="sponsored-excerpt-v7 "></p>
  3423.                <div class="sponsored-meta-v7">
  3424.                  <div class="author-info-v7">
  3425.                    
  3426.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Eric Alexander" class="sponsored-author-img-v7" />
  3427.                    
  3428.                    <span>Eric Alexander</span>
  3429.                  </div>
  3430.                  <div>11 May 2026</div>
  3431.                </div>
  3432.              </div>
  3433.            </div>
  3434.          </div>
  3435.        
  3436.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3437.            <div class="card sponsored-card-v7">
  3438.              <div class="sponsored-image-v7">
  3439.                
  3440.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3441.                
  3442.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3443.              </div>
  3444.              <div class="sponsored-content-v7">
  3445.                <h3 class="sponsored-title-v7"><a href="/the-way-a-us-military-veteran-aided-the-venezuelan-opposition-leader-flee-venezuela/">The Way a US Military Veteran Aided the Venezuelan Opposition Leader Flee Venezuela</a></h3>
  3446.                <p class="sponsored-excerpt-v7 "></p>
  3447.                <div class="sponsored-meta-v7">
  3448.                  <div class="author-info-v7">
  3449.                    
  3450.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Eric Alexander" class="sponsored-author-img-v7" />
  3451.                    
  3452.                    <span>Eric Alexander</span>
  3453.                  </div>
  3454.                  <div>11 May 2026</div>
  3455.                </div>
  3456.              </div>
  3457.            </div>
  3458.          </div>
  3459.        
  3460.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3461.            <div class="card sponsored-card-v7">
  3462.              <div class="sponsored-image-v7">
  3463.                
  3464.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3465.                
  3466.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3467.              </div>
  3468.              <div class="sponsored-content-v7">
  3469.                <h3 class="sponsored-title-v7"><a href="/a-guide-to-speak-dating-like-zoomer-fifty-one-niche-words-for-love-sex-and-bad-behaviour/">A Guide to Speak Dating Like Zoomer: Fifty-One Niche Words for Love, Sex and Bad Behaviour</a></h3>
  3470.                <p class="sponsored-excerpt-v7 "></p>
  3471.                <div class="sponsored-meta-v7">
  3472.                  <div class="author-info-v7">
  3473.                    
  3474.                      <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Eric Alexander" class="sponsored-author-img-v7" />
  3475.                    
  3476.                    <span>Eric Alexander</span>
  3477.                  </div>
  3478.                  <div>11 May 2026</div>
  3479.                </div>
  3480.              </div>
  3481.            </div>
  3482.          </div>
  3483.        
  3484.      </div>
  3485.    </div>
  3486.  </section>
  3487.  
  3488.  
  3489.    
  3490.        <!-- end wpo-blog-sponsored-section -->
  3491.        <!-- start wpo-subscribe-section -->
  3492.        
  3493.        <!-- end subscribe-section -->
  3494.        <!-- start of wpo-site-footer-section -->
  3495.        
  3496.  
  3497.  
  3498.  
  3499.  
  3500.  
  3501.  
  3502. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3503. <footer class="footer-v5 bg-primary-gradient border-top">
  3504.    
  3505.    <!-- Main Footer Content -->
  3506.    <div class="container-fluid py-5">
  3507.        
  3508.        <!-- Top Section with Logo and Description -->
  3509.        <div class="row mb-5">
  3510.            <div class="col-12 text-center">
  3511.                <div class="footer-brand mb-4">
  3512.                    
  3513.                    <h4 class="fw-bold footer-color mb-2">Vivid Platform UK</h4>
  3514.                    <p class="footer-color opacity-50">Explore the latest in digital innovation, tech trends, and industry insights from the UK&#x27;s leading platform. Stay updated with expert analysis and practical advice.</p>
  3515.                </div>
  3516.            </div>
  3517.        </div>
  3518.  
  3519.        <!-- Content Grid -->
  3520.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3521.            
  3522.            <!-- Quick Links Column -->
  3523.            <div class="">
  3524.                <div class="footer-section">
  3525.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3526.                        Quick Links
  3527.                    </h6>
  3528.                    <ul class="list-unstyled footer-links">
  3529.                        
  3530.                        <li class="mb-2">
  3531.                            <a href="/putin-assures-steady-oil-shipments-to-the-indian-nation-in-snub-of-us-sanctions/"
  3532.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3533.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3534.                                Putin Assures Steady Oil Shipments to the Indian Nation in Snub of US Sanctions
  3535.                            </a>
  3536.                        </li>
  3537.                        
  3538.                        <li class="mb-2">
  3539.                            <a href="/gaza-strip-conflict-in-maps-after-two-years-of-fighting/"
  3540.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3541.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3542.                                Gaza Strip Conflict in Maps After Two Years of Fighting
  3543.                            </a>
  3544.                        </li>
  3545.                        
  3546.                        <li class="mb-2">
  3547.                            <a href="/democrats-criticize-trump-after-he-states-they-should-face-execution/"
  3548.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3549.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3550.                                Democrats Criticize Trump After He States They Should Face Execution
  3551.                            </a>
  3552.                        </li>
  3553.                        
  3554.                        <li class="mb-2">
  3555.                            <a href="/these-athletes-and-coaches-not-born-in-the-usa/"
  3556.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3557.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3558.                                These Athletes and Coaches Not Born in the USA
  3559.                            </a>
  3560.                        </li>
  3561.                        
  3562.                        <li class="mb-2">
  3563.                            <a href="/russia-blocks-snapchat-and-cracks-down-on-apples-facetime-state-media-say/"
  3564.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3565.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3566.                                Russia Blocks Snapchat and Cracks Down on Apple&#x27;s FaceTime, State Media Say
  3567.                            </a>
  3568.                        </li>
  3569.                        
  3570.                        <li class="mb-2">
  3571.                            <a href="/chornobyl-catastrophe-shelter-no-longer-blocks-radiation-requires-major-restoration-international-atomic-energy-agency/"
  3572.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3573.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3574.                                Chornobyl Catastrophe Shelter No Longer Blocks Radiation, Requires Major Restoration – International Atomic Energy Agency
  3575.                            </a>
  3576.                        </li>
  3577.                        
  3578.                    </ul>
  3579.                </div>
  3580.            </div>
  3581.  
  3582.            <!-- Resources Column -->
  3583.            <div class="">
  3584.                <div class="footer-section">
  3585.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3586.                        Resources
  3587.                    </h6>
  3588.                   <ul class="footer-links" id="footerLinks">
  3589.        
  3590.        
  3591.  
  3592.        
  3593.        
  3594.        
  3595.        
  3596.    </ul>
  3597.                </div>
  3598.            </div>
  3599.  
  3600.            <!-- Categories Column -->
  3601.            <div class="">
  3602.                <div class="footer-section">
  3603.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3604.                        Categories
  3605.                    </h6>
  3606.                    <div class="category-tags">
  3607.                      
  3608.                                <li>
  3609.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3610.                                        All Posts
  3611.                                    </a>
  3612.                                </li>
  3613.                                
  3614.                                <li>
  3615.                                    <a href="/category/business/" class="footer-link footer-color">
  3616.                                        Business
  3617.                                    </a>
  3618.                                </li>
  3619.                                
  3620.                                <li>
  3621.                                    <a href="/category/esports/" class="footer-link footer-color">
  3622.                                        Esports
  3623.                                    </a>
  3624.                                </li>
  3625.                                
  3626.                                <li>
  3627.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3628.                                        Fashion
  3629.                                    </a>
  3630.                                </li>
  3631.                                
  3632.                                <li>
  3633.                                    <a href="/category/featured/" class="footer-link footer-color">
  3634.                                        Featured
  3635.                                    </a>
  3636.                                </li>
  3637.                                
  3638.                                <li>
  3639.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3640.                                        Gaming
  3641.                                    </a>
  3642.                                </li>
  3643.                                
  3644.                    </div>
  3645.                </div>
  3646.            </div>
  3647.  
  3648.        </div>
  3649.  
  3650.    </div>
  3651.  
  3652.    <!-- Footer Bottom -->
  3653.    <div class="footer-bottom  border-top py-3">
  3654.        <div class="container-fluid fluid-container">
  3655.            <div class=" d-flex justify-content-between flex-wrap">
  3656.                <div class="">
  3657.                    <p class="mb-0 footer-color  ">
  3658.                        © 2026 <span class="fw-semibold footer-color">Vivid Platform UK</span>. All rights reserved.
  3659.                    </p>
  3660.                </div>
  3661.                <div class="">
  3662.                    <div class="footer-nav">
  3663.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3664.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3665.                        </a>
  3666.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3667.                            <i class="bi bi-file-text me-1"></i>Terms
  3668.                        </a>
  3669.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3670.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3671.                        </a>
  3672.                    </div>
  3673.                </div>
  3674.            </div>
  3675.        </div>
  3676.    </div>
  3677.  
  3678. </footer>
  3679.  
  3680. <style>
  3681. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3682.  
  3683.  
  3684.  
  3685.  
  3686. .footer-logo {
  3687.    border-radius: 8px;
  3688. }
  3689.  
  3690. /* Footer Sections */
  3691. .footer-section {
  3692.    padding: 0 15px;
  3693. }
  3694.  
  3695. .footer-section h6 {
  3696.    position: relative;
  3697.    padding-bottom: 8px;
  3698. }
  3699.  
  3700. .footer-section h6::after {
  3701.    content: '';
  3702.    position: absolute;
  3703.    bottom: 0;
  3704.    left: 0;
  3705.    width: 30px;
  3706.    height: 2px;
  3707.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3708.    border-radius: 1px;
  3709. }
  3710.  
  3711. /* Links Styling */
  3712. .footer-links a {
  3713.    transition: all 0.3s ease;
  3714.    padding: 4px 0;
  3715.    border-radius: 4px;
  3716. }
  3717.  
  3718. .footer-links a:hover {
  3719.    color: var(--bs-primary) !important;
  3720.    padding-left: 8px;
  3721. }
  3722.  
  3723. .footer-links a:hover i {
  3724.    transform: translateX(2px);
  3725. }
  3726.  
  3727. /* Category Tags */
  3728. .category-tag {
  3729.    transition: all 0.3s ease;
  3730.    padding: 6px 12px !important;
  3731.    font-size: 0.875rem;
  3732. }
  3733.  
  3734.  
  3735.  
  3736. /* Footer Bottom */
  3737. .footer-bottom {
  3738.    backdrop-filter: blur(10px);
  3739. }
  3740.  
  3741. /* Responsive Design */
  3742. @media (max-width: 768px) {
  3743.    .footer-v5 {
  3744.        margin-top: 60px;
  3745.    }
  3746.    
  3747.    .footer-section {
  3748.        text-align:start;
  3749.        margin-bottom: 40px;
  3750.    }
  3751.    
  3752.    .footer-links a,
  3753.    .category-tags {
  3754.        justify-content:start;
  3755.    }
  3756.    
  3757.    .social-links .d-flex {
  3758.        justify-content:start;
  3759.    }
  3760. }
  3761.  
  3762. @media (max-width: 576px) {
  3763.    .footer-brand h4 {
  3764.        font-size: 1.25rem;
  3765.    }
  3766.    
  3767.    .stats-item h5 {
  3768.        font-size: 1.1rem;
  3769.    }
  3770.    
  3771.    .newsletter-form .btn {
  3772.        padding: 8px 12px;
  3773.    }
  3774. }
  3775.  
  3776. /* Animation Classes */
  3777. .fade-in {
  3778.    animation: fadeIn 0.6s ease-in;
  3779. }
  3780.  
  3781. @keyframes fadeIn {
  3782.    from { opacity: 0; transform: translateY(20px); }
  3783.    to { opacity: 1; transform: translateY(0); }
  3784. }
  3785.  
  3786. /* Loading State */
  3787. .loading {
  3788.    pointer-events: none;
  3789.    opacity: 0.7;
  3790. }
  3791.  
  3792. .loading .btn {
  3793.    position: relative;
  3794. }
  3795.  
  3796. .loading .btn::after {
  3797.    content: '';
  3798.    position: absolute;
  3799.    top: 50%;
  3800.    left: 50%;
  3801.    width: 16px;
  3802.    height: 16px;
  3803.    margin: -8px 0 0 -8px;
  3804.    border: 2px solid transparent;
  3805.    border-top-color: currentColor;
  3806.    border-radius: 50%;
  3807.    animation: spin 1s linear infinite;
  3808. }
  3809.  
  3810. @keyframes spin {
  3811.    to { transform: rotate(360deg); }
  3812. }
  3813.  
  3814. /* Utility Classes */
  3815. .text-gradient {
  3816.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3817.    -webkit-background-clip: text;
  3818.    -webkit-text-fill-color: transparent;
  3819.    background-clip: text;
  3820. }
  3821.  
  3822. .hover-lift {
  3823.    transition: transform 0.3s ease;
  3824. }
  3825.  
  3826. .hover-lift:hover {
  3827.    transform: translateY(-2px);
  3828. }
  3829. </style>
  3830.  
  3831.  
  3832. <script>
  3833. document.addEventListener('DOMContentLoaded', function() {
  3834.    
  3835.    // Initialize Bootstrap tooltips
  3836.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3837.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3838.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3839.    });
  3840.  
  3841.    // Newsletter form handling
  3842.    const newsletterForm = document.querySelector('.newsletter-form');
  3843.    if (newsletterForm) {
  3844.        newsletterForm.addEventListener('submit', function(e) {
  3845.            e.preventDefault();
  3846.            
  3847.            const email = this.querySelector('input[name="email"]').value.trim();
  3848.            const submitBtn = this.querySelector('button[type="submit"]');
  3849.            const originalContent = submitBtn.innerHTML;
  3850.            
  3851.            // Validate email
  3852.            if (!email || !isValidEmail(email)) {
  3853.                showToast('Please enter a valid email address', 'error');
  3854.                return;
  3855.            }
  3856.            
  3857.            // Show loading state
  3858.            this.classList.add('loading');
  3859.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  3860.            submitBtn.disabled = true;
  3861.            
  3862.            // Simulate API call
  3863.            setTimeout(() => {
  3864.                // Success state
  3865.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  3866.                submitBtn.classList.remove('btn-primary');
  3867.                submitBtn.classList.add('btn-success');
  3868.                
  3869.                showToast('Successfully subscribed to newsletter!', 'success');
  3870.                
  3871.                // Reset form
  3872.                setTimeout(() => {
  3873.                    this.classList.remove('loading');
  3874.                    submitBtn.innerHTML = originalContent;
  3875.                    submitBtn.classList.remove('btn-success');
  3876.                    submitBtn.classList.add('btn-primary');
  3877.                    submitBtn.disabled = false;
  3878.                    this.reset();
  3879.                }, 2000);
  3880.                
  3881.            }, 1500);
  3882.        });
  3883.    }
  3884.    
  3885.    // Email validation function
  3886.    function isValidEmail(email) {
  3887.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3888.        return emailRegex.test(email);
  3889.    }
  3890.    
  3891.    // Toast notification function
  3892.    function showToast(message, type = 'info') {
  3893.        // Remove existing toasts
  3894.        const existingToasts = document.querySelectorAll('.custom-toast');
  3895.        existingToasts.forEach(toast => toast.remove());
  3896.        
  3897.        // Create toast
  3898.        const toast = document.createElement('div');
  3899.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3900.        toast.style.zIndex = '9999';
  3901.        toast.innerHTML = `
  3902.            <div class="d-flex align-items-center">
  3903.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3904.                <span>${message}</span>
  3905.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3906.            </div>
  3907.        `;
  3908.        
  3909.        document.body.appendChild(toast);
  3910.        
  3911.        // Auto remove after 4 seconds
  3912.        setTimeout(() => {
  3913.            if (toast && toast.parentNode) {
  3914.                toast.remove();
  3915.            }
  3916.        }, 4000);
  3917.    }
  3918.    
  3919.    // Smooth scroll for internal links
  3920.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3921.        anchor.addEventListener('click', function(e) {
  3922.            e.preventDefault();
  3923.            const target = document.querySelector(this.getAttribute('href'));
  3924.            if (target) {
  3925.                target.scrollIntoView({
  3926.                    behavior: 'smooth',
  3927.                    block: 'start'
  3928.                });
  3929.            }
  3930.        });
  3931.    });
  3932.    
  3933.    // Add fade-in animation to footer sections on scroll
  3934.    const observerOptions = {
  3935.        threshold: 0.1,
  3936.        rootMargin: '0px 0px -50px 0px'
  3937.    };
  3938.    
  3939.    const sectionObserver = new IntersectionObserver((entries) => {
  3940.        entries.forEach(entry => {
  3941.            if (entry.isIntersecting) {
  3942.                entry.target.classList.add('fade-in');
  3943.            }
  3944.        });
  3945.    }, observerOptions);
  3946.    
  3947.    // Observe footer sections
  3948.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3949.        sectionObserver.observe(section);
  3950.    });
  3951.    
  3952.    // Enhanced hover effects for category tags
  3953.    document.querySelectorAll('.category-tag').forEach(tag => {
  3954.        tag.addEventListener('mouseenter', function() {
  3955.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3956.        });
  3957.        
  3958.        tag.addEventListener('mouseleave', function() {
  3959.            this.style.transform = 'translateY(0) scale(1)';
  3960.        });
  3961.    });
  3962.    
  3963.    // Prevent default for demo links
  3964.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3965.        link.addEventListener('click', function(e) {
  3966.            e.preventDefault();
  3967.        });
  3968.    });
  3969.    
  3970.    // Add click ripple effect to buttons
  3971.    document.querySelectorAll('.btn').forEach(btn => {
  3972.        btn.addEventListener('click', function(e) {
  3973.            const ripple = document.createElement('span');
  3974.            const rect = this.getBoundingClientRect();
  3975.            const size = Math.max(rect.width, rect.height);
  3976.            const x = e.clientX - rect.left - size / 2;
  3977.            const y = e.clientY - rect.top - size / 2;
  3978.            
  3979.            ripple.style.cssText = `
  3980.                position: absolute;
  3981.                left: ${x}px;
  3982.                top: ${y}px;
  3983.                width: ${size}px;
  3984.                height: ${size}px;
  3985.                border-radius: 50%;
  3986.                background: rgba(255, 255, 255, 0.4);
  3987.                transform: scale(0);
  3988.                animation: ripple-effect 0.6s linear;
  3989.                pointer-events: none;
  3990.            `;
  3991.            
  3992.            this.style.position = 'relative';
  3993.            this.style.overflow = 'hidden';
  3994.            this.appendChild(ripple);
  3995.            
  3996.            setTimeout(() => ripple.remove(), 600);
  3997.        });
  3998.    });
  3999.    
  4000. });
  4001.  
  4002. // Add ripple animation CSS
  4003. const rippleCSS = document.createElement('style');
  4004. rippleCSS.textContent = `
  4005.    @keyframes ripple-effect {
  4006.        to {
  4007.            transform: scale(4);
  4008.            opacity: 0;
  4009.        }
  4010.    }
  4011. `;
  4012. document.head.appendChild(rippleCSS);
  4013.  
  4014. document.addEventListener('DOMContentLoaded', function () {
  4015.    var btn = document.getElementById('toggleFooterLinks');
  4016.    if (!btn) return; // No extra links, no button
  4017.  
  4018.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4019.  
  4020.    btn.addEventListener('click', function () {
  4021.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4022.            return li.classList.contains('d-none');
  4023.        });
  4024.  
  4025.        extras.forEach(function (li) {
  4026.            if (anyHidden) {
  4027.                li.classList.remove('d-none');
  4028.                li.classList.add('show');
  4029.            } else {
  4030.                li.classList.add('d-none');
  4031.                li.classList.remove('show');
  4032.            }
  4033.        });
  4034.  
  4035.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4036.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4037.    });
  4038. });
  4039.  
  4040. </script>
  4041.  
  4042.        <!-- end of wpo-site-footer-section -->
  4043.    </div>
  4044.    <!-- end of page-wrapper -->
  4045.  
  4046.    <!-- All JavaScript files
  4047.    ================================================== -->
  4048.    
  4049.  
  4050. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4051. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4052. <!-- Plugins for this template -->
  4053. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4054. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4055. <!-- Custom script for this template -->
  4056. <script src="/static/blogapp/assets/js/script.js"></script>
  4057.  
  4058. <script>
  4059. (function () {
  4060. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4061. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4062.  
  4063. function applyFallback(img) {
  4064. if (!img || img.dataset.fallbackApplied === "1") {
  4065. return;
  4066. }
  4067. var failedSrc = img.currentSrc || img.src || "";
  4068. img.dataset.fallbackApplied = "1";
  4069. img.onerror = null;
  4070. img.src = fallbackImageSrc;
  4071. console.warn("[ImageFallback] Replaced broken image:", {
  4072. failedSrc: failedSrc,
  4073. fallbackSrc: fallbackImageSrc,
  4074. alt: img.alt || "",
  4075. });
  4076. }
  4077.  
  4078. document.querySelectorAll("img").forEach(function (img) {
  4079. if (img.complete && img.naturalWidth === 0) {
  4080. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4081. failedSrc: img.currentSrc || img.src || "",
  4082. alt: img.alt || "",
  4083. });
  4084. applyFallback(img);
  4085. }
  4086. });
  4087.  
  4088. document.addEventListener(
  4089. "error",
  4090. function (event) {
  4091. var target = event.target;
  4092. if (target && target.tagName === "IMG") {
  4093. applyFallback(target);
  4094. }
  4095. },
  4096. true
  4097. );
  4098. })();
  4099. </script>
  4100.  
  4101. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4102.  
  4103.  
  4104.  
  4105. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"c3c610eec8034b05ac4eccf9d12c4619","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4106. </body>
  4107.  
  4108. </html>
  4109.  
  4110.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda