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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="cabin">
  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/Untitled_design_-_2025-04-28T110445.125_YBK23i1_3Tlhdnp_ygesM4q.png">
  14.    
  15.  
  16.    <title>DailyHub360 UK: Tech News, Business Insights &amp; Lifestyle Trends</title>
  17.    <meta name="description" content="DailyHub360 UK delivers the latest in technology, business updates, and lifestyle trends. Stay informed with expert analysis and practical advice for modern living.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://dailyhub360.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff6b6b;
  42.        --bs-primary-rgb: ff6b6b;
  43.        --bs-secondary: #4b5e6b;
  44.        --bs-success: #2ecc71;
  45.        --bs-danger: #e74c3c;
  46.        --bs-warning: #f1c40f;
  47.        --bs-info: #3498db;
  48.        --bs-light: #ecf0f1;
  49.        --bs-dark: #2c3e50;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff6b6b;
  53.        --theme-primary-color-s2: #ff6b6b;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2c3e50;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2c3e50;
  59.        --border-color: #b2bec3;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #dfe6e9;
  75.        --navbar-color: #2c3e50;
  76.        --topbar-bg: #ecf0f1;
  77.        --topbar-color: #2c3e50;
  78.        --footer-bg: #2c3e50;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #b2bec3;
  82.        --card-radius: 12px;
  83.        --link-color: #ff6b6b;
  84.        --link-hover: #e84343;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 107, 107, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_1">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.  
  396.  
  397.            <!-- end preloader -->
  398.        
  399.        <!-- Start header -->
  400.        <header id="header" class="wpo-site-header">
  401.            
  402.  
  403.  
  404.    
  405.  
  406.  
  407. <div class="top-bg">
  408.    <div class="unique-topbar d-sm-flex d-none container-fluid fluid-container">
  409.        <button class="unique-menu-btn bg-primary-gradient">Latest Update</button>        
  410.        
  411.        <div class="unique-news-container">
  412.            <div class="unique-news-wrapper" id="newsWrapper">
  413.                <!-- News items injected via JS -->
  414.            </div>
  415.        </div>
  416.    
  417.        <div class="contact-info">
  418.            <ul class="d-flex list-unstyled gap-3 pe-3 flex-wrap">
  419.                <li><a href="#"><i class="top-color ti-facebook"></i></a></li>
  420.                <li><a href="#"><i class="top-color ti-twitter-alt"></i></a></li>
  421.                <li><a href="#"><i class="top-color ti-instagram"></i></a></li>
  422.                <li><a href="#"><i class="top-color ti-google"></i></a></li>
  423.            </ul>
  424.        </div>
  425.    </div>
  426. </div>
  427.  
  428. <script>
  429.    // Build array dynamically from Django context
  430.    const newsItems = [
  431.        
  432.            { title: "England\u0027s Joe Root Shares Mixed Opinions on Floodlit Test Games Ahead of Key Ashes Encounter", url: "/englands-joe-root-shares-mixed-opinions-on-floodlit-test-games-ahead-of-key-ashes-encounter/" },
  433.        
  434.            { title: "Dining Across the Divide: A Meeting Among Opposing Perspectives", url: "/dining-across-the-divide-a-meeting-among-opposing-perspectives/" },
  435.        
  436.            { title: "WTA Finals Updates: Elena Rybakina Takes On Alexandrova, Swiatek Battles Anisimova", url: "/wta-finals-updates-elena-rybakina-takes-on-alexandrova-swiatek-battles-anisimova/" },
  437.        
  438.            { title: "Cameroon Political Opposition Leader Confronts Court Action Concerning Election Unrest, Authorities Declares", url: "/cameroon-political-opposition-leader-confronts-court-action-concerning-election-unrest-authorities-declares/" },
  439.        
  440.            { title: "The Finnish Team Upsets Back\u002Dto\u002DBack Reigning Champions the United States in U20 World Championship Quarter\u002DFinals.", url: "/the-finnish-team-upsets-back-to-back-reigning-champions-the-united-states-in-u20-world-championship-quarter-finals/" }
  441.        
  442.    ];
  443.  
  444.    let currentNewsIndex = 0;
  445.    const newsWrapper = document.getElementById('newsWrapper');
  446.    let newsElements = [];
  447.  
  448.    // Create news elements dynamically with links
  449.    function createNewsElements() {
  450.        newsItems.forEach((news, index) => {
  451.            const newsElement = document.createElement('div');
  452.            newsElement.className = 'unique-news-item';
  453.            newsElement.innerHTML = `<a href="${news.url}" class="top-color">${news.title}</a>`;
  454.            newsWrapper.appendChild(newsElement);
  455.            newsElements.push(newsElement);
  456.        });
  457.  
  458.        if (newsElements.length > 0) {
  459.            newsElements[0].classList.add('active');
  460.        }
  461.    }
  462.  
  463.    function changeNews() {
  464.        const currentElement = newsElements[currentNewsIndex];
  465.        const nextIndex = (currentNewsIndex + 1) % newsItems.length;
  466.        const nextElement = newsElements[nextIndex];
  467.  
  468.        currentElement.classList.remove('active');
  469.        currentElement.classList.add('exit-up');
  470.  
  471.        setTimeout(() => {
  472.            nextElement.classList.add('active');
  473.            currentNewsIndex = nextIndex;
  474.  
  475.            setTimeout(() => {
  476.                currentElement.classList.remove('exit-up');
  477.            }, 100);
  478.        }, 250);
  479.    }
  480.  
  481.    function startNewsRotation() {
  482.        setInterval(changeNews, 5000);
  483.    }
  484.  
  485.    window.onload = function() {
  486.        createNewsElements();
  487.        startNewsRotation();
  488.    };
  489. </script>
  490.  
  491.  
  492.  
  493.            
  494.  
  495.  
  496.  
  497.  
  498.  
  499.  
  500. <header class="header-v9 mb-4" role="banner">
  501.  <div class="container-fluid fluid-container">
  502.    <!-- Sticky/Glass Nav Card -->
  503.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  504.      <div class="row align-items-center justify-content-between g-3">
  505.        <!-- Logo -->
  506.       <div class="col-6 col-md-3 col-lg-2">
  507.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  508.            
  509.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/78316c3e-834e-4c70-94d9-0eea26bc8e40_logo.png" alt="Logo" class="logo-img-v9" width="160" height="48" decoding="async" fetchpriority="high" />
  510.            
  511.          </a>
  512.        </div>
  513.  
  514.        <!-- Desktop Nav -->
  515.        <div class="col d-none d-xl-block">
  516.          <nav class="main-nav-v9">
  517.            <ul class="nav-list-v9">
  518.              <!-- Home (static) -->
  519.              <li class="nav-item-v9">
  520.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  521.              </li >
  522.          
  523.              
  524.                
  525.                  <li class="nav-item-v9">
  526.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  527.                  </li>
  528.                
  529.                  <li class="nav-item-v9">
  530.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  531.                  </li>
  532.                
  533.                  <li class="nav-item-v9">
  534.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  535.                  </li>
  536.                
  537.                  <li class="nav-item-v9">
  538.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  539.                  </li>
  540.                
  541.                  <li class="nav-item-v9">
  542.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  543.                  </li>
  544.                
  545.                  <li class="nav-item-v9">
  546.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  547.                  </li>
  548.                
  549.                  <li class="nav-item-v9">
  550.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  551.                  </li>
  552.                
  553.                  <li class="nav-item-v9">
  554.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  555.                  </li>
  556.                
  557.  
  558.                
  559.                  <li class="nav-item-v9 has-dropdown-v9">
  560.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  561.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  562.                        <polyline points="6,9 12,15 18,9"></polyline>
  563.                      </svg>
  564.                    </button>
  565.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  566.                      <div class="dropdown-grid-v9">
  567.                        <div class="dropdown-section-v9">
  568.                          
  569.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  570.                          
  571.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  572.                          
  573.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  574.                          
  575.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  576.                          
  577.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  578.                          
  579.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  580.                          
  581.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  582.                          
  583.                        </div>
  584.                      </div>
  585.                    </div>
  586.                  </li>
  587.                
  588.              
  589.                <li class="nav-item-v9">
  590.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  591.              </li >
  592.            </ul>
  593.          </nav>
  594.        </div>
  595.  
  596.        <!-- Actions -->
  597.        <div class="col-6 col-md-3 col-lg-2">
  598.          <div class="nav-actions-v9">
  599.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  600.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  601.                <circle cx="11" cy="11" r="8"></circle>
  602.                <path d="m21 21-4.35-4.35"></path>
  603.              </svg>
  604.            </button>
  605.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  606.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  607.                <line x1="3" y1="6" x2="21" y2="6" />
  608.                <line x1="3" y1="12" x2="21" y2="12" />
  609.                <line x1="3" y1="18" x2="21" y2="18" />
  610.              </svg>
  611.            </button>
  612.          </div>
  613.        </div>
  614.      </div>
  615.  
  616.      <!-- Active underline (animated) -->
  617.      <span class="active-rail-v9" aria-hidden="true"></span>
  618.    </div>
  619.  
  620.    <!-- Search Panel -->
  621.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  622.      <form class="search-form-v9" action="" method="get" role="search">
  623.        <label for="q-v9" class="visually-hidden">Search</label>
  624.        <div class="search-input-wrap-v9">
  625.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  626.            <circle cx="11" cy="11" r="8"></circle>
  627.            <path d="m21 21-4.35-4.35"></path>
  628.          </svg>
  629.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  630.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  631.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  632.              <line x1="18" y1="6" x2="6" y2="18" />
  633.              <line x1="6" y1="6" x2="18" y2="18" />
  634.            </svg>
  635.          </button>
  636.        </div>
  637.        <div class="search-suggest-v9 search-v1" id="search-results">
  638.          
  639.        </div>
  640.      </form>
  641.    </div>
  642.  
  643.    <!-- Mobile Offcanvas -->
  644.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  645.      <div class="mobile-wrap-v9">
  646.        <div class="mobile-head-v9">
  647.          <span class="mobile-title-v9">Menu</span>
  648.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  649.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  650.              <line x1="18" y1="6" x2="6" y2="18" />
  651.              <line x1="6" y1="6" x2="18" y2="18" />
  652.            </svg>
  653.          </button>
  654.        </div>
  655.  
  656.        <ul class="mobile-list-v9">
  657.          <li>
  658.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  659.          </li>
  660.          <li class="">
  661.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  662.          </li >
  663.          
  664.            
  665.              <li>
  666.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  667.              </li>
  668.            
  669.              <li>
  670.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  671.              </li>
  672.            
  673.              <li>
  674.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  675.              </li>
  676.            
  677.              <li>
  678.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  679.              </li>
  680.            
  681.              <li>
  682.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  683.              </li>
  684.            
  685.  
  686.            
  687.          
  688.        </ul>
  689.      </div>
  690.    </aside>
  691.  </div>
  692.  
  693.  <!-- Overlay -->
  694.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  695. </header>
  696.  
  697. <style>
  698.  
  699.  .header-v9 {
  700.    position: relative;
  701.    padding: 14px 0;
  702.    z-index: 50;
  703.  }
  704.  .header-v9.is-scrolled .nav-card-v9 {
  705.    padding: 10px 18px;
  706.    border-radius: 14px;
  707.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  708.  }
  709.  .header-v9.is-scrolled .logo-img-v9 {
  710.    transform: scale(0.92);
  711.  }
  712.  
  713.  /* Card */
  714.  .nav-card-v9 {
  715.    background: var(--navbar-bg);
  716.    backdrop-filter: blur(18px);
  717.    border: 1px solid var(--border-color);
  718.    border-radius: 18px;
  719.    padding: 14px 22px;
  720.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  721.    position: sticky;
  722.    top: 10px;
  723.  }
  724.  
  725.  /* Logo */
  726.  .logo-img-v9 {
  727.    max-height: 60px;
  728.    width: auto;
  729.    transition: transform 0.25s ease, opacity 0.25s ease;
  730.  }
  731.  .logo-link-v9:hover .logo-img-v9 {
  732.    transform: translateY(-1px) scale(1.03);
  733.  }
  734.  
  735.  /* Desktop nav */
  736.  .main-nav-v9 {
  737.    display: flex;
  738.    justify-content: center;
  739.  }
  740.  .nav-list-v9 {
  741.    display: flex;
  742.    gap: 6px;
  743.    list-style: none;
  744.    margin: 0;
  745.    padding: 0;
  746.  }
  747.  .nav-item-v9 {
  748.    position: relative;
  749.  }
  750.  .nav-link-v9 {
  751.    position: relative;
  752.    display: inline-flex;
  753.    align-items: center;
  754.    justify-content: center;
  755.    padding: 10px 10px;
  756.    border-radius: 12px;
  757.    color: var(--navbar-color);
  758.    text-decoration: none;
  759.    font-weight: 500;
  760.    font-size: 15px;
  761.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  762.  }
  763.  .nav-link-v9:hover {
  764.    background: rgba(102, 126, 234, 0.1);
  765.    color: var(--topbar-color);
  766.    transform: translateY(-1px);
  767.  }
  768.  .nav-link-v9.active-v9 {
  769.    color: transparent;
  770.  }
  771.  .nav-link-v9.active-v9::after {
  772.    content: '';
  773.    position: absolute;
  774.    left: 12px;
  775.    right: 12px;
  776.    bottom: 6px;
  777.    height: 3px;
  778.    border-radius: 3px;
  779.    background: var(--sub-nav);
  780.  }
  781.  
  782.  /* Dropdown */
  783.  .has-dropdown-v9 {
  784.    position: relative;
  785.  }
  786.  .nav-more-btn-v9 {
  787.    display: inline-flex;
  788.    gap: 6px;
  789.    align-items: center;
  790.  }
  791.  .chev-v9 {
  792.    transition: transform 0.2s ease;
  793.  }
  794.  .has-dropdown-v9:focus-within .chev-v9,
  795.  .has-dropdown-v9:hover .chev-v9 {
  796.    transform: rotate(180deg);
  797.  }
  798.  
  799.  .dropdown-card-v9 {
  800.    position: absolute;
  801.    top: calc(100% + 14px);
  802.    left: 50%;
  803.    transform: translateX(-50%) translateY(-6px);
  804.    background: var(--navbar-bg);
  805.    border: 1px solid var(--border-color);
  806.    border-radius: 14px;
  807.    padding: 18px;
  808.    min-width: 280px;
  809.    z-index: 200;
  810.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  811.    opacity: 0;
  812.    visibility: hidden;
  813.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  814.  }
  815.  .has-dropdown-v9:hover .dropdown-card-v9,
  816.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  817.    opacity: 1;
  818.    visibility: visible;
  819.    transform: translateX(-50%) translateY(0);
  820.  }
  821.  
  822.  .dropdown-grid-v9 {
  823.    display: grid;
  824.    grid-template-columns: 1fr;
  825.    gap: 10px;
  826.  }
  827.  .dropdown-section-v9 {
  828.    display: grid;
  829.    gap: 6px;
  830.  }
  831.  .dropdown-link-v9 {
  832.    display: flex;
  833.    align-items: center;
  834.    gap: 10px;
  835.    padding: 10px 12px;
  836.    border-radius: 10px;
  837.    text-decoration: none;
  838.    font-size: 14px;
  839.    color: var(--navbar-color);
  840.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  841.  }
  842.  .dropdown-link-v9:hover {
  843.    background: var(--bs-primary);
  844.    color: var(--bs-white);
  845.    transform: translateX(4px);
  846.  }
  847.  .link-dot-v9 {
  848.    width: 6px;
  849.    height: 6px;
  850.    border-radius: 50%;
  851.    border: 1px solid currentColor;
  852.  }
  853.  
  854.  /* Actions */
  855.  .nav-actions-v9 {
  856.    display: flex;
  857.    justify-content: flex-end;
  858.    align-items: center;
  859.    gap: 8px;
  860.  }
  861.  .icon-btn-v9 {
  862.    border: 1px solid var(--border-color);
  863.    background: rgba(102, 126, 234, 0.1);
  864.    color: var(--navbar-color);
  865.    padding: 8px;
  866.    border-radius: 12px;
  867.    cursor: pointer;
  868.    transition: transform 0.2s, background 0.2s, color 0.2s;
  869.  }
  870.  .icon-btn-v9:hover {
  871.    background: var(--sub-nav);
  872.    color: var(--topbar-color) !important;
  873.    transform: translateY(-1px);
  874.  }
  875.  .icon-btn-v9.ghost {
  876.    background: transparent;
  877.  }
  878.  
  879.  /* Search Panel */
  880.  .search-panel-v9 {
  881.    position: fixed;
  882.    top: 14px;
  883.    left: 50%;
  884.    transform: translateX(-50%) translateY(-16px);
  885.    width: min(720px, calc(100% - 40px));
  886.    background: var(--navbar-bg);
  887.    border: 1px solid var(--border-color);
  888.    border-radius: 16px;
  889.    padding: 16px;
  890.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  891.    opacity: 0;
  892.    visibility: hidden;
  893.    z-index: 300;
  894.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  895.  }
  896.  .search-panel-v9.show-v9 {
  897.    opacity: 1;
  898.    visibility: visible;
  899.    transform: translateX(-50%) translateY(0);
  900.  }
  901.  .search-input-wrap-v9 {
  902.    display: flex;
  903.    align-items: center;
  904.    gap: 10px;
  905.    background: rgba(248, 250, 252, 0.8);
  906.    border: 2px solid rgba(102, 126, 234, 0.2);
  907.    border-radius: 12px;
  908.    padding: 6px 8px;
  909.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  910.  }
  911.  .search-input-wrap-v9:focus-within {
  912.    border-color: #667eea;
  913.    background: rgba(255, 255, 255, 0.9);
  914.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  915.  }
  916.  .search-icn-v9 {
  917.    color: #a0aec0;
  918.    margin-left: 6px;
  919.  }
  920.  .search-input-v9 {
  921.    flex: 1;
  922.    border: 0;
  923.    background: transparent;
  924.    outline: none;
  925.    padding: 12px 4px;
  926.    font-size: 16px;
  927.    color: #2d3748;
  928.  }
  929.  .search-suggest-v9 {
  930.    display: grid;
  931.    grid-template-columns: repeat(3, minmax(0, 1fr));
  932.    gap: 8px;
  933.    margin-top: 10px;
  934.  }
  935.  .suggestion-v9 {
  936.    border: 1px solid var(--border-color);
  937.    background: rgba(248, 250, 252, 0.5);
  938.    color: var(--navbar-color);
  939.    padding: 10px 12px;
  940.    border-radius: 10px;
  941.    font-size: 14px;
  942.    text-align: left;
  943.    cursor: pointer;
  944.    transition: background 0.2s, color 0.2s, transform 0.2s;
  945.  }
  946.  .suggestion-v9:hover {
  947.    background: var(--bs-primary) !important ;
  948.    color: var(--bs-white)  !important;
  949.    transform: translateY(-1px);
  950.  }
  951.  
  952.  /* Mobile */
  953.  .mobile-nav-v9 {
  954.    position: fixed;
  955.    right: 0;
  956.    top: 0;
  957.    height: 100vh;
  958.    width: min(86vw, 420px);
  959.    background: var(--card-bg);
  960.    border-left: 1px solid var(--border-color);
  961.    transform: translateX(100%);
  962.    transition: transform 0.3s ease;
  963.    z-index: 350;
  964.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  965.  }
  966.  .mobile-nav-v9.show-v9 {
  967.    transform: translateX(0);
  968.  }
  969.  .mobile-wrap-v9 {
  970.    display: flex;
  971.    flex-direction: column;
  972.    height: 100%;
  973.  }
  974.  .mobile-head-v9 {
  975.    display: flex;
  976.    align-items: center;
  977.    justify-content: space-between;
  978.    padding: 16px;
  979.    background: var(--navbar-bg);
  980.  }
  981.  .mobile-title-v9 {
  982.    font-weight: 600;
  983.  }
  984.  .mobile-list-v9 {
  985.    list-style: none;
  986.    padding: 10px 12px 20px;
  987.    margin: 0;
  988.    overflow-y: auto;
  989.  }
  990.  .mobile-link-v9 {
  991.    display: flex;
  992.    align-items: center;
  993.    justify-content: space-between;
  994.    padding: 14px 12px;
  995.    border-radius: 12px;
  996.    text-decoration: none;
  997.    color: var(--navbar-color);
  998.    font-weight: 500;
  999.    transition: background 0.2s, color 0.2s;
  1000.  }
  1001.  .mobile-link-v9:hover,
  1002.  .mobile-link-v9.active-v9 {
  1003.    background: var(--sub-nav);
  1004.    color: var(--topbar-color);
  1005.  }
  1006.  .mobile-group-v9 {
  1007.    margin-top: 4px;
  1008.  }
  1009.  .mobile-sublist-v9 {
  1010.    list-style: none;
  1011.    margin: 0;
  1012.    padding: 0;
  1013.    max-height: 0;
  1014.    overflow: auto;
  1015.    transition: max-height 0.25s ease;
  1016.    background:var(--navbar-bg);
  1017.    border-radius: 12px;
  1018.    margin-top: 6px;
  1019.  }
  1020.  .mobile-sublist-v9.show-v9 {
  1021.    max-height: 360px;
  1022.    background: var(--navbar-bg);
  1023.    padding: 6px 0;
  1024.  }
  1025.  .mobile-sublink-v9 {
  1026.    display: block;
  1027.    padding: 10px 16px;
  1028.    text-decoration: none;
  1029.    color: var(--navbar-color);
  1030.    border-radius: 10px;
  1031.    font-size: 14px;
  1032.  }
  1033.  .mobile-sublink-v9:hover {
  1034.    background: var(--sub-nav);
  1035.    color: var(--topbar-color);
  1036.  }
  1037.  .mobile-arrow-v9 {
  1038.    transition: transform 0.2s ease;
  1039.  }
  1040.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1041.    transform: rotate(180deg);
  1042.  }
  1043.  
  1044.  /* Overlay */
  1045.  .nav-overlay-v9 {
  1046.    position: fixed;
  1047.    inset: 0;
  1048.    background: rgba(0, 0, 0, 0.35);
  1049.    backdrop-filter: blur(4px);
  1050.    opacity: 0;
  1051.    visibility: hidden;
  1052.    transition: opacity 0.25s, visibility 0.25s;
  1053.    z-index: 200;
  1054.  }
  1055.  .nav-overlay-v9.show-v9 {
  1056.    opacity: 1;
  1057.    visibility: visible;
  1058.  }
  1059.  
  1060.  
  1061.  /* Utils */
  1062.  .visually-hidden {
  1063.    position: absolute !important;
  1064.    height: 1px;
  1065.    width: 1px;
  1066.    overflow: hidden;
  1067.    clip: rect(1px, 1px, 1px, 1px);
  1068.    white-space: nowrap;
  1069.  }
  1070.  
  1071.  /* Responsive tweaks */
  1072.  @media (max-width: 1300px) {
  1073.    .nav-card-v9 {
  1074.      padding: 12px 18px;
  1075.      border-radius: 16px;
  1076.    }
  1077.    .search-panel-v9 {
  1078.      width: calc(100% - 32px);
  1079.    }
  1080.  }
  1081.  @media (max-width: 576px) {
  1082.    .logo-img-v9 {
  1083.      max-height: 38px;
  1084.    }
  1085.  }
  1086. </style>
  1087.  
  1088. <script>
  1089.  /* ============ V9 JS ============ */
  1090.  ;(function () {
  1091.    const overlay = document.getElementById('navOverlayV9')
  1092.    const searchPanel = document.getElementById('searchPanelV9')
  1093.    const mobileNav = document.getElementById('mobileNavV9')
  1094.    const header = document.querySelector('.header-v9')
  1095.  
  1096.    function lockScroll(lock) {
  1097.      document.body.style.overflow = lock ? 'hidden' : ''
  1098.    }
  1099.  
  1100.    window.toggleSearchV9 = function () {
  1101.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1102.      const willOpen = !searchPanel.classList.contains('show-v9')
  1103.  
  1104.      // close mobile if open
  1105.      mobileNav.classList.remove('show-v9')
  1106.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1107.  
  1108.      searchPanel.classList.toggle('show-v9', willOpen)
  1109.      overlay.classList.toggle('show-v9', willOpen)
  1110.      btn?.setAttribute('aria-expanded', String(willOpen))
  1111.      lockScroll(willOpen)
  1112.  
  1113.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1114.    }
  1115.  
  1116.    window.toggleMobileNavV9 = function () {
  1117.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1118.      const willOpen = !mobileNav.classList.contains('show-v9')
  1119.  
  1120.      // close search if open
  1121.      searchPanel.classList.remove('show-v9')
  1122.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1123.  
  1124.      mobileNav.classList.toggle('show-v9', willOpen)
  1125.      overlay.classList.toggle('show-v9', willOpen)
  1126.      btn?.setAttribute('aria-expanded', String(willOpen))
  1127.      lockScroll(willOpen)
  1128.    }
  1129.  
  1130.    window.toggleMobileDropdownV9 = function (id) {
  1131.      const list = document.getElementById(id)
  1132.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1133.      const willOpen = !list.classList.contains('show-v9')
  1134.      // close siblings
  1135.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1136.        if (el.id !== id) el.classList.remove('show-v9')
  1137.      })
  1138.      list.classList.toggle('show-v9', willOpen)
  1139.      btn?.setAttribute('aria-expanded', String(willOpen))
  1140.    }
  1141.  
  1142.    window.closeAllV9 = function () {
  1143.      searchPanel.classList.remove('show-v9')
  1144.      mobileNav.classList.remove('show-v9')
  1145.      overlay.classList.remove('show-v9')
  1146.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1147.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1148.      lockScroll(false)
  1149.    }
  1150.  
  1151.    // ESC to close
  1152.    document.addEventListener('keydown', (e) => {
  1153.      if (e.key === 'Escape') window.closeAllV9()
  1154.    })
  1155.  
  1156.    // Sticky shrink on scroll
  1157.    let lastY = window.scrollY
  1158.    const onScroll = () => {
  1159.      const y = window.scrollY
  1160.      header.classList.toggle('is-scrolled', y > 10)
  1161.      lastY = y
  1162.    }
  1163.    onScroll()
  1164.    window.addEventListener('scroll', onScroll, { passive: true })
  1165.  
  1166.    // Suggestions fill
  1167.    document.addEventListener('click', (e) => {
  1168.      const btn = e.target.closest('.suggestion-v9')
  1169.      if (!btn) return
  1170.      const val = btn.getAttribute('data-fill') || ''
  1171.      const input = document.getElementById('q-v9')
  1172.      if (input) input.value = val
  1173.    })
  1174.  
  1175.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1176.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1177.    const moreCard = document.getElementById('more-desktop-v9')
  1178.    if (moreBtn && moreCard) {
  1179.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1180.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1181.    }
  1182.  })()
  1183. </script>
  1184.  
  1185. <script>
  1186.  document.addEventListener("DOMContentLoaded", function () {
  1187.    console.log("loaded");
  1188.  
  1189.     const searchInput = document.getElementById("search-input")
  1190.    const searchResults = document.getElementById("search-results");
  1191.  
  1192.    if (!searchInput || !searchResults) {
  1193.      console.error("Search input/results not found");
  1194.      return;
  1195.    }
  1196.  
  1197.    // Prevent form submission
  1198.    if (searchInput.form) {
  1199.      searchInput.form.addEventListener("submit", function (e) {
  1200.        e.preventDefault();
  1201.      });
  1202.    }
  1203.  
  1204.    // Add event listener for keyup
  1205.    searchInput.addEventListener("keyup", function (e) {
  1206.      console.log("Key pressed:", e.key);
  1207.      e.preventDefault();
  1208.  
  1209.      const query = searchInput.value.trim();
  1210.      console.log("User is typing: " + query);
  1211.  
  1212.      // If empty → clear and hide
  1213.      if (query === "") {
  1214.        searchResults.innerHTML = "";
  1215.        searchResults.style.display = "none";
  1216.        return;
  1217.      }
  1218.  
  1219.      // Show results
  1220.      searchResults.style.display = "block";
  1221.  
  1222.      // Fetch search results
  1223.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1224.        method: "GET",
  1225.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1226.      })
  1227.        .then(response => {
  1228.          console.log("Response Status:", response.status);
  1229.          return response.json();
  1230.        })
  1231.        .then(data => {
  1232.          console.log("Data received:", data);
  1233.          if (data.html) {
  1234.            searchResults.innerHTML = data.html;
  1235.          } else {
  1236.            searchResults.innerHTML = "<p>No results found.</p>";
  1237.          }
  1238.        })
  1239.        .catch(error => {
  1240.          console.error("Error fetching search results:", error);
  1241.        });
  1242.    });
  1243.  
  1244.    // Close results when clicking outside
  1245.    document.addEventListener("click", function (e) {
  1246.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1247.        searchResults.style.display = "none";
  1248.      }
  1249.    });
  1250.  
  1251.    // Close results on ESC key
  1252.    document.addEventListener("keydown", function (e) {
  1253.      if (e.key === "Escape") {
  1254.        searchResults.style.display = "none";
  1255.      }
  1256.    });
  1257.  });
  1258. </script>
  1259.  
  1260.  
  1261.        </header>
  1262.        <!-- end of header -->
  1263.        <!-- start of wpo-blog-hero -->
  1264.        
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272. <div class="blog-hero-v2">
  1273.  <div class="container-fluid fluid-container">
  1274.    <div class="row">
  1275.      <!-- Main Featured Post -->
  1276.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  1277.        
  1278.        
  1279.        
  1280.          
  1281.        <div class="featured-post">
  1282.          <div class="post-image">
  1283.            
  1284.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  1285.              class="img-fluid" alt="">
  1286.            
  1287.            <div class="post-overlay">
  1288.              <div class="post-content">
  1289.                <span class="category-badge bg-primary-gradient">News</span>
  1290.                <h1 class="post-title1 blog-color">
  1291.                  <a href="/failing-to-find-the-time-of-your-life-at-college-many-share-your-feelings/" class="blog-color">
  1292.                    Failing to find the time of your life at college? Many share your feelings.
  1293.                  </a>
  1294.                </h1>
  1295.                <p class="post-excerpt"></p>
  1296.                <div class="post-meta">
  1297.                  <div class="author-info">
  1298.                    
  1299.                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras"
  1300.                      style="object-fit: cover;" class="author-avatar">
  1301.                    
  1302.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Laura Contreras</a></span>
  1303.                  </div>
  1304.                  <span class="post-date">07 May 2026</span>
  1305.                </div>
  1306.              </div>
  1307.            </div>
  1308.          </div>
  1309.        </div>
  1310.  
  1311.        
  1312.        
  1313.      </div>
  1314.  
  1315.      <!-- Side Posts -->
  1316.      <div class="col-lg-4 col-md-12">
  1317.        <div class="row h-100">
  1318.        
  1319.  
  1320.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1321.            <div class="side-post h-100">
  1322.              <div class="row g-0 h-100">
  1323.                <div class="col-5">
  1324.                  <div class="side-post-image">
  1325.                    
  1326.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1327.                      style="object-fit: cover;" alt="">
  1328.                    
  1329.                  </div>
  1330.                </div>
  1331.                <div class="col-7">
  1332.                  <div class="side-post-content">
  1333.                    <div>
  1334.                      <span class="category-badge bg-primary-gradient">News</span>
  1335.                      <h3> <a href="/who-is-your-favourite-cricketer-in-the-history-of-the-mens-ashes/" class="line-clamp-2">
  1336.                          Who is Your Favourite Cricketer in the History of the Men’s Ashes?
  1337.                        </a></h3>
  1338.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1339.                    </div>
  1340.                    <div class="side-post-meta">
  1341.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Laura Contreras</a></span>
  1342.                    </div>
  1343.                  </div>
  1344.                </div>
  1345.              </div>
  1346.            </div>
  1347.          </div>
  1348.  
  1349.          
  1350.  
  1351.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1352.            <div class="side-post h-100">
  1353.              <div class="row g-0 h-100">
  1354.                <div class="col-5">
  1355.                  <div class="side-post-image">
  1356.                    
  1357.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1358.                      style="object-fit: cover;" alt="">
  1359.                    
  1360.                  </div>
  1361.                </div>
  1362.                <div class="col-7">
  1363.                  <div class="side-post-content">
  1364.                    <div>
  1365.                      <span class="category-badge bg-primary-gradient">News</span>
  1366.                      <h3> <a href="/oneill-secures-first-celtic-win-for-the-first-time-since-2004/" class="line-clamp-2">
  1367.                          O&#x27;Neill Secures First Celtic Win For the First Time Since 2004
  1368.                        </a></h3>
  1369.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1370.                    </div>
  1371.                    <div class="side-post-meta">
  1372.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Laura Contreras</a></span>
  1373.                    </div>
  1374.                  </div>
  1375.                </div>
  1376.              </div>
  1377.            </div>
  1378.          </div>
  1379.  
  1380.          
  1381.  
  1382.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  1383.            <div class="side-post h-100">
  1384.              <div class="row g-0 h-100">
  1385.                <div class="col-5">
  1386.                  <div class="side-post-image">
  1387.                    
  1388.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1389.                      style="object-fit: cover;" alt="">
  1390.                    
  1391.                  </div>
  1392.                </div>
  1393.                <div class="col-7">
  1394.                  <div class="side-post-content">
  1395.                    <div>
  1396.                      <span class="category-badge bg-primary-gradient">News</span>
  1397.                      <h3> <a href="/will-the-uks-common-toads-be-saved-from-traffic-and-terrible-decline/" class="line-clamp-2">
  1398.                          Will the UK&#x27;s Common Toads Be Saved from Traffic and Terrible Decline?
  1399.                        </a></h3>
  1400.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  1401.                    </div>
  1402.                    <div class="side-post-meta">
  1403.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Laura Contreras</a></span>
  1404.                    </div>
  1405.                  </div>
  1406.                </div>
  1407.              </div>
  1408.            </div>
  1409.          </div>
  1410.  
  1411.          
  1412.        </div>
  1413.      </div>
  1414.    </div>
  1415.  </div>
  1416. </div>
  1417.  
  1418. <style>
  1419.  /* Blog Hero V2 Styles */
  1420.  .blog-hero-v2 {
  1421.    padding: 60px 0;
  1422.  }
  1423.  
  1424.  /* Featured Post Styles */
  1425.  .featured-post {
  1426.    position: relative;
  1427.    border-radius: 20px;
  1428.    overflow: hidden;
  1429.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  1430.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1431.  }
  1432.  
  1433.  .featured-post:hover {
  1434.    transform: translateY(-5px);
  1435.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  1436.  }
  1437.  
  1438.  .featured-post .post-image {
  1439.    position: relative;
  1440.    height: 500px;
  1441.    overflow: hidden;
  1442.  }
  1443.  
  1444.  .featured-post .post-image img {
  1445.    width: 100%;
  1446.    height: 100%;
  1447.    object-fit: cover;
  1448.    transition: transform 0.5s ease;
  1449.  }
  1450.  
  1451.  .featured-post:hover .post-image img {
  1452.    transform: scale(1.05);
  1453.  }
  1454.  
  1455.  .post-overlay {
  1456.    position: absolute;
  1457.    top: 0;
  1458.    left: 0;
  1459.    right: 0;
  1460.    bottom: 0;
  1461.    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%);
  1462.    display: flex;
  1463.    align-items: flex-end;
  1464.    padding: 40px;
  1465.  }
  1466.  
  1467.  .post-content .post-title1 {
  1468.    color: white;
  1469.    font-size: 2.5rem;
  1470.    font-weight: 700;
  1471.    margin: 15px 0;
  1472.    line-height: 1.2;
  1473.  }
  1474.  
  1475.  .post-content .post-excerpt {
  1476.    color: rgba(255, 255, 255, 0.9);
  1477.    font-size: 1.1rem;
  1478.    margin-bottom: 20px;
  1479.    line-height: 1.6;
  1480.  }
  1481.  
  1482.  /* Category Badges */
  1483.  .category-badge {
  1484.    display: inline-block;
  1485.    padding: 4px 8px;
  1486.    font-size: 0.75rem;
  1487.    font-weight: 600;
  1488.    text-transform: uppercase;
  1489.    letter-spacing: 0.5px;
  1490.    border-radius: 25px;
  1491.    text-align: center;
  1492.    width: fit-content;
  1493.  }
  1494.  
  1495.  /* Post Meta */
  1496.  .post-meta {
  1497.    display: flex;
  1498.    align-items: center;
  1499.    justify-content: space-between;
  1500.    margin-top: 25px;
  1501.  }
  1502.  
  1503.  .author-info {
  1504.    display: flex;
  1505.    align-items: center;
  1506.    gap: 12px;
  1507.  }
  1508.  
  1509.  .author-avatar {
  1510.    width: 45px !important;
  1511.    height: 45px !important;
  1512.    border-radius: 50%;
  1513.    border: 3px solid white;
  1514.  }
  1515.  
  1516.  .author-name,
  1517.  .post-date {
  1518.    color: rgba(255, 255, 255, 0.9);
  1519.    font-weight: 500;
  1520.  }
  1521.  
  1522.  .author-name {
  1523.    text-decoration: none;
  1524.  }
  1525.  
  1526.  .author-name:hover {
  1527.    color: white;
  1528.  }
  1529.  
  1530.  /* Side Posts */
  1531.  .side-post {
  1532.    background: var(--card-bg);
  1533.    border-radius: 15px;
  1534.    border: 1px solid var(--border-color);
  1535.    overflow: hidden;
  1536.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1537.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1538.    height: auto;
  1539.  }
  1540.  
  1541.  .side-post:hover {
  1542.    transform: translateY(-3px);
  1543.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1544.  }
  1545.  
  1546.  .side-post-image {
  1547.    max-height: 155px;
  1548.    height: 100%;
  1549.    overflow: hidden;
  1550.  }
  1551.  
  1552.  .side-post-image img {
  1553.    width: 100%;
  1554.    height: 100%;
  1555.    object-fit: cover;
  1556.    transition: transform 0.3s ease;
  1557.  }
  1558.  
  1559.  .side-post:hover .side-post-image img {
  1560.    transform: scale(1.1);
  1561.  }
  1562.  
  1563.  .side-post-content {
  1564.    padding: 8px 16px;
  1565.    display: flex;
  1566.    flex-direction: column;
  1567.    justify-content: space-between;
  1568.    height: 100%;
  1569.  }
  1570.  
  1571.  .side-post-content h3 {
  1572.    font-size: 1rem;
  1573.    font-weight: 600;
  1574.    margin: 8px 0;
  1575.    line-height: 1.4;
  1576.  }
  1577.  
  1578.  .side-post-content h3 a {
  1579.    color: #333;
  1580.    text-decoration: none;
  1581.    transition: color 0.3s ease;
  1582.  }
  1583.  
  1584.  .side-post-content h3 a:hover {
  1585.    color: #007bff;
  1586.  }
  1587.  
  1588.  .side-post-meta {
  1589.    font-size: 0.8rem;
  1590.    color: #666;
  1591.    display: flex;
  1592.    flex-direction: column;
  1593.    gap: 4px;
  1594.  }
  1595.  
  1596.  .side-post-meta a {
  1597.    color: #007bff;
  1598.    text-decoration: none;
  1599.  }
  1600.  
  1601.  .side-post-meta a:hover {
  1602.    text-decoration: underline;
  1603.  }
  1604.  
  1605.  /* Responsive Design */
  1606.  @media (max-width: 768px) {
  1607.    .blog-hero-v2 {
  1608.      padding: 30px 0;
  1609.    }
  1610.  
  1611.    .featured-post .post-image {
  1612.      height: 350px;
  1613.    }
  1614.  
  1615.    .post-overlay {
  1616.      padding: 25px;
  1617.    }
  1618.  
  1619.    .post-content .post-title1 {
  1620.      font-size: 1.8rem;
  1621.    }
  1622.  
  1623.    .post-content .post-excerpt {
  1624.      font-size: 1rem;
  1625.      margin-bottom: 15px;
  1626.    }
  1627.  
  1628.    .post-meta {
  1629.      flex-direction: column;
  1630.      align-items: flex-start;
  1631.      gap: 10px;
  1632.    }
  1633.  
  1634.    .side-post {
  1635.      height: auto;
  1636.    }
  1637.  
  1638.    .side-post-content {
  1639.      height: auto;
  1640.      padding: 15px;
  1641.    }
  1642.  }
  1643.  
  1644.  @media (max-width: 576px) {
  1645.    .post-content .post-title1 {
  1646.      font-size: 1.5rem;
  1647.    }
  1648.  
  1649.    .side-post-content h3 {
  1650.      font-size: 0.9rem;
  1651.    }
  1652.  
  1653.    .side-post-image img {}
  1654.  }
  1655. </style>
  1656.  
  1657.  
  1658.  
  1659.  
  1660.        <!-- end of wpo-blog-hero -->
  1661.  
  1662.        <!-- start of wpo-breacking-news -->
  1663.        
  1664.        <!-- end of wpo-breacking-news -->
  1665.        
  1666.        <!-- start wpo-blog-highlights-section -->
  1667.        
  1668.  
  1669.  
  1670.  
  1671.    
  1672.  
  1673.  
  1674.  
  1675. <style>
  1676.    .blog-highlights-v2 {
  1677.        padding: 60px 0;
  1678.        position: relative;
  1679.        overflow: hidden;
  1680.    }
  1681.    
  1682.    .blog-highlights-v2::before {
  1683.        content: '';
  1684.        position: absolute;
  1685.        top: 0;
  1686.        left: 0;
  1687.        width: 100%;
  1688.        height: 100%;
  1689.        background: var(--body-bg);
  1690.        pointer-events: none;
  1691.    }
  1692.    
  1693.    .blog-card-v2 {
  1694.        border: none;
  1695.        border-radius: 20px;
  1696.        overflow: hidden;
  1697.        background: white;
  1698.        height: 100%;
  1699.        position: relative;
  1700.        transform: translateY(0);
  1701.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  1702.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  1703.        will-change: transform;
  1704.    }
  1705.    
  1706.    .blog-card-v2::before {
  1707.        content: '';
  1708.        position: absolute;
  1709.        top: 0;
  1710.        left: 0;
  1711.        width: 100%;
  1712.        height: 100%;
  1713.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  1714.        transform: translateX(-100%);
  1715.        transition: transform 0.6s ease;
  1716.        z-index: 1;
  1717.    }
  1718.    
  1719.    .blog-card-v2:hover {
  1720.        transform: translateY(-15px) scale(1.02);
  1721.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  1722.    }
  1723.    
  1724.    .blog-card-v2:hover::before {
  1725.        transform: translateX(100%);
  1726.    }
  1727.    
  1728.    .blog-image-v2 {
  1729.        position: relative;
  1730.        overflow: hidden;
  1731.        height: 250px;
  1732.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  1733.    }
  1734.    
  1735.    .blog-image-v2::after {
  1736.        content: '';
  1737.        position: absolute;
  1738.        top: 0;
  1739.        left: 0;
  1740.        width: 100%;
  1741.        height: 100%;
  1742.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  1743.        z-index: 2;
  1744.    }
  1745.    
  1746.    .blog-image-v2 img {
  1747.        width: 100%;
  1748.        height: 100%;
  1749.        object-fit: cover;
  1750.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1751.        transform: scale(1);
  1752.    }
  1753.    
  1754.    .blog-card-v2:hover .blog-image-v2 img {
  1755.        transform: scale(1.1) rotate(2deg);
  1756.    }
  1757.    
  1758.    .blog-category-v2 {
  1759.        position: absolute;
  1760.        top: 20px;
  1761.        left: 20px;
  1762.        padding: 8px 16px;
  1763.        border-radius: 50px;
  1764.        font-size: 12px;
  1765.        font-weight: 700;
  1766.        text-transform: uppercase;
  1767.        letter-spacing: 1px;
  1768.      
  1769.        z-index: 3;
  1770.        transform: translateY(0);
  1771.        transition: all 0.3s ease;
  1772.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1773.    }
  1774.    
  1775.    .blog-card-v2:hover .blog-category-v2 {
  1776.        transform: translateY(-5px);
  1777.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1778.    }
  1779.    
  1780.    .blog-content-v2 {
  1781.        padding: 30px 25px;
  1782.        position: relative;
  1783.        z-index: 2;
  1784.    }
  1785.    
  1786.    .blog-title-v2 {
  1787.        font-size: 18px;
  1788.        font-weight: 700;
  1789.        line-height: 1.4;
  1790.        margin-bottom: 15px;
  1791.        min-height: 50px;
  1792.        position: relative;
  1793.        overflow: hidden;
  1794.    }
  1795.    
  1796.    .blog-title-v2 a {
  1797.        text-decoration: none;
  1798.        position: relative;
  1799.        transition: all 0.3s ease;
  1800.        background-clip: text;
  1801.        -webkit-background-clip: text;
  1802.    }
  1803.    
  1804.    .blog-title-v2 a::after {
  1805.        content: '';
  1806.        position: absolute;
  1807.        bottom: -2px;
  1808.        left: 0;
  1809.        width: 0;
  1810.        height: 2px;
  1811.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1812.        transition: width 0.4s ease;
  1813.    }
  1814.    
  1815.    .blog-card-v2:hover .blog-title-v2 a::after {
  1816.        width: 100%;
  1817.    }
  1818.    
  1819.    .blog-meta-v2 {
  1820.        display: flex;
  1821.        align-items: center;
  1822.        gap: 12px;
  1823.        margin-bottom: 15px;
  1824.        font-size: 13px;
  1825.        padding-bottom: 15px;
  1826.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  1827.        position: relative;
  1828.    }
  1829.    
  1830.    .blog-meta-v2::after {
  1831.        content: '';
  1832.        position: absolute;
  1833.        bottom: -2px;
  1834.        left: 0;
  1835.        width: 0;
  1836.        height: 2px;
  1837.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1838.        transition: width 0.5s ease 0.2s;
  1839.    }
  1840.    
  1841.    .blog-card-v2:hover .blog-meta-v2::after {
  1842.        width: 60px;
  1843.    }
  1844.    
  1845.    .blog-author-img-v2 {
  1846.        width: 32px;
  1847.        height: 32px;
  1848.        border-radius: 50%;
  1849.        object-fit: cover;
  1850.        border: 3px solid white;
  1851.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1852.        transition: all 0.3s ease;
  1853.    }
  1854.    
  1855.    .blog-card-v2:hover .blog-author-img-v2 {
  1856.        transform: scale(1.1);
  1857.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  1858.    }
  1859.    
  1860.    .blog-excerpt-v2 {
  1861.        font-size: 14px;
  1862.        line-height: 1.6;
  1863.        color: #666;
  1864.        display: -webkit-box;
  1865.        -webkit-line-clamp: 3;
  1866.        -webkit-box-orient: vertical;
  1867.        overflow: hidden;
  1868.        position: relative;
  1869.        opacity: 0.8;
  1870.        transition: opacity 0.3s ease;
  1871.    }
  1872.    
  1873.    .blog-card-v2:hover .blog-excerpt-v2 {
  1874.        opacity: 1;
  1875.    }
  1876.    
  1877.    .section-header-v2 {
  1878.        text-align: center;
  1879.        margin-bottom: 70px;
  1880.        position: relative;
  1881.    }
  1882.    
  1883.    .section-title-v2 {
  1884.        font-size: 3.2rem;
  1885.        font-weight: 800;
  1886.        margin-bottom: 20px;
  1887.        position: relative;
  1888.    }
  1889.    
  1890.    .section-title-v2::after {
  1891.        content: '';
  1892.        position: absolute;
  1893.        bottom: -10px;
  1894.        left: 50%;
  1895.        transform: translateX(-50%);
  1896.        width: 80px;
  1897.        height: 4px;
  1898.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1899.        border-radius: 2px;
  1900.    }
  1901.    
  1902.    .section-subtitle-v2 {
  1903.        font-size: 1.1rem;
  1904.        color: #666;
  1905.        max-width: 600px;
  1906.        margin: 0 auto;
  1907.        line-height: 1.6;
  1908.    }
  1909.    
  1910.    .blog-read-more-v2 {
  1911.        position: absolute;
  1912.        bottom: 25px;
  1913.        right: 25px;
  1914.        width: 45px;
  1915.        height: 45px;
  1916.        border-radius: 50%;
  1917.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1918.        display: flex;
  1919.        align-items: center;
  1920.        justify-content: center;
  1921.        color: white;
  1922.        text-decoration: none;
  1923.        transition: all 0.4s ease;
  1924.        transform: scale(0);
  1925.        opacity: 0;
  1926.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  1927.    }
  1928.    
  1929.    .blog-card-v2:hover .blog-read-more-v2 {
  1930.        transform: scale(1);
  1931.        opacity: 1;
  1932.    }
  1933.    
  1934.    .blog-read-more-v2:hover {
  1935.        transform: scale(1.1);
  1936.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  1937.    }
  1938.    
  1939.    /* Animation Classes */
  1940.    .animate-on-scroll {
  1941.        opacity: 0;
  1942.        transform: translateY(30px);
  1943.        transition: all 0.6s ease;
  1944.    }
  1945.    
  1946.    .animate-on-scroll.animated {
  1947.        opacity: 1;
  1948.        transform: translateY(0);
  1949.    }
  1950.    
  1951.    /* Staggered Animation */
  1952.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  1953.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  1954.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  1955.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  1956.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  1957.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  1958.  
  1959.    @media (max-width: 768px) {
  1960.        .section-title-v2 {
  1961.            font-size: 2.5rem;
  1962.        }
  1963.        .blog-highlights-v2 {
  1964.            padding: 40px 0;
  1965.        }
  1966.        .blog-content-v2 {
  1967.            padding: 25px 20px;
  1968.        }
  1969.        .blog-card-v2:hover {
  1970.            transform: translateY(-10px) scale(1.01);
  1971.        }
  1972.    }
  1973. </style>
  1974.  
  1975. <section class="blog-highlights-v2">
  1976.    <div class="container-fluid fluid-container">
  1977.        <div class="row">
  1978.            <div class="col-12">
  1979.                <div class="section-header-v2 animate-on-scroll">
  1980.                    <h2 class="section-title-v2 text-primary-gradient">
  1981.                Today's Top Highlights
  1982.                   </h2>
  1983.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  1984.                </div>
  1985.            </div>
  1986.        </div>
  1987.        
  1988.        <div class="row">
  1989.            <div class="col-lg-8 col-12">
  1990.                <div class="row g-4">
  1991.                    
  1992.                    <div class="col-lg-6 col-md-6 col-12">
  1993.                        <div class="card blog-card-v2 animate-on-scroll">
  1994.                            <div class="blog-image-v2">
  1995.                                
  1996.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1997.                                
  1998.                                <span class="blog-category-v2 bg-primary-gradient">
  1999.                                    News
  2000.                                </span>
  2001.                            </div>
  2002.                            <div class="blog-content-v2">
  2003.                                <h3 class="blog-title-v2">
  2004.                                    <a class="top-color" href="/the-thriller-follow-up-eminfluencersem-could-give-other-streaming-thrillers-a-bad-case-of-fomo/">
  2005.                                    The Thriller Follow-Up &lt;em&gt;Influencers&lt;/em&gt; Could Give Other Streaming Thrillers a Bad Case of FOMO
  2006.                                    </a>
  2007.                                </h3>
  2008.                                <div class="blog-meta-v2">
  2009.                                    
  2010.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="blog-author-img-v2">
  2011.                                    
  2012.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2013.                                    <span>By Laura Contreras</span>
  2014.                                    <span style="color: #ccc;">•</span>
  2015.                                    <span style="color: #999;">07 May 2026</span>
  2016.                                </div>
  2017.                                <p class="blog-excerpt-v2"></p>
  2018.                              
  2019.                            </div>
  2020.                        </div>
  2021.                    </div>
  2022.                    
  2023.                    <div class="col-lg-6 col-md-6 col-12">
  2024.                        <div class="card blog-card-v2 animate-on-scroll">
  2025.                            <div class="blog-image-v2">
  2026.                                
  2027.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2028.                                
  2029.                                <span class="blog-category-v2 bg-primary-gradient">
  2030.                                    News
  2031.                                </span>
  2032.                            </div>
  2033.                            <div class="blog-content-v2">
  2034.                                <h3 class="blog-title-v2">
  2035.                                    <a class="top-color" href="/beloved-performer-pat-finn-known-for-parts-in-the-middle-and-friends-dies-at-the-age-of-sixty/">
  2036.                                    Beloved Performer Pat Finn, Known For Parts in The Middle and Friends, Dies at the Age of Sixty.
  2037.                                    </a>
  2038.                                </h3>
  2039.                                <div class="blog-meta-v2">
  2040.                                    
  2041.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="blog-author-img-v2">
  2042.                                    
  2043.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2044.                                    <span>By Laura Contreras</span>
  2045.                                    <span style="color: #ccc;">•</span>
  2046.                                    <span style="color: #999;">07 May 2026</span>
  2047.                                </div>
  2048.                                <p class="blog-excerpt-v2"></p>
  2049.                              
  2050.                            </div>
  2051.                        </div>
  2052.                    </div>
  2053.                    
  2054.                    <div class="col-lg-6 col-md-6 col-12">
  2055.                        <div class="card blog-card-v2 animate-on-scroll">
  2056.                            <div class="blog-image-v2">
  2057.                                
  2058.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2059.                                
  2060.                                <span class="blog-category-v2 bg-primary-gradient">
  2061.                                    News
  2062.                                </span>
  2063.                            </div>
  2064.                            <div class="blog-content-v2">
  2065.                                <h3 class="blog-title-v2">
  2066.                                    <a class="top-color" href="/sabalenka-ready-to-face-nick-kyrgios-in-modern-gender-showdown-match/">
  2067.                                    Sabalenka Ready to Face Nick Kyrgios in Modern Gender Showdown Match
  2068.                                    </a>
  2069.                                </h3>
  2070.                                <div class="blog-meta-v2">
  2071.                                    
  2072.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="blog-author-img-v2">
  2073.                                    
  2074.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2075.                                    <span>By Laura Contreras</span>
  2076.                                    <span style="color: #ccc;">•</span>
  2077.                                    <span style="color: #999;">06 May 2026</span>
  2078.                                </div>
  2079.                                <p class="blog-excerpt-v2"></p>
  2080.                              
  2081.                            </div>
  2082.                        </div>
  2083.                    </div>
  2084.                    
  2085.                    <div class="col-lg-6 col-md-6 col-12">
  2086.                        <div class="card blog-card-v2 animate-on-scroll">
  2087.                            <div class="blog-image-v2">
  2088.                                
  2089.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2090.                                
  2091.                                <span class="blog-category-v2 bg-primary-gradient">
  2092.                                    News
  2093.                                </span>
  2094.                            </div>
  2095.                            <div class="blog-content-v2">
  2096.                                <h3 class="blog-title-v2">
  2097.                                    <a class="top-color" href="/the-streaming-giant-casts-spot-on-star-for-bentham-in-the-hit-series-third-season/">
  2098.                                    The Streaming Giant Casts Spot-On Star for Bentham in the Hit Series Third Season
  2099.                                    </a>
  2100.                                </h3>
  2101.                                <div class="blog-meta-v2">
  2102.                                    
  2103.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="blog-author-img-v2">
  2104.                                    
  2105.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2106.                                    <span>By Laura Contreras</span>
  2107.                                    <span style="color: #ccc;">•</span>
  2108.                                    <span style="color: #999;">06 May 2026</span>
  2109.                                </div>
  2110.                                <p class="blog-excerpt-v2"></p>
  2111.                              
  2112.                            </div>
  2113.                        </div>
  2114.                    </div>
  2115.                    
  2116.                    <div class="col-lg-6 col-md-6 col-12">
  2117.                        <div class="card blog-card-v2 animate-on-scroll">
  2118.                            <div class="blog-image-v2">
  2119.                                
  2120.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2121.                                
  2122.                                <span class="blog-category-v2 bg-primary-gradient">
  2123.                                    News
  2124.                                </span>
  2125.                            </div>
  2126.                            <div class="blog-content-v2">
  2127.                                <h3 class="blog-title-v2">
  2128.                                    <a class="top-color" href="/this-swine-life-hog-named-6-7-granted-clemency-by-miami-dade-county-mayor/">
  2129.                                    This Swine Life: Hog Named 6-7 Granted Clemency by Miami Dade County Mayor.
  2130.                                    </a>
  2131.                                </h3>
  2132.                                <div class="blog-meta-v2">
  2133.                                    
  2134.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="blog-author-img-v2">
  2135.                                    
  2136.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2137.                                    <span>By Laura Contreras</span>
  2138.                                    <span style="color: #ccc;">•</span>
  2139.                                    <span style="color: #999;">06 May 2026</span>
  2140.                                </div>
  2141.                                <p class="blog-excerpt-v2"></p>
  2142.                              
  2143.                            </div>
  2144.                        </div>
  2145.                    </div>
  2146.                    
  2147.                    <div class="col-lg-6 col-md-6 col-12">
  2148.                        <div class="card blog-card-v2 animate-on-scroll">
  2149.                            <div class="blog-image-v2">
  2150.                                
  2151.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2152.                                
  2153.                                <span class="blog-category-v2 bg-primary-gradient">
  2154.                                    News
  2155.                                </span>
  2156.                            </div>
  2157.                            <div class="blog-content-v2">
  2158.                                <h3 class="blog-title-v2">
  2159.                                    <a class="top-color" href="/president-trump-invites-relatives-of-injured-military-personnel-to-the-presidential-residence/">
  2160.                                    President Trump Invites Relatives of Injured Military Personnel to the Presidential Residence
  2161.                                    </a>
  2162.                                </h3>
  2163.                                <div class="blog-meta-v2">
  2164.                                    
  2165.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="blog-author-img-v2">
  2166.                                    
  2167.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2168.                                    <span>By Laura Contreras</span>
  2169.                                    <span style="color: #ccc;">•</span>
  2170.                                    <span style="color: #999;">06 May 2026</span>
  2171.                                </div>
  2172.                                <p class="blog-excerpt-v2"></p>
  2173.                              
  2174.                            </div>
  2175.                        </div>
  2176.                    </div>
  2177.                    
  2178.                    <div class="col-lg-6 col-md-6 col-12">
  2179.                        <div class="card blog-card-v2 animate-on-scroll">
  2180.                            <div class="blog-image-v2">
  2181.                                
  2182.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2183.                                
  2184.                                <span class="blog-category-v2 bg-primary-gradient">
  2185.                                    News
  2186.                                </span>
  2187.                            </div>
  2188.                            <div class="blog-content-v2">
  2189.                                <h3 class="blog-title-v2">
  2190.                                    <a class="top-color" href="/ghostface-original-star-the-actor-is-anxious-he-could-spoil-the-franchise-with-the-seventh-installment/">
  2191.                                    Ghostface Original Star the Actor Is Anxious He Could Spoil the Franchise with the Seventh Installment.
  2192.                                    </a>
  2193.                                </h3>
  2194.                                <div class="blog-meta-v2">
  2195.                                    
  2196.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="blog-author-img-v2">
  2197.                                    
  2198.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2199.                                    <span>By Laura Contreras</span>
  2200.                                    <span style="color: #ccc;">•</span>
  2201.                                    <span style="color: #999;">06 May 2026</span>
  2202.                                </div>
  2203.                                <p class="blog-excerpt-v2"></p>
  2204.                              
  2205.                            </div>
  2206.                        </div>
  2207.                    </div>
  2208.                    
  2209.                    <div class="col-lg-6 col-md-6 col-12">
  2210.                        <div class="card blog-card-v2 animate-on-scroll">
  2211.                            <div class="blog-image-v2">
  2212.                                
  2213.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2214.                                
  2215.                                <span class="blog-category-v2 bg-primary-gradient">
  2216.                                    News
  2217.                                </span>
  2218.                            </div>
  2219.                            <div class="blog-content-v2">
  2220.                                <h3 class="blog-title-v2">
  2221.                                    <a class="top-color" href="/skipper-stokes-is-exhausted-yet-insists-hes-ready-to-bowl/">
  2222.                                    Skipper Stokes Is &#x27;Exhausted&#x27; Yet Insists He&#x27;s &#x27;Ready to Bowl&#x27;
  2223.                                    </a>
  2224.                                </h3>
  2225.                                <div class="blog-meta-v2">
  2226.                                    
  2227.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="blog-author-img-v2">
  2228.                                    
  2229.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2230.                                    <span>By Laura Contreras</span>
  2231.                                    <span style="color: #ccc;">•</span>
  2232.                                    <span style="color: #999;">06 May 2026</span>
  2233.                                </div>
  2234.                                <p class="blog-excerpt-v2"></p>
  2235.                              
  2236.                            </div>
  2237.                        </div>
  2238.                    </div>
  2239.                    
  2240.                    <div class="col-lg-6 col-md-6 col-12">
  2241.                        <div class="card blog-card-v2 animate-on-scroll">
  2242.                            <div class="blog-image-v2">
  2243.                                
  2244.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2245.                                
  2246.                                <span class="blog-category-v2 bg-primary-gradient">
  2247.                                    News
  2248.                                </span>
  2249.                            </div>
  2250.                            <div class="blog-content-v2">
  2251.                                <h3 class="blog-title-v2">
  2252.                                    <a class="top-color" href="/from-reluctant-respect-to-disquiet-russia-weighs-up-the-ousting-of-maduro/">
  2253.                                    From Reluctant Respect to Disquiet: Russia Weighs Up the Ousting of Maduro.
  2254.                                    </a>
  2255.                                </h3>
  2256.                                <div class="blog-meta-v2">
  2257.                                    
  2258.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="blog-author-img-v2">
  2259.                                    
  2260.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2261.                                    <span>By Laura Contreras</span>
  2262.                                    <span style="color: #ccc;">•</span>
  2263.                                    <span style="color: #999;">06 May 2026</span>
  2264.                                </div>
  2265.                                <p class="blog-excerpt-v2"></p>
  2266.                              
  2267.                            </div>
  2268.                        </div>
  2269.                    </div>
  2270.                    
  2271.                    <div class="col-lg-6 col-md-6 col-12">
  2272.                        <div class="card blog-card-v2 animate-on-scroll">
  2273.                            <div class="blog-image-v2">
  2274.                                
  2275.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2276.                                
  2277.                                <span class="blog-category-v2 bg-primary-gradient">
  2278.                                    News
  2279.                                </span>
  2280.                            </div>
  2281.                            <div class="blog-content-v2">
  2282.                                <h3 class="blog-title-v2">
  2283.                                    <a class="top-color" href="/novel-antimicrobials-celebrated-as-a-turning-point-in-addressing-antibiotic-resistant-gonorrhoea/">
  2284.                                    Novel Antimicrobials Celebrated as a &#x27;Turning Point&#x27; in Addressing Antibiotic-Resistant Gonorrhoea
  2285.                                    </a>
  2286.                                </h3>
  2287.                                <div class="blog-meta-v2">
  2288.                                    
  2289.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="blog-author-img-v2">
  2290.                                    
  2291.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2292.                                    <span>By Laura Contreras</span>
  2293.                                    <span style="color: #ccc;">•</span>
  2294.                                    <span style="color: #999;">06 May 2026</span>
  2295.                                </div>
  2296.                                <p class="blog-excerpt-v2"></p>
  2297.                              
  2298.                            </div>
  2299.                        </div>
  2300.                    </div>
  2301.                    
  2302.                    <div class="col-lg-6 col-md-6 col-12">
  2303.                        <div class="card blog-card-v2 animate-on-scroll">
  2304.                            <div class="blog-image-v2">
  2305.                                
  2306.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2307.                                
  2308.                                <span class="blog-category-v2 bg-primary-gradient">
  2309.                                    News
  2310.                                </span>
  2311.                            </div>
  2312.                            <div class="blog-content-v2">
  2313.                                <h3 class="blog-title-v2">
  2314.                                    <a class="top-color" href="/paul-was-fun-honoring-snookers-taken-talent-two-decades-on/">
  2315.                                    &#x27;Paul was fun&#x27;: Honoring snooker&#x27;s taken talent two decades on.
  2316.                                    </a>
  2317.                                </h3>
  2318.                                <div class="blog-meta-v2">
  2319.                                    
  2320.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="blog-author-img-v2">
  2321.                                    
  2322.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2323.                                    <span>By Laura Contreras</span>
  2324.                                    <span style="color: #ccc;">•</span>
  2325.                                    <span style="color: #999;">05 May 2026</span>
  2326.                                </div>
  2327.                                <p class="blog-excerpt-v2"></p>
  2328.                              
  2329.                            </div>
  2330.                        </div>
  2331.                    </div>
  2332.                    
  2333.                    <div class="col-lg-6 col-md-6 col-12">
  2334.                        <div class="card blog-card-v2 animate-on-scroll">
  2335.                            <div class="blog-image-v2">
  2336.                                
  2337.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2338.                                
  2339.                                <span class="blog-category-v2 bg-primary-gradient">
  2340.                                    News
  2341.                                </span>
  2342.                            </div>
  2343.                            <div class="blog-content-v2">
  2344.                                <h3 class="blog-title-v2">
  2345.                                    <a class="top-color" href="/why-real-madrid-have-complete-confidence-in-youngster-pitarch/">
  2346.                                    Why Real Madrid Have &#x27;Complete Confidence&#x27; in Youngster Pitarch
  2347.                                    </a>
  2348.                                </h3>
  2349.                                <div class="blog-meta-v2">
  2350.                                    
  2351.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="blog-author-img-v2">
  2352.                                    
  2353.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2354.                                    <span>By Laura Contreras</span>
  2355.                                    <span style="color: #ccc;">•</span>
  2356.                                    <span style="color: #999;">05 May 2026</span>
  2357.                                </div>
  2358.                                <p class="blog-excerpt-v2"></p>
  2359.                              
  2360.                            </div>
  2361.                        </div>
  2362.                    </div>
  2363.                    
  2364.                    
  2365.  
  2366.                </div>
  2367.            </div>
  2368.            
  2369.               <div class="col col-lg-4 col-12">
  2370.                
  2371.  
  2372.  
  2373.  
  2374.    
  2375.  
  2376.  
  2377. <!-- Blog Sidebar V2 - Focused Design -->
  2378. <div class="sidebar">
  2379.  <!-- Recent Posts Section -->
  2380.  <div class="sidebar-widget mb-4">
  2381.    <div class="widget-title-wrapper mb-3">
  2382.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2383.        <i class="ti-time me-2"></i>Recent Posts
  2384.        <span class="title-arrow-primary"></span>
  2385.      </h4>
  2386.    </div>
  2387.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2388.      <div class="recent-post-list">
  2389.      
  2390.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2391.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2392.              
  2393.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2394.              
  2395.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2396.          </div>
  2397.          <div class="post-content flex-grow-1">
  2398.            <h6 class="post-title mb-2">
  2399.               <a href="/live-streaming-broadcaster-welcomes-newborn-in-the-midst-of-real-time-stream-for-tens-of-thousands-of-audience-members/" class="text-decoration-none top-color fw-semibold lh-sm">
  2400.                                            Live Streaming Broadcaster Welcomes Newborn In the Midst of Real-Time Stream for Tens of Thousands of Audience Members
  2401.                                            </a>
  2402.            </h6>
  2403.            <div class="post-meta">
  2404.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2405.              <!-- <small class="text-muted">
  2406.                <i class="ti-eye me-1"></i>348 views
  2407.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2408.              </small> -->
  2409.            </div>
  2410.          </div>
  2411.        </div>
  2412.        
  2413.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2414.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2415.              
  2416.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2417.              
  2418.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2419.          </div>
  2420.          <div class="post-content flex-grow-1">
  2421.            <h6 class="post-title mb-2">
  2422.               <a href="/the-red-devils-poised-to-sign-german-striker-lea-sch%C3%BCller-from-bayern-munich/" class="text-decoration-none top-color fw-semibold lh-sm">
  2423.                                            The Red Devils Poised to Sign German Striker Lea Schüller from Bayern Munich
  2424.                                            </a>
  2425.            </h6>
  2426.            <div class="post-meta">
  2427.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2428.              <!-- <small class="text-muted">
  2429.                <i class="ti-eye me-1"></i>348 views
  2430.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2431.              </small> -->
  2432.            </div>
  2433.          </div>
  2434.        </div>
  2435.        
  2436.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2437.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2438.              
  2439.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2440.              
  2441.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2442.          </div>
  2443.          <div class="post-content flex-grow-1">
  2444.            <h6 class="post-title mb-2">
  2445.               <a href="/like-a-champions-league-win-kendalls-special-evening-for-england/" class="text-decoration-none top-color fw-semibold lh-sm">
  2446.                                            ‘Like a Champions League win’ - Kendall’s special evening for England
  2447.                                            </a>
  2448.            </h6>
  2449.            <div class="post-meta">
  2450.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2451.              <!-- <small class="text-muted">
  2452.                <i class="ti-eye me-1"></i>348 views
  2453.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2454.              </small> -->
  2455.            </div>
  2456.          </div>
  2457.        </div>
  2458.        
  2459.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2460.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2461.              
  2462.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2463.              
  2464.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2465.          </div>
  2466.          <div class="post-content flex-grow-1">
  2467.            <h6 class="post-title mb-2">
  2468.               <a href="/china-strengthens-regulation-on-rare-earth-shipments-citing-national-security-issues/" class="text-decoration-none top-color fw-semibold lh-sm">
  2469.                                            China Strengthens Regulation on Rare-Earth Shipments, Citing National Security Issues
  2470.                                            </a>
  2471.            </h6>
  2472.            <div class="post-meta">
  2473.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2474.              <!-- <small class="text-muted">
  2475.                <i class="ti-eye me-1"></i>348 views
  2476.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2477.              </small> -->
  2478.            </div>
  2479.          </div>
  2480.        </div>
  2481.        
  2482.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2483.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2484.              
  2485.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2486.              
  2487.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2488.          </div>
  2489.          <div class="post-content flex-grow-1">
  2490.            <h6 class="post-title mb-2">
  2491.               <a href="/the-renowned-filmmaker-reflecting-on-his-latest-american-revolution-film-series-no-project-will-be-more-significant/" class="text-decoration-none top-color fw-semibold lh-sm">
  2492.                                            The Renowned Filmmaker reflecting on His Latest American Revolution Film Series: ‘No Project Will Be More Significant’
  2493.                                            </a>
  2494.            </h6>
  2495.            <div class="post-meta">
  2496.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2497.              <!-- <small class="text-muted">
  2498.                <i class="ti-eye me-1"></i>348 views
  2499.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2500.              </small> -->
  2501.            </div>
  2502.          </div>
  2503.        </div>
  2504.        
  2505.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2506.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2507.              
  2508.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2509.              
  2510.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2511.          </div>
  2512.          <div class="post-content flex-grow-1">
  2513.            <h6 class="post-title mb-2">
  2514.               <a href="/orbital-photographs-reveal-iranian-navy-and-atomic-sites-struck-by-joint-us-and-israeli-airstrikes/" class="text-decoration-none top-color fw-semibold lh-sm">
  2515.                                            Orbital Photographs Reveal Iranian Navy and Atomic Sites Struck by Joint US and Israeli Airstrikes.
  2516.                                            </a>
  2517.            </h6>
  2518.            <div class="post-meta">
  2519.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  2520.              <!-- <small class="text-muted">
  2521.                <i class="ti-eye me-1"></i>348 views
  2522.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2523.              </small> -->
  2524.            </div>
  2525.          </div>
  2526.        </div>
  2527.        
  2528.  
  2529.      </div>
  2530.  
  2531.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2532.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2533.      </div> -->
  2534.    </div>
  2535.  </div>
  2536.  
  2537.    
  2538.  <div class="sidebar-widget mb-4">
  2539.    <div class="widget-title-wrapper mb-3">
  2540.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2541.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2542.        <span class="title-arrow"></span>
  2543.      </h4>
  2544.    </div>
  2545.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2546.      <div class="blog-roll-list scrollable-sidebar">
  2547.        
  2548.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2549.          <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop-casinos/" class="text-decoration-none ">
  2550.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2551.              <i class="ti-angle-right me-2 text-primary"></i>
  2552.               casino not on gamstop
  2553.            </h6>
  2554.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2555.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2556.            </div> -->
  2557.          </a>
  2558.        </div>
  2559.          
  2560.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2561.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  2562.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2563.              <i class="ti-angle-right me-2 text-primary"></i>
  2564.               non gamstop casinos
  2565.            </h6>
  2566.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2567.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2568.            </div> -->
  2569.          </a>
  2570.        </div>
  2571.          
  2572.      </div>
  2573.  
  2574.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2575.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2576.      </div> -->
  2577.    </div>
  2578.  </div>
  2579.    
  2580.  <div class="sidebar-widget mb-4">
  2581.    <div class="widget-title-wrapper mb-3">
  2582.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2583.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2584.        <span class="title-arrow"></span>
  2585.      </h4>
  2586.    </div>
  2587.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2588.      <div class="blog-roll-list scrollable-sidebar">
  2589.        
  2590.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2591.          <a href="https://wallaseycemetery.co.uk" class="text-decoration-none ">
  2592.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2593.              <i class="ti-angle-right me-2 text-primary"></i>
  2594.               non gamstop betting sites
  2595.            </h6>
  2596.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2597.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2598.            </div> -->
  2599.          </a>
  2600.        </div>
  2601.          
  2602.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2603.          <a href="https://www.forcesreunited.co.uk/" class="text-decoration-none ">
  2604.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2605.              <i class="ti-angle-right me-2 text-primary"></i>
  2606.               casinos not on gamstop
  2607.            </h6>
  2608.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2609.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2610.            </div> -->
  2611.          </a>
  2612.        </div>
  2613.          
  2614.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2615.          <a href="https://datamagazine.co.uk/" class="text-decoration-none ">
  2616.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2617.              <i class="ti-angle-right me-2 text-primary"></i>
  2618.               non gamstop casino
  2619.            </h6>
  2620.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2621.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2622.            </div> -->
  2623.          </a>
  2624.        </div>
  2625.          
  2626.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2627.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  2628.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2629.              <i class="ti-angle-right me-2 text-primary"></i>
  2630.               casinos not on gamstop
  2631.            </h6>
  2632.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2633.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2634.            </div> -->
  2635.          </a>
  2636.        </div>
  2637.          
  2638.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2639.          <a href="https://heyimhome.co.uk/" class="text-decoration-none ">
  2640.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2641.              <i class="ti-angle-right me-2 text-primary"></i>
  2642.               online casinos
  2643.            </h6>
  2644.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2645.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2646.            </div> -->
  2647.          </a>
  2648.        </div>
  2649.          
  2650.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2651.          <a href="https://israelpremiertech.com" class="text-decoration-none ">
  2652.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2653.              <i class="ti-angle-right me-2 text-primary"></i>
  2654.               casinos not on GamStop
  2655.            </h6>
  2656.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2657.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2658.            </div> -->
  2659.          </a>
  2660.        </div>
  2661.          
  2662.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2663.          <a href="https://fdncoffee.com" class="text-decoration-none ">
  2664.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2665.              <i class="ti-angle-right me-2 text-primary"></i>
  2666.               non GamStop casinos
  2667.            </h6>
  2668.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2669.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2670.            </div> -->
  2671.          </a>
  2672.        </div>
  2673.          
  2674.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2675.          <a href="https://www.londonart.co.uk/" class="text-decoration-none ">
  2676.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2677.              <i class="ti-angle-right me-2 text-primary"></i>
  2678.               london escorts
  2679.            </h6>
  2680.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2681.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2682.            </div> -->
  2683.          </a>
  2684.        </div>
  2685.          
  2686.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2687.          <a href="https://www.stamina.org.uk/" class="text-decoration-none ">
  2688.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2689.              <i class="ti-angle-right me-2 text-primary"></i>
  2690.               Non Gamstop Casino
  2691.            </h6>
  2692.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2693.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2694.            </div> -->
  2695.          </a>
  2696.        </div>
  2697.          
  2698.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2699.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  2700.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2701.              <i class="ti-angle-right me-2 text-primary"></i>
  2702.               uk casinos
  2703.            </h6>
  2704.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2705.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2706.            </div> -->
  2707.          </a>
  2708.        </div>
  2709.          
  2710.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2711.          <a href="https://www.wildandgame.co.uk" class="text-decoration-none ">
  2712.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2713.              <i class="ti-angle-right me-2 text-primary"></i>
  2714.               casino not on GamStop
  2715.            </h6>
  2716.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2717.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2718.            </div> -->
  2719.          </a>
  2720.        </div>
  2721.          
  2722.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2723.          <a href="https://www.kew.org.uk/" class="text-decoration-none ">
  2724.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2725.              <i class="ti-angle-right me-2 text-primary"></i>
  2726.               non GamStop bookmakers
  2727.            </h6>
  2728.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2729.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2730.            </div> -->
  2731.          </a>
  2732.        </div>
  2733.          
  2734.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2735.          <a href="https://www.edinburghfoody.com" class="text-decoration-none ">
  2736.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2737.              <i class="ti-angle-right me-2 text-primary"></i>
  2738.               casino not on GamStop
  2739.            </h6>
  2740.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2741.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2742.            </div> -->
  2743.          </a>
  2744.        </div>
  2745.          
  2746.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2747.          <a href="https://roeparkresort.com" class="text-decoration-none ">
  2748.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2749.              <i class="ti-angle-right me-2 text-primary"></i>
  2750.               non GamStop casino UK
  2751.            </h6>
  2752.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2753.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2754.            </div> -->
  2755.          </a>
  2756.        </div>
  2757.          
  2758.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2759.          <a href="https://www.fourpure.com/" class="text-decoration-none ">
  2760.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2761.              <i class="ti-angle-right me-2 text-primary"></i>
  2762.               non GamStop casinos
  2763.            </h6>
  2764.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2765.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2766.            </div> -->
  2767.          </a>
  2768.        </div>
  2769.          
  2770.      </div>
  2771.  
  2772.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2773.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2774.      </div> -->
  2775.    </div>
  2776.  </div>
  2777.    
  2778.  <div class="sidebar-widget mb-4">
  2779.    <div class="widget-title-wrapper mb-3">
  2780.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2781.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2782.        <span class="title-arrow"></span>
  2783.      </h4>
  2784.    </div>
  2785.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2786.      <div class="blog-roll-list scrollable-sidebar">
  2787.        
  2788.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2789.          <a href="https://www.peckhamaudio.co.uk/" class="text-decoration-none ">
  2790.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2791.              <i class="ti-angle-right me-2 text-primary"></i>
  2792.               slot sites not on GamStop
  2793.            </h6>
  2794.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2795.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2796.            </div> -->
  2797.          </a>
  2798.        </div>
  2799.          
  2800.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2801.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  2802.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2803.              <i class="ti-angle-right me-2 text-primary"></i>
  2804.               casinos not on GamStop
  2805.            </h6>
  2806.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2807.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2808.            </div> -->
  2809.          </a>
  2810.        </div>
  2811.          
  2812.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2813.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  2814.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2815.              <i class="ti-angle-right me-2 text-primary"></i>
  2816.               UK casino sites
  2817.            </h6>
  2818.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2819.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2820.            </div> -->
  2821.          </a>
  2822.        </div>
  2823.          
  2824.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2825.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  2826.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2827.              <i class="ti-angle-right me-2 text-primary"></i>
  2828.               online casinos not on GamStop
  2829.            </h6>
  2830.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2831.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2832.            </div> -->
  2833.          </a>
  2834.        </div>
  2835.          
  2836.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2837.          <a href="https://www.cranleyclinic.com/" class="text-decoration-none ">
  2838.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2839.              <i class="ti-angle-right me-2 text-primary"></i>
  2840.               online casinos
  2841.            </h6>
  2842.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2843.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2844.            </div> -->
  2845.          </a>
  2846.        </div>
  2847.          
  2848.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2849.          <a href="https://www.covent-garden.co.uk/" class="text-decoration-none ">
  2850.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2851.              <i class="ti-angle-right me-2 text-primary"></i>
  2852.               casinos not on GamStop
  2853.            </h6>
  2854.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2855.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2856.            </div> -->
  2857.          </a>
  2858.        </div>
  2859.          
  2860.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2861.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  2862.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2863.              <i class="ti-angle-right me-2 text-primary"></i>
  2864.               casinos not on GamStop
  2865.            </h6>
  2866.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2867.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2868.            </div> -->
  2869.          </a>
  2870.        </div>
  2871.          
  2872.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2873.          <a href="https://www.ginspa.co.uk/" class="text-decoration-none ">
  2874.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2875.              <i class="ti-angle-right me-2 text-primary"></i>
  2876.               casino not on GamStop
  2877.            </h6>
  2878.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2879.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2880.            </div> -->
  2881.          </a>
  2882.        </div>
  2883.          
  2884.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2885.          <a href="https://orangegenie.com" class="text-decoration-none ">
  2886.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2887.              <i class="ti-angle-right me-2 text-primary"></i>
  2888.               non GamStop casino
  2889.            </h6>
  2890.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2891.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2892.            </div> -->
  2893.          </a>
  2894.        </div>
  2895.          
  2896.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2897.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  2898.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2899.              <i class="ti-angle-right me-2 text-primary"></i>
  2900.               non GamStop UK casinos
  2901.            </h6>
  2902.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2903.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2904.            </div> -->
  2905.          </a>
  2906.        </div>
  2907.          
  2908.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2909.          <a href="https://www.fourpure.com/" class="text-decoration-none ">
  2910.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2911.              <i class="ti-angle-right me-2 text-primary"></i>
  2912.               sites not on GamStop
  2913.            </h6>
  2914.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2915.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2916.            </div> -->
  2917.          </a>
  2918.        </div>
  2919.          
  2920.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2921.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  2922.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2923.              <i class="ti-angle-right me-2 text-primary"></i>
  2924.               casinos not on GamStop
  2925.            </h6>
  2926.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2927.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2928.            </div> -->
  2929.          </a>
  2930.        </div>
  2931.          
  2932.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2933.          <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none ">
  2934.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2935.              <i class="ti-angle-right me-2 text-primary"></i>
  2936.               Non UK Casino
  2937.            </h6>
  2938.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2939.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2940.            </div> -->
  2941.          </a>
  2942.        </div>
  2943.          
  2944.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2945.          <a href="https://www.falconryforum.co.uk/" class="text-decoration-none ">
  2946.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2947.              <i class="ti-angle-right me-2 text-primary"></i>
  2948.               non gamstop casinos
  2949.            </h6>
  2950.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2951.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2952.            </div> -->
  2953.          </a>
  2954.        </div>
  2955.          
  2956.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2957.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  2958.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2959.              <i class="ti-angle-right me-2 text-primary"></i>
  2960.               no gamstop casino
  2961.            </h6>
  2962.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2963.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2964.            </div> -->
  2965.          </a>
  2966.        </div>
  2967.          
  2968.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2969.          <a href="https://fortwilliamworldcup.co.uk/" class="text-decoration-none ">
  2970.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2971.              <i class="ti-angle-right me-2 text-primary"></i>
  2972.               non GamStop casino
  2973.            </h6>
  2974.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2975.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2976.            </div> -->
  2977.          </a>
  2978.        </div>
  2979.          
  2980.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2981.          <a href="https://www.adviza.org.uk/" class="text-decoration-none ">
  2982.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2983.              <i class="ti-angle-right me-2 text-primary"></i>
  2984.               not on GamStop
  2985.            </h6>
  2986.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2987.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2988.            </div> -->
  2989.          </a>
  2990.        </div>
  2991.          
  2992.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2993.          <a href="https://www.ultraculture.co.uk/" class="text-decoration-none ">
  2994.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2995.              <i class="ti-angle-right me-2 text-primary"></i>
  2996.               UK casinos not on GamStop
  2997.            </h6>
  2998.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2999.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3000.            </div> -->
  3001.          </a>
  3002.        </div>
  3003.          
  3004.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3005.          <a href="https://www.nativerestaurant.co.uk/" class="text-decoration-none ">
  3006.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3007.              <i class="ti-angle-right me-2 text-primary"></i>
  3008.               casino not on GamStop
  3009.            </h6>
  3010.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3011.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3012.            </div> -->
  3013.          </a>
  3014.        </div>
  3015.          
  3016.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3017.          <a href="https://monmouthfestival.co.uk/" class="text-decoration-none ">
  3018.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3019.              <i class="ti-angle-right me-2 text-primary"></i>
  3020.               not on GamStop
  3021.            </h6>
  3022.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3023.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3024.            </div> -->
  3025.          </a>
  3026.        </div>
  3027.          
  3028.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3029.          <a href="https://www.thekarczma.co.uk/" class="text-decoration-none ">
  3030.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3031.              <i class="ti-angle-right me-2 text-primary"></i>
  3032.               non UK gambling sites
  3033.            </h6>
  3034.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3035.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3036.            </div> -->
  3037.          </a>
  3038.        </div>
  3039.          
  3040.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3041.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  3042.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3043.              <i class="ti-angle-right me-2 text-primary"></i>
  3044.               casinos not on Gamban
  3045.            </h6>
  3046.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3047.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3048.            </div> -->
  3049.          </a>
  3050.        </div>
  3051.          
  3052.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3053.          <a href="https://www.techcityuk.com/" class="text-decoration-none ">
  3054.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3055.              <i class="ti-angle-right me-2 text-primary"></i>
  3056.               non gamstop casino
  3057.            </h6>
  3058.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3059.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3060.            </div> -->
  3061.          </a>
  3062.        </div>
  3063.          
  3064.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3065.          <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/" class="text-decoration-none ">
  3066.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3067.              <i class="ti-angle-right me-2 text-primary"></i>
  3068.               casino not on gamstop
  3069.            </h6>
  3070.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3071.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3072.            </div> -->
  3073.          </a>
  3074.        </div>
  3075.          
  3076.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3077.          <a href="https://roadpeace.org/" class="text-decoration-none ">
  3078.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3079.              <i class="ti-angle-right me-2 text-primary"></i>
  3080.               online casino
  3081.            </h6>
  3082.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3083.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3084.            </div> -->
  3085.          </a>
  3086.        </div>
  3087.          
  3088.      </div>
  3089.  
  3090.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3091.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3092.      </div> -->
  3093.    </div>
  3094.  </div>
  3095.    
  3096.  <div class="sidebar-widget mb-4">
  3097.    <div class="widget-title-wrapper mb-3">
  3098.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3099.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3100.        <span class="title-arrow"></span>
  3101.      </h4>
  3102.    </div>
  3103.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3104.      <div class="blog-roll-list scrollable-sidebar">
  3105.        
  3106.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3107.          <a href="https://xn--24-3qi4duc3a1a7o.world/" class="text-decoration-none ">
  3108.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3109.              <i class="ti-angle-right me-2 text-primary"></i>
  3110.               แทงหวย24
  3111.            </h6>
  3112.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3113.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3114.            </div> -->
  3115.          </a>
  3116.        </div>
  3117.          
  3118.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3119.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3120.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3121.              <i class="ti-angle-right me-2 text-primary"></i>
  3122.               non uk betting sites
  3123.            </h6>
  3124.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3125.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3126.            </div> -->
  3127.          </a>
  3128.        </div>
  3129.          
  3130.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3131.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  3132.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3133.              <i class="ti-angle-right me-2 text-primary"></i>
  3134.               football betting sites not on gamstop
  3135.            </h6>
  3136.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3137.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3138.            </div> -->
  3139.          </a>
  3140.        </div>
  3141.          
  3142.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3143.          <a href="https://idolmag.co.uk/" class="text-decoration-none ">
  3144.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3145.              <i class="ti-angle-right me-2 text-primary"></i>
  3146.               non gamstop casino
  3147.            </h6>
  3148.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3149.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3150.            </div> -->
  3151.          </a>
  3152.        </div>
  3153.          
  3154.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3155.          <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/" class="text-decoration-none ">
  3156.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3157.              <i class="ti-angle-right me-2 text-primary"></i>
  3158.               non gamstop casinos uk
  3159.            </h6>
  3160.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3161.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3162.            </div> -->
  3163.          </a>
  3164.        </div>
  3165.          
  3166.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3167.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  3168.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3169.              <i class="ti-angle-right me-2 text-primary"></i>
  3170.               Non GAMSTOP Casinos
  3171.            </h6>
  3172.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3173.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3174.            </div> -->
  3175.          </a>
  3176.        </div>
  3177.          
  3178.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3179.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  3180.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3181.              <i class="ti-angle-right me-2 text-primary"></i>
  3182.               Casinos Not on GamStop
  3183.            </h6>
  3184.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3185.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3186.            </div> -->
  3187.          </a>
  3188.        </div>
  3189.          
  3190.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3191.          <a href="https://www.xn--365-1kl1e3c8a5a9q.net/" class="text-decoration-none ">
  3192.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3193.              <i class="ti-angle-right me-2 text-primary"></i>
  3194.               หวยออนไลน์
  3195.            </h6>
  3196.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3197.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3198.            </div> -->
  3199.          </a>
  3200.        </div>
  3201.          
  3202.      </div>
  3203.  
  3204.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3205.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3206.      </div> -->
  3207.    </div>
  3208.  </div>
  3209.    
  3210.  <!-- <div class="sidebar-widget">
  3211.    <div class="widget-title-wrapper mb-3">
  3212.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3213.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3214.        <span class="title-arrow"></span>
  3215.      </h4>
  3216.    </div>
  3217.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3218.      <div class="blog-roll-list">
  3219.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3220.          <a href="#" class="text-decoration-none">
  3221.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3222.              <i class="ti-angle-right me-2 text-primary"></i>
  3223.              Complete Guide to Django REST Framework
  3224.            </h6>
  3225.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3226.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3227.            </div>
  3228.          </a>
  3229.        </div>
  3230.  
  3231.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3232.          <a href="#" class="text-decoration-none">
  3233.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3234.              <i class="ti-angle-right me-2 text-primary"></i>
  3235.              Modern JavaScript ES2025 Features
  3236.            </h6>
  3237.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3238.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3239.            </div>
  3240.          </a>
  3241.        </div>
  3242.  
  3243.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3244.          <a href="#" class="text-decoration-none">
  3245.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3246.              <i class="ti-angle-right me-2 text-primary"></i>
  3247.              Digital Marketing Trends in 2025
  3248.            </h6>
  3249.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3250.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3251.            </div>
  3252.          </a>
  3253.        </div>
  3254.  
  3255.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3256.          <a href="#" class="text-decoration-none">
  3257.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3258.              <i class="ti-angle-right me-2 text-primary"></i>
  3259.              Remote Work Best Practices
  3260.            </h6>
  3261.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3262.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3263.            </div>
  3264.          </a>
  3265.        </div>
  3266.  
  3267.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3268.          <a href="#" class="text-decoration-none">
  3269.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3270.              <i class="ti-angle-right me-2 text-primary"></i>
  3271.              Sustainable Living Tips for Beginners
  3272.            </h6>
  3273.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3274.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3275.            </div>
  3276.          </a>
  3277.        </div>
  3278.  
  3279.        <div class="blog-roll-item">
  3280.          <a href="#" class="text-decoration-none">
  3281.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3282.              <i class="ti-angle-right me-2 text-primary"></i>
  3283.              AI and Machine Learning Basics
  3284.            </h6>
  3285.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3286.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3287.            </div>
  3288.          </a>
  3289.        </div>
  3290.      </div>
  3291.  
  3292.      <div class="text-center mt-4 pt-3 border-top border-light">
  3293.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3294.      </div>
  3295.    </div>
  3296.  </div> -->
  3297. </div>
  3298.  
  3299. <!-- Sidebar V2 Styles -->
  3300. <style>
  3301.  .sidebar-widget {
  3302.    position: relative;
  3303.  }
  3304.  
  3305.  .widget-title {
  3306.    font-size: 1.1rem;
  3307.    font-weight: 700;
  3308.    display: inline-block;
  3309.    position: relative;
  3310.    z-index: 2;
  3311.    border-radius: 0;
  3312.  }
  3313.  
  3314.  /* Green arrow for August Blog Roll */
  3315.  .title-arrow::after {
  3316.    content: '';
  3317.    position: absolute;
  3318.    top: 0;
  3319.    right: -22px;
  3320.    width: 0;
  3321.    height: 0;
  3322.    border-left: 22px solid var(--bs-primary);
  3323.    border-top: 22px solid transparent;
  3324.    border-bottom: 22px solid transparent;
  3325.    z-index: 1;
  3326.  }
  3327.  
  3328.  /* Blue arrow for Recent Posts */
  3329.  .title-arrow-primary::after {
  3330.    content: '';
  3331.    position: absolute;
  3332.    top: 0;
  3333.    right: -22px;
  3334.    width: 0;
  3335.    height: 0;
  3336.    border-left: 22px solid var(--bs-primary);
  3337.    border-top: 22px solid transparent;
  3338.    border-bottom: 22px solid transparent;
  3339.    z-index: 1;
  3340.  }
  3341.  
  3342.  .widget-content {
  3343.    margin-top: -1px;
  3344.    position: relative;
  3345.    z-index: 1;
  3346.    background-color: var(--card-bg);
  3347.  }
  3348.  
  3349.  /* Blog Roll Items Hover Effects */
  3350.  .blog-roll-item:hover .blog-title {
  3351.    color: #198754 !important;
  3352.    transform: translateX(5px);
  3353.    transition: all 0.3s ease;
  3354.  }
  3355.  
  3356.  /* Recent Post Items Hover Effects */
  3357.  .recent-post-item:hover .post-title a {
  3358.    color: #0d6efd !important;
  3359.    transition: color 0.3s ease;
  3360.  }
  3361.  
  3362.  .recent-post-item:hover .post-image img {
  3363.    transform: scale(1.05);
  3364.    transition: transform 0.3s ease;
  3365.  }
  3366.  
  3367.  /* Button Hover Effects */
  3368.  .btn:hover {
  3369.    transform: translateY(-2px);
  3370.    transition: all 0.3s ease;
  3371.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3372.  }
  3373.  
  3374.  /* Badge Hover Effects */
  3375.  .badge:hover {
  3376.    transform: scale(1.05);
  3377.    transition: transform 0.3s ease;
  3378.  }
  3379.  
  3380.  @media (max-width: 991px) {
  3381.    .sidebar {
  3382.      margin-top: 3rem;
  3383.    }
  3384.  }
  3385.  
  3386.  @media (max-width: 576px) {
  3387.    .widget-title {
  3388.      font-size: 1rem;
  3389.      padding: 0.75rem 1rem !important;
  3390.    }
  3391.  
  3392.    .title-arrow::after,
  3393.    .title-arrow-primary::after {
  3394.      right: -18px;
  3395.      border-left-width: 18px;
  3396.      border-top-width: 18px;
  3397.      border-bottom-width: 18px;
  3398.    }
  3399.  
  3400.    .post-image {
  3401.      width: 70px !important;
  3402.      height: 55px !important;
  3403.    }
  3404.  
  3405.    .blog-meta {
  3406.      flex-direction: column !important;
  3407.      align-items: flex-start !important;
  3408.      gap: 0.5rem;
  3409.    }
  3410.  }
  3411. </style>
  3412.  
  3413.    
  3414.            </div>
  3415.        </div>
  3416.    </div>
  3417. </section>
  3418.  
  3419. <script>
  3420. // Intersection Observer for scroll animations
  3421. document.addEventListener('DOMContentLoaded', function() {
  3422.    const observerOptions = {
  3423.        threshold: 0.1,
  3424.        rootMargin: '0px 0px -50px 0px'
  3425.    };
  3426.  
  3427.    const observer = new IntersectionObserver(function(entries) {
  3428.        entries.forEach(entry => {
  3429.            if (entry.isIntersecting) {
  3430.                entry.target.classList.add('animated');
  3431.            }
  3432.        });
  3433.    }, observerOptions);
  3434.  
  3435.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  3436.        observer.observe(el);
  3437.    });
  3438. });
  3439. </script>
  3440.  
  3441.    
  3442.        
  3443.        <!-- end wpo-blog-highlights-section -->
  3444.        <!-- start wpo-blog-sponsored-section -->
  3445.        
  3446.  
  3447.  
  3448.  
  3449.    
  3450.  
  3451.  
  3452.  
  3453. <style>
  3454.    .sponsored-section-v2 {
  3455.        padding: 0 0 60px;
  3456.    }
  3457.    
  3458.    .sponsored-card-v2 {
  3459.        background: var(--body-bg);
  3460.        border-radius: 12px;
  3461.        overflow: hidden;
  3462.        transition: all 0.3s ease;
  3463.        border: none;
  3464.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3465.        height: 100%;
  3466.    }
  3467.    
  3468.    .sponsored-card-v2:hover {
  3469.        transform: translateY(-4px);
  3470.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3471.    }
  3472.    
  3473.    .sponsored-image-v2 {
  3474.        position: relative;
  3475.        overflow: hidden;
  3476.        height: 180px;
  3477.    }
  3478.    
  3479.    .sponsored-image-v2 img {
  3480.        width: 100%;
  3481.        height: 100%;
  3482.        object-fit: cover;
  3483.        transition: transform 0.3s ease;
  3484.    }
  3485.    
  3486.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3487.        transform: scale(1.05);
  3488.    }
  3489.    
  3490.    .sponsored-badge-v2 {
  3491.        position: absolute;
  3492.        top: 12px;
  3493.        left: 12px;
  3494.        padding: 6px 12px;
  3495.        border-radius: 15px;
  3496.        font-size: 10px;
  3497.        font-weight: 600;
  3498.        text-transform: uppercase;
  3499.        letter-spacing: 0.5px;
  3500.        color: white;
  3501.    }
  3502.    
  3503.    .sponsored-content-v2 {
  3504.        padding: 20px;
  3505.    }
  3506.    
  3507.    .sponsored-title-v2 {
  3508.        font-size: 16px;
  3509.        font-weight: 600;
  3510.        line-height: 1.4;
  3511.        margin-bottom: 15px;
  3512.        min-height: 44px;
  3513.    }
  3514.    
  3515.    .sponsored-title-v2 a {
  3516.        text-decoration: none;
  3517.        transition: color 0.3s ease;
  3518.    }
  3519.    
  3520.    .sponsored-meta-v2 {
  3521.        display: flex;
  3522.        align-items: center;
  3523.        gap: 10px;
  3524.        font-size: 12px;
  3525.    }
  3526.    
  3527.    .sponsored-author-img-v2 {
  3528.        width: 28px;
  3529.        height: 28px;
  3530.        border-radius: 50%;
  3531.        object-fit: cover;
  3532.    }
  3533.    
  3534.    .section-title-sponsored-v2 {
  3535.        font-size: 2.5rem;
  3536.        font-weight: 700;
  3537.        text-align: center;
  3538.        margin-bottom: 20px;
  3539.        text-transform: capitalize;
  3540.    }
  3541.  
  3542.    @media (max-width: 768px) {
  3543.        .sponsored-section-v2 {
  3544.            padding: 0px 0 40px;
  3545.        }
  3546.        .section-title-sponsored-v2 {
  3547.            font-size: 2rem;
  3548.        }
  3549.        .sponsored-content-v2 {
  3550.            padding: 16px;
  3551.        }
  3552.    }
  3553. </style>
  3554.  
  3555. <section class="sponsored-section-v2">
  3556.    <div class="container-fluid fluid-container">
  3557.        <div class="row">
  3558.            <div class="col-12">
  3559.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3560.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3561.            </div>
  3562.        </div>
  3563.        
  3564.        <div class="row g-4">
  3565.            
  3566.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3567.                <div class="card sponsored-card-v2">
  3568.                    <div class="sponsored-image-v2">
  3569.                        
  3570.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3571.                        
  3572.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3573.                    </div>
  3574.                    <div class="sponsored-content-v2">
  3575.                        <h3 class="sponsored-title-v2">
  3576.                            <a href="/live-streaming-broadcaster-welcomes-newborn-in-the-midst-of-real-time-stream-for-tens-of-thousands-of-audience-members/" class="top-color">
  3577.                            Live Streaming Broadcaster Welcomes Newborn In the Midst of Real-Time Stream for Tens of Thousands of Audience Members
  3578.                            </a>
  3579.                        </h3>
  3580.                        <div class="sponsored-meta-v2">
  3581.                            
  3582.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="sponsored-author-img-v2">
  3583.                            
  3584.                            <span class="top-color">By Laura Contreras</span>
  3585.                            <span class="top-color">•</span>
  3586.                            <span class="top-color">05 May 2026</span>
  3587.                        </div>
  3588.                    </div>
  3589.                </div>
  3590.            </div>
  3591.            
  3592.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3593.                <div class="card sponsored-card-v2">
  3594.                    <div class="sponsored-image-v2">
  3595.                        
  3596.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3597.                        
  3598.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3599.                    </div>
  3600.                    <div class="sponsored-content-v2">
  3601.                        <h3 class="sponsored-title-v2">
  3602.                            <a href="/the-red-devils-poised-to-sign-german-striker-lea-sch%C3%BCller-from-bayern-munich/" class="top-color">
  3603.                            The Red Devils Poised to Sign German Striker Lea Schüller from Bayern Munich
  3604.                            </a>
  3605.                        </h3>
  3606.                        <div class="sponsored-meta-v2">
  3607.                            
  3608.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="sponsored-author-img-v2">
  3609.                            
  3610.                            <span class="top-color">By Laura Contreras</span>
  3611.                            <span class="top-color">•</span>
  3612.                            <span class="top-color">05 May 2026</span>
  3613.                        </div>
  3614.                    </div>
  3615.                </div>
  3616.            </div>
  3617.            
  3618.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3619.                <div class="card sponsored-card-v2">
  3620.                    <div class="sponsored-image-v2">
  3621.                        
  3622.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3623.                        
  3624.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3625.                    </div>
  3626.                    <div class="sponsored-content-v2">
  3627.                        <h3 class="sponsored-title-v2">
  3628.                            <a href="/like-a-champions-league-win-kendalls-special-evening-for-england/" class="top-color">
  3629.                            ‘Like a Champions League win’ - Kendall’s special evening for England
  3630.                            </a>
  3631.                        </h3>
  3632.                        <div class="sponsored-meta-v2">
  3633.                            
  3634.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="sponsored-author-img-v2">
  3635.                            
  3636.                            <span class="top-color">By Laura Contreras</span>
  3637.                            <span class="top-color">•</span>
  3638.                            <span class="top-color">05 May 2026</span>
  3639.                        </div>
  3640.                    </div>
  3641.                </div>
  3642.            </div>
  3643.            
  3644.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3645.                <div class="card sponsored-card-v2">
  3646.                    <div class="sponsored-image-v2">
  3647.                        
  3648.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3649.                        
  3650.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3651.                    </div>
  3652.                    <div class="sponsored-content-v2">
  3653.                        <h3 class="sponsored-title-v2">
  3654.                            <a href="/china-strengthens-regulation-on-rare-earth-shipments-citing-national-security-issues/" class="top-color">
  3655.                            China Strengthens Regulation on Rare-Earth Shipments, Citing National Security Issues
  3656.                            </a>
  3657.                        </h3>
  3658.                        <div class="sponsored-meta-v2">
  3659.                            
  3660.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="sponsored-author-img-v2">
  3661.                            
  3662.                            <span class="top-color">By Laura Contreras</span>
  3663.                            <span class="top-color">•</span>
  3664.                            <span class="top-color">05 May 2026</span>
  3665.                        </div>
  3666.                    </div>
  3667.                </div>
  3668.            </div>
  3669.            
  3670.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3671.                <div class="card sponsored-card-v2">
  3672.                    <div class="sponsored-image-v2">
  3673.                        
  3674.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3675.                        
  3676.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3677.                    </div>
  3678.                    <div class="sponsored-content-v2">
  3679.                        <h3 class="sponsored-title-v2">
  3680.                            <a href="/the-renowned-filmmaker-reflecting-on-his-latest-american-revolution-film-series-no-project-will-be-more-significant/" class="top-color">
  3681.                            The Renowned Filmmaker reflecting on His Latest American Revolution Film Series: ‘No Project Will Be More Significant’
  3682.                            </a>
  3683.                        </h3>
  3684.                        <div class="sponsored-meta-v2">
  3685.                            
  3686.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="sponsored-author-img-v2">
  3687.                            
  3688.                            <span class="top-color">By Laura Contreras</span>
  3689.                            <span class="top-color">•</span>
  3690.                            <span class="top-color">05 May 2026</span>
  3691.                        </div>
  3692.                    </div>
  3693.                </div>
  3694.            </div>
  3695.            
  3696.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3697.                <div class="card sponsored-card-v2">
  3698.                    <div class="sponsored-image-v2">
  3699.                        
  3700.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3701.                        
  3702.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3703.                    </div>
  3704.                    <div class="sponsored-content-v2">
  3705.                        <h3 class="sponsored-title-v2">
  3706.                            <a href="/orbital-photographs-reveal-iranian-navy-and-atomic-sites-struck-by-joint-us-and-israeli-airstrikes/" class="top-color">
  3707.                            Orbital Photographs Reveal Iranian Navy and Atomic Sites Struck by Joint US and Israeli Airstrikes.
  3708.                            </a>
  3709.                        </h3>
  3710.                        <div class="sponsored-meta-v2">
  3711.                            
  3712.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/4fae27b3-5e71-4a29-9587-e6d76a9b1e16_profile.png" alt="Laura Contreras" style="object-fit: cover;" class="sponsored-author-img-v2">
  3713.                            
  3714.                            <span class="top-color">By Laura Contreras</span>
  3715.                            <span class="top-color">•</span>
  3716.                            <span class="top-color">05 May 2026</span>
  3717.                        </div>
  3718.                    </div>
  3719.                </div>
  3720.            </div>
  3721.            
  3722.        </div>
  3723.    </div>
  3724. </section>
  3725.  
  3726.  
  3727.    
  3728.        <!-- end wpo-blog-sponsored-section -->
  3729.        <!-- start wpo-subscribe-section -->
  3730.        
  3731.        <!-- end subscribe-section -->
  3732.        <!-- start of wpo-site-footer-section -->
  3733.        
  3734.  
  3735.  
  3736.  
  3737.  
  3738.  
  3739.  
  3740. <!-- Footer V4 - Modern Corporate Design -->
  3741. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3742.  
  3743.    <div class="container-fluid fluid-container">
  3744.        
  3745.        <!-- Content Sections -->
  3746.        <div class="content-sections">
  3747.            <div class="row g-5">
  3748.                
  3749.                <!-- Brand Column -->
  3750.                <div class="col-lg-4 col-md-12">
  3751.                    <div class="brand-section">
  3752.                        <div class="brand-header">
  3753.                            
  3754.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/78316c3e-834e-4c70-94d9-0eea26bc8e40_logo.png" alt="DailyHub360 UK" class="brand-logo" loading="lazy">
  3755.                            
  3756.                            <div class="brand-text">
  3757.                                <h3 class="brand-name">DailyHub360 UK</h3>
  3758.                                <span class="brand-type">Digital Publication</span>
  3759.                            </div>
  3760.                        </div>
  3761.                        <p class="brand-description  text-lg-start ">
  3762.                            DailyHub360 UK delivers the latest in technology, business updates, and lifestyle trends. Stay informed with expert analysis and practical advice for modern living.
  3763.                        </p>
  3764.                    </div>
  3765.                </div>
  3766.  
  3767.                <!-- Quick Links Column -->
  3768.               <div class="col-lg-4 col-md-6">
  3769.                    <div class="links-section">
  3770.                        <div class="section-title">
  3771.                            <h4 class="title-text">Resources</h4>
  3772.                            <div class="title-decoration"></div>
  3773.                        </div>
  3774.                        <div class="links-container">
  3775.                          
  3776. <div class="link-group">
  3777.    <ul class="link-list" id="externalLinks">
  3778.        
  3779.  
  3780.    
  3781.        
  3782.        
  3783.        
  3784.    </ul>
  3785. </div>
  3786.  
  3787.                        </div>
  3788.                    </div>
  3789.                </div>
  3790.  
  3791.                <!-- Categories Column -->
  3792.                <div class="col-lg-4 col-md-6">
  3793.                    <div class="categories-section">
  3794.                        <div class="section-title">
  3795.                            <h4 class="title-text">Explore Topics</h4>
  3796.                            <div class="title-decoration"></div>
  3797.                        </div>
  3798.                        <div class="categories-container">
  3799.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3800.                            <div class="categories-cloud">
  3801.                                
  3802.                                <a href="/category/all-posts/" class="category-pill">
  3803.                                    All Posts
  3804.                                </a>
  3805.                                
  3806.                                <a href="/category/business/" class="category-pill">
  3807.                                    Business
  3808.                                </a>
  3809.                                
  3810.                                <a href="/category/esports/" class="category-pill">
  3811.                                    Esports
  3812.                                </a>
  3813.                                
  3814.                                <a href="/category/fashion/" class="category-pill">
  3815.                                    Fashion
  3816.                                </a>
  3817.                                
  3818.                                <a href="/category/featured/" class="category-pill">
  3819.                                    Featured
  3820.                                </a>
  3821.                                
  3822.                                <a href="/category/gaming/" class="category-pill">
  3823.                                    Gaming
  3824.                                </a>
  3825.                                
  3826.                                <a href="/category/health/" class="category-pill">
  3827.                                    Health
  3828.                                </a>
  3829.                                
  3830.                                <a href="/category/life-fitness/" class="category-pill">
  3831.                                    Life &amp; Fitness
  3832.                                </a>
  3833.                                
  3834.                            </div>
  3835.                        </div>
  3836.                    </div>
  3837.                </div>
  3838.  
  3839.            </div>
  3840.        </div>
  3841.  
  3842.        <!-- Footer Bottom -->
  3843.        <div class="footer-bottom">
  3844.            <div class="bottom-border"></div>
  3845.            <div class=" d-flex justify-content-between flex-wrap">
  3846.                <div>
  3847.                    <div class="copyright-info">
  3848.                        <p class="copyright-main">
  3849.                            © 2026 <span class="brand-highlight">DailyHub360 UK</span>. All rights reserved.
  3850.                        </p>
  3851.                        <p class="copyright-sub">
  3852.                            Thoughtfully crafted content for curious minds worldwide.
  3853.                        </p>
  3854.                    </div>
  3855.                </div>
  3856.                <div>
  3857.                    <div class="footer-actions">
  3858.                        <div class="action-links">
  3859.                            <a href="/page/write-for-us/" class="action-link">
  3860.                                <i class="bi bi-shield-check"></i>
  3861.                                <span>Write For Us</span>
  3862.                            </a>
  3863.                            <a href="/page/terms-and-conditions/" class="action-link">
  3864.                                <i class="bi bi-shield-check"></i>
  3865.                                <span>Terms & Conditions</span>
  3866.                            </a>
  3867.                            <a href="/sitemap.xml" class="action-link">
  3868.                                <i class="bi bi-diagram-3"></i>
  3869.                                <span>Sitemap</span>
  3870.                            </a>
  3871.                        </div>
  3872.  
  3873.                    </div>
  3874.                </div>
  3875.            </div>
  3876.        </div>
  3877.  
  3878.    </div>
  3879.  
  3880.    
  3881.  
  3882. </footer>
  3883.  
  3884.  
  3885. <style>
  3886. /* Footer V4 - Modern Corporate Design */
  3887. .wpo-site-footer-v4 {
  3888.    color: var(--footer-color);
  3889.    margin-top: 100px;
  3890. }
  3891.  
  3892.  
  3893. .accent-line {
  3894.    position: absolute;
  3895.    top: 0;
  3896.    height: 100%;
  3897.    width: 33.333%;
  3898.    opacity: 0.8;
  3899. }
  3900.  
  3901. .accent-1 {
  3902.    left: 0;
  3903.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3904.    animation: slideRight 3s ease-in-out infinite;
  3905. }
  3906.  
  3907. .accent-2 {
  3908.    left: 33.333%;
  3909.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  3910.    animation: slideRight 3s ease-in-out infinite 1s;
  3911. }
  3912.  
  3913. .accent-3 {
  3914.    left: 66.666%;
  3915.    background: linear-gradient(90deg, #10b981, #059669);
  3916.    animation: slideRight 3s ease-in-out infinite 2s;
  3917. }
  3918.  
  3919. @keyframes slideRight {
  3920.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  3921.    50% { transform: translateX(10px); opacity: 1; }
  3922. }
  3923.  
  3924. /* Content Sections */
  3925. .content-sections {
  3926.    padding: 60px 0;
  3927.    position: relative;
  3928.    z-index: 2;
  3929. }
  3930.  
  3931. /* Brand Section */
  3932. .brand-section {
  3933.    padding-right: 2rem;
  3934. }
  3935.  
  3936. .brand-header {
  3937.    display: flex;
  3938.    align-items: center;
  3939.    margin-bottom: 2rem;
  3940.    gap: 1rem;
  3941. }
  3942.  
  3943. .brand-logo {
  3944.    height: 50px;
  3945.    width: auto;
  3946.    border-radius: 8px;
  3947. }
  3948.  
  3949. .brand-name {
  3950.    font-size: 1.5rem;
  3951.    font-weight: 800;
  3952.    color: var(--footer-color) !important;
  3953.    margin: 0;
  3954. }
  3955.  
  3956. .brand-type {
  3957.    color: var(--footer-color) !important;
  3958.    opacity: 0.8;
  3959.    font-size: 0.85rem;
  3960.    font-weight: 500;
  3961.    text-transform: uppercase;
  3962.    letter-spacing: 0.5px;
  3963. }
  3964.  
  3965. .brand-description {
  3966.    color: var(--footer-color) !important;
  3967.    line-height: 1.7;
  3968.    margin-bottom: 2rem;
  3969.    font-size: 0.95rem;
  3970. }
  3971.  
  3972. .brand-stats {
  3973.    display: flex;
  3974.    align-items: center;
  3975.    gap: 1.5rem;
  3976. }
  3977.  
  3978. .stat-item {
  3979.    text-align: center;
  3980. }
  3981.  
  3982. .stat-number {
  3983.    font-size: 1.5rem;
  3984.    font-weight: 800;
  3985.    color: #3b82f6;
  3986.    display: block;
  3987.    line-height: 1;
  3988. }
  3989.  
  3990. .stat-label {
  3991.    font-size: 0.8rem;
  3992.    color: #94a3b8;
  3993.    margin-top: 0.25rem;
  3994. }
  3995.  
  3996. .stat-divider {
  3997.    width: 1px;
  3998.    height: 40px;
  3999.    background: rgba(255, 255, 255, 0.2);
  4000. }
  4001.  
  4002. /* Links Section */
  4003. .links-section {
  4004.    padding-left: 1rem;
  4005.    padding-right: 1rem;
  4006. }
  4007.  
  4008. .section-title {
  4009.    margin-bottom: 2rem;
  4010.    position: relative;
  4011. }
  4012.  
  4013. .title-text {
  4014.    font-size: 1.3rem;
  4015.    font-weight: 700;
  4016.    color: var(--footer-color) !important;
  4017.    margin-bottom: 0.5rem;
  4018.    text-align: justify !important;
  4019. }
  4020.  
  4021.  
  4022. .link-group {
  4023.    margin-bottom: 2rem;
  4024. }
  4025.  
  4026. .group-title {
  4027.    font-size: 1rem;
  4028.    font-weight: 600;
  4029.    color: #f1f5f9;
  4030.    margin-bottom: 1rem;
  4031.    padding-bottom: 0.5rem;
  4032.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4033. }
  4034.  
  4035. .link-list {
  4036.    list-style: none;
  4037.    padding: 0;
  4038.    margin: 0;
  4039. }
  4040.  
  4041. .link-item {
  4042.    margin-bottom: 0.75rem;
  4043. }
  4044.  
  4045. .link-text {
  4046.    color: var(--footer-color) !important;
  4047.    text-decoration: none;
  4048.    font-size: 0.9rem;
  4049.    display: flex;
  4050.    align-items: center;
  4051.    transition: all 0.3s ease;
  4052.    padding: 0.25rem 0;
  4053. }
  4054.  
  4055. .link-text:hover {
  4056.    color: #3b82f6;
  4057.    padding-left: 0.5rem;
  4058. }
  4059.  
  4060. .link-icon {
  4061.    margin-right: 0.5rem;
  4062.    opacity: 0;
  4063.    transition: opacity 0.3s ease;
  4064. }
  4065.  
  4066. .link-text:hover .link-icon {
  4067.    opacity: 1;
  4068. }
  4069.  
  4070. .external-icon {
  4071.    color: #10b981;
  4072. }
  4073.  
  4074. /* Categories Section */
  4075. .categories-section {
  4076.    padding-left: 1rem;
  4077. }
  4078.  
  4079. .categories-intro {
  4080.    color: #cbd5e1;
  4081.    margin-bottom: 1.5rem;
  4082.    font-size: 0.9rem;
  4083. }
  4084.  
  4085. .categories-cloud {
  4086.    display: flex;
  4087.    flex-wrap: wrap;
  4088.    gap: 0.75rem;
  4089. }
  4090.  
  4091. .category-pill {
  4092.    display: inline-block;
  4093.    padding: 0.5rem 1rem;
  4094.    background: rgba(255, 255, 255, 0.1);
  4095.    border: 1px solid rgba(255, 255, 255, 0.2);
  4096.    border-radius: 20px;
  4097.    color:  var(--footer-color) !important;
  4098.    text-decoration: none;
  4099.    font-size: 0.85rem;
  4100.    opacity: 0.7;
  4101.    font-weight: 500;
  4102.    transition: all 0.3s ease;
  4103. }
  4104.  
  4105. .category-pill:hover {
  4106.    background: #3b82f6;
  4107.    border-color: #3b82f6;
  4108.    color: var(--footer-color) !important;
  4109.    opacity: 1;
  4110.    transform: translateY(-1px);
  4111.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4112. }
  4113.  
  4114. /* Footer Bottom */
  4115. .footer-bottom {
  4116.    padding: 2rem 0;
  4117.    position: relative;
  4118.    z-index: 2;
  4119. }
  4120.  
  4121. .bottom-border {
  4122.    height: 1px;
  4123.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4124.    margin-bottom: 2rem;
  4125. }
  4126.  
  4127. .copyright-main {
  4128.    font-size: 1rem;
  4129.    color: #e2e8f0;
  4130.    margin-bottom: 0.25rem;
  4131. }
  4132.  
  4133. .brand-highlight {
  4134.    color: var(--footer-color);
  4135.    font-weight: 700;
  4136. }
  4137.  
  4138. .copyright-sub {
  4139.    font-size: 0.85rem;
  4140.    color: #94a3b8;
  4141.    margin: 0;
  4142. }
  4143.  
  4144. .footer-actions {
  4145.    display: flex;
  4146.    align-items: center;
  4147.    gap: 2rem;
  4148. }
  4149.  
  4150. .action-links {
  4151.    display: flex;
  4152.    gap: 1.5rem;
  4153. }
  4154.  
  4155. .action-link {
  4156.    display: flex;
  4157.    align-items: center;
  4158.    gap: 0.5rem;
  4159.    color: #cbd5e1;
  4160.    text-decoration: none;
  4161.    font-size: 0.9rem;
  4162.    transition: color 0.3s ease;
  4163. }
  4164.  
  4165. .action-link:hover {
  4166.    color: #3b82f6;
  4167. }
  4168.  
  4169. .scroll-to-top-btn {
  4170.    background: rgba(255, 255, 255, 0.1);
  4171.    border: 1px solid rgba(255, 255, 255, 0.2);
  4172.    color: #cbd5e1;
  4173.    width: 44px;
  4174.    height: 44px;
  4175.    border-radius: 12px;
  4176.    cursor: pointer;
  4177.    transition: all 0.3s ease;
  4178.    display: flex;
  4179.    align-items: center;
  4180.    justify-content: center;
  4181. }
  4182.  
  4183. .scroll-to-top-btn:hover {
  4184.    background: #3b82f6;
  4185.    border-color: #3b82f6;
  4186.    color: white;
  4187.    transform: translateY(-2px);
  4188. }
  4189.  
  4190. /* Background Pattern */
  4191. .footer-pattern {
  4192.    position: absolute;
  4193.    top: 0;
  4194.    left: 0;
  4195.    width: 100%;
  4196.    height: 100%;
  4197.    z-index: 1;
  4198.    overflow: hidden;
  4199. }
  4200.  
  4201. .pattern-grid {
  4202.    position: relative;
  4203.    width: 100%;
  4204.    height: 100%;
  4205. }
  4206.  
  4207. .pattern-dot {
  4208.    position: absolute;
  4209.    width: 2px;
  4210.    height: 2px;
  4211.    background: rgba(255, 255, 255, 0.1);
  4212.    border-radius: 50%;
  4213. }
  4214.  
  4215. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4216. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4217. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4218. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4219. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4220. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4221.  
  4222. /* Responsive Design */
  4223. @media (max-width: 992px) {
  4224.    .newsletter-heading {
  4225.        font-size: 2rem;
  4226.    }
  4227.    
  4228.    .brand-section {
  4229.        padding-right: 0;
  4230.        margin-bottom: 3rem;
  4231.    }
  4232.    
  4233.    .links-section, .categories-section {
  4234.        padding-left: 0;
  4235.        padding-right: 0;
  4236.    }
  4237.    
  4238.    .brand-stats {
  4239.        justify-content: center;
  4240.        margin-top: 2rem;
  4241.    }
  4242. }
  4243.  
  4244. @media (max-width: 768px) {
  4245.    .newsletter-section {
  4246.        padding: 60px 0 40px;
  4247.    }
  4248.    
  4249.    .newsletter-container {
  4250.        padding: 2rem 1.5rem;
  4251.        margin: 0 1rem;
  4252.    }
  4253.    
  4254.    .newsletter-heading {
  4255.        font-size: 1.75rem;
  4256.    }
  4257.    
  4258.    .content-sections {
  4259.        padding: 40px 0;
  4260.    }
  4261.    
  4262.    .brand-header {
  4263.        flex-direction: column;
  4264.        text-align: center;
  4265.    }
  4266.    
  4267.    .footer-actions {
  4268.        flex-direction: column;
  4269.        gap: 1rem;
  4270.        margin-top: 1.5rem;
  4271.    }
  4272.    
  4273.    .action-links {
  4274.        order: 2;
  4275.    }
  4276.    
  4277.    .scroll-to-top-btn {
  4278.        order: 1;
  4279.    }
  4280. }
  4281.  
  4282. @media (max-width: 576px) {
  4283.    .newsletter-container {
  4284.        padding: 1.5rem 1rem;
  4285.    }
  4286.    
  4287.    .newsletter-heading {
  4288.        font-size: 1.5rem;
  4289.    }
  4290.    
  4291.    .brand-stats {
  4292.        flex-direction: column;
  4293.        gap: 1rem;
  4294.    }
  4295.    
  4296.    .stat-divider {
  4297.        width: 40px;
  4298.        height: 1px;
  4299.    }
  4300.    
  4301.    .action-links {
  4302.        flex-direction: column;
  4303.        gap: 0.75rem;
  4304.        text-align: center;
  4305.    }
  4306.    
  4307.    .pattern-dot {
  4308.        display: none;
  4309.    }
  4310. }
  4311. </style>
  4312.  
  4313. <!-- Bootstrap 5 JS -->
  4314.  
  4315. <script>
  4316. // Scroll to Top Function
  4317. document.addEventListener('DOMContentLoaded', function () {
  4318.    var btn = document.getElementById('toggleExternal');
  4319.    if (!btn) return; // No extra items, no button
  4320.  
  4321.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4322.  
  4323.    btn.addEventListener('click', function () {
  4324.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4325.            return li.classList.contains('d-none');
  4326.        });
  4327.  
  4328.        extras.forEach(function (li) {
  4329.            if (anyHidden) {
  4330.                li.classList.remove('d-none');
  4331.                li.classList.add('show');
  4332.            } else {
  4333.                li.classList.add('d-none');
  4334.                li.classList.remove('show');
  4335.            }
  4336.        });
  4337.  
  4338.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4339.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4340.    });
  4341. });
  4342. function scrollToTop() {
  4343.    window.scrollTo({
  4344.        top: 0,
  4345.        behavior: 'smooth'
  4346.    });
  4347. }
  4348.  
  4349. // Initialize Footer V4 Features
  4350. document.addEventListener('DOMContentLoaded', function() {
  4351.    
  4352.    // Newsletter Form Handling
  4353.    const newsletterForm = document.querySelector('.newsletter-form');
  4354.    const emailInput = document.querySelector('.form-input');
  4355.    const submitButton = document.querySelector('.submit-button');
  4356.    const successMessage = document.querySelector('.success-message');
  4357.    const errorMessage = document.querySelector('.error-message');
  4358.    const infoMessage = document.querySelector('.info-message');
  4359.    
  4360.    if (newsletterForm && emailInput && submitButton) {
  4361.        
  4362.        // Form submission
  4363.        newsletterForm.addEventListener('submit', function(e) {
  4364.            e.preventDefault();
  4365.            
  4366.            const email = emailInput.value.trim();
  4367.            
  4368.            // Validate email
  4369.            if (!email || !isValidEmail(email)) {
  4370.                showMessage('error');
  4371.                emailInput.focus();
  4372.                return;
  4373.            }
  4374.            
  4375.            // Show loading state
  4376.            const originalText = submitButton.querySelector('.button-text').textContent;
  4377.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4378.            
  4379.            submitButton.disabled = true;
  4380.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4381.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4382.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4383.            
  4384.            // Simulate API call
  4385.            setTimeout(() => {
  4386.                // Success state
  4387.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4388.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4389.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4390.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4391.                
  4392.                showMessage('success');
  4393.                
  4394.                // Reset after delay
  4395.                setTimeout(() => {
  4396.                    submitButton.querySelector('.button-text').textContent = originalText;
  4397.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4398.                    submitButton.style.background = '';
  4399.                    submitButton.disabled = false;
  4400.                    emailInput.value = '';
  4401.                    showMessage('info');
  4402.                }, 3000);
  4403.                
  4404.            }, 2000);
  4405.        });
  4406.        
  4407.        // Input validation
  4408.        emailInput.addEventListener('blur', function() {
  4409.            const email = this.value.trim();
  4410.            if (email && !isValidEmail(email)) {
  4411.                this.style.borderColor = '#ef4444';
  4412.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4413.            } else if (email && isValidEmail(email)) {
  4414.                this.style.borderColor = '#10b981';
  4415.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4416.            }
  4417.        });
  4418.        
  4419.        emailInput.addEventListener('focus', function() {
  4420.            this.style.borderColor = '#3b82f6';
  4421.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4422.        });
  4423.        
  4424.        // Reset validation styling on input
  4425.        emailInput.addEventListener('input', function() {
  4426.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4427.                this.style.borderColor = '';
  4428.                this.style.boxShadow = '';
  4429.            }
  4430.        });
  4431.    }
  4432.    
  4433.    // Email validation function
  4434.    function isValidEmail(email) {
  4435.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4436.        return emailRegex.test(email);
  4437.    }
  4438.    
  4439.    // Message display function
  4440.    function showMessage(type) {
  4441.        // Hide all messages
  4442.        successMessage.style.display = 'none';
  4443.        errorMessage.style.display = 'none';
  4444.        infoMessage.style.display = 'none';
  4445.        
  4446.        // Show specific message
  4447.        if (type === 'success') {
  4448.            successMessage.style.display = 'block';
  4449.        } else if (type === 'error') {
  4450.            errorMessage.style.display = 'block';
  4451.        } else if (type === 'info') {
  4452.            infoMessage.style.display = 'block';
  4453.        }
  4454.    }
  4455.    
  4456.    // Smooth reveal animations
  4457.    const observerOptions = {
  4458.        threshold: 0.1,
  4459.        rootMargin: '0px 0px -30px 0px'
  4460.    };
  4461.    
  4462.    const sectionObserver = new IntersectionObserver((entries) => {
  4463.        entries.forEach(entry => {
  4464.            if (entry.isIntersecting) {
  4465.                entry.target.style.opacity = '1';
  4466.                entry.target.style.transform = 'translateY(0)';
  4467.            }
  4468.        });
  4469.    }, observerOptions);
  4470.    
  4471.    // Animate sections
  4472.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4473.        section.style.opacity = '0';
  4474.        section.style.transform = 'translateY(20px)';
  4475.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4476.        sectionObserver.observe(section);
  4477.    });
  4478.    
  4479.    // Animate category pills
  4480.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4481.        pill.style.opacity = '0';
  4482.        pill.style.transform = 'translateY(10px)';
  4483.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4484.        
  4485.        setTimeout(() => {
  4486.            pill.style.opacity = '1';
  4487.            pill.style.transform = 'translateY(0)';
  4488.        }, 300 + (index * 100));
  4489.    });
  4490.    
  4491.    // Enhanced link hover effects
  4492.    document.querySelectorAll('.link-text').forEach(link => {
  4493.        link.addEventListener('mouseenter', function() {
  4494.            const icon = this.querySelector('.link-icon');
  4495.            if (icon) {
  4496.                icon.style.transform = 'translateX(4px)';
  4497.            }
  4498.        });
  4499.        
  4500.        link.addEventListener('mouseleave', function() {
  4501.            const icon = this.querySelector('.link-icon');
  4502.            if (icon) {
  4503.                icon.style.transform = 'translateX(0)';
  4504.            }
  4505.        });
  4506.    });
  4507.    
  4508.    // Prevent default for demo links
  4509.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4510.        link.addEventListener('click', function(e) {
  4511.            e.preventDefault();
  4512.        });
  4513.    });
  4514.    
  4515.    // Add ripple effect to submit button
  4516.    submitButton.addEventListener('click', function(e) {
  4517.        const ripple = document.createElement('span');
  4518.        const rect = this.getBoundingClientRect();
  4519.        const size = Math.max(rect.width, rect.height);
  4520.        const x = e.clientX - rect.left - size / 2;
  4521.        const y = e.clientY - rect.top - size / 2;
  4522.        
  4523.        ripple.style.cssText = `
  4524.            position: absolute;
  4525.            width: ${size}px;
  4526.            height: ${size}px;
  4527.            left: ${x}px;
  4528.            top: ${y}px;
  4529.            background: rgba(255, 255, 255, 0.3);
  4530.            border-radius: 50%;
  4531.            transform: scale(0);
  4532.            animation: ripple 0.6s ease-out;
  4533.            pointer-events: none;
  4534.        `;
  4535.        
  4536.        this.appendChild(ripple);
  4537.        
  4538.        setTimeout(() => {
  4539.            ripple.remove();
  4540.        }, 600);
  4541.    });
  4542.    
  4543. });
  4544.  
  4545. // Add CSS for ripple animation
  4546. const rippleStyle = document.createElement('style');
  4547. rippleStyle.textContent = `
  4548.    @keyframes ripple {
  4549.        to {
  4550.            transform: scale(2);
  4551.            opacity: 0;
  4552.        }
  4553.    }
  4554.    
  4555.    @keyframes spin {
  4556.        from { transform: rotate(0deg); }
  4557.        to { transform: rotate(360deg); }
  4558.    }
  4559.    
  4560.    .submit-button {
  4561.        position: relative;
  4562.        overflow: hidden;
  4563.    }
  4564. `;
  4565. document.head.appendChild(rippleStyle);
  4566. </script>
  4567.  
  4568.        <!-- end of wpo-site-footer-section -->
  4569.    </div>
  4570.    <!-- end of page-wrapper -->
  4571.  
  4572.    <!-- All JavaScript files
  4573.    ================================================== -->
  4574.    
  4575.  
  4576. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4577. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4578. <!-- Plugins for this template -->
  4579. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4580. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4581. <!-- Custom script for this template -->
  4582. <script src="/static/blogapp/assets/js/script.js"></script>
  4583.  
  4584. <script>
  4585. (function () {
  4586. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4587. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4588.  
  4589. function applyFallback(img) {
  4590. if (!img || img.dataset.fallbackApplied === "1") {
  4591. return;
  4592. }
  4593. var failedSrc = img.currentSrc || img.src || "";
  4594. img.dataset.fallbackApplied = "1";
  4595. img.onerror = null;
  4596. img.src = fallbackImageSrc;
  4597. console.warn("[ImageFallback] Replaced broken image:", {
  4598. failedSrc: failedSrc,
  4599. fallbackSrc: fallbackImageSrc,
  4600. alt: img.alt || "",
  4601. });
  4602. }
  4603.  
  4604. document.querySelectorAll("img").forEach(function (img) {
  4605. if (img.complete && img.naturalWidth === 0) {
  4606. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4607. failedSrc: img.currentSrc || img.src || "",
  4608. alt: img.alt || "",
  4609. });
  4610. applyFallback(img);
  4611. }
  4612. });
  4613.  
  4614. document.addEventListener(
  4615. "error",
  4616. function (event) {
  4617. var target = event.target;
  4618. if (target && target.tagName === "IMG") {
  4619. applyFallback(target);
  4620. }
  4621. },
  4622. true
  4623. );
  4624. })();
  4625. </script>
  4626.  
  4627. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4628.  
  4629.  
  4630.  
  4631. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"96afcb421c684fd0a7359fa7d3559fea","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4632. </body>
  4633.  
  4634. </html>
  4635.  
  4636.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda