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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="futura">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T152532.018_l0qFakL_TiiK3ce.png">
  14.    
  15.  
  16.    <title>Cobalt Prime: UK Tech Insights &amp; Digital Innovation Blog</title>
  17.    <meta name="description" content="Explore expert articles on UK technology trends, digital innovation, and software development insights at Cobalt Prime. Stay updated with the latest in tech.">
  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://cobaltprime.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #0d6efd;
  42.        --bs-primary-rgb: 0d6efd;
  43.        --bs-secondary: #6c757d;
  44.        --bs-success: #198754;
  45.        --bs-danger: #dc3545;
  46.        --bs-warning: #ffc107;
  47.        --bs-info: #0dcaf0;
  48.        --bs-light: #f8f9fa;
  49.        --bs-dark: #212529;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #0d6efd;
  53.        --theme-primary-color-s2: #0d6efd;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #212529;
  57.        --text-light-color: #676767;
  58.        --heading-color: #212529;
  59.        --border-color: #dee2e6;
  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: white;
  74.        --sub-nav: #D7D7D7FF;
  75.        --navbar-color: #2E3B49;
  76.        --topbar-bg: #f8f9fa;
  77.        --topbar-color: #0f1011;
  78.        --footer-bg: #000000;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #dee2e6;
  82.        --card-radius: 16px;
  83.        --link-color: #FCFCFC;
  84.        --link-hover: #0a58ca;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(7, 7, 7, 0.4);
  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-minimal">
  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="bg-primary-gradient d-flex gap-2 mb-2 p-2">
  412.            <div class="d-flex">
  413.              <span class="fw-bold">Latest</span>
  414.            </div>
  415.            <div class="d-flex">
  416.              <span class="fw-bold">Update</span>
  417.            </div>
  418.          </div>
  419.  
  420.          <!-- Add an id to the marquee -->
  421.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  422.            <p class="text-center">
  423.              
  424.               <a href="/the-presidents-unprecedented-influence-in-sports-achieved-an-apex-in-2025-next-year-threatens-to-take-it-further/" class="px-5 top-color">
  425.                    The President&#x27;s Unprecedented Influence in Sports Achieved An Apex in 2025. Next Year Threatens to Take It Further.
  426.                  </a>
  427.              
  428.               <a href="/we-were-dismissed-and-were-owning-it-learn-how-to-find-a-new-role-that-suits-your-needs/" class="px-5 top-color">
  429.                    We Were Dismissed, and We&#x27;re Owning It – Learn How to Find a New Role That Suits Your Needs
  430.                  </a>
  431.              
  432.               <a href="/stay-active-while-you-work-10-muscle-toning-office-workouts-you-can-do-in-normal-outfits/" class="px-5 top-color">
  433.                    Stay active while you work? 10 muscle-toning office workouts you can do in normal outfits
  434.                  </a>
  435.              
  436.               <a href="/anno-117s-pax-romanas-hidden-gem-is-a-stunning-first-person-view/" class="px-5 top-color">
  437.                    Anno 117&#x27;s Pax Romana&#x27;s Hidden Gem Is a Stunning First-Person View.
  438.                  </a>
  439.              
  440.               <a href="/transforming-fun-engaging-features-in-online-slot-games/" class="px-5 top-color">
  441.                    Transforming Fun: Engaging Features in Online Slot Games
  442.                  </a>
  443.                          
  444.            </p>
  445.          </marquee>
  446.        </div>
  447.      </div>
  448.    </div>
  449.  </div>
  450. </div>
  451.  
  452. <script>
  453.  // Stop/start marquee when hovering or focusing links inside it
  454.  document.addEventListener("DOMContentLoaded", function () {
  455.    const marquee = document.getElementById("newsMarquee");
  456.    if (!marquee) return;
  457.  
  458.    marquee.querySelectorAll("a").forEach((link) => {
  459.      link.addEventListener("mouseenter", () => marquee.stop());
  460.      link.addEventListener("mouseleave", () => marquee.start());
  461.      // keyboard accessibility
  462.      link.addEventListener("focus", () => marquee.stop());
  463.      link.addEventListener("blur", () => marquee.start());
  464.    });
  465.  });
  466. </script>
  467.  
  468.  
  469.  
  470.            
  471.  
  472.  
  473.  
  474.  
  475.  
  476.  
  477. <nav class="navigation navbar navbar-expand-lg mb-4">
  478.  <div class="container-fluid fluid-container">
  479.    <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">
  480.      <div class="navbar-header d-md-none mb-0 justify-content-center d-flex w-sm-full">
  481.          <a class="navbar-brand" href="/">
  482.              
  483.                  Cobalt Prime
  484.              
  485.          </a>
  486.      </div>
  487.      <div class="">
  488.        <div class="style-card">
  489.          <div class="minimal-search mb-md-4 mb-0">
  490.            <input type="search" class="search-input mt-md-4 mt-0" placeholder="Search..." />
  491.            <svg class="search-icon" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  492.              <circle cx="11" cy="11" r="8"></circle>
  493.              <path d="m21 21-4.35-4.35"></path>
  494.            </svg>
  495.          </div>
  496.          <!-- The search results will be displayed here -->
  497.          <div id="search-results" class="search-results-container search-v1"></div>
  498.        </div>
  499.      </div>
  500.      <div class=" d-flex flex-wrap">
  501.        <div class="navbar-header d-lg-none d-none d-md-flex">
  502.          <a class="navbar-brand" href='/'><img src="" alt="" /></a>
  503.        </div>
  504.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  505.          <button class="menu-close"><i class="ti-close"></i></button>
  506.  
  507.    <ul class="nav navbar-nav mb-2 mb-lg-0 align-items-center">
  508.    <li>
  509.      <a href="/">
  510.        Home
  511.      </a>
  512.    </li>
  513.  
  514.  
  515.    <li>
  516.      <a href="/category/all-posts/">
  517.        All Posts
  518.      </a>
  519.    </li>
  520.  
  521.    <li>
  522.      <a href="/category/business/">
  523.        Business
  524.      </a>
  525.    </li>
  526.  
  527.    <li>
  528.      <a href="/category/esports/">
  529.        Esports
  530.      </a>
  531.    </li>
  532.  
  533.  
  534.  
  535.  <div class="navbar-header d-lg-block d-none">
  536.    <a class="navbar-brand" href="/">
  537.      <img src="" alt="" />
  538.    </a>
  539.  </div>
  540.  
  541.  
  542.  
  543.    
  544.    
  545.    
  546.      <li>
  547.        <a href="/category/fashion/">
  548.          Fashion
  549.        </a>
  550.      </li>
  551.    
  552.      <li>
  553.        <a href="/category/featured/">
  554.          Featured
  555.        </a>
  556.      </li>
  557.    
  558.  
  559.    
  560.    
  561.      <li class="menu-item-has-children">
  562.        <a href="#">More</a>
  563.        <ul class="sub-menu">
  564.          
  565.            <li>
  566.              <a href="/category/gaming/">
  567.                Gaming
  568.              </a>
  569.            </li>
  570.          
  571.            <li>
  572.              <a href="/category/health/">
  573.                Health
  574.              </a>
  575.            </li>
  576.          
  577.            <li>
  578.              <a href="/category/life-fitness/">
  579.                Life &amp; Fitness
  580.              </a>
  581.            </li>
  582.          
  583.            <li>
  584.              <a href="/category/lifestyle/">
  585.                Lifestyle
  586.              </a>
  587.            </li>
  588.          
  589.            <li>
  590.              <a href="/category/news/">
  591.                News
  592.              </a>
  593.            </li>
  594.          
  595.            <li>
  596.              <a href="/category/others/">
  597.                Others
  598.              </a>
  599.            </li>
  600.          
  601.            <li>
  602.              <a href="/category/politics/">
  603.                Politics
  604.              </a>
  605.            </li>
  606.          
  607.            <li>
  608.              <a href="/category/sports/">
  609.                Sports
  610.              </a>
  611.            </li>
  612.          
  613.            <li>
  614.              <a href="/category/tech/">
  615.                Tech
  616.              </a>
  617.            </li>
  618.          
  619.            <li>
  620.              <a href="/category/travel/">
  621.                Travel
  622.              </a>
  623.            </li>
  624.          
  625.        </ul>
  626.      </li>
  627.    
  628.  
  629.  
  630. <li>
  631.                  <a href="/page/contact-us/">
  632.                     Contact Us
  633.                  </a>
  634.              </li>
  635. </ul>
  636.  
  637.        </div>
  638.        <div class="sidebar-blur"></div>
  639.        <!-- end of nav-collapse -->
  640.      </div>
  641.      <div class="me-3">
  642.        <div class="mobail-menu d-xl-none d-block">
  643.          <button type="button" class="navbar-toggler open-btn">
  644.            <span class="sr-only">Toggle navigation</span>
  645.            <span class="icon-bar first-angle"></span>
  646.            <span class="icon-bar middle-angle"></span>
  647.            <span class="icon-bar last-angle"></span>
  648.          </button>
  649.        </div>
  650.        <!-- <div class="header-right">
  651.          <div class="header-right-menu-wrapper d-xl-block d-none">
  652.            <div class="header-right-menu">
  653.              <div class="right-menu-toggle-btn">
  654.                <span></span>
  655.                <span></span>
  656.                <span></span>
  657.              </div>
  658.              <div class="header-right-menu-wrap" style="z-index: 999;">
  659.                <button class="right-menu-close"><i class="ti-close"></i></button>
  660.                <div class="logo">
  661.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  662.                </div>
  663.                <div class="header-right-sec">
  664.                  <div class="project-widget widget">
  665.                    <h3 class="text-white">Our Latest News</h3>
  666.                    <div class="posts">
  667.                      <div class="post">
  668.                        <div class="img-holder">
  669.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  670.                        </div>
  671.                        <div class="details">
  672.                          <span class="date">19 Jun 2022</span>
  673.                          <h4><a href="blog-single.html" class="text-white">Perfect Photo Clicking Idea You Must Know.</a></h4>
  674.                        </div>
  675.                      </div>
  676.                      <div class="post">
  677.                        <div class="img-holder">
  678.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  679.                        </div>
  680.                        <div class="details">
  681.                          <span class="date">22 May 2022</span>
  682.                          <h4><a href="blog-single.html" class="text-white">Best tourism site all over the world.</a></h4>
  683.                        </div>
  684.                      </div>
  685.                      <div class="post">
  686.                        <div class="img-holder">
  687.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  688.                        </div>
  689.                        <div class="details">
  690.                          <span class="date">12 Apr 2022</span>
  691.                          <h4><a href="blog-single.html" class="text-white">Whats In Trend in Now Woman Fashion.</a></h4>
  692.                        </div>
  693.                      </div>
  694.                    </div>
  695.                  </div>
  696.                  <div class="widget wpo-contact-widget">
  697.                    <div class="widget-title">
  698.                      <h3 class="text-white">Contact Us</h3>
  699.                    </div>
  700.                    <div class="contact-ft">
  701.                      <ul>
  702.                        <li>
  703.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  704.                        </li>
  705.                        <li>
  706.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  707.                          + 8 (123) 123 456 789
  708.                        </li>
  709.                        <li>
  710.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  711.                        </li>
  712.                      </ul>
  713.                    </div>
  714.                  </div>
  715.                </div>
  716.              </div>
  717.              <div class="sidebar-blur"></div>
  718.            </div>
  719.          </div>
  720.        </div> -->
  721.      </div>
  722.    </div>
  723.  </div>
  724.  <!-- end of container -->
  725. </nav>
  726. <style>
  727.  .navbar-brand img{
  728.    height: 70px;
  729.    object-fit: contain;
  730.  }
  731.    /* search field */
  732.  .search-results-container {
  733.  position: absolute;
  734.  top: 100%; /* Position it below the input field */
  735. left: 10px;
  736.  right: 10px;
  737.  background-color: white;
  738.  border: 1px solid #ddd;
  739.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  740.  max-height: 300px;
  741.  overflow-y: auto;
  742.  z-index: 1000;
  743.  display: none; /* Initially hidden */
  744. }
  745.  
  746. .search-results-container p {
  747.  margin: 0;
  748. }
  749.  
  750. .search-results-container .result-item {
  751.  padding: 10px;
  752.  cursor: pointer;
  753. }
  754.  
  755. .search-results-container .result-item:hover {
  756.  background-color: #f0f0f0;
  757. }
  758. @media (max-width:576px) {
  759.  .w-sm-full{
  760.    padding-top: 10px;
  761.    width: 100%;
  762.  }
  763.  .m-s-0{
  764.    margin-top: 0px !important;
  765.  }
  766. }
  767. @media (max-width:768px) {
  768. .search-icon{
  769. top: 50%;
  770. }
  771. }
  772.  
  773.  
  774. </style>
  775. <script>
  776.  const searchInput = document.querySelector(".search-input");
  777.  const searchResults = document.getElementById("search-results");
  778.  
  779.  // Handle typing
  780.  searchInput.addEventListener("keyup", function (e) {
  781.    e.preventDefault();
  782.  
  783.    const query = searchInput.value;
  784.  
  785.    if (query === "") {
  786.      searchResults.innerHTML = "";
  787.      searchResults.style.display = "none";
  788.      return;
  789.    }
  790.  
  791.    searchResults.style.display = "block";
  792.  
  793.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  794.      method: "GET",
  795.      headers: {
  796.        "X-Requested-With": "XMLHttpRequest",
  797.      },
  798.    })
  799.      .then(response => response.json())
  800.      .then(data => {
  801.        if (data.html) {
  802.          searchResults.innerHTML = data.html;
  803.        } else {
  804.          searchResults.innerHTML = "<p>No results found.</p>";
  805.        }
  806.      })
  807.      .catch(error => {
  808.        console.error("Error fetching search results:", error);
  809.      });
  810.  });
  811.  
  812.  // Close results when clicking outside
  813.  document.addEventListener("click", function (e) {
  814.    if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  815.      searchResults.style.display = "none";
  816.    }
  817.  });
  818. </script>
  819.  
  820.  
  821.        </header>
  822.        <!-- end of header -->
  823.        <!-- start of wpo-blog-hero -->
  824.        
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832. <div class="blog-hero-v3 pt-3">
  833.    <div class="container-fluid fluid-container">
  834.        <div class="row g-4">
  835.            
  836.            
  837.              
  838.            <!-- Left Column -->
  839.            <div class="col-lg-4 col-md-6">
  840.                <div class="magazine-card tall-card h-100">
  841.                    <div class="card-image">
  842.                        
  843.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  844.                        
  845.                        <div class="image-overlay"></div>
  846.                    </div>
  847.                    <div class="card-content">
  848.                        <div class="category-pill bg-primary-gradient">News</div>
  849.                        <h2> <a href="/every-night-i-dream-of-riding-a-unicorn-medieval-metal-group-castle-rat/">
  850.                                        ‘Every Night, I Dream of Riding a Unicorn’: Medieval Metal Group Castle Rat
  851.                                    </a></h2>
  852.                        <p></p>
  853.                        <div class="author-section">
  854.                            
  855.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Barbara Hayes" class="author-img">
  856.                            
  857.                            <div class="author-details">
  858.                                <span class="author-name">Barbara Hayes</span>
  859.                                <span class="publish-date">17 May 2026</span>
  860.                            </div>
  861.                        </div>
  862.                    </div>
  863.                </div>
  864.            </div>
  865.  
  866.            
  867.            
  868.  
  869.            <!-- Center Column -->
  870.            <div class="col-lg-4 col-md-6">
  871.                <div class="row g-4">
  872.                    
  873.                    <div class="col-12">
  874.                        <div class="magazine-card square-card">
  875.                            <div class="card-image">
  876.                            
  877.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  878.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  879.                            
  880.                                <div class="floating-category bg-primary-gradient">News</div>
  881.                            </div>
  882.                            <div class="card-content compact">
  883.                                <h3> <a href="/crans-montana-blaze-victims-are-treated-in-burns-units-across-europe/" >
  884.                                        Crans-Montana Blaze Victims Are Treated in Burns Units Across Europe
  885.                                    </a></h3>
  886.                                    
  887.                                <div class="mini-meta">
  888.                                    <span>By Barbara Hayes</span>
  889.                                    <span class="date-dot">• 17 May 2026</span>
  890.                                </div>
  891.                            </div>
  892.                        </div>
  893.                    </div>
  894.                    
  895.                    <div class="col-12">
  896.                        <div class="magazine-card square-card">
  897.                            <div class="card-image">
  898.                            
  899.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  900.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  901.                            
  902.                                <div class="floating-category bg-primary-gradient">Others</div>
  903.                            </div>
  904.                            <div class="card-content compact">
  905.                                <h3> <a href="/unveiling-the-untold-truths-behind-popular-slot-game-wins/" >
  906.                                        Unveiling the Untold Truths Behind Popular Slot Game Wins
  907.                                    </a></h3>
  908.                                    
  909.                                <div class="mini-meta">
  910.                                    <span>By Barbara Hayes</span>
  911.                                    <span class="date-dot">• 17 May 2026</span>
  912.                                </div>
  913.                            </div>
  914.                        </div>
  915.                    </div>
  916.                    
  917.  
  918.                </div>
  919.            </div>
  920.            
  921.            
  922.              
  923.            <!-- Right Column -->
  924.            <div class="col-lg-4 col-md-12">
  925.                <div class="magazine-card featured-card">
  926.                    <div class="featured-header">
  927.                        <h4>Featured Story</h4>
  928.                        <div class="featured-line"></div>
  929.                    </div>
  930.                    <div class="card-image featured-img" >
  931.                    
  932.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  933.                            class="img img-responsive" style="object-fit: cover;" alt="">
  934.                    
  935.                    </div>
  936.                    <div class="card-content featured-content">
  937.                        <div class="category-pill bg-primary-gradient">Others</div>
  938.                        <h2><a href="/from-classic-machines-to-modern-marvels-a-journey-through-the-evolution-of-online-slot-games/">
  939.                                        From Classic Machines to Modern Marvels: A Journey Through the Evolution of Online Slot Games
  940.                                    </a></h2>
  941.                        
  942.                        <div class="author-section featured-author">
  943.                            
  944.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;border-radius: 20px; width: 50px;" alt="Barbara Hayes">
  945.                            
  946.                            <div class="author-details">
  947.                                <span class="author-name">Barbara Hayes</span>
  948.                                <!-- <span class="author-title">Business Analyst</span> -->
  949.                                <span class="publish-date">17 May 2026</span>
  950.                            </div>
  951.                        </div>
  952.                    </div>
  953.                </div>
  954.            </div>
  955.  
  956.            
  957.            
  958.        </div>
  959.    </div>
  960. </div>
  961.  
  962. <style>
  963. /* Blog Hero V3 - Magazine Style */
  964. .blog-hero-v3 {
  965.    padding: 80px 0;
  966.    position: relative;
  967. }
  968.  
  969. /* Magazine Cards */
  970. .magazine-card {
  971.    background: var(--card-bg);
  972.    border-radius: 20px;
  973.    overflow: hidden;
  974.    position: relative;
  975.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  976.    border: 1px solid var(--border-color);
  977. }
  978.  
  979. .magazine-card:hover {
  980.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  981. }
  982.  
  983. /* Tall Card (Left Column) */
  984. .tall-card {
  985.    display: flex;
  986.    flex-direction: column;
  987. }
  988.  
  989. .tall-card .card-image {
  990.    height: 300px;
  991.    position: relative;
  992.    overflow: hidden;
  993. }
  994.  
  995. .tall-card .card-image img {
  996.    width: 100%;
  997.    height: 100%;
  998.    object-fit: cover;
  999.    transition: transform 0.6s ease;
  1000. }
  1001.  
  1002. .tall-card:hover .card-image img {
  1003.    transform: scale(1.1) rotate(-2deg);
  1004. }
  1005.  
  1006. .image-overlay {
  1007.    position: absolute;
  1008.    top: 0;
  1009.    left: 0;
  1010.    right: 0;
  1011.    bottom: 0;
  1012.    opacity: 0;
  1013.    transition: opacity 0.3s ease;
  1014. }
  1015.  
  1016. .tall-card:hover .image-overlay {
  1017.    opacity: 1;
  1018. }
  1019.  
  1020. .tall-card .card-content {
  1021.    padding: 20px;
  1022.    flex-grow: 1;
  1023.    display: flex;
  1024.    flex-direction: column;
  1025. }
  1026.  
  1027. .tall-card h2 {
  1028.    font-size: 1.5rem;
  1029.    font-weight: 700;
  1030.    color: #2c3e50;
  1031.    margin: 12px 0;
  1032.    line-height: 1.3;
  1033. }
  1034.  
  1035. .tall-card p {
  1036.    color: #7f8c8d;
  1037.    line-height: 1.6;
  1038.    margin-bottom: 1rem;
  1039.    flex-grow: 1;
  1040. }
  1041.  
  1042. /* Square Cards (Center Column) */
  1043. .square-card {
  1044.    position: relative;
  1045.    overflow: hidden;
  1046. }
  1047.  
  1048. .square-card .card-image {
  1049.    height: 180px;
  1050.    position: relative;
  1051. }
  1052.  
  1053. .square-card .card-image img {
  1054.    width: 100%;
  1055.    height: 100%;
  1056.    object-fit: cover;
  1057.    filter: brightness(1.1) saturate(1.2);
  1058.    transition: all 0.4s ease;
  1059. }
  1060.  
  1061. .square-card:hover .card-image img {
  1062.    transform: scale(1.15);
  1063.    filter: brightness(1.2) saturate(1.4);
  1064. }
  1065.  
  1066. .floating-category {
  1067.    position: absolute;
  1068.    top: 15px;
  1069.    right: 15px;
  1070.    padding: 8px 15px;
  1071.    border-radius: 20px;
  1072.    font-size: 0.75rem;
  1073.    text-transform: uppercase;
  1074.    letter-spacing: 1px;
  1075.    backdrop-filter: blur(10px);
  1076.    border: 1px solid rgba(255, 255, 255, 0.3);
  1077. }
  1078.  
  1079. .square-card .card-content.compact {
  1080.    padding: 1.2rem;
  1081. }
  1082.  
  1083. .square-card h3 {
  1084.    font-size: 1.1rem;
  1085.    font-weight: 600;
  1086.    color: #2c3e50;
  1087.    margin-bottom: 10px;
  1088.    line-height: 1.3;
  1089. }
  1090.  
  1091. .mini-meta {
  1092.    font-size: 0.85rem;
  1093.    color: #95a5a6;
  1094. }
  1095.  
  1096. .date-dot {
  1097.    margin-left: 8px;
  1098. }
  1099.  
  1100. /* Featured Card (Right Column) */
  1101. .featured-card {
  1102.    color: white;
  1103.    position: relative;
  1104.    overflow: hidden;
  1105. }
  1106.  
  1107. .featured-card::before {
  1108.    content: '';
  1109.    position: absolute;
  1110.    top: -50%;
  1111.    right: -50%;
  1112.    width: 200%;
  1113.    height: 200%;
  1114.    pointer-events: none;
  1115. }
  1116.  
  1117.  
  1118.  
  1119. .featured-header {
  1120.    padding: 25px 25px 0;
  1121.    position: relative;
  1122. }
  1123.  
  1124. .featured-header h4 {
  1125.    font-size: 0.9rem;
  1126.    text-transform: uppercase;
  1127.    letter-spacing: 2px;
  1128.    margin: 0;
  1129.    opacity: 0.9;
  1130. }
  1131.  
  1132. .featured-line {
  1133.    width: 50px;
  1134.    height: 2px;
  1135.    background: rgba(255, 255, 255, 0.6);
  1136.    margin-top: 10px;
  1137. }
  1138.  
  1139. .featured-img {
  1140.    height: 200px;
  1141.    margin: 1rem;
  1142.    border-radius: 15px;
  1143.    overflow: hidden;
  1144.    position: relative;
  1145. }
  1146.  
  1147. .featured-img img {
  1148.    width: 100%;
  1149.    height: 100%;
  1150.    object-fit: cover;
  1151.    transition: transform 0.5s ease;
  1152. }
  1153.  
  1154. .featured-card:hover .featured-img img {
  1155.    transform: scale(1.1);
  1156. }
  1157.  
  1158. .featured-content {
  1159.    padding: 0 1rem 1.5rem;
  1160. }
  1161.  
  1162. .featured-content h2 {
  1163.    font-size: 1.4rem;
  1164.    font-weight: 700;
  1165.    margin: 15px 0;
  1166.    line-height: 1.3;
  1167. }
  1168.  
  1169. .featured-content p {
  1170.    font-size: 0.95rem;
  1171.    opacity: 0.9;
  1172.    line-height: 1.6;
  1173.    margin-bottom: 1rem;
  1174. }
  1175.  
  1176. /* Category Pills */
  1177. .category-pill {
  1178.    display: inline-block;
  1179.    padding: 6px 16px;
  1180.    border-radius: 20px;
  1181.    font-size: 0.75rem;
  1182.    text-transform: uppercase;
  1183.    letter-spacing: 1px;
  1184.    margin-bottom: 10px;
  1185.    width: fit-content;
  1186. }
  1187.  
  1188. /* Author Sections */
  1189. .author-section {
  1190.    display: flex;
  1191.    align-items: center;
  1192.    gap: 15px;
  1193.    margin-top: auto;
  1194. }
  1195.  
  1196. .author-img {
  1197.    width: 60px;
  1198.    height: 60px;
  1199.    border-radius: 50%;
  1200.    object-fit: cover;
  1201. }
  1202.  
  1203. .author-details {
  1204.    display: flex;
  1205.    flex-direction: column;
  1206. }
  1207.  
  1208. .author-name {
  1209.    font-weight: 600;
  1210. color: #95a5a6;
  1211.    font-size: 16px;
  1212. }
  1213.  
  1214. .author-title {
  1215.    font-size: 0.8rem;
  1216. color: #95a5a6;
  1217.    font-weight: 500;
  1218. }
  1219.  
  1220. .publish-date {
  1221.    font-size: 0.8rem;
  1222.    color: #95a5a6;
  1223.    margin-top: 2px;
  1224. }
  1225.  
  1226. /* Featured Stats */
  1227. .featured-stats {
  1228.    display: flex;
  1229.    gap: 30px;
  1230.    margin: 20px 0;
  1231. }
  1232.  
  1233. .stat-item {
  1234.    text-align: center;
  1235. }
  1236.  
  1237. .stat-number {
  1238.    display: block;
  1239.    font-size: 1.5rem;
  1240.    font-weight: 700;
  1241.    color: white;
  1242. }
  1243.  
  1244. .stat-label {
  1245.    font-size: 0.8rem;
  1246.    opacity: 0.8;
  1247.    text-transform: uppercase;
  1248.    letter-spacing: 1px;
  1249. }
  1250.  
  1251. /* Read More Button */
  1252. .read-more-btn {
  1253.    padding: 0 30px 30px;
  1254. }
  1255.  
  1256. .btn-read {
  1257.    display: inline-block;
  1258.    padding: 12px 30px;
  1259.    background: linear-gradient(45deg, #667eea, #764ba2);
  1260.    color: white;
  1261.    text-decoration: none;
  1262.    border-radius: 20px;
  1263.    font-weight: 600;
  1264.    text-transform: uppercase;
  1265.    letter-spacing: 1px;
  1266.    font-size: 0.85rem;
  1267.    transition: all 0.3s ease;
  1268.    position: relative;
  1269.    overflow: hidden;
  1270. }
  1271.  
  1272. .btn-read::before {
  1273.    content: '';
  1274.    position: absolute;
  1275.    top: 0;
  1276.    left: -100%;
  1277.    width: 100%;
  1278.    height: 100%;
  1279.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1280.    transition: left 0.5s ease;
  1281. }
  1282.  
  1283. .btn-read:hover::before {
  1284.    left: 100%;
  1285. }
  1286.  
  1287. .btn-read:hover {
  1288.    transform: translateY(-2px);
  1289.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1290.    color: white;
  1291. }
  1292.  
  1293. /* Trending Bar */
  1294. .trending-bar {
  1295.    background: white;
  1296.    border-radius: 20px;
  1297.    padding: 25px 35px;
  1298.    display: flex;
  1299.    align-items: center;
  1300.    gap: 30px;
  1301.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1302.    border-left: 5px solid #667eea;
  1303. }
  1304.  
  1305. .trending-header h5 {
  1306.    margin: 0;
  1307.    font-weight: 700;
  1308.    color: #2c3e50;
  1309.    font-size: 1.1rem;
  1310. }
  1311.  
  1312. .trending-tags {
  1313.    display: flex;
  1314.    flex-wrap: wrap;
  1315.    gap: 15px;
  1316. }
  1317.  
  1318. .trend-tag {
  1319.    padding: 8px 18px;
  1320.    background: #f8f9fa;
  1321.    border: 2px solid #e9ecef;
  1322.    border-radius: 20px;
  1323.    font-size: 0.85rem;
  1324.    font-weight: 500;
  1325.    color: #495057;
  1326.    transition: all 0.3s ease;
  1327.    cursor: pointer;
  1328. }
  1329.  
  1330. .trend-tag:hover {
  1331.    background: #667eea;
  1332.    color: white;
  1333.    border-color: #667eea;
  1334.    transform: translateY(-2px);
  1335. }
  1336.  
  1337. /* Responsive Design */
  1338. @media (max-width: 992px) {
  1339.    .tall-card,
  1340.    .featured-card {
  1341.        height: auto;
  1342.        margin-bottom: 30px;
  1343.    }
  1344.    
  1345.  
  1346.    
  1347.    .trending-bar {
  1348.        flex-direction: column;
  1349.        align-items: flex-start;
  1350.        gap: 20px;
  1351.    }
  1352. }
  1353.  
  1354. @media (max-width: 768px) {
  1355.    .blog-hero-v3 {
  1356.        padding: 40px 0;
  1357.    }
  1358.  
  1359.    
  1360.    .trending-tags {
  1361.        justify-content: center;
  1362.    }
  1363.    
  1364.    .featured-stats {
  1365.        justify-content: center;
  1366.    }
  1367. }
  1368. </style>
  1369.  
  1370.  
  1371.  
  1372.  
  1373.        <!-- end of wpo-blog-hero -->
  1374.  
  1375.        <!-- start of wpo-breacking-news -->
  1376.        
  1377.        <!-- end of wpo-breacking-news -->
  1378.        
  1379.        <!-- start wpo-blog-highlights-section -->
  1380.        
  1381.  
  1382.  
  1383.  
  1384.    
  1385.  
  1386.  
  1387.  
  1388. <style>
  1389.    /* General Section Styling */
  1390.    .blog-highlights-v10 {
  1391.        padding: 20px 0;  /* Adjusted padding for distinction */
  1392.        position: relative;
  1393.    }
  1394.  
  1395.    /* Section Header */
  1396.    .section-header-v10 {
  1397.        text-align: left;  /* Left-aligned for uniqueness */
  1398.        margin-bottom: 50px;
  1399.        padding-left: 15px;
  1400.    }
  1401.  
  1402.    .section-title-v10 {
  1403.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  1404.        font-weight: 800;
  1405.        color: #1a1a1a;
  1406.        margin-bottom: 15px;
  1407.        text-transform: none;  /* No uppercase for modern look */
  1408.    }
  1409.  
  1410.    .section-subtitle-v10 {
  1411.        font-size: 1.05rem;
  1412.        color: #555;
  1413.        max-width: 650px;
  1414.        line-height: 1.6;
  1415.    }
  1416.  
  1417.  
  1418.    /* Blog Card */
  1419.    .blog-card-v10 {
  1420.        background: var(--card-bg);
  1421.        border-radius: 10px;  /* Softer corners */
  1422.        margin-bottom: 35px;
  1423.        overflow: hidden;
  1424.        opacity: 0;  /* Initially hidden for animation */
  1425.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  1426.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  1427.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  1428.    }
  1429.  
  1430.    .blog-card-v10.visible {
  1431.        opacity: 1;
  1432.        transform: rotate(0deg);  /* Straighten on appearance */
  1433.    }
  1434.  
  1435.    @keyframes fadeRotateIn {
  1436.        from {
  1437.            opacity: 0;
  1438.            transform: rotate(1.5deg);
  1439.        }
  1440.        to {
  1441.            opacity: 1;
  1442.            transform: rotate(0deg);
  1443.        }
  1444.    }
  1445.  
  1446.    .blog-card-v10:hover {
  1447.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  1448.    }
  1449.  
  1450.    /* Blog Image */
  1451.    .blog-image-container-v10 {
  1452.        width: 100%;
  1453.        height: 240px;  /* Unique height for v10 */
  1454.        overflow: hidden;
  1455.        position: relative;
  1456.    }
  1457.  
  1458.    .blog-image-v10 img {
  1459.        width: 100%;
  1460.        height: 100%;
  1461.        object-fit: cover;
  1462.    }
  1463.  
  1464.    /* Blog Content */
  1465.    .blog-content-v10 {
  1466.        padding: 20px 22px;  /* Adjusted padding */
  1467.        text-align: left;
  1468.    }
  1469.  
  1470.    .blog-title-v10 {
  1471.        font-size: 1.55rem;  /* Slightly larger than v9 */
  1472.        font-weight: 700;
  1473.        margin-bottom: 12px;
  1474.        color: #1a1a1a;
  1475.    }
  1476.  
  1477.    .blog-meta-v10 {
  1478.        font-size: 0.85rem;
  1479.        color: #777;
  1480.        margin-bottom: 12px;
  1481.        font-style: italic;  /* Italic for distinction */
  1482.    }
  1483.  
  1484.    .blog-excerpt-v10 {
  1485.        font-size: 0.95rem;
  1486.        color: #555;
  1487.        margin-bottom: 15px;
  1488.        line-height: 1.6;
  1489.    }
  1490.  
  1491.    .blog-actions-v10 {
  1492.        display: inline-block;
  1493.    }
  1494.  
  1495.    .blog-read-more-v10 {
  1496.        font-size: 0.95rem;
  1497.        color: #e74c3c;  /* Red accent for uniqueness */
  1498.        text-decoration: none;
  1499.        font-weight: 600;
  1500.        transition: color 0.3s ease;
  1501.    }
  1502.  
  1503.    .blog-read-more-v10:hover {
  1504.        color: #c0392b;  /* Darker red on hover */
  1505.    }
  1506.    /* Responsive Design */
  1507.    @media (max-width: 768px) {
  1508.        .section-title-v10 {
  1509.            font-size: 2.4rem;
  1510.        }
  1511.  
  1512.        .section-header-v10 {
  1513.            padding-left: 10px;
  1514.        }
  1515.        
  1516.        .blog-card-v10 {
  1517.            margin-bottom: 20px;
  1518.        }
  1519.  
  1520.        .blog-meta-v10 {
  1521.            font-size: 0.75rem;
  1522.        }
  1523.  
  1524.        .blog-image-container-v10 {
  1525.            height: 170px;  /* Adjusted for mobile */
  1526.        }
  1527.  
  1528.        .sidebar-v10 {
  1529.            padding: 15px;
  1530.        }
  1531.    }
  1532. </style>
  1533.  
  1534. <section class="blog-highlights-v10">
  1535.    <div class="container-fluid fluid-container">
  1536.        <!-- Section Header -->
  1537.        <div class="row">
  1538.            <div class="col-12 col-lg-10">  
  1539.                <div class="section-header-v10">
  1540.                    <h2 class="section-title-v10">
  1541.                Today's Top Highlights
  1542.                   </h2>
  1543.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  1544.                </div>
  1545.            </div>
  1546.        </div>
  1547.        
  1548.        <!-- Blog Grid and Sidebar -->
  1549.        <div class="row">
  1550.            <div class="col-lg-8">
  1551.                <div class="row">
  1552.                    
  1553.                    <div class="col-md-6 col-sm-12">  
  1554.                        <article class="blog-card-v10">
  1555.                            <div class="blog-image-container-v10">
  1556.                                <div class="blog-image-v10 h-100">
  1557.                                    
  1558.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1559.                                    
  1560.                                </div>
  1561.                            </div>
  1562.                            <div class="blog-content-v10">
  1563.                                <h3 class="blog-title-v10">
  1564.                                     <a class="top-color" href="/a-decade-long-liaison-by-erin-somers-a-midlife-adultery-story-our-era-deserves/" >
  1565.                                    A Decade-Long Liaison by Erin Somers: A Midlife Adultery Story Our Era Deserves.
  1566.                                    </a>
  1567.                                </h3>
  1568.                                <div class="blog-meta-v10">
  1569.                                    <span>By Barbara Hayes • 16 May 2026</span>
  1570.                                </div>
  1571.                                <p class="blog-excerpt-v10">
  1572.                                    
  1573.                                </p>
  1574.                                <div class="blog-actions-v10">
  1575.                                    <a href="/a-decade-long-liaison-by-erin-somers-a-midlife-adultery-story-our-era-deserves/" class="blog-read-more-v10">Read More</a>
  1576.                                </div>
  1577.                            </div>
  1578.                        </article>
  1579.                    </div>
  1580.                    
  1581.                    <div class="col-md-6 col-sm-12">  
  1582.                        <article class="blog-card-v10">
  1583.                            <div class="blog-image-container-v10">
  1584.                                <div class="blog-image-v10 h-100">
  1585.                                    
  1586.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1587.                                    
  1588.                                </div>
  1589.                            </div>
  1590.                            <div class="blog-content-v10">
  1591.                                <h3 class="blog-title-v10">
  1592.                                     <a class="top-color" href="/leader-zelensky-declares-the-nation-was-10-away-from-peace-but-not-at-any-cost/" >
  1593.                                    Leader Zelensky Declares The Nation Was 10% Away from Peace, But Not at Any Cost
  1594.                                    </a>
  1595.                                </h3>
  1596.                                <div class="blog-meta-v10">
  1597.                                    <span>By Barbara Hayes • 16 May 2026</span>
  1598.                                </div>
  1599.                                <p class="blog-excerpt-v10">
  1600.                                    
  1601.                                </p>
  1602.                                <div class="blog-actions-v10">
  1603.                                    <a href="/leader-zelensky-declares-the-nation-was-10-away-from-peace-but-not-at-any-cost/" class="blog-read-more-v10">Read More</a>
  1604.                                </div>
  1605.                            </div>
  1606.                        </article>
  1607.                    </div>
  1608.                    
  1609.                    <div class="col-md-6 col-sm-12">  
  1610.                        <article class="blog-card-v10">
  1611.                            <div class="blog-image-container-v10">
  1612.                                <div class="blog-image-v10 h-100">
  1613.                                    
  1614.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1615.                                    
  1616.                                </div>
  1617.                            </div>
  1618.                            <div class="blog-content-v10">
  1619.                                <h3 class="blog-title-v10">
  1620.                                     <a class="top-color" href="/the-new-animated-series-introductory-sequence-selected-the-wrong-critical-role-song/" >
  1621.                                    The New Animated Series&#x27; Introductory Sequence Selected the Wrong Critical Role Song
  1622.                                    </a>
  1623.                                </h3>
  1624.                                <div class="blog-meta-v10">
  1625.                                    <span>By Barbara Hayes • 16 May 2026</span>
  1626.                                </div>
  1627.                                <p class="blog-excerpt-v10">
  1628.                                    
  1629.                                </p>
  1630.                                <div class="blog-actions-v10">
  1631.                                    <a href="/the-new-animated-series-introductory-sequence-selected-the-wrong-critical-role-song/" class="blog-read-more-v10">Read More</a>
  1632.                                </div>
  1633.                            </div>
  1634.                        </article>
  1635.                    </div>
  1636.                    
  1637.                    <div class="col-md-6 col-sm-12">  
  1638.                        <article class="blog-card-v10">
  1639.                            <div class="blog-image-container-v10">
  1640.                                <div class="blog-image-v10 h-100">
  1641.                                    
  1642.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1643.                                    
  1644.                                </div>
  1645.                            </div>
  1646.                            <div class="blog-content-v10">
  1647.                                <h3 class="blog-title-v10">
  1648.                                     <a class="top-color" href="/trump-global-conflicts-sparse-reporting-major-obstacles-to-global-warming-solutions-that-hindered-climate-summit/" >
  1649.                                    Trump, Global Conflicts, Sparse Reporting: Major Obstacles to Global Warming Solutions That Hindered Climate Summit
  1650.                                    </a>
  1651.                                </h3>
  1652.                                <div class="blog-meta-v10">
  1653.                                    <span>By Barbara Hayes • 16 May 2026</span>
  1654.                                </div>
  1655.                                <p class="blog-excerpt-v10">
  1656.                                    
  1657.                                </p>
  1658.                                <div class="blog-actions-v10">
  1659.                                    <a href="/trump-global-conflicts-sparse-reporting-major-obstacles-to-global-warming-solutions-that-hindered-climate-summit/" class="blog-read-more-v10">Read More</a>
  1660.                                </div>
  1661.                            </div>
  1662.                        </article>
  1663.                    </div>
  1664.                    
  1665.                    <div class="col-md-6 col-sm-12">  
  1666.                        <article class="blog-card-v10">
  1667.                            <div class="blog-image-container-v10">
  1668.                                <div class="blog-image-v10 h-100">
  1669.                                    
  1670.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1671.                                    
  1672.                                </div>
  1673.                            </div>
  1674.                            <div class="blog-content-v10">
  1675.                                <h3 class="blog-title-v10">
  1676.                                     <a class="top-color" href="/nutrition-assistance-expected-to-cease-for-tens-of-millions-during-continuing-us-government-shutdown/" >
  1677.                                    Nutrition Assistance Expected to Cease for Tens of Millions During Continuing US Government Shutdown
  1678.                                    </a>
  1679.                                </h3>
  1680.                                <div class="blog-meta-v10">
  1681.                                    <span>By Barbara Hayes • 16 May 2026</span>
  1682.                                </div>
  1683.                                <p class="blog-excerpt-v10">
  1684.                                    
  1685.                                </p>
  1686.                                <div class="blog-actions-v10">
  1687.                                    <a href="/nutrition-assistance-expected-to-cease-for-tens-of-millions-during-continuing-us-government-shutdown/" class="blog-read-more-v10">Read More</a>
  1688.                                </div>
  1689.                            </div>
  1690.                        </article>
  1691.                    </div>
  1692.                    
  1693.                    <div class="col-md-6 col-sm-12">  
  1694.                        <article class="blog-card-v10">
  1695.                            <div class="blog-image-container-v10">
  1696.                                <div class="blog-image-v10 h-100">
  1697.                                    
  1698.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1699.                                    
  1700.                                </div>
  1701.                            </div>
  1702.                            <div class="blog-content-v10">
  1703.                                <h3 class="blog-title-v10">
  1704.                                     <a class="top-color" href="/sadness-occurs-as-man-passes-away-after-sea-recovery-off-british-coast/" >
  1705.                                    Sadness Occurs as Man Passes Away After Sea Recovery Off British Coast
  1706.                                    </a>
  1707.                                </h3>
  1708.                                <div class="blog-meta-v10">
  1709.                                    <span>By Barbara Hayes • 16 May 2026</span>
  1710.                                </div>
  1711.                                <p class="blog-excerpt-v10">
  1712.                                    
  1713.                                </p>
  1714.                                <div class="blog-actions-v10">
  1715.                                    <a href="/sadness-occurs-as-man-passes-away-after-sea-recovery-off-british-coast/" class="blog-read-more-v10">Read More</a>
  1716.                                </div>
  1717.                            </div>
  1718.                        </article>
  1719.                    </div>
  1720.                    
  1721.                    <div class="col-md-6 col-sm-12">  
  1722.                        <article class="blog-card-v10">
  1723.                            <div class="blog-image-container-v10">
  1724.                                <div class="blog-image-v10 h-100">
  1725.                                    
  1726.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1727.                                    
  1728.                                </div>
  1729.                            </div>
  1730.                            <div class="blog-content-v10">
  1731.                                <h3 class="blog-title-v10">
  1732.                                     <a class="top-color" href="/mastering-to-winning-at-slot-machine-pokie-games/" >
  1733.                                    Mastering to Winning at Slot Machine Pokie Games
  1734.                                    </a>
  1735.                                </h3>
  1736.                                <div class="blog-meta-v10">
  1737.                                    <span>By Barbara Hayes • 16 May 2026</span>
  1738.                                </div>
  1739.                                <p class="blog-excerpt-v10">
  1740.                                    
  1741.                                </p>
  1742.                                <div class="blog-actions-v10">
  1743.                                    <a href="/mastering-to-winning-at-slot-machine-pokie-games/" class="blog-read-more-v10">Read More</a>
  1744.                                </div>
  1745.                            </div>
  1746.                        </article>
  1747.                    </div>
  1748.                    
  1749.                    <div class="col-md-6 col-sm-12">  
  1750.                        <article class="blog-card-v10">
  1751.                            <div class="blog-image-container-v10">
  1752.                                <div class="blog-image-v10 h-100">
  1753.                                    
  1754.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1755.                                    
  1756.                                </div>
  1757.                            </div>
  1758.                            <div class="blog-content-v10">
  1759.                                <h3 class="blog-title-v10">
  1760.                                     <a class="top-color" href="/prime-minister-hails-a-historic-day-as-online-safety-chief-forecasts-world-will-follow-our-lead/" >
  1761.                                    Prime Minister Hails a &#x27;Historic Day&#x27; as Online Safety Chief Forecasts &#x27;World Will Follow Our Lead&#x27;.
  1762.                                    </a>
  1763.                                </h3>
  1764.                                <div class="blog-meta-v10">
  1765.                                    <span>By Barbara Hayes • 16 May 2026</span>
  1766.                                </div>
  1767.                                <p class="blog-excerpt-v10">
  1768.                                    
  1769.                                </p>
  1770.                                <div class="blog-actions-v10">
  1771.                                    <a href="/prime-minister-hails-a-historic-day-as-online-safety-chief-forecasts-world-will-follow-our-lead/" class="blog-read-more-v10">Read More</a>
  1772.                                </div>
  1773.                            </div>
  1774.                        </article>
  1775.                    </div>
  1776.                    
  1777.                    <div class="col-md-6 col-sm-12">  
  1778.                        <article class="blog-card-v10">
  1779.                            <div class="blog-image-container-v10">
  1780.                                <div class="blog-image-v10 h-100">
  1781.                                    
  1782.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1783.                                    
  1784.                                </div>
  1785.                            </div>
  1786.                            <div class="blog-content-v10">
  1787.                                <h3 class="blog-title-v10">
  1788.                                     <a class="top-color" href="/gop-senator-claims-deal-is-possible-on-health-care-as-crucial-tax-credits-approach-expiration/" >
  1789.                                    GOP Senator Claims &#x27;Deal Is Possible&#x27; on Health Care as Crucial Tax Credits Approach Expiration.
  1790.                                    </a>
  1791.                                </h3>
  1792.                                <div class="blog-meta-v10">
  1793.                                    <span>By Barbara Hayes • 15 May 2026</span>
  1794.                                </div>
  1795.                                <p class="blog-excerpt-v10">
  1796.                                    
  1797.                                </p>
  1798.                                <div class="blog-actions-v10">
  1799.                                    <a href="/gop-senator-claims-deal-is-possible-on-health-care-as-crucial-tax-credits-approach-expiration/" class="blog-read-more-v10">Read More</a>
  1800.                                </div>
  1801.                            </div>
  1802.                        </article>
  1803.                    </div>
  1804.                    
  1805.                    <div class="col-md-6 col-sm-12">  
  1806.                        <article class="blog-card-v10">
  1807.                            <div class="blog-image-container-v10">
  1808.                                <div class="blog-image-v10 h-100">
  1809.                                    
  1810.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1811.                                    
  1812.                                </div>
  1813.                            </div>
  1814.                            <div class="blog-content-v10">
  1815.                                <h3 class="blog-title-v10">
  1816.                                     <a class="top-color" href="/your-go-to-manual-on-choosing-the-perfect-online-slot-game-for-you/" >
  1817.                                    Your Go-To Manual on Choosing the Perfect Online Slot Game for You
  1818.                                    </a>
  1819.                                </h3>
  1820.                                <div class="blog-meta-v10">
  1821.                                    <span>By Barbara Hayes • 15 May 2026</span>
  1822.                                </div>
  1823.                                <p class="blog-excerpt-v10">
  1824.                                    
  1825.                                </p>
  1826.                                <div class="blog-actions-v10">
  1827.                                    <a href="/your-go-to-manual-on-choosing-the-perfect-online-slot-game-for-you/" class="blog-read-more-v10">Read More</a>
  1828.                                </div>
  1829.                            </div>
  1830.                        </article>
  1831.                    </div>
  1832.                    
  1833.                    <div class="col-md-6 col-sm-12">  
  1834.                        <article class="blog-card-v10">
  1835.                            <div class="blog-image-container-v10">
  1836.                                <div class="blog-image-v10 h-100">
  1837.                                    
  1838.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1839.                                    
  1840.                                </div>
  1841.                            </div>
  1842.                            <div class="blog-content-v10">
  1843.                                <h3 class="blog-title-v10">
  1844.                                     <a class="top-color" href="/administration-condemns-democratic-hoax-as-additional-jeffrey-epstein-photos-made-public/" >
  1845.                                    Administration Condemns &#x27;Democratic Hoax&#x27; as Additional Jeffrey Epstein Photos Made Public
  1846.                                    </a>
  1847.                                </h3>
  1848.                                <div class="blog-meta-v10">
  1849.                                    <span>By Barbara Hayes • 15 May 2026</span>
  1850.                                </div>
  1851.                                <p class="blog-excerpt-v10">
  1852.                                    
  1853.                                </p>
  1854.                                <div class="blog-actions-v10">
  1855.                                    <a href="/administration-condemns-democratic-hoax-as-additional-jeffrey-epstein-photos-made-public/" class="blog-read-more-v10">Read More</a>
  1856.                                </div>
  1857.                            </div>
  1858.                        </article>
  1859.                    </div>
  1860.                    
  1861.                    <div class="col-md-6 col-sm-12">  
  1862.                        <article class="blog-card-v10">
  1863.                            <div class="blog-image-container-v10">
  1864.                                <div class="blog-image-v10 h-100">
  1865.                                    
  1866.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1867.                                    
  1868.                                </div>
  1869.                            </div>
  1870.                            <div class="blog-content-v10">
  1871.                                <h3 class="blog-title-v10">
  1872.                                     <a class="top-color" href="/the-defender-exits-international-stage-long-past-her-legacy-was-engraved-into-soccer-icons/" >
  1873.                                    The Defender Exits International Stage Long Past Her Legacy Was Engraved Into Soccer Icons
  1874.                                    </a>
  1875.                                </h3>
  1876.                                <div class="blog-meta-v10">
  1877.                                    <span>By Barbara Hayes • 15 May 2026</span>
  1878.                                </div>
  1879.                                <p class="blog-excerpt-v10">
  1880.                                    
  1881.                                </p>
  1882.                                <div class="blog-actions-v10">
  1883.                                    <a href="/the-defender-exits-international-stage-long-past-her-legacy-was-engraved-into-soccer-icons/" class="blog-read-more-v10">Read More</a>
  1884.                                </div>
  1885.                            </div>
  1886.                        </article>
  1887.                    </div>
  1888.                    
  1889.                    
  1890.  
  1891.                </div>
  1892.            </div>
  1893.  
  1894.            <!-- Sidebar -->
  1895.                   <div class="col col-lg-4 col-12">
  1896.                <div class="sidebar-v10">
  1897.                      
  1898.  
  1899.  
  1900.  
  1901.    
  1902.  
  1903.  
  1904. <!-- Blog Sidebar V2 - Focused Design -->
  1905.  <div class="sidebar mb-3">
  1906.    <!-- Recent Posts Section -->
  1907.    <div class="sidebar-widget mb-5">
  1908.      <div class="widget-title-wrapper mb-3">
  1909.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1910.          <i class="ti-time me-2"></i>Recent Posts
  1911.          <span class="title-arrow-primary"></span>
  1912.        </h4>
  1913.      </div>
  1914.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1915.        <div class="recent-post-list">
  1916.          
  1917.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1918.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1919.                
  1920.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1921.              
  1922.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1923.            </div>
  1924.            <div class="post-content flex-grow-1">
  1925.              <h6 class="post-title mb-2">
  1926.                 <a href="/line-of-duty-confirmed-for-seventh-series-on-bbc/" class="text-decoration-none top-color fw-semibold lh-sm">
  1927.                                            Line of Duty Confirmed for Seventh Series on BBC
  1928.                                            </a>
  1929.              </h6>
  1930.              <div class="post-meta mb-3">
  1931.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  1932.                <!-- <small class="text-muted">
  1933.                  <i class="ti-eye me-1"></i>348 views
  1934.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1935.                </small> -->
  1936.              </div>
  1937.            </div>
  1938.          </div>
  1939.        
  1940.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1941.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1942.                
  1943.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1944.              
  1945.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1946.            </div>
  1947.            <div class="post-content flex-grow-1">
  1948.              <h6 class="post-title mb-2">
  1949.                 <a href="/the-22-year-old-tennis-player-emma-raducanu-wraps-up-the-current-season-and-will-keep-her-coach-into-the-2026-season/" class="text-decoration-none top-color fw-semibold lh-sm">
  1950.                                            The 22-year-old tennis player Emma Raducanu wraps up the current season and will keep her coach into the 2026 season.
  1951.                                            </a>
  1952.              </h6>
  1953.              <div class="post-meta mb-3">
  1954.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  1955.                <!-- <small class="text-muted">
  1956.                  <i class="ti-eye me-1"></i>348 views
  1957.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1958.                </small> -->
  1959.              </div>
  1960.            </div>
  1961.          </div>
  1962.        
  1963.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1964.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1965.                
  1966.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1967.              
  1968.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1969.            </div>
  1970.            <div class="post-content flex-grow-1">
  1971.              <h6 class="post-title mb-2">
  1972.                 <a href="/3-game-pass-games-that-can-justify-your-subscription-during-the-weekend-nov-21-23/" class="text-decoration-none top-color fw-semibold lh-sm">
  1973.                                            3 Game Pass Games That Can Justify Your Subscription During the Weekend (Nov. 21-23)
  1974.                                            </a>
  1975.              </h6>
  1976.              <div class="post-meta mb-3">
  1977.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  1978.                <!-- <small class="text-muted">
  1979.                  <i class="ti-eye me-1"></i>348 views
  1980.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1981.                </small> -->
  1982.              </div>
  1983.            </div>
  1984.          </div>
  1985.        
  1986.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1987.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1988.                
  1989.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1990.              
  1991.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1992.            </div>
  1993.            <div class="post-content flex-grow-1">
  1994.              <h6 class="post-title mb-2">
  1995.                 <a href="/pre-ashes-banter-escalates-as-stuart-broad-labels-australia-the-weakest-since-2010/" class="text-decoration-none top-color fw-semibold lh-sm">
  1996.                                            Pre-Ashes Banter Escalates as Stuart Broad Labels Australia the Weakest Since 2010
  1997.                                            </a>
  1998.              </h6>
  1999.              <div class="post-meta mb-3">
  2000.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  2001.                <!-- <small class="text-muted">
  2002.                  <i class="ti-eye me-1"></i>348 views
  2003.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2004.                </small> -->
  2005.              </div>
  2006.            </div>
  2007.          </div>
  2008.        
  2009.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2010.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2011.                
  2012.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2013.              
  2014.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2015.            </div>
  2016.            <div class="post-content flex-grow-1">
  2017.              <h6 class="post-title mb-2">
  2018.                 <a href="/the-greek-tennis-star-seriously-considered-retirement-during-injury-plagued-2025-season/" class="text-decoration-none top-color fw-semibold lh-sm">
  2019.                                            The Greek tennis star Seriously Considered Retirement During Injury-Plagued 2025 Season
  2020.                                            </a>
  2021.              </h6>
  2022.              <div class="post-meta mb-3">
  2023.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>15 May 2026</small>
  2024.                <!-- <small class="text-muted">
  2025.                  <i class="ti-eye me-1"></i>348 views
  2026.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2027.                </small> -->
  2028.              </div>
  2029.            </div>
  2030.          </div>
  2031.        
  2032.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2033.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2034.                
  2035.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2036.              
  2037.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2038.            </div>
  2039.            <div class="post-content flex-grow-1">
  2040.              <h6 class="post-title mb-2">
  2041.                 <a href="/tottenham-defender-van-de-ven-expresses-surprise-over-postecoglou-dismissal/" class="text-decoration-none top-color fw-semibold lh-sm">
  2042.                                            Tottenham Defender Van de Ven Expresses Surprise Over Postecoglou Dismissal
  2043.                                            </a>
  2044.              </h6>
  2045.              <div class="post-meta mb-3">
  2046.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>14 May 2026</small>
  2047.                <!-- <small class="text-muted">
  2048.                  <i class="ti-eye me-1"></i>348 views
  2049.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2050.                </small> -->
  2051.              </div>
  2052.            </div>
  2053.          </div>
  2054.        
  2055.        </div>
  2056.  
  2057.        <div class="text-center mt-4 pt-3 border-top border-light">
  2058.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2059.        </div>
  2060.      </div>
  2061.    </div>
  2062.  
  2063.    
  2064.    <div class="sidebar-widget mb-4">
  2065.      <div class="widget-title-wrapper mb-3">
  2066.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2067.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2068.          <span class="title-arrow"></span>
  2069.        </h4>
  2070.      </div>
  2071.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2072.        <div class="blog-roll-list scrollable-sidebar">
  2073.          
  2074.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2075.            <a href="https://esports-news.co.uk/gambling-sites/lolajack-review/" class="text-decoration-none " rel="dofollow">
  2076.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2077.                <i class="ti-angle-right me-2 text-primary"></i>
  2078.                lolajack review
  2079.              </h6>
  2080.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2081.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2082.              </div> -->
  2083.            </a>
  2084.          </div>
  2085.          
  2086.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2087.            <a href="https://esports-news.co.uk/gambling-sites/betninja-review/" class="text-decoration-none " rel="dofollow">
  2088.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2089.                <i class="ti-angle-right me-2 text-primary"></i>
  2090.                betninja review
  2091.              </h6>
  2092.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2093.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2094.              </div> -->
  2095.            </a>
  2096.          </div>
  2097.          
  2098.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2099.            <a href="https://heyimhome.co.uk/" class="text-decoration-none " rel="dofollow">
  2100.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2101.                <i class="ti-angle-right me-2 text-primary"></i>
  2102.                casino not on gamstop
  2103.              </h6>
  2104.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2105.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2106.              </div> -->
  2107.            </a>
  2108.          </div>
  2109.          
  2110.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2111.            <a href="https://www.lattitude.org.uk/" class="text-decoration-none " rel="dofollow">
  2112.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2113.                <i class="ti-angle-right me-2 text-primary"></i>
  2114.                online casino
  2115.              </h6>
  2116.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2117.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2118.              </div> -->
  2119.            </a>
  2120.          </div>
  2121.          
  2122.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2123.            <a href="https://knightsof.media/" class="text-decoration-none " rel="dofollow">
  2124.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2125.                <i class="ti-angle-right me-2 text-primary"></i>
  2126.                online casino
  2127.              </h6>
  2128.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2129.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2130.              </div> -->
  2131.            </a>
  2132.          </div>
  2133.          
  2134.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2135.            <a href="https://heyimhome.co.uk/" class="text-decoration-none " rel="dofollow">
  2136.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2137.                <i class="ti-angle-right me-2 text-primary"></i>
  2138.                casinos not on gamstop
  2139.              </h6>
  2140.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2141.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2142.              </div> -->
  2143.            </a>
  2144.          </div>
  2145.          
  2146.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2147.            <a href="https://www.lsx.org.uk/" class="text-decoration-none " rel="dofollow">
  2148.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2149.                <i class="ti-angle-right me-2 text-primary"></i>
  2150.                best online betting sites
  2151.              </h6>
  2152.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2153.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2154.              </div> -->
  2155.            </a>
  2156.          </div>
  2157.          
  2158.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2159.            <a href="https://www.focus12.co.uk/" class="text-decoration-none " rel="dofollow">
  2160.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2161.                <i class="ti-angle-right me-2 text-primary"></i>
  2162.                casino not on gamstop
  2163.              </h6>
  2164.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2165.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2166.              </div> -->
  2167.            </a>
  2168.          </div>
  2169.          
  2170.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2171.            <a href="https://www.money-mentor.org/" class="text-decoration-none " rel="dofollow">
  2172.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2173.                <i class="ti-angle-right me-2 text-primary"></i>
  2174.                no kyc casino
  2175.              </h6>
  2176.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2177.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2178.              </div> -->
  2179.            </a>
  2180.          </div>
  2181.          
  2182.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2183.            <a href="https://nursingnotes.co.uk/" class="text-decoration-none " rel="dofollow">
  2184.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2185.                <i class="ti-angle-right me-2 text-primary"></i>
  2186.                casino not on gamstop
  2187.              </h6>
  2188.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2189.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2190.              </div> -->
  2191.            </a>
  2192.          </div>
  2193.          
  2194.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2195.            <a href="https://straightfromyard.co.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.                casino 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://realrussia.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.                best online betting sites uk
  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.richmondreview.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.                non gamstop casinos uk
  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://www.focus12.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.                non gamstop casino
  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://britishicehockey.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.                non gamstop casino
  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://adventuregamers.com/online-casinos/non-gamstop" 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.                non gamstop casino
  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://bereavementcommission.org.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.                casino 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.  
  2279.        </div>
  2280. <!--
  2281.        <div class="text-center mt-4 pt-3 border-top border-light">
  2282.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2283.        </div> -->
  2284.      </div>
  2285.    </div>
  2286.    
  2287.    <div class="sidebar-widget mb-4">
  2288.      <div class="widget-title-wrapper mb-3">
  2289.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2290.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2291.          <span class="title-arrow"></span>
  2292.        </h4>
  2293.      </div>
  2294.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2295.        <div class="blog-roll-list scrollable-sidebar">
  2296.          
  2297.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2298.            <a href="https://maisondefleurs.co.uk" class="text-decoration-none " rel="dofollow">
  2299.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2300.                <i class="ti-angle-right me-2 text-primary"></i>
  2301.                non GamStop slots
  2302.              </h6>
  2303.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2304.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2305.              </div> -->
  2306.            </a>
  2307.          </div>
  2308.          
  2309.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2310.            <a href="https://fortworden.org/" class="text-decoration-none " rel="dofollow">
  2311.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2312.                <i class="ti-angle-right me-2 text-primary"></i>
  2313.                crypto casinos
  2314.              </h6>
  2315.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2316.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2317.              </div> -->
  2318.            </a>
  2319.          </div>
  2320.          
  2321.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2322.            <a href="https://www.stamina.org.uk/" class="text-decoration-none " rel="dofollow">
  2323.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2324.                <i class="ti-angle-right me-2 text-primary"></i>
  2325.                non GAMSTOP casino
  2326.              </h6>
  2327.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2328.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2329.              </div> -->
  2330.            </a>
  2331.          </div>
  2332.          
  2333.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2334.            <a href="https://www.hintsandthings.co.uk/" class="text-decoration-none " rel="dofollow">
  2335.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2336.                <i class="ti-angle-right me-2 text-primary"></i>
  2337.                bitcoin casino
  2338.              </h6>
  2339.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2340.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2341.              </div> -->
  2342.            </a>
  2343.          </div>
  2344.          
  2345.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2346.            <a href="https://gamingamerica.com/non-gamstop-casinos" class="text-decoration-none " rel="dofollow">
  2347.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2348.                <i class="ti-angle-right me-2 text-primary"></i>
  2349.                casino not on gamstop
  2350.              </h6>
  2351.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2352.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2353.              </div> -->
  2354.            </a>
  2355.          </div>
  2356.          
  2357.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2358.            <a href="https://internationalschoolmealsday.com/" class="text-decoration-none " rel="dofollow">
  2359.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2360.                <i class="ti-angle-right me-2 text-primary"></i>
  2361.                casinos not on gamstop
  2362.              </h6>
  2363.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2364.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2365.              </div> -->
  2366.            </a>
  2367.          </div>
  2368.          
  2369.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2370.            <a href="https://www.chemical-records.co.uk/" class="text-decoration-none " rel="dofollow">
  2371.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2372.                <i class="ti-angle-right me-2 text-primary"></i>
  2373.                casinos not on gamstop
  2374.              </h6>
  2375.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2376.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2377.              </div> -->
  2378.            </a>
  2379.          </div>
  2380.          
  2381.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2382.            <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none " rel="dofollow">
  2383.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2384.                <i class="ti-angle-right me-2 text-primary"></i>
  2385.                casinos not on gamstop
  2386.              </h6>
  2387.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2388.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2389.              </div> -->
  2390.            </a>
  2391.          </div>
  2392.          
  2393.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2394.            <a href="https://bereavementcommission.org.uk/" class="text-decoration-none " rel="dofollow">
  2395.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2396.                <i class="ti-angle-right me-2 text-primary"></i>
  2397.                casinos not on gamstop
  2398.              </h6>
  2399.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2400.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2401.              </div> -->
  2402.            </a>
  2403.          </div>
  2404.          
  2405.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2406.            <a href="https://unbound.co.uk/" class="text-decoration-none " rel="dofollow">
  2407.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2408.                <i class="ti-angle-right me-2 text-primary"></i>
  2409.                casinos not on gamstop
  2410.              </h6>
  2411.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2412.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2413.              </div> -->
  2414.            </a>
  2415.          </div>
  2416.          
  2417.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2418.            <a href="https://straightfromyard.co.uk/" class="text-decoration-none " rel="dofollow">
  2419.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2420.                <i class="ti-angle-right me-2 text-primary"></i>
  2421.                casinos not on gamstop
  2422.              </h6>
  2423.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2424.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2425.              </div> -->
  2426.            </a>
  2427.          </div>
  2428.          
  2429.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2430.            <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none " rel="dofollow">
  2431.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2432.                <i class="ti-angle-right me-2 text-primary"></i>
  2433.                casinos not on gamstop
  2434.              </h6>
  2435.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2436.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2437.              </div> -->
  2438.            </a>
  2439.          </div>
  2440.          
  2441.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2442.            <a href="https://www.surfaceview.co.uk/" class="text-decoration-none " rel="dofollow">
  2443.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2444.                <i class="ti-angle-right me-2 text-primary"></i>
  2445.                casinos not on gamstop
  2446.              </h6>
  2447.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2448.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2449.              </div> -->
  2450.            </a>
  2451.          </div>
  2452.          
  2453.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2454.            <a href="https://www.citytosea.org.uk/" class="text-decoration-none " rel="dofollow">
  2455.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2456.                <i class="ti-angle-right me-2 text-primary"></i>
  2457.                casinos not on gamstop
  2458.              </h6>
  2459.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2460.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2461.              </div> -->
  2462.            </a>
  2463.          </div>
  2464.          
  2465.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2466.            <a href="https://www.london-irish.com/" 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.                casinos 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://www.summerhall.co.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.                casinos 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.elthampalace.org.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.                casinos not on gamstop
  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.coexisthouse.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.                non gamstop casino uk
  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.nordicresearchnetwork.co.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.                non UK casino
  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://www.nhsborders.org.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.                crypto casino
  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.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2538.            <a href="https://forcesreunited.org.uk/" class="text-decoration-none " rel="dofollow">
  2539.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2540.                <i class="ti-angle-right me-2 text-primary"></i>
  2541.                harry casino reviews
  2542.              </h6>
  2543.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2544.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2545.              </div> -->
  2546.            </a>
  2547.          </div>
  2548.          
  2549.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2550.            <a href="https://qualityofcarenetwork.org/" class="text-decoration-none " rel="dofollow">
  2551.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2552.                <i class="ti-angle-right me-2 text-primary"></i>
  2553.                Lolajack
  2554.              </h6>
  2555.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2556.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2557.              </div> -->
  2558.            </a>
  2559.          </div>
  2560.          
  2561.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2562.            <a href="https://cancerbacup.org.uk" class="text-decoration-none " rel="dofollow">
  2563.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2564.                <i class="ti-angle-right me-2 text-primary"></i>
  2565.                non gamstop casinos
  2566.              </h6>
  2567.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2568.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2569.              </div> -->
  2570.            </a>
  2571.          </div>
  2572.          
  2573.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2574.            <a href="https://fishonline.org" class="text-decoration-none " rel="dofollow">
  2575.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2576.                <i class="ti-angle-right me-2 text-primary"></i>
  2577.                non gamstop casino
  2578.              </h6>
  2579.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2580.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2581.              </div> -->
  2582.            </a>
  2583.          </div>
  2584.          
  2585.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2586.            <a href="https://ecademy.com" class="text-decoration-none " rel="dofollow">
  2587.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2588.                <i class="ti-angle-right me-2 text-primary"></i>
  2589.                non gamstop casino
  2590.              </h6>
  2591.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2592.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2593.              </div> -->
  2594.            </a>
  2595.          </div>
  2596.          
  2597.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2598.            <a href="https://contextis.co.uk" class="text-decoration-none " rel="dofollow">
  2599.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2600.                <i class="ti-angle-right me-2 text-primary"></i>
  2601.                non gamstop casino
  2602.              </h6>
  2603.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2604.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2605.              </div> -->
  2606.            </a>
  2607.          </div>
  2608.          
  2609.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2610.            <a href="https://diabetologists-abcd.org.uk/" class="text-decoration-none " rel="dofollow">
  2611.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2612.                <i class="ti-angle-right me-2 text-primary"></i>
  2613.                non gamstop casinos
  2614.              </h6>
  2615.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2616.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2617.              </div> -->
  2618.            </a>
  2619.          </div>
  2620.          
  2621.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2622.            <a href="https://slsablog.co.uk/" class="text-decoration-none " rel="dofollow">
  2623.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2624.                <i class="ti-angle-right me-2 text-primary"></i>
  2625.                top 20 online casinos uk real money
  2626.              </h6>
  2627.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2628.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2629.              </div> -->
  2630.            </a>
  2631.          </div>
  2632.          
  2633.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2634.            <a href="https://www.surfaceview.co.uk/" class="text-decoration-none " rel="dofollow">
  2635.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2636.                <i class="ti-angle-right me-2 text-primary"></i>
  2637.                non gamstop casinos
  2638.              </h6>
  2639.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2640.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2641.              </div> -->
  2642.            </a>
  2643.          </div>
  2644.          
  2645.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2646.            <a href="https://www.cca-glasgow.com/" class="text-decoration-none " rel="dofollow">
  2647.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2648.                <i class="ti-angle-right me-2 text-primary"></i>
  2649.                non gamstop casinos
  2650.              </h6>
  2651.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2652.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2653.              </div> -->
  2654.            </a>
  2655.          </div>
  2656.          
  2657.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2658.            <a href="https://www.roadpeace.org/" class="text-decoration-none " rel="dofollow">
  2659.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2660.                <i class="ti-angle-right me-2 text-primary"></i>
  2661.                casinos not on gamstop
  2662.              </h6>
  2663.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2664.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2665.              </div> -->
  2666.            </a>
  2667.          </div>
  2668.          
  2669.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2670.            <a href="https://knightsof.media/" class="text-decoration-none " rel="dofollow">
  2671.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2672.                <i class="ti-angle-right me-2 text-primary"></i>
  2673.                casinos not on gamstop
  2674.              </h6>
  2675.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2676.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2677.              </div> -->
  2678.            </a>
  2679.          </div>
  2680.          
  2681.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2682.            <a href="https://www.cca-glasgow.com/" class="text-decoration-none " rel="dofollow">
  2683.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2684.                <i class="ti-angle-right me-2 text-primary"></i>
  2685.                uk casino
  2686.              </h6>
  2687.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2688.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2689.              </div> -->
  2690.            </a>
  2691.          </div>
  2692.          
  2693.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2694.            <a href="https://www.thekarczma.co.uk/" class="text-decoration-none " rel="dofollow">
  2695.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2696.                <i class="ti-angle-right me-2 text-primary"></i>
  2697.                non UK casinos that accept UK players
  2698.              </h6>
  2699.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2700.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2701.              </div> -->
  2702.            </a>
  2703.          </div>
  2704.          
  2705.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2706.            <a href="https://www.executive-shaving.co.uk" class="text-decoration-none " rel="dofollow">
  2707.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2708.                <i class="ti-angle-right me-2 text-primary"></i>
  2709.                non GamStop casinos
  2710.              </h6>
  2711.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2712.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2713.              </div> -->
  2714.            </a>
  2715.          </div>
  2716.          
  2717.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2718.            <a href="https://www.durhamminers.org/" class="text-decoration-none " rel="dofollow">
  2719.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2720.                <i class="ti-angle-right me-2 text-primary"></i>
  2721.                online casinos
  2722.              </h6>
  2723.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2724.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2725.              </div> -->
  2726.            </a>
  2727.          </div>
  2728.          
  2729.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2730.            <a href="https://internationalschoolmealsday.com/" class="text-decoration-none " rel="dofollow">
  2731.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2732.                <i class="ti-angle-right me-2 text-primary"></i>
  2733.                best non gamstop casinos
  2734.              </h6>
  2735.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2736.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2737.              </div> -->
  2738.            </a>
  2739.          </div>
  2740.          
  2741.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2742.            <a href="https://dabet.uk/" class="text-decoration-none " rel="dofollow">
  2743.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2744.                <i class="ti-angle-right me-2 text-primary"></i>
  2745.                best betting sites uk
  2746.              </h6>
  2747.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2748.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2749.              </div> -->
  2750.            </a>
  2751.          </div>
  2752.          
  2753.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2754.            <a href="https://stmargarets.london/" class="text-decoration-none " rel="dofollow">
  2755.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2756.                <i class="ti-angle-right me-2 text-primary"></i>
  2757.                casinos not on gamstop
  2758.              </h6>
  2759.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2760.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2761.              </div> -->
  2762.            </a>
  2763.          </div>
  2764.          
  2765.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2766.            <a href="https://www.london-irish.com/" class="text-decoration-none " rel="dofollow">
  2767.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2768.                <i class="ti-angle-right me-2 text-primary"></i>
  2769.                best non gamstop casinos
  2770.              </h6>
  2771.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2772.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2773.              </div> -->
  2774.            </a>
  2775.          </div>
  2776.          
  2777.  
  2778.        </div>
  2779. <!--
  2780.        <div class="text-center mt-4 pt-3 border-top border-light">
  2781.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2782.        </div> -->
  2783.      </div>
  2784.    </div>
  2785.    
  2786.    <div class="sidebar-widget mb-4">
  2787.      <div class="widget-title-wrapper mb-3">
  2788.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2789.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2790.          <span class="title-arrow"></span>
  2791.        </h4>
  2792.      </div>
  2793.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2794.        <div class="blog-roll-list scrollable-sidebar">
  2795.          
  2796.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2797.            <a href="https://www.mediawise.org.uk/" class="text-decoration-none " rel="dofollow">
  2798.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2799.                <i class="ti-angle-right me-2 text-primary"></i>
  2800.                casinos not on GamStop
  2801.              </h6>
  2802.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2803.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2804.              </div> -->
  2805.            </a>
  2806.          </div>
  2807.          
  2808.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2809.            <a href="https://www.bmag.org.uk/" class="text-decoration-none " rel="dofollow">
  2810.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2811.                <i class="ti-angle-right me-2 text-primary"></i>
  2812.                online casinos
  2813.              </h6>
  2814.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2815.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2816.              </div> -->
  2817.            </a>
  2818.          </div>
  2819.          
  2820.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2821.            <a href="https://www.surfaceview.co.uk/" class="text-decoration-none " rel="dofollow">
  2822.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2823.                <i class="ti-angle-right me-2 text-primary"></i>
  2824.                non gamstop casino
  2825.              </h6>
  2826.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2827.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2828.              </div> -->
  2829.            </a>
  2830.          </div>
  2831.          
  2832.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2833.            <a href="https://internationalschoolmealsday.com/" class="text-decoration-none " rel="dofollow">
  2834.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2835.                <i class="ti-angle-right me-2 text-primary"></i>
  2836.                spinshark casino
  2837.              </h6>
  2838.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2839.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2840.              </div> -->
  2841.            </a>
  2842.          </div>
  2843.          
  2844.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2845.            <a href="https://womeninfinance.co.uk/" class="text-decoration-none " rel="dofollow">
  2846.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2847.                <i class="ti-angle-right me-2 text-primary"></i>
  2848.                UK casino not on GamStop
  2849.              </h6>
  2850.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2851.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2852.              </div> -->
  2853.            </a>
  2854.          </div>
  2855.          
  2856.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2857.            <a href="https://www.mugdock-country-park.org.uk/" class="text-decoration-none " rel="dofollow">
  2858.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2859.                <i class="ti-angle-right me-2 text-primary"></i>
  2860.                casinos not on GamStop
  2861.              </h6>
  2862.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2863.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2864.              </div> -->
  2865.            </a>
  2866.          </div>
  2867.          
  2868.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2869.            <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none " rel="dofollow">
  2870.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2871.                <i class="ti-angle-right me-2 text-primary"></i>
  2872.                casinos not on GamStop
  2873.              </h6>
  2874.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2875.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2876.              </div> -->
  2877.            </a>
  2878.          </div>
  2879.          
  2880.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2881.            <a href="https://www.hshmotorgroup.co.uk/" class="text-decoration-none " rel="dofollow">
  2882.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2883.                <i class="ti-angle-right me-2 text-primary"></i>
  2884.                betting sites that accept bitcoin
  2885.              </h6>
  2886.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2887.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2888.              </div> -->
  2889.            </a>
  2890.          </div>
  2891.          
  2892.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2893.            <a href="https://www.kysty.co.uk/" class="text-decoration-none " rel="dofollow">
  2894.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2895.                <i class="ti-angle-right me-2 text-primary"></i>
  2896.                casino not on GamStop
  2897.              </h6>
  2898.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2899.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2900.              </div> -->
  2901.            </a>
  2902.          </div>
  2903.          
  2904.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2905.            <a href="https://www.culturestreet.org.uk/" class="text-decoration-none " rel="dofollow">
  2906.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2907.                <i class="ti-angle-right me-2 text-primary"></i>
  2908.                bitcoin casinos UK
  2909.              </h6>
  2910.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2911.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2912.              </div> -->
  2913.            </a>
  2914.          </div>
  2915.          
  2916.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2917.            <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none " rel="dofollow">
  2918.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2919.                <i class="ti-angle-right me-2 text-primary"></i>
  2920.                casino sites
  2921.              </h6>
  2922.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2923.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2924.              </div> -->
  2925.            </a>
  2926.          </div>
  2927.          
  2928.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2929.            <a href="https://www.gamblinginsider.com/uk/online-casinos" class="text-decoration-none " rel="dofollow">
  2930.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2931.                <i class="ti-angle-right me-2 text-primary"></i>
  2932.                online casino
  2933.              </h6>
  2934.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2935.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2936.              </div> -->
  2937.            </a>
  2938.          </div>
  2939.          
  2940.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2941.            <a href="https://www.chromayoga.co.uk/" class="text-decoration-none " rel="dofollow">
  2942.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2943.                <i class="ti-angle-right me-2 text-primary"></i>
  2944.                non gamstop casino
  2945.              </h6>
  2946.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2947.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2948.              </div> -->
  2949.            </a>
  2950.          </div>
  2951.          
  2952.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2953.            <a href="https://www.fourpure.com/" class="text-decoration-none " rel="dofollow">
  2954.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2955.                <i class="ti-angle-right me-2 text-primary"></i>
  2956.                casino not on GamStop UK
  2957.              </h6>
  2958.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2959.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2960.              </div> -->
  2961.            </a>
  2962.          </div>
  2963.          
  2964.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2965.            <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none " rel="dofollow">
  2966.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2967.                <i class="ti-angle-right me-2 text-primary"></i>
  2968.                non GamStop
  2969.              </h6>
  2970.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2971.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2972.              </div> -->
  2973.            </a>
  2974.          </div>
  2975.          
  2976.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2977.            <a href="https://www.covent-garden.co.uk/" class="text-decoration-none " rel="dofollow">
  2978.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2979.                <i class="ti-angle-right me-2 text-primary"></i>
  2980.                casino not on GamStop
  2981.              </h6>
  2982.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2983.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2984.              </div> -->
  2985.            </a>
  2986.          </div>
  2987.          
  2988.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2989.            <a href="https://www.durhamminers.org/" class="text-decoration-none " rel="dofollow">
  2990.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2991.                <i class="ti-angle-right me-2 text-primary"></i>
  2992.                casino not on GamStop
  2993.              </h6>
  2994.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2995.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2996.              </div> -->
  2997.            </a>
  2998.          </div>
  2999.          
  3000.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3001.            <a href="https://www.ginspa.co.uk/" class="text-decoration-none " rel="dofollow">
  3002.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3003.                <i class="ti-angle-right me-2 text-primary"></i>
  3004.                games not on GamStop
  3005.              </h6>
  3006.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3007.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3008.              </div> -->
  3009.            </a>
  3010.          </div>
  3011.          
  3012.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3013.            <a href="https://www.cevicheuk.com/" class="text-decoration-none " rel="dofollow">
  3014.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3015.                <i class="ti-angle-right me-2 text-primary"></i>
  3016.                casinos not on gamstop
  3017.              </h6>
  3018.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3019.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3020.              </div> -->
  3021.            </a>
  3022.          </div>
  3023.          
  3024.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3025.            <a href="https://robinhoodtax.org/" class="text-decoration-none " rel="dofollow">
  3026.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3027.                <i class="ti-angle-right me-2 text-primary"></i>
  3028.                best non Gamstop casinos
  3029.              </h6>
  3030.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3031.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3032.              </div> -->
  3033.            </a>
  3034.          </div>
  3035.          
  3036.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3037.            <a href="https://www.bapca.org.uk/" class="text-decoration-none " rel="dofollow">
  3038.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3039.                <i class="ti-angle-right me-2 text-primary"></i>
  3040.                casino not on gamstop
  3041.              </h6>
  3042.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3043.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3044.              </div> -->
  3045.            </a>
  3046.          </div>
  3047.          
  3048.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3049.            <a href="https://savethedatemagazine.co.uk//" class="text-decoration-none " rel="dofollow">
  3050.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3051.                <i class="ti-angle-right me-2 text-primary"></i>
  3052.                online casinos not on gamstop
  3053.              </h6>
  3054.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3055.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3056.              </div> -->
  3057.            </a>
  3058.          </div>
  3059.          
  3060.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3061.            <a href="https://oncallfire.uk/" class="text-decoration-none " rel="dofollow">
  3062.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3063.                <i class="ti-angle-right me-2 text-primary"></i>
  3064.                casinos not on Gamblock
  3065.              </h6>
  3066.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3067.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3068.              </div> -->
  3069.            </a>
  3070.          </div>
  3071.          
  3072.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3073.            <a href="https://letstalkloneliness.co.uk/" class="text-decoration-none " rel="dofollow">
  3074.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3075.                <i class="ti-angle-right me-2 text-primary"></i>
  3076.                online casinos
  3077.              </h6>
  3078.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3079.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3080.              </div> -->
  3081.            </a>
  3082.          </div>
  3083.          
  3084.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3085.            <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none " rel="dofollow">
  3086.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3087.                <i class="ti-angle-right me-2 text-primary"></i>
  3088.                slots not on Gamstop
  3089.              </h6>
  3090.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3091.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3092.              </div> -->
  3093.            </a>
  3094.          </div>
  3095.          
  3096.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3097.            <a href="https://humanigen.com/" class="text-decoration-none " rel="dofollow">
  3098.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3099.                <i class="ti-angle-right me-2 text-primary"></i>
  3100.                casino not on gamstop
  3101.              </h6>
  3102.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3103.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3104.              </div> -->
  3105.            </a>
  3106.          </div>
  3107.          
  3108.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3109.            <a href="https://www.summerhall.co.uk/" class="text-decoration-none " rel="dofollow">
  3110.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3111.                <i class="ti-angle-right me-2 text-primary"></i>
  3112.                non gamstop casino
  3113.              </h6>
  3114.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3115.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3116.              </div> -->
  3117.            </a>
  3118.          </div>
  3119.          
  3120.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3121.            <a href="https://www.techcityuk.com/" class="text-decoration-none " rel="dofollow">
  3122.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3123.                <i class="ti-angle-right me-2 text-primary"></i>
  3124.                online casinos
  3125.              </h6>
  3126.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3127.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3128.              </div> -->
  3129.            </a>
  3130.          </div>
  3131.          
  3132.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3133.            <a href="https://www.globalwaters.org/" class="text-decoration-none " rel="dofollow">
  3134.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3135.                <i class="ti-angle-right me-2 text-primary"></i>
  3136.                online casino
  3137.              </h6>
  3138.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3139.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3140.              </div> -->
  3141.            </a>
  3142.          </div>
  3143.          
  3144.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3145.            <a href="https://roadpeace.org/" class="text-decoration-none " rel="dofollow">
  3146.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3147.                <i class="ti-angle-right me-2 text-primary"></i>
  3148.                online casinos
  3149.              </h6>
  3150.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3151.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3152.              </div> -->
  3153.            </a>
  3154.          </div>
  3155.          
  3156.  
  3157.        </div>
  3158. <!--
  3159.        <div class="text-center mt-4 pt-3 border-top border-light">
  3160.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3161.        </div> -->
  3162.      </div>
  3163.    </div>
  3164.    
  3165.    <div class="sidebar-widget mb-4">
  3166.      <div class="widget-title-wrapper mb-3">
  3167.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3168.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3169.          <span class="title-arrow"></span>
  3170.        </h4>
  3171.      </div>
  3172.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3173.        <div class="blog-roll-list scrollable-sidebar">
  3174.          
  3175.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3176.            <a href="https://ibrabee.org.uk/" class="text-decoration-none " rel="dofollow">
  3177.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3178.                <i class="ti-angle-right me-2 text-primary"></i>
  3179.                online casino uk
  3180.              </h6>
  3181.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3182.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3183.              </div> -->
  3184.            </a>
  3185.          </div>
  3186.          
  3187.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3188.            <a href="https://www.roadpeace.org/" class="text-decoration-none " rel="dofollow">
  3189.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3190.                <i class="ti-angle-right me-2 text-primary"></i>
  3191.                online casinos
  3192.              </h6>
  3193.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3194.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3195.              </div> -->
  3196.            </a>
  3197.          </div>
  3198.          
  3199.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3200.            <a href="https://www.money-mentor.org/" class="text-decoration-none " rel="dofollow">
  3201.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3202.                <i class="ti-angle-right me-2 text-primary"></i>
  3203.                crypto casino
  3204.              </h6>
  3205.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3206.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3207.              </div> -->
  3208.            </a>
  3209.          </div>
  3210.          
  3211.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3212.            <a href="https://platypuspress.co.uk/" class="text-decoration-none " rel="dofollow">
  3213.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3214.                <i class="ti-angle-right me-2 text-primary"></i>
  3215.                online casino
  3216.              </h6>
  3217.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3218.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3219.              </div> -->
  3220.            </a>
  3221.          </div>
  3222.          
  3223.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3224.            <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none " rel="dofollow">
  3225.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3226.                <i class="ti-angle-right me-2 text-primary"></i>
  3227.                non uk betting sites
  3228.              </h6>
  3229.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3230.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3231.              </div> -->
  3232.            </a>
  3233.          </div>
  3234.          
  3235.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3236.            <a href="https://www.kylebooks.co.uk/" class="text-decoration-none " rel="dofollow">
  3237.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3238.                <i class="ti-angle-right me-2 text-primary"></i>
  3239.                online casinos uk
  3240.              </h6>
  3241.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3242.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3243.              </div> -->
  3244.            </a>
  3245.          </div>
  3246.          
  3247.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3248.            <a href="https://www.mesaonline.org/" class="text-decoration-none " rel="dofollow">
  3249.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3250.                <i class="ti-angle-right me-2 text-primary"></i>
  3251.                online casino
  3252.              </h6>
  3253.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3254.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3255.              </div> -->
  3256.            </a>
  3257.          </div>
  3258.          
  3259.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3260.            <a href="https://www.foreignersinuk.co.uk/" class="text-decoration-none " rel="dofollow">
  3261.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3262.                <i class="ti-angle-right me-2 text-primary"></i>
  3263.                casinos not on gamstop
  3264.              </h6>
  3265.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3266.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3267.              </div> -->
  3268.            </a>
  3269.          </div>
  3270.          
  3271.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3272.            <a href="https://jst.org.uk/" class="text-decoration-none " rel="dofollow">
  3273.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3274.                <i class="ti-angle-right me-2 text-primary"></i>
  3275.                non gamstop casino
  3276.              </h6>
  3277.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3278.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3279.              </div> -->
  3280.            </a>
  3281.          </div>
  3282.          
  3283.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3284.            <a href="https://www.bshg.org.uk/" class="text-decoration-none " rel="dofollow">
  3285.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3286.                <i class="ti-angle-right me-2 text-primary"></i>
  3287.                online casino
  3288.              </h6>
  3289.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3290.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3291.              </div> -->
  3292.            </a>
  3293.          </div>
  3294.          
  3295.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3296.            <a href="https://esports-news.co.uk/online-casinos/crypto/" class="text-decoration-none " rel="dofollow">
  3297.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3298.                <i class="ti-angle-right me-2 text-primary"></i>
  3299.                crypto casinos
  3300.              </h6>
  3301.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3302.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3303.              </div> -->
  3304.            </a>
  3305.          </div>
  3306.          
  3307.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3308.            <a href="https://itechlabs.co.uk/" class="text-decoration-none " rel="dofollow">
  3309.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3310.                <i class="ti-angle-right me-2 text-primary"></i>
  3311.                crypto sports betting
  3312.              </h6>
  3313.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3314.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3315.              </div> -->
  3316.            </a>
  3317.          </div>
  3318.          
  3319.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3320.            <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none " rel="dofollow">
  3321.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3322.                <i class="ti-angle-right me-2 text-primary"></i>
  3323.                new uk betting sites
  3324.              </h6>
  3325.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3326.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3327.              </div> -->
  3328.            </a>
  3329.          </div>
  3330.          
  3331.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3332.            <a href="https://www.bshg.org.uk/" class="text-decoration-none " rel="dofollow">
  3333.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3334.                <i class="ti-angle-right me-2 text-primary"></i>
  3335.                casinos not on gamstop
  3336.              </h6>
  3337.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3338.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3339.              </div> -->
  3340.            </a>
  3341.          </div>
  3342.          
  3343.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3344.            <a href="https://heartofswlep.co.uk/" class="text-decoration-none " rel="dofollow">
  3345.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3346.                <i class="ti-angle-right me-2 text-primary"></i>
  3347.                non gamstop casino
  3348.              </h6>
  3349.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3350.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3351.              </div> -->
  3352.            </a>
  3353.          </div>
  3354.          
  3355.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3356.            <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none " rel="dofollow">
  3357.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3358.                <i class="ti-angle-right me-2 text-primary"></i>
  3359.                non gamstop casinos
  3360.              </h6>
  3361.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3362.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3363.              </div> -->
  3364.            </a>
  3365.          </div>
  3366.          
  3367.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3368.            <a href="https://gamingamerica.com/non-gamstop-casinos" class="text-decoration-none " rel="dofollow">
  3369.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3370.                <i class="ti-angle-right me-2 text-primary"></i>
  3371.                non gamstop casino
  3372.              </h6>
  3373.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3374.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3375.              </div> -->
  3376.            </a>
  3377.          </div>
  3378.          
  3379.  
  3380.        </div>
  3381. <!--
  3382.        <div class="text-center mt-4 pt-3 border-top border-light">
  3383.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3384.        </div> -->
  3385.      </div>
  3386.    </div>
  3387.    
  3388.  </div>
  3389.  
  3390. <!-- Sidebar V2 Styles -->
  3391. <style>
  3392.  .sidebar-widget {
  3393.    position: relative;
  3394.  }
  3395.  
  3396.  .widget-title {
  3397.    font-size: 1.1rem;
  3398.    font-weight: 700;
  3399.    display: inline-block;
  3400.    position: relative;
  3401.    z-index: 2;
  3402.    border-radius: 0;
  3403.  }
  3404.  
  3405.  /* Green arrow for August Blog Roll */
  3406.  .title-arrow::after {
  3407.    content: '';
  3408.    position: absolute;
  3409.    top: 0;
  3410.    right: -22px;
  3411.    width: 0;
  3412.    height: 0;
  3413.    border-left: 22px solid var(--bs-primary);
  3414.    border-top: 22px solid transparent;
  3415.    border-bottom: 22px solid transparent;
  3416.    z-index: 1;
  3417.  }
  3418.  
  3419.  /* Blue arrow for Recent Posts */
  3420.  .title-arrow-primary::after {
  3421.    content: '';
  3422.    position: absolute;
  3423.    top: 0;
  3424.    right: -22px;
  3425.    width: 0;
  3426.    height: 0;
  3427.    border-left: 22px solid var(--bs-primary);
  3428.    border-top: 22px solid transparent;
  3429.    border-bottom: 22px solid transparent;
  3430.    z-index: 1;
  3431.  }
  3432.  
  3433.  .widget-content {
  3434.    margin-top: -1px;
  3435.    position: relative;
  3436.    z-index: 1;
  3437.     background-color: var(--card-bg);
  3438.  }
  3439.  
  3440.  /* Blog Roll Items Hover Effects */
  3441.  .blog-roll-item:hover .blog-title {
  3442.    color: #198754 !important;
  3443.    transform: translateX(5px);
  3444.    transition: all 0.3s ease;
  3445.  }
  3446.  
  3447.  /* Recent Post Items Hover Effects */
  3448.  .recent-post-item:hover .post-title a {
  3449.    color: #0d6efd !important;
  3450.    transition: color 0.3s ease;
  3451.  }
  3452.  
  3453.  .recent-post-item:hover .post-image img {
  3454.    transform: scale(1.05);
  3455.    transition: transform 0.3s ease;
  3456.  }
  3457.  
  3458.  /* Button Hover Effects */
  3459.  .btn:hover {
  3460.    transform: translateY(-2px);
  3461.    transition: all 0.3s ease;
  3462.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3463.  }
  3464.  
  3465.  /* Badge Hover Effects */
  3466.  .badge:hover {
  3467.    transform: scale(1.05);
  3468.    transition: transform 0.3s ease;
  3469.  }
  3470.  
  3471.  @media (max-width: 991px) {
  3472.    .sidebar {
  3473.      margin-top: 3rem;
  3474.    }
  3475.  }
  3476.  
  3477.  @media (max-width: 576px) {
  3478.    .widget-title {
  3479.      font-size: 1rem;
  3480.      padding: 0.75rem 1rem !important;
  3481.    }
  3482.  
  3483.    .title-arrow::after,
  3484.    .title-arrow-primary::after {
  3485.      right: -18px;
  3486.      border-left-width: 18px;
  3487.      border-top-width: 18px;
  3488.      border-bottom-width: 18px;
  3489.    }
  3490.  
  3491.    .post-image {
  3492.      width: 70px !important;
  3493.      height: 55px !important;
  3494.    }
  3495.  
  3496.    .blog-meta {
  3497.      flex-direction: column !important;
  3498.      align-items: flex-start !important;
  3499.      gap: 0.5rem;
  3500.    }
  3501.  }
  3502. </style>
  3503.  
  3504.    
  3505.                </div>
  3506.            </div>
  3507.        </div>
  3508.    </div>
  3509. </section>
  3510.  
  3511. <script>
  3512.    // Intersection Observer for Fade-in with Slight Rotation
  3513.    document.addEventListener('DOMContentLoaded', function() {
  3514.        const observerOptions = {
  3515.            threshold: 0.15, // Trigger when 15% of the card is visible
  3516.            rootMargin: '0px 0px -50px 0px',
  3517.        };
  3518.  
  3519.        const observer = new IntersectionObserver(function(entries, observer) {
  3520.            entries.forEach(entry => {
  3521.                if (entry.isIntersecting) {
  3522.                    entry.target.classList.add('visible');
  3523.                    observer.unobserve(entry.target);
  3524.                }
  3525.            });
  3526.        }, observerOptions);
  3527.  
  3528.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  3529.            observer.observe(card);
  3530.        });
  3531.    });
  3532. </script>
  3533.  
  3534.    
  3535.        
  3536.        <!-- end wpo-blog-highlights-section -->
  3537.        <!-- start wpo-blog-sponsored-section -->
  3538.        
  3539.  
  3540.  
  3541.  
  3542.    
  3543.  
  3544.  
  3545.  
  3546. <style>
  3547.    .sponsored-section-v2 {
  3548.        padding: 0 0 60px;
  3549.    }
  3550.    
  3551.    .sponsored-card-v2 {
  3552.        background: var(--body-bg);
  3553.        border-radius: 12px;
  3554.        overflow: hidden;
  3555.        transition: all 0.3s ease;
  3556.        border: none;
  3557.        box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  3558.        height: 100%;
  3559.    }
  3560.    
  3561.    .sponsored-card-v2:hover {
  3562.        transform: translateY(-4px);
  3563.        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  3564.    }
  3565.    
  3566.    .sponsored-image-v2 {
  3567.        position: relative;
  3568.        overflow: hidden;
  3569.        height: 180px;
  3570.    }
  3571.    
  3572.    .sponsored-image-v2 img {
  3573.        width: 100%;
  3574.        height: 100%;
  3575.        object-fit: cover;
  3576.        transition: transform 0.3s ease;
  3577.    }
  3578.    
  3579.    .sponsored-card-v2:hover .sponsored-image-v2 img {
  3580.        transform: scale(1.05);
  3581.    }
  3582.    
  3583.    .sponsored-badge-v2 {
  3584.        position: absolute;
  3585.        top: 12px;
  3586.        left: 12px;
  3587.        padding: 6px 12px;
  3588.        border-radius: 15px;
  3589.        font-size: 10px;
  3590.        font-weight: 600;
  3591.        text-transform: uppercase;
  3592.        letter-spacing: 0.5px;
  3593.        color: white;
  3594.    }
  3595.    
  3596.    .sponsored-content-v2 {
  3597.        padding: 20px;
  3598.    }
  3599.    
  3600.    .sponsored-title-v2 {
  3601.        font-size: 16px;
  3602.        font-weight: 600;
  3603.        line-height: 1.4;
  3604.        margin-bottom: 15px;
  3605.        min-height: 44px;
  3606.    }
  3607.    
  3608.    .sponsored-title-v2 a {
  3609.        text-decoration: none;
  3610.        transition: color 0.3s ease;
  3611.    }
  3612.    
  3613.    .sponsored-meta-v2 {
  3614.        display: flex;
  3615.        align-items: center;
  3616.        gap: 10px;
  3617.        font-size: 12px;
  3618.    }
  3619.    
  3620.    .sponsored-author-img-v2 {
  3621.        width: 28px;
  3622.        height: 28px;
  3623.        border-radius: 50%;
  3624.        object-fit: cover;
  3625.    }
  3626.    
  3627.    .section-title-sponsored-v2 {
  3628.        font-size: 2.5rem;
  3629.        font-weight: 700;
  3630.        text-align: center;
  3631.        margin-bottom: 20px;
  3632.        text-transform: capitalize;
  3633.    }
  3634.  
  3635.    @media (max-width: 768px) {
  3636.        .sponsored-section-v2 {
  3637.            padding: 0px 0 40px;
  3638.        }
  3639.        .section-title-sponsored-v2 {
  3640.            font-size: 2rem;
  3641.        }
  3642.        .sponsored-content-v2 {
  3643.            padding: 16px;
  3644.        }
  3645.    }
  3646. </style>
  3647.  
  3648. <section class="sponsored-section-v2">
  3649.    <div class="container-fluid fluid-container">
  3650.        <div class="row">
  3651.            <div class="col-12">
  3652.                <h2 class="section-title-sponsored-v2 top-color">Sponsored News</h2>
  3653.                <div class="section-title-sponsored-v2::after top-bg"></div>
  3654.            </div>
  3655.        </div>
  3656.        
  3657.        <div class="row g-4">
  3658.            
  3659.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3660.                <div class="card sponsored-card-v2">
  3661.                    <div class="sponsored-image-v2">
  3662.                        
  3663.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3664.                        
  3665.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3666.                    </div>
  3667.                    <div class="sponsored-content-v2">
  3668.                        <h3 class="sponsored-title-v2">
  3669.                            <a href="/line-of-duty-confirmed-for-seventh-series-on-bbc/" class="top-color">
  3670.                            Line of Duty Confirmed for Seventh Series on BBC
  3671.                            </a>
  3672.                        </h3>
  3673.                        <div class="sponsored-meta-v2">
  3674.                            
  3675.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Barbara Hayes" class="sponsored-author-img-v2">
  3676.                            
  3677.                            <span class="top-color">By Barbara Hayes</span>
  3678.                            <span class="top-color">•</span>
  3679.                            <span class="top-color">15 May 2026</span>
  3680.                        </div>
  3681.                    </div>
  3682.                </div>
  3683.            </div>
  3684.            
  3685.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3686.                <div class="card sponsored-card-v2">
  3687.                    <div class="sponsored-image-v2">
  3688.                        
  3689.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3690.                        
  3691.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3692.                    </div>
  3693.                    <div class="sponsored-content-v2">
  3694.                        <h3 class="sponsored-title-v2">
  3695.                            <a href="/the-22-year-old-tennis-player-emma-raducanu-wraps-up-the-current-season-and-will-keep-her-coach-into-the-2026-season/" class="top-color">
  3696.                            The 22-year-old tennis player Emma Raducanu wraps up the current season and will keep her coach into the 2026 season.
  3697.                            </a>
  3698.                        </h3>
  3699.                        <div class="sponsored-meta-v2">
  3700.                            
  3701.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Barbara Hayes" class="sponsored-author-img-v2">
  3702.                            
  3703.                            <span class="top-color">By Barbara Hayes</span>
  3704.                            <span class="top-color">•</span>
  3705.                            <span class="top-color">15 May 2026</span>
  3706.                        </div>
  3707.                    </div>
  3708.                </div>
  3709.            </div>
  3710.            
  3711.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3712.                <div class="card sponsored-card-v2">
  3713.                    <div class="sponsored-image-v2">
  3714.                        
  3715.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3716.                        
  3717.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3718.                    </div>
  3719.                    <div class="sponsored-content-v2">
  3720.                        <h3 class="sponsored-title-v2">
  3721.                            <a href="/3-game-pass-games-that-can-justify-your-subscription-during-the-weekend-nov-21-23/" class="top-color">
  3722.                            3 Game Pass Games That Can Justify Your Subscription During the Weekend (Nov. 21-23)
  3723.                            </a>
  3724.                        </h3>
  3725.                        <div class="sponsored-meta-v2">
  3726.                            
  3727.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Barbara Hayes" class="sponsored-author-img-v2">
  3728.                            
  3729.                            <span class="top-color">By Barbara Hayes</span>
  3730.                            <span class="top-color">•</span>
  3731.                            <span class="top-color">15 May 2026</span>
  3732.                        </div>
  3733.                    </div>
  3734.                </div>
  3735.            </div>
  3736.            
  3737.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3738.                <div class="card sponsored-card-v2">
  3739.                    <div class="sponsored-image-v2">
  3740.                        
  3741.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3742.                        
  3743.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3744.                    </div>
  3745.                    <div class="sponsored-content-v2">
  3746.                        <h3 class="sponsored-title-v2">
  3747.                            <a href="/pre-ashes-banter-escalates-as-stuart-broad-labels-australia-the-weakest-since-2010/" class="top-color">
  3748.                            Pre-Ashes Banter Escalates as Stuart Broad Labels Australia the Weakest Since 2010
  3749.                            </a>
  3750.                        </h3>
  3751.                        <div class="sponsored-meta-v2">
  3752.                            
  3753.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Barbara Hayes" class="sponsored-author-img-v2">
  3754.                            
  3755.                            <span class="top-color">By Barbara Hayes</span>
  3756.                            <span class="top-color">•</span>
  3757.                            <span class="top-color">15 May 2026</span>
  3758.                        </div>
  3759.                    </div>
  3760.                </div>
  3761.            </div>
  3762.            
  3763.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3764.                <div class="card sponsored-card-v2">
  3765.                    <div class="sponsored-image-v2">
  3766.                        
  3767.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3768.                        
  3769.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3770.                    </div>
  3771.                    <div class="sponsored-content-v2">
  3772.                        <h3 class="sponsored-title-v2">
  3773.                            <a href="/the-greek-tennis-star-seriously-considered-retirement-during-injury-plagued-2025-season/" class="top-color">
  3774.                            The Greek tennis star Seriously Considered Retirement During Injury-Plagued 2025 Season
  3775.                            </a>
  3776.                        </h3>
  3777.                        <div class="sponsored-meta-v2">
  3778.                            
  3779.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Barbara Hayes" class="sponsored-author-img-v2">
  3780.                            
  3781.                            <span class="top-color">By Barbara Hayes</span>
  3782.                            <span class="top-color">•</span>
  3783.                            <span class="top-color">15 May 2026</span>
  3784.                        </div>
  3785.                    </div>
  3786.                </div>
  3787.            </div>
  3788.            
  3789.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3790.                <div class="card sponsored-card-v2">
  3791.                    <div class="sponsored-image-v2">
  3792.                        
  3793.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3794.                        
  3795.                        <span class="sponsored-badge-v2 bg-primary-gradient">News</span>
  3796.                    </div>
  3797.                    <div class="sponsored-content-v2">
  3798.                        <h3 class="sponsored-title-v2">
  3799.                            <a href="/tottenham-defender-van-de-ven-expresses-surprise-over-postecoglou-dismissal/" class="top-color">
  3800.                            Tottenham Defender Van de Ven Expresses Surprise Over Postecoglou Dismissal
  3801.                            </a>
  3802.                        </h3>
  3803.                        <div class="sponsored-meta-v2">
  3804.                            
  3805.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Barbara Hayes" class="sponsored-author-img-v2">
  3806.                            
  3807.                            <span class="top-color">By Barbara Hayes</span>
  3808.                            <span class="top-color">•</span>
  3809.                            <span class="top-color">14 May 2026</span>
  3810.                        </div>
  3811.                    </div>
  3812.                </div>
  3813.            </div>
  3814.            
  3815.        </div>
  3816.    </div>
  3817. </section>
  3818.  
  3819.  
  3820.    
  3821.        <!-- end wpo-blog-sponsored-section -->
  3822.        <!-- start wpo-subscribe-section -->
  3823.        
  3824.        <!-- end subscribe-section -->
  3825.        <!-- start of wpo-site-footer-section -->
  3826.        
  3827.  
  3828.  
  3829.  
  3830.  
  3831.  
  3832.  
  3833. <!-- Footer V4 - Modern Corporate Design -->
  3834. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  3835.  
  3836.    <div class="container-fluid fluid-container">
  3837.        
  3838.        <!-- Content Sections -->
  3839.        <div class="content-sections">
  3840.            <div class="row g-5">
  3841.                
  3842.                <!-- Brand Column -->
  3843.                <div class="col-lg-4 col-md-12">
  3844.                    <div class="brand-section">
  3845.                        <div class="brand-header">
  3846.                            
  3847.                            <div class="brand-text">
  3848.                                <h3 class="brand-name">Cobalt Prime</h3>
  3849.                                <span class="brand-type">Digital Publication</span>
  3850.                            </div>
  3851.                        </div>
  3852.                        <p class="brand-description  text-lg-start ">
  3853.                            Explore expert articles on UK technology trends, digital innovation, and software development insights at Cobalt Prime. Stay updated with the latest in tech.
  3854.                        </p>
  3855.                    </div>
  3856.                </div>
  3857.  
  3858.                <!-- Quick Links Column -->
  3859.               <div class="col-lg-4 col-md-6">
  3860.                    <div class="links-section">
  3861.                        <div class="section-title">
  3862.                            <h4 class="title-text">Resources</h4>
  3863.                            <div class="title-decoration"></div>
  3864.                        </div>
  3865.                        <div class="links-container">
  3866.                          
  3867. <div class="link-group">
  3868.    <ul class="link-list" id="externalLinks">
  3869.        
  3870.  
  3871.    
  3872.        
  3873.        
  3874.        
  3875.    </ul>
  3876. </div>
  3877.  
  3878.                        </div>
  3879.                    </div>
  3880.                </div>
  3881.  
  3882.                <!-- Categories Column -->
  3883.                <div class="col-lg-4 col-md-6">
  3884.                    <div class="categories-section">
  3885.                        <div class="section-title">
  3886.                            <h4 class="title-text">Explore Topics</h4>
  3887.                            <div class="title-decoration"></div>
  3888.                        </div>
  3889.                        <div class="categories-container">
  3890.                            <p class="categories-intro">Discover content organized by topics that interest you most.</p>
  3891.                            <div class="categories-cloud">
  3892.                                
  3893.                                <a href="/category/all-posts/" class="category-pill">
  3894.                                    All Posts
  3895.                                </a>
  3896.                                
  3897.                                <a href="/category/business/" class="category-pill">
  3898.                                    Business
  3899.                                </a>
  3900.                                
  3901.                                <a href="/category/esports/" class="category-pill">
  3902.                                    Esports
  3903.                                </a>
  3904.                                
  3905.                                <a href="/category/fashion/" class="category-pill">
  3906.                                    Fashion
  3907.                                </a>
  3908.                                
  3909.                                <a href="/category/featured/" class="category-pill">
  3910.                                    Featured
  3911.                                </a>
  3912.                                
  3913.                                <a href="/category/gaming/" class="category-pill">
  3914.                                    Gaming
  3915.                                </a>
  3916.                                
  3917.                                <a href="/category/health/" class="category-pill">
  3918.                                    Health
  3919.                                </a>
  3920.                                
  3921.                                <a href="/category/life-fitness/" class="category-pill">
  3922.                                    Life &amp; Fitness
  3923.                                </a>
  3924.                                
  3925.                            </div>
  3926.                        </div>
  3927.                    </div>
  3928.                </div>
  3929.  
  3930.            </div>
  3931.        </div>
  3932.  
  3933.        <!-- Footer Bottom -->
  3934.        <div class="footer-bottom">
  3935.            <div class="bottom-border"></div>
  3936.            <div class=" d-flex justify-content-between flex-wrap">
  3937.                <div>
  3938.                    <div class="copyright-info">
  3939.                        <p class="copyright-main">
  3940.                            © 2026 <span class="brand-highlight">Cobalt Prime</span>. All rights reserved.
  3941.                        </p>
  3942.                        <p class="copyright-sub">
  3943.                            Thoughtfully crafted content for curious minds worldwide.
  3944.                        </p>
  3945.                    </div>
  3946.                </div>
  3947.                <div>
  3948.                    <div class="footer-actions">
  3949.                        <div class="action-links">
  3950.                            <a href="/page/write-for-us/" class="action-link">
  3951.                                <i class="bi bi-shield-check"></i>
  3952.                                <span>Write For Us</span>
  3953.                            </a>
  3954.                            <a href="/page/terms-and-conditions/" class="action-link">
  3955.                                <i class="bi bi-shield-check"></i>
  3956.                                <span>Terms & Conditions</span>
  3957.                            </a>
  3958.                            <a href="/sitemap.xml" class="action-link">
  3959.                                <i class="bi bi-diagram-3"></i>
  3960.                                <span>Sitemap</span>
  3961.                            </a>
  3962.                        </div>
  3963.  
  3964.                    </div>
  3965.                </div>
  3966.            </div>
  3967.        </div>
  3968.  
  3969.    </div>
  3970.  
  3971.    
  3972.  
  3973. </footer>
  3974.  
  3975.  
  3976. <style>
  3977. /* Footer V4 - Modern Corporate Design */
  3978. .wpo-site-footer-v4 {
  3979.    color: var(--footer-color);
  3980.    margin-top: 100px;
  3981. }
  3982.  
  3983.  
  3984. .accent-line {
  3985.    position: absolute;
  3986.    top: 0;
  3987.    height: 100%;
  3988.    width: 33.333%;
  3989.    opacity: 0.8;
  3990. }
  3991.  
  3992. .accent-1 {
  3993.    left: 0;
  3994.    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
  3995.    animation: slideRight 3s ease-in-out infinite;
  3996. }
  3997.  
  3998. .accent-2 {
  3999.    left: 33.333%;
  4000.    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
  4001.    animation: slideRight 3s ease-in-out infinite 1s;
  4002. }
  4003.  
  4004. .accent-3 {
  4005.    left: 66.666%;
  4006.    background: linear-gradient(90deg, #10b981, #059669);
  4007.    animation: slideRight 3s ease-in-out infinite 2s;
  4008. }
  4009.  
  4010. @keyframes slideRight {
  4011.    0%, 100% { transform: translateX(-10px); opacity: 0.6; }
  4012.    50% { transform: translateX(10px); opacity: 1; }
  4013. }
  4014.  
  4015. /* Content Sections */
  4016. .content-sections {
  4017.    padding: 60px 0;
  4018.    position: relative;
  4019.    z-index: 2;
  4020. }
  4021.  
  4022. /* Brand Section */
  4023. .brand-section {
  4024.    padding-right: 2rem;
  4025. }
  4026.  
  4027. .brand-header {
  4028.    display: flex;
  4029.    align-items: center;
  4030.    margin-bottom: 2rem;
  4031.    gap: 1rem;
  4032. }
  4033.  
  4034. .brand-logo {
  4035.    height: 50px;
  4036.    width: auto;
  4037.    border-radius: 8px;
  4038. }
  4039.  
  4040. .brand-name {
  4041.    font-size: 1.5rem;
  4042.    font-weight: 800;
  4043.    color: var(--footer-color) !important;
  4044.    margin: 0;
  4045. }
  4046.  
  4047. .brand-type {
  4048.    color: var(--footer-color) !important;
  4049.    opacity: 0.8;
  4050.    font-size: 0.85rem;
  4051.    font-weight: 500;
  4052.    text-transform: uppercase;
  4053.    letter-spacing: 0.5px;
  4054. }
  4055.  
  4056. .brand-description {
  4057.    color: var(--footer-color) !important;
  4058.    line-height: 1.7;
  4059.    margin-bottom: 2rem;
  4060.    font-size: 0.95rem;
  4061. }
  4062.  
  4063. .brand-stats {
  4064.    display: flex;
  4065.    align-items: center;
  4066.    gap: 1.5rem;
  4067. }
  4068.  
  4069. .stat-item {
  4070.    text-align: center;
  4071. }
  4072.  
  4073. .stat-number {
  4074.    font-size: 1.5rem;
  4075.    font-weight: 800;
  4076.    color: #3b82f6;
  4077.    display: block;
  4078.    line-height: 1;
  4079. }
  4080.  
  4081. .stat-label {
  4082.    font-size: 0.8rem;
  4083.    color: #94a3b8;
  4084.    margin-top: 0.25rem;
  4085. }
  4086.  
  4087. .stat-divider {
  4088.    width: 1px;
  4089.    height: 40px;
  4090.    background: rgba(255, 255, 255, 0.2);
  4091. }
  4092.  
  4093. /* Links Section */
  4094. .links-section {
  4095.    padding-left: 1rem;
  4096.    padding-right: 1rem;
  4097. }
  4098.  
  4099. .section-title {
  4100.    margin-bottom: 2rem;
  4101.    position: relative;
  4102. }
  4103.  
  4104. .title-text {
  4105.    font-size: 1.3rem;
  4106.    font-weight: 700;
  4107.    color: var(--footer-color) !important;
  4108.    margin-bottom: 0.5rem;
  4109.    text-align: justify !important;
  4110. }
  4111.  
  4112.  
  4113. .link-group {
  4114.    margin-bottom: 2rem;
  4115. }
  4116.  
  4117. .group-title {
  4118.    font-size: 1rem;
  4119.    font-weight: 600;
  4120.    color: #f1f5f9;
  4121.    margin-bottom: 1rem;
  4122.    padding-bottom: 0.5rem;
  4123.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  4124. }
  4125.  
  4126. .link-list {
  4127.    list-style: none;
  4128.    padding: 0;
  4129.    margin: 0;
  4130. }
  4131.  
  4132. .link-item {
  4133.    margin-bottom: 0.75rem;
  4134. }
  4135.  
  4136. .link-text {
  4137.    color: var(--footer-color) !important;
  4138.    text-decoration: none;
  4139.    font-size: 0.9rem;
  4140.    display: flex;
  4141.    align-items: center;
  4142.    transition: all 0.3s ease;
  4143.    padding: 0.25rem 0;
  4144. }
  4145.  
  4146. .link-text:hover {
  4147.    color: #3b82f6;
  4148.    padding-left: 0.5rem;
  4149. }
  4150.  
  4151. .link-icon {
  4152.    margin-right: 0.5rem;
  4153.    opacity: 0;
  4154.    transition: opacity 0.3s ease;
  4155. }
  4156.  
  4157. .link-text:hover .link-icon {
  4158.    opacity: 1;
  4159. }
  4160.  
  4161. .external-icon {
  4162.    color: #10b981;
  4163. }
  4164.  
  4165. /* Categories Section */
  4166. .categories-section {
  4167.    padding-left: 1rem;
  4168. }
  4169.  
  4170. .categories-intro {
  4171.    color: #cbd5e1;
  4172.    margin-bottom: 1.5rem;
  4173.    font-size: 0.9rem;
  4174. }
  4175.  
  4176. .categories-cloud {
  4177.    display: flex;
  4178.    flex-wrap: wrap;
  4179.    gap: 0.75rem;
  4180. }
  4181.  
  4182. .category-pill {
  4183.    display: inline-block;
  4184.    padding: 0.5rem 1rem;
  4185.    background: rgba(255, 255, 255, 0.1);
  4186.    border: 1px solid rgba(255, 255, 255, 0.2);
  4187.    border-radius: 20px;
  4188.    color:  var(--footer-color) !important;
  4189.    text-decoration: none;
  4190.    font-size: 0.85rem;
  4191.    opacity: 0.7;
  4192.    font-weight: 500;
  4193.    transition: all 0.3s ease;
  4194. }
  4195.  
  4196. .category-pill:hover {
  4197.    background: #3b82f6;
  4198.    border-color: #3b82f6;
  4199.    color: var(--footer-color) !important;
  4200.    opacity: 1;
  4201.    transform: translateY(-1px);
  4202.    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
  4203. }
  4204.  
  4205. /* Footer Bottom */
  4206. .footer-bottom {
  4207.    padding: 2rem 0;
  4208.    position: relative;
  4209.    z-index: 2;
  4210. }
  4211.  
  4212. .bottom-border {
  4213.    height: 1px;
  4214.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  4215.    margin-bottom: 2rem;
  4216. }
  4217.  
  4218. .copyright-main {
  4219.    font-size: 1rem;
  4220.    color: #e2e8f0;
  4221.    margin-bottom: 0.25rem;
  4222. }
  4223.  
  4224. .brand-highlight {
  4225.    color: var(--footer-color);
  4226.    font-weight: 700;
  4227. }
  4228.  
  4229. .copyright-sub {
  4230.    font-size: 0.85rem;
  4231.    color: #94a3b8;
  4232.    margin: 0;
  4233. }
  4234.  
  4235. .footer-actions {
  4236.    display: flex;
  4237.    align-items: center;
  4238.    gap: 2rem;
  4239. }
  4240.  
  4241. .action-links {
  4242.    display: flex;
  4243.    gap: 1.5rem;
  4244. }
  4245.  
  4246. .action-link {
  4247.    display: flex;
  4248.    align-items: center;
  4249.    gap: 0.5rem;
  4250.    color: #cbd5e1;
  4251.    text-decoration: none;
  4252.    font-size: 0.9rem;
  4253.    transition: color 0.3s ease;
  4254. }
  4255.  
  4256. .action-link:hover {
  4257.    color: #3b82f6;
  4258. }
  4259.  
  4260. .scroll-to-top-btn {
  4261.    background: rgba(255, 255, 255, 0.1);
  4262.    border: 1px solid rgba(255, 255, 255, 0.2);
  4263.    color: #cbd5e1;
  4264.    width: 44px;
  4265.    height: 44px;
  4266.    border-radius: 12px;
  4267.    cursor: pointer;
  4268.    transition: all 0.3s ease;
  4269.    display: flex;
  4270.    align-items: center;
  4271.    justify-content: center;
  4272. }
  4273.  
  4274. .scroll-to-top-btn:hover {
  4275.    background: #3b82f6;
  4276.    border-color: #3b82f6;
  4277.    color: white;
  4278.    transform: translateY(-2px);
  4279. }
  4280.  
  4281. /* Background Pattern */
  4282. .footer-pattern {
  4283.    position: absolute;
  4284.    top: 0;
  4285.    left: 0;
  4286.    width: 100%;
  4287.    height: 100%;
  4288.    z-index: 1;
  4289.    overflow: hidden;
  4290. }
  4291.  
  4292. .pattern-grid {
  4293.    position: relative;
  4294.    width: 100%;
  4295.    height: 100%;
  4296. }
  4297.  
  4298. .pattern-dot {
  4299.    position: absolute;
  4300.    width: 2px;
  4301.    height: 2px;
  4302.    background: rgba(255, 255, 255, 0.1);
  4303.    border-radius: 50%;
  4304. }
  4305.  
  4306. .pattern-dot:nth-child(1) { top: 20%; left: 10%; }
  4307. .pattern-dot:nth-child(2) { top: 40%; right: 15%; }
  4308. .pattern-dot:nth-child(3) { top: 60%; left: 70%; }
  4309. .pattern-dot:nth-child(4) { bottom: 30%; right: 30%; }
  4310. .pattern-dot:nth-child(5) { bottom: 50%; left: 40%; }
  4311. .pattern-dot:nth-child(6) { top: 80%; right: 60%; }
  4312.  
  4313. /* Responsive Design */
  4314. @media (max-width: 992px) {
  4315.    .newsletter-heading {
  4316.        font-size: 2rem;
  4317.    }
  4318.    
  4319.    .brand-section {
  4320.        padding-right: 0;
  4321.        margin-bottom: 3rem;
  4322.    }
  4323.    
  4324.    .links-section, .categories-section {
  4325.        padding-left: 0;
  4326.        padding-right: 0;
  4327.    }
  4328.    
  4329.    .brand-stats {
  4330.        justify-content: center;
  4331.        margin-top: 2rem;
  4332.    }
  4333. }
  4334.  
  4335. @media (max-width: 768px) {
  4336.    .newsletter-section {
  4337.        padding: 60px 0 40px;
  4338.    }
  4339.    
  4340.    .newsletter-container {
  4341.        padding: 2rem 1.5rem;
  4342.        margin: 0 1rem;
  4343.    }
  4344.    
  4345.    .newsletter-heading {
  4346.        font-size: 1.75rem;
  4347.    }
  4348.    
  4349.    .content-sections {
  4350.        padding: 40px 0;
  4351.    }
  4352.    
  4353.    .brand-header {
  4354.        flex-direction: column;
  4355.        text-align: center;
  4356.    }
  4357.    
  4358.    .footer-actions {
  4359.        flex-direction: column;
  4360.        gap: 1rem;
  4361.        margin-top: 1.5rem;
  4362.    }
  4363.    
  4364.    .action-links {
  4365.        order: 2;
  4366.    }
  4367.    
  4368.    .scroll-to-top-btn {
  4369.        order: 1;
  4370.    }
  4371. }
  4372.  
  4373. @media (max-width: 576px) {
  4374.    .newsletter-container {
  4375.        padding: 1.5rem 1rem;
  4376.    }
  4377.    
  4378.    .newsletter-heading {
  4379.        font-size: 1.5rem;
  4380.    }
  4381.    
  4382.    .brand-stats {
  4383.        flex-direction: column;
  4384.        gap: 1rem;
  4385.    }
  4386.    
  4387.    .stat-divider {
  4388.        width: 40px;
  4389.        height: 1px;
  4390.    }
  4391.    
  4392.    .action-links {
  4393.        flex-direction: column;
  4394.        gap: 0.75rem;
  4395.        text-align: center;
  4396.    }
  4397.    
  4398.    .pattern-dot {
  4399.        display: none;
  4400.    }
  4401. }
  4402. </style>
  4403.  
  4404. <!-- Bootstrap 5 JS -->
  4405.  
  4406. <script>
  4407. // Scroll to Top Function
  4408. document.addEventListener('DOMContentLoaded', function () {
  4409.    var btn = document.getElementById('toggleExternal');
  4410.    if (!btn) return; // No extra items, no button
  4411.  
  4412.    var extras = document.querySelectorAll('#externalLinks li.extra');
  4413.  
  4414.    btn.addEventListener('click', function () {
  4415.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4416.            return li.classList.contains('d-none');
  4417.        });
  4418.  
  4419.        extras.forEach(function (li) {
  4420.            if (anyHidden) {
  4421.                li.classList.remove('d-none');
  4422.                li.classList.add('show');
  4423.            } else {
  4424.                li.classList.add('d-none');
  4425.                li.classList.remove('show');
  4426.            }
  4427.        });
  4428.  
  4429.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4430.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4431.    });
  4432. });
  4433. function scrollToTop() {
  4434.    window.scrollTo({
  4435.        top: 0,
  4436.        behavior: 'smooth'
  4437.    });
  4438. }
  4439.  
  4440. // Initialize Footer V4 Features
  4441. document.addEventListener('DOMContentLoaded', function() {
  4442.    
  4443.    // Newsletter Form Handling
  4444.    const newsletterForm = document.querySelector('.newsletter-form');
  4445.    const emailInput = document.querySelector('.form-input');
  4446.    const submitButton = document.querySelector('.submit-button');
  4447.    const successMessage = document.querySelector('.success-message');
  4448.    const errorMessage = document.querySelector('.error-message');
  4449.    const infoMessage = document.querySelector('.info-message');
  4450.    
  4451.    if (newsletterForm && emailInput && submitButton) {
  4452.        
  4453.        // Form submission
  4454.        newsletterForm.addEventListener('submit', function(e) {
  4455.            e.preventDefault();
  4456.            
  4457.            const email = emailInput.value.trim();
  4458.            
  4459.            // Validate email
  4460.            if (!email || !isValidEmail(email)) {
  4461.                showMessage('error');
  4462.                emailInput.focus();
  4463.                return;
  4464.            }
  4465.            
  4466.            // Show loading state
  4467.            const originalText = submitButton.querySelector('.button-text').textContent;
  4468.            const originalIcon = submitButton.querySelector('.button-icon').innerHTML;
  4469.            
  4470.            submitButton.disabled = true;
  4471.            submitButton.querySelector('.button-text').textContent = 'Subscribing...';
  4472.            submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-arrow-clockwise"></i>';
  4473.            submitButton.querySelector('.button-icon i').style.animation = 'spin 1s linear infinite';
  4474.            
  4475.            // Simulate API call
  4476.            setTimeout(() => {
  4477.                // Success state
  4478.                submitButton.querySelector('.button-text').textContent = 'Subscribed!';
  4479.                submitButton.querySelector('.button-icon').innerHTML = '<i class="bi bi-check-lg"></i>';
  4480.                submitButton.querySelector('.button-icon i').style.animation = 'none';
  4481.                submitButton.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4482.                
  4483.                showMessage('success');
  4484.                
  4485.                // Reset after delay
  4486.                setTimeout(() => {
  4487.                    submitButton.querySelector('.button-text').textContent = originalText;
  4488.                    submitButton.querySelector('.button-icon').innerHTML = originalIcon;
  4489.                    submitButton.style.background = '';
  4490.                    submitButton.disabled = false;
  4491.                    emailInput.value = '';
  4492.                    showMessage('info');
  4493.                }, 3000);
  4494.                
  4495.            }, 2000);
  4496.        });
  4497.        
  4498.        // Input validation
  4499.        emailInput.addEventListener('blur', function() {
  4500.            const email = this.value.trim();
  4501.            if (email && !isValidEmail(email)) {
  4502.                this.style.borderColor = '#ef4444';
  4503.                this.style.boxShadow = '0 0 0 4px rgba(239, 68, 68, 0.2)';
  4504.            } else if (email && isValidEmail(email)) {
  4505.                this.style.borderColor = '#10b981';
  4506.                this.style.boxShadow = '0 0 0 4px rgba(16, 185, 129, 0.2)';
  4507.            }
  4508.        });
  4509.        
  4510.        emailInput.addEventListener('focus', function() {
  4511.            this.style.borderColor = '#3b82f6';
  4512.            this.style.boxShadow = '0 0 0 4px rgba(59, 130, 246, 0.2)';
  4513.        });
  4514.        
  4515.        // Reset validation styling on input
  4516.        emailInput.addEventListener('input', function() {
  4517.            if (this.style.borderColor === 'rgb(239, 68, 68)') {
  4518.                this.style.borderColor = '';
  4519.                this.style.boxShadow = '';
  4520.            }
  4521.        });
  4522.    }
  4523.    
  4524.    // Email validation function
  4525.    function isValidEmail(email) {
  4526.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4527.        return emailRegex.test(email);
  4528.    }
  4529.    
  4530.    // Message display function
  4531.    function showMessage(type) {
  4532.        // Hide all messages
  4533.        successMessage.style.display = 'none';
  4534.        errorMessage.style.display = 'none';
  4535.        infoMessage.style.display = 'none';
  4536.        
  4537.        // Show specific message
  4538.        if (type === 'success') {
  4539.            successMessage.style.display = 'block';
  4540.        } else if (type === 'error') {
  4541.            errorMessage.style.display = 'block';
  4542.        } else if (type === 'info') {
  4543.            infoMessage.style.display = 'block';
  4544.        }
  4545.    }
  4546.    
  4547.    // Smooth reveal animations
  4548.    const observerOptions = {
  4549.        threshold: 0.1,
  4550.        rootMargin: '0px 0px -30px 0px'
  4551.    };
  4552.    
  4553.    const sectionObserver = new IntersectionObserver((entries) => {
  4554.        entries.forEach(entry => {
  4555.            if (entry.isIntersecting) {
  4556.                entry.target.style.opacity = '1';
  4557.                entry.target.style.transform = 'translateY(0)';
  4558.            }
  4559.        });
  4560.    }, observerOptions);
  4561.    
  4562.    // Animate sections
  4563.    document.querySelectorAll('.brand-section, .links-section, .categories-section').forEach((section, index) => {
  4564.        section.style.opacity = '0';
  4565.        section.style.transform = 'translateY(20px)';
  4566.        section.style.transition = `all 0.6s ease ${index * 0.2}s`;
  4567.        sectionObserver.observe(section);
  4568.    });
  4569.    
  4570.    // Animate category pills
  4571.    document.querySelectorAll('.category-pill').forEach((pill, index) => {
  4572.        pill.style.opacity = '0';
  4573.        pill.style.transform = 'translateY(10px)';
  4574.        pill.style.transition = `all 0.4s ease ${index * 0.1}s`;
  4575.        
  4576.        setTimeout(() => {
  4577.            pill.style.opacity = '1';
  4578.            pill.style.transform = 'translateY(0)';
  4579.        }, 300 + (index * 100));
  4580.    });
  4581.    
  4582.    // Enhanced link hover effects
  4583.    document.querySelectorAll('.link-text').forEach(link => {
  4584.        link.addEventListener('mouseenter', function() {
  4585.            const icon = this.querySelector('.link-icon');
  4586.            if (icon) {
  4587.                icon.style.transform = 'translateX(4px)';
  4588.            }
  4589.        });
  4590.        
  4591.        link.addEventListener('mouseleave', function() {
  4592.            const icon = this.querySelector('.link-icon');
  4593.            if (icon) {
  4594.                icon.style.transform = 'translateX(0)';
  4595.            }
  4596.        });
  4597.    });
  4598.    
  4599.    // Prevent default for demo links
  4600.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4601.        link.addEventListener('click', function(e) {
  4602.            e.preventDefault();
  4603.        });
  4604.    });
  4605.    
  4606.    // Add ripple effect to submit button
  4607.    submitButton.addEventListener('click', function(e) {
  4608.        const ripple = document.createElement('span');
  4609.        const rect = this.getBoundingClientRect();
  4610.        const size = Math.max(rect.width, rect.height);
  4611.        const x = e.clientX - rect.left - size / 2;
  4612.        const y = e.clientY - rect.top - size / 2;
  4613.        
  4614.        ripple.style.cssText = `
  4615.            position: absolute;
  4616.            width: ${size}px;
  4617.            height: ${size}px;
  4618.            left: ${x}px;
  4619.            top: ${y}px;
  4620.            background: rgba(255, 255, 255, 0.3);
  4621.            border-radius: 50%;
  4622.            transform: scale(0);
  4623.            animation: ripple 0.6s ease-out;
  4624.            pointer-events: none;
  4625.        `;
  4626.        
  4627.        this.appendChild(ripple);
  4628.        
  4629.        setTimeout(() => {
  4630.            ripple.remove();
  4631.        }, 600);
  4632.    });
  4633.    
  4634. });
  4635.  
  4636. // Add CSS for ripple animation
  4637. const rippleStyle = document.createElement('style');
  4638. rippleStyle.textContent = `
  4639.    @keyframes ripple {
  4640.        to {
  4641.            transform: scale(2);
  4642.            opacity: 0;
  4643.        }
  4644.    }
  4645.    
  4646.    @keyframes spin {
  4647.        from { transform: rotate(0deg); }
  4648.        to { transform: rotate(360deg); }
  4649.    }
  4650.    
  4651.    .submit-button {
  4652.        position: relative;
  4653.        overflow: hidden;
  4654.    }
  4655. `;
  4656. document.head.appendChild(rippleStyle);
  4657. </script>
  4658.  
  4659.        <!-- end of wpo-site-footer-section -->
  4660.    </div>
  4661.    <!-- end of page-wrapper -->
  4662.  
  4663.    <!-- All JavaScript files
  4664.    ================================================== -->
  4665.    
  4666.  
  4667. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4668. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4669. <!-- Plugins for this template -->
  4670. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4671. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4672. <!-- Custom script for this template -->
  4673. <script src="/static/blogapp/assets/js/script.js"></script>
  4674.  
  4675. <script>
  4676. (function () {
  4677. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4678. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4679.  
  4680. function applyFallback(img) {
  4681. if (!img || img.dataset.fallbackApplied === "1") {
  4682. return;
  4683. }
  4684. var failedSrc = img.currentSrc || img.src || "";
  4685. img.dataset.fallbackApplied = "1";
  4686. img.onerror = null;
  4687. img.src = fallbackImageSrc;
  4688. console.warn("[ImageFallback] Replaced broken image:", {
  4689. failedSrc: failedSrc,
  4690. fallbackSrc: fallbackImageSrc,
  4691. alt: img.alt || "",
  4692. });
  4693. }
  4694.  
  4695. document.querySelectorAll("img").forEach(function (img) {
  4696. if (img.complete && img.naturalWidth === 0) {
  4697. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4698. failedSrc: img.currentSrc || img.src || "",
  4699. alt: img.alt || "",
  4700. });
  4701. applyFallback(img);
  4702. }
  4703. });
  4704.  
  4705. document.addEventListener(
  4706. "error",
  4707. function (event) {
  4708. var target = event.target;
  4709. if (target && target.tagName === "IMG") {
  4710. applyFallback(target);
  4711. }
  4712. },
  4713. true
  4714. );
  4715. })();
  4716. </script>
  4717.  
  4718. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4719.  
  4720.  
  4721.  
  4722. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon='{"version":"2024.11.0","token":"9ad9717f06de4f008da9af4d986e4428","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4723. </body>
  4724.  
  4725. </html>
  4726.  
  4727.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda