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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="karla">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_89_BHKesvP_1UeuNhF.png">
  14.    
  15.  
  16.    <title>Spin Today: Latest UK News, Politics, and Entertainment Updates</title>
  17.    <meta name="description" content="Spin Today delivers breaking UK news, political analysis, and entertainment stories. Stay informed with up-to-date coverage on current events and trending topics across 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://spintoday.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #52b69a;
  42.        --bs-primary-rgb: 52b69a;
  43.        --bs-secondary: #71717a;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #ecfdf5;
  49.        --bs-dark: #1b4332;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #52b69a;
  53.        --theme-primary-color-s2: #52b69a;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1b4332;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1b4332;
  59.        --border-color: #99f6e4;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #ccfbf1;
  75.        --navbar-color: #1b4332;
  76.        --topbar-bg: #ecfdf5;
  77.        --topbar-color: #1b4332;
  78.        --footer-bg: #1b4332;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 12px;
  83.        --link-color: #52b69a;
  84.        --link-hover: #3d8b74;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(82, 182, 154, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_34">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar 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="/englands-joe-root-voices-dual-opinions-on-floodlit-test-cricket-ahead-of-pivotal-ashes-showdown/" class="px-5 top-color">
  420.                    England&#x27;s Joe Root Voices Dual Opinions on Floodlit Test Cricket Ahead of Pivotal Ashes Showdown
  421.                  </a>
  422.              
  423.               <a href="/dining-across-the-gap-a-meeting-between-different-viewpoints/" class="px-5 top-color">
  424.                    Dining Across the Gap: A Meeting Between Different Viewpoints
  425.                  </a>
  426.              
  427.               <a href="/womens-tennis-finals-updates-elena-rybakina-takes-on-alexandrova-iga-swiatek-clashes-with-anisimova/" class="px-5 top-color">
  428.                    Women&#x27;s Tennis Finals Updates: Elena Rybakina Takes On Alexandrova, Iga Swiatek Clashes With Anisimova
  429.                  </a>
  430.              
  431.               <a href="/cameroonian-political-opposition-leader-confronts-court-action-over-post-election-violence-government-announces/" class="px-5 top-color">
  432.                    Cameroonian Political Opposition Leader Confronts Court Action Over Post-Election Violence, Government Announces
  433.                  </a>
  434.              
  435.               <a href="/nyc-gears-up-for-fresh-gambling-establishments-in-the-midst-of-an-american-gambling-surge/" class="px-5 top-color">
  436.                    NYC Gears Up For Fresh Gambling Establishments In The Midst Of An American Gambling Surge
  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. <nav class="navigation navbar navbar-expand-lg mb-4">
  484.  <div class="container-fluid fluid-container">
  485.    <div class=" gap-3 align-items-center pt-md-0 pt-3 justify-content-lg-start justify-content-between flex-wrap d-flex w-100">
  486.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  487.          <a class="navbar-brand" href="/">
  488.              
  489.                  <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/18e9e7b9-2a51-4364-87e9-6e71ff445315_logo.png" alt="Spin Today" />
  490.              
  491.          </a>
  492.      </div>
  493.      <div class="">
  494.        <div class="style-card">
  495.          <div class="minimal-search mb-md-4 mb-0">
  496.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  497.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  498.              <circle cx="11" cy="11" r="8"></circle>
  499.              <path d="m21 21-4.35-4.35"></path>
  500.            </svg>
  501.          </div>
  502.          <!-- The search results will be displayed here -->
  503.          <div id="search-results" class="search-results-container search-v1"></div>
  504.        </div>
  505.      </div>
  506.      <div class=" d-flex flex-wrap">
  507.        <div class="navbar-header d-lg-none d-none d-md-flex">
  508.          <a class="navbar-brand" href='/'><img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/18e9e7b9-2a51-4364-87e9-6e71ff445315_logo.png" alt="" /></a>
  509.        </div>
  510.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  511.          <button class="menu-close"><i class="ti-close"></i></button>
  512.  
  513.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  514.    <li>
  515.      <a href="/">
  516.        Home
  517.      </a>
  518.    </li>
  519.  
  520.  
  521.    <li>
  522.      <a href="/category/all-posts/">
  523.        All Posts
  524.      </a>
  525.    </li>
  526.  
  527.    <li>
  528.      <a href="/category/business/">
  529.        Business
  530.      </a>
  531.    </li>
  532.  
  533.    <li>
  534.      <a href="/category/esports/">
  535.        Esports
  536.      </a>
  537.    </li>
  538.  
  539.  
  540.  
  541.  <div class="navbar-header d-lg-block d-none">
  542.    <a class="navbar-brand" href="/">
  543.      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/18e9e7b9-2a51-4364-87e9-6e71ff445315_logo.png" alt="" />
  544.    </a>
  545.  </div>
  546.  
  547.  
  548.  
  549.    
  550.    
  551.    
  552.      <li>
  553.        <a href="/category/fashion/">
  554.          Fashion
  555.        </a>
  556.      </li>
  557.    
  558.      <li>
  559.        <a href="/category/featured/">
  560.          Featured
  561.        </a>
  562.      </li>
  563.    
  564.  
  565.    
  566.    
  567.      <li class="menu-item-has-children">
  568.        <a href="#">More</a>
  569.        <ul class="sub-menu">
  570.          
  571.            <li>
  572.              <a href="/category/gaming/">
  573.                Gaming
  574.              </a>
  575.            </li>
  576.          
  577.            <li>
  578.              <a href="/category/health/">
  579.                Health
  580.              </a>
  581.            </li>
  582.          
  583.            <li>
  584.              <a href="/category/life-fitness/">
  585.                Life &amp; Fitness
  586.              </a>
  587.            </li>
  588.          
  589.            <li>
  590.              <a href="/category/lifestyle/">
  591.                Lifestyle
  592.              </a>
  593.            </li>
  594.          
  595.            <li>
  596.              <a href="/category/news/">
  597.                News
  598.              </a>
  599.            </li>
  600.          
  601.            <li>
  602.              <a href="/category/others/">
  603.                Others
  604.              </a>
  605.            </li>
  606.          
  607.            <li>
  608.              <a href="/category/politics/">
  609.                Politics
  610.              </a>
  611.            </li>
  612.          
  613.            <li>
  614.              <a href="/category/sports/">
  615.                Sports
  616.              </a>
  617.            </li>
  618.          
  619.            <li>
  620.              <a href="/category/tech/">
  621.                Tech
  622.              </a>
  623.            </li>
  624.          
  625.            <li>
  626.              <a href="/category/travel/">
  627.                Travel
  628.              </a>
  629.            </li>
  630.          
  631.        </ul>
  632.      </li>
  633.    
  634.  
  635.  
  636. <li>
  637.                  <a href="/page/contact-us/">
  638.                     Contact Us
  639.                  </a>
  640.              </li>
  641. </ul>
  642.  
  643.        </div>
  644.        <div class="sidebar-blur"></div>
  645.        <!-- end of nav-collapse -->
  646.      </div>
  647.      <div class="me-3">
  648.        <div class="mobail-menu d-xl-none d-block">
  649.          <button type="button" class="navbar-toggler open-btn">
  650.            <span class="sr-only">Toggle navigation</span>
  651.            <span class="icon-bar first-angle"></span>
  652.            <span class="icon-bar middle-angle"></span>
  653.            <span class="icon-bar last-angle"></span>
  654.          </button>
  655.        </div>
  656.        <!-- <div class="header-right">
  657.          <div class="header-right-menu-wrapper d-xl-block d-none">
  658.            <div class="header-right-menu">
  659.              <div class="right-menu-toggle-btn">
  660.                <span></span>
  661.                <span></span>
  662.                <span></span>
  663.              </div>
  664.              <div class="header-right-menu-wrap" style="z-index: 999;">
  665.                <button class="right-menu-close"><i class="ti-close"></i></button>
  666.                <div class="logo">
  667.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  668.                </div>
  669.                <div class="header-right-sec">
  670.                  <div class="project-widget widget">
  671.                    <h3 class="text-white">Our Latest News</h3>
  672.                    <div class="posts">
  673.                      <div class="post">
  674.                        <div class="img-holder">
  675.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  676.                        </div>
  677.                        <div class="details">
  678.                          <span class="date">19 Jun 2022</span>
  679.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  680.                        </div>
  681.                      </div>
  682.                      <div class="post">
  683.                        <div class="img-holder">
  684.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  685.                        </div>
  686.                        <div class="details">
  687.                          <span class="date">22 May 2022</span>
  688.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  689.                        </div>
  690.                      </div>
  691.                      <div class="post">
  692.                        <div class="img-holder">
  693.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  694.                        </div>
  695.                        <div class="details">
  696.                          <span class="date">12 Apr 2022</span>
  697.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  698.                        </div>
  699.                      </div>
  700.                    </div>
  701.                  </div>
  702.                  <div class="widget wpo-contact-widget">
  703.                    <div class="widget-title">
  704.                      <h3 class="text-white">Contact Us</h3>
  705.                    </div>
  706.                    <div class="contact-ft">
  707.                      <ul>
  708.                        <li>
  709.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  710.                        </li>
  711.                        <li>
  712.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  713.                          + 8 (123) 123 456 789
  714.                        </li>
  715.                        <li>
  716.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  717.                        </li>
  718.                      </ul>
  719.                    </div>
  720.                  </div>
  721.                </div>
  722.              </div>
  723.              <div class="sidebar-blur"></div>
  724.            </div>
  725.          </div>
  726.        </div> -->
  727.      </div>
  728.    </div>
  729.  </div>
  730.  <!-- end of container -->
  731. </nav>
  732. <style>
  733.  .navbar-brand img{
  734.    height: 70px;
  735.    object-fit: contain;
  736.  }
  737.    /* search field */
  738.  .search-results-container {
  739.  position: absolute;
  740.  top: 100%; /* Position it below the input field */
  741. left: 10px;
  742.  right: 10px;
  743.  background-color: white;
  744.  border: 1px solid #ddd;
  745.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  746.  max-height: 300px;
  747.  overflow-y: auto;
  748.  z-index: 1000;
  749.  display: none; /* Initially hidden */
  750. }
  751.  
  752. .search-results-container p {
  753.  margin: 0;
  754. }
  755.  
  756. .search-results-container .result-item {
  757.  padding: 10px;
  758.  cursor: pointer;
  759. }
  760.  
  761. .search-results-container .result-item:hover {
  762.  background-color: #f0f0f0;
  763. }
  764. @media (max-width:576px) {
  765.  .w-sm-full{
  766.    padding-top: 10px;
  767.    width: 100%;
  768.  }
  769.  .m-s-0{
  770.    margin-top: 0px !important;
  771.  }
  772. }
  773. @media (max-width:768px) {
  774. .search-icon{
  775. top: 50%;
  776. }
  777. }
  778.  
  779.  
  780. </style>
  781. <script>
  782.  const searchInput = document.querySelector(".search-input");
  783.  const searchResults = document.getElementById("search-results");
  784.  
  785.  // Handle typing
  786.  searchInput.addEventListener("keyup", function (e) {
  787.    e.preventDefault();
  788.  
  789.    const query = searchInput.value;
  790.  
  791.    if (query === "") {
  792.      searchResults.innerHTML = "";
  793.      searchResults.style.display = "none";
  794.      return;
  795.    }
  796.  
  797.    searchResults.style.display = "block";
  798.  
  799.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  800.      method: "GET",
  801.      headers: {
  802.        "X-Requested-With": "XMLHttpRequest",
  803.      },
  804.    })
  805.      .then(response => response.json())
  806.      .then(data => {
  807.        if (data.html) {
  808.          searchResults.innerHTML = data.html;
  809.        } else {
  810.          searchResults.innerHTML = "<p>No results found.</p>";
  811.        }
  812.      })
  813.      .catch(error => {
  814.        console.error("Error fetching search results:", error);
  815.      });
  816.  });
  817.  
  818.  // Close results when clicking outside
  819.  document.addEventListener("click", function (e) {
  820.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  821.      searchResults.style.display = "none";
  822.    }
  823.  });
  824. </script>
  825.  
  826.  
  827.        </header>
  828.        <!-- end of header -->
  829.        <!-- start of wpo-blog-hero -->
  830.        
  831.  
  832.  
  833.  
  834.  <!-- Django Template for Clean Blog Cards -->
  835.  
  836.  
  837.  
  838.  
  839. <div class="blog-section">
  840.    <div class="container-fluid fluid-container">
  841.        <div class="blog-grid">
  842.            
  843.            
  844.              
  845.            <!-- Featured Blog Card -->
  846.            <article class="blog-card featured">
  847.                <div class="card-image">
  848.                    
  849.                        <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  850.                    
  851.                    <span class="category bg-primary-gradient">News</span>
  852.                </div>
  853.                <div class="card-content">
  854.                    <h2 class="card-title"><a class="top-color" href="/finland-stuns-back-to-back-reigning-title-holders-the-united-states-in-u20-world-championship-quarterfinal-round/">
  855.                                        Finland Stuns Back-to-Back Reigning Title Holders the United States in U20 World Championship Quarterfinal Round.
  856.                                    </a></h2>
  857.                    <p class="card-excerpt"></p>
  858.                    <div class="card-meta">
  859.                        <div class="author">
  860.                            
  861.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/681da735-64dd-40cb-8108-46149ddc5e2a_profile.png" alt="Kathleen Grant" style="object-fit: cover;" class="author-avatar">
  862.                            
  863.                            <span class="author-name">Kathleen Grant</span>
  864.                        </div>
  865.                        <span class="date">07 May 2026</span>
  866.                    </div>
  867.                    <a  href="/finland-stuns-back-to-back-reigning-title-holders-the-united-states-in-u20-world-championship-quarterfinal-round/" class="read-more">Read Article</a>
  868.                </div>
  869.            </article>
  870.  
  871.            
  872.            
  873.  
  874.            
  875.            <!-- Regular Blog Card -->
  876.            <article class="blog-card">
  877.                <div class="card-image">
  878.                    
  879.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  880.                            class="img img-responsive" style="object-fit: cover;" alt="">
  881.                    
  882.                    <span class="category bg-primary-gradient">News</span>
  883.                </div>
  884.                <div class="card-content">
  885.                    <h3 class="card-title"> <a class="top-color" href="/failing-to-find-a-fantastic-time-at-uni-you-are-not-the-only-one/" >
  886.                                        Failing to find a fantastic time at uni? You are not the only one.
  887.                                    </a></h3>
  888.                    <p class="card-excerpt"></p>
  889.                    <div class="card-meta">
  890.                        <div class="author">
  891.                              
  892.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/681da735-64dd-40cb-8108-46149ddc5e2a_profile.png" alt="Kathleen Grant" style="object-fit: cover;" class="author-avatar">
  893.                            
  894.                            <span class="author-name">Kathleen Grant</span>
  895.                        </div>
  896.                        <span class="date">07 May 2026</span>
  897.                    </div>
  898.                    <a  href="/failing-to-find-a-fantastic-time-at-uni-you-are-not-the-only-one/" class="read-more">Read Article</a>
  899.                </div>
  900.            </article>
  901.            
  902.            <!-- Regular Blog Card -->
  903.            <article class="blog-card">
  904.                <div class="card-image">
  905.                    
  906.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  907.                            class="img img-responsive" style="object-fit: cover;" alt="">
  908.                    
  909.                    <span class="category bg-primary-gradient">News</span>
  910.                </div>
  911.                <div class="card-content">
  912.                    <h3 class="card-title"> <a class="top-color" href="/who-is-your-most-cherished-cricketer-in-the-history-of-the-mens-ashes/" >
  913.                                        Who is Your Most Cherished Cricketer in the History of the Men’s Ashes?
  914.                                    </a></h3>
  915.                    <p class="card-excerpt"></p>
  916.                    <div class="card-meta">
  917.                        <div class="author">
  918.                              
  919.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/681da735-64dd-40cb-8108-46149ddc5e2a_profile.png" alt="Kathleen Grant" style="object-fit: cover;" class="author-avatar">
  920.                            
  921.                            <span class="author-name">Kathleen Grant</span>
  922.                        </div>
  923.                        <span class="date">07 May 2026</span>
  924.                    </div>
  925.                    <a  href="/who-is-your-most-cherished-cricketer-in-the-history-of-the-mens-ashes/" class="read-more">Read Article</a>
  926.                </div>
  927.            </article>
  928.            
  929.            <!-- Regular Blog Card -->
  930.            <article class="blog-card">
  931.                <div class="card-image">
  932.                    
  933.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  934.                            class="img img-responsive" style="object-fit: cover;" alt="">
  935.                    
  936.                    <span class="category bg-primary-gradient">News</span>
  937.                </div>
  938.                <div class="card-content">
  939.                    <h3 class="card-title"> <a class="top-color" href="/oneill-claims-debut-celtic-triumph-for-the-first-time-since-2004/" >
  940.                                        O&#x27;Neill Claims Debut Celtic Triumph For the First Time Since 2004
  941.                                    </a></h3>
  942.                    <p class="card-excerpt"></p>
  943.                    <div class="card-meta">
  944.                        <div class="author">
  945.                              
  946.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/681da735-64dd-40cb-8108-46149ddc5e2a_profile.png" alt="Kathleen Grant" style="object-fit: cover;" class="author-avatar">
  947.                            
  948.                            <span class="author-name">Kathleen Grant</span>
  949.                        </div>
  950.                        <span class="date">07 May 2026</span>
  951.                    </div>
  952.                    <a  href="/oneill-claims-debut-celtic-triumph-for-the-first-time-since-2004/" class="read-more">Read Article</a>
  953.                </div>
  954.            </article>
  955.            
  956.            <!-- Regular Blog Card -->
  957.            <article class="blog-card">
  958.                <div class="card-image">
  959.                    
  960.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  961.                            class="img img-responsive" style="object-fit: cover;" alt="">
  962.                    
  963.                    <span class="category bg-primary-gradient">News</span>
  964.                </div>
  965.                <div class="card-content">
  966.                    <h3 class="card-title"> <a class="top-color" href="/will-the-uks-toads-survive-from-roads-and-population-collapse/" >
  967.                                        Will the UK&#x27;s Toads Survive from Roads and Population Collapse?
  968.                                    </a></h3>
  969.                    <p class="card-excerpt"></p>
  970.                    <div class="card-meta">
  971.                        <div class="author">
  972.                              
  973.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/681da735-64dd-40cb-8108-46149ddc5e2a_profile.png" alt="Kathleen Grant" style="object-fit: cover;" class="author-avatar">
  974.                            
  975.                            <span class="author-name">Kathleen Grant</span>
  976.                        </div>
  977.                        <span class="date">07 May 2026</span>
  978.                    </div>
  979.                    <a  href="/will-the-uks-toads-survive-from-roads-and-population-collapse/" class="read-more">Read Article</a>
  980.                </div>
  981.            </article>
  982.            
  983.  
  984.        </div>
  985.    </div>
  986. </div>
  987.  
  988. <style>
  989.  
  990.  
  991. .blog-section {
  992.    padding: 60px 0;
  993. }
  994.  
  995.  
  996. .blog-grid {
  997.    display: grid;
  998.    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  999.    gap: 30px;
  1000. }
  1001.  
  1002. /* Blog Cards */
  1003. .blog-card {
  1004.    background: var(--card-bg);
  1005.    border: 1px solid var(--border-color);
  1006.    border-radius: var(--card-radius);
  1007.    overflow: hidden;
  1008.    transition: all 0.3s ease;
  1009. }
  1010.  
  1011. .blog-card:hover {
  1012.    transform: translateY(-5px);
  1013.    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  1014.    border-color: var(--border-color);
  1015. }
  1016.  
  1017. .featured {
  1018.    grid-column: span 2;
  1019.    display: grid;
  1020.    grid-template-columns: 1fr 1fr;
  1021.    gap: 0;
  1022. }
  1023.  
  1024. .card-image {
  1025.    position: relative;
  1026.    height: 220px;
  1027.    background: #f8f8f8;
  1028. }
  1029.  
  1030. .featured .card-image {
  1031.    height: 100%;
  1032.    min-height: 300px;
  1033. }
  1034.  
  1035. .card-image img {
  1036.    width: 100%;
  1037.    height: 100%;
  1038.    object-fit: cover;
  1039. }
  1040.  
  1041. .category {
  1042.    position: absolute;
  1043.    top: 15px;
  1044.    left: 15px;
  1045.    padding: 6px 16px;
  1046.    border-radius: 20px;
  1047.    font-size: 12px;
  1048.    font-weight: 500;
  1049.    text-transform: uppercase;
  1050.    letter-spacing: 0.5px;
  1051. }
  1052.  
  1053. .card-content {
  1054.    padding: 25px;
  1055. }
  1056.  
  1057. .featured .card-content {
  1058.    display: flex;
  1059.    flex-direction: column;
  1060.    justify-content: center;
  1061.    padding: 40px;
  1062. }
  1063.  
  1064. .card-title {
  1065.    font-size: 18px;
  1066.    font-weight: 600;
  1067.    margin-bottom: 12px;
  1068.    line-height: 1.4;
  1069. }
  1070.  
  1071. .featured .card-title {
  1072.    font-size: 24px;
  1073.    margin-bottom: 15px;
  1074. }
  1075.  
  1076. .card-excerpt {
  1077.    color: #666;
  1078.    font-size: 14px;
  1079.    line-height: 1.6;
  1080.    margin-bottom: 20px;
  1081. }
  1082.  
  1083. .featured .card-excerpt {
  1084.    font-size: 16px;
  1085.    margin-bottom: 25px;
  1086. }
  1087.  
  1088. .card-meta {
  1089.    display: flex;
  1090.    align-items: center;
  1091.    justify-content: space-between;
  1092.    padding-top: 15px;
  1093.    border-top: 1px solid #f0f0f0;
  1094.    margin-bottom: 15px;
  1095. }
  1096.  
  1097. .author {
  1098.    display: flex;
  1099.    align-items: center;
  1100.    gap: 10px;
  1101. }
  1102.  
  1103. .author-avatar {
  1104.    width: 30px;
  1105.    height: 30px;
  1106.    border-radius: 50%;
  1107.    object-fit: cover;
  1108.    border: 1px solid #e5e5e5;
  1109. }
  1110.  
  1111. .author-name {
  1112.    color: #555;
  1113.    font-size: 13px;
  1114.    font-weight: 500;
  1115. }
  1116.  
  1117. .date {
  1118.    color: #999;
  1119.    font-size: 12px;
  1120. }
  1121.  
  1122. .read-more {
  1123.    color: #333;
  1124.    text-decoration: none;
  1125.    font-size: 13px;
  1126.    font-weight: 500;
  1127.    display: inline-flex;
  1128.    align-items: center;
  1129.    transition: color 0.2s ease;
  1130. }
  1131.  
  1132. .read-more:hover {
  1133.    color: #000;
  1134. }
  1135.  
  1136. .read-more::after {
  1137.    content: '→';
  1138.    margin-left: 8px;
  1139.    transition: transform 0.2s ease;
  1140. }
  1141.  
  1142. .read-more:hover::after {
  1143.    transform: translateX(4px);
  1144. }
  1145.  
  1146. /* Newsletter Card */
  1147. .newsletter-card {
  1148.    background: white;
  1149.    border: 2px dashed #ddd;
  1150.    border-radius: 12px;
  1151.    padding: 40px 30px;
  1152.    text-align: center;
  1153.    display: flex;
  1154.    flex-direction: column;
  1155.    justify-content: center;
  1156.    align-items: center;
  1157. }
  1158.  
  1159. .newsletter-title {
  1160.    color: #333;
  1161.    font-size: 20px;
  1162.    font-weight: 600;
  1163.    margin-bottom: 8px;
  1164. }
  1165.  
  1166. .newsletter-desc {
  1167.    color: #666;
  1168.    font-size: 14px;
  1169.    margin-bottom: 25px;
  1170. }
  1171.  
  1172. .newsletter-form {
  1173.    width: 100%;
  1174.    max-width: 280px;
  1175.    margin-bottom: 15px;
  1176. }
  1177.  
  1178. .email-input {
  1179.    width: 100%;
  1180.    padding: 12px 16px;
  1181.    border: 1px solid #ddd;
  1182.    border-radius: 8px;
  1183.    font-size: 14px;
  1184.    margin-bottom: 12px;
  1185.    transition: border-color 0.2s ease;
  1186. }
  1187.  
  1188. .email-input:focus {
  1189.    outline: none;
  1190.    border-color: #333;
  1191. }
  1192.  
  1193. .subscribe-btn {
  1194.    width: 100%;
  1195.    padding: 12px 16px;
  1196.    background: #333;
  1197.    color: white;
  1198.    border: none;
  1199.    border-radius: 8px;
  1200.    font-size: 14px;
  1201.    font-weight: 500;
  1202.    cursor: pointer;
  1203.    transition: background 0.2s ease;
  1204. }
  1205.  
  1206. .subscribe-btn:hover {
  1207.    background: #555;
  1208. }
  1209.  
  1210. .subscriber-count {
  1211.    color: #999;
  1212.    font-size: 12px;
  1213. }
  1214.  
  1215. /* Responsive Design */
  1216. @media (max-width: 768px) {
  1217.    .blog-grid {
  1218.        grid-template-columns: 1fr;
  1219.        gap: 20px;
  1220.    }
  1221.    
  1222.    .featured {
  1223.        grid-column: span 1;
  1224.        grid-template-columns: 1fr;
  1225.    }
  1226.    
  1227.    .featured .card-image {
  1228.        height: 220px;
  1229.    }
  1230.    
  1231.    .featured .card-content {
  1232.        padding: 25px;
  1233.    }
  1234.    
  1235.    .featured .card-title {
  1236.        font-size: 20px;
  1237.    }
  1238.    
  1239.    .featured .card-excerpt {
  1240.        font-size: 14px;
  1241.    }
  1242. }
  1243.  
  1244. @media (max-width: 480px) {
  1245.    .container {
  1246.        padding: 0 15px;
  1247.    }
  1248.    
  1249.    .card-content,
  1250.    .featured .card-content {
  1251.        padding: 20px;
  1252.    }
  1253.    
  1254.    .newsletter-card {
  1255.        padding: 30px 20px;
  1256.    }
  1257. }
  1258. </style>
  1259.  
  1260.  
  1261.  
  1262.  
  1263.        <!-- end of wpo-blog-hero -->
  1264.  
  1265.        <!-- start of wpo-breacking-news -->
  1266.        
  1267.        <!-- end of wpo-breacking-news -->
  1268.        
  1269.        <!-- start wpo-blog-highlights-section -->
  1270.        
  1271.  
  1272.  
  1273.  
  1274.    
  1275.  
  1276.  
  1277.  
  1278. <style>
  1279.    /* General Section Styling */
  1280.    .blog-highlights-v10 {
  1281.        padding: 20px 0;  /* Adjusted padding for distinction */
  1282.        position: relative;
  1283.    }
  1284.  
  1285.    /* Section Header */
  1286.    .section-header-v10 {
  1287.        text-align: left;  /* Left-aligned for uniqueness */
  1288.        margin-bottom: 50px;
  1289.        padding-left: 15px;
  1290.    }
  1291.  
  1292.    .section-title-v10 {
  1293.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  1294.        font-weight: 800;
  1295.        color: #1a1a1a;
  1296.        margin-bottom: 15px;
  1297.        text-transform: none;  /* No uppercase for modern look */
  1298.    }
  1299.  
  1300.    .section-subtitle-v10 {
  1301.        font-size: 1.05rem;
  1302.        color: #555;
  1303.        max-width: 650px;
  1304.        line-height: 1.6;
  1305.    }
  1306.  
  1307.  
  1308.    /* Blog Card */
  1309.    .blog-card-v10 {
  1310.        background: var(--card-bg);
  1311.        border-radius: 10px;  /* Softer corners */
  1312.        margin-bottom: 35px;
  1313.        overflow: hidden;
  1314.        opacity: 0;  /* Initially hidden for animation */
  1315.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  1316.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  1317.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  1318.    }
  1319.  
  1320.    .blog-card-v10.visible {
  1321.        opacity: 1;
  1322.        transform: rotate(0deg);  /* Straighten on appearance */
  1323.    }
  1324.  
  1325.    @keyframes fadeRotateIn {
  1326.        from {
  1327.            opacity: 0;
  1328.            transform: rotate(1.5deg);
  1329.        }
  1330.        to {
  1331.            opacity: 1;
  1332.            transform: rotate(0deg);
  1333.        }
  1334.    }
  1335.  
  1336.    .blog-card-v10:hover {
  1337.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  1338.    }
  1339.  
  1340.    /* Blog Image */
  1341.    .blog-image-container-v10 {
  1342.        width: 100%;
  1343.        height: 240px;  /* Unique height for v10 */
  1344.        overflow: hidden;
  1345.        position: relative;
  1346.    }
  1347.  
  1348.    .blog-image-v10 img {
  1349.        width: 100%;
  1350.        height: 100%;
  1351.        object-fit: cover;
  1352.    }
  1353.  
  1354.    /* Blog Content */
  1355.    .blog-content-v10 {
  1356.        padding: 20px 22px;  /* Adjusted padding */
  1357.        text-align: left;
  1358.    }
  1359.  
  1360.    .blog-title-v10 {
  1361.        font-size: 1.55rem;  /* Slightly larger than v9 */
  1362.        font-weight: 700;
  1363.        margin-bottom: 12px;
  1364.        color: #1a1a1a;
  1365.    }
  1366.  
  1367.    .blog-meta-v10 {
  1368.        font-size: 0.85rem;
  1369.        color: #777;
  1370.        margin-bottom: 12px;
  1371.        font-style: italic;  /* Italic for distinction */
  1372.    }
  1373.  
  1374.    .blog-excerpt-v10 {
  1375.        font-size: 0.95rem;
  1376.        color: #555;
  1377.        margin-bottom: 15px;
  1378.        line-height: 1.6;
  1379.    }
  1380.  
  1381.    .blog-actions-v10 {
  1382.        display: inline-block;
  1383.    }
  1384.  
  1385.    .blog-read-more-v10 {
  1386.        font-size: 0.95rem;
  1387.        color: #e74c3c;  /* Red accent for uniqueness */
  1388.        text-decoration: none;
  1389.        font-weight: 600;
  1390.        transition: color 0.3s ease;
  1391.    }
  1392.  
  1393.    .blog-read-more-v10:hover {
  1394.        color: #c0392b;  /* Darker red on hover */
  1395.    }
  1396.    /* Responsive Design */
  1397.    @media (max-width: 768px) {
  1398.        .section-title-v10 {
  1399.            font-size: 2.4rem;
  1400.        }
  1401.  
  1402.        .section-header-v10 {
  1403.            padding-left: 10px;
  1404.        }
  1405.        
  1406.        .blog-card-v10 {
  1407.            margin-bottom: 20px;
  1408.        }
  1409.  
  1410.        .blog-meta-v10 {
  1411.            font-size: 0.75rem;
  1412.        }
  1413.  
  1414.        .blog-image-container-v10 {
  1415.            height: 170px;  /* Adjusted for mobile */
  1416.        }
  1417.  
  1418.        .sidebar-v10 {
  1419.            padding: 15px;
  1420.        }
  1421.    }
  1422. </style>
  1423.  
  1424. <section class="blog-highlights-v10">
  1425.    <div class="container-fluid fluid-container">
  1426.        <!-- Section Header -->
  1427.        <div class="row">
  1428.            <div class="col-12 col-lg-10">  
  1429.                <div class="section-header-v10">
  1430.                    <h2 class="section-title-v10">
  1431.                Today's Top Highlights
  1432.                   </h2>
  1433.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  1434.                </div>
  1435.            </div>
  1436.        </div>
  1437.        
  1438.        <!-- Blog Grid and Sidebar -->
  1439.        <div class="row">
  1440.            <div class="col-lg-8">
  1441.                <div class="row">
  1442.                    
  1443.                    <div class="col-md-6 col-sm-12">  
  1444.                        <article class="blog-card-v10">
  1445.                            <div class="blog-image-container-v10">
  1446.                                <div class="blog-image-v10 h-100">
  1447.                                    
  1448.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1449.                                    
  1450.                                </div>
  1451.                            </div>
  1452.                            <div class="blog-content-v10">
  1453.                                <h3 class="blog-title-v10">
  1454.                                     <a class="top-color" href="/condemnation-surges-as-trumps-social-media-remarks-on-rob-reiner-draws-widespread-criticism/" >
  1455.                                    Condemnation Surges as Trump&#x27;s Social Media Remarks on Rob Reiner Draws Widespread Criticism
  1456.                                    </a>
  1457.                                </h3>
  1458.                                <div class="blog-meta-v10">
  1459.                                    <span>By Kathleen Grant • 07 May 2026</span>
  1460.                                </div>
  1461.                                <p class="blog-excerpt-v10">
  1462.                                    
  1463.                                </p>
  1464.                                <div class="blog-actions-v10">
  1465.                                    <a href="/condemnation-surges-as-trumps-social-media-remarks-on-rob-reiner-draws-widespread-criticism/" class="blog-read-more-v10">Read More</a>
  1466.                                </div>
  1467.                            </div>
  1468.                        </article>
  1469.                    </div>
  1470.                    
  1471.                    <div class="col-md-6 col-sm-12">  
  1472.                        <article class="blog-card-v10">
  1473.                            <div class="blog-image-container-v10">
  1474.                                <div class="blog-image-v10 h-100">
  1475.                                    
  1476.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1477.                                    
  1478.                                </div>
  1479.                            </div>
  1480.                            <div class="blog-content-v10">
  1481.                                <h3 class="blog-title-v10">
  1482.                                     <a class="top-color" href="/the-thriller-follow-up-eminfluencersem-is-set-to-give-competing-streaming-suspense-films-a-bad-case-of-fomo/" >
  1483.                                    The Thriller Follow-Up &lt;em&gt;Influencers&lt;/em&gt; Is Set to Give Competing Streaming Suspense Films a Bad Case of FOMO
  1484.                                    </a>
  1485.                                </h3>
  1486.                                <div class="blog-meta-v10">
  1487.                                    <span>By Kathleen Grant • 07 May 2026</span>
  1488.                                </div>
  1489.                                <p class="blog-excerpt-v10">
  1490.                                    
  1491.                                </p>
  1492.                                <div class="blog-actions-v10">
  1493.                                    <a href="/the-thriller-follow-up-eminfluencersem-is-set-to-give-competing-streaming-suspense-films-a-bad-case-of-fomo/" class="blog-read-more-v10">Read More</a>
  1494.                                </div>
  1495.                            </div>
  1496.                        </article>
  1497.                    </div>
  1498.                    
  1499.                    <div class="col-md-6 col-sm-12">  
  1500.                        <article class="blog-card-v10">
  1501.                            <div class="blog-image-container-v10">
  1502.                                <div class="blog-image-v10 h-100">
  1503.                                    
  1504.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1505.                                    
  1506.                                </div>
  1507.                            </div>
  1508.                            <div class="blog-content-v10">
  1509.                                <h3 class="blog-title-v10">
  1510.                                     <a class="top-color" href="/beloved-star-pat-finn-famed-for-appearances-in-the-middle-and-friends-passes-away-at-60-years-old/" >
  1511.                                    Beloved Star Pat Finn, Famed For Appearances in The Middle and Friends, Passes Away at 60 Years Old.
  1512.                                    </a>
  1513.                                </h3>
  1514.                                <div class="blog-meta-v10">
  1515.                                    <span>By Kathleen Grant • 07 May 2026</span>
  1516.                                </div>
  1517.                                <p class="blog-excerpt-v10">
  1518.                                    
  1519.                                </p>
  1520.                                <div class="blog-actions-v10">
  1521.                                    <a href="/beloved-star-pat-finn-famed-for-appearances-in-the-middle-and-friends-passes-away-at-60-years-old/" class="blog-read-more-v10">Read More</a>
  1522.                                </div>
  1523.                            </div>
  1524.                        </article>
  1525.                    </div>
  1526.                    
  1527.                    <div class="col-md-6 col-sm-12">  
  1528.                        <article class="blog-card-v10">
  1529.                            <div class="blog-image-container-v10">
  1530.                                <div class="blog-image-v10 h-100">
  1531.                                    
  1532.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1533.                                    
  1534.                                </div>
  1535.                            </div>
  1536.                            <div class="blog-content-v10">
  1537.                                <h3 class="blog-title-v10">
  1538.                                     <a class="top-color" href="/sabalenka-ready-to-face-kyrgios-in-modern-gender-showdown-exhibition/" >
  1539.                                    Sabalenka Ready to Face Kyrgios in Modern Gender Showdown Exhibition
  1540.                                    </a>
  1541.                                </h3>
  1542.                                <div class="blog-meta-v10">
  1543.                                    <span>By Kathleen Grant • 06 May 2026</span>
  1544.                                </div>
  1545.                                <p class="blog-excerpt-v10">
  1546.                                    
  1547.                                </p>
  1548.                                <div class="blog-actions-v10">
  1549.                                    <a href="/sabalenka-ready-to-face-kyrgios-in-modern-gender-showdown-exhibition/" class="blog-read-more-v10">Read More</a>
  1550.                                </div>
  1551.                            </div>
  1552.                        </article>
  1553.                    </div>
  1554.                    
  1555.                    <div class="col-md-6 col-sm-12">  
  1556.                        <article class="blog-card-v10">
  1557.                            <div class="blog-image-container-v10">
  1558.                                <div class="blog-image-v10 h-100">
  1559.                                    
  1560.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1561.                                    
  1562.                                </div>
  1563.                            </div>
  1564.                            <div class="blog-content-v10">
  1565.                                <h3 class="blog-title-v10">
  1566.                                     <a class="top-color" href="/netflix-chooses-ideal-star-for-mr-2-in-one-piece-third-season/" >
  1567.                                    Netflix Chooses Ideal Star for Mr. 2 in One Piece Third Season
  1568.                                    </a>
  1569.                                </h3>
  1570.                                <div class="blog-meta-v10">
  1571.                                    <span>By Kathleen Grant • 06 May 2026</span>
  1572.                                </div>
  1573.                                <p class="blog-excerpt-v10">
  1574.                                    
  1575.                                </p>
  1576.                                <div class="blog-actions-v10">
  1577.                                    <a href="/netflix-chooses-ideal-star-for-mr-2-in-one-piece-third-season/" class="blog-read-more-v10">Read More</a>
  1578.                                </div>
  1579.                            </div>
  1580.                        </article>
  1581.                    </div>
  1582.                    
  1583.                    <div class="col-md-6 col-sm-12">  
  1584.                        <article class="blog-card-v10">
  1585.                            <div class="blog-image-container-v10">
  1586.                                <div class="blog-image-v10 h-100">
  1587.                                    
  1588.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1589.                                    
  1590.                                </div>
  1591.                            </div>
  1592.                            <div class="blog-content-v10">
  1593.                                <h3 class="blog-title-v10">
  1594.                                     <a class="top-color" href="/this-swine-life-pig-named-6-7-granted-clemency-by-miami-dade-county-leader/" >
  1595.                                    This Swine Life: Pig Named 6-7 Granted Clemency by Miami Dade County Leader.
  1596.                                    </a>
  1597.                                </h3>
  1598.                                <div class="blog-meta-v10">
  1599.                                    <span>By Kathleen Grant • 06 May 2026</span>
  1600.                                </div>
  1601.                                <p class="blog-excerpt-v10">
  1602.                                    
  1603.                                </p>
  1604.                                <div class="blog-actions-v10">
  1605.                                    <a href="/this-swine-life-pig-named-6-7-granted-clemency-by-miami-dade-county-leader/" class="blog-read-more-v10">Read More</a>
  1606.                                </div>
  1607.                            </div>
  1608.                        </article>
  1609.                    </div>
  1610.                    
  1611.                    <div class="col-md-6 col-sm-12">  
  1612.                        <article class="blog-card-v10">
  1613.                            <div class="blog-image-container-v10">
  1614.                                <div class="blog-image-v10 h-100">
  1615.                                    
  1616.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1617.                                    
  1618.                                </div>
  1619.                            </div>
  1620.                            <div class="blog-content-v10">
  1621.                                <h3 class="blog-title-v10">
  1622.                                     <a class="top-color" href="/the-president-calls-families-of-injured-military-personnel-to-white-house/" >
  1623.                                    The President Calls Families of Injured Military Personnel to White House
  1624.                                    </a>
  1625.                                </h3>
  1626.                                <div class="blog-meta-v10">
  1627.                                    <span>By Kathleen Grant • 06 May 2026</span>
  1628.                                </div>
  1629.                                <p class="blog-excerpt-v10">
  1630.                                    
  1631.                                </p>
  1632.                                <div class="blog-actions-v10">
  1633.                                    <a href="/the-president-calls-families-of-injured-military-personnel-to-white-house/" class="blog-read-more-v10">Read More</a>
  1634.                                </div>
  1635.                            </div>
  1636.                        </article>
  1637.                    </div>
  1638.                    
  1639.                    <div class="col-md-6 col-sm-12">  
  1640.                        <article class="blog-card-v10">
  1641.                            <div class="blog-image-container-v10">
  1642.                                <div class="blog-image-v10 h-100">
  1643.                                    
  1644.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1645.                                    
  1646.                                </div>
  1647.                            </div>
  1648.                            <div class="blog-content-v10">
  1649.                                <h3 class="blog-title-v10">
  1650.                                     <a class="top-color" href="/ghostface-og-star-the-actor-is-anxious-he-could-spoil-the-series-with-the-seventh-installment/" >
  1651.                                    Ghostface OG Star the Actor Is Anxious He Could Spoil the Series with the Seventh Installment.
  1652.                                    </a>
  1653.                                </h3>
  1654.                                <div class="blog-meta-v10">
  1655.                                    <span>By Kathleen Grant • 06 May 2026</span>
  1656.                                </div>
  1657.                                <p class="blog-excerpt-v10">
  1658.                                    
  1659.                                </p>
  1660.                                <div class="blog-actions-v10">
  1661.                                    <a href="/ghostface-og-star-the-actor-is-anxious-he-could-spoil-the-series-with-the-seventh-installment/" class="blog-read-more-v10">Read More</a>
  1662.                                </div>
  1663.                            </div>
  1664.                        </article>
  1665.                    </div>
  1666.                    
  1667.                    <div class="col-md-6 col-sm-12">  
  1668.                        <article class="blog-card-v10">
  1669.                            <div class="blog-image-container-v10">
  1670.                                <div class="blog-image-v10 h-100">
  1671.                                    
  1672.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1673.                                    
  1674.                                </div>
  1675.                            </div>
  1676.                            <div class="blog-content-v10">
  1677.                                <h3 class="blog-title-v10">
  1678.                                     <a class="top-color" href="/captain-ben-stokes-feels-knackered-yet-insists-hes-ready-to-bowl/" >
  1679.                                    Captain Ben Stokes Feels &#x27;Knackered&#x27; Yet Insists He&#x27;s &#x27;Ready to Bowl&#x27;
  1680.                                    </a>
  1681.                                </h3>
  1682.                                <div class="blog-meta-v10">
  1683.                                    <span>By Kathleen Grant • 06 May 2026</span>
  1684.                                </div>
  1685.                                <p class="blog-excerpt-v10">
  1686.                                    
  1687.                                </p>
  1688.                                <div class="blog-actions-v10">
  1689.                                    <a href="/captain-ben-stokes-feels-knackered-yet-insists-hes-ready-to-bowl/" class="blog-read-more-v10">Read More</a>
  1690.                                </div>
  1691.                            </div>
  1692.                        </article>
  1693.                    </div>
  1694.                    
  1695.                    <div class="col-md-6 col-sm-12">  
  1696.                        <article class="blog-card-v10">
  1697.                            <div class="blog-image-container-v10">
  1698.                                <div class="blog-image-v10 h-100">
  1699.                                    
  1700.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1701.                                    
  1702.                                </div>
  1703.                            </div>
  1704.                            <div class="blog-content-v10">
  1705.                                <h3 class="blog-title-v10">
  1706.                                     <a class="top-color" href="/from-grudging-admiration-to-disquiet-russia-weighs-up-the-ousting-of-maduro/" >
  1707.                                    From Grudging Admiration to Disquiet: Russia Weighs Up the Ousting of Maduro.
  1708.                                    </a>
  1709.                                </h3>
  1710.                                <div class="blog-meta-v10">
  1711.                                    <span>By Kathleen Grant • 06 May 2026</span>
  1712.                                </div>
  1713.                                <p class="blog-excerpt-v10">
  1714.                                    
  1715.                                </p>
  1716.                                <div class="blog-actions-v10">
  1717.                                    <a href="/from-grudging-admiration-to-disquiet-russia-weighs-up-the-ousting-of-maduro/" class="blog-read-more-v10">Read More</a>
  1718.                                </div>
  1719.                            </div>
  1720.                        </article>
  1721.                    </div>
  1722.                    
  1723.                    <div class="col-md-6 col-sm-12">  
  1724.                        <article class="blog-card-v10">
  1725.                            <div class="blog-image-container-v10">
  1726.                                <div class="blog-image-v10 h-100">
  1727.                                    
  1728.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1729.                                    
  1730.                                </div>
  1731.                            </div>
  1732.                            <div class="blog-content-v10">
  1733.                                <h3 class="blog-title-v10">
  1734.                                     <a class="top-color" href="/novel-antibiotics-hailed-as-a-turning-point-in-treating-drug-resistant-gonorrhea/" >
  1735.                                    Novel Antibiotics Hailed as a &#x27;Turning Point&#x27; in Treating Drug-Resistant Gonorrhea
  1736.                                    </a>
  1737.                                </h3>
  1738.                                <div class="blog-meta-v10">
  1739.                                    <span>By Kathleen Grant • 06 May 2026</span>
  1740.                                </div>
  1741.                                <p class="blog-excerpt-v10">
  1742.                                    
  1743.                                </p>
  1744.                                <div class="blog-actions-v10">
  1745.                                    <a href="/novel-antibiotics-hailed-as-a-turning-point-in-treating-drug-resistant-gonorrhea/" class="blog-read-more-v10">Read More</a>
  1746.                                </div>
  1747.                            </div>
  1748.                        </article>
  1749.                    </div>
  1750.                    
  1751.                    <div class="col-md-6 col-sm-12">  
  1752.                        <article class="blog-card-v10">
  1753.                            <div class="blog-image-container-v10">
  1754.                                <div class="blog-image-v10 h-100">
  1755.                                    
  1756.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1757.                                    
  1758.                                </div>
  1759.                            </div>
  1760.                            <div class="blog-content-v10">
  1761.                                <h3 class="blog-title-v10">
  1762.                                     <a class="top-color" href="/he-was-a-joy-honoring-the-sports-taken-talent-two-decades-on/" >
  1763.                                    &#x27;He was a joy&#x27;: Honoring the sport&#x27;s taken talent two decades on.
  1764.                                    </a>
  1765.                                </h3>
  1766.                                <div class="blog-meta-v10">
  1767.                                    <span>By Kathleen Grant • 05 May 2026</span>
  1768.                                </div>
  1769.                                <p class="blog-excerpt-v10">
  1770.                                    
  1771.                                </p>
  1772.                                <div class="blog-actions-v10">
  1773.                                    <a href="/he-was-a-joy-honoring-the-sports-taken-talent-two-decades-on/" class="blog-read-more-v10">Read More</a>
  1774.                                </div>
  1775.                            </div>
  1776.                        </article>
  1777.                    </div>
  1778.                    
  1779.                    
  1780.  
  1781.                </div>
  1782.            </div>
  1783.  
  1784.            <!-- Sidebar -->
  1785.                   <div class="col col-lg-4 col-12">
  1786.                <div class="sidebar-v10">
  1787.                      
  1788.  
  1789.  
  1790.  
  1791.    
  1792.  
  1793.  
  1794. <!-- Blog Sidebar V2 - Focused Design -->
  1795.  <div class="sidebar mb-3">
  1796.    <!-- Recent Posts Section -->
  1797.    <div class="sidebar-widget mb-5">
  1798.      <div class="widget-title-wrapper mb-3">
  1799.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1800.          <i class="ti-time me-2"></i>Recent Posts
  1801.          <span class="title-arrow-primary"></span>
  1802.        </h4>
  1803.      </div>
  1804.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1805.        <div class="recent-post-list">
  1806.          
  1807.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1808.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1809.                
  1810.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1811.              
  1812.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1813.            </div>
  1814.            <div class="post-content flex-grow-1">
  1815.              <h6 class="post-title mb-2">
  1816.                 <a href="/the-reason-real-madrid-have-utter-confidence-in-youngster-pitarch/" class="text-decoration-none top-color fw-semibold lh-sm">
  1817.                                            The Reason Real Madrid Have &#x27;Utter Confidence&#x27; in Youngster Pitarch
  1818.                                            </a>
  1819.              </h6>
  1820.              <div class="post-meta mb-3">
  1821.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  1822.                <!-- <small class="text-muted">
  1823.                  <i class="ti-eye me-1"></i>348 views
  1824.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1825.                </small> -->
  1826.              </div>
  1827.            </div>
  1828.          </div>
  1829.        
  1830.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1831.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1832.                
  1833.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1834.              
  1835.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1836.            </div>
  1837.            <div class="post-content flex-grow-1">
  1838.              <h6 class="post-title mb-2">
  1839.                 <a href="/live-streaming-broadcaster-welcomes-baby-in-the-midst-of-real-time-stream-with-tens-of-thousands-of-audience-members/" class="text-decoration-none top-color fw-semibold lh-sm">
  1840.                                            Live Streaming Broadcaster Welcomes Baby In the Midst of Real-Time Stream with Tens of Thousands of Audience Members
  1841.                                            </a>
  1842.              </h6>
  1843.              <div class="post-meta mb-3">
  1844.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  1845.                <!-- <small class="text-muted">
  1846.                  <i class="ti-eye me-1"></i>348 views
  1847.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1848.                </small> -->
  1849.              </div>
  1850.            </div>
  1851.          </div>
  1852.        
  1853.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1854.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1855.                
  1856.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1857.              
  1858.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1859.            </div>
  1860.            <div class="post-content flex-grow-1">
  1861.              <h6 class="post-title mb-2">
  1862.                 <a href="/manchester-united-poised-to-sign-german-striker-lea-sch%C3%BCller-from-the-bavarian-giants/" class="text-decoration-none top-color fw-semibold lh-sm">
  1863.                                            Manchester United Poised to Sign German Striker Lea Schüller from the Bavarian Giants
  1864.                                            </a>
  1865.              </h6>
  1866.              <div class="post-meta mb-3">
  1867.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  1868.                <!-- <small class="text-muted">
  1869.                  <i class="ti-eye me-1"></i>348 views
  1870.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1871.                </small> -->
  1872.              </div>
  1873.            </div>
  1874.          </div>
  1875.        
  1876.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1877.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1878.                
  1879.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1880.              
  1881.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1882.            </div>
  1883.            <div class="post-content flex-grow-1">
  1884.              <h6 class="post-title mb-2">
  1885.                 <a href="/beijing-strengthens-oversight-on-rare-earth-sales-citing-security-concerns/" class="text-decoration-none top-color fw-semibold lh-sm">
  1886.                                            Beijing Strengthens Oversight on Rare-Earth Sales, Citing Security Concerns
  1887.                                            </a>
  1888.              </h6>
  1889.              <div class="post-meta mb-3">
  1890.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  1891.                <!-- <small class="text-muted">
  1892.                  <i class="ti-eye me-1"></i>348 views
  1893.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1894.                </small> -->
  1895.              </div>
  1896.            </div>
  1897.          </div>
  1898.        
  1899.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1900.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1901.                
  1902.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1903.              
  1904.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1905.            </div>
  1906.            <div class="post-content flex-grow-1">
  1907.              <h6 class="post-title mb-2">
  1908.                 <a href="/the-renowned-filmmaker-on-his-war-of-independence-documentary-we-wont-work-on-a-more-important-film/" class="text-decoration-none top-color fw-semibold lh-sm">
  1909.                                            The Renowned Filmmaker on His War of Independence Documentary: ‘We Won’t Work on a More Important Film’
  1910.                                            </a>
  1911.              </h6>
  1912.              <div class="post-meta mb-3">
  1913.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  1914.                <!-- <small class="text-muted">
  1915.                  <i class="ti-eye me-1"></i>348 views
  1916.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1917.                </small> -->
  1918.              </div>
  1919.            </div>
  1920.          </div>
  1921.        
  1922.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1923.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1924.                
  1925.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1926.              
  1927.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1928.            </div>
  1929.            <div class="post-content flex-grow-1">
  1930.              <h6 class="post-title mb-2">
  1931.                 <a href="/satellite-pictures-show-iranian-naval-forces-and-atomic-locations-hit-by-joint-us-and-israeli-military-action/" class="text-decoration-none top-color fw-semibold lh-sm">
  1932.                                            Satellite Pictures Show Iranian Naval Forces and Atomic Locations Hit by Joint US and Israeli Military Action.
  1933.                                            </a>
  1934.              </h6>
  1935.              <div class="post-meta mb-3">
  1936.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>05 May 2026</small>
  1937.                <!-- <small class="text-muted">
  1938.                  <i class="ti-eye me-1"></i>348 views
  1939.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1940.                </small> -->
  1941.              </div>
  1942.            </div>
  1943.          </div>
  1944.        
  1945.        </div>
  1946.  
  1947.        <div class="text-center mt-4 pt-3 border-top border-light">
  1948.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1949.        </div>
  1950.      </div>
  1951.    </div>
  1952.  
  1953.    
  1954.    <div class="sidebar-widget mb-4">
  1955.      <div class="widget-title-wrapper mb-3">
  1956.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1957.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  1958.          <span class="title-arrow"></span>
  1959.        </h4>
  1960.      </div>
  1961.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1962.        <div class="blog-roll-list scrollable-sidebar">
  1963.          
  1964.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1965.            <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" class="text-decoration-none " rel="dofollow">
  1966.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1967.                <i class="ti-angle-right me-2 text-primary"></i>
  1968.                non gamstop casino
  1969.              </h6>
  1970.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1971.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1972.              </div> -->
  1973.            </a>
  1974.          </div>
  1975.          
  1976.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1977.            <a href="https://esports-news.co.uk/online-casinos/" class="text-decoration-none " rel="dofollow">
  1978.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1979.                <i class="ti-angle-right me-2 text-primary"></i>
  1980.                uk casinos not on gamstop
  1981.              </h6>
  1982.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1983.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1984.              </div> -->
  1985.            </a>
  1986.          </div>
  1987.          
  1988.  
  1989.        </div>
  1990. <!--
  1991.        <div class="text-center mt-4 pt-3 border-top border-light">
  1992.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  1993.        </div> -->
  1994.      </div>
  1995.    </div>
  1996.    
  1997.    <div class="sidebar-widget mb-4">
  1998.      <div class="widget-title-wrapper mb-3">
  1999.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2000.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2001.          <span class="title-arrow"></span>
  2002.        </h4>
  2003.      </div>
  2004.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2005.        <div class="blog-roll-list scrollable-sidebar">
  2006.          
  2007.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2008.            <a href="https://www.adhdfoundation.org.uk" class="text-decoration-none " rel="dofollow">
  2009.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2010.                <i class="ti-angle-right me-2 text-primary"></i>
  2011.                best uk online casino
  2012.              </h6>
  2013.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2014.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2015.              </div> -->
  2016.            </a>
  2017.          </div>
  2018.          
  2019.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2020.            <a href="https://cobdenchambers.co.uk/" class="text-decoration-none " rel="dofollow">
  2021.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2022.                <i class="ti-angle-right me-2 text-primary"></i>
  2023.                eu slots
  2024.              </h6>
  2025.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2026.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2027.              </div> -->
  2028.            </a>
  2029.          </div>
  2030.          
  2031.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2032.            <a href="https://thegoldenfleeceyork.co.uk/" class="text-decoration-none " rel="dofollow">
  2033.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2034.                <i class="ti-angle-right me-2 text-primary"></i>
  2035.                online casino
  2036.              </h6>
  2037.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2038.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2039.              </div> -->
  2040.            </a>
  2041.          </div>
  2042.          
  2043.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2044.            <a href="https://datamagazine.co.uk/" class="text-decoration-none " rel="dofollow">
  2045.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2046.                <i class="ti-angle-right me-2 text-primary"></i>
  2047.                casino not on gamstop
  2048.              </h6>
  2049.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2050.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2051.              </div> -->
  2052.            </a>
  2053.          </div>
  2054.          
  2055.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2056.            <a href="https://www.oceanacidification.org.uk/" class="text-decoration-none " rel="dofollow">
  2057.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2058.                <i class="ti-angle-right me-2 text-primary"></i>
  2059.                non gamstop casino
  2060.              </h6>
  2061.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2062.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2063.              </div> -->
  2064.            </a>
  2065.          </div>
  2066.          
  2067.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2068.            <a href="https://openaire.co.uk/" class="text-decoration-none " rel="dofollow">
  2069.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2070.                <i class="ti-angle-right me-2 text-primary"></i>
  2071.                new UK bookmakers
  2072.              </h6>
  2073.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2074.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2075.              </div> -->
  2076.            </a>
  2077.          </div>
  2078.          
  2079.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2080.            <a href="https://israelpremiertech.com" class="text-decoration-none " rel="dofollow">
  2081.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2082.                <i class="ti-angle-right me-2 text-primary"></i>
  2083.                UK casino sites
  2084.              </h6>
  2085.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2086.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2087.              </div> -->
  2088.            </a>
  2089.          </div>
  2090.          
  2091.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2092.            <a href="https://qualityofcarenetwork.org/" class="text-decoration-none " rel="dofollow">
  2093.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2094.                <i class="ti-angle-right me-2 text-primary"></i>
  2095.                lolajack casino
  2096.              </h6>
  2097.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2098.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2099.              </div> -->
  2100.            </a>
  2101.          </div>
  2102.          
  2103.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2104.            <a href="https://thepearlyqueen.com/" class="text-decoration-none " rel="dofollow">
  2105.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2106.                <i class="ti-angle-right me-2 text-primary"></i>
  2107.                best online casinos
  2108.              </h6>
  2109.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2110.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2111.              </div> -->
  2112.            </a>
  2113.          </div>
  2114.          
  2115.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2116.            <a href="https://www.hobsoncycles.co.uk" class="text-decoration-none " rel="dofollow">
  2117.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2118.                <i class="ti-angle-right me-2 text-primary"></i>
  2119.                betting sites not on GamStop
  2120.              </h6>
  2121.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2122.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2123.              </div> -->
  2124.            </a>
  2125.          </div>
  2126.          
  2127.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2128.            <a href="https://www.ukbeetles.co.uk" class="text-decoration-none " rel="dofollow">
  2129.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2130.                <i class="ti-angle-right me-2 text-primary"></i>
  2131.                games not on GamStop
  2132.              </h6>
  2133.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2134.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2135.              </div> -->
  2136.            </a>
  2137.          </div>
  2138.          
  2139.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2140.            <a href="https://www.executive-shaving.co.uk" class="text-decoration-none " rel="dofollow">
  2141.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2142.                <i class="ti-angle-right me-2 text-primary"></i>
  2143.                non GamStop casinos
  2144.              </h6>
  2145.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2146.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2147.              </div> -->
  2148.            </a>
  2149.          </div>
  2150.          
  2151.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2152.            <a href="https://www.antiquesforeveryone.co.uk/" class="text-decoration-none " rel="dofollow">
  2153.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2154.                <i class="ti-angle-right me-2 text-primary"></i>
  2155.                best betting sites
  2156.              </h6>
  2157.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2158.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2159.              </div> -->
  2160.            </a>
  2161.          </div>
  2162.          
  2163.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2164.            <a href="https://www.happydaysrv.co.uk" class="text-decoration-none " rel="dofollow">
  2165.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2166.                <i class="ti-angle-right me-2 text-primary"></i>
  2167.                gambling sites
  2168.              </h6>
  2169.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2170.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2171.              </div> -->
  2172.            </a>
  2173.          </div>
  2174.          
  2175.  
  2176.        </div>
  2177. <!--
  2178.        <div class="text-center mt-4 pt-3 border-top border-light">
  2179.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2180.        </div> -->
  2181.      </div>
  2182.    </div>
  2183.    
  2184.    <div class="sidebar-widget mb-4">
  2185.      <div class="widget-title-wrapper mb-3">
  2186.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2187.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2188.          <span class="title-arrow"></span>
  2189.        </h4>
  2190.      </div>
  2191.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2192.        <div class="blog-roll-list scrollable-sidebar">
  2193.          
  2194.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2195.            <a href="https://www.mediawise.org.uk/" class="text-decoration-none " rel="dofollow">
  2196.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2197.                <i class="ti-angle-right me-2 text-primary"></i>
  2198.                casinos not on GamStop
  2199.              </h6>
  2200.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2201.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2202.              </div> -->
  2203.            </a>
  2204.          </div>
  2205.          
  2206.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2207.            <a href="https://marketingstudylab.co.uk" class="text-decoration-none " rel="dofollow">
  2208.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2209.                <i class="ti-angle-right me-2 text-primary"></i>
  2210.                trusted betting sites UK credit card
  2211.              </h6>
  2212.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2213.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2214.              </div> -->
  2215.            </a>
  2216.          </div>
  2217.          
  2218.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2219.            <a href="https://www.glasshouserestaurant.co.uk/" class="text-decoration-none " rel="dofollow">
  2220.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2221.                <i class="ti-angle-right me-2 text-primary"></i>
  2222.                best crypto casino
  2223.              </h6>
  2224.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2225.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2226.              </div> -->
  2227.            </a>
  2228.          </div>
  2229.          
  2230.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2231.            <a href="https://maxxia.co.uk/" class="text-decoration-none " rel="dofollow">
  2232.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2233.                <i class="ti-angle-right me-2 text-primary"></i>
  2234.                online casinos no kyc
  2235.              </h6>
  2236.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2237.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2238.              </div> -->
  2239.            </a>
  2240.          </div>
  2241.          
  2242.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2243.            <a href="https://damiangreen.co.uk" class="text-decoration-none " rel="dofollow">
  2244.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2245.                <i class="ti-angle-right me-2 text-primary"></i>
  2246.                casino low deposit real money
  2247.              </h6>
  2248.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2249.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2250.              </div> -->
  2251.            </a>
  2252.          </div>
  2253.          
  2254.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2255.            <a href="https://bedforddaycarehospice.org.uk/" class="text-decoration-none " rel="dofollow">
  2256.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2257.                <i class="ti-angle-right me-2 text-primary"></i>
  2258.                best no kyc casinos
  2259.              </h6>
  2260.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2261.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2262.              </div> -->
  2263.            </a>
  2264.          </div>
  2265.          
  2266.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2267.            <a href="https://www.covent-garden.co.uk/" class="text-decoration-none " rel="dofollow">
  2268.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2269.                <i class="ti-angle-right me-2 text-primary"></i>
  2270.                sites not on GamStop
  2271.              </h6>
  2272.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2273.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2274.              </div> -->
  2275.            </a>
  2276.          </div>
  2277.          
  2278.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2279.            <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none " rel="dofollow">
  2280.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2281.                <i class="ti-angle-right me-2 text-primary"></i>
  2282.                casino not on GamStop
  2283.              </h6>
  2284.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2285.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2286.              </div> -->
  2287.            </a>
  2288.          </div>
  2289.          
  2290.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2291.            <a href="https://www.durhamminers.org/" class="text-decoration-none " rel="dofollow">
  2292.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2293.                <i class="ti-angle-right me-2 text-primary"></i>
  2294.                casinos not on GamStop
  2295.              </h6>
  2296.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2297.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2298.              </div> -->
  2299.            </a>
  2300.          </div>
  2301.          
  2302.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2303.            <a href="https://socialeatinghouse.com/" class="text-decoration-none " rel="dofollow">
  2304.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2305.                <i class="ti-angle-right me-2 text-primary"></i>
  2306.                casinos not on GamStop
  2307.              </h6>
  2308.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2309.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2310.              </div> -->
  2311.            </a>
  2312.          </div>
  2313.          
  2314.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2315.            <a href="https://www.cranleyclinic.com/" class="text-decoration-none " rel="dofollow">
  2316.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2317.                <i class="ti-angle-right me-2 text-primary"></i>
  2318.                non GamStop sites
  2319.              </h6>
  2320.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2321.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2322.              </div> -->
  2323.            </a>
  2324.          </div>
  2325.          
  2326.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2327.            <a href="https://www.labodeganegra.com/" class="text-decoration-none " rel="dofollow">
  2328.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2329.                <i class="ti-angle-right me-2 text-primary"></i>
  2330.                casino not on GamStop
  2331.              </h6>
  2332.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2333.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2334.              </div> -->
  2335.            </a>
  2336.          </div>
  2337.          
  2338.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2339.            <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none " rel="dofollow">
  2340.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2341.                <i class="ti-angle-right me-2 text-primary"></i>
  2342.                non UK licensed casinos
  2343.              </h6>
  2344.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2345.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2346.              </div> -->
  2347.            </a>
  2348.          </div>
  2349.          
  2350.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2351.            <a href="https://www.falconryforum.co.uk/" class="text-decoration-none " rel="dofollow">
  2352.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2353.                <i class="ti-angle-right me-2 text-primary"></i>
  2354.                games not on gamstop
  2355.              </h6>
  2356.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2357.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2358.              </div> -->
  2359.            </a>
  2360.          </div>
  2361.          
  2362.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2363.            <a href="https://www.stamina.org.uk/" class="text-decoration-none " rel="dofollow">
  2364.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2365.                <i class="ti-angle-right me-2 text-primary"></i>
  2366.                Casinos Not on GamStop
  2367.              </h6>
  2368.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2369.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2370.              </div> -->
  2371.            </a>
  2372.          </div>
  2373.          
  2374.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2375.            <a href="https://www.thekarczma.co.uk/" class="text-decoration-none " rel="dofollow">
  2376.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2377.                <i class="ti-angle-right me-2 text-primary"></i>
  2378.                non UK bingo sites
  2379.              </h6>
  2380.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2381.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2382.              </div> -->
  2383.            </a>
  2384.          </div>
  2385.          
  2386.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2387.            <a href="https://gdalabel.org.uk/" class="text-decoration-none " rel="dofollow">
  2388.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2389.                <i class="ti-angle-right me-2 text-primary"></i>
  2390.                best uk non GamStop casinos
  2391.              </h6>
  2392.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2393.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2394.              </div> -->
  2395.            </a>
  2396.          </div>
  2397.          
  2398.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2399.            <a href="https://www.kysty.co.uk/" class="text-decoration-none " rel="dofollow">
  2400.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2401.                <i class="ti-angle-right me-2 text-primary"></i>
  2402.                casinos not on Gamstop
  2403.              </h6>
  2404.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2405.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2406.              </div> -->
  2407.            </a>
  2408.          </div>
  2409.          
  2410.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2411.            <a href="https://www.wyedeantourism.co.uk/" class="text-decoration-none " rel="dofollow">
  2412.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2413.                <i class="ti-angle-right me-2 text-primary"></i>
  2414.                casinos not on gamstop
  2415.              </h6>
  2416.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2417.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2418.              </div> -->
  2419.            </a>
  2420.          </div>
  2421.          
  2422.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2423.            <a href="https://fictionuncovered.co.uk/" class="text-decoration-none " rel="dofollow">
  2424.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2425.                <i class="ti-angle-right me-2 text-primary"></i>
  2426.                casinos not on gamstop
  2427.              </h6>
  2428.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2429.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2430.              </div> -->
  2431.            </a>
  2432.          </div>
  2433.          
  2434.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2435.            <a href="https://roadpeace.org/" class="text-decoration-none " rel="dofollow">
  2436.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2437.                <i class="ti-angle-right me-2 text-primary"></i>
  2438.                casino not on gamstop
  2439.              </h6>
  2440.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2441.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2442.              </div> -->
  2443.            </a>
  2444.          </div>
  2445.          
  2446.  
  2447.        </div>
  2448. <!--
  2449.        <div class="text-center mt-4 pt-3 border-top border-light">
  2450.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2451.        </div> -->
  2452.      </div>
  2453.    </div>
  2454.    
  2455.    <div class="sidebar-widget mb-4">
  2456.      <div class="widget-title-wrapper mb-3">
  2457.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2458.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  2459.          <span class="title-arrow"></span>
  2460.        </h4>
  2461.      </div>
  2462.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2463.        <div class="blog-roll-list scrollable-sidebar">
  2464.          
  2465.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2466.            <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none " rel="dofollow">
  2467.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2468.                <i class="ti-angle-right me-2 text-primary"></i>
  2469.                bookmakers not on gamstop
  2470.              </h6>
  2471.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2472.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2473.              </div> -->
  2474.            </a>
  2475.          </div>
  2476.          
  2477.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2478.            <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none " rel="dofollow">
  2479.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2480.                <i class="ti-angle-right me-2 text-primary"></i>
  2481.                football betting sites not on gamstop
  2482.              </h6>
  2483.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2484.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2485.              </div> -->
  2486.            </a>
  2487.          </div>
  2488.          
  2489.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2490.            <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none " rel="dofollow">
  2491.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2492.                <i class="ti-angle-right me-2 text-primary"></i>
  2493.                new uk betting sites
  2494.              </h6>
  2495.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2496.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2497.              </div> -->
  2498.            </a>
  2499.          </div>
  2500.          
  2501.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2502.            <a href="https://www.rbgkew.org.uk/" class="text-decoration-none " rel="dofollow">
  2503.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2504.                <i class="ti-angle-right me-2 text-primary"></i>
  2505.                best uk non GamStop casinos
  2506.              </h6>
  2507.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2508.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2509.              </div> -->
  2510.            </a>
  2511.          </div>
  2512.          
  2513.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2514.            <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none " rel="dofollow">
  2515.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2516.                <i class="ti-angle-right me-2 text-primary"></i>
  2517.                UK Online Casinos Not on GamStop
  2518.              </h6>
  2519.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2520.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2521.              </div> -->
  2522.            </a>
  2523.          </div>
  2524.          
  2525.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2526.            <a href="https://oncallfire.uk/" class="text-decoration-none " rel="dofollow">
  2527.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2528.                <i class="ti-angle-right me-2 text-primary"></i>
  2529.                casinos not blocked by GAMSTOP
  2530.              </h6>
  2531.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2532.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2533.              </div> -->
  2534.            </a>
  2535.          </div>
  2536.          
  2537.  
  2538.        </div>
  2539. <!--
  2540.        <div class="text-center mt-4 pt-3 border-top border-light">
  2541.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2542.        </div> -->
  2543.      </div>
  2544.    </div>
  2545.    
  2546.  </div>
  2547.  
  2548. <!-- Sidebar V2 Styles -->
  2549. <style>
  2550.  .sidebar-widget {
  2551.    position: relative;
  2552.  }
  2553.  
  2554.  .widget-title {
  2555.    font-size: 1.1rem;
  2556.    font-weight: 700;
  2557.    display: inline-block;
  2558.    position: relative;
  2559.    z-index: 2;
  2560.    border-radius: 0;
  2561.  }
  2562.  
  2563.  /* Green arrow for August Blog Roll */
  2564.  .title-arrow::after {
  2565.    content: '';
  2566.    position: absolute;
  2567.    top: 0;
  2568.    right: -22px;
  2569.    width: 0;
  2570.    height: 0;
  2571.    border-left: 22px solid var(--bs-primary);
  2572.    border-top: 22px solid transparent;
  2573.    border-bottom: 22px solid transparent;
  2574.    z-index: 1;
  2575.  }
  2576.  
  2577.  /* Blue arrow for Recent Posts */
  2578.  .title-arrow-primary::after {
  2579.    content: '';
  2580.    position: absolute;
  2581.    top: 0;
  2582.    right: -22px;
  2583.    width: 0;
  2584.    height: 0;
  2585.    border-left: 22px solid var(--bs-primary);
  2586.    border-top: 22px solid transparent;
  2587.    border-bottom: 22px solid transparent;
  2588.    z-index: 1;
  2589.  }
  2590.  
  2591.  .widget-content {
  2592.    margin-top: -1px;
  2593.    position: relative;
  2594.    z-index: 1;
  2595.     background-color: var(--card-bg);
  2596.  }
  2597.  
  2598.  /* Blog Roll Items Hover Effects */
  2599.  .blog-roll-item:hover .blog-title {
  2600.    color: #198754 !important;
  2601.    transform: translateX(5px);
  2602.    transition: all 0.3s ease;
  2603.  }
  2604.  
  2605.  /* Recent Post Items Hover Effects */
  2606.  .recent-post-item:hover .post-title a {
  2607.    color: #0d6efd !important;
  2608.    transition: color 0.3s ease;
  2609.  }
  2610.  
  2611.  .recent-post-item:hover .post-image img {
  2612.    transform: scale(1.05);
  2613.    transition: transform 0.3s ease;
  2614.  }
  2615.  
  2616.  /* Button Hover Effects */
  2617.  .btn:hover {
  2618.    transform: translateY(-2px);
  2619.    transition: all 0.3s ease;
  2620.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  2621.  }
  2622.  
  2623.  /* Badge Hover Effects */
  2624.  .badge:hover {
  2625.    transform: scale(1.05);
  2626.    transition: transform 0.3s ease;
  2627.  }
  2628.  
  2629.  @media (max-width: 991px) {
  2630.    .sidebar {
  2631.      margin-top: 3rem;
  2632.    }
  2633.  }
  2634.  
  2635.  @media (max-width: 576px) {
  2636.    .widget-title {
  2637.      font-size: 1rem;
  2638.      padding: 0.75rem 1rem !important;
  2639.    }
  2640.  
  2641.    .title-arrow::after,
  2642.    .title-arrow-primary::after {
  2643.      right: -18px;
  2644.      border-left-width: 18px;
  2645.      border-top-width: 18px;
  2646.      border-bottom-width: 18px;
  2647.    }
  2648.  
  2649.    .post-image {
  2650.      width: 70px !important;
  2651.      height: 55px !important;
  2652.    }
  2653.  
  2654.    .blog-meta {
  2655.      flex-direction: column !important;
  2656.      align-items: flex-start !important;
  2657.      gap: 0.5rem;
  2658.    }
  2659.  }
  2660. </style>
  2661.  
  2662.    
  2663.                </div>
  2664.            </div>
  2665.        </div>
  2666.    </div>
  2667. </section>
  2668.  
  2669. <script>
  2670.    // Intersection Observer for Fade-in with Slight Rotation
  2671.    document.addEventListener('DOMContentLoaded', function() {
  2672.        const observerOptions = {
  2673.            threshold: 0.15, // Trigger when 15% of the card is visible
  2674.            rootMargin: '0px 0px -50px 0px',
  2675.        };
  2676.  
  2677.        const observer = new IntersectionObserver(function(entries, observer) {
  2678.            entries.forEach(entry => {
  2679.                if (entry.isIntersecting) {
  2680.                    entry.target.classList.add('visible');
  2681.                    observer.unobserve(entry.target);
  2682.                }
  2683.            });
  2684.        }, observerOptions);
  2685.  
  2686.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  2687.            observer.observe(card);
  2688.        });
  2689.    });
  2690. </script>
  2691.  
  2692.    
  2693.        
  2694.        <!-- end wpo-blog-highlights-section -->
  2695.        <!-- start wpo-blog-sponsored-section -->
  2696.        
  2697.  
  2698.  
  2699.  
  2700.    
  2701.  
  2702.  
  2703.  <style>
  2704.    .sponsored-section-v7 {
  2705.      padding: 50px 0;
  2706.    }
  2707.    
  2708.    .sponsored-card-v7 {
  2709.      background: #fafafa;
  2710.      border: none;
  2711.      transition: transform 0.3s ease;
  2712.      height: 100%;
  2713.    }
  2714.    
  2715.    .sponsored-card-v7:hover {
  2716.      transform: translateY(-3px);
  2717.    }
  2718.    
  2719.    .sponsored-image-v7 {
  2720.      position: relative;
  2721.      height: 160px;
  2722.    }
  2723.    
  2724.    .sponsored-image-v7 img {
  2725.      width: 100%;
  2726.      height: 100%;
  2727.      object-fit: cover;
  2728.      border-radius: 10px; /* Apply curve to image */
  2729.    }
  2730.    
  2731.    .sponsored-badge-v7 {
  2732.      position: absolute;
  2733.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  2734.      left: 10px;
  2735.      z-index: 10;
  2736.    
  2737.      /* pill look */
  2738.      display: inline-flex; /* vertical centering */
  2739.      align-items: center;
  2740.      justify-content: center;
  2741.      padding: 8px 16px; /* width = content + padding */
  2742.      border-radius: 999px; /* full pill */
  2743.      white-space: nowrap; /* ek hi line me rahe */
  2744.      /* text */
  2745.      font-size: 12px;
  2746.      text-transform: uppercase;
  2747.      letter-spacing: 0.5px;
  2748.      line-height: 1;
  2749.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  2750.    }
  2751.    
  2752.    /* optional: icon ke saath thoda gap */
  2753.    .sponsored-badge-v7 i,
  2754.    .sponsored-badge-v7 .icon {
  2755.      margin-right: 8px;
  2756.      font-size: 14px;
  2757.      line-height: 1;
  2758.    }
  2759.    
  2760.    .sponsored-content-v7 {
  2761.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  2762.    }
  2763.    
  2764.    .sponsored-title-v7 {
  2765.      font-size: 15px;
  2766.      font-weight: 700;
  2767.      line-height: 1.4;
  2768.      margin-bottom: 8px;
  2769.      color: #333;
  2770.    }
  2771.    
  2772.    .sponsored-title-v7 a {
  2773.      text-decoration: none;
  2774.      font-size: 16px;
  2775.      color: var(--topbar-color);
  2776.    }
  2777.    
  2778.    .sponsored-title-v7 a:hover {
  2779.      color: var(--bs-primary); /* Green hover */
  2780.    }
  2781.    
  2782.    .sponsored-excerpt-v7 {
  2783.      font-size: 12px;
  2784.      font-weight: 400;
  2785.      color:  var(--topbar-color);;
  2786.      margin-bottom: 10px;
  2787.      line-height: 1.5;
  2788.    }
  2789.    
  2790.    .sponsored-meta-v7 {
  2791.      font-size: 11px;
  2792.       color: var(--topbar-color);;
  2793.    }
  2794.    
  2795.    .author-info-v7 {
  2796.      margin-bottom: 5px;
  2797.    }
  2798.    
  2799.    .sponsored-author-img-v7 {
  2800.      width: 30px;
  2801.      height: 30px;
  2802.      border-radius: 50%;
  2803.      object-fit: cover;
  2804.      vertical-align: middle;
  2805.      margin-right: 5px;
  2806.    }
  2807.    
  2808.    .section-title-sponsored-v7 {
  2809.      font-size: 1.9rem;
  2810.      font-weight: 600;
  2811.      text-align: center;
  2812.      margin-bottom: 30px;
  2813.      color: #333;
  2814.      position: relative;
  2815.    }
  2816.    
  2817.    .section-title-sponsored-v7::after {
  2818.      content: '';
  2819.      position: absolute;
  2820.      bottom: -8px;
  2821.      left: 50%;
  2822.      transform: translateX(-50%);
  2823.      width: 100px;
  2824.      height: 3px;
  2825.      background: var(--bs-primary);
  2826.    }
  2827.    
  2828.    @media (max-width: 768px) {
  2829.      .sponsored-section-v7 {
  2830.        padding: 30px 0;
  2831.      }
  2832.      .sponsored-image-v7 {
  2833.        height: 120px;
  2834.      }
  2835.      .sponsored-content-v7 {
  2836.        padding: 35px 12px 12px;
  2837.      }
  2838.  
  2839.      .sponsored-title-v7 {
  2840.        font-size: 14px;
  2841.      }
  2842.      .sponsored-excerpt-v7 {
  2843.        font-size: 11px;
  2844.      }
  2845.      .section-title-sponsored-v7 {
  2846.        font-size: 1.6rem;
  2847.      }
  2848.    }
  2849.  </style>
  2850.  
  2851.  <section class="sponsored-section-v7">
  2852.    <div class="container-fluid fluid-container">
  2853.      <div class="row mb-3">
  2854.        <div class="col-12">
  2855.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  2856.        </div>
  2857.      </div>
  2858.  
  2859.      <div class="row g-3 d-flex justify-content-center">
  2860.        
  2861.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2862.            <div class="card sponsored-card-v7">
  2863.              <div class="sponsored-image-v7">
  2864.                
  2865.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2866.                
  2867.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2868.              </div>
  2869.              <div class="sponsored-content-v7">
  2870.                <h3 class="sponsored-title-v7"><a href="/the-reason-real-madrid-have-utter-confidence-in-youngster-pitarch/">The Reason Real Madrid Have &#x27;Utter Confidence&#x27; in Youngster Pitarch</a></h3>
  2871.                <p class="sponsored-excerpt-v7 "></p>
  2872.                <div class="sponsored-meta-v7">
  2873.                  <div class="author-info-v7">
  2874.                    
  2875.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/681da735-64dd-40cb-8108-46149ddc5e2a_profile.png" alt="Kathleen Grant" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2876.                    
  2877.                    <span>Kathleen Grant</span>
  2878.                  </div>
  2879.                  <div>05 May 2026</div>
  2880.                </div>
  2881.              </div>
  2882.            </div>
  2883.          </div>
  2884.        
  2885.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2886.            <div class="card sponsored-card-v7">
  2887.              <div class="sponsored-image-v7">
  2888.                
  2889.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2890.                
  2891.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2892.              </div>
  2893.              <div class="sponsored-content-v7">
  2894.                <h3 class="sponsored-title-v7"><a href="/live-streaming-broadcaster-welcomes-baby-in-the-midst-of-real-time-stream-with-tens-of-thousands-of-audience-members/">Live Streaming Broadcaster Welcomes Baby In the Midst of Real-Time Stream with Tens of Thousands of Audience Members</a></h3>
  2895.                <p class="sponsored-excerpt-v7 "></p>
  2896.                <div class="sponsored-meta-v7">
  2897.                  <div class="author-info-v7">
  2898.                    
  2899.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/681da735-64dd-40cb-8108-46149ddc5e2a_profile.png" alt="Kathleen Grant" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2900.                    
  2901.                    <span>Kathleen Grant</span>
  2902.                  </div>
  2903.                  <div>05 May 2026</div>
  2904.                </div>
  2905.              </div>
  2906.            </div>
  2907.          </div>
  2908.        
  2909.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2910.            <div class="card sponsored-card-v7">
  2911.              <div class="sponsored-image-v7">
  2912.                
  2913.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2914.                
  2915.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2916.              </div>
  2917.              <div class="sponsored-content-v7">
  2918.                <h3 class="sponsored-title-v7"><a href="/manchester-united-poised-to-sign-german-striker-lea-sch%C3%BCller-from-the-bavarian-giants/">Manchester United Poised to Sign German Striker Lea Schüller from the Bavarian Giants</a></h3>
  2919.                <p class="sponsored-excerpt-v7 "></p>
  2920.                <div class="sponsored-meta-v7">
  2921.                  <div class="author-info-v7">
  2922.                    
  2923.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/681da735-64dd-40cb-8108-46149ddc5e2a_profile.png" alt="Kathleen Grant" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2924.                    
  2925.                    <span>Kathleen Grant</span>
  2926.                  </div>
  2927.                  <div>05 May 2026</div>
  2928.                </div>
  2929.              </div>
  2930.            </div>
  2931.          </div>
  2932.        
  2933.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2934.            <div class="card sponsored-card-v7">
  2935.              <div class="sponsored-image-v7">
  2936.                
  2937.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2938.                
  2939.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2940.              </div>
  2941.              <div class="sponsored-content-v7">
  2942.                <h3 class="sponsored-title-v7"><a href="/beijing-strengthens-oversight-on-rare-earth-sales-citing-security-concerns/">Beijing Strengthens Oversight on Rare-Earth Sales, Citing Security Concerns</a></h3>
  2943.                <p class="sponsored-excerpt-v7 "></p>
  2944.                <div class="sponsored-meta-v7">
  2945.                  <div class="author-info-v7">
  2946.                    
  2947.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/681da735-64dd-40cb-8108-46149ddc5e2a_profile.png" alt="Kathleen Grant" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2948.                    
  2949.                    <span>Kathleen Grant</span>
  2950.                  </div>
  2951.                  <div>05 May 2026</div>
  2952.                </div>
  2953.              </div>
  2954.            </div>
  2955.          </div>
  2956.        
  2957.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2958.            <div class="card sponsored-card-v7">
  2959.              <div class="sponsored-image-v7">
  2960.                
  2961.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2962.                
  2963.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2964.              </div>
  2965.              <div class="sponsored-content-v7">
  2966.                <h3 class="sponsored-title-v7"><a href="/the-renowned-filmmaker-on-his-war-of-independence-documentary-we-wont-work-on-a-more-important-film/">The Renowned Filmmaker on His War of Independence Documentary: ‘We Won’t Work on a More Important Film’</a></h3>
  2967.                <p class="sponsored-excerpt-v7 "></p>
  2968.                <div class="sponsored-meta-v7">
  2969.                  <div class="author-info-v7">
  2970.                    
  2971.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/681da735-64dd-40cb-8108-46149ddc5e2a_profile.png" alt="Kathleen Grant" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2972.                    
  2973.                    <span>Kathleen Grant</span>
  2974.                  </div>
  2975.                  <div>05 May 2026</div>
  2976.                </div>
  2977.              </div>
  2978.            </div>
  2979.          </div>
  2980.        
  2981.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  2982.            <div class="card sponsored-card-v7">
  2983.              <div class="sponsored-image-v7">
  2984.                
  2985.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  2986.                
  2987.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  2988.              </div>
  2989.              <div class="sponsored-content-v7">
  2990.                <h3 class="sponsored-title-v7"><a href="/satellite-pictures-show-iranian-naval-forces-and-atomic-locations-hit-by-joint-us-and-israeli-military-action/">Satellite Pictures Show Iranian Naval Forces and Atomic Locations Hit by Joint US and Israeli Military Action.</a></h3>
  2991.                <p class="sponsored-excerpt-v7 "></p>
  2992.                <div class="sponsored-meta-v7">
  2993.                  <div class="author-info-v7">
  2994.                    
  2995.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/681da735-64dd-40cb-8108-46149ddc5e2a_profile.png" alt="Kathleen Grant" style="object-fit: cover;" class="sponsored-author-img-v7" />
  2996.                    
  2997.                    <span>Kathleen Grant</span>
  2998.                  </div>
  2999.                  <div>05 May 2026</div>
  3000.                </div>
  3001.              </div>
  3002.            </div>
  3003.          </div>
  3004.        
  3005.      </div>
  3006.    </div>
  3007.  </section>
  3008.  
  3009.  
  3010.    
  3011.        <!-- end wpo-blog-sponsored-section -->
  3012.        <!-- start wpo-subscribe-section -->
  3013.        
  3014.        <!-- end subscribe-section -->
  3015.        <!-- start of wpo-site-footer-section -->
  3016.        
  3017.  
  3018.  
  3019.  
  3020.  
  3021.  
  3022.  
  3023. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3024. <footer class="footer-v5 bg-primary-gradient border-top">
  3025.    
  3026.    <!-- Main Footer Content -->
  3027.    <div class="container-fluid py-5">
  3028.        
  3029.        <!-- Top Section with Logo and Description -->
  3030.        <div class="row mb-5">
  3031.            <div class="col-12 text-center">
  3032.                <div class="footer-brand mb-4">
  3033.                    
  3034.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/18e9e7b9-2a51-4364-87e9-6e71ff445315_logo.png" alt="Spin Today" class="footer-logo mb-3" height="60">
  3035.                    
  3036.                    <h4 class="fw-bold footer-color mb-2">Spin Today</h4>
  3037.                    <p class="footer-color opacity-50">Spin Today delivers breaking UK news, political analysis, and entertainment stories. Stay informed with up-to-date coverage on current events and trending topics across the nation.</p>
  3038.                </div>
  3039.            </div>
  3040.        </div>
  3041.  
  3042.        <!-- Content Grid -->
  3043.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3044.            
  3045.            <!-- Quick Links Column -->
  3046.            <div class="">
  3047.                <div class="footer-section">
  3048.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3049.                        Quick Links
  3050.                    </h6>
  3051.                    <ul class="list-unstyled footer-links">
  3052.                        
  3053.                        <li class="mb-2">
  3054.                            <a href="/surprise-package-justin-hood-demolishes-record-with-astonishing-11-straight-doubles-in-world-championship-thrashing/"
  3055.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3056.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3057.                                Surprise Package Justin Hood Demolishes Record with Astonishing 11 Straight Doubles in World Championship Thrashing
  3058.                            </a>
  3059.                        </li>
  3060.                        
  3061.                        <li class="mb-2">
  3062.                            <a href="/the-ongoing-issue-with-edinburghs-scaffold-wrapped-hotel/"
  3063.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3064.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3065.                                The Ongoing Issue with Edinburgh&#x27;s Scaffold-Wrapped Hotel?
  3066.                            </a>
  3067.                        </li>
  3068.                        
  3069.                        <li class="mb-2">
  3070.                            <a href="/during-a-violent-gale-the-cries-of-children-in-tents-pierced-the-night-this-is-christmas-in-gaza/"
  3071.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3072.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3073.                                During a Violent Gale, The Cries of Children in Tents Pierced the Night. This is Christmas in Gaza
  3074.                            </a>
  3075.                        </li>
  3076.                        
  3077.                        <li class="mb-2">
  3078.                            <a href="/an-alarming-state-of-affairs-hostilities-on-iran-squeezes-indias-kitchen-fuel-stock/"
  3079.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3080.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3081.                                ‘An Alarming State of Affairs’: Hostilities on Iran Squeezes India&#x27;s Kitchen Fuel Stock.
  3082.                            </a>
  3083.                        </li>
  3084.                        
  3085.                        <li class="mb-2">
  3086.                            <a href="/real-madrid-impressive-yet-vinicius-issues-escalate-key-clasico-talking-points/"
  3087.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3088.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3089.                                Real Madrid Impressive yet Vinicius Issues Escalate – Key Clasico Talking Points
  3090.                            </a>
  3091.                        </li>
  3092.                        
  3093.                        <li class="mb-2">
  3094.                            <a href="/maga-voters-for-mamdani-and-a-emerging-progressive-alliance-the-biggest-unexpected-outcomes-from-nycs-mayoral-race/"
  3095.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3096.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3097.                                MAGA Voters for Mamdani and a Emerging Progressive Alliance: The Biggest Unexpected Outcomes from NYC’s Mayoral Race
  3098.                            </a>
  3099.                        </li>
  3100.                        
  3101.                    </ul>
  3102.                </div>
  3103.            </div>
  3104.  
  3105.            <!-- Resources Column -->
  3106.            <div class="">
  3107.                <div class="footer-section">
  3108.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3109.                        Resources
  3110.                    </h6>
  3111.                   <ul class="footer-links" id="footerLinks">
  3112.        
  3113.        
  3114.  
  3115.        
  3116.        
  3117.        
  3118.        
  3119.    </ul>
  3120.                </div>
  3121.            </div>
  3122.  
  3123.            <!-- Categories Column -->
  3124.            <div class="">
  3125.                <div class="footer-section">
  3126.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3127.                        Categories
  3128.                    </h6>
  3129.                    <div class="category-tags">
  3130.                      
  3131.                                <li>
  3132.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3133.                                        All Posts
  3134.                                    </a>
  3135.                                </li>
  3136.                                
  3137.                                <li>
  3138.                                    <a href="/category/business/" class="footer-link footer-color">
  3139.                                        Business
  3140.                                    </a>
  3141.                                </li>
  3142.                                
  3143.                                <li>
  3144.                                    <a href="/category/esports/" class="footer-link footer-color">
  3145.                                        Esports
  3146.                                    </a>
  3147.                                </li>
  3148.                                
  3149.                                <li>
  3150.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3151.                                        Fashion
  3152.                                    </a>
  3153.                                </li>
  3154.                                
  3155.                                <li>
  3156.                                    <a href="/category/featured/" class="footer-link footer-color">
  3157.                                        Featured
  3158.                                    </a>
  3159.                                </li>
  3160.                                
  3161.                                <li>
  3162.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3163.                                        Gaming
  3164.                                    </a>
  3165.                                </li>
  3166.                                
  3167.                    </div>
  3168.                </div>
  3169.            </div>
  3170.  
  3171.        </div>
  3172.  
  3173.    </div>
  3174.  
  3175.    <!-- Footer Bottom -->
  3176.    <div class="footer-bottom  border-top py-3">
  3177.        <div class="container-fluid fluid-container">
  3178.            <div class=" d-flex justify-content-between flex-wrap">
  3179.                <div class="">
  3180.                    <p class="mb-0 footer-color  ">
  3181.                        © 2026 <span class="fw-semibold footer-color">Spin Today</span>. All rights reserved.
  3182.                    </p>
  3183.                </div>
  3184.                <div class="">
  3185.                    <div class="footer-nav">
  3186.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3187.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3188.                        </a>
  3189.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3190.                            <i class="bi bi-file-text me-1"></i>Terms
  3191.                        </a>
  3192.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3193.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3194.                        </a>
  3195.                    </div>
  3196.                </div>
  3197.            </div>
  3198.        </div>
  3199.    </div>
  3200.  
  3201. </footer>
  3202.  
  3203. <style>
  3204. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3205.  
  3206.  
  3207.  
  3208.  
  3209. .footer-logo {
  3210.    border-radius: 8px;
  3211. }
  3212.  
  3213. /* Footer Sections */
  3214. .footer-section {
  3215.    padding: 0 15px;
  3216. }
  3217.  
  3218. .footer-section h6 {
  3219.    position: relative;
  3220.    padding-bottom: 8px;
  3221. }
  3222.  
  3223. .footer-section h6::after {
  3224.    content: '';
  3225.    position: absolute;
  3226.    bottom: 0;
  3227.    left: 0;
  3228.    width: 30px;
  3229.    height: 2px;
  3230.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3231.    border-radius: 1px;
  3232. }
  3233.  
  3234. /* Links Styling */
  3235. .footer-links a {
  3236.    transition: all 0.3s ease;
  3237.    padding: 4px 0;
  3238.    border-radius: 4px;
  3239. }
  3240.  
  3241. .footer-links a:hover {
  3242.    color: var(--bs-primary) !important;
  3243.    padding-left: 8px;
  3244. }
  3245.  
  3246. .footer-links a:hover i {
  3247.    transform: translateX(2px);
  3248. }
  3249.  
  3250. /* Category Tags */
  3251. .category-tag {
  3252.    transition: all 0.3s ease;
  3253.    padding: 6px 12px !important;
  3254.    font-size: 0.875rem;
  3255. }
  3256.  
  3257.  
  3258.  
  3259. /* Footer Bottom */
  3260. .footer-bottom {
  3261.    backdrop-filter: blur(10px);
  3262. }
  3263.  
  3264. /* Responsive Design */
  3265. @media (max-width: 768px) {
  3266.    .footer-v5 {
  3267.        margin-top: 60px;
  3268.    }
  3269.    
  3270.    .footer-section {
  3271.        text-align:start;
  3272.        margin-bottom: 40px;
  3273.    }
  3274.    
  3275.    .footer-links a,
  3276.    .category-tags {
  3277.        justify-content:start;
  3278.    }
  3279.    
  3280.    .social-links .d-flex {
  3281.        justify-content:start;
  3282.    }
  3283. }
  3284.  
  3285. @media (max-width: 576px) {
  3286.    .footer-brand h4 {
  3287.        font-size: 1.25rem;
  3288.    }
  3289.    
  3290.    .stats-item h5 {
  3291.        font-size: 1.1rem;
  3292.    }
  3293.    
  3294.    .newsletter-form .btn {
  3295.        padding: 8px 12px;
  3296.    }
  3297. }
  3298.  
  3299. /* Animation Classes */
  3300. .fade-in {
  3301.    animation: fadeIn 0.6s ease-in;
  3302. }
  3303.  
  3304. @keyframes fadeIn {
  3305.    from { opacity: 0; transform: translateY(20px); }
  3306.    to { opacity: 1; transform: translateY(0); }
  3307. }
  3308.  
  3309. /* Loading State */
  3310. .loading {
  3311.    pointer-events: none;
  3312.    opacity: 0.7;
  3313. }
  3314.  
  3315. .loading .btn {
  3316.    position: relative;
  3317. }
  3318.  
  3319. .loading .btn::after {
  3320.    content: '';
  3321.    position: absolute;
  3322.    top: 50%;
  3323.    left: 50%;
  3324.    width: 16px;
  3325.    height: 16px;
  3326.    margin: -8px 0 0 -8px;
  3327.    border: 2px solid transparent;
  3328.    border-top-color: currentColor;
  3329.    border-radius: 50%;
  3330.    animation: spin 1s linear infinite;
  3331. }
  3332.  
  3333. @keyframes spin {
  3334.    to { transform: rotate(360deg); }
  3335. }
  3336.  
  3337. /* Utility Classes */
  3338. .text-gradient {
  3339.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3340.    -webkit-background-clip: text;
  3341.    -webkit-text-fill-color: transparent;
  3342.    background-clip: text;
  3343. }
  3344.  
  3345. .hover-lift {
  3346.    transition: transform 0.3s ease;
  3347. }
  3348.  
  3349. .hover-lift:hover {
  3350.    transform: translateY(-2px);
  3351. }
  3352. </style>
  3353.  
  3354.  
  3355. <script>
  3356. document.addEventListener('DOMContentLoaded', function() {
  3357.    
  3358.    // Initialize Bootstrap tooltips
  3359.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3360.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3361.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3362.    });
  3363.  
  3364.    // Newsletter form handling
  3365.    const newsletterForm = document.querySelector('.newsletter-form');
  3366.    if (newsletterForm) {
  3367.        newsletterForm.addEventListener('submit', function(e) {
  3368.            e.preventDefault();
  3369.            
  3370.            const email = this.querySelector('input[name="email"]').value.trim();
  3371.            const submitBtn = this.querySelector('button[type="submit"]');
  3372.            const originalContent = submitBtn.innerHTML;
  3373.            
  3374.            // Validate email
  3375.            if (!email || !isValidEmail(email)) {
  3376.                showToast('Please enter a valid email address', 'error');
  3377.                return;
  3378.            }
  3379.            
  3380.            // Show loading state
  3381.            this.classList.add('loading');
  3382.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  3383.            submitBtn.disabled = true;
  3384.            
  3385.            // Simulate API call
  3386.            setTimeout(() => {
  3387.                // Success state
  3388.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  3389.                submitBtn.classList.remove('btn-primary');
  3390.                submitBtn.classList.add('btn-success');
  3391.                
  3392.                showToast('Successfully subscribed to newsletter!', 'success');
  3393.                
  3394.                // Reset form
  3395.                setTimeout(() => {
  3396.                    this.classList.remove('loading');
  3397.                    submitBtn.innerHTML = originalContent;
  3398.                    submitBtn.classList.remove('btn-success');
  3399.                    submitBtn.classList.add('btn-primary');
  3400.                    submitBtn.disabled = false;
  3401.                    this.reset();
  3402.                }, 2000);
  3403.                
  3404.            }, 1500);
  3405.        });
  3406.    }
  3407.    
  3408.    // Email validation function
  3409.    function isValidEmail(email) {
  3410.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  3411.        return emailRegex.test(email);
  3412.    }
  3413.    
  3414.    // Toast notification function
  3415.    function showToast(message, type = 'info') {
  3416.        // Remove existing toasts
  3417.        const existingToasts = document.querySelectorAll('.custom-toast');
  3418.        existingToasts.forEach(toast => toast.remove());
  3419.        
  3420.        // Create toast
  3421.        const toast = document.createElement('div');
  3422.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  3423.        toast.style.zIndex = '9999';
  3424.        toast.innerHTML = `
  3425.            <div class="d-flex align-items-center">
  3426.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  3427.                <span>${message}</span>
  3428.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  3429.            </div>
  3430.        `;
  3431.        
  3432.        document.body.appendChild(toast);
  3433.        
  3434.        // Auto remove after 4 seconds
  3435.        setTimeout(() => {
  3436.            if (toast && toast.parentNode) {
  3437.                toast.remove();
  3438.            }
  3439.        }, 4000);
  3440.    }
  3441.    
  3442.    // Smooth scroll for internal links
  3443.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  3444.        anchor.addEventListener('click', function(e) {
  3445.            e.preventDefault();
  3446.            const target = document.querySelector(this.getAttribute('href'));
  3447.            if (target) {
  3448.                target.scrollIntoView({
  3449.                    behavior: 'smooth',
  3450.                    block: 'start'
  3451.                });
  3452.            }
  3453.        });
  3454.    });
  3455.    
  3456.    // Add fade-in animation to footer sections on scroll
  3457.    const observerOptions = {
  3458.        threshold: 0.1,
  3459.        rootMargin: '0px 0px -50px 0px'
  3460.    };
  3461.    
  3462.    const sectionObserver = new IntersectionObserver((entries) => {
  3463.        entries.forEach(entry => {
  3464.            if (entry.isIntersecting) {
  3465.                entry.target.classList.add('fade-in');
  3466.            }
  3467.        });
  3468.    }, observerOptions);
  3469.    
  3470.    // Observe footer sections
  3471.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  3472.        sectionObserver.observe(section);
  3473.    });
  3474.    
  3475.    // Enhanced hover effects for category tags
  3476.    document.querySelectorAll('.category-tag').forEach(tag => {
  3477.        tag.addEventListener('mouseenter', function() {
  3478.            this.style.transform = 'translateY(-2px) scale(1.02)';
  3479.        });
  3480.        
  3481.        tag.addEventListener('mouseleave', function() {
  3482.            this.style.transform = 'translateY(0) scale(1)';
  3483.        });
  3484.    });
  3485.    
  3486.    // Prevent default for demo links
  3487.    document.querySelectorAll('a[href="#"]').forEach(link => {
  3488.        link.addEventListener('click', function(e) {
  3489.            e.preventDefault();
  3490.        });
  3491.    });
  3492.    
  3493.    // Add click ripple effect to buttons
  3494.    document.querySelectorAll('.btn').forEach(btn => {
  3495.        btn.addEventListener('click', function(e) {
  3496.            const ripple = document.createElement('span');
  3497.            const rect = this.getBoundingClientRect();
  3498.            const size = Math.max(rect.width, rect.height);
  3499.            const x = e.clientX - rect.left - size / 2;
  3500.            const y = e.clientY - rect.top - size / 2;
  3501.            
  3502.            ripple.style.cssText = `
  3503.                position: absolute;
  3504.                left: ${x}px;
  3505.                top: ${y}px;
  3506.                width: ${size}px;
  3507.                height: ${size}px;
  3508.                border-radius: 50%;
  3509.                background: rgba(255, 255, 255, 0.4);
  3510.                transform: scale(0);
  3511.                animation: ripple-effect 0.6s linear;
  3512.                pointer-events: none;
  3513.            `;
  3514.            
  3515.            this.style.position = 'relative';
  3516.            this.style.overflow = 'hidden';
  3517.            this.appendChild(ripple);
  3518.            
  3519.            setTimeout(() => ripple.remove(), 600);
  3520.        });
  3521.    });
  3522.    
  3523. });
  3524.  
  3525. // Add ripple animation CSS
  3526. const rippleCSS = document.createElement('style');
  3527. rippleCSS.textContent = `
  3528.    @keyframes ripple-effect {
  3529.        to {
  3530.            transform: scale(4);
  3531.            opacity: 0;
  3532.        }
  3533.    }
  3534. `;
  3535. document.head.appendChild(rippleCSS);
  3536.  
  3537. document.addEventListener('DOMContentLoaded', function () {
  3538.    var btn = document.getElementById('toggleFooterLinks');
  3539.    if (!btn) return; // No extra links, no button
  3540.  
  3541.    var extras = document.querySelectorAll('#footerLinks li.extra');
  3542.  
  3543.    btn.addEventListener('click', function () {
  3544.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  3545.            return li.classList.contains('d-none');
  3546.        });
  3547.  
  3548.        extras.forEach(function (li) {
  3549.            if (anyHidden) {
  3550.                li.classList.remove('d-none');
  3551.                li.classList.add('show');
  3552.            } else {
  3553.                li.classList.add('d-none');
  3554.                li.classList.remove('show');
  3555.            }
  3556.        });
  3557.  
  3558.        btn.textContent = anyHidden ? 'View less' : 'View more';
  3559.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  3560.    });
  3561. });
  3562.  
  3563. </script>
  3564.  
  3565.        <!-- end of wpo-site-footer-section -->
  3566.    </div>
  3567.    <!-- end of page-wrapper -->
  3568.  
  3569.    <!-- All JavaScript files
  3570.    ================================================== -->
  3571.    
  3572.  
  3573. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  3574. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  3575. <!-- Plugins for this template -->
  3576. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  3577. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  3578. <!-- Custom script for this template -->
  3579. <script src="/static/blogapp/assets/js/script.js"></script>
  3580.  
  3581. <script>
  3582. (function () {
  3583. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  3584. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  3585.  
  3586. function applyFallback(img) {
  3587. if (!img || img.dataset.fallbackApplied === "1") {
  3588. return;
  3589. }
  3590. var failedSrc = img.currentSrc || img.src || "";
  3591. img.dataset.fallbackApplied = "1";
  3592. img.onerror = null;
  3593. img.src = fallbackImageSrc;
  3594. console.warn("[ImageFallback] Replaced broken image:", {
  3595. failedSrc: failedSrc,
  3596. fallbackSrc: fallbackImageSrc,
  3597. alt: img.alt || "",
  3598. });
  3599. }
  3600.  
  3601. document.querySelectorAll("img").forEach(function (img) {
  3602. if (img.complete && img.naturalWidth === 0) {
  3603. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  3604. failedSrc: img.currentSrc || img.src || "",
  3605. alt: img.alt || "",
  3606. });
  3607. applyFallback(img);
  3608. }
  3609. });
  3610.  
  3611. document.addEventListener(
  3612. "error",
  3613. function (event) {
  3614. var target = event.target;
  3615. if (target && target.tagName === "IMG") {
  3616. applyFallback(target);
  3617. }
  3618. },
  3619. true
  3620. );
  3621. })();
  3622. </script>
  3623.  
  3624. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  3625.  
  3626.  
  3627.  
  3628. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon='{"version":"2024.11.0","token":"64761054a9a14bc8a4dbff8d752146f6","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  3629. </body>
  3630.  
  3631. </html>
  3632.  
  3633.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda