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://dailytodayonline.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-26T130655.122_0AIDuSa_EDQZw5K_OWkso3z.png">
  14.    
  15.  
  16.    <title>Daily Today Online - UK News, Politics, and Current Affairs Updates</title>
  17.    <meta name="description" content="Stay informed with the latest UK news, politics, and current affairs from Daily Today Online. Get breaking updates, analysis, and insights on events shaping the nation.">
  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://dailytodayonline.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #ff4a6e;
  42.        --bs-primary-rgb: ff4a6e;
  43.        --bs-secondary: #6b7280;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #eab308;
  47.        --bs-info: #3b82f6;
  48.        --bs-light: #fff0f3;
  49.        --bs-dark: #4a0e1a;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #ff4a6e;
  53.        --theme-primary-color-s2: #ff4a6e;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #4a0e1a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #4a0e1a;
  59.        --border-color: #f9a8b8;
  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: #fed7de;
  75.        --navbar-color: #4a0e1a;
  76.        --topbar-bg: #fff0f3;
  77.        --topbar-color: #4a0e1a;
  78.        --footer-bg: #4a0e1a;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #f9a8b8;
  82.        --card-radius: 12px;
  83.        --link-color: #ff4a6e;
  84.        --link-hover: #e0355c;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(255, 74, 110, 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_71">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="">
  412.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  413.          </div>
  414.  
  415.          <!-- Add an id to the marquee -->
  416.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.            <p class="text-center">
  418.              
  419.               <a href="/root-expresses-dual-feelings-on-floodlit-test-matches-before-crucial-ashes-encounter/" class="px-5 top-color">
  420.                    Root Expresses Dual Feelings on Floodlit Test Matches Before Crucial Ashes Encounter
  421.                  </a>
  422.              
  423.               <a href="/conversing-over-the-gap-an-encounter-between-opposing-viewpoints/" class="px-5 top-color">
  424.                    Conversing Over the Gap: An Encounter Between Opposing Viewpoints
  425.                  </a>
  426.              
  427.               <a href="/womens-tennis-finals-latest-news-elena-rybakina-takes-on-alexandrova-swiatek-clashes-with-anisimova/" class="px-5 top-color">
  428.                    Women&#x27;s Tennis Finals Latest News: Elena Rybakina Takes On Alexandrova, Swiatek Clashes With Anisimova
  429.                  </a>
  430.              
  431.               <a href="/cameroon-political-opposition-leader-to-face-court-action-concerning-election-unrest-authorities-declares/" class="px-5 top-color">
  432.                    Cameroon Political Opposition Leader to Face Court Action Concerning Election Unrest, Authorities Declares
  433.                  </a>
  434.              
  435.               <a href="/the-finnish-team-stuns-back-to-back-defending-title-holders-the-united-states-in-u20-world-championship-quarterfinal-round/" class="px-5 top-color">
  436.                    The Finnish Team Stuns Back-to-Back Defending Title Holders the United States in U20 World Championship Quarterfinal Round.
  437.                  </a>
  438.              
  439.            </p>
  440.          </marquee>
  441.        </div>
  442.      </div>
  443.    </div>
  444.  </div>
  445. </div>
  446. <style>
  447.  .tilt-button {
  448.  padding: 0.5rem 1rem;
  449.  white-space: nowrap;
  450.  font-weight: bold;
  451.  display: inline-block;
  452.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  453.  transition: background 0.3s ease;
  454. }
  455.  
  456.  
  457. </style>
  458. <script>
  459.  // Stop/start marquee when hovering or focusing links inside it
  460.  document.addEventListener("DOMContentLoaded", function () {
  461.    const marquee = document.getElementById("newsMarquee");
  462.    if (!marquee) return;
  463.  
  464.    marquee.querySelectorAll("a").forEach((link) => {
  465.      link.addEventListener("mouseenter", () => marquee.stop());
  466.      link.addEventListener("mouseleave", () => marquee.start());
  467.      // keyboard accessibility
  468.      link.addEventListener("focus", () => marquee.stop());
  469.      link.addEventListener("blur", () => marquee.start());
  470.    });
  471.  });
  472. </script>
  473.  
  474.  
  475.  
  476.            
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. <header class="header-v2 mb-4">
  484.    <div class="main-header-v2">
  485.        <div class="container-fluid fluid-container">
  486.            <div class="row align-items-center">
  487.                <div class="col-lg-3 col-md-4 col-6">
  488.                   <div class="logo-area-v2">
  489.                        <a class="navbar-brand" href="/">
  490.                            
  491.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/ef69a8b7-fefd-4dbf-85a1-a0807d895167_logo.png" alt="Daily Today Online">
  492.                            
  493.                        </a>
  494.                    </div>
  495.                </div>
  496.  
  497.                <div class="col-lg-6 col-md-8 col-6 d-none d-md-block">
  498.                    <div class="search-area-v2">
  499.                        <form class="search-wrapper-v2" action="#" method="get">
  500.                            <input type="search" class="search-field-v2"
  501.                                placeholder="Search articles, news, tutorials..." name="q" id="search-input1">
  502.                            <!-- <button type="submit" class="search-button-v2">
  503.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  504.                                    stroke-width="2">
  505.                                    <circle cx="11" cy="11" r="8"></circle>
  506.                                    <path d="m21 21-4.35-4.35"></path>
  507.                                </svg>
  508.                                <span>Search</span>
  509.                            </button> -->
  510.                            <!-- The search results will be displayed here -->
  511.                        </form>
  512.                        <div id="search-results1" class="search-results-container search-v1"></div>
  513.                    </div>
  514.                </div>
  515.            </div>
  516.  
  517.            <!-- Mobile Search -->
  518.            <div class="row d-md-none">
  519.                <div class="col-12">
  520.                    <div class="search-area-v2">
  521.                        <form class="search-wrapper-v2" action="#" method="get">
  522.                            <input type="search" class="search-field-v2" placeholder="Search..." name="q" id="search-input">
  523.                            <!-- <button type="submit" class="search-button-v2">
  524.                                <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  525.                                    stroke-width="2">
  526.                                    <circle cx="11" cy="11" r="8"></circle>
  527.                                    <path d="m21 21-4.35-4.35"></path>
  528.                                </svg>
  529.                                <span>Search</span>
  530.                            </button> -->
  531.                        <!-- The search results will be displayed here -->
  532.                    </form>
  533.                    <div id="search-results12" class="search-results-container search-v1"></div>
  534.                    </div>
  535.                </div>
  536.            </div>
  537.        </div>
  538.    </div>
  539.  
  540.    <!-- Navigation Bar -->
  541.    <nav class="nav-bar-v2">
  542.        <div class="container-fluid fluid-container">
  543.            <div class="nav-container-v2 py-2">
  544.  
  545.                <!-- Mobile Menu Toggle -->
  546.                <button class="mobile-toggle d-lg-none" type="button" onclick="toggleMobileMenu()">
  547.                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  548.                        <line x1="3" y1="6" x2="21" y2="6"></line>
  549.                        <line x1="3" y1="12" x2="21" y2="12"></line>
  550.                        <line x1="3" y1="18" x2="21" y2="18"></line>
  551.                    </svg>
  552.                    Menu
  553.                </button>
  554.  
  555.                <!-- Navigation Menu -->
  556.                <ul class="nav-menu-v2" id="navMenu">
  557.  
  558.                    
  559.                    <li class="nav-item-v2">
  560.                        <a href="/" class="nav-link-v2 active-v2">Home</a>
  561.                    </li>
  562.  
  563.                    
  564.                    
  565.                     <li class="nav-item-v2">
  566.                        <a href="/category/all-posts/" class="nav-link-v2">
  567.                            All Posts
  568.                        </a>
  569.                        </li>
  570.  
  571.                        
  572.  
  573.                                
  574.                                
  575.                        
  576.                     <li class="nav-item-v2">
  577.                        <a href="/category/business/" class="nav-link-v2">
  578.                            Business
  579.                        </a>
  580.                        </li>
  581.  
  582.                        
  583.  
  584.                                
  585.                                
  586.                        
  587.                     <li class="nav-item-v2">
  588.                        <a href="/category/esports/" class="nav-link-v2">
  589.                            Esports
  590.                        </a>
  591.                        </li>
  592.  
  593.                        
  594.  
  595.                                
  596.                                
  597.                        
  598.                     <li class="nav-item-v2">
  599.                        <a href="/category/fashion/" class="nav-link-v2">
  600.                            Fashion
  601.                        </a>
  602.                        </li>
  603.  
  604.                        
  605.  
  606.                                
  607.                                
  608.                        
  609.                     <li class="nav-item-v2">
  610.                        <a href="/category/featured/" class="nav-link-v2">
  611.                            Featured
  612.                        </a>
  613.                        </li>
  614.  
  615.                        
  616.  
  617.                                
  618.                                
  619.                        
  620.                    
  621.                        
  622.                        <li class="nav-item-v2" onclick="toggleDropdown(this, event)">
  623.                            <a href="#" class="nav-link-v2">
  624.                                More
  625.                                <svg class="d-lg-none" width="12" height="12" style="margin-left: 5px;"
  626.                                    viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  627.                                    <path d="m6 9 6 6 6-6"></path>
  628.                                </svg>
  629.                            </a>
  630.                            <div class="dropdown-v2">
  631.                                <a href="/category/gaming/" class="dropdown-link-v2">
  632.                                    Gaming
  633.                                </a>
  634.                                
  635.  
  636.                                
  637.                                
  638.                        
  639.                    
  640.                                <a href="/category/health/" class="dropdown-link-v2">
  641.                                    Health
  642.                                </a>
  643.                                
  644.  
  645.                                
  646.                                
  647.                        
  648.                    
  649.                                <a href="/category/life-fitness/" class="dropdown-link-v2">
  650.                                    Life &amp; Fitness
  651.                                </a>
  652.                                
  653.  
  654.                                
  655.                                
  656.                        
  657.                    
  658.                                <a href="/category/lifestyle/" class="dropdown-link-v2">
  659.                                    Lifestyle
  660.                                </a>
  661.                                
  662.  
  663.                                
  664.                                
  665.                        
  666.                    
  667.                                <a href="/category/news/" class="dropdown-link-v2">
  668.                                    News
  669.                                </a>
  670.                                
  671.  
  672.                                
  673.                                
  674.                        
  675.                    
  676.                                <a href="/category/others/" class="dropdown-link-v2">
  677.                                    Others
  678.                                </a>
  679.                                
  680.  
  681.                                
  682.                                
  683.                        
  684.                    
  685.                                <a href="/category/politics/" class="dropdown-link-v2">
  686.                                    Politics
  687.                                </a>
  688.                                
  689.  
  690.                                
  691.                                
  692.                        
  693.                    
  694.                                <a href="/category/sports/" class="dropdown-link-v2">
  695.                                    Sports
  696.                                </a>
  697.                                
  698.  
  699.                                
  700.                                
  701.                        
  702.                    
  703.                                <a href="/category/tech/" class="dropdown-link-v2">
  704.                                    Tech
  705.                                </a>
  706.                                
  707.  
  708.                                
  709.                                
  710.                        
  711.                    
  712.                                <a href="/category/travel/" class="dropdown-link-v2">
  713.                                    Travel
  714.                                </a>
  715.                                
  716.  
  717.                                
  718.                                
  719.                            </div>
  720.                        </li>
  721.                        
  722.                        
  723. <li>
  724.                  <a href="/page/contact-us/">
  725.                     Contact Us
  726.                  </a>
  727.              </li>
  728.                </ul>
  729.  
  730.            </div>
  731.        </div>
  732.    </nav>
  733. </header>
  734.  
  735. <script>
  736.    function toggleMobileMenu() {
  737.        const navMenu = document.getElementById('navMenu');
  738.        navMenu.classList.toggle('show');
  739.    }
  740.  
  741.    function toggleDropdown(element, event) {
  742.        // Only handle dropdown toggle on mobile
  743.        if (window.innerWidth < 992) {
  744.            event.preventDefault();
  745.            element.classList.toggle('dropdown-open');
  746.        }
  747.    }
  748.  
  749.    // Close mobile menu when clicking outside
  750.    document.addEventListener('click', function (event) {
  751.        const navMenu = document.getElementById('navMenu');
  752.        const mobileToggle = document.querySelector('.mobile-toggle');
  753.  
  754.        if (!navMenu.contains(event.target) && !mobileToggle.contains(event.target)) {
  755.            navMenu.classList.remove('show');
  756.        }
  757.    });
  758.  
  759.    // Handle window resize
  760.    window.addEventListener('resize', function () {
  761.        const navMenu = document.getElementById('navMenu');
  762.        if (window.innerWidth >= 992) {
  763.            navMenu.classList.remove('show');
  764.            // Remove all dropdown-open classes
  765.            document.querySelectorAll('.dropdown-open').forEach(item => {
  766.                item.classList.remove('dropdown-open');
  767.            });
  768.        }
  769.    });
  770. </script>
  771.  
  772. <script>
  773.  document.addEventListener("DOMContentLoaded", function () {
  774.    console.log("loaded");
  775.  
  776.    //const searchInput = document.getElementById("search-input1");
  777.     const searchInput = window.innerWidth <= 991
  778.      ? document.getElementById("search-input")
  779.      : document.getElementById("search-input1");
  780.    const searchResults = window.innerWidth <= 991
  781.      ? document.getElementById("search-results12") :document.getElementById("search-results1");
  782.  
  783.    if (!searchInput || !searchResults) {
  784.      console.error("Search input/results not found");
  785.      return;
  786.    }
  787.  
  788.    // Prevent form submission
  789.    if (searchInput.form) {
  790.      searchInput.form.addEventListener("submit", function (e) {
  791.        e.preventDefault();
  792.      });
  793.    }
  794.  
  795.    // Add event listener for keyup
  796.    searchInput.addEventListener("keyup", function (e) {
  797.      console.log("Key pressed:", e.key);
  798.      e.preventDefault();
  799.  
  800.      const query = searchInput.value.trim();
  801.      console.log("User is typing: " + query);
  802.  
  803.      // If empty → clear and hide
  804.      if (query === "") {
  805.        searchResults.innerHTML = "";
  806.        searchResults.style.display = "none";
  807.        return;
  808.      }
  809.  
  810.      // Show results
  811.      searchResults.style.display = "block";
  812.  
  813.      // Fetch search results
  814.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  815.        method: "GET",
  816.        headers: { "X-Requested-With": "XMLHttpRequest" },
  817.      })
  818.        .then(response => {
  819.          console.log("Response Status:", response.status);
  820.          return response.json();
  821.        })
  822.        .then(data => {
  823.          console.log("Data received:", data);
  824.          if (data.html) {
  825.            searchResults.innerHTML = data.html;
  826.          } else {
  827.            searchResults.innerHTML = "<p>No results found.</p>";
  828.          }
  829.        })
  830.        .catch(error => {
  831.          console.error("Error fetching search results:", error);
  832.        });
  833.    });
  834.  
  835.    // Close results when clicking outside
  836.    document.addEventListener("click", function (e) {
  837.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  838.        searchResults.style.display = "none";
  839.      }
  840.    });
  841.  
  842.    // Close results on ESC key
  843.    document.addEventListener("keydown", function (e) {
  844.      if (e.key === "Escape") {
  845.        searchResults.style.display = "none";
  846.      }
  847.    });
  848.  });
  849. </script>
  850.  
  851. <style>
  852.        /* search field */
  853.  .search-results-container {
  854.  position: absolute;
  855.  top: 100%; /* Position it below the input field */
  856.  left: 10px;
  857.  right: 10px;
  858.  background-color: white;
  859.  border: 1px solid #ddd;
  860.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  861.  max-height: 300px;
  862.  overflow-y: auto;
  863.  z-index: 1000;
  864.  display: none; /* Initially hidden */
  865. }
  866.  
  867. .search-results-container p {
  868.  margin: 0;
  869. }
  870.  
  871. .search-results-container .result-item {
  872.  padding: 10px;
  873.  cursor: pointer;
  874. }
  875.  
  876. .search-results-container .result-item:hover {
  877.  background-color: #f0f0f0;
  878. }
  879. </style>
  880.  
  881.        </header>
  882.        <!-- end of header -->
  883.        <!-- start of wpo-blog-hero -->
  884.        
  885.  
  886.  
  887.  
  888.  
  889.  
  890.  
  891.  
  892. <style>
  893. .blog-hero-section {
  894.    padding: 3rem 0;
  895. }
  896.  
  897.  
  898. .hero-grid {
  899.    display: grid;
  900.    grid-template-columns: 2fr 1fr 1fr;
  901.    grid-template-rows: 1fr 1fr;
  902.    gap: 1.5rem;
  903.    height: 500px;
  904. }
  905.  
  906. .hero-card {
  907.    background: var(--card-bg);
  908.    border-radius: 12px;
  909.    overflow: hidden;
  910.    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  911.    transition: all 0.3s ease;
  912.    position: relative;
  913. }
  914.  
  915. .hero-card:hover {
  916.    transform: translateY(-8px);
  917.    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  918. }
  919.  
  920. .main-hero {
  921.    grid-row: 1 / -1;
  922.    grid-column: 1;
  923. }
  924.  
  925. .card-image {
  926.    width: 100%;
  927.    height: 60%;
  928.    object-fit: cover;
  929.    transition: transform 0.3s ease;
  930. }
  931.  
  932. .main-hero .card-image {
  933.    height: 65%;
  934. }
  935.  
  936. .hero-card:hover .card-image {
  937.    transform: scale(1.05);
  938. }
  939.  
  940. .card-content {
  941.    padding: 1.5rem;
  942.    height: 40%;
  943.    display: flex;
  944.    flex-direction: column;
  945.    justify-content: space-between;
  946. }
  947.  
  948. .main-hero .card-content {
  949.    height: 35%;
  950. }
  951.  
  952. .category-badge {
  953.    display: inline-block;
  954.    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  955.    color: white;
  956.    padding: 0.4rem 1rem;
  957.    border-radius: 20px;
  958.    font-size: 0.8rem;
  959.    font-weight: 600;
  960.    text-transform: uppercase;
  961.    letter-spacing: 0.5px;
  962.    margin-bottom: 0.8rem;
  963.    width: fit-content;
  964. }
  965.  
  966. .card-title {
  967.    font-size: 1.1rem;
  968.    font-weight: 700;
  969.    line-height: 1.4;
  970.    margin-bottom: 0.5rem;
  971. }
  972.  
  973. .main-hero .card-title {
  974.    font-size: 1.6rem;
  975.    line-height: 1.3;
  976.    margin-bottom: 0.8rem;
  977. }
  978.  
  979. .card-title a {
  980.    color: var(--top-color);
  981.    text-decoration: none;
  982.    transition: color 0.3s ease;
  983. }
  984.  
  985.  
  986. .card-description {
  987.    color: var(--top-color);
  988.    line-height: 1.6;
  989.    margin-bottom: 1rem;
  990.    display: -webkit-box;
  991.    -webkit-line-clamp: 2;
  992.    -webkit-box-orient: vertical;
  993.    overflow: hidden;
  994. }
  995.  
  996. .main-hero .card-description {
  997.    -webkit-line-clamp: 3;
  998. }
  999.  
  1000. .card-meta {
  1001.    display: flex;
  1002.    align-items: center;
  1003.    justify-content: space-between;
  1004.    margin-top: auto;
  1005. }
  1006.  
  1007. .author-section {
  1008.    display: flex;
  1009.    align-items: center;
  1010.    gap: 0.8rem;
  1011. }
  1012.  
  1013. .author-avatar {
  1014.    width: 35px;
  1015.    height: 35px;
  1016.    border-radius: 50%;
  1017.    object-fit: cover;
  1018.    border: 2px solid #f8f9fa;
  1019. }
  1020.  
  1021. .author-name {
  1022.    color: #667eea;
  1023.    text-decoration: none;
  1024.    font-weight: 600;
  1025.    font-size: 0.9rem;
  1026. }
  1027.  
  1028. .author-name:hover {
  1029.    text-decoration: underline;
  1030. }
  1031.  
  1032. .publish-date {
  1033.    color: #95a5a6;
  1034.    font-size: 0.85rem;
  1035.    font-weight: 500;
  1036. }
  1037.  
  1038. .side-card-1 {
  1039.    grid-column: 2;
  1040.    grid-row: 1;
  1041. }
  1042.  
  1043. .side-card-2 {
  1044.    grid-column: 3;
  1045.    grid-row: 1;
  1046. }
  1047.  
  1048. .side-card-3 {
  1049.    grid-column: 2 / 4;
  1050.    grid-row: 2;
  1051. }
  1052.  
  1053. /* Desktop: Cards 1, 2 & 3 with overlay text */
  1054. @media (min-width: 992px) {
  1055.    
  1056.    .main-hero .card-image,
  1057.    .side-card-1 .card-image,
  1058.    .side-card-2 .card-image {
  1059.        height: 100%;
  1060.    }
  1061.    
  1062.    .main-hero .card-content,
  1063.    .side-card-1 .card-content,
  1064.    .side-card-2 .card-content {
  1065.        position: absolute;
  1066.        bottom: 0;
  1067.        left: 0;
  1068.        right: 0;
  1069.        background: linear-gradient(transparent, rgba(0,0,0,0.8));
  1070.        color: white;
  1071.        padding: 2rem 1.5rem 1.5rem;
  1072.        height: auto;
  1073.    }
  1074.    
  1075.    .main-hero .card-content {
  1076.        padding: 3rem 2rem 2rem;
  1077.    }
  1078.    
  1079.    .main-hero .category-badge,
  1080.    .side-card-1 .category-badge,
  1081.    .side-card-2 .category-badge {
  1082.      
  1083.        margin-bottom: 0.8rem;
  1084.    }
  1085.    
  1086.    .main-hero .card-title a,
  1087.    .side-card-1 .card-title a,
  1088.    .side-card-2 .card-title a {
  1089.        color: white;
  1090.    }
  1091.    
  1092.    .main-hero .card-description {
  1093.        color: #f8f9fa;
  1094.    }
  1095.    
  1096.    .main-hero .author-name,
  1097.    .side-card-1 .author-name,
  1098.    .side-card-2 .author-name {
  1099.        color: #f8f9fa;
  1100.    }
  1101.    
  1102.    .main-hero .publish-date,
  1103.    .side-card-1 .publish-date,
  1104.    .side-card-2 .publish-date {
  1105.        color: #e9ecef;
  1106.    }
  1107. }
  1108.  
  1109. .side-card-3 {
  1110.    display: flex;
  1111.    flex-direction: row;
  1112. }
  1113.  
  1114. .side-card-3 .card-image {
  1115.    width: 40%;
  1116.    height: 100%;
  1117. }
  1118.  
  1119. .side-card-3 .card-content {
  1120.    width: 60%;
  1121.    height: 100%;
  1122.    padding: 1.5rem;
  1123. }
  1124.  
  1125. /* Mobile Responsive */
  1126. @media (max-width: 992px) {
  1127.    .hero-grid {
  1128.        grid-template-columns: 1fr;
  1129.        grid-template-rows: auto;
  1130.        height: auto;
  1131.        gap: 1rem;
  1132.    }
  1133.    
  1134.    .main-hero {
  1135.        grid-row: 1;
  1136.        grid-column: 1;
  1137.    }
  1138.    
  1139.    .side-card-1, .side-card-2, .side-card-3 {
  1140.        grid-column: 1;
  1141.        grid-row: auto;
  1142.    }
  1143.    
  1144.    /* Mobile: Cards 1, 2 & 3 normal layout (not overlay) */
  1145.    .main-hero .card-content,
  1146.    .side-card-1 .card-content,
  1147.    .side-card-2 .card-content {
  1148.        position: relative;
  1149.        background: var(--card-bg);
  1150.        color: inherit;
  1151.        padding: 1.5rem;
  1152.        height: auto;
  1153.    }
  1154.    
  1155.    .main-hero .card-image,
  1156.    .side-card-1 .card-image,
  1157.    .side-card-2 .card-image {
  1158.        height: 200px;
  1159.    }
  1160.    
  1161.    .main-hero .card-image {
  1162.        height: 250px;
  1163.    }
  1164.    
  1165.    .main-hero .category-badge,
  1166.    .side-card-1 .category-badge,
  1167.    .side-card-2 .category-badge {
  1168.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1169.        color: white;
  1170.    }
  1171.    
  1172.    .main-hero .card-title a,
  1173.    .side-card-1 .card-title a,
  1174.    .side-card-2 .card-title a {
  1175.        color: var(--top-color);
  1176.    }
  1177.    
  1178.    .main-hero .card-description {
  1179.        color: #7f8c8d;
  1180.    }
  1181.    
  1182.    .main-hero .author-name,
  1183.    .side-card-1 .author-name,
  1184.    .side-card-2 .author-name {
  1185.        color: #667eea;
  1186.    }
  1187.    
  1188.    .main-hero .publish-date,
  1189.    .side-card-1 .publish-date,
  1190.    .side-card-2 .publish-date {
  1191.        color: #95a5a6;
  1192.    }
  1193.    
  1194.    .side-card-3 {
  1195.        flex-direction: column;
  1196.    }
  1197.    
  1198.    .side-card-3 .card-image {
  1199.        width: 100%;
  1200.        height: 200px;
  1201.    }
  1202.    
  1203.    .side-card-3 .card-content {
  1204.        width: 100%;
  1205.        height: auto;
  1206.    }
  1207.    
  1208.    .card-image {
  1209.        height: 200px;
  1210.    }
  1211.    
  1212.    .main-hero .card-image {
  1213.        height: 250px;
  1214.    }
  1215.    
  1216.    .main-hero .card-content {
  1217.        height: auto;
  1218.    }
  1219. }
  1220. </style>
  1221.  
  1222. <div class="blog-hero-section">
  1223.    <div class="container-fluid fluid-container">
  1224.        <div class="hero-grid">
  1225.            <!-- Main Featured Post -->
  1226.            
  1227.                              
  1228.                    <article class="hero-card main-hero">
  1229.                        
  1230.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Failing to find a fantastic time at university? Many share your feelings." class="card-image">
  1231.                        
  1232.                        
  1233.                        <div class="card-content">
  1234.                            <div>
  1235.                                <span class="category-badge">News</span>
  1236.                                <h2 class="card-title">
  1237.                                    <a href="/failing-to-find-a-fantastic-time-at-university-many-share-your-feelings/">
  1238.                                        Failing to find a fantastic time at university? Many share your feelings.
  1239.                                    </a>
  1240.                                </h2>
  1241.                                <p class="card-description"></p>
  1242.                            </div>
  1243.                            
  1244.                            <div class="card-meta">
  1245.                                <div class="author-section">
  1246.                                    
  1247.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" class="author-avatar">
  1248.                                    
  1249.                                    <a href="#" class="author-name">Jacob King</a>
  1250.                                </div>
  1251.                                <span class="publish-date">May 07, 2026</span>
  1252.                            </div>
  1253.                        </div>
  1254.                    </article>
  1255.                
  1256.            
  1257.  
  1258.            <!-- Side Cards -->
  1259.            
  1260.                <article class="hero-card side-card-1">
  1261.                    
  1262.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Which Player is Your Favorite Cricketer in the History of the Men’s Ashes?" class="card-image">
  1263.                    
  1264.                    
  1265.                    <div class="card-content">
  1266.                        <div>
  1267.                            <span class="category-badge">News</span>
  1268.                            <h3 class="card-title">
  1269.                                <a href="/which-player-is-your-favorite-cricketer-in-the-history-of-the-mens-ashes/">
  1270.                                    Which Player is Your Favorite Cricketer in the History of the Men’s Ashes?
  1271.                                </a>
  1272.                            </h3>
  1273.                            <p class="card-description"></p>
  1274.                        </div>
  1275.                        
  1276.                        <div class="card-meta">
  1277.                            <div class="author-section">
  1278.                                <a href="#" class="author-name">Jacob King</a>
  1279.                            </div>
  1280.                            <span class="publish-date">May 07</span>
  1281.                        </div>
  1282.                    </div>
  1283.                </article>
  1284.            
  1285.                <article class="hero-card side-card-2">
  1286.                    
  1287.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="O&#x27;Neill Claims First Team Triumph After Two Decades" class="card-image">
  1288.                    
  1289.                    
  1290.                    <div class="card-content">
  1291.                        <div>
  1292.                            <span class="category-badge">News</span>
  1293.                            <h3 class="card-title">
  1294.                                <a href="/oneill-claims-first-team-triumph-after-two-decades/">
  1295.                                    O&#x27;Neill Claims First Team Triumph After Two Decades
  1296.                                </a>
  1297.                            </h3>
  1298.                            <p class="card-description"></p>
  1299.                        </div>
  1300.                        
  1301.                        <div class="card-meta">
  1302.                            <div class="author-section">
  1303.                                <a href="#" class="author-name">Jacob King</a>
  1304.                            </div>
  1305.                            <span class="publish-date">May 07</span>
  1306.                        </div>
  1307.                    </div>
  1308.                </article>
  1309.            
  1310.                <article class="hero-card side-card-3">
  1311.                    
  1312.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="Can the UK&#x27;s Toads Survive from Roads and Population Collapse?" class="card-image">
  1313.                    
  1314.                    
  1315.                    <div class="card-content">
  1316.                        <div>
  1317.                            <span class="category-badge">News</span>
  1318.                            <h3 class="card-title">
  1319.                                <a href="/can-the-uks-toads-survive-from-roads-and-population-collapse/">
  1320.                                    Can the UK&#x27;s Toads Survive from Roads and Population Collapse?
  1321.                                </a>
  1322.                            </h3>
  1323.                            <p class="card-description"></p>
  1324.                        </div>
  1325.                        
  1326.                        <div class="card-meta">
  1327.                            <div class="author-section">
  1328.                                <a href="#" class="author-name">Jacob King</a>
  1329.                            </div>
  1330.                            <span class="publish-date">May 07</span>
  1331.                        </div>
  1332.                    </div>
  1333.                </article>
  1334.            
  1335.        </div>
  1336.    </div>
  1337. </div>
  1338.  
  1339.  
  1340.  
  1341.  
  1342.        <!-- end of wpo-blog-hero -->
  1343.  
  1344.        <!-- start of wpo-breacking-news -->
  1345.        
  1346.        <!-- end of wpo-breacking-news -->
  1347.        
  1348.        <!-- start wpo-blog-highlights-section -->
  1349.        
  1350.  
  1351.  
  1352.  
  1353.    
  1354.  
  1355.  
  1356.  
  1357. <style>
  1358.    .blog-highlights-v3 {
  1359.        padding: 0px 0;
  1360.    }
  1361.    
  1362.    .blog-card-v3 {
  1363.        border: 1px solid #e9ecef;
  1364.        border-radius: 8px;
  1365.        overflow: hidden;
  1366.        transition: all 0.3s ease;
  1367.        background: white;
  1368.        height: 100%;
  1369.    }
  1370.    
  1371.    .blog-card-v3:hover {
  1372.        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1373.    }
  1374.    
  1375.    .blog-image-v3 {
  1376.        position: relative;
  1377.        overflow: hidden;
  1378.        height: 200px;
  1379.    }
  1380.    
  1381.    .blog-image-v3 img {
  1382.        width: 100%;
  1383.        height: 100%;
  1384.        object-fit: cover;
  1385.        transition: opacity 0.3s ease;
  1386.    }
  1387.    
  1388.    .blog-card-v3:hover .blog-image-v3 img {
  1389.        opacity: 0.9;
  1390.    }
  1391.    
  1392.    .blog-category-v3 {
  1393.        position: absolute;
  1394.        top: 12px;
  1395.        right: 12px;
  1396.        padding: 4px 12px;
  1397.        border-radius: 4px;
  1398.        font-size: 11px;
  1399.        font-weight: 600;
  1400.        text-transform: uppercase;
  1401.        letter-spacing: 0.8px;
  1402.    }
  1403.    
  1404.    .blog-content-v3 {
  1405.        padding: 20px;
  1406.    }
  1407.    
  1408.    .blog-title-v3 {
  1409.        font-size: 16px;
  1410.        font-weight: 600;
  1411.        line-height: 1.5;
  1412.        margin-bottom: 12px;
  1413.        min-height: 48px;
  1414.    }
  1415.    
  1416.    .blog-title-v3 a {
  1417.        text-decoration: none;
  1418.        transition: color 0.2s ease;
  1419.    }
  1420.    
  1421.    .blog-meta-v3 {
  1422.        display: flex;
  1423.        align-items: center;
  1424.        gap: 8px;
  1425.        margin-bottom: 10px;
  1426.        font-size: 12px;
  1427.        border-bottom: 1px solid #f1f3f4;
  1428.        padding-bottom: 10px;
  1429.    }
  1430.    
  1431.    .blog-author-img-v3 {
  1432.        width: 24px;
  1433.        height: 24px;
  1434.        border-radius: 50%;
  1435.        object-fit: cover;
  1436.    }
  1437.    
  1438.    .blog-excerpt-v3 {
  1439.        font-size: 13px;
  1440.        line-height: 1.5;
  1441.        opacity: 0.7;
  1442.        display: -webkit-box;
  1443.        -webkit-line-clamp: 2;
  1444.        -webkit-box-orient: vertical;
  1445.        overflow: hidden;
  1446.    }
  1447.    
  1448.    .section-title-v3 {
  1449.        font-size: 2.8rem;
  1450.        font-weight: 700;
  1451.        text-align: center;
  1452.        margin-bottom: 20px;
  1453.    }
  1454.    
  1455.    .section-subtitle-v3 {
  1456.        text-align: center;
  1457.        font-size: 1rem;
  1458.        opacity: 0.7;
  1459.        margin-bottom: 60px;
  1460.    }
  1461.  
  1462.    @media (max-width: 768px) {
  1463.        .section-title-v3 {
  1464.            font-size: 2.2rem;
  1465.        }
  1466.        .blog-highlights-v3 {
  1467.            padding: 0px 0;
  1468.        }
  1469.        .blog-content-v3 {
  1470.            padding: 16px;
  1471.        }
  1472.    }
  1473. </style>
  1474.  
  1475. <section class="blog-highlights-v3">
  1476.    <div class="container-fluid fluid-container">
  1477.        <div class="row">
  1478.            <div class="col-12">
  1479.                <h2 class="section-title-v3 top-color">
  1480.                Today's Top Highlights
  1481.                   </h2>
  1482.                <p class="section-subtitle-v3 top-color">Discover our latest stories and insights from around the world</p>
  1483.            </div>
  1484.        </div>
  1485.        
  1486.        <div class="row">
  1487.            <div class="col-lg-8 col-12">
  1488.                <div class="row g-3">
  1489.                    
  1490.                    <div class="col-lg-6 col-md-6 col-12">
  1491.                        <div class="card blog-card-v3">
  1492.                            <div class="blog-image-v3">
  1493.                                
  1494.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1495.                                
  1496.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1497.                            </div>
  1498.                            <div class="blog-content-v3">
  1499.                                <h3 class="blog-title-v3">
  1500.                                    <a href="/the-thriller-follow-up-eminfluencersem-is-set-to-give-other-streaming-thrillers-serious-fomo/" class="top-color">
  1501.                                    The Thriller Follow-Up &lt;em&gt;Influencers&lt;/em&gt; Is Set to Give Other Streaming Thrillers Serious FOMO
  1502.                                    </a>
  1503.                                </h3>
  1504.                                <div class="blog-meta-v3">
  1505.                                    
  1506.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="blog-author-img-v3">
  1507.                                    
  1508.                                    
  1509.                                    <span class="top-color">By Jacob King</span>
  1510.                                    <span class="top-color">•</span>
  1511.                                    <span class="top-color">07 May 2026</span>
  1512.                                </div>
  1513.                                <p class="blog-excerpt-v3 top-color"></p>
  1514.                            </div>
  1515.                        </div>
  1516.                    </div>
  1517.                    
  1518.                    <div class="col-lg-6 col-md-6 col-12">
  1519.                        <div class="card blog-card-v3">
  1520.                            <div class="blog-image-v3">
  1521.                                
  1522.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1523.                                
  1524.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1525.                            </div>
  1526.                            <div class="blog-content-v3">
  1527.                                <h3 class="blog-title-v3">
  1528.                                    <a href="/beloved-actor-pat-finn-famed-for-appearances-in-friends-and-the-middle-dies-at-60-years-old/" class="top-color">
  1529.                                    Beloved Actor Pat Finn, Famed For Appearances in Friends and The Middle, Dies at 60 Years Old.
  1530.                                    </a>
  1531.                                </h3>
  1532.                                <div class="blog-meta-v3">
  1533.                                    
  1534.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="blog-author-img-v3">
  1535.                                    
  1536.                                    
  1537.                                    <span class="top-color">By Jacob King</span>
  1538.                                    <span class="top-color">•</span>
  1539.                                    <span class="top-color">07 May 2026</span>
  1540.                                </div>
  1541.                                <p class="blog-excerpt-v3 top-color"></p>
  1542.                            </div>
  1543.                        </div>
  1544.                    </div>
  1545.                    
  1546.                    <div class="col-lg-6 col-md-6 col-12">
  1547.                        <div class="card blog-card-v3">
  1548.                            <div class="blog-image-v3">
  1549.                                
  1550.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1551.                                
  1552.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1553.                            </div>
  1554.                            <div class="blog-content-v3">
  1555.                                <h3 class="blog-title-v3">
  1556.                                    <a href="/sabalenka-ready-to-take-on-kyrgios-in-modern-gender-showdown-match/" class="top-color">
  1557.                                    Sabalenka Ready to Take On Kyrgios in Modern Gender Showdown Match
  1558.                                    </a>
  1559.                                </h3>
  1560.                                <div class="blog-meta-v3">
  1561.                                    
  1562.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="blog-author-img-v3">
  1563.                                    
  1564.                                    
  1565.                                    <span class="top-color">By Jacob King</span>
  1566.                                    <span class="top-color">•</span>
  1567.                                    <span class="top-color">06 May 2026</span>
  1568.                                </div>
  1569.                                <p class="blog-excerpt-v3 top-color"></p>
  1570.                            </div>
  1571.                        </div>
  1572.                    </div>
  1573.                    
  1574.                    <div class="col-lg-6 col-md-6 col-12">
  1575.                        <div class="card blog-card-v3">
  1576.                            <div class="blog-image-v3">
  1577.                                
  1578.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1579.                                
  1580.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1581.                            </div>
  1582.                            <div class="blog-content-v3">
  1583.                                <h3 class="blog-title-v3">
  1584.                                    <a href="/netflix-casts-perfect-actor-for-mr-2-in-the-hit-series-third-season/" class="top-color">
  1585.                                    Netflix Casts Perfect Actor for Mr. 2 in the Hit Series Third Season
  1586.                                    </a>
  1587.                                </h3>
  1588.                                <div class="blog-meta-v3">
  1589.                                    
  1590.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="blog-author-img-v3">
  1591.                                    
  1592.                                    
  1593.                                    <span class="top-color">By Jacob King</span>
  1594.                                    <span class="top-color">•</span>
  1595.                                    <span class="top-color">06 May 2026</span>
  1596.                                </div>
  1597.                                <p class="blog-excerpt-v3 top-color"></p>
  1598.                            </div>
  1599.                        </div>
  1600.                    </div>
  1601.                    
  1602.                    <div class="col-lg-6 col-md-6 col-12">
  1603.                        <div class="card blog-card-v3">
  1604.                            <div class="blog-image-v3">
  1605.                                
  1606.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1607.                                
  1608.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1609.                            </div>
  1610.                            <div class="blog-content-v3">
  1611.                                <h3 class="blog-title-v3">
  1612.                                    <a href="/a-pigs-tale-pig-named-6-7-granted-clemency-by-miami-dade-county-leader/" class="top-color">
  1613.                                    A Pig&#x27;s Tale: Pig Named 6-7 Granted Clemency by Miami Dade County Leader.
  1614.                                    </a>
  1615.                                </h3>
  1616.                                <div class="blog-meta-v3">
  1617.                                    
  1618.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="blog-author-img-v3">
  1619.                                    
  1620.                                    
  1621.                                    <span class="top-color">By Jacob King</span>
  1622.                                    <span class="top-color">•</span>
  1623.                                    <span class="top-color">06 May 2026</span>
  1624.                                </div>
  1625.                                <p class="blog-excerpt-v3 top-color"></p>
  1626.                            </div>
  1627.                        </div>
  1628.                    </div>
  1629.                    
  1630.                    <div class="col-lg-6 col-md-6 col-12">
  1631.                        <div class="card blog-card-v3">
  1632.                            <div class="blog-image-v3">
  1633.                                
  1634.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1635.                                
  1636.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1637.                            </div>
  1638.                            <div class="blog-content-v3">
  1639.                                <h3 class="blog-title-v3">
  1640.                                    <a href="/president-trump-invites-families-of-shot-guard-soldiers-to-white-house/" class="top-color">
  1641.                                    President Trump Invites Families of Shot Guard Soldiers to White House
  1642.                                    </a>
  1643.                                </h3>
  1644.                                <div class="blog-meta-v3">
  1645.                                    
  1646.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="blog-author-img-v3">
  1647.                                    
  1648.                                    
  1649.                                    <span class="top-color">By Jacob King</span>
  1650.                                    <span class="top-color">•</span>
  1651.                                    <span class="top-color">06 May 2026</span>
  1652.                                </div>
  1653.                                <p class="blog-excerpt-v3 top-color"></p>
  1654.                            </div>
  1655.                        </div>
  1656.                    </div>
  1657.                    
  1658.                    <div class="col-lg-6 col-md-6 col-12">
  1659.                        <div class="card blog-card-v3">
  1660.                            <div class="blog-image-v3">
  1661.                                
  1662.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1663.                                
  1664.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1665.                            </div>
  1666.                            <div class="blog-content-v3">
  1667.                                <h3 class="blog-title-v3">
  1668.                                    <a href="/scream-og-star-the-actor-fears-he-could-spoil-the-series-with-the-seventh-installment/" class="top-color">
  1669.                                    Scream OG Star the Actor Fears He Could Spoil the Series with the Seventh Installment.
  1670.                                    </a>
  1671.                                </h3>
  1672.                                <div class="blog-meta-v3">
  1673.                                    
  1674.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="blog-author-img-v3">
  1675.                                    
  1676.                                    
  1677.                                    <span class="top-color">By Jacob King</span>
  1678.                                    <span class="top-color">•</span>
  1679.                                    <span class="top-color">06 May 2026</span>
  1680.                                </div>
  1681.                                <p class="blog-excerpt-v3 top-color"></p>
  1682.                            </div>
  1683.                        </div>
  1684.                    </div>
  1685.                    
  1686.                    <div class="col-lg-6 col-md-6 col-12">
  1687.                        <div class="card blog-card-v3">
  1688.                            <div class="blog-image-v3">
  1689.                                
  1690.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1691.                                
  1692.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1693.                            </div>
  1694.                            <div class="blog-content-v3">
  1695.                                <h3 class="blog-title-v3">
  1696.                                    <a href="/moving-from-reluctant-admiration-to-unease-russia-weighs-up-the-ousting-of-venezuelas-leader/" class="top-color">
  1697.                                    Moving from Reluctant Admiration to Unease: Russia Weighs Up the Ousting of Venezuela&#x27;s Leader.
  1698.                                    </a>
  1699.                                </h3>
  1700.                                <div class="blog-meta-v3">
  1701.                                    
  1702.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="blog-author-img-v3">
  1703.                                    
  1704.                                    
  1705.                                    <span class="top-color">By Jacob King</span>
  1706.                                    <span class="top-color">•</span>
  1707.                                    <span class="top-color">06 May 2026</span>
  1708.                                </div>
  1709.                                <p class="blog-excerpt-v3 top-color"></p>
  1710.                            </div>
  1711.                        </div>
  1712.                    </div>
  1713.                    
  1714.                    <div class="col-lg-6 col-md-6 col-12">
  1715.                        <div class="card blog-card-v3">
  1716.                            <div class="blog-image-v3">
  1717.                                
  1718.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1719.                                
  1720.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1721.                            </div>
  1722.                            <div class="blog-content-v3">
  1723.                                <h3 class="blog-title-v3">
  1724.                                    <a href="/recent-antimicrobials-hailed-as-a-pivotal-moment-in-treating-antibiotic-resistant-gonorrhea/" class="top-color">
  1725.                                    Recent Antimicrobials Hailed as a &#x27;Pivotal Moment&#x27; in Treating Antibiotic-Resistant Gonorrhea
  1726.                                    </a>
  1727.                                </h3>
  1728.                                <div class="blog-meta-v3">
  1729.                                    
  1730.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="blog-author-img-v3">
  1731.                                    
  1732.                                    
  1733.                                    <span class="top-color">By Jacob King</span>
  1734.                                    <span class="top-color">•</span>
  1735.                                    <span class="top-color">06 May 2026</span>
  1736.                                </div>
  1737.                                <p class="blog-excerpt-v3 top-color"></p>
  1738.                            </div>
  1739.                        </div>
  1740.                    </div>
  1741.                    
  1742.                    <div class="col-lg-6 col-md-6 col-12">
  1743.                        <div class="card blog-card-v3">
  1744.                            <div class="blog-image-v3">
  1745.                                
  1746.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1747.                                
  1748.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1749.                            </div>
  1750.                            <div class="blog-content-v3">
  1751.                                <h3 class="blog-title-v3">
  1752.                                    <a href="/he-was-a-joy-honoring-the-games-lost-great-a-score-of-years-on/" class="top-color">
  1753.                                    &#x27;He was a joy&#x27;: Honoring the game&#x27;s lost great a score of years on.
  1754.                                    </a>
  1755.                                </h3>
  1756.                                <div class="blog-meta-v3">
  1757.                                    
  1758.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="blog-author-img-v3">
  1759.                                    
  1760.                                    
  1761.                                    <span class="top-color">By Jacob King</span>
  1762.                                    <span class="top-color">•</span>
  1763.                                    <span class="top-color">05 May 2026</span>
  1764.                                </div>
  1765.                                <p class="blog-excerpt-v3 top-color"></p>
  1766.                            </div>
  1767.                        </div>
  1768.                    </div>
  1769.                    
  1770.                    <div class="col-lg-6 col-md-6 col-12">
  1771.                        <div class="card blog-card-v3">
  1772.                            <div class="blog-image-v3">
  1773.                                
  1774.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1775.                                
  1776.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1777.                            </div>
  1778.                            <div class="blog-content-v3">
  1779.                                <h3 class="blog-title-v3">
  1780.                                    <a href="/the-reason-los-blancos-have-utter-confidence-in-teenager-thiago-pitarch/" class="top-color">
  1781.                                    The Reason Los Blancos Have &#x27;Utter Confidence&#x27; in Teenager Thiago Pitarch
  1782.                                    </a>
  1783.                                </h3>
  1784.                                <div class="blog-meta-v3">
  1785.                                    
  1786.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="blog-author-img-v3">
  1787.                                    
  1788.                                    
  1789.                                    <span class="top-color">By Jacob King</span>
  1790.                                    <span class="top-color">•</span>
  1791.                                    <span class="top-color">05 May 2026</span>
  1792.                                </div>
  1793.                                <p class="blog-excerpt-v3 top-color"></p>
  1794.                            </div>
  1795.                        </div>
  1796.                    </div>
  1797.                    
  1798.                    <div class="col-lg-6 col-md-6 col-12">
  1799.                        <div class="card blog-card-v3">
  1800.                            <div class="blog-image-v3">
  1801.                                
  1802.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1803.                                
  1804.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1805.                            </div>
  1806.                            <div class="blog-content-v3">
  1807.                                <h3 class="blog-title-v3">
  1808.                                    <a href="/twitch-broadcaster-welcomes-newborn-during-real-time-broadcast-for-tens-of-thousands-of-viewers/" class="top-color">
  1809.                                    Twitch Broadcaster Welcomes Newborn During Real-Time Broadcast for Tens of Thousands of Viewers
  1810.                                    </a>
  1811.                                </h3>
  1812.                                <div class="blog-meta-v3">
  1813.                                    
  1814.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="blog-author-img-v3">
  1815.                                    
  1816.                                    
  1817.                                    <span class="top-color">By Jacob King</span>
  1818.                                    <span class="top-color">•</span>
  1819.                                    <span class="top-color">05 May 2026</span>
  1820.                                </div>
  1821.                                <p class="blog-excerpt-v3 top-color"></p>
  1822.                            </div>
  1823.                        </div>
  1824.                    </div>
  1825.                    
  1826.                    
  1827.  
  1828.                </div>
  1829.            </div>
  1830.            
  1831.             <div class="col col-lg-4 col-12">
  1832.                
  1833.  
  1834.  
  1835.  
  1836.    
  1837.  
  1838.  
  1839. <!-- Blog Sidebar V2 - Focused Design -->
  1840.  <div class="sidebar mb-3">
  1841.    <!-- Recent Posts Section -->
  1842.    <div class="sidebar-widget mb-4">
  1843.      <div class="widget-title-wrapper mb-3">
  1844.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1845.          <i class="ti-time me-2"></i>Recent Posts
  1846.          <span class="title-arrow-primary"></span>
  1847.        </h4>
  1848.      </div>
  1849.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1850.        <div class="recent-post-list">
  1851.          
  1852.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1853.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1854.                
  1855.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1856.                
  1857.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1858.            </div>
  1859.            <div class="post-content flex-grow-1">
  1860.              <h6 class="post-title mb-2">
  1861.                 <a href="/the-red-devils-poised-to-secure-germany-forward-lea-sch%C3%BCller-from-bayern-munich/" class="text-decoration-none top-color fw-semibold lh-sm">
  1862.                                            The Red Devils Poised to Secure Germany Forward Lea Schüller from Bayern Munich
  1863.                                            </a>
  1864.              </h6>
  1865.              <div class="post-meta mb-3">
  1866.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  1867.                <!-- <small class="text-muted">
  1868.                  <i class="ti-eye me-1"></i>348 views
  1869.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1870.                </small> -->
  1871.              </div>
  1872.            </div>
  1873.          </div>
  1874.          
  1875.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1876.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1877.                
  1878.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1879.                
  1880.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1881.            </div>
  1882.            <div class="post-content flex-grow-1">
  1883.              <h6 class="post-title mb-2">
  1884.                 <a href="/like-a-champions-league-win-kendalls-special-night-for-england/" class="text-decoration-none top-color fw-semibold lh-sm">
  1885.                                            ‘Like a Champions League win’ - Kendall’s special night for England
  1886.                                            </a>
  1887.              </h6>
  1888.              <div class="post-meta mb-3">
  1889.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  1890.                <!-- <small class="text-muted">
  1891.                  <i class="ti-eye me-1"></i>348 views
  1892.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1893.                </small> -->
  1894.              </div>
  1895.            </div>
  1896.          </div>
  1897.          
  1898.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1899.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1900.                
  1901.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1902.                
  1903.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1904.            </div>
  1905.            <div class="post-content flex-grow-1">
  1906.              <h6 class="post-title mb-2">
  1907.                 <a href="/china-strengthens-regulation-on-rare-earth-sales-citing-security-concerns/" class="text-decoration-none top-color fw-semibold lh-sm">
  1908.                                            China Strengthens Regulation on Rare-Earth Sales, Citing Security Concerns
  1909.                                            </a>
  1910.              </h6>
  1911.              <div class="post-meta mb-3">
  1912.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  1913.                <!-- <small class="text-muted">
  1914.                  <i class="ti-eye me-1"></i>348 views
  1915.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1916.                </small> -->
  1917.              </div>
  1918.            </div>
  1919.          </div>
  1920.          
  1921.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1922.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1923.                
  1924.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1925.                
  1926.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1927.            </div>
  1928.            <div class="post-content flex-grow-1">
  1929.              <h6 class="post-title mb-2">
  1930.                 <a href="/the-documentary-legend-on-his-monumental-american-revolution-project-this-is-our-most-crucial-work/" class="text-decoration-none top-color fw-semibold lh-sm">
  1931.                                            The Documentary Legend on His Monumental American Revolution Project: ‘This Is Our Most Crucial Work’
  1932.                                            </a>
  1933.              </h6>
  1934.              <div class="post-meta mb-3">
  1935.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  1936.                <!-- <small class="text-muted">
  1937.                  <i class="ti-eye me-1"></i>348 views
  1938.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1939.                </small> -->
  1940.              </div>
  1941.            </div>
  1942.          </div>
  1943.          
  1944.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1945.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1946.                
  1947.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1948.                
  1949.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1950.            </div>
  1951.            <div class="post-content flex-grow-1">
  1952.              <h6 class="post-title mb-2">
  1953.                 <a href="/satellite-pictures-show-iranian-naval-forces-and-nuclear-sites-targeted-by-joint-us-and-israeli-airstrikes/" class="text-decoration-none top-color fw-semibold lh-sm">
  1954.                                            Satellite Pictures Show Iranian Naval Forces and Nuclear Sites Targeted by Joint US and Israeli Airstrikes.
  1955.                                            </a>
  1956.              </h6>
  1957.              <div class="post-meta mb-3">
  1958.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  1959.                <!-- <small class="text-muted">
  1960.                  <i class="ti-eye me-1"></i>348 views
  1961.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1962.                </small> -->
  1963.              </div>
  1964.            </div>
  1965.          </div>
  1966.          
  1967.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1968.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1969.                
  1970.                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;">
  1971.                
  1972.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1973.            </div>
  1974.            <div class="post-content flex-grow-1">
  1975.              <h6 class="post-title mb-2">
  1976.                 <a href="/im-the-imaginary-guitar-world-champion/" class="text-decoration-none top-color fw-semibold lh-sm">
  1977.                                            I&#x27;m the Imaginary Guitar World Champion
  1978.                                            </a>
  1979.              </h6>
  1980.              <div class="post-meta mb-3">
  1981.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>04 May 2026</small>
  1982.                <!-- <small class="text-muted">
  1983.                  <i class="ti-eye me-1"></i>348 views
  1984.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1985.                </small> -->
  1986.              </div>
  1987.            </div>
  1988.          </div>
  1989.          
  1990.  
  1991.        </div>
  1992.  
  1993.        <div class="text-center mt-4 pt-3 border-top border-light">
  1994.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1995.        </div>
  1996.      </div>
  1997.    </div>
  1998.  
  1999.    
  2000.    <div class="sidebar-widget mb-4">
  2001.      <div class="widget-title-wrapper mb-3">
  2002.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2003.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2004.          <span class="title-arrow"></span>
  2005.        </h4>
  2006.      </div>
  2007.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2008.        <div class="blog-roll-list scrollable-sidebar">
  2009.          
  2010.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2011.            <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop-casinos/" rel="dofollow" class="text-decoration-none ">
  2012.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2013.                <i class="ti-angle-right me-2 text-primary"></i>
  2014.                casino not on gamstop
  2015.              </h6>
  2016.            </a>
  2017.          </div>
  2018.          
  2019.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2020.            <a href="https://www.summerhall.co.uk/" rel="dofollow" class="text-decoration-none ">
  2021.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2022.                <i class="ti-angle-right me-2 text-primary"></i>
  2023.                non gamstop casino uk
  2024.              </h6>
  2025.            </a>
  2026.          </div>
  2027.          
  2028.      </div>
  2029.    </div>
  2030.    
  2031.    <div class="sidebar-widget mb-4">
  2032.      <div class="widget-title-wrapper mb-3">
  2033.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2034.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2035.          <span class="title-arrow"></span>
  2036.        </h4>
  2037.      </div>
  2038.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2039.        <div class="blog-roll-list scrollable-sidebar">
  2040.          
  2041.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2042.            <a href="https://wallaseycemetery.co.uk" rel="dofollow" class="text-decoration-none ">
  2043.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2044.                <i class="ti-angle-right me-2 text-primary"></i>
  2045.                non gamstop betting sites
  2046.              </h6>
  2047.            </a>
  2048.          </div>
  2049.          
  2050.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2051.            <a href="https://ahwla.org.uk" rel="dofollow" class="text-decoration-none ">
  2052.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2053.                <i class="ti-angle-right me-2 text-primary"></i>
  2054.                non gamstop uk sports betting
  2055.              </h6>
  2056.            </a>
  2057.          </div>
  2058.          
  2059.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2060.            <a href="https://www.forcesreunited.co.uk/" rel="dofollow" class="text-decoration-none ">
  2061.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2062.                <i class="ti-angle-right me-2 text-primary"></i>
  2063.                casinos not on gamstop
  2064.              </h6>
  2065.            </a>
  2066.          </div>
  2067.          
  2068.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2069.            <a href="https://www.makemegenius.com/" rel="dofollow" class="text-decoration-none ">
  2070.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2071.                <i class="ti-angle-right me-2 text-primary"></i>
  2072.                non gamstop casino
  2073.              </h6>
  2074.            </a>
  2075.          </div>
  2076.          
  2077.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2078.            <a href="https://www.roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2079.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2080.                <i class="ti-angle-right me-2 text-primary"></i>
  2081.                non gamstop casino
  2082.              </h6>
  2083.            </a>
  2084.          </div>
  2085.          
  2086.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2087.            <a href="https://heyimhome.co.uk/" rel="dofollow" class="text-decoration-none ">
  2088.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2089.                <i class="ti-angle-right me-2 text-primary"></i>
  2090.                online casinos
  2091.              </h6>
  2092.            </a>
  2093.          </div>
  2094.          
  2095.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2096.            <a href="https://www.stamina.org.uk/" rel="dofollow" class="text-decoration-none ">
  2097.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2098.                <i class="ti-angle-right me-2 text-primary"></i>
  2099.                GAMSTOP free casinos
  2100.              </h6>
  2101.            </a>
  2102.          </div>
  2103.          
  2104.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2105.            <a href="https://israelpremiertech.com" rel="dofollow" class="text-decoration-none ">
  2106.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2107.                <i class="ti-angle-right me-2 text-primary"></i>
  2108.                non GamStop casinos UK
  2109.              </h6>
  2110.            </a>
  2111.          </div>
  2112.          
  2113.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2114.            <a href="https://www.durhamminers.org/" rel="dofollow" class="text-decoration-none ">
  2115.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2116.                <i class="ti-angle-right me-2 text-primary"></i>
  2117.                non GamStop casino
  2118.              </h6>
  2119.            </a>
  2120.          </div>
  2121.          
  2122.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2123.            <a href="https://www.mayfieldnurseries.org.uk" rel="dofollow" class="text-decoration-none ">
  2124.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2125.                <i class="ti-angle-right me-2 text-primary"></i>
  2126.                new bookmakers
  2127.              </h6>
  2128.            </a>
  2129.          </div>
  2130.          
  2131.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2132.            <a href="https://www.londonart.co.uk/" rel="dofollow" class="text-decoration-none ">
  2133.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2134.                <i class="ti-angle-right me-2 text-primary"></i>
  2135.                london escorts
  2136.              </h6>
  2137.            </a>
  2138.          </div>
  2139.          
  2140.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2141.            <a href="https://www.citytosea.org.uk/" rel="dofollow" class="text-decoration-none ">
  2142.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2143.                <i class="ti-angle-right me-2 text-primary"></i>
  2144.                casinos not on gamstop
  2145.              </h6>
  2146.            </a>
  2147.          </div>
  2148.          
  2149.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2150.            <a href="https://www.cca-glasgow.com/" rel="dofollow" class="text-decoration-none ">
  2151.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2152.                <i class="ti-angle-right me-2 text-primary"></i>
  2153.                non gamstop casino
  2154.              </h6>
  2155.            </a>
  2156.          </div>
  2157.          
  2158.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2159.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  2160.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2161.                <i class="ti-angle-right me-2 text-primary"></i>
  2162.                casino sites
  2163.              </h6>
  2164.            </a>
  2165.          </div>
  2166.          
  2167.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2168.            <a href="https://www.executive-shaving.co.uk" rel="dofollow" class="text-decoration-none ">
  2169.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2170.                <i class="ti-angle-right me-2 text-primary"></i>
  2171.                UK casinos not on GamStop
  2172.              </h6>
  2173.            </a>
  2174.          </div>
  2175.          
  2176.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2177.            <a href="https://playmonster.co.uk" rel="dofollow" class="text-decoration-none ">
  2178.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2179.                <i class="ti-angle-right me-2 text-primary"></i>
  2180.                best casinos not on GamStop
  2181.              </h6>
  2182.            </a>
  2183.          </div>
  2184.          
  2185.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2186.            <a href="https://www.fourpure.com/" rel="dofollow" class="text-decoration-none ">
  2187.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2188.                <i class="ti-angle-right me-2 text-primary"></i>
  2189.                best casino not on GamStop
  2190.              </h6>
  2191.            </a>
  2192.          </div>
  2193.          
  2194.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2195.            <a href="https://www.no-deportations.org.uk" rel="dofollow" class="text-decoration-none ">
  2196.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2197.                <i class="ti-angle-right me-2 text-primary"></i>
  2198.                games not on GamStop
  2199.              </h6>
  2200.            </a>
  2201.          </div>
  2202.          
  2203.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2204.            <a href="https://www.antiquesforeveryone.co.uk/" rel="dofollow" class="text-decoration-none ">
  2205.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2206.                <i class="ti-angle-right me-2 text-primary"></i>
  2207.                betting sites not on GamStop
  2208.              </h6>
  2209.            </a>
  2210.          </div>
  2211.          
  2212.      </div>
  2213.    </div>
  2214.    
  2215.    <div class="sidebar-widget mb-4">
  2216.      <div class="widget-title-wrapper mb-3">
  2217.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2218.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2219.          <span class="title-arrow"></span>
  2220.        </h4>
  2221.      </div>
  2222.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2223.        <div class="blog-roll-list scrollable-sidebar">
  2224.          
  2225.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2226.            <a href="https://www.gullwingbridge.co.uk/" rel="dofollow" class="text-decoration-none ">
  2227.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2228.                <i class="ti-angle-right me-2 text-primary"></i>
  2229.                non GamStop casinos
  2230.              </h6>
  2231.            </a>
  2232.          </div>
  2233.          
  2234.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2235.            <a href="https://www.jeremysrestaurant.co.uk/" rel="dofollow" class="text-decoration-none ">
  2236.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2237.                <i class="ti-angle-right me-2 text-primary"></i>
  2238.                fast withdrawal casino
  2239.              </h6>
  2240.            </a>
  2241.          </div>
  2242.          
  2243.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2244.            <a href="https://www.labodeganegra.com/" rel="dofollow" class="text-decoration-none ">
  2245.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2246.                <i class="ti-angle-right me-2 text-primary"></i>
  2247.                UK casino not on GamStop
  2248.              </h6>
  2249.            </a>
  2250.          </div>
  2251.          
  2252.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2253.            <a href="https://www.cranleyclinic.com/" rel="dofollow" class="text-decoration-none ">
  2254.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2255.                <i class="ti-angle-right me-2 text-primary"></i>
  2256.                non GamStop casino
  2257.              </h6>
  2258.            </a>
  2259.          </div>
  2260.          
  2261.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2262.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  2263.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2264.                <i class="ti-angle-right me-2 text-primary"></i>
  2265.                non GamStop casinos
  2266.              </h6>
  2267.            </a>
  2268.          </div>
  2269.          
  2270.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2271.            <a href="https://womeninfinance.co.uk/" rel="dofollow" class="text-decoration-none ">
  2272.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2273.                <i class="ti-angle-right me-2 text-primary"></i>
  2274.                UK casinos not on GamStop
  2275.              </h6>
  2276.            </a>
  2277.          </div>
  2278.          
  2279.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2280.            <a href="https://thenewoxford.com/" rel="dofollow" class="text-decoration-none ">
  2281.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2282.                <i class="ti-angle-right me-2 text-primary"></i>
  2283.                non GamStop casino UK
  2284.              </h6>
  2285.            </a>
  2286.          </div>
  2287.          
  2288.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2289.            <a href="https://www.covent-garden.co.uk/" rel="dofollow" class="text-decoration-none ">
  2290.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2291.                <i class="ti-angle-right me-2 text-primary"></i>
  2292.                casino not on gamestop
  2293.              </h6>
  2294.            </a>
  2295.          </div>
  2296.          
  2297.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2298.            <a href="https://socialeatinghouse.com/" rel="dofollow" class="text-decoration-none ">
  2299.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2300.                <i class="ti-angle-right me-2 text-primary"></i>
  2301.                slots not on GamStop
  2302.              </h6>
  2303.            </a>
  2304.          </div>
  2305.          
  2306.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2307.            <a href="https://www.patients4nhs.org.uk/" rel="dofollow" class="text-decoration-none ">
  2308.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2309.                <i class="ti-angle-right me-2 text-primary"></i>
  2310.                casino not on GamStop
  2311.              </h6>
  2312.            </a>
  2313.          </div>
  2314.          
  2315.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2316.            <a href="https://www.falconryforum.co.uk/" rel="dofollow" class="text-decoration-none ">
  2317.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2318.                <i class="ti-angle-right me-2 text-primary"></i>
  2319.                non gamstop casinos
  2320.              </h6>
  2321.            </a>
  2322.          </div>
  2323.          
  2324.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2325.            <a href="https://www.kysty.co.uk/" rel="dofollow" class="text-decoration-none ">
  2326.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2327.                <i class="ti-angle-right me-2 text-primary"></i>
  2328.                casinos that don&#x27;t use Gamstop
  2329.              </h6>
  2330.            </a>
  2331.          </div>
  2332.          
  2333.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2334.            <a href="https://knightsof.media/" rel="dofollow" class="text-decoration-none ">
  2335.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2336.                <i class="ti-angle-right me-2 text-primary"></i>
  2337.                casino not on gamstop
  2338.              </h6>
  2339.            </a>
  2340.          </div>
  2341.          
  2342.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2343.            <a href="https://whittingtoncastle.co.uk/" rel="dofollow" class="text-decoration-none ">
  2344.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2345.                <i class="ti-angle-right me-2 text-primary"></i>
  2346.                non GamStop casinos UK
  2347.              </h6>
  2348.            </a>
  2349.          </div>
  2350.          
  2351.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2352.            <a href="https://www.nordicresearchnetwork.co.uk/" rel="dofollow" class="text-decoration-none ">
  2353.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2354.                <i class="ti-angle-right me-2 text-primary"></i>
  2355.                non UK registered gambling sites
  2356.              </h6>
  2357.            </a>
  2358.          </div>
  2359.          
  2360.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2361.            <a href="https://www.thekarczma.co.uk/" rel="dofollow" class="text-decoration-none ">
  2362.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2363.                <i class="ti-angle-right me-2 text-primary"></i>
  2364.                online casinos
  2365.              </h6>
  2366.            </a>
  2367.          </div>
  2368.          
  2369.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2370.            <a href="https://www.techcityuk.com/" rel="dofollow" class="text-decoration-none ">
  2371.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2372.                <i class="ti-angle-right me-2 text-primary"></i>
  2373.                casino not on gamstop
  2374.              </h6>
  2375.            </a>
  2376.          </div>
  2377.          
  2378.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2379.            <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/" rel="dofollow" class="text-decoration-none ">
  2380.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2381.                <i class="ti-angle-right me-2 text-primary"></i>
  2382.                casinos not on gamstop
  2383.              </h6>
  2384.            </a>
  2385.          </div>
  2386.          
  2387.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2388.            <a href="https://roadpeace.org/" rel="dofollow" class="text-decoration-none ">
  2389.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2390.                <i class="ti-angle-right me-2 text-primary"></i>
  2391.                online casino
  2392.              </h6>
  2393.            </a>
  2394.          </div>
  2395.          
  2396.      </div>
  2397.    </div>
  2398.    
  2399.    <div class="sidebar-widget mb-4">
  2400.      <div class="widget-title-wrapper mb-3">
  2401.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2402.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2403.          <span class="title-arrow"></span>
  2404.        </h4>
  2405.      </div>
  2406.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2407.        <div class="blog-roll-list scrollable-sidebar">
  2408.          
  2409.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2410.            <a href="https://financialservicescultureboard.org.uk/" rel="dofollow" class="text-decoration-none ">
  2411.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2412.                <i class="ti-angle-right me-2 text-primary"></i>
  2413.                crypto betting uk
  2414.              </h6>
  2415.            </a>
  2416.          </div>
  2417.          
  2418.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2419.            <a href="https://www.taysideaviation.co.uk/" rel="dofollow" class="text-decoration-none ">
  2420.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2421.                <i class="ti-angle-right me-2 text-primary"></i>
  2422.                non uk betting sites
  2423.              </h6>
  2424.            </a>
  2425.          </div>
  2426.          
  2427.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2428.            <a href="https://idolmag.co.uk/" rel="dofollow" class="text-decoration-none ">
  2429.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2430.                <i class="ti-angle-right me-2 text-primary"></i>
  2431.                casinos not on gamstop
  2432.              </h6>
  2433.            </a>
  2434.          </div>
  2435.          
  2436.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2437.            <a href="https://www.thehaven.org.uk/" rel="dofollow" class="text-decoration-none ">
  2438.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2439.                <i class="ti-angle-right me-2 text-primary"></i>
  2440.                uk casino not on gamstop
  2441.              </h6>
  2442.            </a>
  2443.          </div>
  2444.          
  2445.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2446.            <a href="https://www.avon-tyres.co.uk/" rel="dofollow" class="text-decoration-none ">
  2447.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2448.                <i class="ti-angle-right me-2 text-primary"></i>
  2449.                best uk non gamstop casinos
  2450.              </h6>
  2451.            </a>
  2452.          </div>
  2453.          
  2454.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2455.            <a href="https://www.munchfit.co.uk/" rel="dofollow" class="text-decoration-none ">
  2456.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2457.                <i class="ti-angle-right me-2 text-primary"></i>
  2458.                UK casino not on GamStop
  2459.              </h6>
  2460.            </a>
  2461.          </div>
  2462.          
  2463.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2464.            <a href="https://www.regionalnetworks.org.uk/" rel="dofollow" class="text-decoration-none ">
  2465.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2466.                <i class="ti-angle-right me-2 text-primary"></i>
  2467.                Casinos Not on Gamstop
  2468.              </h6>
  2469.            </a>
  2470.          </div>
  2471.          
  2472.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2473.            <a href="https://oncallfire.uk/" rel="dofollow" class="text-decoration-none ">
  2474.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2475.                <i class="ti-angle-right me-2 text-primary"></i>
  2476.                Casinos Not on Gamstop
  2477.              </h6>
  2478.            </a>
  2479.          </div>
  2480.          
  2481.      </div>
  2482.    </div>
  2483.    
  2484.  </div>
  2485.  
  2486. <!-- Sidebar V2 Styles -->
  2487. <style>
  2488.  .sidebar-widget {
  2489.    position: relative;
  2490.  }
  2491.  
  2492.  .widget-title {
  2493.    font-size: 1.1rem;
  2494.    font-weight: 700;
  2495.    display: inline-block;
  2496.    position: relative;
  2497.    z-index: 2;
  2498.    border-radius: 0;
  2499.  }
  2500.  
  2501.  /* Green arrow for August Blog Roll */
  2502.  .title-arrow::after {
  2503.    content: '';
  2504.    position: absolute;
  2505.    top: 0;
  2506.    right: -22px;
  2507.    width: 0;
  2508.    height: 0;
  2509.    border-left: 22px solid var(--bs-primary);
  2510.    border-top: 22px solid transparent;
  2511.    border-bottom: 22px solid transparent;
  2512.    z-index: 1;
  2513.  }
  2514.  
  2515.  /* Blue arrow for Recent Posts */
  2516.  .title-arrow-primary::after {
  2517.    content: '';
  2518.    position: absolute;
  2519.    top: 0;
  2520.    right: -22px;
  2521.    width: 0;
  2522.    height: 0;
  2523.    border-left: 22px solid var(--bs-primary);
  2524.    border-top: 22px solid transparent;
  2525.    border-bottom: 22px solid transparent;
  2526.    z-index: 1;
  2527.  }
  2528.  
  2529.  .widget-content {
  2530.    margin-top: -1px;
  2531.    position: relative;
  2532.    z-index: 1;
  2533.     background-color: var(--card-bg);
  2534.  }
  2535.  
  2536.  /* Blog Roll Items Hover Effects */
  2537.  .blog-roll-item:hover .blog-title {
  2538.    color: #198754 !important;
  2539.    transform: translateX(5px);
  2540.    transition: all 0.3s ease;
  2541.  }
  2542.  
  2543.  /* Recent Post Items Hover Effects */
  2544.  .recent-post-item:hover .post-title a {
  2545.    color: #0d6efd !important;
  2546.    transition: color 0.3s ease;
  2547.  }
  2548.  
  2549.  .recent-post-item:hover .post-image img {
  2550.    transform: scale(1.05);
  2551.    transition: transform 0.3s ease;
  2552.  }
  2553.  
  2554.  /* Button Hover Effects */
  2555.  .btn:hover {
  2556.    transform: translateY(-2px);
  2557.    transition: all 0.3s ease;
  2558.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2559.  }
  2560.  
  2561.  /* Badge Hover Effects */
  2562.  .badge:hover {
  2563.    transform: scale(1.05);
  2564.    transition: transform 0.3s ease;
  2565.  }
  2566.  
  2567.  @media (max-width: 991px) {
  2568.    .sidebar {
  2569.      margin-top: 3rem;
  2570.    }
  2571.  }
  2572.  
  2573.  @media (max-width: 576px) {
  2574.    .widget-title {
  2575.      font-size: 1rem;
  2576.      padding: 0.75rem 1rem !important;
  2577.    }
  2578.  
  2579.    .title-arrow::after,
  2580.    .title-arrow-primary::after {
  2581.      right: -18px;
  2582.      border-left-width: 18px;
  2583.      border-top-width: 18px;
  2584.      border-bottom-width: 18px;
  2585.    }
  2586.  
  2587.    .post-image {
  2588.      width: 70px !important;
  2589.      height: 55px !important;
  2590.    }
  2591.  
  2592.    .blog-meta {
  2593.      flex-direction: column !important;
  2594.      align-items: flex-start !important;
  2595.      gap: 0.5rem;
  2596.    }
  2597.  }
  2598. </style>
  2599.  
  2600.    
  2601.            </div>
  2602.        </div>
  2603.    </div>
  2604. </section>
  2605.  
  2606.    
  2607.        
  2608.        <!-- end wpo-blog-highlights-section -->
  2609.        <!-- start wpo-blog-sponsored-section -->
  2610.        
  2611.  
  2612.  
  2613.  
  2614.    
  2615.  
  2616.  
  2617.  
  2618. <style>
  2619.    .sponsored-section-v2 {
  2620.        padding: 40px 0;
  2621.        background: var(--body-bg);
  2622.    }
  2623.    
  2624.    .sponsored-card-v2 {
  2625.        background: var(--body-bg);
  2626.        border: 1px solid #f0f0f0;
  2627.        border-radius: 8px;
  2628.        transition: box-shadow 0.3s ease;
  2629.        height: 100%;
  2630.        position: relative;
  2631.    }
  2632.    
  2633.    .sponsored-card-v2:hover {
  2634.        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  2635.    }
  2636.    
  2637.    .sponsored-image-v2 {
  2638.        position: relative;
  2639.        height: 200px;
  2640.    }
  2641.    
  2642.    .sponsored-image-v2 img {
  2643.        width: 100%;
  2644.        height: 100%;
  2645.        object-fit: cover;
  2646.    }
  2647.    
  2648.    .sponsored-badge-v2 {
  2649.        position: absolute;
  2650.        bottom: 10px;
  2651.        left: 10px;
  2652.        padding: 6px 10px;
  2653.        font-size: 12px;
  2654.        font-weight: 600;
  2655.        text-transform: uppercase;
  2656.        border-radius: 4px;
  2657.    }
  2658.    
  2659.    .sponsored-content-v2 {
  2660.        padding: 20px;
  2661.    }
  2662.    
  2663.    .sponsored-title-v2 {
  2664.        font-size: 18px;
  2665.        font-weight: 600;
  2666.        line-height: 1.4;
  2667.        margin-bottom: 10px;
  2668.    }
  2669.    
  2670.    .sponsored-title-v2 a {
  2671.        text-decoration: none;
  2672.        transition: color 0.3s ease;
  2673.    }
  2674.    
  2675.    .sponsored-title-v2 a:hover {
  2676.        color: #007bff; /* Blue hover for variety */
  2677.    }
  2678.    
  2679.    .sponsored-excerpt-v2 {
  2680.        font-size: 14px;
  2681.        color: #6c757d;
  2682.        margin-bottom: 15px;
  2683.        line-height: 1.6;
  2684.    }
  2685.    
  2686.    .sponsored-meta-v2 {
  2687.        display: flex;
  2688.        align-items: center;
  2689.        justify-content: space-between;
  2690.        font-size: 12px;
  2691.        color: #6c757d;
  2692.    }
  2693.    
  2694.    .author-info-v2 {
  2695.        display: flex;
  2696.        align-items: center;
  2697.        gap: 8px;
  2698.    }
  2699.    
  2700.    .sponsored-author-img-v2 {
  2701.        width: 28px;
  2702.        height: 28px;
  2703.        border-radius: 50%;
  2704.        object-fit: cover;
  2705.    }
  2706.    
  2707.    .section-title-sponsored-v2 {
  2708.        font-size: 2.2rem;
  2709.        font-weight: 700;
  2710.        text-align: center;
  2711.        margin-bottom: 30px;
  2712.        color: #333;
  2713.    }
  2714.  
  2715.    @media (max-width: 768px) {
  2716.        .sponsored-section-v2 {
  2717.            padding: 30px 0;
  2718.        }
  2719.        .sponsored-content-v2 {
  2720.            padding: 15px;
  2721.        }
  2722.        .sponsored-title-v2 {
  2723.            font-size: 16px;
  2724.        }
  2725.        .sponsored-excerpt-v2 {
  2726.            font-size: 13px;
  2727.        }
  2728.    }
  2729. </style>
  2730.  
  2731. <section class="sponsored-section-v2">
  2732.    <div class="container-fluid fluid-container">
  2733.        <div class="row">
  2734.            <div class="col-12">
  2735.                <h2 class="section-title-sponsored-v2">Sponsored News</h2>
  2736.            </div>
  2737.        </div>
  2738.        
  2739.        <div class="row g-4">
  2740.            
  2741.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  2742.                <div class="card sponsored-card-v2">
  2743.                    <div class="sponsored-image-v2">
  2744.                        
  2745.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2746.                        
  2747.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  2748.                    </div>
  2749.                    <div class="sponsored-content-v2">
  2750.                        <h3 class="sponsored-title-v2">
  2751.                            <a href="/the-red-devils-poised-to-secure-germany-forward-lea-sch%C3%BCller-from-bayern-munich/" class="top-color">
  2752.                            The Red Devils Poised to Secure Germany Forward Lea Schüller from Bayern Munich
  2753.                            </a>
  2754.                        </h3>
  2755.                        <p class="sponsored-excerpt-v2">
  2756.                            
  2757.                        </p>
  2758.                        <div class="sponsored-meta-v2">
  2759.                            <div class="author-info-v2">
  2760.                                
  2761.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="sponsored-author-img-v2">
  2762.                                
  2763.                                <span>
  2764.                                    Jacob King
  2765.                                </span>
  2766.                            </div>
  2767.                            <span>05 May 2026</span>
  2768.                        </div>
  2769.                    </div>
  2770.                </div>
  2771.            </div>
  2772.            
  2773.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  2774.                <div class="card sponsored-card-v2">
  2775.                    <div class="sponsored-image-v2">
  2776.                        
  2777.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2778.                        
  2779.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  2780.                    </div>
  2781.                    <div class="sponsored-content-v2">
  2782.                        <h3 class="sponsored-title-v2">
  2783.                            <a href="/like-a-champions-league-win-kendalls-special-night-for-england/" class="top-color">
  2784.                            ‘Like a Champions League win’ - Kendall’s special night for England
  2785.                            </a>
  2786.                        </h3>
  2787.                        <p class="sponsored-excerpt-v2">
  2788.                            
  2789.                        </p>
  2790.                        <div class="sponsored-meta-v2">
  2791.                            <div class="author-info-v2">
  2792.                                
  2793.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="sponsored-author-img-v2">
  2794.                                
  2795.                                <span>
  2796.                                    Jacob King
  2797.                                </span>
  2798.                            </div>
  2799.                            <span>05 May 2026</span>
  2800.                        </div>
  2801.                    </div>
  2802.                </div>
  2803.            </div>
  2804.            
  2805.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  2806.                <div class="card sponsored-card-v2">
  2807.                    <div class="sponsored-image-v2">
  2808.                        
  2809.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2810.                        
  2811.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  2812.                    </div>
  2813.                    <div class="sponsored-content-v2">
  2814.                        <h3 class="sponsored-title-v2">
  2815.                            <a href="/china-strengthens-regulation-on-rare-earth-sales-citing-security-concerns/" class="top-color">
  2816.                            China Strengthens Regulation on Rare-Earth Sales, Citing Security Concerns
  2817.                            </a>
  2818.                        </h3>
  2819.                        <p class="sponsored-excerpt-v2">
  2820.                            
  2821.                        </p>
  2822.                        <div class="sponsored-meta-v2">
  2823.                            <div class="author-info-v2">
  2824.                                
  2825.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="sponsored-author-img-v2">
  2826.                                
  2827.                                <span>
  2828.                                    Jacob King
  2829.                                </span>
  2830.                            </div>
  2831.                            <span>05 May 2026</span>
  2832.                        </div>
  2833.                    </div>
  2834.                </div>
  2835.            </div>
  2836.            
  2837.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  2838.                <div class="card sponsored-card-v2">
  2839.                    <div class="sponsored-image-v2">
  2840.                        
  2841.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2842.                        
  2843.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  2844.                    </div>
  2845.                    <div class="sponsored-content-v2">
  2846.                        <h3 class="sponsored-title-v2">
  2847.                            <a href="/the-documentary-legend-on-his-monumental-american-revolution-project-this-is-our-most-crucial-work/" class="top-color">
  2848.                            The Documentary Legend on His Monumental American Revolution Project: ‘This Is Our Most Crucial Work’
  2849.                            </a>
  2850.                        </h3>
  2851.                        <p class="sponsored-excerpt-v2">
  2852.                            
  2853.                        </p>
  2854.                        <div class="sponsored-meta-v2">
  2855.                            <div class="author-info-v2">
  2856.                                
  2857.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="sponsored-author-img-v2">
  2858.                                
  2859.                                <span>
  2860.                                    Jacob King
  2861.                                </span>
  2862.                            </div>
  2863.                            <span>05 May 2026</span>
  2864.                        </div>
  2865.                    </div>
  2866.                </div>
  2867.            </div>
  2868.            
  2869.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  2870.                <div class="card sponsored-card-v2">
  2871.                    <div class="sponsored-image-v2">
  2872.                        
  2873.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2874.                        
  2875.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  2876.                    </div>
  2877.                    <div class="sponsored-content-v2">
  2878.                        <h3 class="sponsored-title-v2">
  2879.                            <a href="/satellite-pictures-show-iranian-naval-forces-and-nuclear-sites-targeted-by-joint-us-and-israeli-airstrikes/" class="top-color">
  2880.                            Satellite Pictures Show Iranian Naval Forces and Nuclear Sites Targeted by Joint US and Israeli Airstrikes.
  2881.                            </a>
  2882.                        </h3>
  2883.                        <p class="sponsored-excerpt-v2">
  2884.                            
  2885.                        </p>
  2886.                        <div class="sponsored-meta-v2">
  2887.                            <div class="author-info-v2">
  2888.                                
  2889.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="sponsored-author-img-v2">
  2890.                                
  2891.                                <span>
  2892.                                    Jacob King
  2893.                                </span>
  2894.                            </div>
  2895.                            <span>05 May 2026</span>
  2896.                        </div>
  2897.                    </div>
  2898.                </div>
  2899.            </div>
  2900.            
  2901.            <div class="col-xl-3 col-lg-4  col-md-6 col-12">
  2902.                <div class="card sponsored-card-v2">
  2903.                    <div class="sponsored-image-v2">
  2904.                        
  2905.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2906.                        
  2907.                        <div class="sponsored-badge-v2 bg-primary-gradient">News</div>
  2908.                    </div>
  2909.                    <div class="sponsored-content-v2">
  2910.                        <h3 class="sponsored-title-v2">
  2911.                            <a href="/im-the-imaginary-guitar-world-champion/" class="top-color">
  2912.                            I&#x27;m the Imaginary Guitar World Champion
  2913.                            </a>
  2914.                        </h3>
  2915.                        <p class="sponsored-excerpt-v2">
  2916.                            
  2917.                        </p>
  2918.                        <div class="sponsored-meta-v2">
  2919.                            <div class="author-info-v2">
  2920.                                
  2921.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/db6a99c7-ad89-4177-812f-e272ad9fe61b_profile.png" alt="Jacob King" style="object-fit: cover;" class="sponsored-author-img-v2">
  2922.                                
  2923.                                <span>
  2924.                                    Jacob King
  2925.                                </span>
  2926.                            </div>
  2927.                            <span>04 May 2026</span>
  2928.                        </div>
  2929.                    </div>
  2930.                </div>
  2931.            </div>
  2932.            
  2933.        </div>
  2934.    </div>
  2935. </section>
  2936.  
  2937.  
  2938.    
  2939.        <!-- end wpo-blog-sponsored-section -->
  2940.        <!-- start wpo-subscribe-section -->
  2941.        
  2942.        <!-- end subscribe-section -->
  2943.        <!-- start of wpo-site-footer-section -->
  2944.        
  2945.  
  2946.  
  2947.  
  2948.  
  2949.  
  2950. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  2951.  <!-- Main Content: Asymmetrical Layout -->
  2952.  <div class="footer-main-content py-5">
  2953.    <div class="container-fluid fluid-container">
  2954.      <div class="row">
  2955.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  2956.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  2957.          <div class="brand-logo text-center text-lg-start">
  2958.            
  2959.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/ef69a8b7-fefd-4dbf-85a1-a0807d895167_logo.png" alt="Daily Today Online" class="footer-logo" />
  2960.            
  2961.            <p class="brand-tagline mt-2">Stay informed with the latest UK news, politics, and current affairs from Daily Today Online. Get breaking updates, analysis, and insights on events shaping the nation.</p>
  2962.          </div>
  2963.        </div>
  2964.        <!-- Right: Staggered Links -->
  2965.        <div class="col-lg-9 col-md-8 col-12">
  2966.          <div class="d-flex flex-column gap-4">
  2967.            <!-- Quick Links -->
  2968.            <div class="footer-column offset-content">
  2969.              <h5 class="column-title">Quick Links</h5>
  2970.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  2971.                
  2972.                  <li>
  2973.                    <a class="menu-link" href="/the-situation-with-the-capitals-plastic-shrouded-hotel/">The Situation with the Capital&#x27;s Plastic-Shrouded Hotel?</a>
  2974.                  </li>
  2975.                
  2976.                  <li>
  2977.                    <a class="menu-link" href="/amid-a-violent-storm-i-could-hear-this-marks-christmas-in-gaza/">Amid a Violent Storm, I Could Hear. This Marks Christmas in Gaza</a>
  2978.                  </li>
  2979.                
  2980.                  <li>
  2981.                    <a class="menu-link" href="/a-critical-scenario-conflict-on-iran-tightens-indias-kitchen-fuel-stock/">‘A Critical Scenario’: Conflict on Iran Tightens India&#x27;s Kitchen Fuel Stock.</a>
  2982.                  </li>
  2983.                
  2984.                  <li>
  2985.                    <a class="menu-link" href="/the-madrid-giants-commanding-but-vinicius-strains-escalate-major-spanish-derby-takeaways/">The Madrid Giants Commanding but Vinicius Strains Escalate – Major Spanish Derby Takeaways</a>
  2986.                  </li>
  2987.                
  2988.                  <li>
  2989.                    <a class="menu-link" href="/maga-supporters-backing-zohran-mamdani-and-a-emerging-left-coalition-key-surprises-from-nycs-mayoral-race/">MAGA Supporters Backing Zohran Mamdani and a Emerging Left Coalition: Key Surprises from NYC’s Mayoral Race</a>
  2990.                  </li>
  2991.                
  2992.                  <li>
  2993.                    <a class="menu-link" href="/federal-ban-on-hemp-sourced-thc-may-constrain-cbd-access-key-information-to-understand/">Federal Ban on Hemp-Sourced THC May Constrain CBD Access: Key Information to Understand</a>
  2994.                  </li>
  2995.                
  2996.              </ul>
  2997.            </div>
  2998.            <!-- Top Categories -->
  2999.            <div class="footer-column offset-content offset-right">
  3000.              <h5 class="column-title">Top Categories</h5>
  3001.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  3002.                
  3003.                  <li>
  3004.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  3005.                  </li>
  3006.                
  3007.                  <li>
  3008.                    <a class="menu-link" href="/category/business/">Business</a>
  3009.                  </li>
  3010.                
  3011.                  <li>
  3012.                    <a class="menu-link" href="/category/esports/">Esports</a>
  3013.                  </li>
  3014.                
  3015.                  <li>
  3016.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  3017.                  </li>
  3018.                
  3019.                  <li>
  3020.                    <a class="menu-link" href="/category/featured/">Featured</a>
  3021.                  </li>
  3022.                
  3023.              </ul>
  3024.            </div>
  3025.            <!-- Blog Rolls -->
  3026.           <div class="footer-column offset-content">
  3027.              <h5 class="column-title">Blog Rolls</h5>
  3028.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  3029.                
  3030.                
  3031.  
  3032.                
  3033.                
  3034.                  
  3035.                
  3036.              </ul>
  3037.            </div>
  3038.          </div>
  3039.        </div>
  3040.      </div>
  3041.    </div>
  3042.  </div>
  3043.  
  3044.  <!-- Bottom Section -->
  3045.  <div class="footer-bottom bg-primary text-white py-3">
  3046.    <div class="container-fluid fluid-container">
  3047.      <div class="row justify-content-center">
  3048.        <div class="col-12 text-center">
  3049.          <div class="bottom-content">
  3050.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  3051.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  3052.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  3053.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  3054.            </div>
  3055.            <div class="copyright-info ">
  3056.              <p class="mb-0 text-white">
  3057.                &copy; 2026 <strong>Daily Today Online</strong>. All rights reserved.
  3058.              </p>
  3059.            </div>
  3060.          </div>
  3061.        </div>
  3062.      </div>
  3063.    </div>
  3064.  </div>
  3065. </footer>
  3066.  
  3067.  
  3068.  
  3069. <style>
  3070. .footer-logo {
  3071.    height: 60px;
  3072.    width: auto;
  3073. }
  3074.  
  3075. .brand-title {
  3076.    font-size: 24px;
  3077.    font-weight: 700;
  3078.    color: white  !important;
  3079.    margin: 0;
  3080. }
  3081.  
  3082. .brand-tagline {
  3083.    font-size: 14px;
  3084.    color: white  !important;
  3085.    margin: 0;
  3086. }
  3087.  
  3088. .column-title {
  3089.    font-size: 16px;
  3090.    font-weight: 600;
  3091.    color: white !important;
  3092.    margin-bottom: 12px;
  3093. }
  3094.  
  3095. .footer-menu {
  3096.    margin: 0;
  3097. }
  3098.  
  3099. .menu-link {
  3100.    color: white !important;
  3101.    text-decoration: none;
  3102.    font-size: 14px;
  3103.    transition: color 0.3s ease, transform 0.3s ease;
  3104. }
  3105.  
  3106. .menu-link:hover {
  3107.    color: var(--primary-color);
  3108.    transform: scale(1.05);
  3109. }
  3110.  
  3111. .offset-content {
  3112.    margin-left: 20px;
  3113. }
  3114.  
  3115. .footer-bottom {
  3116.    font-size: 13px;
  3117. }
  3118.  
  3119. .utility-link {
  3120.    color: white  !important;
  3121.    text-decoration: none;
  3122.    font-size: 13px;
  3123.    transition: color 0.3s ease;
  3124. }
  3125.  
  3126. .utility-link:hover {
  3127.    color: var(--primary-color);
  3128. }
  3129.  
  3130. .copyright-info p {
  3131.    font-size: 13px;
  3132. }
  3133.  
  3134. /* Responsive Design */
  3135. @media (max-width: 1024px) {
  3136.   .footer-logo{
  3137.    height: 40px;
  3138.    width: auto;
  3139.   }
  3140. }
  3141.  
  3142. @media (max-width: 768px) {
  3143.    .footer-logo {
  3144.        height: 60px;
  3145.    }
  3146.    
  3147.    .column-title {
  3148.        font-size: 15px;
  3149.        text-align: center;
  3150.    }
  3151.    
  3152.    .footer-menu {
  3153.        justify-content: center;
  3154.    }
  3155.    
  3156.    .menu-link {
  3157.        font-size: 13px;
  3158.    }
  3159. }
  3160.  
  3161. @media (max-width: 576px) {
  3162.    .brand-title {
  3163.        font-size: 20px;
  3164.    }
  3165.    
  3166.    .brand-tagline {
  3167.        font-size: 12px;
  3168.    }
  3169.    
  3170.    .cta-btn {
  3171.        font-size: 12px;
  3172.        padding: 5px 12px;
  3173.    }
  3174. }
  3175. </style>
  3176.  
  3177. <script>
  3178. // Prevent default for placeholder links
  3179. document.addEventListener('DOMContentLoaded', function() {
  3180.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  3181.        anchor.addEventListener('click', function(e) {
  3182.            e.preventDefault();
  3183.        });
  3184.    });
  3185. });
  3186. document.addEventListener('DOMContentLoaded', function () {
  3187.    var btn = document.getElementById('toggleBlogRollLinks');
  3188.    if (!btn) return; // No extra items, no button
  3189.  
  3190.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  3191.  
  3192.    btn.addEventListener('click', function () {
  3193.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3194.            return li.classList.contains('d-none');
  3195.        });
  3196.  
  3197.        extras.forEach(function (li) {
  3198.            if (anyHidden) {
  3199.                li.classList.remove('d-none');
  3200.                li.classList.add('show');
  3201.            } else {
  3202.                li.classList.add('d-none');
  3203.                li.classList.remove('show');
  3204.            }
  3205.        });
  3206.  
  3207.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3208.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3209.    });
  3210. });
  3211.  
  3212. </script>
  3213.  
  3214.        <!-- end of wpo-site-footer-section -->
  3215.    </div>
  3216.    <!-- end of page-wrapper -->
  3217.  
  3218.    <!-- All JavaScript files
  3219.    ================================================== -->
  3220.    
  3221.  
  3222. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3223. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3224. <!-- Plugins for this template -->
  3225. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3226. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3227. <!-- Custom script for this template -->
  3228. <script src="/static/blogapp/assets/js/script.js"></script>
  3229.  
  3230. <script>
  3231. (function () {
  3232. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3233. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3234.  
  3235. function applyFallback(img) {
  3236. if (!img || img.dataset.fallbackApplied === "1") {
  3237. return;
  3238. }
  3239. var failedSrc = img.currentSrc || img.src || "";
  3240. img.dataset.fallbackApplied = "1";
  3241. img.onerror = null;
  3242. img.src = fallbackImageSrc;
  3243. console.warn("[ImageFallback] Replaced broken image:", {
  3244. failedSrc: failedSrc,
  3245. fallbackSrc: fallbackImageSrc,
  3246. alt: img.alt || "",
  3247. });
  3248. }
  3249.  
  3250. document.querySelectorAll("img").forEach(function (img) {
  3251. if (img.complete && img.naturalWidth === 0) {
  3252. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3253. failedSrc: img.currentSrc || img.src || "",
  3254. alt: img.alt || "",
  3255. });
  3256. applyFallback(img);
  3257. }
  3258. });
  3259.  
  3260. document.addEventListener(
  3261. "error",
  3262. function (event) {
  3263. var target = event.target;
  3264. if (target && target.tagName === "IMG") {
  3265. applyFallback(target);
  3266. }
  3267. },
  3268. true
  3269. );
  3270. })();
  3271. </script>
  3272.  
  3273. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3274.  
  3275.  
  3276.  
  3277. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"0e8f6a9b32b64cf1b7499396ef056b74","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3278. </body>
  3279.  
  3280. </html>
  3281.  
  3282.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda