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://mediatechonline.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-28T153539.815_AHZvvN4_2KVMdbY_PVvNa94.png">
  14.    
  15.  
  16.    <title>Mediatech Online: UK Tech News, Reviews &amp; Industry Insights</title>
  17.    <meta name="description" content="Stay updated with the latest UK technology news, in-depth reviews, and expert insights on media and tech trends affecting businesses and consumers.">
  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://mediatechonline.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #22c55e;
  42.        --bs-primary-rgb: 22c55e;
  43.        --bs-secondary: #a3bffa;
  44.        --bs-success: #34d399;
  45.        --bs-danger: #f87171;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #d1fae5;
  49.        --bs-dark: #064e3b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #22c55e;
  53.        --theme-primary-color-s2: #22c55e;
  54.        --body-bg-color: #111827;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #d1fae5;
  57.        --text-light-color: #676767;
  58.        --heading-color: #d1fae5;
  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: #064e3b;
  73.        --nav-bg: #064e3b;
  74.        --sub-nav: #1a2e05;
  75.        --navbar-color: #d1fae5;
  76.        --topbar-bg: #111827;
  77.        --topbar-color: #d1fae5;
  78.        --footer-bg: #064e3b;
  79.        --footer-color: #d1fae5;
  80.        --card-bg: rgba(30, 41, 59, 0.8);
  81.        --card-border: #475569;
  82.        --card-radius: 14px;
  83.        --link-color: #22c55e;
  84.        --link-hover: #16a34a;
  85.        --blog-color: #d1fae5;
  86.        --blog-bg: rgba(34, 197, 94, 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_60">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396. <div class="preloader" style="z-index: 1025;">
  397.    <div class="angular-shape">
  398.        <div></div>
  399.        <div></div>
  400.        <div></div>
  401.    </div>
  402.    <div class="spinner">
  403.        <div class="double-bounce1"></div>
  404.        <div class="double-bounce2"></div>
  405.    </div>
  406. </div>  
  407.  
  408.            <!-- end preloader -->
  409.        
  410.        <!-- Start header -->
  411.        <header id="header" class="wpo-site-header">
  412.            
  413.  
  414.  
  415.    
  416.  
  417.  
  418. <div class="top-bg">
  419. <div class="unique-topbar2 d-sm-flex d-none container-fluid fluid-container">
  420.    <span id="current-time"></span>
  421.    
  422.    <div class="unique-news-container2">
  423.        <div class="unique-news-wrapper2 top-color" id="newsWrapper">
  424.            <!-- News items will be dynamically added here -->
  425.        </div>
  426.    </div>
  427.  
  428.    <div class="contact-info">
  429.        <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  430.            <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  431.            <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  432.            <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  433.            <li><a href="#"><i class="top-color ti-google"></i></a></li>
  434.        </ul>
  435.    </div>
  436. </div>
  437. </div>
  438.  
  439. <script>
  440.  // ----------------- Clock -----------------
  441.  function updateCurrentTime() {
  442.    const currentDate = new Date();
  443.    const day = currentDate.getDate().toString().padStart(2, '0');
  444.    const monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
  445.    const month = monthNames[currentDate.getMonth()];
  446.    const year = currentDate.getFullYear();
  447.    const hours = currentDate.getHours().toString().padStart(2, '0');
  448.    const minutes = currentDate.getMinutes().toString().padStart(2, '0');
  449.    const seconds = currentDate.getSeconds().toString().padStart(2, '0');
  450.    document.getElementById('current-time').innerHTML =
  451.      `<span class="fw-bold text-black p-2">${hours}:${minutes}:${seconds}</span> <span>${month} ${day}, ${year}</span>`;
  452.  }
  453.  setInterval(updateCurrentTime, 1000);
  454.  updateCurrentTime();
  455.  
  456.  // ----------------- News from Django -----------------
  457.  const newsItems = [
  458.    
  459.      { title: "Joe Root Voices Conflicted Views on Pink\u002DBall Test Matches Ahead of Crucial Ashes Showdown", url: "/joe-root-voices-conflicted-views-on-pink-ball-test-matches-ahead-of-crucial-ashes-showdown/" },
  460.    
  461.      { title: "Dining Across the Divide: An Encounter Between Different Viewpoints", url: "/dining-across-the-divide-an-encounter-between-different-viewpoints/" },
  462.    
  463.      { title: "WTA Finals Updates: Rybakina Faces Ekaterina Alexandrova, Iga Swiatek Clashes With Amanda Anisimova", url: "/wta-finals-updates-rybakina-faces-ekaterina-alexandrova-iga-swiatek-clashes-with-amanda-anisimova/" },
  464.    
  465.      { title: "Cameroon Political Opposition Figure Faces Court Action Over Electoral Turmoil, Government Says", url: "/cameroon-political-opposition-figure-faces-court-action-over-electoral-turmoil-government-says/" },
  466.    
  467.      { title: "The Big Apple Braces For Incoming Casinos During A US Wagering Surge", url: "/the-big-apple-braces-for-incoming-casinos-during-a-us-wagering-surge/" }
  468.    
  469.  ];
  470.  
  471.  let currentNewsIndex = 0;
  472.  const newsWrapper = document.getElementById('newsWrapper');
  473.  let newsElements = [];
  474.  
  475.  function createNewsElements() {
  476.      newsItems.forEach((news, index) => {
  477.          const newsElement = document.createElement('div');
  478.          newsElement.className = 'unique-news-item2 top-color';
  479.          newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  480.          newsWrapper.appendChild(newsElement);
  481.          newsElements.push(newsElement);
  482.      });
  483.      if (newsElements.length > 0) {
  484.          newsElements[0].classList.add('active');
  485.      }
  486.  }
  487.  
  488.  function changeNews() {
  489.      const currentElement = newsElements[currentNewsIndex];
  490.      const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  491.      const nextElement = newsElements[nextIndex];
  492.  
  493.      currentElement.classList.remove('active');
  494.      currentElement.classList.add('exit-up');
  495.  
  496.      setTimeout(() => {
  497.          nextElement.classList.add('active');
  498.          currentNewsIndex = nextIndex;
  499.          setTimeout(() => {
  500.              currentElement.classList.remove('exit-up');
  501.          }, 100);
  502.      }, 250);
  503.  }
  504.  
  505.  function startNewsRotation() {
  506.      setInterval(changeNews, 5000);
  507.  }
  508.  
  509.  window.onload = function() {
  510.      createNewsElements();
  511.      startNewsRotation();
  512.  };
  513. </script>
  514.  
  515.  
  516.  
  517.            
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524. <header class="header-v10 mb-4">
  525.    <div class="container-fluid fluid-container">
  526.        <!-- Top Bar -->
  527.        <div class="top-bar-v10">
  528.            <div
  529.                class="row align-items-center gap-3 justify-content-lg-between justify-content-center align-items-center d-flex flex-wrap">
  530.               <div class="col-lg-3 col-md-12 col-12">
  531.                    <div class="brand-section-v10">
  532.                        <a class="logo-link-v9" href="/">
  533.                            
  534.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/c6516a27-a542-4ecc-867d-cb70a4b661ba_logo.png" alt="Mediatech Online" class="logo-img-v9" />
  535.                            
  536.                        </a>
  537.                    </div>
  538.                </div>
  539.                <div class="col-lg-6 col-md-12 d-inline-block">
  540.                    <div class="search-container-v10">
  541.                        <form class="search-form-v10" action="#" method="get">
  542.                            <div class="search-group-v10">
  543.                                <input type="search" id="search-input" class="search-field-v10 ps-3"
  544.                                    placeholder="Discover articles, tutorials & insights..." name="q">
  545.                                <button type="submit" class="search-button-v10">
  546.                                    <i class="ti-search"></i>
  547.                                </button>
  548.                            </div>
  549.                            <div id="search-results" class="search-results-container search-v1"></div>
  550.                        </form>
  551.                    </div>
  552.                </div>
  553.                <div class="col-12 ">
  554.                    <div class="header-utilities-v10">
  555.                        <div class="utility-item-v10 d-lg-none">
  556.                            <button class="menu-trigger-v10" onclick="toggleMenuV10()">
  557.                                <div class="menu-icon-v10">
  558.                                    <span class="menu-bar-v10"></span>
  559.                                    <span class="menu-bar-v10"></span>
  560.                                    <span class="menu-bar-v10"></span>
  561.                                </div>
  562.                            </button>
  563.                        </div>
  564.                    </div>
  565.                </div>
  566.            </div>
  567.        </div>
  568.  
  569.        <!-- Navigation Bar -->
  570.    <nav class="navigation-v10 d-none d-lg-block">
  571.    <div class="nav-container-v10">
  572.        <ul class="nav-menu-v10">
  573.  
  574.            
  575.            <li class="nav-item-v10">
  576.                <a href="/" class="nav-link-v10 active-v10">
  577.                    <div class="link-content-v10">
  578.                        <span class="link-text-v10">Home</span>
  579.                        <div class="link-indicator-v10"></div>
  580.                    </div>
  581.                </a>
  582.            </li>
  583.  
  584.            
  585.            
  586.                
  587.                    
  588.                    
  589.                        <li class="nav-item-v10">
  590.                            <a href="/category/all-posts/" class="nav-link-v10">
  591.                                <div class="link-content-v10">
  592.                                    <span class="link-text-v10">All Posts</span>
  593.                                    <div class="link-indicator-v10"></div>
  594.                                </div>
  595.                            </a>
  596.                        </li>
  597.                    
  598.  
  599.                
  600.  
  601.                
  602.                
  603.            
  604.                
  605.                    
  606.                    
  607.                        <li class="nav-item-v10">
  608.                            <a href="/category/business/" class="nav-link-v10">
  609.                                <div class="link-content-v10">
  610.                                    <span class="link-text-v10">Business</span>
  611.                                    <div class="link-indicator-v10"></div>
  612.                                </div>
  613.                            </a>
  614.                        </li>
  615.                    
  616.  
  617.                
  618.  
  619.                
  620.                
  621.            
  622.                
  623.                    
  624.                    
  625.                        <li class="nav-item-v10">
  626.                            <a href="/category/esports/" class="nav-link-v10">
  627.                                <div class="link-content-v10">
  628.                                    <span class="link-text-v10">Esports</span>
  629.                                    <div class="link-indicator-v10"></div>
  630.                                </div>
  631.                            </a>
  632.                        </li>
  633.                    
  634.  
  635.                
  636.  
  637.                
  638.                
  639.            
  640.                
  641.                    
  642.                    
  643.                        <li class="nav-item-v10">
  644.                            <a href="/category/fashion/" class="nav-link-v10">
  645.                                <div class="link-content-v10">
  646.                                    <span class="link-text-v10">Fashion</span>
  647.                                    <div class="link-indicator-v10"></div>
  648.                                </div>
  649.                            </a>
  650.                        </li>
  651.                    
  652.  
  653.                
  654.  
  655.                
  656.                
  657.            
  658.                
  659.                    
  660.                    
  661.                        <li class="nav-item-v10">
  662.                            <a href="/category/featured/" class="nav-link-v10">
  663.                                <div class="link-content-v10">
  664.                                    <span class="link-text-v10">Featured</span>
  665.                                    <div class="link-indicator-v10"></div>
  666.                                </div>
  667.                            </a>
  668.                        </li>
  669.                    
  670.  
  671.                
  672.  
  673.                
  674.                
  675.            
  676.                
  677.                    
  678.                    
  679.                        <li class="nav-item-v10">
  680.                            <a href="/category/gaming/" class="nav-link-v10">
  681.                                <div class="link-content-v10">
  682.                                    <span class="link-text-v10">Gaming</span>
  683.                                    <div class="link-indicator-v10"></div>
  684.                                </div>
  685.                            </a>
  686.                        </li>
  687.                    
  688.  
  689.                
  690.  
  691.                
  692.                
  693.            
  694.                
  695.                    
  696.                    
  697.                        <li class="nav-item-v10">
  698.                            <a href="/category/health/" class="nav-link-v10">
  699.                                <div class="link-content-v10">
  700.                                    <span class="link-text-v10">Health</span>
  701.                                    <div class="link-indicator-v10"></div>
  702.                                </div>
  703.                            </a>
  704.                        </li>
  705.                    
  706.  
  707.                
  708.  
  709.                
  710.                
  711.            
  712.                
  713.                    
  714.                    
  715.                        <li class="nav-item-v10">
  716.                            <a href="/category/life-fitness/" class="nav-link-v10">
  717.                                <div class="link-content-v10">
  718.                                    <span class="link-text-v10">Life &amp; Fitness</span>
  719.                                    <div class="link-indicator-v10"></div>
  720.                                </div>
  721.                            </a>
  722.                        </li>
  723.                    
  724.  
  725.                
  726.  
  727.                
  728.                
  729.            
  730.                
  731.                    
  732.                    
  733.                        <li class="nav-item-v10">
  734.                            <a href="/category/lifestyle/" class="nav-link-v10">
  735.                                <div class="link-content-v10">
  736.                                    <span class="link-text-v10">Lifestyle</span>
  737.                                    <div class="link-indicator-v10"></div>
  738.                                </div>
  739.                            </a>
  740.                        </li>
  741.                    
  742.  
  743.                
  744.  
  745.                
  746.                
  747.            
  748.                
  749.                    
  750.                    <li class="nav-item-v10 has-submenu-v10">
  751.                        <a href="#" class="nav-link-v10">
  752.                            <div class="link-content-v10">
  753.                                <span class="link-text-v10">More</span>
  754.                                <div class="link-arrow-v10"></div>
  755.                                <div class="link-indicator-v10"></div>
  756.                            </div>
  757.                        </a>
  758.                        <div class="submenu-v10">
  759.                            <div class="submenu-content-v10">
  760.                                <div class="submenu-column-v10">
  761.                                    <ul class="submenu-links-v10">
  762.                                        <li>
  763.                                            <a href="/category/news/" class="submenu-link-v10">
  764.                                                News
  765.                                            </a>
  766.                                        </li>
  767.                
  768.  
  769.                
  770.                
  771.            
  772.                
  773.                                        <li>
  774.                                            <a href="/category/others/" class="submenu-link-v10">
  775.                                                Others
  776.                                            </a>
  777.                                        </li>
  778.                
  779.  
  780.                
  781.                
  782.            
  783.                
  784.                                        <li>
  785.                                            <a href="/category/politics/" class="submenu-link-v10">
  786.                                                Politics
  787.                                            </a>
  788.                                        </li>
  789.                
  790.  
  791.                
  792.                
  793.            
  794.                
  795.                                        <li>
  796.                                            <a href="/category/sports/" class="submenu-link-v10">
  797.                                                Sports
  798.                                            </a>
  799.                                        </li>
  800.                
  801.  
  802.                
  803.                
  804.            
  805.                
  806.                                        <li>
  807.                                            <a href="/category/tech/" class="submenu-link-v10">
  808.                                                Tech
  809.                                            </a>
  810.                                        </li>
  811.                
  812.  
  813.                
  814.                
  815.            
  816.                
  817.                                        <li>
  818.                                            <a href="/category/travel/" class="submenu-link-v10">
  819.                                                Travel
  820.                                            </a>
  821.                                        </li>
  822.                
  823.  
  824.                
  825.                
  826.                                    </ul>
  827.                                </div>
  828.                            </div>
  829.                        </div>
  830.                    </li>
  831.                
  832.            
  833.            <li class="nav-item-v10">
  834.                <a href="/page/contact-us/" class="nav-link-v10">
  835.                    <div class="link-content-v10">
  836.                        <span class="link-text-v10">Contact Us</span>
  837.                        <div class="link-indicator-v10"></div>
  838.                    </div>
  839.                </a>
  840.            </li>
  841.        </ul>
  842.    </div>
  843. </nav>
  844.  
  845.        <!-- Mobile Menu -->
  846.        <div class="mobile-menu-v10 d-lg-none" id="mobileMenuV10">
  847.            <div class="mobile-menu-content-v10">
  848.                <ul class="mobile-menu-list-v10">
  849.  
  850.                    
  851.                    <li class="mobile-menu-item-v10">
  852.                        <a href="/" class="mobile-menu-link-v10 active-v10">
  853.                            <span class="mobile-link-text-v10">Home</span>
  854.                        </a>
  855.                    </li>
  856.  
  857.                    
  858.                    
  859.                    
  860.                    <li class="mobile-menu-item-v10">
  861.                        <a href="/category/all-posts/" class="mobile-menu-link-v10">
  862.                            <span class="mobile-link-text-v10">All Posts</span>
  863.                        </a>
  864.                    </li>
  865.                    
  866.                    
  867.                    
  868.                    <li class="mobile-menu-item-v10">
  869.                        <a href="/category/business/" class="mobile-menu-link-v10">
  870.                            <span class="mobile-link-text-v10">Business</span>
  871.                        </a>
  872.                    </li>
  873.                    
  874.                    
  875.                    
  876.                    <li class="mobile-menu-item-v10">
  877.                        <a href="/category/esports/" class="mobile-menu-link-v10">
  878.                            <span class="mobile-link-text-v10">Esports</span>
  879.                        </a>
  880.                    </li>
  881.                    
  882.                    
  883.                    
  884.                    <li class="mobile-menu-item-v10">
  885.                        <a href="/category/fashion/" class="mobile-menu-link-v10">
  886.                            <span class="mobile-link-text-v10">Fashion</span>
  887.                        </a>
  888.                    </li>
  889.                    
  890.                    
  891.                    
  892.                    <li class="mobile-menu-item-v10">
  893.                        <a href="/category/featured/" class="mobile-menu-link-v10">
  894.                            <span class="mobile-link-text-v10">Featured</span>
  895.                        </a>
  896.                    </li>
  897.                    
  898.                    
  899.                    
  900.                    <li class="mobile-menu-item-v10">
  901.                        <a href="/category/gaming/" class="mobile-menu-link-v10">
  902.                            <span class="mobile-link-text-v10">Gaming</span>
  903.                        </a>
  904.                    </li>
  905.                    
  906.                    
  907.                    
  908.                    <li class="mobile-menu-item-v10">
  909.                        <a href="/category/health/" class="mobile-menu-link-v10">
  910.                            <span class="mobile-link-text-v10">Health</span>
  911.                        </a>
  912.                    </li>
  913.                    
  914.                    
  915.                    
  916.                    <li class="mobile-menu-item-v10">
  917.                        <a href="/category/life-fitness/" class="mobile-menu-link-v10">
  918.                            <span class="mobile-link-text-v10">Life &amp; Fitness</span>
  919.                        </a>
  920.                    </li>
  921.                    
  922.                    
  923.                    
  924.                    <li class="mobile-menu-item-v10">
  925.                        <a href="/category/lifestyle/" class="mobile-menu-link-v10">
  926.                            <span class="mobile-link-text-v10">Lifestyle</span>
  927.                        </a>
  928.                    </li>
  929.                    
  930.                    
  931.                    
  932.                    <li class="mobile-menu-item-v10">
  933.                        <a href="/category/news/" class="mobile-menu-link-v10">
  934.                            <span class="mobile-link-text-v10">News</span>
  935.                        </a>
  936.                    </li>
  937.                    
  938.                    
  939.                    
  940.                    <li class="mobile-menu-item-v10">
  941.                        <a href="/category/others/" class="mobile-menu-link-v10">
  942.                            <span class="mobile-link-text-v10">Others</span>
  943.                        </a>
  944.                    </li>
  945.                    
  946.                    
  947.                    
  948.                    <li class="mobile-menu-item-v10">
  949.                        <a href="/category/politics/" class="mobile-menu-link-v10">
  950.                            <span class="mobile-link-text-v10">Politics</span>
  951.                        </a>
  952.                    </li>
  953.                    
  954.                    
  955.                    
  956.                    <li class="mobile-menu-item-v10">
  957.                        <a href="/category/sports/" class="mobile-menu-link-v10">
  958.                            <span class="mobile-link-text-v10">Sports</span>
  959.                        </a>
  960.                    </li>
  961.                    
  962.                    
  963.                    
  964.                    <li class="mobile-menu-item-v10">
  965.                        <a href="/category/tech/" class="mobile-menu-link-v10">
  966.                            <span class="mobile-link-text-v10">Tech</span>
  967.                        </a>
  968.                    </li>
  969.                    
  970.                    
  971.                    
  972.                    <li class="mobile-menu-item-v10">
  973.                        <a href="/category/travel/" class="mobile-menu-link-v10">
  974.                            <span class="mobile-link-text-v10">Travel</span>
  975.                        </a>
  976.                    </li>
  977.                    
  978.                    
  979.  
  980.                </ul>
  981.            </div>
  982.        </div>
  983.  
  984.    </div>
  985. </header>
  986.  
  987. <style>
  988.    .logo-link-v9 img{
  989.        height: 70px;
  990.        width: auto;
  991.        object-fit: cover;
  992.    }
  993.    /* Navbar V10 Styles - Modern Two-Tier Design */
  994.    .header-v10 {
  995.        background: var(--navbar-bg);
  996.        margin-bottom: 10px;
  997.        position: relative;
  998.    }
  999.  
  1000.    /* Top Bar */
  1001.    .top-bar-v10 {
  1002.        padding: 16px 0;
  1003.    }
  1004.  
  1005.    /* Brand Section */
  1006.    .brand-section-v10 {
  1007.        display: flex;
  1008.        align-items: center;
  1009.    }
  1010.  
  1011.    .brand-link-v10 {
  1012.        display: flex;
  1013.        align-items: center;
  1014.        text-decoration: none;
  1015.    }
  1016.  
  1017.    .brand-icon-v10 {
  1018.        width: 48px;
  1019.        height: 48px;
  1020.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1021.        border-radius: 12px;
  1022.        display: flex;
  1023.        align-items: center;
  1024.        justify-content: center;
  1025.        padding: 8px;
  1026.    }
  1027.  
  1028.    .brand-img-v10 {
  1029.        max-width: 100%;
  1030.        max-height: 100%;
  1031.        filter: brightness(0) invert(1);
  1032.    }
  1033.  
  1034.    /* Search Container */
  1035.    .search-container-v10 {
  1036.        max-width: 500px;
  1037.        margin-left: auto;
  1038.    }
  1039.  
  1040.    .search-group-v10 {
  1041.        display: flex;
  1042.        align-items: center;
  1043.        background: #f9fafb;
  1044.        border: 2px solid #e5e7eb;
  1045.        border-radius: 12px;
  1046.        overflow: hidden;
  1047.        transition: all 0.3s ease;
  1048.    }
  1049.  
  1050.    .search-group-v10:focus-within {
  1051.        background: #ffffff;
  1052.        border-color: #3b82f6;
  1053.        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  1054.    }
  1055.  
  1056.    .search-icon-wrapper-v10 {
  1057.        padding: 12px 16px;
  1058.        display: flex;
  1059.        align-items: center;
  1060.    }
  1061.  
  1062.    .search-icon-v10 {
  1063.        width: 16px;
  1064.        height: 16px;
  1065.        background: #9ca3af;
  1066.        border-radius: 50%;
  1067.        position: relative;
  1068.    }
  1069.  
  1070.    .search-icon-v10::after {
  1071.        content: '';
  1072.        position: absolute;
  1073.        top: 12px;
  1074.        left: 12px;
  1075.        width: 6px;
  1076.        height: 1px;
  1077.        background: #9ca3af;
  1078.        transform: rotate(45deg);
  1079.    }
  1080.  
  1081.    .search-field-v10 {
  1082.        flex: 1;
  1083.        border: none;
  1084.        background: transparent;
  1085.        font-size: 15px;
  1086.        padding: 12px 0;
  1087.        outline: none;
  1088.        color: #1f2937;
  1089.    }
  1090.  
  1091.    .search-field-v10::placeholder {
  1092.        color: #9ca3af;
  1093.    }
  1094.  
  1095.    .search-button-v10 {
  1096.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1097.        color: white;
  1098.        border: none;
  1099.        padding: 14px 15px;
  1100.        font-weight: 600;
  1101.        cursor: pointer;
  1102.        transition: all 0.3s ease;
  1103.    }
  1104.  
  1105.    .search-button-v10:hover {
  1106.        background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
  1107.    }
  1108.  
  1109.    /* Header Utilities */
  1110.    .header-utilities-v10 {
  1111.        display: flex;
  1112.        align-items: center;
  1113.        justify-content: flex-end;
  1114.        gap: 8px;
  1115.    }
  1116.  
  1117.    .utility-item-v10 {
  1118.        display: flex;
  1119.    }
  1120.  
  1121.    .theme-toggle-v10,
  1122.    .mobile-search-v10,
  1123.    .menu-trigger-v10 {
  1124.        background: #f9fafb;
  1125.        border: 1px solid #e5e7eb;
  1126.        border-radius: 8px;
  1127.        padding: 10px;
  1128.        cursor: pointer;
  1129.        transition: all 0.3s ease;
  1130.    }
  1131.  
  1132.    .mobile-search-v10:hover,
  1133.    .menu-trigger-v10:hover {
  1134.        background: #f3f4f6;
  1135.        border-color: #d1d5db;
  1136.    }
  1137.  
  1138.    .mobile-search-icon-v10 {
  1139.        width: 16px;
  1140.        height: 16px;
  1141.        background: #6b7280;
  1142.        border-radius: 50%;
  1143.    }
  1144.  
  1145.    .menu-icon-v10 {
  1146.        display: flex;
  1147.        flex-direction: column;
  1148.        gap: 3px;
  1149.        width: 16px;
  1150.    }
  1151.  
  1152.    .menu-bar-v10 {
  1153.        height: 2px;
  1154.        background: #6b7280;
  1155.        border-radius: 1px;
  1156.        transition: all 0.3s ease;
  1157.    }
  1158.  
  1159.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(1) {
  1160.        transform: rotate(45deg) translate(4px, 4px);
  1161.    }
  1162.  
  1163.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(2) {
  1164.        opacity: 0;
  1165.    }
  1166.  
  1167.    .menu-trigger-v10.active-v10 .menu-bar-v10:nth-child(3) {
  1168.        transform: rotate(-45deg) translate(6px, -6px);
  1169.    }
  1170.  
  1171.    /* Navigation */
  1172.    .navigation-v10 {
  1173.        background: var(--navbar-bg);
  1174.    }
  1175.  
  1176.    .nav-container-v10 {
  1177.        padding: 0;
  1178.        display: flex;
  1179.        justify-content: flex-end;
  1180.    }
  1181.  
  1182.    .nav-menu-v10 {
  1183.        list-style: none;
  1184.        padding: 0;
  1185.        margin: 0;
  1186.        display: flex;
  1187.        align-items: stretch;
  1188.    }
  1189.  
  1190.    .nav-item-v10 {
  1191.        position: relative;
  1192.    }
  1193.  
  1194.    .nav-link-v10 {
  1195.        color: #374151;
  1196.        text-decoration: none;
  1197.        display: block;
  1198.        transition: all 0.3s ease;
  1199.    }
  1200.  
  1201.    .link-content-v10 {
  1202.        padding: 16px 20px;
  1203.        display: flex;
  1204.        align-items: center;
  1205.        gap: 6px;
  1206.        position: relative;
  1207.    }
  1208.  
  1209.    .link-text-v10 {
  1210.        font-size: 15px;
  1211.        font-weight: 600;
  1212.    }
  1213.  
  1214.    .link-arrow-v10 {
  1215.        width: 0;
  1216.        height: 0;
  1217.        border-left: 3px solid transparent;
  1218.        border-right: 3px solid transparent;
  1219.        border-top: 3px solid currentColor;
  1220.        transition: transform 0.3s ease;
  1221.    }
  1222.  
  1223.    .link-indicator-v10 {
  1224.        position: absolute;
  1225.        bottom: 0;
  1226.        left: 0;
  1227.        right: 0;
  1228.        height: 3px;
  1229.        background:  linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1230.        transform: scaleX(0);
  1231.        transition: transform 0.3s ease;
  1232.    }
  1233.  
  1234.    .nav-link-v10:hover,
  1235.    .nav-link-v10.active-v10 {
  1236.        color: white !important;
  1237.        background: var(--bs-primary);
  1238.    }
  1239.  
  1240.    .nav-link-v10:hover .link-indicator-v10,
  1241.    .nav-link-v10.active-v10 .link-indicator-v10 {
  1242.        transform: scaleX(1);
  1243.    }
  1244.  
  1245.    .has-submenu-v10:hover .link-arrow-v10 {
  1246.        transform: rotate(180deg);
  1247.    }
  1248.  
  1249.    /* Submenu */
  1250.    .submenu-v10 {
  1251.        position: absolute;
  1252.        top: 100%;
  1253.        left: 0;
  1254.        background: #ffffff;
  1255.        border: 1px solid #e5e7eb;
  1256.        border-radius: 12px;
  1257.        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  1258.        opacity: 0;
  1259.        visibility: hidden;
  1260.        transform: translateY(-8px);
  1261.        transition: all 0.3s ease;
  1262.        z-index: 1000;
  1263.        min-width: 400px;
  1264.        padding: 24px;
  1265.        margin-top: 8px;
  1266.    }
  1267.  
  1268.    .has-submenu-v10:hover .submenu-v10 {
  1269.        opacity: 1;
  1270.        visibility: visible;
  1271.        transform: translateY(0);
  1272.    }
  1273.  
  1274.    .submenu-content-v10 {
  1275.        display: grid;
  1276.        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  1277.        gap: 24px;
  1278.    }
  1279.  
  1280.    .submenu-title-v10 {
  1281.        font-size: 13px;
  1282.        font-weight: 700;
  1283.        color: #3b82f6;
  1284.        margin-bottom: 12px;
  1285.        text-transform: uppercase;
  1286.        letter-spacing: 0.5px;
  1287.    }
  1288.  
  1289.    .submenu-links-v10 {
  1290.        list-style: none;
  1291.        padding: 0;
  1292.        margin: 0;
  1293.    }
  1294.  
  1295.    .submenu-link-v10 {
  1296.        display: block;
  1297.        color: #6b7280 !important;
  1298.        text-decoration: none;
  1299.        font-size: 14px;
  1300.        padding: 8px 0;
  1301.        transition: color 0.3s ease;
  1302.    }
  1303.  
  1304.    .submenu-link-v10:hover {
  1305.        color: #3b82f6 !important;
  1306.    }
  1307.  
  1308.    /* Mobile Search Panel */
  1309.    .mobile-search-panel-v10 {
  1310.        background: #f9fafb;
  1311.        border-bottom: 1px solid #e5e7eb;
  1312.        padding: 12px 0;
  1313.        max-height: 0;
  1314.        overflow: hidden;
  1315.        transition: all 0.3s ease;
  1316.    }
  1317.  
  1318.    .mobile-search-panel-v10.show-v10 {
  1319.        max-height: 80px;
  1320.    }
  1321.  
  1322.    .mobile-search-wrapper-v10 {
  1323.        display: flex;
  1324.        align-items: center;
  1325.        background: #ffffff;
  1326.        border: 1px solid #e5e7eb;
  1327.        border-radius: 8px;
  1328.        overflow: hidden;
  1329.    }
  1330.  
  1331.    .mobile-search-input-v10 {
  1332.        flex: 1;
  1333.        border: none;
  1334.        padding: 12px 16px;
  1335.        font-size: 15px;
  1336.        outline: none;
  1337.        background: transparent;
  1338.    }
  1339.  
  1340.    .mobile-search-btn-v10 {
  1341.        background: #3b82f6;
  1342.        border: none;
  1343.        padding: 12px 16px;
  1344.        cursor: pointer;
  1345.    }
  1346.  
  1347.    .mobile-search-btn-v10 .mobile-search-icon-v10 {
  1348.        background: white;
  1349.    }
  1350.  
  1351.    /* Mobile Menu */
  1352.    .mobile-menu-v10 {
  1353.        background: #ffffff;
  1354.        border-bottom: 1px solid #e5e7eb;
  1355.        max-height: 0;
  1356.        overflow: hidden;
  1357.        transition: all 0.4s ease;
  1358.    }
  1359.  
  1360.    .mobile-menu-v10.show-v10 {
  1361.        max-height: 500px;
  1362.    }
  1363.  
  1364.    .mobile-menu-content-v10 {
  1365.        padding: 16px 30px;
  1366.    }
  1367.  
  1368.    .mobile-menu-list-v10 {
  1369.        list-style: none;
  1370.        padding: 0;
  1371.        margin: 0;
  1372.    }
  1373.  
  1374.    .mobile-menu-item-v10 {
  1375.        border-bottom: 1px solid #f3f4f6;
  1376.    }
  1377.  
  1378.    .mobile-menu-link-v10,
  1379.    .mobile-menu-toggle-v10 {
  1380.        display: flex;
  1381.        align-items: center;
  1382.        justify-content: space-between;
  1383.        color: #374151;
  1384.        text-decoration: none;
  1385.        font-size: 16px;
  1386.        font-weight: 600;
  1387.        padding: 16px 0;
  1388.        transition: color 0.3s ease;
  1389.        background: none;
  1390.        border: none;
  1391.        width: 100%;
  1392.        cursor: pointer;
  1393.    }
  1394.  
  1395.    .mobile-menu-link-v10:hover,
  1396.    .mobile-menu-toggle-v10:hover,
  1397.    .mobile-menu-link-v10.active-v10 {
  1398.        color: var(--bs-light);
  1399.    }
  1400.  
  1401.    .mobile-toggle-arrow-v10 {
  1402.        width: 0;
  1403.        height: 0;
  1404.        border-left: 4px solid transparent;
  1405.        border-right: 4px solid transparent;
  1406.        border-top: 4px solid currentColor;
  1407.        transition: transform 0.3s ease;
  1408.    }
  1409.  
  1410.    .mobile-menu-item-v10.open-v10 .mobile-toggle-arrow-v10 {
  1411.        transform: rotate(180deg);
  1412.    }
  1413.  
  1414.    .mobile-submenu-v10 {
  1415.        list-style: none;
  1416.        padding: 0;
  1417.        margin: 0;
  1418.        max-height: 0;
  1419.        overflow: hidden;
  1420.        transition: all 0.3s ease;
  1421.        background: #f9fafb;
  1422.    }
  1423.  
  1424.    .mobile-submenu-v10.show-v10 {
  1425.        max-height: 200px;
  1426.        padding: 8px 0;
  1427.    }
  1428.  
  1429.    .mobile-submenu-link-v10 {
  1430.        display: block;
  1431.        color: #6b7280;
  1432.        text-decoration: none;
  1433.        font-size: 14px;
  1434.        padding: 10px 20px;
  1435.        transition: color 0.3s ease;
  1436.    }
  1437.  
  1438.    .mobile-submenu-link-v10:hover {
  1439.        color: #3b82f6;
  1440.    }
  1441.  
  1442.    /* Responsive Design */
  1443.    @media (max-width: 768px) {
  1444.        .top-bar-v10 {
  1445.            padding: 12px 0;
  1446.        }
  1447.  
  1448.        .brand-icon-v10 {
  1449.            width: 40px;
  1450.            height: 40px;
  1451.        }
  1452.  
  1453.        .brand-name-v10 {
  1454.            font-size: 18px;
  1455.        }
  1456.  
  1457.        .brand-tagline-v10 {
  1458.            font-size: 11px;
  1459.        }
  1460.    }
  1461.  
  1462.    @media (max-width: 576px) {
  1463.        .brand-text-v10 {
  1464.            display: none;
  1465.        }
  1466.    }
  1467. </style>
  1468.  
  1469. <script>
  1470.    function toggleMobileSearchV10() {
  1471.        const searchPanel = document.getElementById('mobileSearchV10');
  1472.        const searchBtn = document.querySelector('.mobile-search-v10');
  1473.  
  1474.        if (searchPanel) {
  1475.            searchPanel.classList.toggle('show-v10');
  1476.  
  1477.            if (searchPanel.classList.contains('show-v10')) {
  1478.                setTimeout(() => {
  1479.                    const input = searchPanel.querySelector('.mobile-search-input-v10');
  1480.                    if (input) input.focus();
  1481.                }, 100);
  1482.            }
  1483.        }
  1484.    }
  1485.  
  1486.    function toggleMenuV10() {
  1487.        const mobileMenu = document.getElementById('mobileMenuV10');
  1488.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1489.  
  1490.        if (mobileMenu && menuBtn) {
  1491.            mobileMenu.classList.toggle('show-v10');
  1492.            menuBtn.classList.toggle('active-v10');
  1493.        }
  1494.    }
  1495.  
  1496.    function toggleMobileSubmenuV10(submenuId) {
  1497.        const submenu = document.getElementById(submenuId);
  1498.        if (!submenu) return;
  1499.  
  1500.        const parentItem = submenu.closest('.mobile-menu-item-v10');
  1501.  
  1502.        // Close other submenus
  1503.        const allSubmenus = document.querySelectorAll('.mobile-submenu-v10');
  1504.        const allParents = document.querySelectorAll('.mobile-menu-item-v10.has-mobile-submenu-v10');
  1505.  
  1506.        allSubmenus.forEach(menu => {
  1507.            if (menu.id !== submenuId) {
  1508.                menu.classList.remove('show-v10');
  1509.            }
  1510.        });
  1511.  
  1512.        allParents.forEach(parent => {
  1513.            if (parent !== parentItem) {
  1514.                parent.classList.remove('open-v10');
  1515.            }
  1516.        });
  1517.  
  1518.        // Toggle current submenu
  1519.        submenu.classList.toggle('show-v10');
  1520.        if (parentItem) {
  1521.            parentItem.classList.toggle('open-v10');
  1522.        }
  1523.    }
  1524.  
  1525.    // Close menus when clicking outside
  1526.    document.addEventListener('click', function (e) {
  1527.        const mobileMenu = document.getElementById('mobileMenuV10');
  1528.        const mobileSearch = document.getElementById('mobileSearchV10');
  1529.        const menuBtn = document.querySelector('.menu-trigger-v10');
  1530.        const searchBtn = document.querySelector('.mobile-search-v10');
  1531.  
  1532.        // Close mobile menu
  1533.        if (mobileMenu && menuBtn &&
  1534.            !mobileMenu.contains(e.target) &&
  1535.            !menuBtn.contains(e.target)) {
  1536.            mobileMenu.classList.remove('show-v10');
  1537.            menuBtn.classList.remove('active-v10');
  1538.        }
  1539.  
  1540.        // Close mobile search
  1541.        if (mobileSearch && searchBtn &&
  1542.            !mobileSearch.contains(e.target) &&
  1543.            !searchBtn.contains(e.target)) {
  1544.            mobileSearch.classList.remove('show-v10');
  1545.        }
  1546.    });
  1547. </script>
  1548.  
  1549. <script>
  1550.  document.addEventListener("DOMContentLoaded", function () {
  1551.    console.log("loaded");
  1552.  
  1553.     const searchInput = document.getElementById("search-input")
  1554.    const searchResults = document.getElementById("search-results");
  1555.  
  1556.    if (!searchInput || !searchResults) {
  1557.      console.error("Search input/results not found");
  1558.      return;
  1559.    }
  1560.  
  1561.    // Prevent form submission
  1562.    if (searchInput.form) {
  1563.      searchInput.form.addEventListener("submit", function (e) {
  1564.        e.preventDefault();
  1565.      });
  1566.    }
  1567.  
  1568.    // Add event listener for keyup
  1569.    searchInput.addEventListener("keyup", function (e) {
  1570.      console.log("Key pressed:", e.key);
  1571.      e.preventDefault();
  1572.  
  1573.      const query = searchInput.value.trim();
  1574.      console.log("User is typing: " + query);
  1575.  
  1576.      // If empty → clear and hide
  1577.      if (query === "") {
  1578.        searchResults.innerHTML = "";
  1579.        searchResults.style.display = "none";
  1580.        return;
  1581.      }
  1582.  
  1583.      // Show results
  1584.      searchResults.style.display = "block";
  1585.  
  1586.      // Fetch search results
  1587.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1588.        method: "GET",
  1589.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1590.      })
  1591.        .then(response => {
  1592.          console.log("Response Status:", response.status);
  1593.          return response.json();
  1594.        })
  1595.        .then(data => {
  1596.          console.log("Data received:", data);
  1597.          if (data.html) {
  1598.            searchResults.innerHTML = data.html;
  1599.          } else {
  1600.            searchResults.innerHTML = "<p>No results found.</p>";
  1601.          }
  1602.        })
  1603.        .catch(error => {
  1604.          console.error("Error fetching search results:", error);
  1605.        });
  1606.    });
  1607.  
  1608.    // Close results when clicking outside
  1609.    document.addEventListener("click", function (e) {
  1610.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1611.        searchResults.style.display = "none";
  1612.      }
  1613.    });
  1614.  
  1615.    // Close results on ESC key
  1616.    document.addEventListener("keydown", function (e) {
  1617.      if (e.key === "Escape") {
  1618.        searchResults.style.display = "none";
  1619.      }
  1620.    });
  1621.  });
  1622. </script>
  1623.  
  1624. <style>
  1625.        /* search field */
  1626.  .search-results-container {
  1627.  position: absolute;
  1628.  top: 60%; /* Position it below the input field */
  1629.  left: 10px;
  1630.  right: 10px;
  1631.  background-color: white;
  1632.  border: 1px solid #ddd;
  1633.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1634.  max-height: 300px;
  1635.  overflow-y: auto;
  1636.  z-index: 1000;
  1637.  display: none; /* Initially hidden */
  1638. }
  1639.  
  1640. .search-results-container p {
  1641.  margin: 0;
  1642. }
  1643.  
  1644. .search-results-container .result-item {
  1645.  padding: 10px;
  1646.  cursor: pointer;
  1647. }
  1648.  
  1649. .search-results-container .result-item:hover {
  1650.  background-color: #f0f0f0;
  1651. }
  1652. @media (max-width: 992px) {
  1653.  .search-results-container {
  1654.    top: 70%;
  1655.  }
  1656.    
  1657. }
  1658. </style>
  1659.  
  1660.        </header>
  1661.        <!-- end of header -->
  1662.        <!-- start of wpo-blog-hero -->
  1663.        
  1664.  
  1665.  
  1666.  
  1667.  
  1668.  
  1669.  
  1670.  
  1671. <div class="blog-hero-v2">
  1672.  <div class="container-fluid fluid-container">
  1673.    <div class="row">
  1674.      <!-- Main Featured Post -->
  1675.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1676.        
  1677.        
  1678.        
  1679.          
  1680.        <div class="featured-post">
  1681.          <div class="post-image">
  1682.            
  1683.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1684.              class="img-fluid" alt="">
  1685.            
  1686.            <div class="post-overlay">
  1687.              <div class="post-content">
  1688.                <span class="category-badge bg-primary-gradient">News</span>
  1689.                <h1 class="post-title1 blog-color">
  1690.                  <a href="/finland-stuns-two-time-reigning-title-holders-the-united-states-in-u20-world-championship-quarterfinal-round/" class="blog-color">
  1691.                    Finland Stuns Two-Time Reigning Title Holders the United States in U20 World Championship Quarterfinal Round.
  1692.                  </a>
  1693.                </h1>
  1694.                <p class="post-excerpt"></p>
  1695.                <div class="post-meta">
  1696.                  <div class="author-info">
  1697.                    
  1698.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings"
  1699.                      style="object-fit: cover;" class="author-avatar">
  1700.                    
  1701.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Douglas Jennings</a></span>
  1702.                  </div>
  1703.                  <span class="post-date">07 May 2026</span>
  1704.                </div>
  1705.              </div>
  1706.            </div>
  1707.          </div>
  1708.        </div>
  1709.  
  1710.        
  1711.        
  1712.      </div>
  1713.  
  1714.      <!-- Side Posts -->
  1715.      <div class="col-lg-4 col-md-12">
  1716.        <div class="row h-100">
  1717.        
  1718.  
  1719.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1720.            <div class="side-post h-100">
  1721.              <div class="row g-0 h-100">
  1722.                <div class="col-5">
  1723.                  <div class="side-post-image">
  1724.                    
  1725.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1726.                      style="object-fit: cover;" alt="">
  1727.                    
  1728.                  </div>
  1729.                </div>
  1730.                <div class="col-7">
  1731.                  <div class="side-post-content">
  1732.                    <div>
  1733.                      <span class="category-badge bg-primary-gradient">News</span>
  1734.                      <h3> <a href="/failing-to-find-a-fantastic-time-at-college-you-are-not-the-only-one/" class="line-clamp-2">
  1735.                          Failing to find a fantastic time at college? You are not the only one.
  1736.                        </a></h3>
  1737.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1738.                    </div>
  1739.                    <div class="side-post-meta">
  1740.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Douglas Jennings</a></span>
  1741.                    </div>
  1742.                  </div>
  1743.                </div>
  1744.              </div>
  1745.            </div>
  1746.          </div>
  1747.  
  1748.          
  1749.  
  1750.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1751.            <div class="side-post h-100">
  1752.              <div class="row g-0 h-100">
  1753.                <div class="col-5">
  1754.                  <div class="side-post-image">
  1755.                    
  1756.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1757.                      style="object-fit: cover;" alt="">
  1758.                    
  1759.                  </div>
  1760.                </div>
  1761.                <div class="col-7">
  1762.                  <div class="side-post-content">
  1763.                    <div>
  1764.                      <span class="category-badge bg-primary-gradient">News</span>
  1765.                      <h3> <a href="/who-is-your-favourite-cricketer-in-the-history-of-the-mens-ashes/" class="line-clamp-2">
  1766.                          Who is Your Favourite Cricketer in the History of the Men’s Ashes?
  1767.                        </a></h3>
  1768.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1769.                    </div>
  1770.                    <div class="side-post-meta">
  1771.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Douglas Jennings</a></span>
  1772.                    </div>
  1773.                  </div>
  1774.                </div>
  1775.              </div>
  1776.            </div>
  1777.          </div>
  1778.  
  1779.          
  1780.  
  1781.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1782.            <div class="side-post h-100">
  1783.              <div class="row g-0 h-100">
  1784.                <div class="col-5">
  1785.                  <div class="side-post-image">
  1786.                    
  1787.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1788.                      style="object-fit: cover;" alt="">
  1789.                    
  1790.                  </div>
  1791.                </div>
  1792.                <div class="col-7">
  1793.                  <div class="side-post-content">
  1794.                    <div>
  1795.                      <span class="category-badge bg-primary-gradient">News</span>
  1796.                      <h3> <a href="/the-manager-earns-debut-team-triumph-for-the-first-time-since-2004/" class="line-clamp-2">
  1797.                          The Manager Earns Debut Team Triumph For the First Time Since 2004
  1798.                        </a></h3>
  1799.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1800.                    </div>
  1801.                    <div class="side-post-meta">
  1802.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Douglas Jennings</a></span>
  1803.                    </div>
  1804.                  </div>
  1805.                </div>
  1806.              </div>
  1807.            </div>
  1808.          </div>
  1809.  
  1810.          
  1811.        </div>
  1812.      </div>
  1813.    </div>
  1814.  </div>
  1815. </div>
  1816.  
  1817. <style>
  1818.  /* Blog Hero V2 Styles */
  1819.  .blog-hero-v2 {
  1820.    padding: 60px 0;
  1821.  }
  1822.  
  1823.  /* Featured Post Styles */
  1824.  .featured-post {
  1825.    position: relative;
  1826.    border-radius: 20px;
  1827.    overflow: hidden;
  1828.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1829.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1830.  }
  1831.  
  1832.  .featured-post:hover {
  1833.    transform: translateY(-5px);
  1834.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1835.  }
  1836.  
  1837.  .featured-post .post-image {
  1838.    position: relative;
  1839.    height: 500px;
  1840.    overflow: hidden;
  1841.  }
  1842.  
  1843.  .featured-post .post-image img {
  1844.    width: 100%;
  1845.    height: 100%;
  1846.    object-fit: cover;
  1847.    transition: transform 0.5s ease;
  1848.  }
  1849.  
  1850.  .featured-post:hover .post-image img {
  1851.    transform: scale(1.05);
  1852.  }
  1853.  
  1854.  .post-overlay {
  1855.    position: absolute;
  1856.    top: 0;
  1857.    left: 0;
  1858.    right: 0;
  1859.    bottom: 0;
  1860.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  1861.    display: flex;
  1862.    align-items: flex-end;
  1863.    padding: 40px;
  1864.  }
  1865.  
  1866.  .post-content .post-title1 {
  1867.    color: white;
  1868.    font-size: 2.5rem;
  1869.    font-weight: 700;
  1870.    margin: 15px 0;
  1871.    line-height: 1.2;
  1872.  }
  1873.  
  1874.  .post-content .post-excerpt {
  1875.    color: rgba(255, 255, 255, 0.9);
  1876.    font-size: 1.1rem;
  1877.    margin-bottom: 20px;
  1878.    line-height: 1.6;
  1879.  }
  1880.  
  1881.  /* Category Badges */
  1882.  .category-badge {
  1883.    display: inline-block;
  1884.    padding: 4px 8px;
  1885.    font-size: 0.75rem;
  1886.    font-weight: 600;
  1887.    text-transform: uppercase;
  1888.    letter-spacing: 0.5px;
  1889.    border-radius: 25px;
  1890.    text-align: center;
  1891.    width: fit-content;
  1892.  }
  1893.  
  1894.  /* Post Meta */
  1895.  .post-meta {
  1896.    display: flex;
  1897.    align-items: center;
  1898.    justify-content: space-between;
  1899.    margin-top: 25px;
  1900.  }
  1901.  
  1902.  .author-info {
  1903.    display: flex;
  1904.    align-items: center;
  1905.    gap: 12px;
  1906.  }
  1907.  
  1908.  .author-avatar {
  1909.    width: 45px !important;
  1910.    height: 45px !important;
  1911.    border-radius: 50%;
  1912.    border: 3px solid white;
  1913.  }
  1914.  
  1915.  .author-name,
  1916.  .post-date {
  1917.    color: rgba(255, 255, 255, 0.9);
  1918.    font-weight: 500;
  1919.  }
  1920.  
  1921.  .author-name {
  1922.    text-decoration: none;
  1923.  }
  1924.  
  1925.  .author-name:hover {
  1926.    color: white;
  1927.  }
  1928.  
  1929.  /* Side Posts */
  1930.  .side-post {
  1931.    background: var(--card-bg);
  1932.    border-radius: 15px;
  1933.    border: 1px solid var(--border-color);
  1934.    overflow: hidden;
  1935.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1936.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1937.    height: auto;
  1938.  }
  1939.  
  1940.  .side-post:hover {
  1941.    transform: translateY(-3px);
  1942.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1943.  }
  1944.  
  1945.  .side-post-image {
  1946.    max-height: 155px;
  1947.    height: 100%;
  1948.    overflow: hidden;
  1949.  }
  1950.  
  1951.  .side-post-image img {
  1952.    width: 100%;
  1953.    height: 100%;
  1954.    object-fit: cover;
  1955.    transition: transform 0.3s ease;
  1956.  }
  1957.  
  1958.  .side-post:hover .side-post-image img {
  1959.    transform: scale(1.1);
  1960.  }
  1961.  
  1962.  .side-post-content {
  1963.    padding: 8px 16px;
  1964.    display: flex;
  1965.    flex-direction: column;
  1966.    justify-content: space-between;
  1967.    height: 100%;
  1968.  }
  1969.  
  1970.  .side-post-content h3 {
  1971.    font-size: 1rem;
  1972.    font-weight: 600;
  1973.    margin: 8px 0;
  1974.    line-height: 1.4;
  1975.  }
  1976.  
  1977.  .side-post-content h3 a {
  1978.    color: #333;
  1979.    text-decoration: none;
  1980.    transition: color 0.3s ease;
  1981.  }
  1982.  
  1983.  .side-post-content h3 a:hover {
  1984.    color: #007bff;
  1985.  }
  1986.  
  1987.  .side-post-meta {
  1988.    font-size: 0.8rem;
  1989.    color: #666;
  1990.    display: flex;
  1991.    flex-direction: column;
  1992.    gap: 4px;
  1993.  }
  1994.  
  1995.  .side-post-meta a {
  1996.    color: #007bff;
  1997.    text-decoration: none;
  1998.  }
  1999.  
  2000.  .side-post-meta a:hover {
  2001.    text-decoration: underline;
  2002.  }
  2003.  
  2004.  /* Responsive Design */
  2005.  @media (max-width: 768px) {
  2006.    .blog-hero-v2 {
  2007.      padding: 30px 0;
  2008.    }
  2009.  
  2010.    .featured-post .post-image {
  2011.      height: 350px;
  2012.    }
  2013.  
  2014.    .post-overlay {
  2015.      padding: 25px;
  2016.    }
  2017.  
  2018.    .post-content .post-title1 {
  2019.      font-size: 1.8rem;
  2020.    }
  2021.  
  2022.    .post-content .post-excerpt {
  2023.      font-size: 1rem;
  2024.      margin-bottom: 15px;
  2025.    }
  2026.  
  2027.    .post-meta {
  2028.      flex-direction: column;
  2029.      align-items: flex-start;
  2030.      gap: 10px;
  2031.    }
  2032.  
  2033.    .side-post {
  2034.      height: auto;
  2035.    }
  2036.  
  2037.    .side-post-content {
  2038.      height: auto;
  2039.      padding: 15px;
  2040.    }
  2041.  }
  2042.  
  2043.  @media (max-width: 576px) {
  2044.    .post-content .post-title1 {
  2045.      font-size: 1.5rem;
  2046.    }
  2047.  
  2048.    .side-post-content h3 {
  2049.      font-size: 0.9rem;
  2050.    }
  2051.  
  2052.    .side-post-image img {}
  2053.  }
  2054. </style>
  2055.  
  2056.  
  2057.  
  2058.  
  2059.        <!-- end of wpo-blog-hero -->
  2060.  
  2061.        <!-- start of wpo-breacking-news -->
  2062.        
  2063.        <!-- end of wpo-breacking-news -->
  2064.        
  2065.        <!-- start wpo-blog-highlights-section -->
  2066.        
  2067.  
  2068.  
  2069.  
  2070.    
  2071.  
  2072.  
  2073.  
  2074. <style>
  2075.    .blog-highlights-v2 {
  2076.        padding: 60px 0;
  2077.        position: relative;
  2078.        overflow: hidden;
  2079.    }
  2080.    
  2081.    .blog-highlights-v2::before {
  2082.        content: '';
  2083.        position: absolute;
  2084.        top: 0;
  2085.        left: 0;
  2086.        width: 100%;
  2087.        height: 100%;
  2088.        background: var(--body-bg);
  2089.        pointer-events: none;
  2090.    }
  2091.    
  2092.    .blog-card-v2 {
  2093.        border: none;
  2094.        border-radius: 20px;
  2095.        overflow: hidden;
  2096.        background: white;
  2097.        height: 100%;
  2098.        position: relative;
  2099.        transform: translateY(0);
  2100.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  2101.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2102.        will-change: transform;
  2103.    }
  2104.    
  2105.    .blog-card-v2::before {
  2106.        content: '';
  2107.        position: absolute;
  2108.        top: 0;
  2109.        left: 0;
  2110.        width: 100%;
  2111.        height: 100%;
  2112.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  2113.        transform: translateX(-100%);
  2114.        transition: transform 0.6s ease;
  2115.        z-index: 1;
  2116.    }
  2117.    
  2118.    .blog-card-v2:hover {
  2119.        transform: translateY(-15px) scale(1.02);
  2120.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  2121.    }
  2122.    
  2123.    .blog-card-v2:hover::before {
  2124.        transform: translateX(100%);
  2125.    }
  2126.    
  2127.    .blog-image-v2 {
  2128.        position: relative;
  2129.        overflow: hidden;
  2130.        height: 250px;
  2131.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  2132.    }
  2133.    
  2134.    .blog-image-v2::after {
  2135.        content: '';
  2136.        position: absolute;
  2137.        top: 0;
  2138.        left: 0;
  2139.        width: 100%;
  2140.        height: 100%;
  2141.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  2142.        z-index: 2;
  2143.    }
  2144.    
  2145.    .blog-image-v2 img {
  2146.        width: 100%;
  2147.        height: 100%;
  2148.        object-fit: cover;
  2149.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  2150.        transform: scale(1);
  2151.    }
  2152.    
  2153.    .blog-card-v2:hover .blog-image-v2 img {
  2154.        transform: scale(1.1) rotate(2deg);
  2155.    }
  2156.    
  2157.    .blog-category-v2 {
  2158.        position: absolute;
  2159.        top: 20px;
  2160.        left: 20px;
  2161.        padding: 8px 16px;
  2162.        border-radius: 50px;
  2163.        font-size: 12px;
  2164.        font-weight: 700;
  2165.        text-transform: uppercase;
  2166.        letter-spacing: 1px;
  2167.      
  2168.        z-index: 3;
  2169.        transform: translateY(0);
  2170.        transition: all 0.3s ease;
  2171.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2172.    }
  2173.    
  2174.    .blog-card-v2:hover .blog-category-v2 {
  2175.        transform: translateY(-5px);
  2176.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2177.    }
  2178.    
  2179.    .blog-content-v2 {
  2180.        padding: 30px 25px;
  2181.        position: relative;
  2182.        z-index: 2;
  2183.    }
  2184.    
  2185.    .blog-title-v2 {
  2186.        font-size: 18px;
  2187.        font-weight: 700;
  2188.        line-height: 1.4;
  2189.        margin-bottom: 15px;
  2190.        min-height: 50px;
  2191.        position: relative;
  2192.        overflow: hidden;
  2193.    }
  2194.    
  2195.    .blog-title-v2 a {
  2196.        text-decoration: none;
  2197.        position: relative;
  2198.        transition: all 0.3s ease;
  2199.        background-clip: text;
  2200.        -webkit-background-clip: text;
  2201.    }
  2202.    
  2203.    .blog-title-v2 a::after {
  2204.        content: '';
  2205.        position: absolute;
  2206.        bottom: -2px;
  2207.        left: 0;
  2208.        width: 0;
  2209.        height: 2px;
  2210.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2211.        transition: width 0.4s ease;
  2212.    }
  2213.    
  2214.    .blog-card-v2:hover .blog-title-v2 a::after {
  2215.        width: 100%;
  2216.    }
  2217.    
  2218.    .blog-meta-v2 {
  2219.        display: flex;
  2220.        align-items: center;
  2221.        gap: 12px;
  2222.        margin-bottom: 15px;
  2223.        font-size: 13px;
  2224.        padding-bottom: 15px;
  2225.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  2226.        position: relative;
  2227.    }
  2228.    
  2229.    .blog-meta-v2::after {
  2230.        content: '';
  2231.        position: absolute;
  2232.        bottom: -2px;
  2233.        left: 0;
  2234.        width: 0;
  2235.        height: 2px;
  2236.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2237.        transition: width 0.5s ease 0.2s;
  2238.    }
  2239.    
  2240.    .blog-card-v2:hover .blog-meta-v2::after {
  2241.        width: 60px;
  2242.    }
  2243.    
  2244.    .blog-author-img-v2 {
  2245.        width: 32px;
  2246.        height: 32px;
  2247.        border-radius: 50%;
  2248.        object-fit: cover;
  2249.        border: 3px solid white;
  2250.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  2251.        transition: all 0.3s ease;
  2252.    }
  2253.    
  2254.    .blog-card-v2:hover .blog-author-img-v2 {
  2255.        transform: scale(1.1);
  2256.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  2257.    }
  2258.    
  2259.    .blog-excerpt-v2 {
  2260.        font-size: 14px;
  2261.        line-height: 1.6;
  2262.        color: #666;
  2263.        display: -webkit-box;
  2264.        -webkit-line-clamp: 3;
  2265.        -webkit-box-orient: vertical;
  2266.        overflow: hidden;
  2267.        position: relative;
  2268.        opacity: 0.8;
  2269.        transition: opacity 0.3s ease;
  2270.    }
  2271.    
  2272.    .blog-card-v2:hover .blog-excerpt-v2 {
  2273.        opacity: 1;
  2274.    }
  2275.    
  2276.    .section-header-v2 {
  2277.        text-align: center;
  2278.        margin-bottom: 70px;
  2279.        position: relative;
  2280.    }
  2281.    
  2282.    .section-title-v2 {
  2283.        font-size: 3.2rem;
  2284.        font-weight: 800;
  2285.        margin-bottom: 20px;
  2286.        position: relative;
  2287.    }
  2288.    
  2289.    .section-title-v2::after {
  2290.        content: '';
  2291.        position: absolute;
  2292.        bottom: -10px;
  2293.        left: 50%;
  2294.        transform: translateX(-50%);
  2295.        width: 80px;
  2296.        height: 4px;
  2297.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2298.        border-radius: 2px;
  2299.    }
  2300.    
  2301.    .section-subtitle-v2 {
  2302.        font-size: 1.1rem;
  2303.        color: #666;
  2304.        max-width: 600px;
  2305.        margin: 0 auto;
  2306.        line-height: 1.6;
  2307.    }
  2308.    
  2309.    .blog-read-more-v2 {
  2310.        position: absolute;
  2311.        bottom: 25px;
  2312.        right: 25px;
  2313.        width: 45px;
  2314.        height: 45px;
  2315.        border-radius: 50%;
  2316.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2317.        display: flex;
  2318.        align-items: center;
  2319.        justify-content: center;
  2320.        color: white;
  2321.        text-decoration: none;
  2322.        transition: all 0.4s ease;
  2323.        transform: scale(0);
  2324.        opacity: 0;
  2325.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2326.    }
  2327.    
  2328.    .blog-card-v2:hover .blog-read-more-v2 {
  2329.        transform: scale(1);
  2330.        opacity: 1;
  2331.    }
  2332.    
  2333.    .blog-read-more-v2:hover {
  2334.        transform: scale(1.1);
  2335.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2336.    }
  2337.    
  2338.    /* Animation Classes */
  2339.    .animate-on-scroll {
  2340.        opacity: 0;
  2341.        transform: translateY(30px);
  2342.        transition: all 0.6s ease;
  2343.    }
  2344.    
  2345.    .animate-on-scroll.animated {
  2346.        opacity: 1;
  2347.        transform: translateY(0);
  2348.    }
  2349.    
  2350.    /* Staggered Animation */
  2351.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  2352.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  2353.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  2354.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  2355.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  2356.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  2357.  
  2358.    @media (max-width: 768px) {
  2359.        .section-title-v2 {
  2360.            font-size: 2.5rem;
  2361.        }
  2362.        .blog-highlights-v2 {
  2363.            padding: 40px 0;
  2364.        }
  2365.        .blog-content-v2 {
  2366.            padding: 25px 20px;
  2367.        }
  2368.        .blog-card-v2:hover {
  2369.            transform: translateY(-10px) scale(1.01);
  2370.        }
  2371.    }
  2372. </style>
  2373.  
  2374. <section class="blog-highlights-v2">
  2375.    <div class="container-fluid fluid-container">
  2376.        <div class="row">
  2377.            <div class="col-12">
  2378.                <div class="section-header-v2 animate-on-scroll">
  2379.                    <h2 class="section-title-v2 text-primary-gradient">
  2380.                Today's Top Highlights
  2381.                   </h2>
  2382.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  2383.                </div>
  2384.            </div>
  2385.        </div>
  2386.        
  2387.        <div class="row">
  2388.            <div class="col-lg-8 col-12">
  2389.                <div class="row g-4">
  2390.                    
  2391.                    <div class="col-lg-6 col-md-6 col-12">
  2392.                        <div class="card blog-card-v2 animate-on-scroll">
  2393.                            <div class="blog-image-v2">
  2394.                                
  2395.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2396.                                
  2397.                                <span class="blog-category-v2 bg-primary-gradient">
  2398.                                    News
  2399.                                </span>
  2400.                            </div>
  2401.                            <div class="blog-content-v2">
  2402.                                <h3 class="blog-title-v2">
  2403.                                    <a class="top-color" href="/condemnation-explodes-as-trumps-comments-on-director-rob-reiner-draws-sharp-rebuke/">
  2404.                                    Condemnation Explodes as Trump&#x27;s Comments on Director Rob Reiner Draws Sharp Rebuke
  2405.                                    </a>
  2406.                                </h3>
  2407.                                <div class="blog-meta-v2">
  2408.                                    
  2409.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="blog-author-img-v2">
  2410.                                    
  2411.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2412.                                    <span>By Douglas Jennings</span>
  2413.                                    <span style="color: #ccc;">•</span>
  2414.                                    <span style="color: #999;">07 May 2026</span>
  2415.                                </div>
  2416.                                <p class="blog-excerpt-v2"></p>
  2417.                              
  2418.                            </div>
  2419.                        </div>
  2420.                    </div>
  2421.                    
  2422.                    <div class="col-lg-6 col-md-6 col-12">
  2423.                        <div class="card blog-card-v2 animate-on-scroll">
  2424.                            <div class="blog-image-v2">
  2425.                                
  2426.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2427.                                
  2428.                                <span class="blog-category-v2 bg-primary-gradient">
  2429.                                    News
  2430.                                </span>
  2431.                            </div>
  2432.                            <div class="blog-content-v2">
  2433.                                <h3 class="blog-title-v2">
  2434.                                    <a class="top-color" href="/this-thriller-sequel-eminfluencersem-is-set-to-give-competing-digital-suspense-films-a-bad-case-of-fomo/">
  2435.                                    This Thriller Sequel &lt;em&gt;Influencers&lt;/em&gt; Is Set to Give Competing Digital Suspense Films a Bad Case of FOMO
  2436.                                    </a>
  2437.                                </h3>
  2438.                                <div class="blog-meta-v2">
  2439.                                    
  2440.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="blog-author-img-v2">
  2441.                                    
  2442.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2443.                                    <span>By Douglas Jennings</span>
  2444.                                    <span style="color: #ccc;">•</span>
  2445.                                    <span style="color: #999;">07 May 2026</span>
  2446.                                </div>
  2447.                                <p class="blog-excerpt-v2"></p>
  2448.                              
  2449.                            </div>
  2450.                        </div>
  2451.                    </div>
  2452.                    
  2453.                    <div class="col-lg-6 col-md-6 col-12">
  2454.                        <div class="card blog-card-v2 animate-on-scroll">
  2455.                            <div class="blog-image-v2">
  2456.                                
  2457.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2458.                                
  2459.                                <span class="blog-category-v2 bg-primary-gradient">
  2460.                                    News
  2461.                                </span>
  2462.                            </div>
  2463.                            <div class="blog-content-v2">
  2464.                                <h3 class="blog-title-v2">
  2465.                                    <a class="top-color" href="/renowned-performer-pat-finn-famed-for-parts-in-the-middle-and-friends-dies-at-60-years-old/">
  2466.                                    Renowned Performer Pat Finn, Famed For Parts in The Middle and Friends, Dies at 60 Years Old.
  2467.                                    </a>
  2468.                                </h3>
  2469.                                <div class="blog-meta-v2">
  2470.                                    
  2471.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="blog-author-img-v2">
  2472.                                    
  2473.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2474.                                    <span>By Douglas Jennings</span>
  2475.                                    <span style="color: #ccc;">•</span>
  2476.                                    <span style="color: #999;">07 May 2026</span>
  2477.                                </div>
  2478.                                <p class="blog-excerpt-v2"></p>
  2479.                              
  2480.                            </div>
  2481.                        </div>
  2482.                    </div>
  2483.                    
  2484.                    <div class="col-lg-6 col-md-6 col-12">
  2485.                        <div class="card blog-card-v2 animate-on-scroll">
  2486.                            <div class="blog-image-v2">
  2487.                                
  2488.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2489.                                
  2490.                                <span class="blog-category-v2 bg-primary-gradient">
  2491.                                    News
  2492.                                </span>
  2493.                            </div>
  2494.                            <div class="blog-content-v2">
  2495.                                <h3 class="blog-title-v2">
  2496.                                    <a class="top-color" href="/aryna-sabalenka-ready-to-take-on-nick-kyrgios-in-contemporary-battle-of-the-sexes-match/">
  2497.                                    Aryna Sabalenka Ready to Take On Nick Kyrgios in Contemporary ‘Battle of the Sexes’ Match
  2498.                                    </a>
  2499.                                </h3>
  2500.                                <div class="blog-meta-v2">
  2501.                                    
  2502.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="blog-author-img-v2">
  2503.                                    
  2504.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2505.                                    <span>By Douglas Jennings</span>
  2506.                                    <span style="color: #ccc;">•</span>
  2507.                                    <span style="color: #999;">06 May 2026</span>
  2508.                                </div>
  2509.                                <p class="blog-excerpt-v2"></p>
  2510.                              
  2511.                            </div>
  2512.                        </div>
  2513.                    </div>
  2514.                    
  2515.                    <div class="col-lg-6 col-md-6 col-12">
  2516.                        <div class="card blog-card-v2 animate-on-scroll">
  2517.                            <div class="blog-image-v2">
  2518.                                
  2519.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2520.                                
  2521.                                <span class="blog-category-v2 bg-primary-gradient">
  2522.                                    News
  2523.                                </span>
  2524.                            </div>
  2525.                            <div class="blog-content-v2">
  2526.                                <h3 class="blog-title-v2">
  2527.                                    <a class="top-color" href="/the-streaming-giant-selects-spot-on-actor-for-bon-clay-in-one-piece-third-season/">
  2528.                                    The Streaming Giant Selects Spot-On Actor for Bon Clay in One Piece Third Season
  2529.                                    </a>
  2530.                                </h3>
  2531.                                <div class="blog-meta-v2">
  2532.                                    
  2533.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="blog-author-img-v2">
  2534.                                    
  2535.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2536.                                    <span>By Douglas Jennings</span>
  2537.                                    <span style="color: #ccc;">•</span>
  2538.                                    <span style="color: #999;">06 May 2026</span>
  2539.                                </div>
  2540.                                <p class="blog-excerpt-v2"></p>
  2541.                              
  2542.                            </div>
  2543.                        </div>
  2544.                    </div>
  2545.                    
  2546.                    <div class="col-lg-6 col-md-6 col-12">
  2547.                        <div class="card blog-card-v2 animate-on-scroll">
  2548.                            <div class="blog-image-v2">
  2549.                                
  2550.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2551.                                
  2552.                                <span class="blog-category-v2 bg-primary-gradient">
  2553.                                    News
  2554.                                </span>
  2555.                            </div>
  2556.                            <div class="blog-content-v2">
  2557.                                <h3 class="blog-title-v2">
  2558.                                    <a class="top-color" href="/a-pigs-tale-hog-named-6-7-pardoned-by-miami-dade-county-leader/">
  2559.                                    A Pig&#x27;s Tale: Hog Named 6-7 Pardoned by Miami Dade County Leader.
  2560.                                    </a>
  2561.                                </h3>
  2562.                                <div class="blog-meta-v2">
  2563.                                    
  2564.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="blog-author-img-v2">
  2565.                                    
  2566.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2567.                                    <span>By Douglas Jennings</span>
  2568.                                    <span style="color: #ccc;">•</span>
  2569.                                    <span style="color: #999;">06 May 2026</span>
  2570.                                </div>
  2571.                                <p class="blog-excerpt-v2"></p>
  2572.                              
  2573.                            </div>
  2574.                        </div>
  2575.                    </div>
  2576.                    
  2577.                    <div class="col-lg-6 col-md-6 col-12">
  2578.                        <div class="card blog-card-v2 animate-on-scroll">
  2579.                            <div class="blog-image-v2">
  2580.                                
  2581.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2582.                                
  2583.                                <span class="blog-category-v2 bg-primary-gradient">
  2584.                                    News
  2585.                                </span>
  2586.                            </div>
  2587.                            <div class="blog-content-v2">
  2588.                                <h3 class="blog-title-v2">
  2589.                                    <a class="top-color" href="/the-president-welcomes-relatives-of-shot-national-guard-soldiers-to-the-presidential-residence/">
  2590.                                    The President Welcomes Relatives of Shot National Guard Soldiers to the Presidential Residence
  2591.                                    </a>
  2592.                                </h3>
  2593.                                <div class="blog-meta-v2">
  2594.                                    
  2595.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="blog-author-img-v2">
  2596.                                    
  2597.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2598.                                    <span>By Douglas Jennings</span>
  2599.                                    <span style="color: #ccc;">•</span>
  2600.                                    <span style="color: #999;">06 May 2026</span>
  2601.                                </div>
  2602.                                <p class="blog-excerpt-v2"></p>
  2603.                              
  2604.                            </div>
  2605.                        </div>
  2606.                    </div>
  2607.                    
  2608.                    <div class="col-lg-6 col-md-6 col-12">
  2609.                        <div class="card blog-card-v2 animate-on-scroll">
  2610.                            <div class="blog-image-v2">
  2611.                                
  2612.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2613.                                
  2614.                                <span class="blog-category-v2 bg-primary-gradient">
  2615.                                    News
  2616.                                </span>
  2617.                            </div>
  2618.                            <div class="blog-content-v2">
  2619.                                <h3 class="blog-title-v2">
  2620.                                    <a class="top-color" href="/scream-og-star-the-actor-is-anxious-he-could-spoil-the-franchise-with-scream-7/">
  2621.                                    Scream OG Star the Actor Is Anxious He Could Spoil the Franchise with Scream 7.
  2622.                                    </a>
  2623.                                </h3>
  2624.                                <div class="blog-meta-v2">
  2625.                                    
  2626.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="blog-author-img-v2">
  2627.                                    
  2628.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2629.                                    <span>By Douglas Jennings</span>
  2630.                                    <span style="color: #ccc;">•</span>
  2631.                                    <span style="color: #999;">06 May 2026</span>
  2632.                                </div>
  2633.                                <p class="blog-excerpt-v2"></p>
  2634.                              
  2635.                            </div>
  2636.                        </div>
  2637.                    </div>
  2638.                    
  2639.                    <div class="col-lg-6 col-md-6 col-12">
  2640.                        <div class="card blog-card-v2 animate-on-scroll">
  2641.                            <div class="blog-image-v2">
  2642.                                
  2643.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2644.                                
  2645.                                <span class="blog-category-v2 bg-primary-gradient">
  2646.                                    News
  2647.                                </span>
  2648.                            </div>
  2649.                            <div class="blog-content-v2">
  2650.                                <h3 class="blog-title-v2">
  2651.                                    <a class="top-color" href="/captain-stokes-feels-knackered-yet-remains-fit-to-bowl/">
  2652.                                    Captain Stokes Feels &#x27;Knackered&#x27; Yet Remains &#x27;Fit to Bowl&#x27;
  2653.                                    </a>
  2654.                                </h3>
  2655.                                <div class="blog-meta-v2">
  2656.                                    
  2657.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="blog-author-img-v2">
  2658.                                    
  2659.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2660.                                    <span>By Douglas Jennings</span>
  2661.                                    <span style="color: #ccc;">•</span>
  2662.                                    <span style="color: #999;">06 May 2026</span>
  2663.                                </div>
  2664.                                <p class="blog-excerpt-v2"></p>
  2665.                              
  2666.                            </div>
  2667.                        </div>
  2668.                    </div>
  2669.                    
  2670.                    <div class="col-lg-6 col-md-6 col-12">
  2671.                        <div class="card blog-card-v2 animate-on-scroll">
  2672.                            <div class="blog-image-v2">
  2673.                                
  2674.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2675.                                
  2676.                                <span class="blog-category-v2 bg-primary-gradient">
  2677.                                    News
  2678.                                </span>
  2679.                            </div>
  2680.                            <div class="blog-content-v2">
  2681.                                <h3 class="blog-title-v2">
  2682.                                    <a class="top-color" href="/from-grudging-respect-to-disquiet-russia-weighs-up-the-fall-of-maduro/">
  2683.                                    From Grudging Respect to Disquiet: Russia Weighs Up the Fall of Maduro.
  2684.                                    </a>
  2685.                                </h3>
  2686.                                <div class="blog-meta-v2">
  2687.                                    
  2688.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="blog-author-img-v2">
  2689.                                    
  2690.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2691.                                    <span>By Douglas Jennings</span>
  2692.                                    <span style="color: #ccc;">•</span>
  2693.                                    <span style="color: #999;">06 May 2026</span>
  2694.                                </div>
  2695.                                <p class="blog-excerpt-v2"></p>
  2696.                              
  2697.                            </div>
  2698.                        </div>
  2699.                    </div>
  2700.                    
  2701.                    <div class="col-lg-6 col-md-6 col-12">
  2702.                        <div class="card blog-card-v2 animate-on-scroll">
  2703.                            <div class="blog-image-v2">
  2704.                                
  2705.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2706.                                
  2707.                                <span class="blog-category-v2 bg-primary-gradient">
  2708.                                    News
  2709.                                </span>
  2710.                            </div>
  2711.                            <div class="blog-content-v2">
  2712.                                <h3 class="blog-title-v2">
  2713.                                    <a class="top-color" href="/recent-antimicrobials-hailed-as-a-pivotal-moment-in-addressing-drug-resistant-gonorrhoea/">
  2714.                                    Recent Antimicrobials Hailed as a &#x27;Pivotal Moment&#x27; in Addressing Drug-Resistant Gonorrhoea
  2715.                                    </a>
  2716.                                </h3>
  2717.                                <div class="blog-meta-v2">
  2718.                                    
  2719.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="blog-author-img-v2">
  2720.                                    
  2721.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2722.                                    <span>By Douglas Jennings</span>
  2723.                                    <span style="color: #ccc;">•</span>
  2724.                                    <span style="color: #999;">06 May 2026</span>
  2725.                                </div>
  2726.                                <p class="blog-excerpt-v2"></p>
  2727.                              
  2728.                            </div>
  2729.                        </div>
  2730.                    </div>
  2731.                    
  2732.                    <div class="col-lg-6 col-md-6 col-12">
  2733.                        <div class="card blog-card-v2 animate-on-scroll">
  2734.                            <div class="blog-image-v2">
  2735.                                
  2736.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2737.                                
  2738.                                <span class="blog-category-v2 bg-primary-gradient">
  2739.                                    News
  2740.                                </span>
  2741.                            </div>
  2742.                            <div class="blog-content-v2">
  2743.                                <h3 class="blog-title-v2">
  2744.                                    <a class="top-color" href="/he-brought-laughter-reflecting-on-snookers-departed-star-two-decades-on/">
  2745.                                    &#x27;He brought laughter&#x27;: Reflecting on snooker&#x27;s departed star two decades on.
  2746.                                    </a>
  2747.                                </h3>
  2748.                                <div class="blog-meta-v2">
  2749.                                    
  2750.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="blog-author-img-v2">
  2751.                                    
  2752.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2753.                                    <span>By Douglas Jennings</span>
  2754.                                    <span style="color: #ccc;">•</span>
  2755.                                    <span style="color: #999;">05 May 2026</span>
  2756.                                </div>
  2757.                                <p class="blog-excerpt-v2"></p>
  2758.                              
  2759.                            </div>
  2760.                        </div>
  2761.                    </div>
  2762.                    
  2763.                    
  2764.  
  2765.                </div>
  2766.            </div>
  2767.            
  2768.               <div class="col col-lg-4 col-12">
  2769.                
  2770.  
  2771.  
  2772.  
  2773.    
  2774.  
  2775.  
  2776. <!-- Blog Sidebar V2 - Focused Design -->
  2777. <div class="sidebar">
  2778.  <!-- Recent Posts Section -->
  2779.  <div class="sidebar-widget mb-4">
  2780.    <div class="widget-title-wrapper mb-3">
  2781.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2782.        <i class="ti-time me-2"></i>Recent Posts
  2783.        <span class="title-arrow-primary"></span>
  2784.      </h4>
  2785.    </div>
  2786.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2787.      <div class="recent-post-list">
  2788.      
  2789.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2790.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2791.              
  2792.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2793.              
  2794.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2795.          </div>
  2796.          <div class="post-content flex-grow-1">
  2797.            <h6 class="post-title mb-2">
  2798.               <a href="/why-los-blancos-have-complete-confidence-in-teenager-pitarch/" class="text-decoration-none top-color fw-semibold lh-sm">
  2799.                                            Why Los Blancos Have &#x27;Complete Confidence&#x27; in Teenager Pitarch
  2800.                                            </a>
  2801.            </h6>
  2802.            <div class="post-meta">
  2803.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2804.              <!-- <small class="text-muted">
  2805.                <i class="ti-eye me-1"></i>348 views
  2806.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2807.              </small> -->
  2808.            </div>
  2809.          </div>
  2810.        </div>
  2811.        
  2812.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2813.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2814.              
  2815.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2816.              
  2817.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2818.          </div>
  2819.          <div class="post-content flex-grow-1">
  2820.            <h6 class="post-title mb-2">
  2821.               <a href="/twitch-streamer-welcomes-baby-during-real-time-broadcast-with-tens-of-thousands-of-viewers/" class="text-decoration-none top-color fw-semibold lh-sm">
  2822.                                            Twitch Streamer Welcomes Baby During Real-Time Broadcast with Tens of Thousands of Viewers
  2823.                                            </a>
  2824.            </h6>
  2825.            <div class="post-meta">
  2826.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2827.              <!-- <small class="text-muted">
  2828.                <i class="ti-eye me-1"></i>348 views
  2829.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2830.              </small> -->
  2831.            </div>
  2832.          </div>
  2833.        </div>
  2834.        
  2835.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2836.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2837.              
  2838.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2839.              
  2840.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2841.          </div>
  2842.          <div class="post-content flex-grow-1">
  2843.            <h6 class="post-title mb-2">
  2844.               <a href="/manchester-united-poised-to-sign-germany-forward-lea-sch%C3%BCller-away-from-bayern-munich/" class="text-decoration-none top-color fw-semibold lh-sm">
  2845.                                            Manchester United Poised to Sign Germany Forward Lea Schüller away from Bayern Munich
  2846.                                            </a>
  2847.            </h6>
  2848.            <div class="post-meta">
  2849.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2850.              <!-- <small class="text-muted">
  2851.                <i class="ti-eye me-1"></i>348 views
  2852.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2853.              </small> -->
  2854.            </div>
  2855.          </div>
  2856.        </div>
  2857.        
  2858.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2859.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2860.              
  2861.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2862.              
  2863.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2864.          </div>
  2865.          <div class="post-content flex-grow-1">
  2866.            <h6 class="post-title mb-2">
  2867.               <a href="/like-a-champions-league-win-kendalls-memorable-performance-for-england/" class="text-decoration-none top-color fw-semibold lh-sm">
  2868.                                            ‘Like a Champions League win’ - Kendall’s memorable performance for England
  2869.                                            </a>
  2870.            </h6>
  2871.            <div class="post-meta">
  2872.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2873.              <!-- <small class="text-muted">
  2874.                <i class="ti-eye me-1"></i>348 views
  2875.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2876.              </small> -->
  2877.            </div>
  2878.          </div>
  2879.        </div>
  2880.        
  2881.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2882.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2883.              
  2884.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2885.              
  2886.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2887.          </div>
  2888.          <div class="post-content flex-grow-1">
  2889.            <h6 class="post-title mb-2">
  2890.               <a href="/china-strengthens-oversight-on-rare-earth-sales-citing-national-security-concerns/" class="text-decoration-none top-color fw-semibold lh-sm">
  2891.                                            China Strengthens Oversight on Rare-Earth Sales, Citing National Security Concerns
  2892.                                            </a>
  2893.            </h6>
  2894.            <div class="post-meta">
  2895.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2896.              <!-- <small class="text-muted">
  2897.                <i class="ti-eye me-1"></i>348 views
  2898.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2899.              </small> -->
  2900.            </div>
  2901.          </div>
  2902.        </div>
  2903.        
  2904.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2905.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2906.              
  2907.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2908.              
  2909.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2910.          </div>
  2911.          <div class="post-content flex-grow-1">
  2912.            <h6 class="post-title mb-2">
  2913.               <a href="/the-renowned-filmmaker-on-his-monumental-american-revolution-project-no-project-will-be-more-significant/" class="text-decoration-none top-color fw-semibold lh-sm">
  2914.                                            The Renowned Filmmaker on His Monumental American Revolution Project: ‘No Project Will Be More Significant’
  2915.                                            </a>
  2916.            </h6>
  2917.            <div class="post-meta">
  2918.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2919.              <!-- <small class="text-muted">
  2920.                <i class="ti-eye me-1"></i>348 views
  2921.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2922.              </small> -->
  2923.            </div>
  2924.          </div>
  2925.        </div>
  2926.        
  2927.  
  2928.      </div>
  2929.  
  2930.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2931.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2932.      </div> -->
  2933.    </div>
  2934.  </div>
  2935.  
  2936.    
  2937.  <div class="sidebar-widget mb-4">
  2938.    <div class="widget-title-wrapper mb-3">
  2939.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2940.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2941.        <span class="title-arrow"></span>
  2942.      </h4>
  2943.    </div>
  2944.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2945.      <div class="blog-roll-list scrollable-sidebar">
  2946.        
  2947.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2948.          <a href="https://gamingamerica.com/non-gamstop-casinos" class="text-decoration-none ">
  2949.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2950.              <i class="ti-angle-right me-2 text-primary"></i>
  2951.               casino not on gamstop
  2952.            </h6>
  2953.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2954.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2955.            </div> -->
  2956.          </a>
  2957.        </div>
  2958.          
  2959.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2960.          <a href="https://www.outset.org/" class="text-decoration-none ">
  2961.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2962.              <i class="ti-angle-right me-2 text-primary"></i>
  2963.               new uk betting sites
  2964.            </h6>
  2965.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2966.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2967.            </div> -->
  2968.          </a>
  2969.        </div>
  2970.          
  2971.      </div>
  2972.  
  2973.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2974.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2975.      </div> -->
  2976.    </div>
  2977.  </div>
  2978.    
  2979.  <div class="sidebar-widget mb-4">
  2980.    <div class="widget-title-wrapper mb-3">
  2981.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2982.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2983.        <span class="title-arrow"></span>
  2984.      </h4>
  2985.    </div>
  2986.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2987.      <div class="blog-roll-list scrollable-sidebar">
  2988.        
  2989.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2990.          <a href="https://www.wildpoppies.co.uk" class="text-decoration-none ">
  2991.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2992.              <i class="ti-angle-right me-2 text-primary"></i>
  2993.               betting sites not on gamstop
  2994.            </h6>
  2995.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2996.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2997.            </div> -->
  2998.          </a>
  2999.        </div>
  3000.          
  3001.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3002.          <a href="https://www.caerphilly.org.uk/" class="text-decoration-none ">
  3003.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3004.              <i class="ti-angle-right me-2 text-primary"></i>
  3005.               non gamstop casino
  3006.            </h6>
  3007.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3008.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3009.            </div> -->
  3010.          </a>
  3011.        </div>
  3012.          
  3013.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3014.          <a href="https://cobdenchambers.co.uk/" class="text-decoration-none ">
  3015.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3016.              <i class="ti-angle-right me-2 text-primary"></i>
  3017.               european casinos for uk players
  3018.            </h6>
  3019.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3020.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3021.            </div> -->
  3022.          </a>
  3023.        </div>
  3024.          
  3025.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3026.          <a href="https://lagoccia.co.uk/" class="text-decoration-none ">
  3027.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3028.              <i class="ti-angle-right me-2 text-primary"></i>
  3029.               online casino
  3030.            </h6>
  3031.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3032.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3033.            </div> -->
  3034.          </a>
  3035.        </div>
  3036.          
  3037.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3038.          <a href="https://datamagazine.co.uk/" class="text-decoration-none ">
  3039.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3040.              <i class="ti-angle-right me-2 text-primary"></i>
  3041.               casinos not on gamstop
  3042.            </h6>
  3043.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3044.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3045.            </div> -->
  3046.          </a>
  3047.        </div>
  3048.          
  3049.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3050.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3051.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3052.              <i class="ti-angle-right me-2 text-primary"></i>
  3053.               gambling sites not on gamstop
  3054.            </h6>
  3055.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3056.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3057.            </div> -->
  3058.          </a>
  3059.        </div>
  3060.          
  3061.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3062.          <a href="https://heyimhome.co.uk/" class="text-decoration-none ">
  3063.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3064.              <i class="ti-angle-right me-2 text-primary"></i>
  3065.               online casino
  3066.            </h6>
  3067.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3068.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3069.            </div> -->
  3070.          </a>
  3071.        </div>
  3072.          
  3073.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3074.          <a href="https://www.stokestaffslep.org.uk" class="text-decoration-none ">
  3075.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3076.              <i class="ti-angle-right me-2 text-primary"></i>
  3077.               best non uk casino sites
  3078.            </h6>
  3079.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3080.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3081.            </div> -->
  3082.          </a>
  3083.        </div>
  3084.          
  3085.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3086.          <a href="https://bluedoorbakery.co.uk/" class="text-decoration-none ">
  3087.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3088.              <i class="ti-angle-right me-2 text-primary"></i>
  3089.               non uk betting sites
  3090.            </h6>
  3091.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3092.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3093.            </div> -->
  3094.          </a>
  3095.        </div>
  3096.          
  3097.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3098.          <a href="https://israelpremiertech.com" class="text-decoration-none ">
  3099.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3100.              <i class="ti-angle-right me-2 text-primary"></i>
  3101.               best online casinos
  3102.            </h6>
  3103.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3104.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3105.            </div> -->
  3106.          </a>
  3107.        </div>
  3108.          
  3109.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3110.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  3111.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3112.              <i class="ti-angle-right me-2 text-primary"></i>
  3113.               best online casino UK
  3114.            </h6>
  3115.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3116.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3117.            </div> -->
  3118.          </a>
  3119.        </div>
  3120.          
  3121.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3122.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  3123.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3124.              <i class="ti-angle-right me-2 text-primary"></i>
  3125.               casino not on gamstop
  3126.            </h6>
  3127.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3128.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3129.            </div> -->
  3130.          </a>
  3131.        </div>
  3132.          
  3133.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3134.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  3135.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3136.              <i class="ti-angle-right me-2 text-primary"></i>
  3137.               non gamstop
  3138.            </h6>
  3139.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3140.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3141.            </div> -->
  3142.          </a>
  3143.        </div>
  3144.          
  3145.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3146.          <a href="https://fdncoffee.com" class="text-decoration-none ">
  3147.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3148.              <i class="ti-angle-right me-2 text-primary"></i>
  3149.               casinos not on GamStop
  3150.            </h6>
  3151.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3152.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3153.            </div> -->
  3154.          </a>
  3155.        </div>
  3156.          
  3157.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3158.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  3159.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3160.              <i class="ti-angle-right me-2 text-primary"></i>
  3161.               online casinos UK
  3162.            </h6>
  3163.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3164.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3165.            </div> -->
  3166.          </a>
  3167.        </div>
  3168.          
  3169.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3170.          <a href="https://www.stamina.org.uk/" class="text-decoration-none ">
  3171.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3172.              <i class="ti-angle-right me-2 text-primary"></i>
  3173.               Non GAMSTOP Casinos
  3174.            </h6>
  3175.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3176.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3177.            </div> -->
  3178.          </a>
  3179.        </div>
  3180.          
  3181.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3182.          <a href="https://www.fourpure.com/" class="text-decoration-none ">
  3183.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3184.              <i class="ti-angle-right me-2 text-primary"></i>
  3185.               non GamStop casinos
  3186.            </h6>
  3187.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3188.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3189.            </div> -->
  3190.          </a>
  3191.        </div>
  3192.          
  3193.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3194.          <a href="https://www.homeworkworkspace.com" class="text-decoration-none ">
  3195.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3196.              <i class="ti-angle-right me-2 text-primary"></i>
  3197.               non GamStop casinos
  3198.            </h6>
  3199.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3200.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3201.            </div> -->
  3202.          </a>
  3203.        </div>
  3204.          
  3205.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3206.          <a href="https://www.impact-awards.co.uk" class="text-decoration-none ">
  3207.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3208.              <i class="ti-angle-right me-2 text-primary"></i>
  3209.               non GamStop casino
  3210.            </h6>
  3211.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3212.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3213.            </div> -->
  3214.          </a>
  3215.        </div>
  3216.          
  3217.      </div>
  3218.  
  3219.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3220.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3221.      </div> -->
  3222.    </div>
  3223.  </div>
  3224.    
  3225.  <div class="sidebar-widget mb-4">
  3226.    <div class="widget-title-wrapper mb-3">
  3227.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3228.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3229.        <span class="title-arrow"></span>
  3230.      </h4>
  3231.    </div>
  3232.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3233.      <div class="blog-roll-list scrollable-sidebar">
  3234.        
  3235.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3236.          <a href="https://www.mediawise.org.uk/" class="text-decoration-none ">
  3237.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3238.              <i class="ti-angle-right me-2 text-primary"></i>
  3239.               casinos not on GamStop
  3240.            </h6>
  3241.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3242.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3243.            </div> -->
  3244.          </a>
  3245.        </div>
  3246.          
  3247.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3248.          <a href="https://thenewoxford.com/" class="text-decoration-none ">
  3249.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3250.              <i class="ti-angle-right me-2 text-primary"></i>
  3251.               slot sites not on GamStop
  3252.            </h6>
  3253.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3254.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3255.            </div> -->
  3256.          </a>
  3257.        </div>
  3258.          
  3259.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3260.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  3261.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3262.              <i class="ti-angle-right me-2 text-primary"></i>
  3263.               UK casino sites
  3264.            </h6>
  3265.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3266.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3267.            </div> -->
  3268.          </a>
  3269.        </div>
  3270.          
  3271.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3272.          <a href="https://www.cranleyclinic.com/" class="text-decoration-none ">
  3273.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3274.              <i class="ti-angle-right me-2 text-primary"></i>
  3275.               non GamStop casino
  3276.            </h6>
  3277.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3278.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3279.            </div> -->
  3280.          </a>
  3281.        </div>
  3282.          
  3283.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3284.          <a href="https://www.covent-garden.co.uk/" class="text-decoration-none ">
  3285.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3286.              <i class="ti-angle-right me-2 text-primary"></i>
  3287.               casinos not on GamStop
  3288.            </h6>
  3289.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3290.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3291.            </div> -->
  3292.          </a>
  3293.        </div>
  3294.          
  3295.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3296.          <a href="https://ola.co.uk/" class="text-decoration-none ">
  3297.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3298.              <i class="ti-angle-right me-2 text-primary"></i>
  3299.               online casinos not on GamStop
  3300.            </h6>
  3301.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3302.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3303.            </div> -->
  3304.          </a>
  3305.        </div>
  3306.          
  3307.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3308.          <a href="https://americymru.net/" class="text-decoration-none ">
  3309.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3310.              <i class="ti-angle-right me-2 text-primary"></i>
  3311.               UK casino not on GamStop
  3312.            </h6>
  3313.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3314.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3315.            </div> -->
  3316.          </a>
  3317.        </div>
  3318.          
  3319.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3320.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  3321.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3322.              <i class="ti-angle-right me-2 text-primary"></i>
  3323.               non GamStop sites
  3324.            </h6>
  3325.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3326.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3327.            </div> -->
  3328.          </a>
  3329.        </div>
  3330.          
  3331.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3332.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  3333.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3334.              <i class="ti-angle-right me-2 text-primary"></i>
  3335.               non GamStop
  3336.            </h6>
  3337.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3338.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3339.            </div> -->
  3340.          </a>
  3341.        </div>
  3342.          
  3343.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3344.          <a href="https://www.falconryforum.co.uk/" class="text-decoration-none ">
  3345.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3346.              <i class="ti-angle-right me-2 text-primary"></i>
  3347.               non gamstop casino
  3348.            </h6>
  3349.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3350.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3351.            </div> -->
  3352.          </a>
  3353.        </div>
  3354.          
  3355.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3356.          <a href="https://santanderjobs.co.uk/" class="text-decoration-none ">
  3357.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3358.              <i class="ti-angle-right me-2 text-primary"></i>
  3359.               non uk betting sites
  3360.            </h6>
  3361.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3362.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3363.            </div> -->
  3364.          </a>
  3365.        </div>
  3366.          
  3367.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3368.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  3369.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3370.              <i class="ti-angle-right me-2 text-primary"></i>
  3371.               Non GamStop Casinos
  3372.            </h6>
  3373.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3374.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3375.            </div> -->
  3376.          </a>
  3377.        </div>
  3378.          
  3379.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3380.          <a href="https://www.thekarczma.co.uk/" class="text-decoration-none ">
  3381.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3382.              <i class="ti-angle-right me-2 text-primary"></i>
  3383.               non UK regulated casinos
  3384.            </h6>
  3385.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3386.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3387.            </div> -->
  3388.          </a>
  3389.        </div>
  3390.          
  3391.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3392.          <a href="https://stpeters-wearmouth.org.uk/" class="text-decoration-none ">
  3393.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3394.              <i class="ti-angle-right me-2 text-primary"></i>
  3395.               casinos not on GamStop
  3396.            </h6>
  3397.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3398.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3399.            </div> -->
  3400.          </a>
  3401.        </div>
  3402.          
  3403.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3404.          <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none ">
  3405.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3406.              <i class="ti-angle-right me-2 text-primary"></i>
  3407.               Non UK Gambling Sites
  3408.            </h6>
  3409.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3410.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3411.            </div> -->
  3412.          </a>
  3413.        </div>
  3414.          
  3415.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3416.          <a href="https://www.goodclub.co.uk/" class="text-decoration-none ">
  3417.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3418.              <i class="ti-angle-right me-2 text-primary"></i>
  3419.               online casino
  3420.            </h6>
  3421.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3422.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3423.            </div> -->
  3424.          </a>
  3425.        </div>
  3426.          
  3427.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3428.          <a href="https://www.aboutcookies.org.uk/" class="text-decoration-none ">
  3429.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3430.              <i class="ti-angle-right me-2 text-primary"></i>
  3431.               online casino
  3432.            </h6>
  3433.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3434.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3435.            </div> -->
  3436.          </a>
  3437.        </div>
  3438.          
  3439.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3440.          <a href="https://roadpeace.org/" class="text-decoration-none ">
  3441.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3442.              <i class="ti-angle-right me-2 text-primary"></i>
  3443.               non gamstop casinos
  3444.            </h6>
  3445.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3446.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3447.            </div> -->
  3448.          </a>
  3449.        </div>
  3450.          
  3451.      </div>
  3452.  
  3453.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3454.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3455.      </div> -->
  3456.    </div>
  3457.  </div>
  3458.    
  3459.  <div class="sidebar-widget mb-4">
  3460.    <div class="widget-title-wrapper mb-3">
  3461.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3462.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3463.        <span class="title-arrow"></span>
  3464.      </h4>
  3465.    </div>
  3466.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3467.      <div class="blog-roll-list scrollable-sidebar">
  3468.        
  3469.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3470.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  3471.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3472.              <i class="ti-angle-right me-2 text-primary"></i>
  3473.               betting sites not on gamstop
  3474.            </h6>
  3475.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3476.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3477.            </div> -->
  3478.          </a>
  3479.        </div>
  3480.          
  3481.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3482.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3483.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3484.              <i class="ti-angle-right me-2 text-primary"></i>
  3485.               non gamstop betting sites
  3486.            </h6>
  3487.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3488.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3489.            </div> -->
  3490.          </a>
  3491.        </div>
  3492.          
  3493.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3494.          <a href="https://www.ferranti-technologies.co.uk/" class="text-decoration-none ">
  3495.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3496.              <i class="ti-angle-right me-2 text-primary"></i>
  3497.               online casinos
  3498.            </h6>
  3499.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3500.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3501.            </div> -->
  3502.          </a>
  3503.        </div>
  3504.          
  3505.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3506.          <a href="https://growsheffield.com/" class="text-decoration-none ">
  3507.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3508.              <i class="ti-angle-right me-2 text-primary"></i>
  3509.               best non Gamstop casinos
  3510.            </h6>
  3511.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3512.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3513.            </div> -->
  3514.          </a>
  3515.        </div>
  3516.          
  3517.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3518.          <a href="https://www.tennisforfree.com/" class="text-decoration-none ">
  3519.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3520.              <i class="ti-angle-right me-2 text-primary"></i>
  3521.               casinos not on gamstop
  3522.            </h6>
  3523.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3524.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3525.            </div> -->
  3526.          </a>
  3527.        </div>
  3528.          
  3529.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3530.          <a href="https://www.munchfit.co.uk/" class="text-decoration-none ">
  3531.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3532.              <i class="ti-angle-right me-2 text-primary"></i>
  3533.               online casino not on GamStop
  3534.            </h6>
  3535.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3536.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3537.            </div> -->
  3538.          </a>
  3539.        </div>
  3540.          
  3541.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3542.          <a href="https://seandavidsonn.com/" class="text-decoration-none ">
  3543.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3544.              <i class="ti-angle-right me-2 text-primary"></i>
  3545.               casino sites not on gamstop
  3546.            </h6>
  3547.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3548.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3549.            </div> -->
  3550.          </a>
  3551.        </div>
  3552.          
  3553.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3554.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  3555.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3556.              <i class="ti-angle-right me-2 text-primary"></i>
  3557.               best non GamStop casinos
  3558.            </h6>
  3559.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3560.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3561.            </div> -->
  3562.          </a>
  3563.        </div>
  3564.          
  3565.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3566.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  3567.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3568.              <i class="ti-angle-right me-2 text-primary"></i>
  3569.               best non GamStop casinos
  3570.            </h6>
  3571.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3572.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3573.            </div> -->
  3574.          </a>
  3575.        </div>
  3576.          
  3577.      </div>
  3578.  
  3579.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3580.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3581.      </div> -->
  3582.    </div>
  3583.  </div>
  3584.    
  3585.  <!-- <div class="sidebar-widget">
  3586.    <div class="widget-title-wrapper mb-3">
  3587.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3588.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3589.        <span class="title-arrow"></span>
  3590.      </h4>
  3591.    </div>
  3592.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3593.      <div class="blog-roll-list">
  3594.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3595.          <a href="#" class="text-decoration-none">
  3596.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3597.              <i class="ti-angle-right me-2 text-primary"></i>
  3598.              Complete Guide to Django REST Framework
  3599.            </h6>
  3600.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3601.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3602.            </div>
  3603.          </a>
  3604.        </div>
  3605.  
  3606.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3607.          <a href="#" class="text-decoration-none">
  3608.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3609.              <i class="ti-angle-right me-2 text-primary"></i>
  3610.              Modern JavaScript ES2025 Features
  3611.            </h6>
  3612.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3613.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3614.            </div>
  3615.          </a>
  3616.        </div>
  3617.  
  3618.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3619.          <a href="#" class="text-decoration-none">
  3620.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3621.              <i class="ti-angle-right me-2 text-primary"></i>
  3622.              Digital Marketing Trends in 2025
  3623.            </h6>
  3624.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3625.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3626.            </div>
  3627.          </a>
  3628.        </div>
  3629.  
  3630.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3631.          <a href="#" class="text-decoration-none">
  3632.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3633.              <i class="ti-angle-right me-2 text-primary"></i>
  3634.              Remote Work Best Practices
  3635.            </h6>
  3636.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3637.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3638.            </div>
  3639.          </a>
  3640.        </div>
  3641.  
  3642.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3643.          <a href="#" class="text-decoration-none">
  3644.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3645.              <i class="ti-angle-right me-2 text-primary"></i>
  3646.              Sustainable Living Tips for Beginners
  3647.            </h6>
  3648.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3649.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3650.            </div>
  3651.          </a>
  3652.        </div>
  3653.  
  3654.        <div class="blog-roll-item">
  3655.          <a href="#" class="text-decoration-none">
  3656.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3657.              <i class="ti-angle-right me-2 text-primary"></i>
  3658.              AI and Machine Learning Basics
  3659.            </h6>
  3660.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3661.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3662.            </div>
  3663.          </a>
  3664.        </div>
  3665.      </div>
  3666.  
  3667.      <div class="text-center mt-4 pt-3 border-top border-light">
  3668.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3669.      </div>
  3670.    </div>
  3671.  </div> -->
  3672. </div>
  3673.  
  3674. <!-- Sidebar V2 Styles -->
  3675. <style>
  3676.  .sidebar-widget {
  3677.    position: relative;
  3678.  }
  3679.  
  3680.  .widget-title {
  3681.    font-size: 1.1rem;
  3682.    font-weight: 700;
  3683.    display: inline-block;
  3684.    position: relative;
  3685.    z-index: 2;
  3686.    border-radius: 0;
  3687.  }
  3688.  
  3689.  /* Green arrow for August Blog Roll */
  3690.  .title-arrow::after {
  3691.    content: '';
  3692.    position: absolute;
  3693.    top: 0;
  3694.    right: -22px;
  3695.    width: 0;
  3696.    height: 0;
  3697.    border-left: 22px solid var(--bs-primary);
  3698.    border-top: 22px solid transparent;
  3699.    border-bottom: 22px solid transparent;
  3700.    z-index: 1;
  3701.  }
  3702.  
  3703.  /* Blue arrow for Recent Posts */
  3704.  .title-arrow-primary::after {
  3705.    content: '';
  3706.    position: absolute;
  3707.    top: 0;
  3708.    right: -22px;
  3709.    width: 0;
  3710.    height: 0;
  3711.    border-left: 22px solid var(--bs-primary);
  3712.    border-top: 22px solid transparent;
  3713.    border-bottom: 22px solid transparent;
  3714.    z-index: 1;
  3715.  }
  3716.  
  3717.  .widget-content {
  3718.    margin-top: -1px;
  3719.    position: relative;
  3720.    z-index: 1;
  3721.    background-color: var(--card-bg);
  3722.  }
  3723.  
  3724.  /* Blog Roll Items Hover Effects */
  3725.  .blog-roll-item:hover .blog-title {
  3726.    color: #198754 !important;
  3727.    transform: translateX(5px);
  3728.    transition: all 0.3s ease;
  3729.  }
  3730.  
  3731.  /* Recent Post Items Hover Effects */
  3732.  .recent-post-item:hover .post-title a {
  3733.    color: #0d6efd !important;
  3734.    transition: color 0.3s ease;
  3735.  }
  3736.  
  3737.  .recent-post-item:hover .post-image img {
  3738.    transform: scale(1.05);
  3739.    transition: transform 0.3s ease;
  3740.  }
  3741.  
  3742.  /* Button Hover Effects */
  3743.  .btn:hover {
  3744.    transform: translateY(-2px);
  3745.    transition: all 0.3s ease;
  3746.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3747.  }
  3748.  
  3749.  /* Badge Hover Effects */
  3750.  .badge:hover {
  3751.    transform: scale(1.05);
  3752.    transition: transform 0.3s ease;
  3753.  }
  3754.  
  3755.  @media (max-width: 991px) {
  3756.    .sidebar {
  3757.      margin-top: 3rem;
  3758.    }
  3759.  }
  3760.  
  3761.  @media (max-width: 576px) {
  3762.    .widget-title {
  3763.      font-size: 1rem;
  3764.      padding: 0.75rem 1rem !important;
  3765.    }
  3766.  
  3767.    .title-arrow::after,
  3768.    .title-arrow-primary::after {
  3769.      right: -18px;
  3770.      border-left-width: 18px;
  3771.      border-top-width: 18px;
  3772.      border-bottom-width: 18px;
  3773.    }
  3774.  
  3775.    .post-image {
  3776.      width: 70px !important;
  3777.      height: 55px !important;
  3778.    }
  3779.  
  3780.    .blog-meta {
  3781.      flex-direction: column !important;
  3782.      align-items: flex-start !important;
  3783.      gap: 0.5rem;
  3784.    }
  3785.  }
  3786. </style>
  3787.  
  3788.    
  3789.            </div>
  3790.        </div>
  3791.    </div>
  3792. </section>
  3793.  
  3794. <script>
  3795. // Intersection Observer for scroll animations
  3796. document.addEventListener('DOMContentLoaded', function() {
  3797.    const observerOptions = {
  3798.        threshold: 0.1,
  3799.        rootMargin: '0px 0px -50px 0px'
  3800.    };
  3801.  
  3802.    const observer = new IntersectionObserver(function(entries) {
  3803.        entries.forEach(entry => {
  3804.            if (entry.isIntersecting) {
  3805.                entry.target.classList.add('animated');
  3806.            }
  3807.        });
  3808.    }, observerOptions);
  3809.  
  3810.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  3811.        observer.observe(el);
  3812.    });
  3813. });
  3814. </script>
  3815.  
  3816.    
  3817.        
  3818.        <!-- end wpo-blog-highlights-section -->
  3819.        <!-- start wpo-blog-sponsored-section -->
  3820.        
  3821.  
  3822.  
  3823.  
  3824.    
  3825.  
  3826.  
  3827.  <style>
  3828.    .sponsored-section-v7 {
  3829.      padding: 50px 0;
  3830.    }
  3831.    
  3832.    .sponsored-card-v7 {
  3833.      background: #fafafa;
  3834.      border: none;
  3835.      transition: transform 0.3s ease;
  3836.      height: 100%;
  3837.    }
  3838.    
  3839.    .sponsored-card-v7:hover {
  3840.      transform: translateY(-3px);
  3841.    }
  3842.    
  3843.    .sponsored-image-v7 {
  3844.      position: relative;
  3845.      height: 160px;
  3846.    }
  3847.    
  3848.    .sponsored-image-v7 img {
  3849.      width: 100%;
  3850.      height: 100%;
  3851.      object-fit: cover;
  3852.      border-radius: 10px; /* Apply curve to image */
  3853.    }
  3854.    
  3855.    .sponsored-badge-v7 {
  3856.      position: absolute;
  3857.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  3858.      left: 10px;
  3859.      z-index: 10;
  3860.    
  3861.      /* pill look */
  3862.      display: inline-flex; /* vertical centering */
  3863.      align-items: center;
  3864.      justify-content: center;
  3865.      padding: 8px 16px; /* width = content + padding */
  3866.      border-radius: 999px; /* full pill */
  3867.      white-space: nowrap; /* ek hi line me rahe */
  3868.      /* text */
  3869.      font-size: 12px;
  3870.      text-transform: uppercase;
  3871.      letter-spacing: 0.5px;
  3872.      line-height: 1;
  3873.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  3874.    }
  3875.    
  3876.    /* optional: icon ke saath thoda gap */
  3877.    .sponsored-badge-v7 i,
  3878.    .sponsored-badge-v7 .icon {
  3879.      margin-right: 8px;
  3880.      font-size: 14px;
  3881.      line-height: 1;
  3882.    }
  3883.    
  3884.    .sponsored-content-v7 {
  3885.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  3886.    }
  3887.    
  3888.    .sponsored-title-v7 {
  3889.      font-size: 15px;
  3890.      font-weight: 700;
  3891.      line-height: 1.4;
  3892.      margin-bottom: 8px;
  3893.      color: #333;
  3894.    }
  3895.    
  3896.    .sponsored-title-v7 a {
  3897.      text-decoration: none;
  3898.      font-size: 16px;
  3899.      color: var(--topbar-color);
  3900.    }
  3901.    
  3902.    .sponsored-title-v7 a:hover {
  3903.      color: var(--bs-primary); /* Green hover */
  3904.    }
  3905.    
  3906.    .sponsored-excerpt-v7 {
  3907.      font-size: 12px;
  3908.      font-weight: 400;
  3909.      color:  var(--topbar-color);;
  3910.      margin-bottom: 10px;
  3911.      line-height: 1.5;
  3912.    }
  3913.    
  3914.    .sponsored-meta-v7 {
  3915.      font-size: 11px;
  3916.       color: var(--topbar-color);;
  3917.    }
  3918.    
  3919.    .author-info-v7 {
  3920.      margin-bottom: 5px;
  3921.    }
  3922.    
  3923.    .sponsored-author-img-v7 {
  3924.      width: 30px;
  3925.      height: 30px;
  3926.      border-radius: 50%;
  3927.      object-fit: cover;
  3928.      vertical-align: middle;
  3929.      margin-right: 5px;
  3930.    }
  3931.    
  3932.    .section-title-sponsored-v7 {
  3933.      font-size: 1.9rem;
  3934.      font-weight: 600;
  3935.      text-align: center;
  3936.      margin-bottom: 30px;
  3937.      color: #333;
  3938.      position: relative;
  3939.    }
  3940.    
  3941.    .section-title-sponsored-v7::after {
  3942.      content: '';
  3943.      position: absolute;
  3944.      bottom: -8px;
  3945.      left: 50%;
  3946.      transform: translateX(-50%);
  3947.      width: 100px;
  3948.      height: 3px;
  3949.      background: var(--bs-primary);
  3950.    }
  3951.    
  3952.    @media (max-width: 768px) {
  3953.      .sponsored-section-v7 {
  3954.        padding: 30px 0;
  3955.      }
  3956.      .sponsored-image-v7 {
  3957.        height: 120px;
  3958.      }
  3959.      .sponsored-content-v7 {
  3960.        padding: 35px 12px 12px;
  3961.      }
  3962.  
  3963.      .sponsored-title-v7 {
  3964.        font-size: 14px;
  3965.      }
  3966.      .sponsored-excerpt-v7 {
  3967.        font-size: 11px;
  3968.      }
  3969.      .section-title-sponsored-v7 {
  3970.        font-size: 1.6rem;
  3971.      }
  3972.    }
  3973.  </style>
  3974.  
  3975.  <section class="sponsored-section-v7">
  3976.    <div class="container-fluid fluid-container">
  3977.      <div class="row mb-3">
  3978.        <div class="col-12">
  3979.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  3980.        </div>
  3981.      </div>
  3982.  
  3983.      <div class="row g-3 d-flex justify-content-center">
  3984.        
  3985.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  3986.            <div class="card sponsored-card-v7">
  3987.              <div class="sponsored-image-v7">
  3988.                
  3989.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  3990.                
  3991.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  3992.              </div>
  3993.              <div class="sponsored-content-v7">
  3994.                <h3 class="sponsored-title-v7"><a href="/why-los-blancos-have-complete-confidence-in-teenager-pitarch/">Why Los Blancos Have &#x27;Complete Confidence&#x27; in Teenager Pitarch</a></h3>
  3995.                <p class="sponsored-excerpt-v7 "></p>
  3996.                <div class="sponsored-meta-v7">
  3997.                  <div class="author-info-v7">
  3998.                    
  3999.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="sponsored-author-img-v7" />
  4000.                    
  4001.                    <span>Douglas Jennings</span>
  4002.                  </div>
  4003.                  <div>05 May 2026</div>
  4004.                </div>
  4005.              </div>
  4006.            </div>
  4007.          </div>
  4008.        
  4009.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4010.            <div class="card sponsored-card-v7">
  4011.              <div class="sponsored-image-v7">
  4012.                
  4013.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4014.                
  4015.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4016.              </div>
  4017.              <div class="sponsored-content-v7">
  4018.                <h3 class="sponsored-title-v7"><a href="/twitch-streamer-welcomes-baby-during-real-time-broadcast-with-tens-of-thousands-of-viewers/">Twitch Streamer Welcomes Baby During Real-Time Broadcast with Tens of Thousands of Viewers</a></h3>
  4019.                <p class="sponsored-excerpt-v7 "></p>
  4020.                <div class="sponsored-meta-v7">
  4021.                  <div class="author-info-v7">
  4022.                    
  4023.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="sponsored-author-img-v7" />
  4024.                    
  4025.                    <span>Douglas Jennings</span>
  4026.                  </div>
  4027.                  <div>05 May 2026</div>
  4028.                </div>
  4029.              </div>
  4030.            </div>
  4031.          </div>
  4032.        
  4033.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4034.            <div class="card sponsored-card-v7">
  4035.              <div class="sponsored-image-v7">
  4036.                
  4037.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4038.                
  4039.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4040.              </div>
  4041.              <div class="sponsored-content-v7">
  4042.                <h3 class="sponsored-title-v7"><a href="/manchester-united-poised-to-sign-germany-forward-lea-sch%C3%BCller-away-from-bayern-munich/">Manchester United Poised to Sign Germany Forward Lea Schüller away from Bayern Munich</a></h3>
  4043.                <p class="sponsored-excerpt-v7 "></p>
  4044.                <div class="sponsored-meta-v7">
  4045.                  <div class="author-info-v7">
  4046.                    
  4047.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="sponsored-author-img-v7" />
  4048.                    
  4049.                    <span>Douglas Jennings</span>
  4050.                  </div>
  4051.                  <div>05 May 2026</div>
  4052.                </div>
  4053.              </div>
  4054.            </div>
  4055.          </div>
  4056.        
  4057.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4058.            <div class="card sponsored-card-v7">
  4059.              <div class="sponsored-image-v7">
  4060.                
  4061.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4062.                
  4063.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4064.              </div>
  4065.              <div class="sponsored-content-v7">
  4066.                <h3 class="sponsored-title-v7"><a href="/like-a-champions-league-win-kendalls-memorable-performance-for-england/">‘Like a Champions League win’ - Kendall’s memorable performance for England</a></h3>
  4067.                <p class="sponsored-excerpt-v7 "></p>
  4068.                <div class="sponsored-meta-v7">
  4069.                  <div class="author-info-v7">
  4070.                    
  4071.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="sponsored-author-img-v7" />
  4072.                    
  4073.                    <span>Douglas Jennings</span>
  4074.                  </div>
  4075.                  <div>05 May 2026</div>
  4076.                </div>
  4077.              </div>
  4078.            </div>
  4079.          </div>
  4080.        
  4081.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4082.            <div class="card sponsored-card-v7">
  4083.              <div class="sponsored-image-v7">
  4084.                
  4085.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4086.                
  4087.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4088.              </div>
  4089.              <div class="sponsored-content-v7">
  4090.                <h3 class="sponsored-title-v7"><a href="/china-strengthens-oversight-on-rare-earth-sales-citing-national-security-concerns/">China Strengthens Oversight on Rare-Earth Sales, Citing National Security Concerns</a></h3>
  4091.                <p class="sponsored-excerpt-v7 "></p>
  4092.                <div class="sponsored-meta-v7">
  4093.                  <div class="author-info-v7">
  4094.                    
  4095.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="sponsored-author-img-v7" />
  4096.                    
  4097.                    <span>Douglas Jennings</span>
  4098.                  </div>
  4099.                  <div>05 May 2026</div>
  4100.                </div>
  4101.              </div>
  4102.            </div>
  4103.          </div>
  4104.        
  4105.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  4106.            <div class="card sponsored-card-v7">
  4107.              <div class="sponsored-image-v7">
  4108.                
  4109.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  4110.                
  4111.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  4112.              </div>
  4113.              <div class="sponsored-content-v7">
  4114.                <h3 class="sponsored-title-v7"><a href="/the-renowned-filmmaker-on-his-monumental-american-revolution-project-no-project-will-be-more-significant/">The Renowned Filmmaker on His Monumental American Revolution Project: ‘No Project Will Be More Significant’</a></h3>
  4115.                <p class="sponsored-excerpt-v7 "></p>
  4116.                <div class="sponsored-meta-v7">
  4117.                  <div class="author-info-v7">
  4118.                    
  4119.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/728e2510-f345-4f8a-88c5-c94944fba8ec_profile.png" alt="Douglas Jennings" style="object-fit: cover;" class="sponsored-author-img-v7" />
  4120.                    
  4121.                    <span>Douglas Jennings</span>
  4122.                  </div>
  4123.                  <div>05 May 2026</div>
  4124.                </div>
  4125.              </div>
  4126.            </div>
  4127.          </div>
  4128.        
  4129.      </div>
  4130.    </div>
  4131.  </section>
  4132.  
  4133.  
  4134.    
  4135.        <!-- end wpo-blog-sponsored-section -->
  4136.        <!-- start wpo-subscribe-section -->
  4137.        
  4138.        <!-- end subscribe-section -->
  4139.        <!-- start of wpo-site-footer-section -->
  4140.        
  4141.  
  4142.  
  4143.  
  4144.  
  4145.  
  4146.  
  4147. <footer class="wpo-site-footer-v2 ">
  4148.    
  4149.    <!-- Main Footer Content -->
  4150.    <div class="container-fluid fluid-container">
  4151.        
  4152.        <!-- Step 1: Brand Section -->
  4153.        <div class="footer-brand-section">
  4154.            <div class="row justify-content-center">
  4155.                <div class="col-lg-8 col-md-10 col-12 text-center">
  4156.                    <div class="brand-wrapper">
  4157.                        
  4158.                            <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/c6516a27-a542-4ecc-867d-cb70a4b661ba_logo.png" alt="Mediatech Online" class="footer-logo mb-3" loading="lazy">
  4159.                        
  4160.                        <h2 class="brand-title">Mediatech Online</h2>
  4161.                        <p class="brand-description">Stay updated with the latest UK technology news, in-depth reviews, and expert insights on media and tech trends affecting businesses and consumers.</p>
  4162.                        
  4163.                    </div>
  4164.                </div>
  4165.            </div>
  4166.        </div>
  4167.  
  4168.        <!-- Step 2: Content Columns with Separators -->
  4169.        <div class="footer-content-section">
  4170.            <div class="content-divider"></div>
  4171.            
  4172.            <div class="row">
  4173.                
  4174.                <!-- Column 1: Important Links -->
  4175.                <div class="col-lg-6 col-md-6 col-12">
  4176.                    <div class="footer-column">
  4177.                        <div class="column-header">
  4178.                            <span class="column-number bg-primary-gradient">01</span>
  4179.                            <h6 class="column-title">Important Pages</h6>
  4180.                        </div>
  4181.                        <div class="column-content">
  4182.                            <ul class="footer-links">
  4183.                                
  4184.                                <li>
  4185.                                    <a href="/eurovision-used-to-be-a-campy-joy-but-it-has-transformed-into-a-cynical-way-to-whitewash-war/" class="footer-link">
  4186.                                        Eurovision Used to Be a Campy Joy – But It Has Transformed Into a Cynical Way to Whitewash War.
  4187.                                    </a>
  4188.                                </li>
  4189.                                
  4190.                                <li>
  4191.                                    <a href="/mentally-its-killing-me-alex-de-minaur-on-verge-of-atp-finals-elimination-after-final-set-collapse/" class="footer-link">
  4192.                                        {&#x27;Mentally it&#x27;s killing me&#x27;: Alex de Minaur on verge of ATP Finals elimination after final set collapse
  4193.                                    </a>
  4194.                                </li>
  4195.                                
  4196.                                <li>
  4197.                                    <a href="/underdog-justin-hood-smashes-record-with-astonishing-11-straight-doubles-in-world-championship-rout/" class="footer-link">
  4198.                                        Underdog Justin Hood Smashes Record with Astonishing 11 Straight Doubles in World Championship Rout
  4199.                                    </a>
  4200.                                </li>
  4201.                                
  4202.                                <li>
  4203.                                    <a href="/whats-happening-with-edinburghs-plastic-shrouded-hotel/" class="footer-link">
  4204.                                        What&#x27;s Happening with Edinburgh&#x27;s Plastic-Shrouded Hotel?
  4205.                                    </a>
  4206.                                </li>
  4207.                                
  4208.                                <li>
  4209.                                    <a href="/amid-a-violent-tempest-the-panicked-screams-of-children-in-tents-outside-echoed-this-marks-christmas-in-gaza/" class="footer-link">
  4210.                                        Amid a Violent Tempest, The Panicked Screams of Children in Tents Outside Echoed. This Marks Christmas in Gaza
  4211.                                    </a>
  4212.                                </li>
  4213.                                
  4214.                                <li>
  4215.                                    <a href="/an-alarming-state-of-affairs-hostilities-on-iran-constricts-indias-lpg-availability/" class="footer-link">
  4216.                                        ‘An Alarming State of Affairs’: Hostilities on Iran Constricts India&#x27;s LPG Availability.
  4217.                                    </a>
  4218.                                </li>
  4219.                                
  4220.                            </ul>
  4221.                        </div>
  4222.                    </div>
  4223.                </div>
  4224.  
  4225.                <!-- Column 2: External Links -->
  4226.                 <div class="col-lg-6 col-md-6 col-12">
  4227.                    <div class="footer-column">
  4228.                        <div class="column-header">
  4229.                            <span class="column-number bg-primary-gradient">02</span>
  4230.                            <h6 class="column-title">External Resources</h6>
  4231.                        </div>
  4232.                       <div class="column-content">
  4233.    <ul class="footer-links" id="footerLinks">
  4234.        
  4235.        
  4236.  
  4237.        
  4238.        
  4239.        
  4240.        
  4241.    </ul>
  4242. </div>
  4243.  
  4244.                    </div>
  4245.                </div>
  4246.  
  4247.                <!-- Column 3: Categories -->
  4248.                <div class="col-lg-6 col-md-6 col-12">
  4249.                    <div class="footer-column">
  4250.                        <div class="column-header">
  4251.                            <span class="column-number bg-primary-gradient">02</span>
  4252.                            <h6 class="column-title">Categories</h6>
  4253.                        </div>
  4254.                        <div class="column-content">
  4255.                            <ul class="footer-links">
  4256.                                
  4257.                                <li>
  4258.                                    <a href="/category/all-posts/" class="footer-link">
  4259.                                        All Posts
  4260.                                    </a>
  4261.                                </li>
  4262.                                
  4263.                                <li>
  4264.                                    <a href="/category/business/" class="footer-link">
  4265.                                        Business
  4266.                                    </a>
  4267.                                </li>
  4268.                                
  4269.                                <li>
  4270.                                    <a href="/category/esports/" class="footer-link">
  4271.                                        Esports
  4272.                                    </a>
  4273.                                </li>
  4274.                                
  4275.                                <li>
  4276.                                    <a href="/category/fashion/" class="footer-link">
  4277.                                        Fashion
  4278.                                    </a>
  4279.                                </li>
  4280.                                
  4281.                                <li>
  4282.                                    <a href="/category/featured/" class="footer-link">
  4283.                                        Featured
  4284.                                    </a>
  4285.                                </li>
  4286.                                
  4287.                                <li>
  4288.                                    <a href="/category/gaming/" class="footer-link">
  4289.                                        Gaming
  4290.                                    </a>
  4291.                                </li>
  4292.                                
  4293.                            </ul>
  4294.                        </div>
  4295.                    </div>
  4296.                </div>
  4297.  
  4298.            </div>
  4299.        </div>
  4300.  
  4301.        <!-- Step 3: Footer Bottom -->
  4302.        <div class="footer-bottom-section">
  4303.            <div class="bottom-divider"></div>
  4304.            <div class="d-flex justify-content-between flex-wrap">
  4305.                <div class="">
  4306.                    <p class="copyright-text">
  4307.                        &copy; 2026 <strong>Mediatech Online</strong> • All rights reserved
  4308.                    </p>
  4309.                </div>
  4310.                <div class="">
  4311.                    <nav class="footer-nav">
  4312.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  4313.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  4314.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  4315.                    </nav>
  4316.                </div>
  4317.            </div>
  4318.        </div>
  4319.  
  4320.    </div>
  4321.  
  4322.    <!-- Background Elements -->
  4323.    <div class="footer-bg-elements">
  4324.        <div class="bg-circle circle-1"></div>
  4325.        <div class="bg-circle circle-2"></div>
  4326.        <div class="bg-line line-1"></div>
  4327.        <div class="bg-line line-2"></div>
  4328.    </div>
  4329.  
  4330. </footer>
  4331.  
  4332. <style>
  4333. /* Footer V2 - Clean Blog Design */
  4334. .wpo-site-footer-v2 {
  4335.    color: var(--footer-color);
  4336.    background-color: var(--card-bg);
  4337.    margin-top: 100px;
  4338. }
  4339.  
  4340.  
  4341.  
  4342. /* Step 2: Brand Section */
  4343. .footer-brand-section {
  4344.    position: relative;
  4345.    z-index: 2;
  4346.    padding: 120px 0 60px;
  4347. }
  4348.  
  4349. .brand-wrapper {
  4350.    max-width: 600px;
  4351.    margin: 0 auto;
  4352. }
  4353.  
  4354. .footer-logo {
  4355.    max-height: 60px;
  4356.    width: auto;
  4357.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  4358. }
  4359.  
  4360. .brand-title {
  4361.    font-size: 2.2rem;
  4362.    font-weight: 800;
  4363.    color: var(--footer-color);
  4364.    margin-bottom: 1rem;
  4365.    letter-spacing: -0.02em;
  4366. }
  4367.  
  4368. .brand-description {
  4369.    font-size: 1.1rem;
  4370.    color: var(--footer-color);
  4371.    line-height: 1.6;
  4372.    opacity: .7;
  4373.    margin-bottom: 0;
  4374. }
  4375.  
  4376. /* Step 3: Content Section */
  4377. .footer-content-section {
  4378.    position: relative;
  4379.    z-index: 2;
  4380.    padding: 60px 0;
  4381. }
  4382.  
  4383.  
  4384. .footer-column {
  4385.    margin-bottom: 40px;
  4386.    padding: 0 20px;
  4387. }
  4388.  
  4389. .column-header {
  4390.    display: flex;
  4391.    align-items: center;
  4392.    margin-bottom: 25px;
  4393.    padding-bottom: 15px;
  4394.    border-bottom: 2px solid var(--border-color);
  4395. }
  4396.  
  4397. .column-number {
  4398.    width: 35px;
  4399.    height: 35px;
  4400.    border-radius: 10px;
  4401.    display: flex;
  4402.    align-items: center;
  4403.    justify-content: center;
  4404.    font-weight: 700;
  4405.    font-size: 0.9rem;
  4406.    margin-right: 15px;
  4407. }
  4408.  
  4409. .column-title {
  4410.    font-size: 1.1rem;
  4411.    font-weight: 700;
  4412.    color: var(--footer-color) !important;
  4413.    margin: 0;
  4414. }
  4415.  
  4416. .column-content {
  4417.    padding-left: 50px;
  4418. }
  4419.  
  4420. /* Footer Links */
  4421. .footer-links {
  4422.    list-style: none;
  4423.    padding: 0;
  4424.    margin: 0;
  4425. }
  4426.  
  4427. .footer-links li {
  4428.    margin-bottom: 12px;
  4429.    position: relative;
  4430. }
  4431.  
  4432. .footer-link {
  4433.    color: var(--footer-color) !important;
  4434.    text-decoration: none;
  4435.    font-size: 0.95rem;
  4436.    line-height: 1.5;
  4437.    transition: all 0.8s ease;
  4438.    position: relative;
  4439.    display: inline-flex;
  4440.    align-items: center;
  4441. }
  4442.  
  4443. .footer-link:hover {
  4444.    color: var(--bs-primary);
  4445.    padding-left: 8px;
  4446. }
  4447.  
  4448. .footer-link::before {
  4449.    content: '';
  4450.    position: absolute;
  4451.    left: -15px;
  4452.    top: 50%;
  4453.    transform: translateY(-50%);
  4454.    width: 4px;
  4455.    height: 4px;
  4456.    background: var(--bs-primary);
  4457.    border-radius: 50%;
  4458.    opacity: 0;
  4459.    transition: opacity 0.3s ease;
  4460. }
  4461.  
  4462. .footer-link:hover::before {
  4463.    opacity: 1;
  4464. }
  4465.  
  4466. /* Step 4: Footer Bottom */
  4467. .footer-bottom-section {
  4468.    position: relative;
  4469.    z-index: 2;
  4470.    padding: 30px 0;
  4471. }
  4472.  
  4473. .bottom-divider {
  4474.    width: 100%;
  4475.    height: 1px;
  4476.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  4477.    margin-bottom: 30px;
  4478. }
  4479.  
  4480. .copyright-text {
  4481.    color: var(--footer-color);
  4482.    font-size: 0.9rem;
  4483.    margin: 0;
  4484.    line-height: 1.6;
  4485. }
  4486.  
  4487. .footer-nav {
  4488.    display: flex;
  4489.    align-items: center;
  4490.    gap: 20px;
  4491.    justify-content: center;
  4492. }
  4493.  
  4494. .footer-nav-link {
  4495.    color: var(--footer-color) !important;
  4496.    text-decoration: none;
  4497.    font-size: 0.9rem;
  4498.    font-weight: 500;
  4499.    transition: color 0.3s ease;
  4500.    position: relative;
  4501. }
  4502.  
  4503. .footer-nav-link:hover {
  4504.    color: var(--bs-primary);
  4505. }
  4506.  
  4507. .footer-nav-link::after {
  4508.    content: '';
  4509.    position: absolute;
  4510.    bottom: -5px;
  4511.    left: 0;
  4512.    width: 0;
  4513.    height: 2px;
  4514.    background: var(--bs-primary) !important;
  4515.    transition: width 0.3s ease;
  4516. }
  4517.  
  4518. .footer-nav-link:hover::after {
  4519.    width: 100%;
  4520. }
  4521.  
  4522. /* Responsive Design */
  4523. @media (max-width: 992px) {
  4524.    .footer-brand-section {
  4525.        padding: 100px 0 50px;
  4526.    }
  4527.    
  4528.    .brand-title {
  4529.        font-size: 1.8rem;
  4530.    }
  4531.    
  4532.    .column-content {
  4533.        padding-left: 0;
  4534.        padding-top: 10px;
  4535.    }
  4536.    
  4537.    .column-header {
  4538.        flex-direction: column;
  4539.        align-items: flex-start;
  4540.        gap: 10px;
  4541.    }
  4542.    
  4543.    .column-number {
  4544.        align-self: center;
  4545.    }
  4546. }
  4547.  
  4548. @media (max-width: 768px) {
  4549.    .footer-brand-section {
  4550.        padding: 80px 0 40px;
  4551.    }
  4552.    
  4553.    .brand-title {
  4554.        font-size: 1.6rem;
  4555.    }
  4556.    
  4557.    .newsletter-inline {
  4558.        padding: 1.5rem;
  4559.        margin: 0 15px;
  4560.    }
  4561.    
  4562.    .newsletter-form .input-group {
  4563.        flex-direction: column;
  4564.    }
  4565.    
  4566.    .btn-newsletter {
  4567.        border-radius: 0 0 12px 12px;
  4568.    }
  4569.    
  4570.    .newsletter-input {
  4571.        border-radius: 12px 12px 0 0;
  4572.    }
  4573.    
  4574.    .footer-column {
  4575.        padding: 0 15px;
  4576.        margin-bottom: 35px;
  4577.    }
  4578.    
  4579.    .footer-nav {
  4580.        flex-direction: column;
  4581.        gap: 15px;
  4582.        margin-top: 20px;
  4583.    }
  4584. }
  4585.  
  4586. @media (max-width: 576px) {
  4587.    .footer-brand-section {
  4588.        padding: 60px 0 30px;
  4589.    }
  4590.    
  4591.    .brand-title {
  4592.        font-size: 1.4rem;
  4593.    }
  4594.    
  4595.    .brand-description {
  4596.        font-size: 1rem;
  4597.    }
  4598.    
  4599.    .newsletter-title {
  4600.        font-size: 1.1rem;
  4601.    }
  4602.    
  4603.    .column-title {
  4604.        font-size: 1rem;
  4605.    }
  4606.    
  4607.    .footer-column {
  4608.        padding: 0 10px;
  4609.    }
  4610.    
  4611.    .bg-circle, .bg-line {
  4612.        display: none;
  4613.    }
  4614. }
  4615.  
  4616. /* Minimal Animation */
  4617. .footer-column {
  4618.    transition: opacity 0.3s ease;
  4619. }
  4620.  
  4621. .footer-column:hover {
  4622.    opacity: 0.9;
  4623. }
  4624. </style>
  4625.  
  4626. <!-- Bootstrap 5 JS -->
  4627.  
  4628. <script>
  4629. // Scroll to Top Function
  4630. function scrollToTop() {
  4631.    window.scrollTo({
  4632.        top: 0,
  4633.        behavior: 'smooth'
  4634.    });
  4635. }
  4636.  
  4637. // Initialize Footer V2 Features
  4638. document.addEventListener('DOMContentLoaded', function() {
  4639.    
  4640.    // Newsletter Form Enhancement
  4641.    const newsletterForm = document.querySelector('.newsletter-form');
  4642.    if (newsletterForm) {
  4643.        newsletterForm.addEventListener('submit', function(e) {
  4644.            e.preventDefault(); // Remove this in actual implementation
  4645.            
  4646.            const submitBtn = this.querySelector('.btn-newsletter');
  4647.            const originalText = submitBtn.textContent;
  4648.            
  4649.            submitBtn.textContent = 'Subscribing...';
  4650.            submitBtn.disabled = true;
  4651.            
  4652.            // Simulate form processing
  4653.            setTimeout(() => {
  4654.                submitBtn.textContent = 'Subscribed!';
  4655.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4656.                
  4657.                setTimeout(() => {
  4658.                    submitBtn.textContent = originalText;
  4659.                    submitBtn.disabled = false;
  4660.                    submitBtn.style.background = '';
  4661.                    this.reset();
  4662.                }, 2000);
  4663.            }, 1500);
  4664.        });
  4665.    }
  4666.    
  4667.    // Smooth reveal for columns on scroll
  4668.    const observerOptions = {
  4669.        threshold: 0.1,
  4670.        rootMargin: '0px 0px -50px 0px'
  4671.    };
  4672.    
  4673.    const observer = new IntersectionObserver((entries) => {
  4674.        entries.forEach(entry => {
  4675.            if (entry.isIntersecting) {
  4676.                entry.target.style.opacity = '1';
  4677.                entry.target.style.transform = 'translateY(0)';
  4678.            }
  4679.        });
  4680.    }, observerOptions);
  4681.    
  4682.    // Initially hide columns for animation
  4683.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4684.        column.style.opacity = '0';
  4685.        column.style.transform = 'translateY(20px)';
  4686.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4687.        observer.observe(column);
  4688.    });
  4689.    
  4690.    // Prevent default for placeholder links
  4691.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4692.        link.addEventListener('click', function(e) {
  4693.            e.preventDefault();
  4694.        });
  4695.    });
  4696. });
  4697.  
  4698. document.addEventListener('DOMContentLoaded', function () {
  4699.    var btn = document.getElementById('toggleFooterLinks');
  4700.    if (!btn) return; // No extra links, no button
  4701.  
  4702.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4703.  
  4704.    btn.addEventListener('click', function () {
  4705.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4706.            return li.classList.contains('d-none');
  4707.        });
  4708.  
  4709.        extras.forEach(function (li) {
  4710.            if (anyHidden) {
  4711.                li.classList.remove('d-none');
  4712.                li.classList.add('show');
  4713.            } else {
  4714.                li.classList.add('d-none');
  4715.                li.classList.remove('show');
  4716.            }
  4717.        });
  4718.  
  4719.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4720.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4721.    });
  4722. });
  4723.  
  4724. </script>
  4725.  
  4726.        <!-- end of wpo-site-footer-section -->
  4727.    </div>
  4728.    <!-- end of page-wrapper -->
  4729.  
  4730.    <!-- All JavaScript files
  4731.    ================================================== -->
  4732.    
  4733.  
  4734. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4735. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4736. <!-- Plugins for this template -->
  4737. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4738. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4739. <!-- Custom script for this template -->
  4740. <script src="/static/blogapp/assets/js/script.js"></script>
  4741.  
  4742. <script>
  4743. (function () {
  4744. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4745. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4746.  
  4747. function applyFallback(img) {
  4748. if (!img || img.dataset.fallbackApplied === "1") {
  4749. return;
  4750. }
  4751. var failedSrc = img.currentSrc || img.src || "";
  4752. img.dataset.fallbackApplied = "1";
  4753. img.onerror = null;
  4754. img.src = fallbackImageSrc;
  4755. console.warn("[ImageFallback] Replaced broken image:", {
  4756. failedSrc: failedSrc,
  4757. fallbackSrc: fallbackImageSrc,
  4758. alt: img.alt || "",
  4759. });
  4760. }
  4761.  
  4762. document.querySelectorAll("img").forEach(function (img) {
  4763. if (img.complete && img.naturalWidth === 0) {
  4764. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4765. failedSrc: img.currentSrc || img.src || "",
  4766. alt: img.alt || "",
  4767. });
  4768. applyFallback(img);
  4769. }
  4770. });
  4771.  
  4772. document.addEventListener(
  4773. "error",
  4774. function (event) {
  4775. var target = event.target;
  4776. if (target && target.tagName === "IMG") {
  4777. applyFallback(target);
  4778. }
  4779. },
  4780. true
  4781. );
  4782. })();
  4783. </script>
  4784.  
  4785. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4786.  
  4787.  
  4788.  
  4789. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"d648494edf044ebe89ed5c5a302e6d5d","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4790. </body>
  4791.  
  4792. </html>
  4793.  
  4794.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda