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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="karla">
  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_-_2025-04-28T155825.434_d8RkbCq_psqkRai_1Bc13iH.png">
  14.    
  15.  
  16.    <title>Playworld Site UK - Discover Fun Activities and Creative Play Ideas</title>
  17.    <meta name="description" content="Explore Playworld Site UK for the latest in fun activities, creative play ideas, and family entertainment tips to inspire joy and learning for all ages.">
  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://playworldsite.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #52b69a;
  42.        --bs-primary-rgb: 52b69a;
  43.        --bs-secondary: #71717a;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #ecfdf5;
  49.        --bs-dark: #1b4332;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #52b69a;
  53.        --theme-primary-color-s2: #52b69a;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1b4332;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1b4332;
  59.        --border-color: #99f6e4;
  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: #ccfbf1;
  75.        --navbar-color: #1b4332;
  76.        --topbar-bg: #ecfdf5;
  77.        --topbar-color: #1b4332;
  78.        --footer-bg: #1b4332;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 12px;
  83.        --link-color: #52b69a;
  84.        --link-hover: #3d8b74;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(82, 182, 154, 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_34">
  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="/white-house-decries-democrat-hoax-as-more-epstein-estate-photographs-released/" class="px-5 top-color">
  420.                    White House Decries &#x27;Democrat Hoax&#x27; as More Epstein Estate Photographs Released
  421.                  </a>
  422.                  
  423.                  <a href="/the-defender-leaves-international-scene-long-after-her-reputation-was-carved-among-football-icons/" class="px-5 top-color">
  424.                    The Defender Leaves International Scene Long After Her Reputation Was Carved Among Football Icons
  425.                  </a>
  426.                  
  427.                  <a href="/the-hit-drama-confirmed-for-7th-season-on-bbc/" class="px-5 top-color">
  428.                    The Hit Drama Confirmed for 7th Season on BBC
  429.                  </a>
  430.                  
  431.                  <a href="/emma-raducanu-wraps-up-this-years-campaign-and-will-keep-coach-through-next-year/" class="px-5 top-color">
  432.                    Emma Raducanu wraps up this year&#x27;s campaign and will keep coach through next year.
  433.                  </a>
  434.                  
  435.                  <a href="/3-game-pass-titles-that-will-justify-your-membership-during-the-weekend-nov-21-23/" class="px-5 top-color">
  436.                    3 Game Pass Titles That Will Justify Your Membership During the Weekend (Nov. 21-23)
  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.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/7682c138-f245-47ea-931b-7ff96605a931_logo.png" alt="Playworld Site UK" class="logo-img-v9" />
  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-v5">
  1626.  <div class="container-fluid fluid-container">
  1627.    <!-- Hero Header -->
  1628.  
  1629.    <!-- Main Content Grid -->
  1630.    <div class="row g-4">
  1631.      <!-- Large Featured Post - Left Side -->
  1632.      <div class="col-lg-6 col-md-12">
  1633.        
  1634.        
  1635.          
  1636.        <div class="large-featured-card">
  1637.          <div class="card-image-wrapper">
  1638.            
  1639.                <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="card-image">
  1640.            
  1641.            <div class="image-overlay">
  1642.              <span class="category-pill fashion bg-primary-gradient">News</span>
  1643.            </div>
  1644.          </div>
  1645.          <div class="card-content">
  1646.            <h2 class="card-title"><a class="top-color" href="/ashes-pre-series-trash-talk-escalates-as-stuart-broad-calls-australia-the-worst-after-2010/">
  1647.                                        Ashes Pre-Series Trash Talk Escalates as Stuart Broad Calls Australia the Worst After 2010
  1648.                                    </a></h2>
  1649.            <p class="card-description"></p>
  1650.            <div class="card-footer">
  1651.              <div class="author-section">
  1652.                <div class="author-avatar">
  1653.                  
  1654.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/1c121db1-0462-4415-9af9-e2f1f88f73ac_profile.png" alt="Paul Berry" style="object-fit: cover;" class="author-img">
  1655.                    
  1656.                </div>
  1657.                <div class="author-details">
  1658.                  <span class="author-name">Paul Berry</span>
  1659.                  <span class="publish-date">15 May 2026</span>
  1660.                </div>
  1661.              </div>
  1662.              <div class="read-time">
  1663.                <!-- <span>9 min read</span> -->
  1664.              </div>
  1665.            </div>
  1666.          </div>
  1667.        </div>
  1668.  
  1669.        
  1670.      </div>
  1671.      
  1672.  
  1673.      <!-- Right Side - Grid of Posts -->
  1674.      <div class="col-lg-6 col-md-12">
  1675.        <div class="row h-100">
  1676.          
  1677.          
  1678.            
  1679.          <!-- Medium Featured Post -->
  1680.          <div class="col-12 mb-3">
  1681.            <div class="medium-featured-card h-100">
  1682.              <div class="row g-0 h-100">
  1683.                <div class="col-md-6">
  1684.                  <div class="medium-image-wrapper">
  1685.                    
  1686.                          <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1687.                      
  1688.                    <div class="medium-overlay">
  1689.                      <span class="category-pill travel bg-primary-gradient">News</span>
  1690.                    </div>
  1691.                  </div>
  1692.                </div>
  1693.                <div class="col-md-6">
  1694.                  <div class="medium-content">
  1695.                    <h3 class="medium-title"><a class="top-color" href="/stefanos-tsitsipas-contemplated-retirement-amid-pain-filled-2025-season/">
  1696.                                        Stefanos Tsitsipas Contemplated Retirement Amid Pain-Filled 2025 Season
  1697.                                    </a></h3>
  1698.                    <p class="medium-excerpt"></p>
  1699.                    <div class="medium-meta">
  1700.                      <span class="author">By Paul Berry</span>
  1701.                      <span class="date">15 May 2026</span>
  1702.                    </div>
  1703.                  </div>
  1704.                </div>
  1705.              </div>
  1706.            </div>
  1707.          </div>
  1708.  
  1709.          
  1710.          
  1711.  
  1712.          
  1713.            <!-- Small Cards Row -->
  1714.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1715.              <div class="small-card h-100">
  1716.                <div class="small-image-wrapper">
  1717.                    
  1718.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1719.                            style="object-fit: cover;" alt="">
  1720.                    
  1721.                  <span class="small-category bg-primary-gradient">News</span>
  1722.                </div>
  1723.                <div class="small-content">
  1724.                  <h4 class="small-title"> <a class="top-color" href="/spurs-centre-back-van-de-ven-shares-shock-over-postecoglou-dismissal/" >
  1725.                                        Spurs Centre-Back Van de Ven Shares Shock Over Postecoglou Dismissal
  1726.                                    </a></h4>
  1727.                  <p class="medium-excerpt"></p>
  1728.                  <div class="small-meta">
  1729.                    <span>By Paul Berry</span>
  1730.                    <span>14 May 2026</span>
  1731.                  </div>
  1732.                </div>
  1733.              </div>
  1734.            </div>
  1735.            
  1736.            <!-- Small Cards Row -->
  1737.            <div class="col-md-6 col-12 mb-md-0 mb-3">
  1738.              <div class="small-card h-100">
  1739.                <div class="small-image-wrapper">
  1740.                    
  1741.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1742.                            style="object-fit: cover;" alt="">
  1743.                    
  1744.                  <span class="small-category bg-primary-gradient">News</span>
  1745.                </div>
  1746.                <div class="small-content">
  1747.                  <h4 class="small-title"> <a class="top-color" href="/physical-health-versus-world-standing-boulters-australian-open-predicament/" >
  1748.                                        Physical Health versus World Standing - Boulter&#x27;s Australian Open Predicament
  1749.                                    </a></h4>
  1750.                  <p class="medium-excerpt"></p>
  1751.                  <div class="small-meta">
  1752.                    <span>By Paul Berry</span>
  1753.                    <span>14 May 2026</span>
  1754.                  </div>
  1755.                </div>
  1756.              </div>
  1757.            </div>
  1758.            
  1759.  
  1760.        </div>
  1761.      </div>
  1762.    </div>
  1763.  </div>
  1764. </div>
  1765.  
  1766. <style>
  1767.  /* Blog Hero V5 - Clean Card Grid Design */
  1768.  :root {
  1769.    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  1770.    --shadow-medium: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1771.    --shadow-heavy: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  1772.  
  1773.    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  1774.  }
  1775.  
  1776.  .blog-hero-v5 {
  1777.    padding: 4rem 0;
  1778.  }
  1779.  
  1780.  /* Hero Header */
  1781.  .hero-header {
  1782.    margin-bottom: 2rem;
  1783.  }
  1784.  
  1785.  .hero-title {
  1786.    font-size: 3.5rem;
  1787.    font-weight: 800;
  1788.    color: var(--text-dark);
  1789.    margin-bottom: 1rem;
  1790.    letter-spacing: -0.025em;
  1791.    line-height: 1.1;
  1792.  }
  1793.  
  1794.  .hero-subtitle {
  1795.    font-size: 1.25rem;
  1796.    color: var(--text-light);
  1797.    font-weight: 400;
  1798.    max-width: 600px;
  1799.    margin: 0 auto;
  1800.  }
  1801.  
  1802.  /* Large Featured Card */
  1803.  .large-featured-card {
  1804.    background: var(--card-bg);
  1805.    border-radius: var(--border-radius);
  1806.    box-shadow: var(--shadow-medium);
  1807.    overflow: hidden;
  1808.    height: 100%;
  1809.    transition: var(--transition);
  1810.    border: 1px solid var(--border-color);
  1811.  }
  1812.  
  1813.  .large-featured-card:hover {
  1814.    transform: translateY(-8px);
  1815.    box-shadow: var(--shadow-heavy);
  1816.  }
  1817.  
  1818.  .card-image-wrapper {
  1819.    position: relative;
  1820.    height: 280px;
  1821.    overflow: hidden;
  1822.  }
  1823.  
  1824.  .card-image {
  1825.    width: 100%;
  1826.    height: 100%;
  1827.    object-fit: cover;
  1828.    transition: var(--transition);
  1829.  }
  1830.  
  1831.  .large-featured-card:hover .card-image {
  1832.    transform: scale(1.05);
  1833.  }
  1834.  
  1835.  .image-overlay {
  1836.    position: absolute;
  1837.    top: 1.5rem;
  1838.    left: 1.5rem;
  1839.  }
  1840.  
  1841.  .card-content {
  1842.    padding: 2rem;
  1843.  }
  1844.  
  1845.  .card-title {
  1846.    font-size: 1.75rem;
  1847.    font-weight: 700;
  1848.    color: var(--text-dark);
  1849.    margin-bottom: 1rem;
  1850.    line-height: 1.3;
  1851.  }
  1852.  
  1853.  .card-description {
  1854.    color: var(--text-light);
  1855.    font-size: 1rem;
  1856.    line-height: 1.6;
  1857.    margin-bottom: 2rem;
  1858.  }
  1859.  
  1860.  .card-footer {
  1861.    display: flex;
  1862.    align-items: center;
  1863.    justify-content: space-between;
  1864.  }
  1865.  
  1866.  .author-section {
  1867.    display: flex;
  1868.    align-items: center;
  1869.    gap: 1rem;
  1870.  }
  1871.  
  1872.  .author-avatar {
  1873.    width: 48px;
  1874.    height: 48px;
  1875.    border-radius: 50%;
  1876.    overflow: hidden;
  1877.    border: 2px solid var(--border-color);
  1878.  }
  1879.  
  1880.  .author-avatar img {
  1881.    width: 100%;
  1882.    height: 100%;
  1883.    object-fit: cover;
  1884.  }
  1885.  
  1886.  .author-details {
  1887.    display: flex;
  1888.    flex-direction: column;
  1889.  }
  1890.  
  1891.  .author-name {
  1892.    font-weight: 600;
  1893.    color: var(--text-dark);
  1894.    font-size: 0.95rem;
  1895.  }
  1896.  
  1897.  .publish-date {
  1898.    color: var(--text-light);
  1899.    font-size: 0.875rem;
  1900.  }
  1901.  
  1902.  .read-time {
  1903.    background: var(--card-bg);
  1904.    padding: 0.5rem 1rem;
  1905.    border-radius: 20px;
  1906.    font-size: 0.875rem;
  1907.    color: var(--text-light);
  1908.    font-weight: 500;
  1909.  }
  1910.  
  1911.  /* Category Pills */
  1912.  .category-pill {
  1913.    display: inline-block;
  1914.    padding: 0.5rem 1rem;
  1915.    font-size: 0.75rem;
  1916.    font-weight: 600;
  1917.    text-transform: uppercase;
  1918.    letter-spacing: 0.05em;
  1919.    border-radius: 20px;
  1920.    color: white;
  1921.  }
  1922.  
  1923.  
  1924.  /* Medium Featured Card */
  1925.  .medium-featured-card {
  1926.    background: var(--card-bg);
  1927.    border-radius: var(--border-radius);
  1928.    box-shadow: var(--shadow-light);
  1929.    overflow: hidden;
  1930.    height: 220px;
  1931.    transition: var(--transition);
  1932.    border: 1px solid var(--border-color);
  1933.  }
  1934.  
  1935.  .medium-featured-card:hover {
  1936.    transform: translateY(-4px);
  1937.    box-shadow: var(--shadow-medium);
  1938.  }
  1939.  
  1940.  .medium-image-wrapper {
  1941.    position: relative;
  1942.    height: 100%;
  1943.    overflow: hidden;
  1944.  }
  1945.  
  1946.  .medium-image-wrapper img {
  1947.    width: 100%;
  1948.    height: 100%;
  1949.    object-fit: cover;
  1950.    transition: var(--transition);
  1951.  }
  1952.  
  1953.  .medium-featured-card:hover .medium-image-wrapper img {
  1954.    transform: scale(1.05);
  1955.  }
  1956.  
  1957.  .medium-overlay {
  1958.    position: absolute;
  1959.    top: 1rem;
  1960.    left: 1rem;
  1961.  }
  1962.  
  1963.  .medium-content {
  1964.    padding: 1.5rem;
  1965.    display: flex;
  1966.    flex-direction: column;
  1967.    justify-content: space-between;
  1968.    height: 100%;
  1969.  }
  1970.  
  1971.  .medium-title {
  1972.    font-size: 1.25rem;
  1973.    font-weight: 600;
  1974.    color: var(--text-dark);
  1975.    margin-bottom: 0.75rem;
  1976.    line-height: 1.3;
  1977.  }
  1978.  
  1979.  .medium-excerpt {
  1980.    color: var(--text-light);
  1981.    font-size: 0.9rem;
  1982.    line-height: 1.5;
  1983.    margin-bottom: 1rem;
  1984.    flex-grow: 1;
  1985.  }
  1986.  
  1987.  .medium-meta {
  1988.    display: flex;
  1989.    flex-direction: column;
  1990.    gap: 0.25rem;
  1991.    font-size: 0.8rem;
  1992.  }
  1993.  
  1994.  /* Small Cards */
  1995.  .small-card {
  1996.    background: var(--card-bg);
  1997.    border-radius: var(--border-radius);
  1998.    box-shadow: var(--shadow-light);
  1999.    overflow: hidden;
  2000.    transition: var(--transition);
  2001.    border: 1px solid var(--border-color);
  2002.    display: flex;
  2003.    flex-direction: column;
  2004.  }
  2005.  
  2006.  .small-card:hover {
  2007.    transform: translateY(-4px);
  2008.    box-shadow: var(--shadow-medium);
  2009.  }
  2010.  
  2011.  .small-image-wrapper {
  2012.    position: relative;
  2013.    height: 140px;
  2014.    overflow: hidden;
  2015.    flex-shrink: 0;
  2016.  }
  2017.  
  2018.  .small-image-wrapper img {
  2019.    width: 100%;
  2020.    height: 100%;
  2021.    object-fit: cover;
  2022.    transition: var(--transition);
  2023.  }
  2024.  
  2025.  .small-card:hover .small-image-wrapper img {
  2026.    transform: scale(1.05);
  2027.  }
  2028.  
  2029.  .small-category {
  2030.    position: absolute;
  2031.    top: 0.75rem;
  2032.    left: 0.75rem;
  2033.    padding: 0.25rem 0.75rem;
  2034.    font-size: 0.7rem;
  2035.    font-weight: 600;
  2036.    text-transform: uppercase;
  2037.    border-radius: 12px;
  2038.    color: white;
  2039.  }
  2040.  
  2041.  
  2042.  .small-content {
  2043.    padding: 1rem;
  2044.    flex-grow: 1;
  2045.    display: flex;
  2046.    flex-direction: column;
  2047.    justify-content: space-between;
  2048.  }
  2049.  
  2050.  .small-title {
  2051.    font-size: 1rem;
  2052.    font-weight: 600;
  2053.    color: var(--text-dark);
  2054.    margin-bottom: 0.75rem;
  2055.    line-height: 1.3;
  2056.  }
  2057.  
  2058.  .small-meta {
  2059.    display: flex;
  2060.    justify-content: space-between;
  2061.    font-size: 0.75rem;
  2062.    color: var(--text-light);
  2063.  }
  2064.  
  2065.  /* Stats Section - Removed */
  2066.  
  2067.  /* Responsive Design */
  2068.  @media (max-width: 992px) {
  2069.    .hero-title {
  2070.      font-size: 2.5rem;
  2071.    }
  2072.  
  2073.    .card-content {
  2074.      padding: 1.5rem;
  2075.    }
  2076.  
  2077.    .card-title {
  2078.      font-size: 1.5rem;
  2079.    }
  2080.  
  2081.    .medium-featured-card {
  2082.      height: auto;
  2083.    }
  2084.  
  2085.    .medium-content {
  2086.      height: auto;
  2087.    }
  2088.  }
  2089.  
  2090.  @media (max-width: 768px) {
  2091.    .blog-hero-v5 {
  2092.      padding: 2rem 0;
  2093.    }
  2094.  
  2095.    .hero-title {
  2096.      font-size: 2rem;
  2097.    }
  2098.  
  2099.    .hero-subtitle {
  2100.      font-size: 1rem;
  2101.    }
  2102.  
  2103.    .card-image-wrapper {
  2104.      height: 200px;
  2105.    }
  2106.  
  2107.    .medium-featured-card {
  2108.      height: auto;
  2109.    }
  2110.  
  2111.    .medium-image-wrapper {
  2112.      height: 150px;
  2113.    }
  2114.  
  2115.    .small-image-wrapper {
  2116.      height: 120px;
  2117.    }
  2118.  }
  2119.  
  2120.  @media (max-width: 576px) {
  2121.    .card-footer {
  2122.      flex-direction: column;
  2123.      align-items: flex-start;
  2124.      gap: 1rem;
  2125.    }
  2126.  
  2127.    .stat-number {
  2128.      font-size: 1.5rem;
  2129.    }
  2130.  }
  2131. </style>
  2132.  
  2133.  
  2134.  
  2135.  
  2136.  
  2137.        <!-- end of wpo-blog-hero -->
  2138.  
  2139.        <!-- start of wpo-breacking-news -->
  2140.        
  2141.        <!-- end of wpo-breacking-news -->
  2142.        
  2143.        <!-- start wpo-blog-highlights-section -->
  2144.        
  2145.  
  2146.  
  2147.  
  2148.    
  2149.  
  2150.  
  2151.  <style>
  2152.    /* Section Header */
  2153.    .section-header-v9 {
  2154.      text-align: center;
  2155.      margin-bottom: 20px;
  2156.    }
  2157.    
  2158.    .section-title-v9 {
  2159.      font-size: 3rem;
  2160.      font-weight: 700;
  2161.      color: var(--topbar-color);
  2162.      margin-bottom: 20px;
  2163.      text-transform: uppercase;
  2164.    }
  2165.    
  2166.    .section-subtitle-v9 {
  2167.      font-size: 1.2rem;
  2168.      color: var(--topbar-color);
  2169.      opacity: 0.5;
  2170.      max-width: 800px;
  2171.      margin: 0 auto;
  2172.      line-height: 1.8;
  2173.    }
  2174.        
  2175.    /* Blog Card */
  2176.    .blog-card-v9 {
  2177.      background: var(--card-bg);
  2178.      border: 1px solid var(--border-color);
  2179.      border-radius: 8px;
  2180.      margin-bottom: 30px;
  2181.      overflow: hidden;
  2182.      opacity: 0;
  2183.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  2184.    }
  2185.    
  2186.    .blog-card-v9.fade-in {
  2187.      opacity: 1;
  2188.    }
  2189.    
  2190.    @keyframes fadeIn {
  2191.      from {
  2192.        opacity: 0;
  2193.      }
  2194.      to {
  2195.        opacity: 1;
  2196.      }
  2197.    }
  2198.    
  2199.    .blog-card-v9:hover {
  2200.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  2201.    }
  2202.    
  2203.    /* Blog Image */
  2204.    .blog-image-container-v9 {
  2205.      width: 100%;
  2206.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  2207.      overflow: hidden;
  2208.    }
  2209.    
  2210.    .blog-image-v9 {
  2211.      width: 100%;
  2212.      height: 100%;
  2213.    }
  2214.    
  2215.    .blog-image-v9 img {
  2216.      width: 100%;
  2217.      height: 100%;
  2218.      object-fit: cover;
  2219.      display: block;
  2220.    }
  2221.    
  2222.    /* Blog Content */
  2223.    .blog-content-v9 {
  2224.      padding: 20px;
  2225.    }
  2226.    
  2227.    .blog-title-v9 {
  2228.      font-size: 1.2rem;
  2229.      font-weight: 600;
  2230.      margin-bottom: 15px;
  2231.      color: var(--topbar-color) !important;
  2232.      text-transform: capitalize;
  2233.    }
  2234.    
  2235.    .blog-meta-v9 {
  2236.      display: flex;
  2237.      align-items: center;
  2238.      gap: 10px;
  2239.      font-size: 0.9rem;
  2240.      color: var(--topbar-color);
  2241.      margin-bottom: 10px;
  2242.    }
  2243.    
  2244.    .blog-meta-v9 span {
  2245.      display: inline-block;
  2246.    }
  2247.    
  2248.    .blog-excerpt-v9 {
  2249.      font-size: 1rem;
  2250.      color: var(--topbar-color);
  2251.      opacity: .6;
  2252.      margin-bottom: 15px;
  2253.      line-height: 1.6;
  2254.    }
  2255.    
  2256.    .blog-actions-v9 {
  2257.      display: flex;
  2258.      justify-content: flex-start;
  2259.    }
  2260.    
  2261.    .blog-read-more-v9 {
  2262.      font-size: 1rem;
  2263.      color: var(--topbar-color);
  2264.      text-decoration: none;
  2265.      transition: color 0.3s ease;
  2266.    }
  2267.    
  2268.    .blog-read-more-v9:hover {
  2269.      color: #2980b9 !important;
  2270.    }
  2271.    
  2272.    /* Responsive Design */
  2273.    @media (max-width: 768px) {
  2274.      .section-title-v9 {
  2275.        font-size: 2.5rem;
  2276.      }
  2277.    
  2278.      .blog-card-v9 {
  2279.        margin-bottom: 20px;
  2280.      }
  2281.    
  2282.      .blog-meta-v9 {
  2283.        font-size: 0.8rem;
  2284.      }
  2285.    
  2286.      .blog-image-container-v9 {
  2287.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  2288.      }
  2289.    }
  2290.  </style>
  2291.  
  2292.  <section class="blog-highlights-v9 mt-5">
  2293.    <div class="container-fluid fluid-container">
  2294.      <!-- Section Header -->
  2295.      <div class="row justify-content-center">
  2296.        <div class="col-12 col-lg-10">
  2297.          <div class="section-header-v9">
  2298.            <h2 class="section-title-v9 mb-0">
  2299.                Today's Top Highlights
  2300.                   </h2>
  2301.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  2302.          </div>
  2303.        </div>
  2304.      </div>
  2305.  
  2306.      <!-- Blog Grid -->
  2307.      <div class="row ">
  2308.        <div class="col-lg-8">
  2309.          <div class="row d-flex justify-content-center">
  2310.            
  2311.              <div class="col-md-6 pb-3">
  2312.                <article class="blog-card-v9 h-100">
  2313.                  <div class="blog-image-container-v9">
  2314.                    <div class="blog-image-v9">
  2315.                      
  2316.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2317.                      
  2318.                    </div>
  2319.                  </div>
  2320.                  <div class="blog-content-v9">
  2321.                    <h3 class="blog-title-v9 "><a class="top-color" href="/leonard-and-hungry-paul-review-a-gentle-show-featuring-the-voice-of-the-famous-actress-provides-the-perfect-cure-to-todays-world/">Leonard and Hungry Paul Review: A Gentle Show Featuring the Voice of the Famous Actress Provides the Perfect Cure to Today&#x27;s World</a></h3>
  2322.                    <div class="blog-meta-v9">
  2323.                      <span>By <strong>Paul Berry</strong></span>
  2324.                      <span>•</span>
  2325.                      <span>14 May 2026</span>
  2326.                    </div>
  2327.                    <p class="blog-excerpt-v9"></p>
  2328.                    <div class="blog-actions-v9">
  2329.                      <a href="/leonard-and-hungry-paul-review-a-gentle-show-featuring-the-voice-of-the-famous-actress-provides-the-perfect-cure-to-todays-world/" class="blog-read-more-v9">Read More →</a>
  2330.                    </div>
  2331.                  </div>
  2332.                </article>
  2333.              </div>
  2334.            
  2335.              <div class="col-md-6 pb-3">
  2336.                <article class="blog-card-v9 h-100">
  2337.                  <div class="blog-image-container-v9">
  2338.                    <div class="blog-image-v9">
  2339.                      
  2340.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2341.                      
  2342.                    </div>
  2343.                  </div>
  2344.                  <div class="blog-content-v9">
  2345.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-art-of-flawless-butter-paneer-cooking-instructions/">The Art of Flawless Butter Paneer – Cooking Instructions</a></h3>
  2346.                    <div class="blog-meta-v9">
  2347.                      <span>By <strong>Paul Berry</strong></span>
  2348.                      <span>•</span>
  2349.                      <span>14 May 2026</span>
  2350.                    </div>
  2351.                    <p class="blog-excerpt-v9"></p>
  2352.                    <div class="blog-actions-v9">
  2353.                      <a href="/the-art-of-flawless-butter-paneer-cooking-instructions/" class="blog-read-more-v9">Read More →</a>
  2354.                    </div>
  2355.                  </div>
  2356.                </article>
  2357.              </div>
  2358.            
  2359.              <div class="col-md-6 pb-3">
  2360.                <article class="blog-card-v9 h-100">
  2361.                  <div class="blog-image-container-v9">
  2362.                    <div class="blog-image-v9">
  2363.                      
  2364.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2365.                      
  2366.                    </div>
  2367.                  </div>
  2368.                  <div class="blog-content-v9">
  2369.                    <h3 class="blog-title-v9 "><a class="top-color" href="/uk-and-scottish-government-governments-disagree-over-who-should-pay-the-245-million-bill-for-donald-trump-and-jd-vance-visits/">UK and Scottish government Governments Disagree Over Who Should Pay the £24.5 million Bill for Donald Trump and JD Vance Visits</a></h3>
  2370.                    <div class="blog-meta-v9">
  2371.                      <span>By <strong>Paul Berry</strong></span>
  2372.                      <span>•</span>
  2373.                      <span>14 May 2026</span>
  2374.                    </div>
  2375.                    <p class="blog-excerpt-v9"></p>
  2376.                    <div class="blog-actions-v9">
  2377.                      <a href="/uk-and-scottish-government-governments-disagree-over-who-should-pay-the-245-million-bill-for-donald-trump-and-jd-vance-visits/" class="blog-read-more-v9">Read More →</a>
  2378.                    </div>
  2379.                  </div>
  2380.                </article>
  2381.              </div>
  2382.            
  2383.              <div class="col-md-6 pb-3">
  2384.                <article class="blog-card-v9 h-100">
  2385.                  <div class="blog-image-container-v9">
  2386.                    <div class="blog-image-v9">
  2387.                      
  2388.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2389.                      
  2390.                    </div>
  2391.                  </div>
  2392.                  <div class="blog-content-v9">
  2393.                    <h3 class="blog-title-v9 "><a class="top-color" href="/nations-highest-court-upholds-newly-drawn-lone-star-state-house-electoral-boundaries/">Nation&#x27;s Highest Court Upholds Newly Drawn Lone Star State House Electoral Boundaries.</a></h3>
  2394.                    <div class="blog-meta-v9">
  2395.                      <span>By <strong>Paul Berry</strong></span>
  2396.                      <span>•</span>
  2397.                      <span>14 May 2026</span>
  2398.                    </div>
  2399.                    <p class="blog-excerpt-v9"></p>
  2400.                    <div class="blog-actions-v9">
  2401.                      <a href="/nations-highest-court-upholds-newly-drawn-lone-star-state-house-electoral-boundaries/" class="blog-read-more-v9">Read More →</a>
  2402.                    </div>
  2403.                  </div>
  2404.                </article>
  2405.              </div>
  2406.            
  2407.              <div class="col-md-6 pb-3">
  2408.                <article class="blog-card-v9 h-100">
  2409.                  <div class="blog-image-container-v9">
  2410.                    <div class="blog-image-v9">
  2411.                      
  2412.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2413.                      
  2414.                    </div>
  2415.                  </div>
  2416.                  <div class="blog-content-v9">
  2417.                    <h3 class="blog-title-v9 "><a class="top-color" href="/surgeons-from-scotland-and-america-achieve-groundbreaking-stroke-surgery-with-automated-technology/">Surgeons from Scotland and America Achieve Groundbreaking Stroke Surgery With Automated Technology</a></h3>
  2418.                    <div class="blog-meta-v9">
  2419.                      <span>By <strong>Paul Berry</strong></span>
  2420.                      <span>•</span>
  2421.                      <span>14 May 2026</span>
  2422.                    </div>
  2423.                    <p class="blog-excerpt-v9"></p>
  2424.                    <div class="blog-actions-v9">
  2425.                      <a href="/surgeons-from-scotland-and-america-achieve-groundbreaking-stroke-surgery-with-automated-technology/" class="blog-read-more-v9">Read More →</a>
  2426.                    </div>
  2427.                  </div>
  2428.                </article>
  2429.              </div>
  2430.            
  2431.              <div class="col-md-6 pb-3">
  2432.                <article class="blog-card-v9 h-100">
  2433.                  <div class="blog-image-container-v9">
  2434.                    <div class="blog-image-v9">
  2435.                      
  2436.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2437.                      
  2438.                    </div>
  2439.                  </div>
  2440.                  <div class="blog-content-v9">
  2441.                    <h3 class="blog-title-v9 "><a class="top-color" href="/chinas-new-ai-rules-target-on-youth-protection-and-suicide-risk-management/">China&#x27;s New AI Rules Target on Youth Protection and Suicide Risk Management.</a></h3>
  2442.                    <div class="blog-meta-v9">
  2443.                      <span>By <strong>Paul Berry</strong></span>
  2444.                      <span>•</span>
  2445.                      <span>13 May 2026</span>
  2446.                    </div>
  2447.                    <p class="blog-excerpt-v9"></p>
  2448.                    <div class="blog-actions-v9">
  2449.                      <a href="/chinas-new-ai-rules-target-on-youth-protection-and-suicide-risk-management/" class="blog-read-more-v9">Read More →</a>
  2450.                    </div>
  2451.                  </div>
  2452.                </article>
  2453.              </div>
  2454.            
  2455.              <div class="col-md-6 pb-3">
  2456.                <article class="blog-card-v9 h-100">
  2457.                  <div class="blog-image-container-v9">
  2458.                    <div class="blog-image-v9">
  2459.                      
  2460.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2461.                      
  2462.                    </div>
  2463.                  </div>
  2464.                  <div class="blog-content-v9">
  2465.                    <h3 class="blog-title-v9 "><a class="top-color" href="/gavin-newsom-acknowledges-he-is-weighing-a-presidential-campaign-for-2028/">Gavin Newsom Acknowledges He Is Weighing a Presidential Campaign for 2028</a></h3>
  2466.                    <div class="blog-meta-v9">
  2467.                      <span>By <strong>Paul Berry</strong></span>
  2468.                      <span>•</span>
  2469.                      <span>13 May 2026</span>
  2470.                    </div>
  2471.                    <p class="blog-excerpt-v9"></p>
  2472.                    <div class="blog-actions-v9">
  2473.                      <a href="/gavin-newsom-acknowledges-he-is-weighing-a-presidential-campaign-for-2028/" class="blog-read-more-v9">Read More →</a>
  2474.                    </div>
  2475.                  </div>
  2476.                </article>
  2477.              </div>
  2478.            
  2479.              <div class="col-md-6 pb-3">
  2480.                <article class="blog-card-v9 h-100">
  2481.                  <div class="blog-image-container-v9">
  2482.                    <div class="blog-image-v9">
  2483.                      
  2484.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2485.                      
  2486.                    </div>
  2487.                  </div>
  2488.                  <div class="blog-content-v9">
  2489.                    <h3 class="blog-title-v9 "><a class="top-color" href="/there-are-those-on-the-opposing-sides-who-offer-only-complaints-the-government-is-proceeding-with-the-job-of-financial-revitalization/">There are those on the opposing sides who offer only complaints: The government is proceeding with the job of financial revitalization.</a></h3>
  2490.                    <div class="blog-meta-v9">
  2491.                      <span>By <strong>Paul Berry</strong></span>
  2492.                      <span>•</span>
  2493.                      <span>13 May 2026</span>
  2494.                    </div>
  2495.                    <p class="blog-excerpt-v9"></p>
  2496.                    <div class="blog-actions-v9">
  2497.                      <a href="/there-are-those-on-the-opposing-sides-who-offer-only-complaints-the-government-is-proceeding-with-the-job-of-financial-revitalization/" class="blog-read-more-v9">Read More →</a>
  2498.                    </div>
  2499.                  </div>
  2500.                </article>
  2501.              </div>
  2502.            
  2503.              <div class="col-md-6 pb-3">
  2504.                <article class="blog-card-v9 h-100">
  2505.                  <div class="blog-image-container-v9">
  2506.                    <div class="blog-image-v9">
  2507.                      
  2508.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2509.                      
  2510.                    </div>
  2511.                  </div>
  2512.                  <div class="blog-content-v9">
  2513.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-greater-manchester-mayor-would-probably-have-secured-gorton-and-denton-byelection-says-labour-deputy-leader/">The Greater Manchester Mayor Would &#x27;Probably&#x27; Have Secured Gorton and Denton Byelection, Says Labour Deputy Leader</a></h3>
  2514.                    <div class="blog-meta-v9">
  2515.                      <span>By <strong>Paul Berry</strong></span>
  2516.                      <span>•</span>
  2517.                      <span>13 May 2026</span>
  2518.                    </div>
  2519.                    <p class="blog-excerpt-v9"></p>
  2520.                    <div class="blog-actions-v9">
  2521.                      <a href="/the-greater-manchester-mayor-would-probably-have-secured-gorton-and-denton-byelection-says-labour-deputy-leader/" class="blog-read-more-v9">Read More →</a>
  2522.                    </div>
  2523.                  </div>
  2524.                </article>
  2525.              </div>
  2526.            
  2527.              <div class="col-md-6 pb-3">
  2528.                <article class="blog-card-v9 h-100">
  2529.                  <div class="blog-image-container-v9">
  2530.                    <div class="blog-image-v9">
  2531.                      
  2532.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2533.                      
  2534.                    </div>
  2535.                  </div>
  2536.                  <div class="blog-content-v9">
  2537.                    <h3 class="blog-title-v9 "><a class="top-color" href="/previous-bbc-specialists-participate-in-parliamentary-inquiry-following-claims-of-prejudice-in-disclosed-memorandum/">Previous BBC Specialists Participate in Parliamentary Inquiry Following Claims of Prejudice in Disclosed Memorandum</a></h3>
  2538.                    <div class="blog-meta-v9">
  2539.                      <span>By <strong>Paul Berry</strong></span>
  2540.                      <span>•</span>
  2541.                      <span>13 May 2026</span>
  2542.                    </div>
  2543.                    <p class="blog-excerpt-v9"></p>
  2544.                    <div class="blog-actions-v9">
  2545.                      <a href="/previous-bbc-specialists-participate-in-parliamentary-inquiry-following-claims-of-prejudice-in-disclosed-memorandum/" class="blog-read-more-v9">Read More →</a>
  2546.                    </div>
  2547.                  </div>
  2548.                </article>
  2549.              </div>
  2550.            
  2551.              <div class="col-md-6 pb-3">
  2552.                <article class="blog-card-v9 h-100">
  2553.                  <div class="blog-image-container-v9">
  2554.                    <div class="blog-image-v9">
  2555.                      
  2556.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2557.                      
  2558.                    </div>
  2559.                  </div>
  2560.                  <div class="blog-content-v9">
  2561.                    <h3 class="blog-title-v9 "><a class="top-color" href="/toronto-blue-jays-earn-world-series-meeting-versus-defending-champion-dodgers/">Toronto Blue Jays Earn World Series Meeting Versus defending champion Dodgers</a></h3>
  2562.                    <div class="blog-meta-v9">
  2563.                      <span>By <strong>Paul Berry</strong></span>
  2564.                      <span>•</span>
  2565.                      <span>13 May 2026</span>
  2566.                    </div>
  2567.                    <p class="blog-excerpt-v9"></p>
  2568.                    <div class="blog-actions-v9">
  2569.                      <a href="/toronto-blue-jays-earn-world-series-meeting-versus-defending-champion-dodgers/" class="blog-read-more-v9">Read More →</a>
  2570.                    </div>
  2571.                  </div>
  2572.                </article>
  2573.              </div>
  2574.            
  2575.              <div class="col-md-6 pb-3">
  2576.                <article class="blog-card-v9 h-100">
  2577.                  <div class="blog-image-container-v9">
  2578.                    <div class="blog-image-v9">
  2579.                      
  2580.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2581.                      
  2582.                    </div>
  2583.                  </div>
  2584.                  <div class="blog-content-v9">
  2585.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-visitors-select-shoaib-bashir-in-line-up-for-ashes-first-test/">The visitors Select Shoaib Bashir in Line-up for Ashes First Test</a></h3>
  2586.                    <div class="blog-meta-v9">
  2587.                      <span>By <strong>Paul Berry</strong></span>
  2588.                      <span>•</span>
  2589.                      <span>13 May 2026</span>
  2590.                    </div>
  2591.                    <p class="blog-excerpt-v9"></p>
  2592.                    <div class="blog-actions-v9">
  2593.                      <a href="/the-visitors-select-shoaib-bashir-in-line-up-for-ashes-first-test/" class="blog-read-more-v9">Read More →</a>
  2594.                    </div>
  2595.                  </div>
  2596.                </article>
  2597.              </div>
  2598.            
  2599.            
  2600.  
  2601.          </div>
  2602.        </div>
  2603.  
  2604.       <div class="col col-lg-4 col-12">
  2605.                
  2606.  
  2607.  
  2608.  
  2609.    
  2610.  
  2611.  
  2612. <!-- Blog Sidebar V2 - Focused Design -->
  2613.  <div class="sidebar mb-3">
  2614.    <!-- Recent Posts Section -->
  2615.    <div class="sidebar-widget mb-4">
  2616.      <div class="widget-title-wrapper mb-3">
  2617.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2618.          <i class="ti-time me-2"></i>Recent Posts
  2619.          <span class="title-arrow-primary"></span>
  2620.        </h4>
  2621.      </div>
  2622.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2623.        <div class="recent-post-list">
  2624.          
  2625.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2626.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2627.                
  2628.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2629.                
  2630.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2631.            </div>
  2632.            <div class="post-content flex-grow-1">
  2633.              <h6 class="post-title mb-2">
  2634.                 <a href="/olympic-athlete-and-several-eritreans-released-after-nearly-two-decades-without-trial-relatives-report/" class="text-decoration-none top-color fw-semibold lh-sm">
  2635.                                            Olympic Athlete and Several Eritreans Released After Nearly Two Decades Without Trial, Relatives Report
  2636.                                            </a>
  2637.              </h6>
  2638.              <div class="post-meta mb-3">
  2639.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>13 May 2026</small>
  2640.                <!-- <small class="text-muted">
  2641.                  <i class="ti-eye me-1"></i>348 views
  2642.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2643.                </small> -->
  2644.              </div>
  2645.            </div>
  2646.          </div>
  2647.          
  2648.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2649.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2650.                
  2651.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2652.                
  2653.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2654.            </div>
  2655.            <div class="post-content flex-grow-1">
  2656.              <h6 class="post-title mb-2">
  2657.                 <a href="/kpop-demon-hunters-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" class="text-decoration-none top-color fw-semibold lh-sm">
  2658.                                            KPop Demon Hunters Balloons to Make a Grand Appearance at the Iconic Thanksgiving Parade
  2659.                                            </a>
  2660.              </h6>
  2661.              <div class="post-meta mb-3">
  2662.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2663.                <!-- <small class="text-muted">
  2664.                  <i class="ti-eye me-1"></i>348 views
  2665.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2666.                </small> -->
  2667.              </div>
  2668.            </div>
  2669.          </div>
  2670.          
  2671.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2672.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2673.                
  2674.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2675.                
  2676.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2677.            </div>
  2678.            <div class="post-content flex-grow-1">
  2679.              <h6 class="post-title mb-2">
  2680.                 <a href="/shocking-find-bodies-of-vanished-mum-and-daughter-found-in-freezers-in-the-alpine-nation/" class="text-decoration-none top-color fw-semibold lh-sm">
  2681.                                            Shocking Find: Bodies of Vanished Mum and Daughter Found in Freezers in the Alpine Nation
  2682.                                            </a>
  2683.              </h6>
  2684.              <div class="post-meta mb-3">
  2685.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2686.                <!-- <small class="text-muted">
  2687.                  <i class="ti-eye me-1"></i>348 views
  2688.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2689.                </small> -->
  2690.              </div>
  2691.            </div>
  2692.          </div>
  2693.          
  2694.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2695.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2696.                
  2697.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2698.                
  2699.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2700.            </div>
  2701.            <div class="post-content flex-grow-1">
  2702.              <h6 class="post-title mb-2">
  2703.                 <a href="/the-music-streaming-giants-wrapped-launch-date-plus-your-burning-questions-explained/" class="text-decoration-none top-color fw-semibold lh-sm">
  2704.                                            The Music Streaming Giant&#x27;s Wrapped: Launch Date plus Your Burning Questions Explained
  2705.                                            </a>
  2706.              </h6>
  2707.              <div class="post-meta mb-3">
  2708.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2709.                <!-- <small class="text-muted">
  2710.                  <i class="ti-eye me-1"></i>348 views
  2711.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2712.                </small> -->
  2713.              </div>
  2714.            </div>
  2715.          </div>
  2716.          
  2717.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2718.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2719.                
  2720.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2721.                
  2722.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2723.            </div>
  2724.            <div class="post-content flex-grow-1">
  2725.              <h6 class="post-title mb-2">
  2726.                 <a href="/calm-conclusion-to-messis-india-tour-in-the-wake-of-kolkata-chaos/" class="text-decoration-none top-color fw-semibold lh-sm">
  2727.                                            Calm Conclusion to Messi&#x27;s India Tour In the Wake of Kolkata Chaos
  2728.                                            </a>
  2729.              </h6>
  2730.              <div class="post-meta mb-3">
  2731.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2732.                <!-- <small class="text-muted">
  2733.                  <i class="ti-eye me-1"></i>348 views
  2734.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2735.                </small> -->
  2736.              </div>
  2737.            </div>
  2738.          </div>
  2739.          
  2740.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2741.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2742.                
  2743.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  2744.                
  2745.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2746.            </div>
  2747.            <div class="post-content flex-grow-1">
  2748.              <h6 class="post-title mb-2">
  2749.                 <a href="/esteemed-photographer-brian-harris-obituary-a-life-through-the-camera/" class="text-decoration-none top-color fw-semibold lh-sm">
  2750.                                            Esteemed Photographer Brian Harris Obituary: A Life Through the Camera
  2751.                                            </a>
  2752.              </h6>
  2753.              <div class="post-meta mb-3">
  2754.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 May 2026</small>
  2755.                <!-- <small class="text-muted">
  2756.                  <i class="ti-eye me-1"></i>348 views
  2757.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2758.                </small> -->
  2759.              </div>
  2760.            </div>
  2761.          </div>
  2762.          
  2763.  
  2764.        </div>
  2765.  
  2766.        <div class="text-center mt-4 pt-3 border-top border-light">
  2767.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2768.        </div>
  2769.      </div>
  2770.    </div>
  2771.  
  2772.    
  2773.    <div class="sidebar-widget mb-4">
  2774.      <div class="widget-title-wrapper mb-3">
  2775.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2776.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2777.          <span class="title-arrow"></span>
  2778.        </h4>
  2779.      </div>
  2780.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2781.        <div class="blog-roll-list scrollable-sidebar">
  2782.          
  2783.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2784.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none ">
  2785.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2786.                <i class="ti-angle-right me-2 text-primary"></i>
  2787.                non gamstop casino
  2788.              </h6>
  2789.            </a>
  2790.          </div>
  2791.          
  2792.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2793.            <a href="https://santanderjobs.co.uk/" rel="dofollow" class="text-decoration-none ">
  2794.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2795.                <i class="ti-angle-right me-2 text-primary"></i>
  2796.                betting sites not on gamstop
  2797.              </h6>
  2798.            </a>
  2799.          </div>
  2800.          
  2801.      </div>
  2802.    </div>
  2803.    
  2804.    <div class="sidebar-widget mb-4">
  2805.      <div class="widget-title-wrapper mb-3">
  2806.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2807.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2808.          <span class="title-arrow"></span>
  2809.        </h4>
  2810.      </div>
  2811.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2812.        <div class="blog-roll-list scrollable-sidebar">
  2813.          
  2814.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2815.            <a href="https://www.adhdfoundation.org.uk" rel="dofollow" class="text-decoration-none ">
  2816.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2817.                <i class="ti-angle-right me-2 text-primary"></i>
  2818.                casino sites
  2819.              </h6>
  2820.            </a>
  2821.          </div>
  2822.          
  2823.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2824.            <a href="https://lagoccia.co.uk/" rel="dofollow" class="text-decoration-none ">
  2825.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2826.                <i class="ti-angle-right me-2 text-primary"></i>
  2827.                casino site
  2828.              </h6>
  2829.            </a>
  2830.          </div>
  2831.          
  2832.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2833.            <a href="https://www.ambiental.co.uk/" rel="dofollow" class="text-decoration-none ">
  2834.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2835.                <i class="ti-angle-right me-2 text-primary"></i>
  2836.                non gamstop casino
  2837.              </h6>
  2838.            </a>
  2839.          </div>
  2840.          
  2841.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2842.            <a href="https://www.makemegenius.com/" rel="dofollow" class="text-decoration-none ">
  2843.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2844.                <i class="ti-angle-right me-2 text-primary"></i>
  2845.                casino not on gamstop
  2846.              </h6>
  2847.            </a>
  2848.          </div>
  2849.          
  2850.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2851.            <a href="https://www.stevewebb.co.uk" rel="dofollow" class="text-decoration-none ">
  2852.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2853.                <i class="ti-angle-right me-2 text-primary"></i>
  2854.                trusted non uk casino sites
  2855.              </h6>
  2856.            </a>
  2857.          </div>
  2858.          
  2859.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2860.            <a href="https://www.stokestaffslep.org.uk" rel="dofollow" class="text-decoration-none ">
  2861.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2862.                <i class="ti-angle-right me-2 text-primary"></i>
  2863.                best non uk online casino
  2864.              </h6>
  2865.            </a>
  2866.          </div>
  2867.          
  2868.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2869.            <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none ">
  2870.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2871.                <i class="ti-angle-right me-2 text-primary"></i>
  2872.                Casinos Not on GamStop UK
  2873.              </h6>
  2874.            </a>
  2875.          </div>
  2876.          
  2877.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2878.            <a href="https://www.wildandgame.co.uk" rel="dofollow" class="text-decoration-none ">
  2879.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2880.                <i class="ti-angle-right me-2 text-primary"></i>
  2881.                online casinos
  2882.              </h6>
  2883.            </a>
  2884.          </div>
  2885.          
  2886.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2887.            <a href="https://www.kew.org.uk/" rel="dofollow" class="text-decoration-none ">
  2888.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2889.                <i class="ti-angle-right me-2 text-primary"></i>
  2890.                best online betting sites UK
  2891.              </h6>
  2892.            </a>
  2893.          </div>
  2894.          
  2895.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2896.            <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk" rel="dofollow" class="text-decoration-none ">
  2897.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2898.                <i class="ti-angle-right me-2 text-primary"></i>
  2899.                non GamStop casinos
  2900.              </h6>
  2901.            </a>
  2902.          </div>
  2903.          
  2904.      </div>
  2905.    </div>
  2906.    
  2907.    <div class="sidebar-widget mb-4">
  2908.      <div class="widget-title-wrapper mb-3">
  2909.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2910.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2911.          <span class="title-arrow"></span>
  2912.        </h4>
  2913.      </div>
  2914.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2915.        <div class="blog-roll-list scrollable-sidebar">
  2916.          
  2917.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2918.            <a href="https://www.gullwingbridge.co.uk/" rel="dofollow" class="text-decoration-none ">
  2919.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2920.                <i class="ti-angle-right me-2 text-primary"></i>
  2921.                casino not on GamStop UK
  2922.              </h6>
  2923.            </a>
  2924.          </div>
  2925.          
  2926.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2927.            <a href="https://thenewoxford.com/" rel="dofollow" class="text-decoration-none ">
  2928.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2929.                <i class="ti-angle-right me-2 text-primary"></i>
  2930.                online casinos not on GamStop
  2931.              </h6>
  2932.            </a>
  2933.          </div>
  2934.          
  2935.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2936.            <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none ">
  2937.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2938.                <i class="ti-angle-right me-2 text-primary"></i>
  2939.                non GamStop UK casinos
  2940.              </h6>
  2941.            </a>
  2942.          </div>
  2943.          
  2944.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2945.            <a href="https://ola.co.uk/" rel="dofollow" class="text-decoration-none ">
  2946.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2947.                <i class="ti-angle-right me-2 text-primary"></i>
  2948.                gambling sites not on GamStop
  2949.              </h6>
  2950.            </a>
  2951.          </div>
  2952.          
  2953.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2954.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  2955.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2956.                <i class="ti-angle-right me-2 text-primary"></i>
  2957.                non UK licence casino
  2958.              </h6>
  2959.            </a>
  2960.          </div>
  2961.          
  2962.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2963.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  2964.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2965.                <i class="ti-angle-right me-2 text-primary"></i>
  2966.                non gamstop casino
  2967.              </h6>
  2968.            </a>
  2969.          </div>
  2970.          
  2971.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2972.            <a href="https://www.squarebox.co.uk/" rel="dofollow" class="text-decoration-none ">
  2973.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2974.                <i class="ti-angle-right me-2 text-primary"></i>
  2975.                non gamstop casinos
  2976.              </h6>
  2977.            </a>
  2978.          </div>
  2979.          
  2980.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2981.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  2982.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2983.                <i class="ti-angle-right me-2 text-primary"></i>
  2984.                best non GamStop casino
  2985.              </h6>
  2986.            </a>
  2987.          </div>
  2988.          
  2989.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2990.            <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none ">
  2991.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2992.                <i class="ti-angle-right me-2 text-primary"></i>
  2993.                non GamStop
  2994.              </h6>
  2995.            </a>
  2996.          </div>
  2997.          
  2998.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2999.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  3000.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3001.                <i class="ti-angle-right me-2 text-primary"></i>
  3002.                non UK based online casinos
  3003.              </h6>
  3004.            </a>
  3005.          </div>
  3006.          
  3007.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3008.            <a href="https://www.ginspa.co.uk/" rel="dofollow" class="text-decoration-none ">
  3009.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3010.                <i class="ti-angle-right me-2 text-primary"></i>
  3011.                non GamStop casino UK
  3012.              </h6>
  3013.            </a>
  3014.          </div>
  3015.          
  3016.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3017.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  3018.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3019.                <i class="ti-angle-right me-2 text-primary"></i>
  3020.                best casinos not on GamStop
  3021.              </h6>
  3022.            </a>
  3023.          </div>
  3024.          
  3025.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3026.            <a href="https://www.dinton-pastures.co.uk/" rel="dofollow" class="text-decoration-none ">
  3027.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3028.                <i class="ti-angle-right me-2 text-primary"></i>
  3029.                not on GamStop
  3030.              </h6>
  3031.            </a>
  3032.          </div>
  3033.          
  3034.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3035.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  3036.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3037.                <i class="ti-angle-right me-2 text-primary"></i>
  3038.                casinos not on GamStop
  3039.              </h6>
  3040.            </a>
  3041.          </div>
  3042.          
  3043.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3044.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  3045.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3046.                <i class="ti-angle-right me-2 text-primary"></i>
  3047.                gambling sites not on GamStop
  3048.              </h6>
  3049.            </a>
  3050.          </div>
  3051.          
  3052.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3053.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  3054.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3055.                <i class="ti-angle-right me-2 text-primary"></i>
  3056.                casino not on GamStop
  3057.              </h6>
  3058.            </a>
  3059.          </div>
  3060.          
  3061.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3062.            <a href="https://www.employersforwork-lifebalance.org.uk/" rel="dofollow" class="text-decoration-none ">
  3063.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3064.                <i class="ti-angle-right me-2 text-primary"></i>
  3065.                non gamstop casino
  3066.              </h6>
  3067.            </a>
  3068.          </div>
  3069.          
  3070.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3071.            <a href="https://www.bttad.org/" rel="dofollow" class="text-decoration-none ">
  3072.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3073.                <i class="ti-angle-right me-2 text-primary"></i>
  3074.                non gamstop casino
  3075.              </h6>
  3076.            </a>
  3077.          </div>
  3078.          
  3079.      </div>
  3080.    </div>
  3081.    
  3082.    <div class="sidebar-widget mb-4">
  3083.      <div class="widget-title-wrapper mb-3">
  3084.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3085.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3086.          <span class="title-arrow"></span>
  3087.        </h4>
  3088.      </div>
  3089.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3090.        <div class="blog-roll-list scrollable-sidebar">
  3091.          
  3092.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3093.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  3094.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3095.                <i class="ti-angle-right me-2 text-primary"></i>
  3096.                non gamstop betting
  3097.              </h6>
  3098.            </a>
  3099.          </div>
  3100.          
  3101.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3102.            <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none ">
  3103.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3104.                <i class="ti-angle-right me-2 text-primary"></i>
  3105.                non gamstop sports betting
  3106.              </h6>
  3107.            </a>
  3108.          </div>
  3109.          
  3110.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3111.            <a href="https://www.gifmania.co.uk/" rel="dofollow" class="text-decoration-none ">
  3112.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3113.                <i class="ti-angle-right me-2 text-primary"></i>
  3114.                non gamstop casino uk
  3115.              </h6>
  3116.            </a>
  3117.          </div>
  3118.          
  3119.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3120.            <a href="https://www.tourofbritain.co.uk/" rel="dofollow" class="text-decoration-none ">
  3121.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3122.                <i class="ti-angle-right me-2 text-primary"></i>
  3123.                uk casinos not on gamstop
  3124.              </h6>
  3125.            </a>
  3126.          </div>
  3127.          
  3128.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3129.            <a href="https://indyonline.co.uk/" rel="dofollow" class="text-decoration-none ">
  3130.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3131.                <i class="ti-angle-right me-2 text-primary"></i>
  3132.                best non GamStop casino
  3133.              </h6>
  3134.            </a>
  3135.          </div>
  3136.          
  3137.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3138.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  3139.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3140.                <i class="ti-angle-right me-2 text-primary"></i>
  3141.                casinos not signed up to GAMSTOP
  3142.              </h6>
  3143.            </a>
  3144.          </div>
  3145.          
  3146.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3147.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  3148.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3149.                <i class="ti-angle-right me-2 text-primary"></i>
  3150.                casinos not signed up to GAMSTOP
  3151.              </h6>
  3152.            </a>
  3153.          </div>
  3154.          
  3155.      </div>
  3156.    </div>
  3157.    
  3158.  </div>
  3159.  
  3160. <!-- Sidebar V2 Styles -->
  3161. <style>
  3162.  .sidebar-widget {
  3163.    position: relative;
  3164.  }
  3165.  
  3166.  .widget-title {
  3167.    font-size: 1.1rem;
  3168.    font-weight: 700;
  3169.    display: inline-block;
  3170.    position: relative;
  3171.    z-index: 2;
  3172.    border-radius: 0;
  3173.  }
  3174.  
  3175.  /* Green arrow for August Blog Roll */
  3176.  .title-arrow::after {
  3177.    content: '';
  3178.    position: absolute;
  3179.    top: 0;
  3180.    right: -22px;
  3181.    width: 0;
  3182.    height: 0;
  3183.    border-left: 22px solid var(--bs-primary);
  3184.    border-top: 22px solid transparent;
  3185.    border-bottom: 22px solid transparent;
  3186.    z-index: 1;
  3187.  }
  3188.  
  3189.  /* Blue arrow for Recent Posts */
  3190.  .title-arrow-primary::after {
  3191.    content: '';
  3192.    position: absolute;
  3193.    top: 0;
  3194.    right: -22px;
  3195.    width: 0;
  3196.    height: 0;
  3197.    border-left: 22px solid var(--bs-primary);
  3198.    border-top: 22px solid transparent;
  3199.    border-bottom: 22px solid transparent;
  3200.    z-index: 1;
  3201.  }
  3202.  
  3203.  .widget-content {
  3204.    margin-top: -1px;
  3205.    position: relative;
  3206.    z-index: 1;
  3207.     background-color: var(--card-bg);
  3208.  }
  3209.  
  3210.  /* Blog Roll Items Hover Effects */
  3211.  .blog-roll-item:hover .blog-title {
  3212.    color: #198754 !important;
  3213.    transform: translateX(5px);
  3214.    transition: all 0.3s ease;
  3215.  }
  3216.  
  3217.  /* Recent Post Items Hover Effects */
  3218.  .recent-post-item:hover .post-title a {
  3219.    color: #0d6efd !important;
  3220.    transition: color 0.3s ease;
  3221.  }
  3222.  
  3223.  .recent-post-item:hover .post-image img {
  3224.    transform: scale(1.05);
  3225.    transition: transform 0.3s ease;
  3226.  }
  3227.  
  3228.  /* Button Hover Effects */
  3229.  .btn:hover {
  3230.    transform: translateY(-2px);
  3231.    transition: all 0.3s ease;
  3232.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3233.  }
  3234.  
  3235.  /* Badge Hover Effects */
  3236.  .badge:hover {
  3237.    transform: scale(1.05);
  3238.    transition: transform 0.3s ease;
  3239.  }
  3240.  
  3241.  @media (max-width: 991px) {
  3242.    .sidebar {
  3243.      margin-top: 3rem;
  3244.    }
  3245.  }
  3246.  
  3247.  @media (max-width: 576px) {
  3248.    .widget-title {
  3249.      font-size: 1rem;
  3250.      padding: 0.75rem 1rem !important;
  3251.    }
  3252.  
  3253.    .title-arrow::after,
  3254.    .title-arrow-primary::after {
  3255.      right: -18px;
  3256.      border-left-width: 18px;
  3257.      border-top-width: 18px;
  3258.      border-bottom-width: 18px;
  3259.    }
  3260.  
  3261.    .post-image {
  3262.      width: 70px !important;
  3263.      height: 55px !important;
  3264.    }
  3265.  
  3266.    .blog-meta {
  3267.      flex-direction: column !important;
  3268.      align-items: flex-start !important;
  3269.      gap: 0.5rem;
  3270.    }
  3271.  }
  3272. </style>
  3273.  
  3274.    
  3275.            </div>
  3276.      </div>
  3277.    </div>
  3278.  </section>
  3279.  
  3280.  <script>
  3281.    // Intersection Observer for Fade-in Effect
  3282.    document.addEventListener('DOMContentLoaded', function () {
  3283.      const observerOptions = {
  3284.        threshold: 0.2,
  3285.        rootMargin: '0px 0px -50px 0px'
  3286.      }
  3287.    
  3288.      const observer = new IntersectionObserver(function (entries, observer) {
  3289.        entries.forEach((entry) => {
  3290.          if (entry.isIntersecting) {
  3291.            entry.target.classList.add('fade-in')
  3292.            observer.unobserve(entry.target)
  3293.          }
  3294.        })
  3295.      }, observerOptions)
  3296.    
  3297.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  3298.        observer.observe(card)
  3299.      })
  3300.    })
  3301.  </script>
  3302.  
  3303.  
  3304.    
  3305.        
  3306.        <!-- end wpo-blog-highlights-section -->
  3307.        <!-- start wpo-blog-sponsored-section -->
  3308.        
  3309.  
  3310.  
  3311.  
  3312.    
  3313.  
  3314.  
  3315.  
  3316. <style>
  3317.    .sponsored-section-v2 {
  3318.        padding: 40px 0;
  3319.        background: var(--body-bg);
  3320.    }
  3321.    
  3322.    .sponsored-card-v2 {
  3323.        background: var(--body-bg);
  3324.        border: 1px solid #f0f0f0;
  3325.        border-radius: 8px;
  3326.        transition: box-shadow 0.3s ease;
  3327.        height: 100%;
  3328.        position: relative;
  3329.    }
  3330.    
  3331.    .sponsored-card-v2:hover {
  3332.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  3333.    }
  3334.    
  3335.    .sponsored-image-v2 {
  3336.        position: relative;
  3337.        height: 200px;
  3338.    }
  3339.    
  3340.    .sponsored-image-v2 img {
  3341.        width: 100%;
  3342.        height: 100%;
  3343.        object-fit: cover;
  3344.    }
  3345.    
  3346.    .sponsored-badge-v2 {
  3347.        position: absolute;
  3348.        bottom: 10px;
  3349.        left: 10px;
  3350.        padding: 6px 10px;
  3351.        font-size: 12px;
  3352.        font-weight: 600;
  3353.        text-transform: uppercase;
  3354.        border-radius: 4px;
  3355.    }
  3356.    
  3357.    .sponsored-content-v2 {
  3358.        padding: 20px;
  3359.    }
  3360.    
  3361.    .sponsored-title-v2 {
  3362.        font-size: 18px;
  3363.        font-weight: 600;
  3364.        line-height: 1.4;
  3365.        margin-bottom: 10px;
  3366.    }
  3367.    
  3368.    .sponsored-title-v2 a {
  3369.        text-decoration: none;
  3370.        transition: color 0.3s ease;
  3371.    }
  3372.    
  3373.    .sponsored-title-v2 a:hover {
  3374.        color: #007bff; /* Blue hover for variety */
  3375.    }
  3376.    
  3377.    .sponsored-excerpt-v2 {
  3378.        font-size: 14px;
  3379.        color: #6c757d;
  3380.        margin-bottom: 15px;
  3381.        line-height: 1.6;
  3382.    }
  3383.    
  3384.    .sponsored-meta-v2 {
  3385.        display: flex;
  3386.        align-items: center;
  3387.        justify-content: space-between;
  3388.        font-size: 12px;
  3389.        color: #6c757d;
  3390.    }
  3391.    
  3392.    .author-info-v2 {
  3393.        display: flex;
  3394.        align-items: center;
  3395.        gap: 8px;
  3396.    }
  3397.    
  3398.    .sponsored-author-img-v2 {
  3399.        width: 28px;
  3400.        height: 28px;
  3401.        border-radius: 50%;
  3402.        object-fit: cover;
  3403.    }
  3404.    
  3405.    .section-title-sponsored-v2 {
  3406.        font-size: 2.2rem;
  3407.        font-weight: 700;
  3408.        text-align: center;
  3409.        margin-bottom: 30px;
  3410.        color: #333;
  3411.    }
  3412.  
  3413.    @media (max-width: 768px) {
  3414.        .sponsored-section-v2 {
  3415.            padding: 30px 0;
  3416.        }
  3417.        .sponsored-content-v2 {
  3418.            padding: 15px;
  3419.        }
  3420.        .sponsored-title-v2 {
  3421.            font-size: 16px;
  3422.        }
  3423.        .sponsored-excerpt-v2 {
  3424.            font-size: 13px;
  3425.        }
  3426.    }
  3427. </style>
  3428.  
  3429. <section class="sponsored-section-v2">
  3430.    <div class="container-fluid fluid-container">
  3431.        <div class="row">
  3432.            <div class="col-12">
  3433.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  3434.            </div>
  3435.        </div>
  3436.        
  3437.        <div class="row g-4">
  3438.            
  3439.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3440.                <div class="card sponsored-card-v2">
  3441.                    <div class="sponsored-image-v2">
  3442.                        
  3443.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3444.                        
  3445.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3446.                    </div>
  3447.                    <div class="sponsored-content-v2">
  3448.                        <h3 class="sponsored-title-v2">
  3449.                            <a href="/olympic-athlete-and-several-eritreans-released-after-nearly-two-decades-without-trial-relatives-report/" class="top-color">
  3450.                            Olympic Athlete and Several Eritreans Released After Nearly Two Decades Without Trial, Relatives Report
  3451.                            </a>
  3452.                        </h3>
  3453.                        <p class="sponsored-excerpt-v2">
  3454.                            
  3455.                        </p>
  3456.                        <div class="sponsored-meta-v2">
  3457.                            <div class="author-info-v2">
  3458.                                
  3459.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/1c121db1-0462-4415-9af9-e2f1f88f73ac_profile.png" alt="Paul Berry" style="object-fit: cover;" class="sponsored-author-img-v2">
  3460.                                
  3461.                                <span>
  3462.                                    Paul Berry
  3463.                                </span>
  3464.                            </div>
  3465.                            <span>13 May 2026</span>
  3466.                        </div>
  3467.                    </div>
  3468.                </div>
  3469.            </div>
  3470.            
  3471.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3472.                <div class="card sponsored-card-v2">
  3473.                    <div class="sponsored-image-v2">
  3474.                        
  3475.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3476.                        
  3477.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3478.                    </div>
  3479.                    <div class="sponsored-content-v2">
  3480.                        <h3 class="sponsored-title-v2">
  3481.                            <a href="/kpop-demon-hunters-balloons-to-make-a-grand-appearance-at-the-iconic-thanksgiving-parade/" class="top-color">
  3482.                            KPop Demon Hunters Balloons to Make a Grand Appearance at the Iconic Thanksgiving Parade
  3483.                            </a>
  3484.                        </h3>
  3485.                        <p class="sponsored-excerpt-v2">
  3486.                            
  3487.                        </p>
  3488.                        <div class="sponsored-meta-v2">
  3489.                            <div class="author-info-v2">
  3490.                                
  3491.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/1c121db1-0462-4415-9af9-e2f1f88f73ac_profile.png" alt="Paul Berry" style="object-fit: cover;" class="sponsored-author-img-v2">
  3492.                                
  3493.                                <span>
  3494.                                    Paul Berry
  3495.                                </span>
  3496.                            </div>
  3497.                            <span>12 May 2026</span>
  3498.                        </div>
  3499.                    </div>
  3500.                </div>
  3501.            </div>
  3502.            
  3503.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3504.                <div class="card sponsored-card-v2">
  3505.                    <div class="sponsored-image-v2">
  3506.                        
  3507.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3508.                        
  3509.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3510.                    </div>
  3511.                    <div class="sponsored-content-v2">
  3512.                        <h3 class="sponsored-title-v2">
  3513.                            <a href="/shocking-find-bodies-of-vanished-mum-and-daughter-found-in-freezers-in-the-alpine-nation/" class="top-color">
  3514.                            Shocking Find: Bodies of Vanished Mum and Daughter Found in Freezers in the Alpine Nation
  3515.                            </a>
  3516.                        </h3>
  3517.                        <p class="sponsored-excerpt-v2">
  3518.                            
  3519.                        </p>
  3520.                        <div class="sponsored-meta-v2">
  3521.                            <div class="author-info-v2">
  3522.                                
  3523.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/1c121db1-0462-4415-9af9-e2f1f88f73ac_profile.png" alt="Paul Berry" style="object-fit: cover;" class="sponsored-author-img-v2">
  3524.                                
  3525.                                <span>
  3526.                                    Paul Berry
  3527.                                </span>
  3528.                            </div>
  3529.                            <span>12 May 2026</span>
  3530.                        </div>
  3531.                    </div>
  3532.                </div>
  3533.            </div>
  3534.            
  3535.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3536.                <div class="card sponsored-card-v2">
  3537.                    <div class="sponsored-image-v2">
  3538.                        
  3539.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3540.                        
  3541.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3542.                    </div>
  3543.                    <div class="sponsored-content-v2">
  3544.                        <h3 class="sponsored-title-v2">
  3545.                            <a href="/the-music-streaming-giants-wrapped-launch-date-plus-your-burning-questions-explained/" class="top-color">
  3546.                            The Music Streaming Giant&#x27;s Wrapped: Launch Date plus Your Burning Questions Explained
  3547.                            </a>
  3548.                        </h3>
  3549.                        <p class="sponsored-excerpt-v2">
  3550.                            
  3551.                        </p>
  3552.                        <div class="sponsored-meta-v2">
  3553.                            <div class="author-info-v2">
  3554.                                
  3555.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/1c121db1-0462-4415-9af9-e2f1f88f73ac_profile.png" alt="Paul Berry" style="object-fit: cover;" class="sponsored-author-img-v2">
  3556.                                
  3557.                                <span>
  3558.                                    Paul Berry
  3559.                                </span>
  3560.                            </div>
  3561.                            <span>12 May 2026</span>
  3562.                        </div>
  3563.                    </div>
  3564.                </div>
  3565.            </div>
  3566.            
  3567.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3568.                <div class="card sponsored-card-v2">
  3569.                    <div class="sponsored-image-v2">
  3570.                        
  3571.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3572.                        
  3573.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3574.                    </div>
  3575.                    <div class="sponsored-content-v2">
  3576.                        <h3 class="sponsored-title-v2">
  3577.                            <a href="/calm-conclusion-to-messis-india-tour-in-the-wake-of-kolkata-chaos/" class="top-color">
  3578.                            Calm Conclusion to Messi&#x27;s India Tour In the Wake of Kolkata Chaos
  3579.                            </a>
  3580.                        </h3>
  3581.                        <p class="sponsored-excerpt-v2">
  3582.                            
  3583.                        </p>
  3584.                        <div class="sponsored-meta-v2">
  3585.                            <div class="author-info-v2">
  3586.                                
  3587.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/1c121db1-0462-4415-9af9-e2f1f88f73ac_profile.png" alt="Paul Berry" style="object-fit: cover;" class="sponsored-author-img-v2">
  3588.                                
  3589.                                <span>
  3590.                                    Paul Berry
  3591.                                </span>
  3592.                            </div>
  3593.                            <span>12 May 2026</span>
  3594.                        </div>
  3595.                    </div>
  3596.                </div>
  3597.            </div>
  3598.            
  3599.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  3600.                <div class="card sponsored-card-v2">
  3601.                    <div class="sponsored-image-v2">
  3602.                        
  3603.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3604.                        
  3605.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  3606.                    </div>
  3607.                    <div class="sponsored-content-v2">
  3608.                        <h3 class="sponsored-title-v2">
  3609.                            <a href="/esteemed-photographer-brian-harris-obituary-a-life-through-the-camera/" class="top-color">
  3610.                            Esteemed Photographer Brian Harris Obituary: A Life Through the Camera
  3611.                            </a>
  3612.                        </h3>
  3613.                        <p class="sponsored-excerpt-v2">
  3614.                            
  3615.                        </p>
  3616.                        <div class="sponsored-meta-v2">
  3617.                            <div class="author-info-v2">
  3618.                                
  3619.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/1c121db1-0462-4415-9af9-e2f1f88f73ac_profile.png" alt="Paul Berry" style="object-fit: cover;" class="sponsored-author-img-v2">
  3620.                                
  3621.                                <span>
  3622.                                    Paul Berry
  3623.                                </span>
  3624.                            </div>
  3625.                            <span>12 May 2026</span>
  3626.                        </div>
  3627.                    </div>
  3628.                </div>
  3629.            </div>
  3630.            
  3631.        </div>
  3632.    </div>
  3633. </section>
  3634.  
  3635.  
  3636.    
  3637.        <!-- end wpo-blog-sponsored-section -->
  3638.        <!-- start wpo-subscribe-section -->
  3639.        
  3640.        <!-- end subscribe-section -->
  3641.        <!-- start of wpo-site-footer-section -->
  3642.        
  3643.  
  3644.  
  3645.  
  3646.  
  3647.  
  3648.  
  3649. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3650. <footer class="footer-v5 bg-primary-gradient border-top">
  3651.    
  3652.    <!-- Main Footer Content -->
  3653.    <div class="container-fluid py-5">
  3654.        
  3655.        <!-- Top Section with Logo and Description -->
  3656.        <div class="row mb-5">
  3657.            <div class="col-12 text-center">
  3658.                <div class="footer-brand mb-4">
  3659.                    
  3660.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/7682c138-f245-47ea-931b-7ff96605a931_logo.png" alt="Playworld Site UK" class="footer-logo mb-3" height="60">
  3661.                    
  3662.                    <h4 class="fw-bold footer-color mb-2">Playworld Site UK</h4>
  3663.                    <p class="footer-color opacity-50">Explore Playworld Site UK for the latest in fun activities, creative play ideas, and family entertainment tips to inspire joy and learning for all ages.</p>
  3664.                </div>
  3665.            </div>
  3666.        </div>
  3667.  
  3668.        <!-- Content Grid -->
  3669.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3670.            
  3671.            <!-- Quick Links Column -->
  3672.            <div class="">
  3673.                <div class="footer-section">
  3674.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3675.                        Quick Links
  3676.                    </h6>
  3677.                    <ul class="list-unstyled footer-links">
  3678.                        
  3679.                        <li class="mb-2">
  3680.                            <a href="/an-story-of-unexpected-generosity-when-a-university-student-let-me-sleep-on-her-dorm-ground/"
  3681.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3682.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3683.                                An Story of Unexpected Generosity: When a University Student Let Me Sleep on Her Dorm Ground
  3684.                            </a>
  3685.                        </li>
  3686.                        
  3687.                        <li class="mb-2">
  3688.                            <a href="/amid-the-ruined-remains-of-an-residential-building-i-found-a-volume-i-had-rendered/"
  3689.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3690.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3691.                                Amid the Ruined Remains of an Residential Building, I Found a Volume I Had Rendered
  3692.                            </a>
  3693.                        </li>
  3694.                        
  3695.                        <li class="mb-2">
  3696.                            <a href="/three-game-pass-titles-were-enjoying-over-the-weekend-oct-10-12/"
  3697.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3698.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3699.                                Three Game Pass Titles We&#x27;re Enjoying Over the Weekend (Oct. 10-12)
  3700.                            </a>
  3701.                        </li>
  3702.                        
  3703.                        <li class="mb-2">
  3704.                            <a href="/everyday-reality-for-120000-asylum-seekers-in-the-massive-shelter-on-the-malians-frontier/"
  3705.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3706.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3707.                                Everyday Reality for 120,000 Asylum Seekers in the Massive Shelter on the Malians Frontier.
  3708.                            </a>
  3709.                        </li>
  3710.                        
  3711.                        <li class="mb-2">
  3712.                            <a href="/how-a-us-military-vet-assisted-the-venezuelan-opposition-leader-escape-venezuela/"
  3713.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3714.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3715.                                How a US Military Vet Assisted the Venezuelan Opposition Leader Escape Venezuela
  3716.                            </a>
  3717.                        </li>
  3718.                        
  3719.                        <li class="mb-2">
  3720.                            <a href="/mastering-the-art-of-speak-romance-like-a-gen-z-51-niche-phrases-for-love-intimacy-and-bad-behaviour/"
  3721.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3722.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3723.                                Mastering the Art of Speak Romance Like a Gen Z: 51 Niche Phrases for Love, Intimacy and Bad Behaviour
  3724.                            </a>
  3725.                        </li>
  3726.                        
  3727.                    </ul>
  3728.                </div>
  3729.            </div>
  3730.  
  3731.            <!-- Resources Column -->
  3732.            <div class="">
  3733.                <div class="footer-section">
  3734.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3735.                        Resources
  3736.                    </h6>
  3737.                   <ul class="footer-links" id="footerLinks">
  3738.        
  3739.        
  3740.  
  3741.        
  3742.        
  3743.        
  3744.        
  3745.    </ul>
  3746.                </div>
  3747.            </div>
  3748.  
  3749.            <!-- Categories Column -->
  3750.            <div class="">
  3751.                <div class="footer-section">
  3752.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3753.                        Categories
  3754.                    </h6>
  3755.                    <div class="category-tags">
  3756.                      
  3757.                                <li>
  3758.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3759.                                        All Posts
  3760.                                    </a>
  3761.                                </li>
  3762.                                
  3763.                                <li>
  3764.                                    <a href="/category/business/" class="footer-link footer-color">
  3765.                                        Business
  3766.                                    </a>
  3767.                                </li>
  3768.                                
  3769.                                <li>
  3770.                                    <a href="/category/esports/" class="footer-link footer-color">
  3771.                                        Esports
  3772.                                    </a>
  3773.                                </li>
  3774.                                
  3775.                                <li>
  3776.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3777.                                        Fashion
  3778.                                    </a>
  3779.                                </li>
  3780.                                
  3781.                                <li>
  3782.                                    <a href="/category/featured/" class="footer-link footer-color">
  3783.                                        Featured
  3784.                                    </a>
  3785.                                </li>
  3786.                                
  3787.                                <li>
  3788.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3789.                                        Gaming
  3790.                                    </a>
  3791.                                </li>
  3792.                                
  3793.                    </div>
  3794.                </div>
  3795.            </div>
  3796.  
  3797.        </div>
  3798.  
  3799.    </div>
  3800.  
  3801.    <!-- Footer Bottom -->
  3802.    <div class="footer-bottom  border-top py-3">
  3803.        <div class="container-fluid fluid-container">
  3804.            <div class=" d-flex justify-content-between flex-wrap">
  3805.                <div class="">
  3806.                    <p class="mb-0 footer-color  ">
  3807.                        © 2026 <span class="fw-semibold footer-color">Playworld Site UK</span>. All rights reserved.
  3808.                    </p>
  3809.                </div>
  3810.                <div class="">
  3811.                    <div class="footer-nav">
  3812.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3813.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3814.                        </a>
  3815.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3816.                            <i class="bi bi-file-text me-1"></i>Terms
  3817.                        </a>
  3818.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3819.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3820.                        </a>
  3821.                    </div>
  3822.                </div>
  3823.            </div>
  3824.        </div>
  3825.    </div>
  3826.  
  3827. </footer>
  3828.  
  3829. <style>
  3830. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3831.  
  3832.  
  3833.  
  3834.  
  3835. .footer-logo {
  3836.    border-radius: 8px;
  3837. }
  3838.  
  3839. /* Footer Sections */
  3840. .footer-section {
  3841.    padding: 0 15px;
  3842. }
  3843.  
  3844. .footer-section h6 {
  3845.    position: relative;
  3846.    padding-bottom: 8px;
  3847. }
  3848.  
  3849. .footer-section h6::after {
  3850.    content: '';
  3851.    position: absolute;
  3852.    bottom: 0;
  3853.    left: 0;
  3854.    width: 30px;
  3855.    height: 2px;
  3856.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3857.    border-radius: 1px;
  3858. }
  3859.  
  3860. /* Links Styling */
  3861. .footer-links a {
  3862.    transition: all 0.3s ease;
  3863.    padding: 4px 0;
  3864.    border-radius: 4px;
  3865. }
  3866.  
  3867. .footer-links a:hover {
  3868.    color: var(--bs-primary) !important;
  3869.    padding-left: 8px;
  3870. }
  3871.  
  3872. .footer-links a:hover i {
  3873.    transform: translateX(2px);
  3874. }
  3875.  
  3876. /* Category Tags */
  3877. .category-tag {
  3878.    transition: all 0.3s ease;
  3879.    padding: 6px 12px !important;
  3880.    font-size: 0.875rem;
  3881. }
  3882.  
  3883.  
  3884.  
  3885. /* Footer Bottom */
  3886. .footer-bottom {
  3887.    backdrop-filter: blur(10px);
  3888. }
  3889.  
  3890. /* Responsive Design */
  3891. @media (max-width: 768px) {
  3892.    .footer-v5 {
  3893.        margin-top: 60px;
  3894.    }
  3895.    
  3896.    .footer-section {
  3897.        text-align:start;
  3898.        margin-bottom: 40px;
  3899.    }
  3900.    
  3901.    .footer-links a,
  3902.    .category-tags {
  3903.        justify-content:start;
  3904.    }
  3905.    
  3906.    .social-links .d-flex {
  3907.        justify-content:start;
  3908.    }
  3909. }
  3910.  
  3911. @media (max-width: 576px) {
  3912.    .footer-brand h4 {
  3913.        font-size: 1.25rem;
  3914.    }
  3915.    
  3916.    .stats-item h5 {
  3917.        font-size: 1.1rem;
  3918.    }
  3919.    
  3920.    .newsletter-form .btn {
  3921.        padding: 8px 12px;
  3922.    }
  3923. }
  3924.  
  3925. /* Animation Classes */
  3926. .fade-in {
  3927.    animation: fadeIn 0.6s ease-in;
  3928. }
  3929.  
  3930. @keyframes fadeIn {
  3931.    from { opacity: 0; transform: translateY(20px); }
  3932.    to { opacity: 1; transform: translateY(0); }
  3933. }
  3934.  
  3935. /* Loading State */
  3936. .loading {
  3937.    pointer-events: none;
  3938.    opacity: 0.7;
  3939. }
  3940.  
  3941. .loading .btn {
  3942.    position: relative;
  3943. }
  3944.  
  3945. .loading .btn::after {
  3946.    content: '';
  3947.    position: absolute;
  3948.    top: 50%;
  3949.    left: 50%;
  3950.    width: 16px;
  3951.    height: 16px;
  3952.    margin: -8px 0 0 -8px;
  3953.    border: 2px solid transparent;
  3954.    border-top-color: currentColor;
  3955.    border-radius: 50%;
  3956.    animation: spin 1s linear infinite;
  3957. }
  3958.  
  3959. @keyframes spin {
  3960.    to { transform: rotate(360deg); }
  3961. }
  3962.  
  3963. /* Utility Classes */
  3964. .text-gradient {
  3965.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3966.    -webkit-background-clip: text;
  3967.    -webkit-text-fill-color: transparent;
  3968.    background-clip: text;
  3969. }
  3970.  
  3971. .hover-lift {
  3972.    transition: transform 0.3s ease;
  3973. }
  3974.  
  3975. .hover-lift:hover {
  3976.    transform: translateY(-2px);
  3977. }
  3978. </style>
  3979.  
  3980.  
  3981. <script>
  3982. document.addEventListener('DOMContentLoaded', function() {
  3983.    
  3984.    // Initialize Bootstrap tooltips
  3985.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3986.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3987.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3988.    });
  3989.  
  3990.    // Newsletter form handling
  3991.    const newsletterForm = document.querySelector('.newsletter-form');
  3992.    if (newsletterForm) {
  3993.        newsletterForm.addEventListener('submit', function(e) {
  3994.            e.preventDefault();
  3995.            
  3996.            const email = this.querySelector('input[name="email"]').value.trim();
  3997.            const submitBtn = this.querySelector('button[type="submit"]');
  3998.            const originalContent = submitBtn.innerHTML;
  3999.            
  4000.            // Validate email
  4001.            if (!email || !isValidEmail(email)) {
  4002.                showToast('Please enter a valid email address', 'error');
  4003.                return;
  4004.            }
  4005.            
  4006.            // Show loading state
  4007.            this.classList.add('loading');
  4008.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  4009.            submitBtn.disabled = true;
  4010.            
  4011.            // Simulate API call
  4012.            setTimeout(() => {
  4013.                // Success state
  4014.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  4015.                submitBtn.classList.remove('btn-primary');
  4016.                submitBtn.classList.add('btn-success');
  4017.                
  4018.                showToast('Successfully subscribed to newsletter!', 'success');
  4019.                
  4020.                // Reset form
  4021.                setTimeout(() => {
  4022.                    this.classList.remove('loading');
  4023.                    submitBtn.innerHTML = originalContent;
  4024.                    submitBtn.classList.remove('btn-success');
  4025.                    submitBtn.classList.add('btn-primary');
  4026.                    submitBtn.disabled = false;
  4027.                    this.reset();
  4028.                }, 2000);
  4029.                
  4030.            }, 1500);
  4031.        });
  4032.    }
  4033.    
  4034.    // Email validation function
  4035.    function isValidEmail(email) {
  4036.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4037.        return emailRegex.test(email);
  4038.    }
  4039.    
  4040.    // Toast notification function
  4041.    function showToast(message, type = 'info') {
  4042.        // Remove existing toasts
  4043.        const existingToasts = document.querySelectorAll('.custom-toast');
  4044.        existingToasts.forEach(toast => toast.remove());
  4045.        
  4046.        // Create toast
  4047.        const toast = document.createElement('div');
  4048.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  4049.        toast.style.zIndex = '9999';
  4050.        toast.innerHTML = `
  4051.            <div class="d-flex align-items-center">
  4052.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  4053.                <span>${message}</span>
  4054.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  4055.            </div>
  4056.        `;
  4057.        
  4058.        document.body.appendChild(toast);
  4059.        
  4060.        // Auto remove after 4 seconds
  4061.        setTimeout(() => {
  4062.            if (toast && toast.parentNode) {
  4063.                toast.remove();
  4064.            }
  4065.        }, 4000);
  4066.    }
  4067.    
  4068.    // Smooth scroll for internal links
  4069.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  4070.        anchor.addEventListener('click', function(e) {
  4071.            e.preventDefault();
  4072.            const target = document.querySelector(this.getAttribute('href'));
  4073.            if (target) {
  4074.                target.scrollIntoView({
  4075.                    behavior: 'smooth',
  4076.                    block: 'start'
  4077.                });
  4078.            }
  4079.        });
  4080.    });
  4081.    
  4082.    // Add fade-in animation to footer sections on scroll
  4083.    const observerOptions = {
  4084.        threshold: 0.1,
  4085.        rootMargin: '0px 0px -50px 0px'
  4086.    };
  4087.    
  4088.    const sectionObserver = new IntersectionObserver((entries) => {
  4089.        entries.forEach(entry => {
  4090.            if (entry.isIntersecting) {
  4091.                entry.target.classList.add('fade-in');
  4092.            }
  4093.        });
  4094.    }, observerOptions);
  4095.    
  4096.    // Observe footer sections
  4097.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  4098.        sectionObserver.observe(section);
  4099.    });
  4100.    
  4101.    // Enhanced hover effects for category tags
  4102.    document.querySelectorAll('.category-tag').forEach(tag => {
  4103.        tag.addEventListener('mouseenter', function() {
  4104.            this.style.transform = 'translateY(-2px) scale(1.02)';
  4105.        });
  4106.        
  4107.        tag.addEventListener('mouseleave', function() {
  4108.            this.style.transform = 'translateY(0) scale(1)';
  4109.        });
  4110.    });
  4111.    
  4112.    // Prevent default for demo links
  4113.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4114.        link.addEventListener('click', function(e) {
  4115.            e.preventDefault();
  4116.        });
  4117.    });
  4118.    
  4119.    // Add click ripple effect to buttons
  4120.    document.querySelectorAll('.btn').forEach(btn => {
  4121.        btn.addEventListener('click', function(e) {
  4122.            const ripple = document.createElement('span');
  4123.            const rect = this.getBoundingClientRect();
  4124.            const size = Math.max(rect.width, rect.height);
  4125.            const x = e.clientX - rect.left - size / 2;
  4126.            const y = e.clientY - rect.top - size / 2;
  4127.            
  4128.            ripple.style.cssText = `
  4129.                position: absolute;
  4130.                left: ${x}px;
  4131.                top: ${y}px;
  4132.                width: ${size}px;
  4133.                height: ${size}px;
  4134.                border-radius: 50%;
  4135.                background: rgba(255, 255, 255, 0.4);
  4136.                transform: scale(0);
  4137.                animation: ripple-effect 0.6s linear;
  4138.                pointer-events: none;
  4139.            `;
  4140.            
  4141.            this.style.position = 'relative';
  4142.            this.style.overflow = 'hidden';
  4143.            this.appendChild(ripple);
  4144.            
  4145.            setTimeout(() => ripple.remove(), 600);
  4146.        });
  4147.    });
  4148.    
  4149. });
  4150.  
  4151. // Add ripple animation CSS
  4152. const rippleCSS = document.createElement('style');
  4153. rippleCSS.textContent = `
  4154.    @keyframes ripple-effect {
  4155.        to {
  4156.            transform: scale(4);
  4157.            opacity: 0;
  4158.        }
  4159.    }
  4160. `;
  4161. document.head.appendChild(rippleCSS);
  4162.  
  4163. document.addEventListener('DOMContentLoaded', function () {
  4164.    var btn = document.getElementById('toggleFooterLinks');
  4165.    if (!btn) return; // No extra links, no button
  4166.  
  4167.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4168.  
  4169.    btn.addEventListener('click', function () {
  4170.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4171.            return li.classList.contains('d-none');
  4172.        });
  4173.  
  4174.        extras.forEach(function (li) {
  4175.            if (anyHidden) {
  4176.                li.classList.remove('d-none');
  4177.                li.classList.add('show');
  4178.            } else {
  4179.                li.classList.add('d-none');
  4180.                li.classList.remove('show');
  4181.            }
  4182.        });
  4183.  
  4184.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4185.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4186.    });
  4187. });
  4188.  
  4189. </script>
  4190.  
  4191.        <!-- end of wpo-site-footer-section -->
  4192.    </div>
  4193.    <!-- end of page-wrapper -->
  4194.  
  4195.    <!-- All JavaScript files
  4196.    ================================================== -->
  4197.    
  4198.  
  4199. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4200. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4201. <!-- Plugins for this template -->
  4202. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4203. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4204. <!-- Custom script for this template -->
  4205. <script src="/static/blogapp/assets/js/script.js"></script>
  4206.  
  4207. <script>
  4208. (function () {
  4209. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4210. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4211.  
  4212. function applyFallback(img) {
  4213. if (!img || img.dataset.fallbackApplied === "1") {
  4214. return;
  4215. }
  4216. var failedSrc = img.currentSrc || img.src || "";
  4217. img.dataset.fallbackApplied = "1";
  4218. img.onerror = null;
  4219. img.src = fallbackImageSrc;
  4220. console.warn("[ImageFallback] Replaced broken image:", {
  4221. failedSrc: failedSrc,
  4222. fallbackSrc: fallbackImageSrc,
  4223. alt: img.alt || "",
  4224. });
  4225. }
  4226.  
  4227. document.querySelectorAll("img").forEach(function (img) {
  4228. if (img.complete && img.naturalWidth === 0) {
  4229. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4230. failedSrc: img.currentSrc || img.src || "",
  4231. alt: img.alt || "",
  4232. });
  4233. applyFallback(img);
  4234. }
  4235. });
  4236.  
  4237. document.addEventListener(
  4238. "error",
  4239. function (event) {
  4240. var target = event.target;
  4241. if (target && target.tagName === "IMG") {
  4242. applyFallback(target);
  4243. }
  4244. },
  4245. true
  4246. );
  4247. })();
  4248. </script>
  4249.  
  4250. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4251.  
  4252.  
  4253.  
  4254. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"b43aacb9bf1a4982b626a7fbb3ab9eed","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4255. </body>
  4256.  
  4257. </html>
  4258.  
  4259.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda