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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="hind">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T180341.147_KvYwAUZ_dA66ySJ_ITXdlJG_4wsB36S.png">
  14.    
  15.  
  16.    <title>Play UK Today: Latest UK Entertainment and Lifestyle News</title>
  17.    <meta name="description" content="Stay updated with the latest entertainment, lifestyle, and cultural news across the UK. Featuring reviews, events, and insights for modern British living.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://playuktoday.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff6b6b;
  42.        --bs-primary-rgb: ff6b6b;
  43.        --bs-secondary: #94a3b8;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #fbbf24;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #e2e8f0;
  49.        --bs-dark: #1e293b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff6b6b;
  53.        --theme-primary-color-s2: #ff6b6b;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #e2e8f0;
  57.        --text-light-color: #676767;
  58.        --heading-color: #e2e8f0;
  59.        --border-color: #475569;
  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: #1e293b;
  73.        --nav-bg: #1e293b;
  74.        --sub-nav: #475569;
  75.        --navbar-color: #e2e8f0;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #e2e8f0;
  78.        --footer-bg: #1e293b;
  79.        --footer-color: #e2e8f0;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 12px;
  83.        --link-color: #ff6b6b;
  84.        --link-hover: #ef4444;
  85.        --blog-color: #e2e8f0;
  86.        --blog-bg: rgba(255, 107, 107, 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: rgba(30, 41, 59, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_46">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.  
  397.  
  398.            <!-- end preloader -->
  399.        
  400.        <!-- Start header -->
  401.        <header id="header" class="wpo-site-header">
  402.            
  403.  
  404.  
  405.    
  406.  
  407.  
  408. <div class="top-bg">
  409. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  410.    <span id="current-time"></span>
  411.    
  412.    <div class="unique-news-container2">
  413.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  414.            <!-- News items will be dynamically added here -->
  415.        </div>
  416.    </div>
  417.  
  418.    <div class="contact-info">
  419.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  420.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  421.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  422.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  423.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  424.        </ul>
  425.    </div>
  426. </div>
  427. </div>
  428.  
  429. <script>
  430.  // ----------------- Clock -----------------
  431.  function updateCurrentTime() {
  432.    const currentDate = new Date();
  433.    const day = currentDate.getDate().toString().padStart(2, '0');
  434.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  435.    const month = monthNames[currentDate.getMonth()];
  436.    const year = currentDate.getFullYear();
  437.    const hours = currentDate.getHours().toString().padStart(2, '0');
  438.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  439.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  440.    document.getElementById('current-time').innerHTML =
  441.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  442.  }
  443.  setInterval(updateCurrentTime, 1000);
  444.  updateCurrentTime();
  445.  
  446.  // ----------------- News from Django -----------------
  447.  const newsItems = [
  448.    
  449.      { title: "New Ashes Dispute as Smith Dismissed on Umpire Review", url: "/new-ashes-dispute-as-smith-dismissed-on-umpire-review/" },
  450.    
  451.      { title: "Milano Hockey Arena Delays May Leave NHL Stars on Untested Playing Surface", url: "/milano-hockey-arena-delays-may-leave-nhl-stars-on-untested-playing-surface/" },
  452.    
  453.      { title: "Expedition 33 Fans Convinced Forthcoming DLC Will Feature Evil Esquie Showdown", url: "/expedition-33-fans-convinced-forthcoming-dlc-will-feature-evil-esquie-showdown/" },
  454.    
  455.      { title: "Naoya Inoue Moves a Step Closer to Historic Japanese Clash Following Dominant Win.", url: "/naoya-inoue-moves-a-step-closer-to-historic-japanese-clash-following-dominant-win/" },
  456.    
  457.      { title: "Japan\u0027s First Woman Leader: An Unprecedented Moment that Comes with Reservations", url: "/japans-first-woman-leader-an-unprecedented-moment-that-comes-with-reservations/" }
  458.    
  459.  ];
  460.  
  461.  let currentNewsIndex = 0;
  462.  const newsWrapper = document.getElementById('newsWrapper');
  463.  let newsElements = [];
  464.  
  465.  function createNewsElements() {
  466.      newsItems.forEach((news, index) => {
  467.          const newsElement = document.createElement('div');
  468.          newsElement.className = 'unique-news-item2 top-color';
  469.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  470.          newsWrapper.appendChild(newsElement);
  471.          newsElements.push(newsElement);
  472.      });
  473.      if (newsElements.length > 0) {
  474.          newsElements[0].classList.add('active');
  475.      }
  476.  }
  477.  
  478.  function changeNews() {
  479.      const currentElement = newsElements[currentNewsIndex];
  480.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  481.      const nextElement = newsElements[nextIndex];
  482.  
  483.      currentElement.classList.remove('active');
  484.      currentElement.classList.add('exit-up');
  485.  
  486.      setTimeout(() => {
  487.          nextElement.classList.add('active');
  488.          currentNewsIndex = nextIndex;
  489.          setTimeout(() => {
  490.              currentElement.classList.remove('exit-up');
  491.          }, 100);
  492.      }, 250);
  493.  }
  494.  
  495.  function startNewsRotation() {
  496.      setInterval(changeNews, 5000);
  497.  }
  498.  
  499.  window.onload = function() {
  500.      createNewsElements();
  501.      startNewsRotation();
  502.  };
  503. </script>
  504.  
  505.  
  506.  
  507.            
  508.  
  509.  
  510.  
  511.  
  512.  
  513.  
  514. <header class="header-v8 mb-4">
  515.    <div class="container-fluid fluid-container">
  516.        <!-- Main Navigation Card -->
  517.        <div class="nav-card-v8">
  518.            <div class="row align-items-center justify-content-between">
  519.                <!-- Logo Section -->
  520.               <div class="col-lg-2 col-md-3 col-6">
  521.                    <div class="logo-section-v8">
  522.                        <a class="logo-link-v8" href="/">
  523.                            
  524.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/664ca0ca-0881-4af0-8950-0faf95bc05a8_logo.png" alt="Play UK Today" class="logo-img-v8" />
  525.                            
  526.                        </a>
  527.                    </div>
  528.                </div>
  529.  
  530.                <!-- Navigation Menu -->
  531.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  532.                    <nav class="main-nav-v8">
  533.                        <ul class="nav-list-v8">
  534.  
  535.                            
  536.                            <li class="nav-item-v8">
  537.                                <a href="/" class="nav-link-v8 active-v8"
  538.                                    data-text="Home">Home</a>
  539.                            </li>
  540.  
  541.                            
  542.                            
  543.                             <li class="nav-item-v8">
  544.                                <a href="/category/all-posts/" class="nav-link-v8"
  545.                                    data-text="All Posts">
  546.                                    All Posts
  547.                                </a>
  548.                                </li>
  549.  
  550.                                
  551.  
  552.                                                
  553.                                                
  554.                                
  555.                             <li class="nav-item-v8">
  556.                                <a href="/category/business/" class="nav-link-v8"
  557.                                    data-text="Business">
  558.                                    Business
  559.                                </a>
  560.                                </li>
  561.  
  562.                                
  563.  
  564.                                                
  565.                                                
  566.                                
  567.                             <li class="nav-item-v8">
  568.                                <a href="/category/esports/" class="nav-link-v8"
  569.                                    data-text="Esports">
  570.                                    Esports
  571.                                </a>
  572.                                </li>
  573.  
  574.                                
  575.  
  576.                                                
  577.                                                
  578.                                
  579.                             <li class="nav-item-v8">
  580.                                <a href="/category/fashion/" class="nav-link-v8"
  581.                                    data-text="Fashion">
  582.                                    Fashion
  583.                                </a>
  584.                                </li>
  585.  
  586.                                
  587.  
  588.                                                
  589.                                                
  590.                                
  591.                             <li class="nav-item-v8">
  592.                                <a href="/category/featured/" class="nav-link-v8"
  593.                                    data-text="Featured">
  594.                                    Featured
  595.                                </a>
  596.                                </li>
  597.  
  598.                                
  599.  
  600.                                                
  601.                                                
  602.                                
  603.                             <li class="nav-item-v8">
  604.                                <a href="/category/gaming/" class="nav-link-v8"
  605.                                    data-text="Gaming">
  606.                                    Gaming
  607.                                </a>
  608.                                </li>
  609.  
  610.                                
  611.  
  612.                                                
  613.                                                
  614.                                
  615.                             <li class="nav-item-v8">
  616.                                <a href="/category/health/" class="nav-link-v8"
  617.                                    data-text="Health">
  618.                                    Health
  619.                                </a>
  620.                                </li>
  621.  
  622.                                
  623.  
  624.                                                
  625.                                                
  626.                                
  627.                            
  628.                                
  629.                                
  630.                                <li class="nav-item-v8 has-dropdown-v8">
  631.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  632.                                    <div class="dropdown-card-v8">
  633.                                        <div class="dropdown-grid-v8">
  634.                                            <div class="dropdown-section-v8">
  635.                                                <a href="/category/life-fitness/"
  636.                                                    class="dropdown-link-v8">
  637.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  638.                                                </a>
  639.                                                
  640.  
  641.                                                
  642.  
  643.                                                
  644.                                                
  645.                                
  646.                            
  647.                                                <a href="/category/lifestyle/"
  648.                                                    class="dropdown-link-v8">
  649.                                                    <span class="link-icon-v8"></span> Lifestyle
  650.                                                </a>
  651.                                                
  652.  
  653.                                                
  654.                                                
  655.                                
  656.                            
  657.                                                <a href="/category/news/"
  658.                                                    class="dropdown-link-v8">
  659.                                                    <span class="link-icon-v8"></span> News
  660.                                                </a>
  661.                                                
  662.  
  663.                                                
  664.                                                
  665.                                
  666.                            
  667.                                                <a href="/category/others/"
  668.                                                    class="dropdown-link-v8">
  669.                                                    <span class="link-icon-v8"></span> Others
  670.                                                </a>
  671.                                                
  672.  
  673.                                                
  674.                                                
  675.                                
  676.                            
  677.                                                <a href="/category/politics/"
  678.                                                    class="dropdown-link-v8">
  679.                                                    <span class="link-icon-v8"></span> Politics
  680.                                                </a>
  681.                                                
  682.  
  683.                                                
  684.                                                
  685.                                
  686.                            
  687.                                                <a href="/category/sports/"
  688.                                                    class="dropdown-link-v8">
  689.                                                    <span class="link-icon-v8"></span> Sports
  690.                                                </a>
  691.                                                
  692.  
  693.                                                
  694.                                                
  695.                                
  696.                            
  697.                                                <a href="/category/tech/"
  698.                                                    class="dropdown-link-v8">
  699.                                                    <span class="link-icon-v8"></span> Tech
  700.                                                </a>
  701.                                                
  702.  
  703.                                                
  704.                                                
  705.                                
  706.                            
  707.                                                <a href="/category/travel/"
  708.                                                    class="dropdown-link-v8">
  709.                                                    <span class="link-icon-v8"></span> Travel
  710.                                                </a>
  711.                                                
  712.  
  713.                                                
  714.                                                
  715.                                            </div>
  716.                                        </div>
  717.                                    </div>
  718.                                </li>
  719.                                
  720.                                
  721. <li>
  722.                  <a href="/page/contact-us/">
  723.                     Contact Us
  724.                  </a>
  725.              </li>
  726.                        </ul>
  727.                    </nav>
  728.  
  729.                </div>
  730.  
  731.                <!-- Search & Mobile Toggle -->
  732.                <div class="col-lg-2 col-md-3 col-6">
  733.                    <div class="nav-actions-v8">
  734.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  735.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  736.                                stroke-width="2">
  737.                                <circle cx="11" cy="11" r="8"></circle>
  738.                                <path d="m21 21-4.35-4.35"></path>
  739.                            </svg>
  740.                        </button>
  741.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  742.                            <i class="ti-menu fs-5"></i>
  743.                        </button>
  744.                    </div>
  745.                </div>
  746.            </div>
  747.        </div>
  748.  
  749.        <!-- Floating Search Card -->
  750.        <div class="search-card-v8" id="searchCardV8">
  751.            <div class="search-container-v8">
  752.                <form class="search-form-v8" action="#" method="get">
  753.                    <div class="search-input-wrapper-v8">
  754.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  755.                            stroke="currentColor" stroke-width="2">
  756.                            <circle cx="11" cy="11" r="8"></circle>
  757.                            <path d="m21 21-4.35-4.35"></path>
  758.                        </svg>
  759.                        <input type="search" class="search-input-v8" id="search-input"
  760.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  761.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  762.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  763.                                stroke-width="2">
  764.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  765.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  766.                            </svg>
  767.                        </button>
  768.                    </div>
  769.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  770.                        
  771.                        
  772.                    </div>
  773.                </form>
  774.            </div>
  775.        </div>
  776.  
  777.        <!-- Mobile Navigation Card -->
  778.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  779.            <div class="mobile-nav-content-v8">
  780.                <ul class="mobile-nav-list-v8">
  781.  
  782.                    
  783.                    <li class="mobile-nav-item-v8">
  784.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  785.                            Home
  786.                        </a>
  787.                    </li>
  788.  
  789.                    
  790.                      <li class="mobile-nav-item-v8">
  791.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  792.                            All Posts
  793.                        </a>
  794.                        </li>
  795.  
  796.                        
  797.  
  798.                                
  799.                                
  800.                        
  801.                      <li class="mobile-nav-item-v8">
  802.                        <a href="/category/business/" class="mobile-nav-link-v8">
  803.                            Business
  804.                        </a>
  805.                        </li>
  806.  
  807.                        
  808.  
  809.                                
  810.                                
  811.                        
  812.                      <li class="mobile-nav-item-v8">
  813.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  814.                            Esports
  815.                        </a>
  816.                        </li>
  817.  
  818.                        
  819.  
  820.                                
  821.                                
  822.                        
  823.                      <li class="mobile-nav-item-v8">
  824.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  825.                            Fashion
  826.                        </a>
  827.                        </li>
  828.  
  829.                        
  830.  
  831.                                
  832.                                
  833.                        
  834.                      <li class="mobile-nav-item-v8">
  835.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  836.                            Featured
  837.                        </a>
  838.                        </li>
  839.  
  840.                        
  841.  
  842.                                
  843.                                
  844.                        
  845.                      <li class="mobile-nav-item-v8">
  846.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  847.                            Gaming
  848.                        </a>
  849.                        </li>
  850.  
  851.                        
  852.  
  853.                                
  854.                                
  855.                        
  856.                      <li class="mobile-nav-item-v8">
  857.                        <a href="/category/health/" class="mobile-nav-link-v8">
  858.                            Health
  859.                        </a>
  860.                        </li>
  861.  
  862.                        
  863.  
  864.                                
  865.                                
  866.                        
  867.                    
  868.                        
  869.                        
  870.                        <li class="mobile-nav-item-v8">
  871.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  872.                                More
  873.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  874.                                    stroke="currentColor" stroke-width="2">
  875.                                    <polyline points="6,9 12,15 18,9"></polyline>
  876.                                </svg>
  877.                            </a>
  878.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  879.                                <li>
  880.                                    <a href="/category/life-fitness/"
  881.                                        class="mobile-sub-link-v8">
  882.                                        Life &amp; Fitness
  883.                                    </a>
  884.                                </li>
  885.                                
  886.  
  887.                                
  888.  
  889.                                
  890.                                
  891.                        
  892.                    
  893.                                
  894.                                <li>
  895.                                    <a href="/category/lifestyle/"
  896.                                        class="mobile-sub-link-v8">
  897.                                        Lifestyle
  898.                                    </a>
  899.                                </li>
  900.                                
  901.  
  902.                                
  903.                                
  904.                        
  905.                    
  906.                                
  907.                                <li>
  908.                                    <a href="/category/news/"
  909.                                        class="mobile-sub-link-v8">
  910.                                        News
  911.                                    </a>
  912.                                </li>
  913.                                
  914.  
  915.                                
  916.                                
  917.                        
  918.                    
  919.                                
  920.                                <li>
  921.                                    <a href="/category/others/"
  922.                                        class="mobile-sub-link-v8">
  923.                                        Others
  924.                                    </a>
  925.                                </li>
  926.                                
  927.  
  928.                                
  929.                                
  930.                        
  931.                    
  932.                                
  933.                                <li>
  934.                                    <a href="/category/politics/"
  935.                                        class="mobile-sub-link-v8">
  936.                                        Politics
  937.                                    </a>
  938.                                </li>
  939.                                
  940.  
  941.                                
  942.                                
  943.                        
  944.                    
  945.                                
  946.                                <li>
  947.                                    <a href="/category/sports/"
  948.                                        class="mobile-sub-link-v8">
  949.                                        Sports
  950.                                    </a>
  951.                                </li>
  952.                                
  953.  
  954.                                
  955.                                
  956.                        
  957.                    
  958.                                
  959.                                <li>
  960.                                    <a href="/category/tech/"
  961.                                        class="mobile-sub-link-v8">
  962.                                        Tech
  963.                                    </a>
  964.                                </li>
  965.                                
  966.  
  967.                                
  968.                                
  969.                        
  970.                    
  971.                                
  972.                                <li>
  973.                                    <a href="/category/travel/"
  974.                                        class="mobile-sub-link-v8">
  975.                                        Travel
  976.                                    </a>
  977.                                </li>
  978.                                
  979.  
  980.                                
  981.                                
  982.                            </ul>
  983.                        </li>
  984.                        
  985.                        
  986.  
  987.                </ul>
  988.  
  989.            </div>
  990.        </div>
  991.    </div>
  992.  
  993.    <!-- Background Overlay -->
  994.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  995. </header>
  996.  
  997. <style>
  998.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  999.    .header-v8 {
  1000.        padding: 20px 0;
  1001.        position: relative;
  1002.        min-height: 120px;
  1003.    }
  1004.  
  1005.    /* Main Navigation Card */
  1006.    .nav-card-v8 {
  1007.        background:var(--navbar-bg);
  1008.        backdrop-filter: blur(20px);
  1009.        border: 1px solid var(--border-color);
  1010.        border-radius: 20px;
  1011.        padding: 15px 25px;
  1012.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  1013.        position: relative;
  1014.        z-index: 100;
  1015.    }
  1016.  
  1017.    /* Logo Styles */
  1018.    .logo-img-v8 {
  1019.        max-height: 60px;
  1020.        transition: all 0.3s ease;
  1021.    }
  1022.  
  1023.    .logo-link-v8:hover .logo-img-v8 {
  1024.        transform: scale(1.05) rotate(2deg);
  1025.    }
  1026.  
  1027.    /* Main Navigation */
  1028.    .nav-list-v8 {
  1029.        list-style: none;
  1030.        padding: 0;
  1031.        margin: 0;
  1032.        display: flex;
  1033.        align-items: center;
  1034.        justify-content: center;
  1035.        gap: 8px;
  1036.    }
  1037.  
  1038.    .nav-item-v8 {
  1039.        position: relative;
  1040.    }
  1041.  
  1042.    .nav-link-v8 {
  1043.        color: #4a5568;
  1044.        text-decoration: none;
  1045.        font-weight: 500;
  1046.        font-size: 15px;
  1047.        padding: 12px 18px;
  1048.        border-radius: 12px;
  1049.        position: relative;
  1050.        transition: all 0.3s ease;
  1051.        display: block;
  1052.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1053.    }
  1054.  
  1055.    .nav-link-v8::before {
  1056.        content: attr(data-text);
  1057.        position: absolute;
  1058.        top: 0;
  1059.        left: 0;
  1060.        right: 0;
  1061.        bottom: 0;
  1062.        display: flex;
  1063.        align-items: center;
  1064.        justify-content: center;
  1065.        background: var(--sub-nav);
  1066.        color: var(--topbar-color);
  1067.        border-radius: 12px;
  1068.        opacity: 0;
  1069.        transform: scale(0.8);
  1070.        transition: all 0.3s ease;
  1071.        font-weight: 600;
  1072.    }
  1073.  
  1074.    .nav-link-v8:hover::before,
  1075.    .nav-link-v8.active-v8::before {
  1076.        opacity: 1;
  1077.        transform: scale(1);
  1078.    }
  1079.  
  1080.    .nav-link-v8:hover,
  1081.    .nav-link-v8.active-v8 {
  1082.        color: transparent;
  1083.        background: rgba(102, 126, 234, 0.1);
  1084.    }
  1085.  
  1086.    /* Dropdown Styles */
  1087.    .dropdown-card-v8 {
  1088.        position: absolute;
  1089.        top: calc(100% + 15px);
  1090.        left: 50%;
  1091.        transform: translateX(-50%);
  1092.        background:var(--navbar-bg);
  1093.        backdrop-filter: blur(20px);
  1094.        border: 1px solid var(--border-color);
  1095.        border-radius: 16px;
  1096.        padding: 25px;
  1097.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1098.        opacity: 0;
  1099.        visibility: hidden;
  1100.        transform: translateX(-50%) translateY(-10px);
  1101.        transition: all 0.3s ease;
  1102.        z-index: 200;
  1103.        min-width: 320px;
  1104.    }
  1105.  
  1106.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1107.        opacity: 1;
  1108.        visibility: visible;
  1109.        transform: translateX(-50%) translateY(0);
  1110.    }
  1111.  
  1112.    .dropdown-grid-v8 {
  1113.        display: grid;
  1114.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1115.        gap: 20px;
  1116.    }
  1117.  
  1118.    .dropdown-header-v8 {
  1119.        font-size: 12px;
  1120.        font-weight: 700;
  1121.        color: #667eea;
  1122.        margin-bottom: 12px;
  1123.        text-transform: uppercase;
  1124.        letter-spacing: 1px;
  1125.    }
  1126.  
  1127.    .dropdown-link-v8 {
  1128.        display: flex;
  1129.        align-items: center;
  1130.        color: var(--navbar-color) !important;;
  1131.        text-decoration: none;
  1132.        font-size: 14px;
  1133.        padding: 10px 12px;
  1134.        border-radius: 10px;
  1135.        transition: all 0.3s ease;
  1136.        margin-bottom: 8px;
  1137.    }
  1138.  
  1139.    .dropdown-link-v8:hover {
  1140.        background:var(--bs-primary);
  1141.        color: var(--bs-white) !important;;
  1142.        transform: translateX(5px);
  1143.    }
  1144.  
  1145.    .link-icon-v8 {
  1146.        margin-right: 10px;
  1147.        height: 5px;
  1148.        width: 5px;
  1149.        border: 1px solid #2d3748;
  1150.        border-radius: 50%;
  1151.    }
  1152.  
  1153.    /* Navigation Actions */
  1154.    .nav-actions-v8 {
  1155.        display: flex;
  1156.        align-items: center;
  1157.        justify-content: flex-end;
  1158.        gap: 10px;
  1159.    }
  1160.  
  1161.    .search-toggle-v8,
  1162.    .mobile-toggle-v8 {
  1163.        background: rgba(102, 126, 234, 0.1);
  1164.        border: none;
  1165.        border-radius: 12px;
  1166.        padding: 12px;
  1167.        cursor: pointer;
  1168.        transition: all 0.3s ease;
  1169.        color: var(--bs-white);
  1170.    }
  1171.  
  1172.    .search-toggle-v8:hover,
  1173.    .mobile-toggle-v8:hover {
  1174.        background: var(--sub-nav);
  1175.        color: var(--topbar-color);
  1176.        transform: scale(1.05);
  1177.    }
  1178.  
  1179.    .mobile-toggle-v8 {
  1180.        flex-direction: column;
  1181.        gap: 3px;
  1182.        padding: 10px 12px;
  1183.    }
  1184.  
  1185.    .toggle-line-v8 {
  1186.        width: 20px;
  1187.        height: 2px;
  1188.        background: currentColor;
  1189.        border-radius: 1px;
  1190.        transition: all 0.3s ease;
  1191.    }
  1192.  
  1193.    /* Floating Search Card */
  1194.    .search-card-v8 {
  1195.        position: absolute;
  1196.        top: 100%;
  1197.        left: 50%;
  1198.        transform: translateX(-50%);
  1199.        width: calc(100% - 40px);
  1200.        max-width: 600px;
  1201.        background:var(--navbar-bg);
  1202.        backdrop-filter: blur(20px);
  1203.        border: 1px solid var(--border-color);
  1204.        border-radius: 20px;
  1205.        padding: 25px;
  1206.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1207.        opacity: 0;
  1208.        visibility: hidden;
  1209.        transform: translateX(-50%) translateY(-20px);
  1210.        transition: all 0.4s ease;
  1211.        z-index: 300;
  1212.        margin-top: 15px;
  1213.    }
  1214.  
  1215.    .search-card-v8.show-v8 {
  1216.        opacity: 1;
  1217.        visibility: visible;
  1218.        transform: translateX(-50%) translateY(0);
  1219.    }
  1220.  
  1221.    .search-input-wrapper-v8 {
  1222.        display: flex;
  1223.        align-items: center;
  1224.        background: rgba(248, 250, 252, 0.8);
  1225.        border: 2px solid rgba(102, 126, 234, 0.2);
  1226.        border-radius: 15px;
  1227.        padding: 5px;
  1228.        margin-bottom: 20px;
  1229.        transition: all 0.3s ease;
  1230.    }
  1231.  
  1232.    .search-input-wrapper-v8:focus-within {
  1233.        border-color: #667eea;
  1234.        background: rgba(255, 255, 255, 0.9);
  1235.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1236.    }
  1237.  
  1238.    .search-icon-v8 {
  1239.        color: #a0aec0;
  1240.        margin: 0 15px;
  1241.        transition: color 0.3s ease;
  1242.    }
  1243.  
  1244.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1245.        color: #667eea;
  1246.    }
  1247.  
  1248.    .search-input-v8 {
  1249.        flex: 1;
  1250.        border: none;
  1251.        background: transparent;
  1252.        font-size: 16px;
  1253.        padding: 15px 0;
  1254.        outline: none;
  1255.        color: #2d3748;
  1256.    }
  1257.  
  1258.    .search-input-v8::placeholder {
  1259.        color: #a0aec0;
  1260.    }
  1261.  
  1262.    .search-close-v8 {
  1263.        background: rgba(160, 174, 192, 0.2);
  1264.        border: none;
  1265.        border-radius: 10px;
  1266.        padding: 8px;
  1267.        margin-right: 8px;
  1268.        cursor: pointer;
  1269.        transition: all 0.3s ease;
  1270.        color: #a0aec0;
  1271.    }
  1272.  
  1273.    .search-close-v8:hover {
  1274.        background: rgba(229, 62, 62, 0.1);
  1275.        color: #e53e3e;
  1276.    }
  1277.  
  1278.    /* Search Suggestions */
  1279.    .search-suggestions-v8 {
  1280.        display: grid;
  1281.        gap: 8px;
  1282.    }
  1283.  
  1284.    .suggestion-item-v8 {
  1285.        display: flex;
  1286.        align-items: center;
  1287.        padding: 12px 15px;
  1288.        background: rgba(248, 250, 252, 0.1);
  1289.        border-radius: 12px;
  1290.        cursor: pointer;
  1291.        transition: all 0.3s ease;
  1292.    }
  1293.  
  1294.    .suggestion-item-v8:hover {
  1295.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1296.        color: white;
  1297.        transform: translateX(5px);
  1298.    }
  1299.  
  1300.    .suggestion-icon-v8 {
  1301.        margin-right: 12px;
  1302.        font-size: 16px;
  1303.    }
  1304.  
  1305.    .suggestion-text-v8 {
  1306.        font-size: 14px;
  1307.        font-weight: 500;
  1308.    }
  1309.  
  1310.    /* Mobile Navigation Card */
  1311.    .mobile-nav-card-v8 {
  1312.        position: absolute;
  1313.        top: 100%;
  1314.        left: 50%;
  1315.        transform: translateX(-50%);
  1316.        width: calc(100% - 40px);
  1317.        background:var(--card-bg);
  1318.        backdrop-filter: blur(20px);
  1319.        border: 1px solid var(--border-color);
  1320.        border-radius: 20px;
  1321.        padding: 20px;
  1322.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1323.        opacity: 0;
  1324.        visibility: hidden;
  1325.        transform: translateX(-50%) translateY(-20px);
  1326.        transition: all 0.4s ease;
  1327.        z-index: 300;
  1328.        margin-top: 15px;
  1329.        max-height: 70vh;
  1330.        overflow-y: auto;
  1331.    }
  1332.  
  1333.    .mobile-nav-card-v8.show-v8 {
  1334.        opacity: 1;
  1335.        visibility: visible;
  1336.        transform: translateX(-50%) translateY(0);
  1337.    }
  1338.  
  1339.    .mobile-nav-list-v8 {
  1340.        list-style: none;
  1341.        padding: 0;
  1342.        margin: 0;
  1343.    }
  1344.  
  1345.    .mobile-nav-item-v8 {
  1346.        margin-bottom: 8px;
  1347.    }
  1348.  
  1349.    .mobile-nav-link-v8 {
  1350.        display: flex;
  1351.        align-items: center;
  1352.        color: var(--navbar-color) !important;
  1353.        text-decoration: none;
  1354.        font-weight: 500;
  1355.        font-size: 16px;
  1356.        padding: 15px;
  1357.        border-radius: 12px;
  1358.        justify-content: space-between;
  1359.    }
  1360.  
  1361.    .mobile-nav-link-v8:hover,
  1362.    .mobile-nav-link-v8.active-v8 {
  1363.        background:var(--sub-nav);
  1364.        color: var(--topbar-color) !important;
  1365.    }
  1366.  
  1367.    .mobile-nav-icon-v8 {
  1368.        font-size: 18px;
  1369.        background-color: var(--navbar-bg) !important;
  1370.        margin-right: 12px;
  1371.    }
  1372.  
  1373.    .mobile-arrow-v8 {
  1374.        transition: transform 0.3s ease;
  1375.    }
  1376.  
  1377.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1378.        transform: rotate(180deg);
  1379.    }
  1380.  
  1381.    .mobile-dropdown-v8 {
  1382.        list-style: none;
  1383.        padding: 0;
  1384.        margin: 0;
  1385.        max-height: 0;
  1386.        overflow: hidden;
  1387.        transition: all 0.3s ease;
  1388.        background: rgba(248, 250, 252, 0.5);
  1389.        border-radius: 12px;
  1390.        margin-top: 8px;
  1391.    }
  1392.  
  1393.    .mobile-dropdown-v8.show-v8 {
  1394.        max-height: 300px;
  1395.        background-color: var(--navbar-bg);
  1396.        padding: 10px 0;
  1397.    }
  1398.  
  1399.    .mobile-sub-link-v8 {
  1400.        display: block;
  1401.        color: var(--navbar-color) !important;
  1402.        text-decoration: none;
  1403.        font-size: 14px;
  1404.        padding: 10px 20px;
  1405.        transition: all 0.3s ease;
  1406.    }
  1407.  
  1408.    .mobile-sub-link-v8:hover {
  1409.        color: var(--topbar-color);
  1410.        background: var(--sub-nav);
  1411.        border-radius: 12px;
  1412.    }
  1413.  
  1414.    /* Background Overlay */
  1415.    .nav-overlay-v8 {
  1416.        position: fixed;
  1417.        top: 0;
  1418.        left: 0;
  1419.        right: 0;
  1420.        bottom: 0;
  1421.        background: rgba(0, 0, 0, 0.3);
  1422.        backdrop-filter: blur(5px);
  1423.        z-index: 250;
  1424.        opacity: 0;
  1425.        visibility: hidden;
  1426.        transition: all 0.3s ease;
  1427.    }
  1428.  
  1429.    .nav-overlay-v8.show-v8 {
  1430.        opacity: 1;
  1431.        visibility: visible;
  1432.    }
  1433.  
  1434.    /* Responsive Design */
  1435.    @media (max-width: 1300px) {
  1436.        .header-v8 {
  1437.            padding: 15px 0;
  1438.        }
  1439.  
  1440.        .nav-card-v8 {
  1441.            padding: 12px 20px;
  1442.            border-radius: 15px;
  1443.        }
  1444.  
  1445.        .search-card-v8,
  1446.        .mobile-nav-card-v8 {
  1447.            width: calc(100% - 40px);
  1448.            padding: 20px;
  1449.        }
  1450.    }
  1451.  
  1452.    @media (max-width: 576px) {
  1453.        .nav-card-v8 {
  1454.            padding: 10px 15px;
  1455.        }
  1456.  
  1457.        .logo-img-v8 {
  1458.            max-height: 35px;
  1459.        }
  1460.    }
  1461. </style>
  1462.  
  1463. <script>
  1464.    let activeCard = null;
  1465.  
  1466.    function toggleSearchV8() {
  1467.        const searchCard = document.getElementById('searchCardV8');
  1468.        const overlay = document.getElementById('navOverlayV8');
  1469.        const mobileNav = document.getElementById('mobileNavV8');
  1470.  
  1471.        // Close mobile nav if open
  1472.        mobileNav.classList.remove('show-v8');
  1473.  
  1474.        if (searchCard.classList.contains('show-v8')) {
  1475.            searchCard.classList.remove('show-v8');
  1476.            overlay.classList.remove('show-v8');
  1477.            activeCard = null;
  1478.        } else {
  1479.            searchCard.classList.add('show-v8');
  1480.            overlay.classList.add('show-v8');
  1481.            activeCard = 'search';
  1482.  
  1483.            // Focus on search input
  1484.            setTimeout(() => {
  1485.                const searchInput = document.querySelector('.search-input-v8');
  1486.                if (searchInput) searchInput.focus();
  1487.            }, 100);
  1488.        }
  1489.    }
  1490.  
  1491.    function toggleMobileNavV8() {
  1492.        const mobileNav = document.getElementById('mobileNavV8');
  1493.        const overlay = document.getElementById('navOverlayV8');
  1494.        const searchCard = document.getElementById('searchCardV8');
  1495.  
  1496.        // Close search if open
  1497.        searchCard.classList.remove('show-v8');
  1498.  
  1499.        if (mobileNav.classList.contains('show-v8')) {
  1500.            mobileNav.classList.remove('show-v8');
  1501.            overlay.classList.remove('show-v8');
  1502.            activeCard = null;
  1503.        } else {
  1504.            mobileNav.classList.add('show-v8');
  1505.            overlay.classList.add('show-v8');
  1506.            activeCard = 'mobile';
  1507.        }
  1508.    }
  1509.  
  1510.    function toggleMobileDropdownV8(dropdownId) {
  1511.        const dropdown = document.getElementById(dropdownId);
  1512.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1513.  
  1514.        // Close other dropdowns
  1515.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1516.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1517.  
  1518.        allDropdowns.forEach(dd => {
  1519.            if (dd.id !== dropdownId) {
  1520.                dd.classList.remove('show-v8');
  1521.            }
  1522.        });
  1523.  
  1524.        allParents.forEach(parent => {
  1525.            if (parent !== parentItem) {
  1526.                parent.classList.remove('open-v8');
  1527.            }
  1528.        });
  1529.  
  1530.        // Toggle current dropdown
  1531.        dropdown.classList.toggle('show-v8');
  1532.        parentItem.classList.toggle('open-v8');
  1533.    }
  1534.  
  1535.    function closeAllV8() {
  1536.        const searchCard = document.getElementById('searchCardV8');
  1537.        const mobileNav = document.getElementById('mobileNavV8');
  1538.        const overlay = document.getElementById('navOverlayV8');
  1539.  
  1540.        searchCard.classList.remove('show-v8');
  1541.        mobileNav.classList.remove('show-v8');
  1542.        overlay.classList.remove('show-v8');
  1543.        activeCard = null;
  1544.    }
  1545.  
  1546.    // Close on escape key
  1547.    document.addEventListener('keydown', function (e) {
  1548.        if (e.key === 'Escape' && activeCard) {
  1549.            closeAllV8();
  1550.        }
  1551.    });
  1552.  
  1553.    // Handle suggestion clicks
  1554.    document.addEventListener('click', function (e) {
  1555.        if (e.target.closest('.suggestion-item-v8')) {
  1556.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1557.            const searchInput = document.querySelector('.search-input-v8');
  1558.            if (searchInput) {
  1559.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1560.            }
  1561.        }
  1562.    });
  1563. </script>
  1564. <script>
  1565.  document.addEventListener("DOMContentLoaded", function () {
  1566.    console.log("loaded");
  1567.  
  1568.     const searchInput = document.getElementById("search-input")
  1569.    const searchResults = document.getElementById("search-results");
  1570.  
  1571.    if (!searchInput || !searchResults) {
  1572.      console.error("Search input/results not found");
  1573.      return;
  1574.    }
  1575.  
  1576.    // Prevent form submission
  1577.    if (searchInput.form) {
  1578.      searchInput.form.addEventListener("submit", function (e) {
  1579.        e.preventDefault();
  1580.      });
  1581.    }
  1582.  
  1583.    // Add event listener for keyup
  1584.    searchInput.addEventListener("keyup", function (e) {
  1585.      console.log("Key pressed:", e.key);
  1586.      e.preventDefault();
  1587.  
  1588.      const query = searchInput.value.trim();
  1589.      console.log("User is typing: " + query);
  1590.  
  1591.      // If empty → clear and hide
  1592.      if (query === "") {
  1593.        searchResults.innerHTML = "";
  1594.        searchResults.style.display = "none";
  1595.        return;
  1596.      }
  1597.  
  1598.      // Show results
  1599.      searchResults.style.display = "block";
  1600.  
  1601.      // Fetch search results
  1602.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1603.        method: "GET",
  1604.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1605.      })
  1606.        .then(response => {
  1607.          console.log("Response Status:", response.status);
  1608.          return response.json();
  1609.        })
  1610.        .then(data => {
  1611.          console.log("Data received:", data);
  1612.          if (data.html) {
  1613.            searchResults.innerHTML = data.html;
  1614.          } else {
  1615.            searchResults.innerHTML = "<p>No results found.</p>";
  1616.          }
  1617.        })
  1618.        .catch(error => {
  1619.          console.error("Error fetching search results:", error);
  1620.        });
  1621.    });
  1622.  
  1623.    // Close results when clicking outside
  1624.    document.addEventListener("click", function (e) {
  1625.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1626.        searchResults.style.display = "none";
  1627.      }
  1628.    });
  1629.  
  1630.    // Close results on ESC key
  1631.    document.addEventListener("keydown", function (e) {
  1632.      if (e.key === "Escape") {
  1633.        searchResults.style.display = "none";
  1634.      }
  1635.    });
  1636.  });
  1637. </script>
  1638.  
  1639.  
  1640.        </header>
  1641.        <!-- end of header -->
  1642.        <!-- start of wpo-blog-hero -->
  1643.        
  1644.  
  1645.  
  1646.  
  1647.  <!-- Django Template for Clean Blog Cards -->
  1648.  
  1649.  
  1650.  
  1651.  
  1652. <div class="blog-section">
  1653.    <div class="container-fluid fluid-container">
  1654.        <div class="blog-grid">
  1655.            
  1656.            
  1657.              
  1658.            <!-- Featured Blog Card -->
  1659.            <article class="blog-card featured">
  1660.                <div class="card-image">
  1661.                    
  1662.                        <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1663.                    
  1664.                    <span class="category bg-primary-gradient">News</span>
  1665.                </div>
  1666.                <div class="card-content">
  1667.                    <h2 class="card-title"><a class="top-color" href="/putin-as-a-russian-007-jude-laws-portrayal-of-vladimir-putin-seems-to-echo-kremlin-crafted-myths/">
  1668.                                        Putin as a Russian 007? Jude Law&#x27;s Portrayal of Vladimir Putin Seems to Echo Kremlin-Crafted Myths
  1669.                                    </a></h2>
  1670.                    <p class="card-excerpt"></p>
  1671.                    <div class="card-meta">
  1672.                        <div class="author">
  1673.                            
  1674.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="author-avatar">
  1675.                            
  1676.                            <span class="author-name">Mark Hampton</span>
  1677.                        </div>
  1678.                        <span class="date">14 Jul 2026</span>
  1679.                    </div>
  1680.                    <a  href="/putin-as-a-russian-007-jude-laws-portrayal-of-vladimir-putin-seems-to-echo-kremlin-crafted-myths/" class="read-more">Read Article</a>
  1681.                </div>
  1682.            </article>
  1683.  
  1684.            
  1685.            
  1686.  
  1687.            
  1688.            <!-- Regular Blog Card -->
  1689.            <article class="blog-card">
  1690.                <div class="card-image">
  1691.                    
  1692.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1693.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1694.                    
  1695.                    <span class="category bg-primary-gradient">News</span>
  1696.                </div>
  1697.                <div class="card-content">
  1698.                    <h3 class="card-title"> <a class="top-color" href="/from-disappointing-to-defective-are-there-any-contenders-actively-seeking-to-win-the-big-game-this-season/" >
  1699.                                        From Disappointing to Defective – Are There Any Contenders Actively Seeking to Win the Big Game This Season?
  1700.                                    </a></h3>
  1701.                    <p class="card-excerpt"></p>
  1702.                    <div class="card-meta">
  1703.                        <div class="author">
  1704.                              
  1705.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="author-avatar">
  1706.                            
  1707.                            <span class="author-name">Mark Hampton</span>
  1708.                        </div>
  1709.                        <span class="date">14 Jul 2026</span>
  1710.                    </div>
  1711.                    <a  href="/from-disappointing-to-defective-are-there-any-contenders-actively-seeking-to-win-the-big-game-this-season/" class="read-more">Read Article</a>
  1712.                </div>
  1713.            </article>
  1714.            
  1715.            <!-- Regular Blog Card -->
  1716.            <article class="blog-card">
  1717.                <div class="card-image">
  1718.                    
  1719.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1720.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1721.                    
  1722.                    <span class="category bg-primary-gradient">News</span>
  1723.                </div>
  1724.                <div class="card-content">
  1725.                    <h3 class="card-title"> <a class="top-color" href="/alina-habba-leaves-her-post-in-the-wake-of-appeals-court-disqualifies-her-appointment/" >
  1726.                                        Alina Habba leaves her post in the wake of appeals court disqualifies her appointment.
  1727.                                    </a></h3>
  1728.                    <p class="card-excerpt"></p>
  1729.                    <div class="card-meta">
  1730.                        <div class="author">
  1731.                              
  1732.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="author-avatar">
  1733.                            
  1734.                            <span class="author-name">Mark Hampton</span>
  1735.                        </div>
  1736.                        <span class="date">14 Jul 2026</span>
  1737.                    </div>
  1738.                    <a  href="/alina-habba-leaves-her-post-in-the-wake-of-appeals-court-disqualifies-her-appointment/" class="read-more">Read Article</a>
  1739.                </div>
  1740.            </article>
  1741.            
  1742.            <!-- Regular Blog Card -->
  1743.            <article class="blog-card">
  1744.                <div class="card-image">
  1745.                    
  1746.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1747.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1748.                    
  1749.                    <span class="category bg-primary-gradient">News</span>
  1750.                </div>
  1751.                <div class="card-content">
  1752.                    <h3 class="card-title"> <a class="top-color" href="/atalanta-hosts-chelsea-tottenham-hosts-the-czech-side-a-night-of-champions-league-action/" >
  1753.                                        Atalanta Hosts Chelsea, Tottenham Hosts The Czech Side – A Night of Champions League Action
  1754.                                    </a></h3>
  1755.                    <p class="card-excerpt"></p>
  1756.                    <div class="card-meta">
  1757.                        <div class="author">
  1758.                              
  1759.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="author-avatar">
  1760.                            
  1761.                            <span class="author-name">Mark Hampton</span>
  1762.                        </div>
  1763.                        <span class="date">14 Jul 2026</span>
  1764.                    </div>
  1765.                    <a  href="/atalanta-hosts-chelsea-tottenham-hosts-the-czech-side-a-night-of-champions-league-action/" class="read-more">Read Article</a>
  1766.                </div>
  1767.            </article>
  1768.            
  1769.            <!-- Regular Blog Card -->
  1770.            <article class="blog-card">
  1771.                <div class="card-image">
  1772.                    
  1773.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1774.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1775.                    
  1776.                    <span class="category bg-primary-gradient">News</span>
  1777.                </div>
  1778.                <div class="card-content">
  1779.                    <h3 class="card-title"> <a class="top-color" href="/mikel-arteta-hails-more-reliable-squad-and-acknowledges-havertz-injury-blow/" >
  1780.                                        Mikel Arteta Hails ‘More Reliable’ Squad and Acknowledges Havertz Injury Blow.
  1781.                                    </a></h3>
  1782.                    <p class="card-excerpt"></p>
  1783.                    <div class="card-meta">
  1784.                        <div class="author">
  1785.                              
  1786.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="author-avatar">
  1787.                            
  1788.                            <span class="author-name">Mark Hampton</span>
  1789.                        </div>
  1790.                        <span class="date">14 Jul 2026</span>
  1791.                    </div>
  1792.                    <a  href="/mikel-arteta-hails-more-reliable-squad-and-acknowledges-havertz-injury-blow/" class="read-more">Read Article</a>
  1793.                </div>
  1794.            </article>
  1795.            
  1796.  
  1797.        </div>
  1798.    </div>
  1799. </div>
  1800.  
  1801. <style>
  1802.  
  1803.  
  1804. .blog-section {
  1805.    padding: 60px 0;
  1806. }
  1807.  
  1808.  
  1809. .blog-grid {
  1810.    display: grid;
  1811.    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  1812.    gap: 30px;
  1813. }
  1814.  
  1815. /* Blog Cards */
  1816. .blog-card {
  1817.    background: var(--card-bg);
  1818.    border: 1px solid var(--border-color);
  1819.    border-radius: var(--card-radius);
  1820.    overflow: hidden;
  1821.    transition: all 0.3s ease;
  1822. }
  1823.  
  1824. .blog-card:hover {
  1825.    transform: translateY(-5px);
  1826.    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  1827.    border-color: var(--border-color);
  1828. }
  1829.  
  1830. .featured {
  1831.    grid-column: span 2;
  1832.    display: grid;
  1833.    grid-template-columns: 1fr 1fr;
  1834.    gap: 0;
  1835. }
  1836.  
  1837. .card-image {
  1838.    position: relative;
  1839.    height: 220px;
  1840.    background: #f8f8f8;
  1841. }
  1842.  
  1843. .featured .card-image {
  1844.    height: 100%;
  1845.    min-height: 300px;
  1846. }
  1847.  
  1848. .card-image img {
  1849.    width: 100%;
  1850.    height: 100%;
  1851.    object-fit: cover;
  1852. }
  1853.  
  1854. .category {
  1855.    position: absolute;
  1856.    top: 15px;
  1857.    left: 15px;
  1858.    padding: 6px 16px;
  1859.    border-radius: 20px;
  1860.    font-size: 12px;
  1861.    font-weight: 500;
  1862.    text-transform: uppercase;
  1863.    letter-spacing: 0.5px;
  1864. }
  1865.  
  1866. .card-content {
  1867.    padding: 25px;
  1868. }
  1869.  
  1870. .featured .card-content {
  1871.    display: flex;
  1872.    flex-direction: column;
  1873.    justify-content: center;
  1874.    padding: 40px;
  1875. }
  1876.  
  1877. .card-title {
  1878.    font-size: 18px;
  1879.    font-weight: 600;
  1880.    margin-bottom: 12px;
  1881.    line-height: 1.4;
  1882. }
  1883.  
  1884. .featured .card-title {
  1885.    font-size: 24px;
  1886.    margin-bottom: 15px;
  1887. }
  1888.  
  1889. .card-excerpt {
  1890.    color: #666;
  1891.    font-size: 14px;
  1892.    line-height: 1.6;
  1893.    margin-bottom: 20px;
  1894. }
  1895.  
  1896. .featured .card-excerpt {
  1897.    font-size: 16px;
  1898.    margin-bottom: 25px;
  1899. }
  1900.  
  1901. .card-meta {
  1902.    display: flex;
  1903.    align-items: center;
  1904.    justify-content: space-between;
  1905.    padding-top: 15px;
  1906.    border-top: 1px solid #f0f0f0;
  1907.    margin-bottom: 15px;
  1908. }
  1909.  
  1910. .author {
  1911.    display: flex;
  1912.    align-items: center;
  1913.    gap: 10px;
  1914. }
  1915.  
  1916. .author-avatar {
  1917.    width: 30px;
  1918.    height: 30px;
  1919.    border-radius: 50%;
  1920.    object-fit: cover;
  1921.    border: 1px solid #e5e5e5;
  1922. }
  1923.  
  1924. .author-name {
  1925.    color: #555;
  1926.    font-size: 13px;
  1927.    font-weight: 500;
  1928. }
  1929.  
  1930. .date {
  1931.    color: #999;
  1932.    font-size: 12px;
  1933. }
  1934.  
  1935. .read-more {
  1936.    color: #333;
  1937.    text-decoration: none;
  1938.    font-size: 13px;
  1939.    font-weight: 500;
  1940.    display: inline-flex;
  1941.    align-items: center;
  1942.    transition: color 0.2s ease;
  1943. }
  1944.  
  1945. .read-more:hover {
  1946.    color: #000;
  1947. }
  1948.  
  1949. .read-more::after {
  1950.    content: '→';
  1951.    margin-left: 8px;
  1952.    transition: transform 0.2s ease;
  1953. }
  1954.  
  1955. .read-more:hover::after {
  1956.    transform: translateX(4px);
  1957. }
  1958.  
  1959. /* Newsletter Card */
  1960. .newsletter-card {
  1961.    background: white;
  1962.    border: 2px dashed #ddd;
  1963.    border-radius: 12px;
  1964.    padding: 40px 30px;
  1965.    text-align: center;
  1966.    display: flex;
  1967.    flex-direction: column;
  1968.    justify-content: center;
  1969.    align-items: center;
  1970. }
  1971.  
  1972. .newsletter-title {
  1973.    color: #333;
  1974.    font-size: 20px;
  1975.    font-weight: 600;
  1976.    margin-bottom: 8px;
  1977. }
  1978.  
  1979. .newsletter-desc {
  1980.    color: #666;
  1981.    font-size: 14px;
  1982.    margin-bottom: 25px;
  1983. }
  1984.  
  1985. .newsletter-form {
  1986.    width: 100%;
  1987.    max-width: 280px;
  1988.    margin-bottom: 15px;
  1989. }
  1990.  
  1991. .email-input {
  1992.    width: 100%;
  1993.    padding: 12px 16px;
  1994.    border: 1px solid #ddd;
  1995.    border-radius: 8px;
  1996.    font-size: 14px;
  1997.    margin-bottom: 12px;
  1998.    transition: border-color 0.2s ease;
  1999. }
  2000.  
  2001. .email-input:focus {
  2002.    outline: none;
  2003.    border-color: #333;
  2004. }
  2005.  
  2006. .subscribe-btn {
  2007.    width: 100%;
  2008.    padding: 12px 16px;
  2009.    background: #333;
  2010.    color: white;
  2011.    border: none;
  2012.    border-radius: 8px;
  2013.    font-size: 14px;
  2014.    font-weight: 500;
  2015.    cursor: pointer;
  2016.    transition: background 0.2s ease;
  2017. }
  2018.  
  2019. .subscribe-btn:hover {
  2020.    background: #555;
  2021. }
  2022.  
  2023. .subscriber-count {
  2024.    color: #999;
  2025.    font-size: 12px;
  2026. }
  2027.  
  2028. /* Responsive Design */
  2029. @media (max-width: 768px) {
  2030.    .blog-grid {
  2031.        grid-template-columns: 1fr;
  2032.        gap: 20px;
  2033.    }
  2034.    
  2035.    .featured {
  2036.        grid-column: span 1;
  2037.        grid-template-columns: 1fr;
  2038.    }
  2039.    
  2040.    .featured .card-image {
  2041.        height: 220px;
  2042.    }
  2043.    
  2044.    .featured .card-content {
  2045.        padding: 25px;
  2046.    }
  2047.    
  2048.    .featured .card-title {
  2049.        font-size: 20px;
  2050.    }
  2051.    
  2052.    .featured .card-excerpt {
  2053.        font-size: 14px;
  2054.    }
  2055. }
  2056.  
  2057. @media (max-width: 480px) {
  2058.    .container {
  2059.        padding: 0 15px;
  2060.    }
  2061.    
  2062.    .card-content,
  2063.    .featured .card-content {
  2064.        padding: 20px;
  2065.    }
  2066.    
  2067.    .newsletter-card {
  2068.        padding: 30px 20px;
  2069.    }
  2070. }
  2071. </style>
  2072.  
  2073.  
  2074.  
  2075.  
  2076.        <!-- end of wpo-blog-hero -->
  2077.  
  2078.        <!-- start of wpo-breacking-news -->
  2079.        
  2080.        <!-- end of wpo-breacking-news -->
  2081.        
  2082.        <!-- start wpo-blog-highlights-section -->
  2083.        
  2084.  
  2085.  
  2086.  
  2087.    
  2088.  
  2089.  
  2090.  
  2091. <style>
  2092.    .blog-highlights-v2 {
  2093.        padding: 60px 0;
  2094.        position: relative;
  2095.        overflow: hidden;
  2096.    }
  2097.    
  2098.    .blog-highlights-v2::before {
  2099.        content: '';
  2100.        position: absolute;
  2101.        top: 0;
  2102.        left: 0;
  2103.        width: 100%;
  2104.        height: 100%;
  2105.        background: var(--body-bg);
  2106.        pointer-events: none;
  2107.    }
  2108.    
  2109.    .blog-card-v2 {
  2110.        border: none;
  2111.        border-radius: 20px;
  2112.        overflow: hidden;
  2113.        background: white;
  2114.        height: 100%;
  2115.        position: relative;
  2116.        transform: translateY(0);
  2117.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  2118.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2119.        will-change: transform;
  2120.    }
  2121.    
  2122.    .blog-card-v2::before {
  2123.        content: '';
  2124.        position: absolute;
  2125.        top: 0;
  2126.        left: 0;
  2127.        width: 100%;
  2128.        height: 100%;
  2129.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  2130.        transform: translateX(-100%);
  2131.        transition: transform 0.6s ease;
  2132.        z-index: 1;
  2133.    }
  2134.    
  2135.    .blog-card-v2:hover {
  2136.        transform: translateY(-15px) scale(1.02);
  2137.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  2138.    }
  2139.    
  2140.    .blog-card-v2:hover::before {
  2141.        transform: translateX(100%);
  2142.    }
  2143.    
  2144.    .blog-image-v2 {
  2145.        position: relative;
  2146.        overflow: hidden;
  2147.        height: 250px;
  2148.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  2149.    }
  2150.    
  2151.    .blog-image-v2::after {
  2152.        content: '';
  2153.        position: absolute;
  2154.        top: 0;
  2155.        left: 0;
  2156.        width: 100%;
  2157.        height: 100%;
  2158.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  2159.        z-index: 2;
  2160.    }
  2161.    
  2162.    .blog-image-v2 img {
  2163.        width: 100%;
  2164.        height: 100%;
  2165.        object-fit: cover;
  2166.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  2167.        transform: scale(1);
  2168.    }
  2169.    
  2170.    .blog-card-v2:hover .blog-image-v2 img {
  2171.        transform: scale(1.1) rotate(2deg);
  2172.    }
  2173.    
  2174.    .blog-category-v2 {
  2175.        position: absolute;
  2176.        top: 20px;
  2177.        left: 20px;
  2178.        padding: 8px 16px;
  2179.        border-radius: 50px;
  2180.        font-size: 12px;
  2181.        font-weight: 700;
  2182.        text-transform: uppercase;
  2183.        letter-spacing: 1px;
  2184.      
  2185.        z-index: 3;
  2186.        transform: translateY(0);
  2187.        transition: all 0.3s ease;
  2188.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2189.    }
  2190.    
  2191.    .blog-card-v2:hover .blog-category-v2 {
  2192.        transform: translateY(-5px);
  2193.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2194.    }
  2195.    
  2196.    .blog-content-v2 {
  2197.        padding: 30px 25px;
  2198.        position: relative;
  2199.        z-index: 2;
  2200.    }
  2201.    
  2202.    .blog-title-v2 {
  2203.        font-size: 18px;
  2204.        font-weight: 700;
  2205.        line-height: 1.4;
  2206.        margin-bottom: 15px;
  2207.        min-height: 50px;
  2208.        position: relative;
  2209.        overflow: hidden;
  2210.    }
  2211.    
  2212.    .blog-title-v2 a {
  2213.        text-decoration: none;
  2214.        position: relative;
  2215.        transition: all 0.3s ease;
  2216.        background-clip: text;
  2217.        -webkit-background-clip: text;
  2218.    }
  2219.    
  2220.    .blog-title-v2 a::after {
  2221.        content: '';
  2222.        position: absolute;
  2223.        bottom: -2px;
  2224.        left: 0;
  2225.        width: 0;
  2226.        height: 2px;
  2227.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2228.        transition: width 0.4s ease;
  2229.    }
  2230.    
  2231.    .blog-card-v2:hover .blog-title-v2 a::after {
  2232.        width: 100%;
  2233.    }
  2234.    
  2235.    .blog-meta-v2 {
  2236.        display: flex;
  2237.        align-items: center;
  2238.        gap: 12px;
  2239.        margin-bottom: 15px;
  2240.        font-size: 13px;
  2241.        padding-bottom: 15px;
  2242.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  2243.        position: relative;
  2244.    }
  2245.    
  2246.    .blog-meta-v2::after {
  2247.        content: '';
  2248.        position: absolute;
  2249.        bottom: -2px;
  2250.        left: 0;
  2251.        width: 0;
  2252.        height: 2px;
  2253.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2254.        transition: width 0.5s ease 0.2s;
  2255.    }
  2256.    
  2257.    .blog-card-v2:hover .blog-meta-v2::after {
  2258.        width: 60px;
  2259.    }
  2260.    
  2261.    .blog-author-img-v2 {
  2262.        width: 32px;
  2263.        height: 32px;
  2264.        border-radius: 50%;
  2265.        object-fit: cover;
  2266.        border: 3px solid white;
  2267.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  2268.        transition: all 0.3s ease;
  2269.    }
  2270.    
  2271.    .blog-card-v2:hover .blog-author-img-v2 {
  2272.        transform: scale(1.1);
  2273.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  2274.    }
  2275.    
  2276.    .blog-excerpt-v2 {
  2277.        font-size: 14px;
  2278.        line-height: 1.6;
  2279.        color: #666;
  2280.        display: -webkit-box;
  2281.        -webkit-line-clamp: 3;
  2282.        -webkit-box-orient: vertical;
  2283.        overflow: hidden;
  2284.        position: relative;
  2285.        opacity: 0.8;
  2286.        transition: opacity 0.3s ease;
  2287.    }
  2288.    
  2289.    .blog-card-v2:hover .blog-excerpt-v2 {
  2290.        opacity: 1;
  2291.    }
  2292.    
  2293.    .section-header-v2 {
  2294.        text-align: center;
  2295.        margin-bottom: 70px;
  2296.        position: relative;
  2297.    }
  2298.    
  2299.    .section-title-v2 {
  2300.        font-size: 3.2rem;
  2301.        font-weight: 800;
  2302.        margin-bottom: 20px;
  2303.        position: relative;
  2304.    }
  2305.    
  2306.    .section-title-v2::after {
  2307.        content: '';
  2308.        position: absolute;
  2309.        bottom: -10px;
  2310.        left: 50%;
  2311.        transform: translateX(-50%);
  2312.        width: 80px;
  2313.        height: 4px;
  2314.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2315.        border-radius: 2px;
  2316.    }
  2317.    
  2318.    .section-subtitle-v2 {
  2319.        font-size: 1.1rem;
  2320.        color: #666;
  2321.        max-width: 600px;
  2322.        margin: 0 auto;
  2323.        line-height: 1.6;
  2324.    }
  2325.    
  2326.    .blog-read-more-v2 {
  2327.        position: absolute;
  2328.        bottom: 25px;
  2329.        right: 25px;
  2330.        width: 45px;
  2331.        height: 45px;
  2332.        border-radius: 50%;
  2333.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2334.        display: flex;
  2335.        align-items: center;
  2336.        justify-content: center;
  2337.        color: white;
  2338.        text-decoration: none;
  2339.        transition: all 0.4s ease;
  2340.        transform: scale(0);
  2341.        opacity: 0;
  2342.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2343.    }
  2344.    
  2345.    .blog-card-v2:hover .blog-read-more-v2 {
  2346.        transform: scale(1);
  2347.        opacity: 1;
  2348.    }
  2349.    
  2350.    .blog-read-more-v2:hover {
  2351.        transform: scale(1.1);
  2352.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2353.    }
  2354.    
  2355.    /* Animation Classes */
  2356.    .animate-on-scroll {
  2357.        opacity: 0;
  2358.        transform: translateY(30px);
  2359.        transition: all 0.6s ease;
  2360.    }
  2361.    
  2362.    .animate-on-scroll.animated {
  2363.        opacity: 1;
  2364.        transform: translateY(0);
  2365.    }
  2366.    
  2367.    /* Staggered Animation */
  2368.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  2369.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  2370.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  2371.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  2372.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  2373.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  2374.  
  2375.    @media (max-width: 768px) {
  2376.        .section-title-v2 {
  2377.            font-size: 2.5rem;
  2378.        }
  2379.        .blog-highlights-v2 {
  2380.            padding: 40px 0;
  2381.        }
  2382.        .blog-content-v2 {
  2383.            padding: 25px 20px;
  2384.        }
  2385.        .blog-card-v2:hover {
  2386.            transform: translateY(-10px) scale(1.01);
  2387.        }
  2388.    }
  2389. </style>
  2390.  
  2391. <section class="blog-highlights-v2">
  2392.    <div class="container-fluid fluid-container">
  2393.        <div class="row">
  2394.            <div class="col-12">
  2395.                <div class="section-header-v2 animate-on-scroll">
  2396.                    <h2 class="section-title-v2 text-primary-gradient">
  2397.                Today's Top Highlights
  2398.                   </h2>
  2399.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  2400.                </div>
  2401.            </div>
  2402.        </div>
  2403.        
  2404.        <div class="row">
  2405.            <div class="col-lg-8 col-12">
  2406.                <div class="row g-4">
  2407.                    
  2408.                    <div class="col-lg-6 col-md-6 col-12">
  2409.                        <div class="card blog-card-v2 animate-on-scroll">
  2410.                            <div class="blog-image-v2">
  2411.                                
  2412.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2413.                                
  2414.                                <span class="blog-category-v2 bg-primary-gradient">
  2415.                                    News
  2416.                                </span>
  2417.                            </div>
  2418.                            <div class="blog-content-v2">
  2419.                                <h3 class="blog-title-v2">
  2420.                                    <a class="top-color" href="/daily-killings-in-mexico-fall-thirty-seven-percent-in-the-sheinbaum-administration-per-official-figures/">
  2421.                                    Daily Killings in Mexico Fall Thirty-Seven Percent In the Sheinbaum Administration, Per Official Figures
  2422.                                    </a>
  2423.                                </h3>
  2424.                                <div class="blog-meta-v2">
  2425.                                    
  2426.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="blog-author-img-v2">
  2427.                                    
  2428.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2429.                                    <span>By Mark Hampton</span>
  2430.                                    <span style="color: #ccc;">•</span>
  2431.                                    <span style="color: #999;">14 Jul 2026</span>
  2432.                                </div>
  2433.                                <p class="blog-excerpt-v2"></p>
  2434.                              
  2435.                            </div>
  2436.                        </div>
  2437.                    </div>
  2438.                    
  2439.                    <div class="col-lg-6 col-md-6 col-12">
  2440.                        <div class="card blog-card-v2 animate-on-scroll">
  2441.                            <div class="blog-image-v2">
  2442.                                
  2443.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2444.                                
  2445.                                <span class="blog-category-v2 bg-primary-gradient">
  2446.                                    News
  2447.                                </span>
  2448.                            </div>
  2449.                            <div class="blog-content-v2">
  2450.                                <h3 class="blog-title-v2">
  2451.                                    <a class="top-color" href="/england-bowling-consultant-southee-uncertain-on-ashes-availability/">
  2452.                                    England Bowling Consultant Southee Uncertain on Ashes Availability
  2453.                                    </a>
  2454.                                </h3>
  2455.                                <div class="blog-meta-v2">
  2456.                                    
  2457.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="blog-author-img-v2">
  2458.                                    
  2459.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2460.                                    <span>By Mark Hampton</span>
  2461.                                    <span style="color: #ccc;">•</span>
  2462.                                    <span style="color: #999;">14 Jul 2026</span>
  2463.                                </div>
  2464.                                <p class="blog-excerpt-v2"></p>
  2465.                              
  2466.                            </div>
  2467.                        </div>
  2468.                    </div>
  2469.                    
  2470.                    <div class="col-lg-6 col-md-6 col-12">
  2471.                        <div class="card blog-card-v2 animate-on-scroll">
  2472.                            <div class="blog-image-v2">
  2473.                                
  2474.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2475.                                
  2476.                                <span class="blog-category-v2 bg-primary-gradient">
  2477.                                    News
  2478.                                </span>
  2479.                            </div>
  2480.                            <div class="blog-content-v2">
  2481.                                <h3 class="blog-title-v2">
  2482.                                    <a class="top-color" href="/a-permanent-truce-involving-the-israeli-state-and-the-palestinian-territories-weve-heard-that-before-the-consequence-was-more-violence/">
  2483.                                    A Permanent Truce Involving the Israeli State and the Palestinian Territories? We&#x27;ve Heard That Before – The Consequence Was More Violence
  2484.                                    </a>
  2485.                                </h3>
  2486.                                <div class="blog-meta-v2">
  2487.                                    
  2488.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="blog-author-img-v2">
  2489.                                    
  2490.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2491.                                    <span>By Mark Hampton</span>
  2492.                                    <span style="color: #ccc;">•</span>
  2493.                                    <span style="color: #999;">13 Jul 2026</span>
  2494.                                </div>
  2495.                                <p class="blog-excerpt-v2"></p>
  2496.                              
  2497.                            </div>
  2498.                        </div>
  2499.                    </div>
  2500.                    
  2501.                    <div class="col-lg-6 col-md-6 col-12">
  2502.                        <div class="card blog-card-v2 animate-on-scroll">
  2503.                            <div class="blog-image-v2">
  2504.                                
  2505.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2506.                                
  2507.                                <span class="blog-category-v2 bg-primary-gradient">
  2508.                                    News
  2509.                                </span>
  2510.                            </div>
  2511.                            <div class="blog-content-v2">
  2512.                                <h3 class="blog-title-v2">
  2513.                                    <a class="top-color" href="/a-moment-that-altered-me-my-train-was-in-an-accident-and-subsequently-i-heard-a-child-weeping/">
  2514.                                    A Moment That Altered Me: My Train Was in an Accident – and subsequently I Heard a Child Weeping.
  2515.                                    </a>
  2516.                                </h3>
  2517.                                <div class="blog-meta-v2">
  2518.                                    
  2519.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="blog-author-img-v2">
  2520.                                    
  2521.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2522.                                    <span>By Mark Hampton</span>
  2523.                                    <span style="color: #ccc;">•</span>
  2524.                                    <span style="color: #999;">13 Jul 2026</span>
  2525.                                </div>
  2526.                                <p class="blog-excerpt-v2"></p>
  2527.                              
  2528.                            </div>
  2529.                        </div>
  2530.                    </div>
  2531.                    
  2532.                    <div class="col-lg-6 col-md-6 col-12">
  2533.                        <div class="card blog-card-v2 animate-on-scroll">
  2534.                            <div class="blog-image-v2">
  2535.                                
  2536.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2537.                                
  2538.                                <span class="blog-category-v2 bg-primary-gradient">
  2539.                                    News
  2540.                                </span>
  2541.                            </div>
  2542.                            <div class="blog-content-v2">
  2543.                                <h3 class="blog-title-v2">
  2544.                                    <a class="top-color" href="/tottenham-open-to-transferring-winger-brennan-johnson/">
  2545.                                    Tottenham Open to Transferring Winger Brennan Johnson.
  2546.                                    </a>
  2547.                                </h3>
  2548.                                <div class="blog-meta-v2">
  2549.                                    
  2550.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="blog-author-img-v2">
  2551.                                    
  2552.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2553.                                    <span>By Mark Hampton</span>
  2554.                                    <span style="color: #ccc;">•</span>
  2555.                                    <span style="color: #999;">13 Jul 2026</span>
  2556.                                </div>
  2557.                                <p class="blog-excerpt-v2"></p>
  2558.                              
  2559.                            </div>
  2560.                        </div>
  2561.                    </div>
  2562.                    
  2563.                    <div class="col-lg-6 col-md-6 col-12">
  2564.                        <div class="card blog-card-v2 animate-on-scroll">
  2565.                            <div class="blog-image-v2">
  2566.                                
  2567.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2568.                                
  2569.                                <span class="blog-category-v2 bg-primary-gradient">
  2570.                                    News
  2571.                                </span>
  2572.                            </div>
  2573.                            <div class="blog-content-v2">
  2574.                                <h3 class="blog-title-v2">
  2575.                                    <a class="top-color" href="/danish-individual-receives-deferred-sentence-for-sharing-explicit-movie-scenes-on-reddit/">
  2576.                                    Danish individual receives deferred sentence for sharing explicit movie scenes on Reddit
  2577.                                    </a>
  2578.                                </h3>
  2579.                                <div class="blog-meta-v2">
  2580.                                    
  2581.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="blog-author-img-v2">
  2582.                                    
  2583.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2584.                                    <span>By Mark Hampton</span>
  2585.                                    <span style="color: #ccc;">•</span>
  2586.                                    <span style="color: #999;">13 Jul 2026</span>
  2587.                                </div>
  2588.                                <p class="blog-excerpt-v2"></p>
  2589.                              
  2590.                            </div>
  2591.                        </div>
  2592.                    </div>
  2593.                    
  2594.                    <div class="col-lg-6 col-md-6 col-12">
  2595.                        <div class="card blog-card-v2 animate-on-scroll">
  2596.                            <div class="blog-image-v2">
  2597.                                
  2598.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2599.                                
  2600.                                <span class="blog-category-v2 bg-primary-gradient">
  2601.                                    News
  2602.                                </span>
  2603.                            </div>
  2604.                            <div class="blog-content-v2">
  2605.                                <h3 class="blog-title-v2">
  2606.                                    <a class="top-color" href="/pat-cummins-faces-injury-struggle-ahead-of-opening-ashes-match/">
  2607.                                    Pat Cummins Faces Injury Struggle Ahead of Opening Ashes Match
  2608.                                    </a>
  2609.                                </h3>
  2610.                                <div class="blog-meta-v2">
  2611.                                    
  2612.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="blog-author-img-v2">
  2613.                                    
  2614.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2615.                                    <span>By Mark Hampton</span>
  2616.                                    <span style="color: #ccc;">•</span>
  2617.                                    <span style="color: #999;">13 Jul 2026</span>
  2618.                                </div>
  2619.                                <p class="blog-excerpt-v2"></p>
  2620.                              
  2621.                            </div>
  2622.                        </div>
  2623.                    </div>
  2624.                    
  2625.                    <div class="col-lg-6 col-md-6 col-12">
  2626.                        <div class="card blog-card-v2 animate-on-scroll">
  2627.                            <div class="blog-image-v2">
  2628.                                
  2629.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2630.                                
  2631.                                <span class="blog-category-v2 bg-primary-gradient">
  2632.                                    News
  2633.                                </span>
  2634.                            </div>
  2635.                            <div class="blog-content-v2">
  2636.                                <h3 class="blog-title-v2">
  2637.                                    <a class="top-color" href="/the-former-presidents-initial-24-hours-behind-bars-no-individual-stands-above-legal-justice/">
  2638.                                    The Former President&#x27;s Initial 24 Hours Behind Bars: No Individual Stands Above Legal Justice
  2639.                                    </a>
  2640.                                </h3>
  2641.                                <div class="blog-meta-v2">
  2642.                                    
  2643.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="blog-author-img-v2">
  2644.                                    
  2645.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2646.                                    <span>By Mark Hampton</span>
  2647.                                    <span style="color: #ccc;">•</span>
  2648.                                    <span style="color: #999;">13 Jul 2026</span>
  2649.                                </div>
  2650.                                <p class="blog-excerpt-v2"></p>
  2651.                              
  2652.                            </div>
  2653.                        </div>
  2654.                    </div>
  2655.                    
  2656.                    <div class="col-lg-6 col-md-6 col-12">
  2657.                        <div class="card blog-card-v2 animate-on-scroll">
  2658.                            <div class="blog-image-v2">
  2659.                                
  2660.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2661.                                
  2662.                                <span class="blog-category-v2 bg-primary-gradient">
  2663.                                    News
  2664.                                </span>
  2665.                            </div>
  2666.                            <div class="blog-content-v2">
  2667.                                <h3 class="blog-title-v2">
  2668.                                    <a class="top-color" href="/cameron-norrie-calls-biggest-triumph-after-roaring-back-from-behind-to-beat-alcaraz-in-the-paris-masters/">
  2669.                                    Cameron Norrie Calls &#x27;Biggest Triumph&#x27; After Roaring Back from Behind to Beat Alcaraz in the Paris Masters
  2670.                                    </a>
  2671.                                </h3>
  2672.                                <div class="blog-meta-v2">
  2673.                                    
  2674.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="blog-author-img-v2">
  2675.                                    
  2676.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2677.                                    <span>By Mark Hampton</span>
  2678.                                    <span style="color: #ccc;">•</span>
  2679.                                    <span style="color: #999;">13 Jul 2026</span>
  2680.                                </div>
  2681.                                <p class="blog-excerpt-v2"></p>
  2682.                              
  2683.                            </div>
  2684.                        </div>
  2685.                    </div>
  2686.                    
  2687.                    <div class="col-lg-6 col-md-6 col-12">
  2688.                        <div class="card blog-card-v2 animate-on-scroll">
  2689.                            <div class="blog-image-v2">
  2690.                                
  2691.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2692.                                
  2693.                                <span class="blog-category-v2 bg-primary-gradient">
  2694.                                    News
  2695.                                </span>
  2696.                            </div>
  2697.                            <div class="blog-content-v2">
  2698.                                <h3 class="blog-title-v2">
  2699.                                    <a class="top-color" href="/playwright-jeremy-o-harris-detained-in-japan-for-suspected-narcotics-trafficking/">
  2700.                                    Playwright Jeremy O Harris Detained in Japan for Suspected Narcotics Trafficking
  2701.                                    </a>
  2702.                                </h3>
  2703.                                <div class="blog-meta-v2">
  2704.                                    
  2705.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="blog-author-img-v2">
  2706.                                    
  2707.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2708.                                    <span>By Mark Hampton</span>
  2709.                                    <span style="color: #ccc;">•</span>
  2710.                                    <span style="color: #999;">13 Jul 2026</span>
  2711.                                </div>
  2712.                                <p class="blog-excerpt-v2"></p>
  2713.                              
  2714.                            </div>
  2715.                        </div>
  2716.                    </div>
  2717.                    
  2718.                    <div class="col-lg-6 col-md-6 col-12">
  2719.                        <div class="card blog-card-v2 animate-on-scroll">
  2720.                            <div class="blog-image-v2">
  2721.                                
  2722.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2723.                                
  2724.                                <span class="blog-category-v2 bg-primary-gradient">
  2725.                                    News
  2726.                                </span>
  2727.                            </div>
  2728.                            <div class="blog-content-v2">
  2729.                                <h3 class="blog-title-v2">
  2730.                                    <a class="top-color" href="/whats-driving-the-pms-marked-pivot-on-enhanced-links-to-the-european-union/">
  2731.                                    What&#x27;s Driving the PM&#x27;s Marked Pivot on Enhanced Links to the European Union?
  2732.                                    </a>
  2733.                                </h3>
  2734.                                <div class="blog-meta-v2">
  2735.                                    
  2736.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="blog-author-img-v2">
  2737.                                    
  2738.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2739.                                    <span>By Mark Hampton</span>
  2740.                                    <span style="color: #ccc;">•</span>
  2741.                                    <span style="color: #999;">12 Jul 2026</span>
  2742.                                </div>
  2743.                                <p class="blog-excerpt-v2"></p>
  2744.                              
  2745.                            </div>
  2746.                        </div>
  2747.                    </div>
  2748.                    
  2749.                    <div class="col-lg-6 col-md-6 col-12">
  2750.                        <div class="card blog-card-v2 animate-on-scroll">
  2751.                            <div class="blog-image-v2">
  2752.                                
  2753.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2754.                                
  2755.                                <span class="blog-category-v2 bg-primary-gradient">
  2756.                                    News
  2757.                                </span>
  2758.                            </div>
  2759.                            <div class="blog-content-v2">
  2760.                                <h3 class="blog-title-v2">
  2761.                                    <a class="top-color" href="/central-african-republic-heads-to-the-polls-as-president-aims-for-a-third-mandate/">
  2762.                                    Central African Republic Heads to the Polls as President Aims for a Third Mandate
  2763.                                    </a>
  2764.                                </h3>
  2765.                                <div class="blog-meta-v2">
  2766.                                    
  2767.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="blog-author-img-v2">
  2768.                                    
  2769.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2770.                                    <span>By Mark Hampton</span>
  2771.                                    <span style="color: #ccc;">•</span>
  2772.                                    <span style="color: #999;">12 Jul 2026</span>
  2773.                                </div>
  2774.                                <p class="blog-excerpt-v2"></p>
  2775.                              
  2776.                            </div>
  2777.                        </div>
  2778.                    </div>
  2779.                    
  2780.                    
  2781.  
  2782.                </div>
  2783.            </div>
  2784.            
  2785.               <div class="col col-lg-4 col-12">
  2786.                
  2787.  
  2788.  
  2789.  
  2790.    
  2791.  
  2792. <!-- Curved Heading Sidebar -->
  2793.    <div class="sidebar mb-3">
  2794.        
  2795.       <div class="sidebar-widget mb-5">
  2796.            <div class="widget-title-wrapper mb-3">
  2797.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2798.                    <div class="title-border"></div>
  2799.                    <i class="ti-folder me-2"></i>July 2026 Blog Roll
  2800.                </h4>
  2801.            </div>
  2802.            <div class="widget-content shadow-sm rounded-3 p-4">
  2803.                <div class="archives-list scrollable-sidebar">
  2804.                    
  2805.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2806.                        <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2807.                            <i class="ti-angle-right me-2 text-primary"></i>
  2808.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2809.                        </a>
  2810.                    </div>
  2811.                    
  2812.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2813.                        <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2814.                            <i class="ti-angle-right me-2 text-primary"></i>
  2815.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2816.                        </a>
  2817.                    </div>
  2818.                    
  2819.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2820.                        <a href="https://www.london-irish.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2821.                            <i class="ti-angle-right me-2 text-primary"></i>
  2822.                            <span class="archive-link top-color fw-semibold">online casinos</span>
  2823.                        </a>
  2824.                    </div>
  2825.                    
  2826.  
  2827.                </div>
  2828.            </div>
  2829.        </div>
  2830.        
  2831.       <div class="sidebar-widget mb-5">
  2832.            <div class="widget-title-wrapper mb-3">
  2833.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2834.                    <div class="title-border"></div>
  2835.                    <i class="ti-folder me-2"></i>May 2026 Blog Roll
  2836.                </h4>
  2837.            </div>
  2838.            <div class="widget-content shadow-sm rounded-3 p-4">
  2839.                <div class="archives-list scrollable-sidebar">
  2840.                    
  2841.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2842.                        <a href="https://prwd.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2843.                            <i class="ti-angle-right me-2 text-primary"></i>
  2844.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2845.                        </a>
  2846.                    </div>
  2847.                    
  2848.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2849.                        <a href="https://wallaseycemetery.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2850.                            <i class="ti-angle-right me-2 text-primary"></i>
  2851.                            <span class="archive-link top-color fw-semibold">uk betting sites</span>
  2852.                        </a>
  2853.                    </div>
  2854.                    
  2855.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2856.                        <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2857.                            <i class="ti-angle-right me-2 text-primary"></i>
  2858.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2859.                        </a>
  2860.                    </div>
  2861.                    
  2862.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2863.                        <a href="https://santanderjobs.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2864.                            <i class="ti-angle-right me-2 text-primary"></i>
  2865.                            <span class="archive-link top-color fw-semibold">best online betting sites</span>
  2866.                        </a>
  2867.                    </div>
  2868.                    
  2869.  
  2870.                </div>
  2871.            </div>
  2872.        </div>
  2873.        
  2874.       <div class="sidebar-widget mb-5">
  2875.            <div class="widget-title-wrapper mb-3">
  2876.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2877.                    <div class="title-border"></div>
  2878.                    <i class="ti-folder me-2"></i>April 2026 Blog Roll
  2879.                </h4>
  2880.            </div>
  2881.            <div class="widget-content shadow-sm rounded-3 p-4">
  2882.                <div class="archives-list scrollable-sidebar">
  2883.                    
  2884.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2885.                        <a href="https://www.remoteyear.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2886.                            <i class="ti-angle-right me-2 text-primary"></i>
  2887.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  2888.                        </a>
  2889.                    </div>
  2890.                    
  2891.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2892.                        <a href="https://lagoccia.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2893.                            <i class="ti-angle-right me-2 text-primary"></i>
  2894.                            <span class="archive-link top-color fw-semibold">casino site</span>
  2895.                        </a>
  2896.                    </div>
  2897.                    
  2898.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2899.                        <a href="https://www.ambiental.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2900.                            <i class="ti-angle-right me-2 text-primary"></i>
  2901.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2902.                        </a>
  2903.                    </div>
  2904.                    
  2905.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2906.                        <a href="https://www.makemegenius.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2907.                            <i class="ti-angle-right me-2 text-primary"></i>
  2908.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  2909.                        </a>
  2910.                    </div>
  2911.                    
  2912.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2913.                        <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2914.                            <i class="ti-angle-right me-2 text-primary"></i>
  2915.                            <span class="archive-link top-color fw-semibold">best online casino</span>
  2916.                        </a>
  2917.                    </div>
  2918.                    
  2919.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2920.                        <a href="https://www.londonart.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2921.                            <i class="ti-angle-right me-2 text-primary"></i>
  2922.                            <span class="archive-link top-color fw-semibold">escorts london</span>
  2923.                        </a>
  2924.                    </div>
  2925.                    
  2926.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2927.                        <a href="https://letseatperth.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2928.                            <i class="ti-angle-right me-2 text-primary"></i>
  2929.                            <span class="archive-link top-color fw-semibold">non uk casino site</span>
  2930.                        </a>
  2931.                    </div>
  2932.                    
  2933.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2934.                        <a href="https://www.llancaiachfawr.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2935.                            <i class="ti-angle-right me-2 text-primary"></i>
  2936.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2937.                        </a>
  2938.                    </div>
  2939.                    
  2940.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2941.                        <a href="https://thepearlyqueen.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2942.                            <i class="ti-angle-right me-2 text-primary"></i>
  2943.                            <span class="archive-link top-color fw-semibold">online casino</span>
  2944.                        </a>
  2945.                    </div>
  2946.                    
  2947.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2948.                        <a href="https://fdncoffee.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2949.                            <i class="ti-angle-right me-2 text-primary"></i>
  2950.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  2951.                        </a>
  2952.                    </div>
  2953.                    
  2954.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2955.                        <a href="https://www.kew.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2956.                            <i class="ti-angle-right me-2 text-primary"></i>
  2957.                            <span class="archive-link top-color fw-semibold">non GamStop bookmakers</span>
  2958.                        </a>
  2959.                    </div>
  2960.                    
  2961.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2962.                        <a href="https://www.edinburghfoody.com" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2963.                            <i class="ti-angle-right me-2 text-primary"></i>
  2964.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2965.                        </a>
  2966.                    </div>
  2967.                    
  2968.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2969.                        <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2970.                            <i class="ti-angle-right me-2 text-primary"></i>
  2971.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  2972.                        </a>
  2973.                    </div>
  2974.                    
  2975.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2976.                        <a href="https://www.ukbeetles.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2977.                            <i class="ti-angle-right me-2 text-primary"></i>
  2978.                            <span class="archive-link top-color fw-semibold">slots not on GamStop</span>
  2979.                        </a>
  2980.                    </div>
  2981.                    
  2982.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  2983.                        <a href="https://llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch.co.uk" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  2984.                            <i class="ti-angle-right me-2 text-primary"></i>
  2985.                            <span class="archive-link top-color fw-semibold">casino not on gamestop</span>
  2986.                        </a>
  2987.                    </div>
  2988.                    
  2989.  
  2990.                </div>
  2991.            </div>
  2992.        </div>
  2993.        
  2994.       <div class="sidebar-widget mb-5">
  2995.            <div class="widget-title-wrapper mb-3">
  2996.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  2997.                    <div class="title-border"></div>
  2998.                    <i class="ti-folder me-2"></i>March 2026 Blog Roll
  2999.                </h4>
  3000.            </div>
  3001.            <div class="widget-content shadow-sm rounded-3 p-4">
  3002.                <div class="archives-list scrollable-sidebar">
  3003.                    
  3004.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3005.                        <a href="https://www.drenge.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3006.                            <i class="ti-angle-right me-2 text-primary"></i>
  3007.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  3008.                        </a>
  3009.                    </div>
  3010.                    
  3011.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3012.                        <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3013.                            <i class="ti-angle-right me-2 text-primary"></i>
  3014.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  3015.                        </a>
  3016.                    </div>
  3017.                    
  3018.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3019.                        <a href="https://www.cranleyclinic.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3020.                            <i class="ti-angle-right me-2 text-primary"></i>
  3021.                            <span class="archive-link top-color fw-semibold">best casinos not on GamStop</span>
  3022.                        </a>
  3023.                    </div>
  3024.                    
  3025.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3026.                        <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3027.                            <i class="ti-angle-right me-2 text-primary"></i>
  3028.                            <span class="archive-link top-color fw-semibold">non GamStop casinos</span>
  3029.                        </a>
  3030.                    </div>
  3031.                    
  3032.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3033.                        <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3034.                            <i class="ti-angle-right me-2 text-primary"></i>
  3035.                            <span class="archive-link top-color fw-semibold">casino not on GamStop</span>
  3036.                        </a>
  3037.                    </div>
  3038.                    
  3039.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3040.                        <a href="https://www.ginspa.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3041.                            <i class="ti-angle-right me-2 text-primary"></i>
  3042.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  3043.                        </a>
  3044.                    </div>
  3045.                    
  3046.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3047.                        <a href="https://hmdbookclub.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3048.                            <i class="ti-angle-right me-2 text-primary"></i>
  3049.                            <span class="archive-link top-color fw-semibold">casinos not on GamStop</span>
  3050.                        </a>
  3051.                    </div>
  3052.                    
  3053.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3054.                        <a href="https://www.stevepound.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3055.                            <i class="ti-angle-right me-2 text-primary"></i>
  3056.                            <span class="archive-link top-color fw-semibold">best non GamStop casinos</span>
  3057.                        </a>
  3058.                    </div>
  3059.                    
  3060.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3061.                        <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3062.                            <i class="ti-angle-right me-2 text-primary"></i>
  3063.                            <span class="archive-link top-color fw-semibold">casino not on GamStop UK</span>
  3064.                        </a>
  3065.                    </div>
  3066.                    
  3067.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3068.                        <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3069.                            <i class="ti-angle-right me-2 text-primary"></i>
  3070.                            <span class="archive-link top-color fw-semibold">casino sites not on GamStop</span>
  3071.                        </a>
  3072.                    </div>
  3073.                    
  3074.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3075.                        <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3076.                            <i class="ti-angle-right me-2 text-primary"></i>
  3077.                            <span class="archive-link top-color fw-semibold">slots not on GamCare</span>
  3078.                        </a>
  3079.                    </div>
  3080.                    
  3081.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3082.                        <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3083.                            <i class="ti-angle-right me-2 text-primary"></i>
  3084.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  3085.                        </a>
  3086.                    </div>
  3087.                    
  3088.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3089.                        <a href="https://www.squarebox.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3090.                            <i class="ti-angle-right me-2 text-primary"></i>
  3091.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  3092.                        </a>
  3093.                    </div>
  3094.                    
  3095.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3096.                        <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3097.                            <i class="ti-angle-right me-2 text-primary"></i>
  3098.                            <span class="archive-link top-color fw-semibold">Casinos Not on GAMSTOP</span>
  3099.                        </a>
  3100.                    </div>
  3101.                    
  3102.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3103.                        <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3104.                            <i class="ti-angle-right me-2 text-primary"></i>
  3105.                            <span class="archive-link top-color fw-semibold">non UK casino</span>
  3106.                        </a>
  3107.                    </div>
  3108.                    
  3109.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3110.                        <a href="https://community-toolkit.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3111.                            <i class="ti-angle-right me-2 text-primary"></i>
  3112.                            <span class="archive-link top-color fw-semibold">top casinos not on gamstop</span>
  3113.                        </a>
  3114.                    </div>
  3115.                    
  3116.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3117.                        <a href="https://www.employersforwork-lifebalance.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3118.                            <i class="ti-angle-right me-2 text-primary"></i>
  3119.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  3120.                        </a>
  3121.                    </div>
  3122.                    
  3123.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3124.                        <a href="https://www.bttad.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3125.                            <i class="ti-angle-right me-2 text-primary"></i>
  3126.                            <span class="archive-link top-color fw-semibold">non gamstop casino</span>
  3127.                        </a>
  3128.                    </div>
  3129.                    
  3130.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3131.                        <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3132.                            <i class="ti-angle-right me-2 text-primary"></i>
  3133.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  3134.                        </a>
  3135.                    </div>
  3136.                    
  3137.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3138.                        <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3139.                            <i class="ti-angle-right me-2 text-primary"></i>
  3140.                            <span class="archive-link top-color fw-semibold">non UK casino sites</span>
  3141.                        </a>
  3142.                    </div>
  3143.                    
  3144.  
  3145.                </div>
  3146.            </div>
  3147.        </div>
  3148.        
  3149.       <div class="sidebar-widget mb-5">
  3150.            <div class="widget-title-wrapper mb-3">
  3151.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3152.                    <div class="title-border"></div>
  3153.                    <i class="ti-folder me-2"></i>February 2026 Blog Roll
  3154.                </h4>
  3155.            </div>
  3156.            <div class="widget-content shadow-sm rounded-3 p-4">
  3157.                <div class="archives-list scrollable-sidebar">
  3158.                    
  3159.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3160.                        <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3161.                            <i class="ti-angle-right me-2 text-primary"></i>
  3162.                            <span class="archive-link top-color fw-semibold">non gamstop betting</span>
  3163.                        </a>
  3164.                    </div>
  3165.                    
  3166.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3167.                        <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3168.                            <i class="ti-angle-right me-2 text-primary"></i>
  3169.                            <span class="archive-link top-color fw-semibold">non gamstop sports betting</span>
  3170.                        </a>
  3171.                    </div>
  3172.                    
  3173.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3174.                        <a href="https://www.tourofbritain.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3175.                            <i class="ti-angle-right me-2 text-primary"></i>
  3176.                            <span class="archive-link top-color fw-semibold">best non gamstop casinos</span>
  3177.                        </a>
  3178.                    </div>
  3179.                    
  3180.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3181.                        <a href="https://indyonline.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3182.                            <i class="ti-angle-right me-2 text-primary"></i>
  3183.                            <span class="archive-link top-color fw-semibold">non GamStop casinos UK</span>
  3184.                        </a>
  3185.                    </div>
  3186.                    
  3187.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3188.                        <a href="https://pauljacques.co.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3189.                            <i class="ti-angle-right me-2 text-primary"></i>
  3190.                            <span class="archive-link top-color fw-semibold">non gamstop casinos</span>
  3191.                        </a>
  3192.                    </div>
  3193.                    
  3194.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3195.                        <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3196.                            <i class="ti-angle-right me-2 text-primary"></i>
  3197.                            <span class="archive-link top-color fw-semibold">trusted casinos not on Gamstop</span>
  3198.                        </a>
  3199.                    </div>
  3200.                    
  3201.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color ">
  3202.                        <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none d-flex align-items-center ">
  3203.                            <i class="ti-angle-right me-2 text-primary"></i>
  3204.                            <span class="archive-link top-color fw-semibold">trusted casinos not on Gamstop</span>
  3205.                        </a>
  3206.                    </div>
  3207.                    
  3208.  
  3209.                </div>
  3210.            </div>
  3211.        </div>
  3212.        
  3213. <!--        
  3214.       <div class="sidebar-widget mb-5">
  3215.            <div class="widget-title-wrapper mb-3">
  3216.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3217.                    <div class="title-border"></div>
  3218.                    <i class="ti-folder me-2"></i>Blog Archives
  3219.                </h4>
  3220.            </div>
  3221.            <div class="widget-content shadow-sm rounded-3 p-4">
  3222.                <div class="archives-list">
  3223.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3224.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3225.                            <i class="ti-angle-right me-2 text-primary"></i>
  3226.                            <span class="archive-link top-color fw-semibold">August 2025</span>
  3227.                        </a>
  3228.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">24 posts</span>
  3229.                    </div>
  3230.  
  3231.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3232.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3233.                            <i class="ti-angle-right me-2 text-primary"></i>
  3234.                            <span class="archive-link top-color fw-semibold">July 2025</span>
  3235.                        </a>
  3236.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">31 posts</span>
  3237.                    </div>
  3238.  
  3239.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3240.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3241.                            <i class="ti-angle-right me-2 text-primary"></i>
  3242.                            <span class="archive-link top-color fw-semibold">June 2025</span>
  3243.                        </a>
  3244.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">28 posts</span>
  3245.                    </div>
  3246.  
  3247.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3248.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3249.                            <i class="ti-angle-right me-2 text-primary"></i>
  3250.                            <span class="archive-link top-color fw-semibold">May 2025</span>
  3251.                        </a>
  3252.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">35 posts</span>
  3253.                    </div>
  3254.  
  3255.                    <div class="archive-item d-flex justify-content-between align-items-center mb-3 pb-3 border-bottom border-color">
  3256.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3257.                            <i class="ti-angle-right me-2 text-primary"></i>
  3258.                            <span class="archive-link top-color fw-semibold">April 2025</span>
  3259.                        </a>
  3260.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">29 posts</span>
  3261.                    </div>
  3262.  
  3263.                    <div class="archive-item d-flex justify-content-between align-items-center">
  3264.                        <a href="#" class="text-decoration-none d-flex align-items-center">
  3265.                            <i class="ti-angle-right me-2 text-primary"></i>
  3266.                            <span class="archive-link top-color fw-semibold">March 2025</span>
  3267.                        </a>
  3268.                        <span class="badge bg-primary bg-opacity-15 text-white rounded-pill px-3">27 posts</span>
  3269.                    </div>
  3270.                </div>
  3271.                
  3272.                <div class="text-center mt-4 pt-3 border-top border-color">
  3273.                    <a href="#" class="btn btn-primary btn-sm px-whtext-white rounded-pill">
  3274.                        <i class="ti-archive me-1"></i>View All Archives
  3275.                    </a>
  3276.                </div>
  3277.            </div>
  3278.        </div> -->
  3279.        <div class="sidebar-widget mb-4">
  3280.            <div class="widget-title-wrapper mb-3">
  3281.                <h4 class="widget-title-curved bg-primary text-white px-4 py-3 mb-0 position-relative rounded-3">
  3282.                    <div class="title-border-primary"></div>
  3283.                    <i class="ti-star me-2"></i>Popular Posts
  3284.                </h4>
  3285.            </div>
  3286.            <div class="widget-content mb-3 shadow-sm rounded-3 p-4">
  3287.                <div class="popular-post-list">
  3288.                    
  3289.                    
  3290.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3291.                        <div class="post-content flex-grow-1">
  3292.                            <h6 class="post-title mb-1">
  3293.                                 <a href="/community-members-seeking-answers-regarding-hazardous-substances-locations/" class="text-decoration-none top-color fw-semibold lh-sm">
  3294.                                            Community Members Seeking Answers Regarding Hazardous Substances Locations
  3295.                                            </a>
  3296.                            </h6>
  3297.                            <div class="post-meta">
  3298.                                <small class="text-muted">
  3299.                                    <i class="ti-calendar me-1"></i>12 Jul 2026
  3300.                                </small>
  3301.                                <!-- <small class="text-muted ms-3">
  3302.                                    <i class="ti-eye me-1"></i>1,234 views
  3303.                                </small> -->
  3304.                            </div>
  3305.                        </div>
  3306.                    </div>
  3307.                    
  3308.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3309.                        <div class="post-content flex-grow-1">
  3310.                            <h6 class="post-title mb-1">
  3311.                                 <a href="/the-perfect-moment-to-be-bold-and-give-your-garden-a-reshuffle/" class="text-decoration-none top-color fw-semibold lh-sm">
  3312.                                            The Perfect Moment to Be Bold and Give Your Garden a Reshuffle.
  3313.                                            </a>
  3314.                            </h6>
  3315.                            <div class="post-meta">
  3316.                                <small class="text-muted">
  3317.                                    <i class="ti-calendar me-1"></i>12 Jul 2026
  3318.                                </small>
  3319.                                <!-- <small class="text-muted ms-3">
  3320.                                    <i class="ti-eye me-1"></i>1,234 views
  3321.                                </small> -->
  3322.                            </div>
  3323.                        </div>
  3324.                    </div>
  3325.                    
  3326.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3327.                        <div class="post-content flex-grow-1">
  3328.                            <h6 class="post-title mb-1">
  3329.                                 <a href="/minister-for-health-issues-stark-warning-care-standards-cannot-be-guaranteed-if-junior-doctors-industrial-action-proceeds-during-intense-influenza-strain/" class="text-decoration-none top-color fw-semibold lh-sm">
  3330.                                            Minister for Health Issues Stark Warning Care Standards Cannot Be Guaranteed If Junior Doctors&#x27; Industrial Action Proceeds During Intense Influenza Strain.
  3331.                                            </a>
  3332.                            </h6>
  3333.                            <div class="post-meta">
  3334.                                <small class="text-muted">
  3335.                                    <i class="ti-calendar me-1"></i>12 Jul 2026
  3336.                                </small>
  3337.                                <!-- <small class="text-muted ms-3">
  3338.                                    <i class="ti-eye me-1"></i>1,234 views
  3339.                                </small> -->
  3340.                            </div>
  3341.                        </div>
  3342.                    </div>
  3343.                    
  3344.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3345.                        <div class="post-content flex-grow-1">
  3346.                            <h6 class="post-title mb-1">
  3347.                                 <a href="/england-confirm-world-cup-qualification-with-dominant-victory-over-latvia/" class="text-decoration-none top-color fw-semibold lh-sm">
  3348.                                            England Confirm World Cup Qualification with Dominant Victory over Latvia
  3349.                                            </a>
  3350.                            </h6>
  3351.                            <div class="post-meta">
  3352.                                <small class="text-muted">
  3353.                                    <i class="ti-calendar me-1"></i>12 Jul 2026
  3354.                                </small>
  3355.                                <!-- <small class="text-muted ms-3">
  3356.                                    <i class="ti-eye me-1"></i>1,234 views
  3357.                                </small> -->
  3358.                            </div>
  3359.                        </div>
  3360.                    </div>
  3361.                    
  3362.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3363.                        <div class="post-content flex-grow-1">
  3364.                            <h6 class="post-title mb-1">
  3365.                                 <a href="/how-the-bolton-case-stands-apart-significantly-from-other-trump-opponents/" class="text-decoration-none top-color fw-semibold lh-sm">
  3366.                                            How the Bolton Case Stands Apart Significantly from Other Trump Opponents
  3367.                                            </a>
  3368.                            </h6>
  3369.                            <div class="post-meta">
  3370.                                <small class="text-muted">
  3371.                                    <i class="ti-calendar me-1"></i>12 Jul 2026
  3372.                                </small>
  3373.                                <!-- <small class="text-muted ms-3">
  3374.                                    <i class="ti-eye me-1"></i>1,234 views
  3375.                                </small> -->
  3376.                            </div>
  3377.                        </div>
  3378.                    </div>
  3379.                    
  3380.                    <div class="popular-post-item d-flex mb-4 pb-3 border-bottom border-color position-relative">
  3381.                        <div class="post-content flex-grow-1">
  3382.                            <h6 class="post-title mb-1">
  3383.                                 <a href="/the-united-kingdom-set-to-employ-seized-russias-holdings-to-support-the-ukrainian-military-campaign/" class="text-decoration-none top-color fw-semibold lh-sm">
  3384.                                            The United Kingdom Set to Employ Seized Russia&#x27;s Holdings to Support the Ukrainian Military Campaign
  3385.                                            </a>
  3386.                            </h6>
  3387.                            <div class="post-meta">
  3388.                                <small class="text-muted">
  3389.                                    <i class="ti-calendar me-1"></i>12 Jul 2026
  3390.                                </small>
  3391.                                <!-- <small class="text-muted ms-3">
  3392.                                    <i class="ti-eye me-1"></i>1,234 views
  3393.                                </small> -->
  3394.                            </div>
  3395.                        </div>
  3396.                    </div>
  3397.                    
  3398.  
  3399.                </div>
  3400.                
  3401.                <!-- <div class="text-center mt-4 pt-3 border-top border-color">
  3402.                    <a href="#" class="btn btn-primary top-color btn-sm px-whtext-white rounded-pill">
  3403.                        <i class="ti-trophy me-1"></i>View All Popular
  3404.                    </a>
  3405.                </div> -->
  3406.            </div>
  3407.        </div>
  3408.  
  3409. </div>
  3410. <style>
  3411.    
  3412.  .widget-content {
  3413.    background-color: var(--card-bg);
  3414.    border: 1px solid var(--border-color);
  3415.  }
  3416. </style>
  3417.  
  3418.    
  3419.            </div>
  3420.        </div>
  3421.    </div>
  3422. </section>
  3423.  
  3424. <script>
  3425. // Intersection Observer for scroll animations
  3426. document.addEventListener('DOMContentLoaded', function() {
  3427.    const observerOptions = {
  3428.        threshold: 0.1,
  3429.        rootMargin: '0px 0px -50px 0px'
  3430.    };
  3431.  
  3432.    const observer = new IntersectionObserver(function(entries) {
  3433.        entries.forEach(entry => {
  3434.            if (entry.isIntersecting) {
  3435.                entry.target.classList.add('animated');
  3436.            }
  3437.        });
  3438.    }, observerOptions);
  3439.  
  3440.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  3441.        observer.observe(el);
  3442.    });
  3443. });
  3444. </script>
  3445.  
  3446.    
  3447.        
  3448.        <!-- end wpo-blog-highlights-section -->
  3449.        <!-- start wpo-blog-sponsored-section -->
  3450.        
  3451.  
  3452.  
  3453.  
  3454.    
  3455.  
  3456.  
  3457.  
  3458. <style>
  3459.    .sponsored-section-v6 {
  3460.        padding: 45px 0;
  3461.        background: transparent;
  3462.    }
  3463.    
  3464.    .sponsored-card-v6 {
  3465.        background: #ffffff;
  3466.        border: 1px solid #f8f8f8;
  3467.        transition: opacity 0.3s ease;
  3468.        height: 100%;
  3469.    }
  3470.    
  3471.    .sponsored-card-v6:hover {
  3472.        opacity: 0.95;
  3473.    }
  3474.    
  3475.    .sponsored-image-v6 {
  3476.        position: relative;
  3477.        height: 170px;
  3478.    }
  3479.    
  3480.    .sponsored-image-v6 img {
  3481.        width: 100%;
  3482.        height: 100%;
  3483.        object-fit: cover;
  3484.    }
  3485.    
  3486.    .sponsored-image-v6::after {
  3487.        content: '';
  3488.        position: absolute;
  3489.        top: 0;
  3490.        left: 0;
  3491.        right: 0;
  3492.        bottom: 0;
  3493.        background: linear-gradient(to bottom, rgba(0,0,0,0.1), transparent);
  3494.    }
  3495.    
  3496.    .sponsored-badge-v6 {
  3497.        position: absolute;
  3498.        top: 10px;
  3499.        left: 10px;
  3500.        padding: 5px 12px;
  3501.        font-size: 12px;
  3502.        font-weight: 600;
  3503.        text-transform: uppercase;
  3504.        border-radius: 4px;
  3505.        box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  3506.    }
  3507.    
  3508.    .sponsored-content-v6 {
  3509.        padding: 12px;
  3510.    }
  3511.    
  3512.    .sponsored-title-v6 {
  3513.        font-size: 14px;
  3514.        font-weight: 700;
  3515.        line-height: 1.3;
  3516.        margin-bottom: 6px;
  3517.        color: #333;
  3518.    }
  3519.    
  3520.    .sponsored-title-v6 a {
  3521.        text-decoration: none;
  3522.        color: #333;
  3523.    }
  3524.    
  3525.    .sponsored-title-v6 a:hover {
  3526.        color: #fd7e14; /* Orange hover */
  3527.    }
  3528.    
  3529.    .sponsored-excerpt-v6 {
  3530.        font-size: 12px;
  3531.        font-weight: 600;
  3532.        color: #868e96;
  3533.        margin-bottom: 8px;
  3534.        line-height: 1.4;
  3535.    }
  3536.    
  3537.    .sponsored-meta-v6 {
  3538.        font-size: 11px;
  3539.        color: #6c757d;
  3540.    }
  3541.    
  3542.    .author-info-v6 {
  3543.        display: inline;
  3544.        margin-right: 10px;
  3545.    }
  3546.    
  3547.    .sponsored-author-img-v6 {
  3548.        width: 20px;
  3549.        height: 20px;
  3550.        border-radius: 50%;
  3551.        object-fit: cover;
  3552.        vertical-align: middle;
  3553.        margin-right: 4px;
  3554.    }
  3555.    
  3556.    .section-title-sponsored-v6 {
  3557.        font-size: 1.9rem;
  3558.        font-weight: 600;
  3559.        text-align: left;
  3560.        margin-bottom: 25px;
  3561.        color: #333;
  3562.        border-left: 4px solid #fd7e14;
  3563.        padding-left: 15px;
  3564.    }
  3565.  
  3566.    @media (max-width: 768px) {
  3567.        .sponsored-section-v6 {
  3568.            padding: 25px 0;
  3569.        }
  3570.        .sponsored-image-v6 {
  3571.            height: 130px;
  3572.        }
  3573.        .sponsored-content-v6 {
  3574.            padding: 10px;
  3575.        }
  3576.        .sponsored-title-v6 {
  3577.            font-size: 13px;
  3578.        }
  3579.        .sponsored-excerpt-v6 {
  3580.            font-size: 11px;
  3581.        }
  3582.        .section-title-sponsored-v6 {
  3583.            font-size: 1.6rem;
  3584.            padding-left: 10px;
  3585.        }
  3586.    }
  3587. </style>
  3588.  
  3589. <section class="sponsored-section-v6">
  3590.    <div class="container-fluid fluid-container">
  3591.        <div class="row">
  3592.            <div class="col-12">
  3593.                <h2 class="section-title-sponsored-v6">Sponsored News</h2>
  3594.            </div>
  3595.        </div>
  3596.        
  3597.        <div class="row g-3">
  3598.            
  3599.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3600.                <div class="card sponsored-card-v6">
  3601.                    <div class="sponsored-image-v6">
  3602.                        
  3603.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3604.                        
  3605.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3606.                    </div>
  3607.                    <div class="sponsored-content-v6">
  3608.                        <h3 class="sponsored-title-v6">
  3609.                            <a href="/community-members-seeking-answers-regarding-hazardous-substances-locations/" >
  3610.                                            Community Members Seeking Answers Regarding Hazardous Substances Locations
  3611.                                            </a>
  3612.                        </h3>
  3613.                        <p class="sponsored-excerpt-v6">
  3614.                            
  3615.                        </p>
  3616.                        <div class="sponsored-meta-v6">
  3617.                            <span class="author-info-v6">
  3618.                                
  3619.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="sponsored-author-img-v6">
  3620.                                
  3621.                               Mark Hampton
  3622.                            </span>
  3623.                            | 12 Jul 2026
  3624.                        </div>
  3625.                    </div>
  3626.                </div>
  3627.            </div>
  3628.            
  3629.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3630.                <div class="card sponsored-card-v6">
  3631.                    <div class="sponsored-image-v6">
  3632.                        
  3633.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3634.                        
  3635.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3636.                    </div>
  3637.                    <div class="sponsored-content-v6">
  3638.                        <h3 class="sponsored-title-v6">
  3639.                            <a href="/the-perfect-moment-to-be-bold-and-give-your-garden-a-reshuffle/" >
  3640.                                            The Perfect Moment to Be Bold and Give Your Garden a Reshuffle.
  3641.                                            </a>
  3642.                        </h3>
  3643.                        <p class="sponsored-excerpt-v6">
  3644.                            
  3645.                        </p>
  3646.                        <div class="sponsored-meta-v6">
  3647.                            <span class="author-info-v6">
  3648.                                
  3649.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="sponsored-author-img-v6">
  3650.                                
  3651.                               Mark Hampton
  3652.                            </span>
  3653.                            | 12 Jul 2026
  3654.                        </div>
  3655.                    </div>
  3656.                </div>
  3657.            </div>
  3658.            
  3659.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3660.                <div class="card sponsored-card-v6">
  3661.                    <div class="sponsored-image-v6">
  3662.                        
  3663.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3664.                        
  3665.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3666.                    </div>
  3667.                    <div class="sponsored-content-v6">
  3668.                        <h3 class="sponsored-title-v6">
  3669.                            <a href="/minister-for-health-issues-stark-warning-care-standards-cannot-be-guaranteed-if-junior-doctors-industrial-action-proceeds-during-intense-influenza-strain/" >
  3670.                                            Minister for Health Issues Stark Warning Care Standards Cannot Be Guaranteed If Junior Doctors&#x27; Industrial Action Proceeds During Intense Influenza Strain.
  3671.                                            </a>
  3672.                        </h3>
  3673.                        <p class="sponsored-excerpt-v6">
  3674.                            
  3675.                        </p>
  3676.                        <div class="sponsored-meta-v6">
  3677.                            <span class="author-info-v6">
  3678.                                
  3679.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="sponsored-author-img-v6">
  3680.                                
  3681.                               Mark Hampton
  3682.                            </span>
  3683.                            | 12 Jul 2026
  3684.                        </div>
  3685.                    </div>
  3686.                </div>
  3687.            </div>
  3688.            
  3689.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3690.                <div class="card sponsored-card-v6">
  3691.                    <div class="sponsored-image-v6">
  3692.                        
  3693.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3694.                        
  3695.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3696.                    </div>
  3697.                    <div class="sponsored-content-v6">
  3698.                        <h3 class="sponsored-title-v6">
  3699.                            <a href="/england-confirm-world-cup-qualification-with-dominant-victory-over-latvia/" >
  3700.                                            England Confirm World Cup Qualification with Dominant Victory over Latvia
  3701.                                            </a>
  3702.                        </h3>
  3703.                        <p class="sponsored-excerpt-v6">
  3704.                            
  3705.                        </p>
  3706.                        <div class="sponsored-meta-v6">
  3707.                            <span class="author-info-v6">
  3708.                                
  3709.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="sponsored-author-img-v6">
  3710.                                
  3711.                               Mark Hampton
  3712.                            </span>
  3713.                            | 12 Jul 2026
  3714.                        </div>
  3715.                    </div>
  3716.                </div>
  3717.            </div>
  3718.            
  3719.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3720.                <div class="card sponsored-card-v6">
  3721.                    <div class="sponsored-image-v6">
  3722.                        
  3723.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3724.                        
  3725.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3726.                    </div>
  3727.                    <div class="sponsored-content-v6">
  3728.                        <h3 class="sponsored-title-v6">
  3729.                            <a href="/how-the-bolton-case-stands-apart-significantly-from-other-trump-opponents/" >
  3730.                                            How the Bolton Case Stands Apart Significantly from Other Trump Opponents
  3731.                                            </a>
  3732.                        </h3>
  3733.                        <p class="sponsored-excerpt-v6">
  3734.                            
  3735.                        </p>
  3736.                        <div class="sponsored-meta-v6">
  3737.                            <span class="author-info-v6">
  3738.                                
  3739.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="sponsored-author-img-v6">
  3740.                                
  3741.                               Mark Hampton
  3742.                            </span>
  3743.                            | 12 Jul 2026
  3744.                        </div>
  3745.                    </div>
  3746.                </div>
  3747.            </div>
  3748.            
  3749.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3750.                <div class="card sponsored-card-v6">
  3751.                    <div class="sponsored-image-v6">
  3752.                        
  3753.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3754.                        
  3755.                        <div class="sponsored-badge-v6 bg-primary-gradient">News</div>
  3756.                    </div>
  3757.                    <div class="sponsored-content-v6">
  3758.                        <h3 class="sponsored-title-v6">
  3759.                            <a href="/the-united-kingdom-set-to-employ-seized-russias-holdings-to-support-the-ukrainian-military-campaign/" >
  3760.                                            The United Kingdom Set to Employ Seized Russia&#x27;s Holdings to Support the Ukrainian Military Campaign
  3761.                                            </a>
  3762.                        </h3>
  3763.                        <p class="sponsored-excerpt-v6">
  3764.                            
  3765.                        </p>
  3766.                        <div class="sponsored-meta-v6">
  3767.                            <span class="author-info-v6">
  3768.                                
  3769.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4e1b4c21-8f78-40f3-b5e8-b9b597bc7d4c_profile.png" alt="Mark Hampton" style="object-fit: cover;" class="sponsored-author-img-v6">
  3770.                                
  3771.                               Mark Hampton
  3772.                            </span>
  3773.                            | 12 Jul 2026
  3774.                        </div>
  3775.                    </div>
  3776.                </div>
  3777.            </div>
  3778.            
  3779.        </div>
  3780.    </div>
  3781. </section>
  3782.  
  3783.  
  3784.    
  3785.        <!-- end wpo-blog-sponsored-section -->
  3786.        <!-- start wpo-subscribe-section -->
  3787.        
  3788.        <!-- end subscribe-section -->
  3789.        <!-- start of wpo-site-footer-section -->
  3790.        
  3791.  
  3792.  
  3793.  
  3794.  
  3795.  
  3796.  
  3797. <!-- Footer V4 - Modern Corporate Design -->
  3798. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3799.  
  3800.    <div class="container-fluid fluid-container">
  3801.        
  3802.        <!-- Content Sections -->
  3803.        <div class="content-sections">
  3804.            <div class="row g-5">
  3805.                
  3806.                <!-- Brand Column -->
  3807.                <div class="col-lg-4 col-md-12">
  3808.                    <div class="brand-section">
  3809.                        <div class="brand-header">
  3810.                            
  3811.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/664ca0ca-0881-4af0-8950-0faf95bc05a8_logo.png" alt="Play UK Today" class="brand-logo" loading="lazy">
  3812.                            
  3813.                            <div class="brand-text">
  3814.                                <h3 class="brand-name">Play UK Today</h3>
  3815.                                <span class="brand-type">Digital Publication</span>
  3816.                            </div>
  3817.                        </div>
  3818.                        <p class="brand-description  text-lg-start ">
  3819.                            Stay updated with the latest entertainment, lifestyle, and cultural news across the UK. Featuring reviews, events, and insights for modern British living.
  3820.                        </p>
  3821.                    </div>
  3822.                </div>
  3823.  
  3824.                <!-- Quick Links Column -->
  3825.               <div class="col-lg-4 col-md-6">
  3826.                    <div class="links-section">
  3827.                        <div class="section-title">
  3828.                            <h4 class="title-text">Resources</h4>
  3829.                            <div class="title-decoration"></div>
  3830.                        </div>
  3831.                        <div class="links-container">
  3832.                          
  3833. <div class="link-group">
  3834.    <ul class="link-list" id="externalLinks">
  3835.        
  3836.  
  3837.    
  3838.        
  3839.        
  3840.        
  3841.    </ul>
  3842. </div>
  3843.  
  3844.                        </div>
  3845.                    </div>
  3846.                </div>
  3847.  
  3848.                <!-- Categories Column -->
  3849.                <div class="col-lg-4 col-md-6">
  3850.                    <div class="categories-section">
  3851.                        <div class="section-title">
  3852.                            <h4 class="title-text">Explore Topics</h4>
  3853.                            <div class="title-decoration"></div>
  3854.                        </div>
  3855.                        <div class="categories-container">
  3856.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3857.                            <div class="categories-cloud">
  3858.                                
  3859.                                <a href="/category/all-posts/" class="category-pill">
  3860.                                    All Posts
  3861.                                </a>
  3862.                                
  3863.                                <a href="/category/business/" class="category-pill">
  3864.                                    Business
  3865.                                </a>
  3866.                                
  3867.                                <a href="/category/esports/" class="category-pill">
  3868.                                    Esports
  3869.                                </a>
  3870.                                
  3871.                                <a href="/category/fashion/" class="category-pill">
  3872.                                    Fashion
  3873.                                </a>
  3874.                                
  3875.                                <a href="/category/featured/" class="category-pill">
  3876.                                    Featured
  3877.                                </a>
  3878.                                
  3879.                                <a href="/category/gaming/" class="category-pill">
  3880.                                    Gaming
  3881.                                </a>
  3882.                                
  3883.                                <a href="/category/health/" class="category-pill">
  3884.                                    Health
  3885.                                </a>
  3886.                                
  3887.                                <a href="/category/life-fitness/" class="category-pill">
  3888.                                    Life &amp; Fitness
  3889.                                </a>
  3890.                                
  3891.                            </div>
  3892.                        </div>
  3893.                    </div>
  3894.                </div>
  3895.  
  3896.            </div>
  3897.        </div>
  3898.  
  3899.        <!-- Footer Bottom -->
  3900.        <div class="footer-bottom">
  3901.            <div class="bottom-border"></div>
  3902.            <div class=" d-flex justify-content-between flex-wrap">
  3903.                <div>
  3904.                    <div class="copyright-info">
  3905.                        <p class="copyright-main">
  3906.                            Â© 2026 <span class="brand-highlight">Play UK Today</span>. All rights reserved.
  3907.                        </p>
  3908.                        <p class="copyright-sub">
  3909.                            Thoughtfully crafted content for curious minds worldwide.
  3910.                        </p>
  3911.                    </div>
  3912.                </div>
  3913.                <div>
  3914.                    <div class="footer-actions">
  3915.                        <div class="action-links">
  3916.                            <a href="/page/write-for-us/" class="action-link">
  3917.                                <i class="bi bi-shield-check"></i>
  3918.                                <span>Write For Us</span>
  3919.                            </a>
  3920.                            <a href="/page/terms-and-conditions/" class="action-link">
  3921.                                <i class="bi bi-shield-check"></i>
  3922.                                <span>Terms & Conditions</span>
  3923.                            </a>
  3924.                            <a href="/sitemap.xml" class="action-link">
  3925.                                <i class="bi bi-diagram-3"></i>
  3926.                                <span>Sitemap</span>
  3927.                            </a>
  3928.                        </div>
  3929.  
  3930.                    </div>
  3931.                </div>
  3932.            </div>
  3933.        </div>
  3934.  
  3935.    </div>
  3936.  
  3937.    
  3938.  
  3939. </footer>
  3940.  
  3941.  
  3942. <style>
  3943. /* Footer V4 - Modern Corporate Design */
  3944. .wpo-site-footer-v4 {
  3945.    color: var(--footer-color);
  3946.    margin-top: 100px;
  3947. }
  3948.  
  3949.  
  3950. .accent-line {
  3951.    position: absolute;
  3952.    top: 0;
  3953.    height: 100%;
  3954.    width: 33.333%;
  3955.    opacity: 0.8;
  3956. }
  3957.  
  3958. .accent-1 {
  3959.    left: 0;
  3960.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3961.    animation: slideRight 3s ease-in-out infinite;
  3962. }
  3963.  
  3964. .accent-2 {
  3965.    left: 33.333%;
  3966.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3967.    animation: slideRight 3s ease-in-out infinite 1s;
  3968. }
  3969.  
  3970. .accent-3 {
  3971.    left: 66.666%;
  3972.    background: linear-gradient(90deg, #10b981, #059669);
  3973.    animation: slideRight 3s ease-in-out infinite 2s;
  3974. }
  3975.  
  3976. @keyframes slideRight {
  3977.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3978.    50% { transform: translateX(10px); opacity: 1; }
  3979. }
  3980.  
  3981. /* Content Sections */
  3982. .content-sections {
  3983.    padding: 60px 0;
  3984.    position: relative;
  3985.    z-index: 2;
  3986. }
  3987.  
  3988. /* Brand Section */
  3989. .brand-section {
  3990.    padding-right: 2rem;
  3991. }
  3992.  
  3993. .brand-header {
  3994.    display: flex;
  3995.    align-items: center;
  3996.    margin-bottom: 2rem;
  3997.    gap: 1rem;
  3998. }
  3999.  
  4000. .brand-logo {
  4001.    height: 50px;
  4002.    width: auto;
  4003.    border-radius: 8px;
  4004. }
  4005.  
  4006. .brand-name {
  4007.    font-size: 1.5rem;
  4008.    font-weight: 800;
  4009.    color: var(--footer-color) !important;
  4010.    margin: 0;
  4011. }
  4012.  
  4013. .brand-type {
  4014.    color: var(--footer-color) !important;
  4015.    opacity: 0.8;
  4016.    font-size: 0.85rem;
  4017.    font-weight: 500;
  4018.    text-transform: uppercase;
  4019.    letter-spacing: 0.5px;
  4020. }
  4021.  
  4022. .brand-description {
  4023.    color: var(--footer-color) !important;
  4024.    line-height: 1.7;
  4025.    margin-bottom: 2rem;
  4026.    font-size: 0.95rem;
  4027. }
  4028.  
  4029. .brand-stats {
  4030.    display: flex;
  4031.    align-items: center;
  4032.    gap: 1.5rem;
  4033. }
  4034.  
  4035. .stat-item {
  4036.    text-align: center;
  4037. }
  4038.  
  4039. .stat-number {
  4040.    font-size: 1.5rem;
  4041.    font-weight: 800;
  4042.    color: #3b82f6;
  4043.    display: block;
  4044.    line-height: 1;
  4045. }
  4046.  
  4047. .stat-label {
  4048.    font-size: 0.8rem;
  4049.    color: #94a3b8;
  4050.    margin-top: 0.25rem;
  4051. }
  4052.  
  4053. .stat-divider {
  4054.    width: 1px;
  4055.    height: 40px;
  4056.    background: rgba(255, 255, 255, 0.2);
  4057. }
  4058.  
  4059. /* Links Section */
  4060. .links-section {
  4061.    padding-left: 1rem;
  4062.    padding-right: 1rem;
  4063. }
  4064.  
  4065. .section-title {
  4066.    margin-bottom: 2rem;
  4067.    position: relative;
  4068. }
  4069.  
  4070. .title-text {
  4071.    font-size: 1.3rem;
  4072.    font-weight: 700;
  4073.    color: var(--footer-color) !important;
  4074.    margin-bottom: 0.5rem;
  4075.    text-align: justify !important;
  4076. }
  4077.  
  4078.  
  4079. .link-group {
  4080.    margin-bottom: 2rem;
  4081. }
  4082.  
  4083. .group-title {
  4084.    font-size: 1rem;
  4085.    font-weight: 600;
  4086.    color: #f1f5f9;
  4087.    margin-bottom: 1rem;
  4088.    padding-bottom: 0.5rem;
  4089.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4090. }
  4091.  
  4092. .link-list {
  4093.    list-style: none;
  4094.    padding: 0;
  4095.    margin: 0;
  4096. }
  4097.  
  4098. .link-item {
  4099.    margin-bottom: 0.75rem;
  4100. }
  4101.  
  4102. .link-text {
  4103.    color: var(--footer-color) !important;
  4104.    text-decoration: none;
  4105.    font-size: 0.9rem;
  4106.    display: flex;
  4107.    align-items: center;
  4108.    transition: all 0.3s ease;
  4109.    padding: 0.25rem 0;
  4110. }
  4111.  
  4112. .link-text:hover {
  4113.    color: #3b82f6;
  4114.    padding-left: 0.5rem;
  4115. }
  4116.  
  4117. .link-icon {
  4118.    margin-right: 0.5rem;
  4119.    opacity: 0;
  4120.    transition: opacity 0.3s ease;
  4121. }
  4122.  
  4123. .link-text:hover .link-icon {
  4124.    opacity: 1;
  4125. }
  4126.  
  4127. .external-icon {
  4128.    color: #10b981;
  4129. }
  4130.  
  4131. /* Categories Section */
  4132. .categories-section {
  4133.    padding-left: 1rem;
  4134. }
  4135.  
  4136. .categories-intro {
  4137.    color: #cbd5e1;
  4138.    margin-bottom: 1.5rem;
  4139.    font-size: 0.9rem;
  4140. }
  4141.  
  4142. .categories-cloud {
  4143.    display: flex;
  4144.    flex-wrap: wrap;
  4145.    gap: 0.75rem;
  4146. }
  4147.  
  4148. .category-pill {
  4149.    display: inline-block;
  4150.    padding: 0.5rem 1rem;
  4151.    background: rgba(255, 255, 255, 0.1);
  4152.    border: 1px solid rgba(255, 255, 255, 0.2);
  4153.    border-radius: 20px;
  4154.    color:  var(--footer-color) !important;
  4155.    text-decoration: none;
  4156.    font-size: 0.85rem;
  4157.    opacity: 0.7;
  4158.    font-weight: 500;
  4159.    transition: all 0.3s ease;
  4160. }
  4161.  
  4162. .category-pill:hover {
  4163.    background: #3b82f6;
  4164.    border-color: #3b82f6;
  4165.    color: var(--footer-color) !important;
  4166.    opacity: 1;
  4167.    transform: translateY(-1px);
  4168.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4169. }
  4170.  
  4171. /* Footer Bottom */
  4172. .footer-bottom {
  4173.    padding: 2rem 0;
  4174.    position: relative;
  4175.    z-index: 2;
  4176. }
  4177.  
  4178. .bottom-border {
  4179.    height: 1px;
  4180.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4181.    margin-bottom: 2rem;
  4182. }
  4183.  
  4184. .copyright-main {
  4185.    font-size: 1rem;
  4186.    color: #e2e8f0;
  4187.    margin-bottom: 0.25rem;
  4188. }
  4189.  
  4190. .brand-highlight {
  4191.    color: var(--footer-color);
  4192.    font-weight: 700;
  4193. }
  4194.  
  4195. .copyright-sub {
  4196.    font-size: 0.85rem;
  4197.    color: #94a3b8;
  4198.    margin: 0;
  4199. }
  4200.  
  4201. .footer-actions {
  4202.    display: flex;
  4203.    align-items: center;
  4204.    gap: 2rem;
  4205. }
  4206.  
  4207. .action-links {
  4208.    display: flex;
  4209.    gap: 1.5rem;
  4210. }
  4211.  
  4212. .action-link {
  4213.    display: flex;
  4214.    align-items: center;
  4215.    gap: 0.5rem;
  4216.    color: #cbd5e1;
  4217.    text-decoration: none;
  4218.    font-size: 0.9rem;
  4219.    transition: color 0.3s ease;
  4220. }
  4221.  
  4222. .action-link:hover {
  4223.    color: #3b82f6;
  4224. }
  4225.  
  4226. .scroll-to-top-btn {
  4227.    background: rgba(255, 255, 255, 0.1);
  4228.    border: 1px solid rgba(255, 255, 255, 0.2);
  4229.    color: #cbd5e1;
  4230.    width: 44px;
  4231.    height: 44px;
  4232.    border-radius: 12px;
  4233.    cursor: pointer;
  4234.    transition: all 0.3s ease;
  4235.    display: flex;
  4236.    align-items: center;
  4237.    justify-content: center;
  4238. }
  4239.  
  4240. .scroll-to-top-btn:hover {
  4241.    background: #3b82f6;
  4242.    border-color: #3b82f6;
  4243.    color: white;
  4244.    transform: translateY(-2px);
  4245. }
  4246.  
  4247. /* Background Pattern */
  4248. .footer-pattern {
  4249.    position: absolute;
  4250.    top: 0;
  4251.    left: 0;
  4252.    width: 100%;
  4253.    height: 100%;
  4254.    z-index: 1;
  4255.    overflow: hidden;
  4256. }
  4257.  
  4258. .pattern-grid {
  4259.    position: relative;
  4260.    width: 100%;
  4261.    height: 100%;
  4262. }
  4263.  
  4264. .pattern-dot {
  4265.    position: absolute;
  4266.    width: 2px;
  4267.    height: 2px;
  4268.    background: rgba(255, 255, 255, 0.1);
  4269.    border-radius: 50%;
  4270. }
  4271.  
  4272. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4273. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4274. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4275. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4276. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4277. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4278.  
  4279. /* Responsive Design */
  4280. @media (max-width: 992px) {
  4281.    .newsletter-heading {
  4282.        font-size: 2rem;
  4283.    }
  4284.    
  4285.    .brand-section {
  4286.        padding-right: 0;
  4287.        margin-bottom: 3rem;
  4288.    }
  4289.    
  4290.    .links-section, .categories-section {
  4291.        padding-left: 0;
  4292.        padding-right: 0;
  4293.    }
  4294.    
  4295.    .brand-stats {
  4296.        justify-content: center;
  4297.        margin-top: 2rem;
  4298.    }
  4299. }
  4300.  
  4301. @media (max-width: 768px) {
  4302.    .newsletter-section {
  4303.        padding: 60px 0 40px;
  4304.    }
  4305.    
  4306.    .newsletter-container {
  4307.        padding: 2rem 1.5rem;
  4308.        margin: 0 1rem;
  4309.    }
  4310.    
  4311.    .newsletter-heading {
  4312.        font-size: 1.75rem;
  4313.    }
  4314.    
  4315.    .content-sections {
  4316.        padding: 40px 0;
  4317.    }
  4318.    
  4319.    .brand-header {
  4320.        flex-direction: column;
  4321.        text-align: center;
  4322.    }
  4323.    
  4324.    .footer-actions {
  4325.        flex-direction: column;
  4326.        gap: 1rem;
  4327.        margin-top: 1.5rem;
  4328.    }
  4329.    
  4330.    .action-links {
  4331.        order: 2;
  4332.    }
  4333.    
  4334.    .scroll-to-top-btn {
  4335.        order: 1;
  4336.    }
  4337. }
  4338.  
  4339. @media (max-width: 576px) {
  4340.    .newsletter-container {
  4341.        padding: 1.5rem 1rem;
  4342.    }
  4343.    
  4344.    .newsletter-heading {
  4345.        font-size: 1.5rem;
  4346.    }
  4347.    
  4348.    .brand-stats {
  4349.        flex-direction: column;
  4350.        gap: 1rem;
  4351.    }
  4352.    
  4353.    .stat-divider {
  4354.        width: 40px;
  4355.        height: 1px;
  4356.    }
  4357.    
  4358.    .action-links {
  4359.        flex-direction: column;
  4360.        gap: 0.75rem;
  4361.        text-align: center;
  4362.    }
  4363.    
  4364.    .pattern-dot {
  4365.        display: none;
  4366.    }
  4367. }
  4368. </style>
  4369.  
  4370. <!-- Bootstrap 5 JS -->
  4371.  
  4372. <script>
  4373. // Scroll to Top Function
  4374. document.addEventListener('DOMContentLoaded', function () {
  4375.    var btn = document.getElementById('toggleExternal');
  4376.    if (!btn) return; // No extra items, no button
  4377.  
  4378.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4379.  
  4380.    btn.addEventListener('click', function () {
  4381.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4382.            return li.classList.contains('d-none');
  4383.        });
  4384.  
  4385.        extras.forEach(function (li) {
  4386.            if (anyHidden) {
  4387.                li.classList.remove('d-none');
  4388.                li.classList.add('show');
  4389.            } else {
  4390.                li.classList.add('d-none');
  4391.                li.classList.remove('show');
  4392.            }
  4393.        });
  4394.  
  4395.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4396.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4397.    });
  4398. });
  4399. function scrollToTop() {
  4400.    window.scrollTo({
  4401.        top: 0,
  4402.        behavior: 'smooth'
  4403.    });
  4404. }
  4405.  
  4406. // Initialize Footer V4 Features
  4407. document.addEventListener('DOMContentLoaded', function() {
  4408.    
  4409.    // Newsletter Form Handling
  4410.    const newsletterForm = document.querySelector('.newsletter-form');
  4411.    const emailInput = document.querySelector('.form-input');
  4412.    const submitButton = document.querySelector('.submit-button');
  4413.    const successMessage = document.querySelector('.success-message');
  4414.    const errorMessage = document.querySelector('.error-message');
  4415.    const infoMessage = document.querySelector('.info-message');
  4416.    
  4417.    if (newsletterForm && emailInput && submitButton) {
  4418.        
  4419.        // Form submission
  4420.        newsletterForm.addEventListener('submit', function(e) {
  4421.            e.preventDefault();
  4422.            
  4423.            const email = emailInput.value.trim();
  4424.            
  4425.            // Validate email
  4426.            if (!email || !isValidEmail(email)) {
  4427.                showMessage('error');
  4428.                emailInput.focus();
  4429.                return;
  4430.            }
  4431.            
  4432.            // Show loading state
  4433.            const originalText = submitButton.querySelector('.button-text').textContent;
  4434.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4435.            
  4436.            submitButton.disabled = true;
  4437.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4438.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4439.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4440.            
  4441.            // Simulate API call
  4442.            setTimeout(() => {
  4443.                // Success state
  4444.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4445.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4446.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4447.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4448.                
  4449.                showMessage('success');
  4450.                
  4451.                // Reset after delay
  4452.                setTimeout(() => {
  4453.                    submitButton.querySelector('.button-text').textContent = originalText;
  4454.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4455.                    submitButton.style.background = '';
  4456.                    submitButton.disabled = false;
  4457.                    emailInput.value = '';
  4458.                    showMessage('info');
  4459.                }, 3000);
  4460.                
  4461.            }, 2000);
  4462.        });
  4463.        
  4464.        // Input validation
  4465.        emailInput.addEventListener('blur', function() {
  4466.            const email = this.value.trim();
  4467.            if (email && !isValidEmail(email)) {
  4468.                this.style.borderColor = '#ef4444';
  4469.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4470.            } else if (email && isValidEmail(email)) {
  4471.                this.style.borderColor = '#10b981';
  4472.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4473.            }
  4474.        });
  4475.        
  4476.        emailInput.addEventListener('focus', function() {
  4477.            this.style.borderColor = '#3b82f6';
  4478.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4479.        });
  4480.        
  4481.        // Reset validation styling on input
  4482.        emailInput.addEventListener('input', function() {
  4483.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4484.                this.style.borderColor = '';
  4485.                this.style.boxShadow = '';
  4486.            }
  4487.        });
  4488.    }
  4489.    
  4490.    // Email validation function
  4491.    function isValidEmail(email) {
  4492.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4493.        return emailRegex.test(email);
  4494.    }
  4495.    
  4496.    // Message display function
  4497.    function showMessage(type) {
  4498.        // Hide all messages
  4499.        successMessage.style.display = 'none';
  4500.        errorMessage.style.display = 'none';
  4501.        infoMessage.style.display = 'none';
  4502.        
  4503.        // Show specific message
  4504.        if (type === 'success') {
  4505.            successMessage.style.display = 'block';
  4506.        } else if (type === 'error') {
  4507.            errorMessage.style.display = 'block';
  4508.        } else if (type === 'info') {
  4509.            infoMessage.style.display = 'block';
  4510.        }
  4511.    }
  4512.    
  4513.    // Smooth reveal animations
  4514.    const observerOptions = {
  4515.        threshold: 0.1,
  4516.        rootMargin: '0px 0px -30px 0px'
  4517.    };
  4518.    
  4519.    const sectionObserver = new IntersectionObserver((entries) => {
  4520.        entries.forEach(entry => {
  4521.            if (entry.isIntersecting) {
  4522.                entry.target.style.opacity = '1';
  4523.                entry.target.style.transform = 'translateY(0)';
  4524.            }
  4525.        });
  4526.    }, observerOptions);
  4527.    
  4528.    // Animate sections
  4529.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4530.        section.style.opacity = '0';
  4531.        section.style.transform = 'translateY(20px)';
  4532.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4533.        sectionObserver.observe(section);
  4534.    });
  4535.    
  4536.    // Animate category pills
  4537.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4538.        pill.style.opacity = '0';
  4539.        pill.style.transform = 'translateY(10px)';
  4540.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4541.        
  4542.        setTimeout(() => {
  4543.            pill.style.opacity = '1';
  4544.            pill.style.transform = 'translateY(0)';
  4545.        }, 300 + (index * 100));
  4546.    });
  4547.    
  4548.    // Enhanced link hover effects
  4549.    document.querySelectorAll('.link-text').forEach(link => {
  4550.        link.addEventListener('mouseenter', function() {
  4551.            const icon = this.querySelector('.link-icon');
  4552.            if (icon) {
  4553.                icon.style.transform = 'translateX(4px)';
  4554.            }
  4555.        });
  4556.        
  4557.        link.addEventListener('mouseleave', function() {
  4558.            const icon = this.querySelector('.link-icon');
  4559.            if (icon) {
  4560.                icon.style.transform = 'translateX(0)';
  4561.            }
  4562.        });
  4563.    });
  4564.    
  4565.    // Prevent default for demo links
  4566.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4567.        link.addEventListener('click', function(e) {
  4568.            e.preventDefault();
  4569.        });
  4570.    });
  4571.    
  4572.    // Add ripple effect to submit button
  4573.    submitButton.addEventListener('click', function(e) {
  4574.        const ripple = document.createElement('span');
  4575.        const rect = this.getBoundingClientRect();
  4576.        const size = Math.max(rect.width, rect.height);
  4577.        const x = e.clientX - rect.left - size / 2;
  4578.        const y = e.clientY - rect.top - size / 2;
  4579.        
  4580.        ripple.style.cssText = `
  4581.            position: absolute;
  4582.            width: ${size}px;
  4583.            height: ${size}px;
  4584.            left: ${x}px;
  4585.            top: ${y}px;
  4586.            background: rgba(255, 255, 255, 0.3);
  4587.            border-radius: 50%;
  4588.            transform: scale(0);
  4589.            animation: ripple 0.6s ease-out;
  4590.            pointer-events: none;
  4591.        `;
  4592.        
  4593.        this.appendChild(ripple);
  4594.        
  4595.        setTimeout(() => {
  4596.            ripple.remove();
  4597.        }, 600);
  4598.    });
  4599.    
  4600. });
  4601.  
  4602. // Add CSS for ripple animation
  4603. const rippleStyle = document.createElement('style');
  4604. rippleStyle.textContent = `
  4605.    @keyframes ripple {
  4606.        to {
  4607.            transform: scale(2);
  4608.            opacity: 0;
  4609.        }
  4610.    }
  4611.    
  4612.    @keyframes spin {
  4613.        from { transform: rotate(0deg); }
  4614.        to { transform: rotate(360deg); }
  4615.    }
  4616.    
  4617.    .submit-button {
  4618.        position: relative;
  4619.        overflow: hidden;
  4620.    }
  4621. `;
  4622. document.head.appendChild(rippleStyle);
  4623. </script>
  4624.  
  4625.        <!-- end of wpo-site-footer-section -->
  4626.    </div>
  4627.    <!-- end of page-wrapper -->
  4628.  
  4629.    <!-- All JavaScript files
  4630.    ================================================== -->
  4631.    
  4632.  
  4633. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4634. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4635. <!-- Plugins for this template -->
  4636. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4637. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4638. <!-- Custom script for this template -->
  4639. <script src="/static/blogapp/assets/js/script.js"></script>
  4640.  
  4641. <script>
  4642. (function () {
  4643. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4644. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4645.  
  4646. function applyFallback(img) {
  4647. if (!img || img.dataset.fallbackApplied === "1") {
  4648. return;
  4649. }
  4650. var failedSrc = img.currentSrc || img.src || "";
  4651. img.dataset.fallbackApplied = "1";
  4652. img.onerror = null;
  4653. img.src = fallbackImageSrc;
  4654. console.warn("[ImageFallback] Replaced broken image:", {
  4655. failedSrc: failedSrc,
  4656. fallbackSrc: fallbackImageSrc,
  4657. alt: img.alt || "",
  4658. });
  4659. }
  4660.  
  4661. document.querySelectorAll("img").forEach(function (img) {
  4662. if (img.complete && img.naturalWidth === 0) {
  4663. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4664. failedSrc: img.currentSrc || img.src || "",
  4665. alt: img.alt || "",
  4666. });
  4667. applyFallback(img);
  4668. }
  4669. });
  4670.  
  4671. document.addEventListener(
  4672. "error",
  4673. function (event) {
  4674. var target = event.target;
  4675. if (target && target.tagName === "IMG") {
  4676. applyFallback(target);
  4677. }
  4678. },
  4679. true
  4680. );
  4681. })();
  4682. </script>
  4683.  
  4684. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4685.  
  4686.  
  4687.  
  4688. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon='{"version":"2024.11.0","token":"0e1ca5477483447580f33ec556138c7b","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4689. </body>
  4690.  
  4691. </html>
  4692.  
  4693.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda