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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="libre">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-28T110908.442_JCDrPxf_BJEq1wN.png">
  14.    
  15.  
  16.    <title>Spin News Now - Latest UK News and Current Affairs Updates</title>
  17.    <meta name="description" content="Stay informed with the latest news, politics, and current affairs from across the UK. Spin News Now delivers timely updates and in-depth analysis on events shaping the nation.">
  18.    <link href="/static/blogapp/assets/css/themify-icons.css" rel="stylesheet">
  19.    <link href="/static/blogapp/assets/css/flaticon.css" rel="stylesheet">
  20.    <link href="/static/blogapp/assets/css/bootstrap.min.css" rel="stylesheet">
  21.    <link href="/static/blogapp/assets/css/animate.css" rel="stylesheet">
  22.    <link href="/static/blogapp/assets/css/owl.carousel.css" rel="stylesheet">
  23.    <link href="/static/blogapp/assets/css/owl.theme.css" rel="stylesheet">
  24.    <link href="/static/blogapp/assets/css/slick.css" rel="stylesheet">
  25.    <link href="/static/blogapp/assets/css/slick-theme.css" rel="stylesheet">
  26.    <link href="/static/blogapp/assets/css/swiper.min.css" rel="stylesheet">
  27.    <link href="/static/blogapp/assets/css/owl.transitions.css" rel="stylesheet">
  28.    <link href="/static/blogapp/assets/css/jquery.fancybox.css" rel="stylesheet">
  29.    <link href="/static/blogapp/assets/css/odometer-theme-default.css" rel="stylesheet">
  30.    <link href="/static/blogapp/assets/css/component.css" rel="stylesheet">
  31.    <link href="/static/blogapp/assets/sass/style.css" rel="stylesheet">
  32.    <link href="/static/blogapp/assets/sass/layout/navbar.css" rel="stylesheet">
  33.    <link href="/static/blogapp/assets/css/responsive.css" rel="stylesheet">
  34.    <link href="/static/blogapp/assets/sass/fonts.css" rel="stylesheet">
  35.    <link rel="canonical" href="https://spinnewsnow.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #8b5cf6;
  42.        --bs-primary-rgb: 8b5cf6;
  43.        --bs-secondary: #a3bffa;
  44.        --bs-success: #2dd4bf;
  45.        --bs-danger: #f43f5e;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #60a5fa;
  48.        --bs-light: #ede9fe;
  49.        --bs-dark: #2e1065;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #8b5cf6;
  53.        --theme-primary-color-s2: #8b5cf6;
  54.        --body-bg-color: #0f172a;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #ede9fe;
  57.        --text-light-color: #676767;
  58.        --heading-color: #ede9fe;
  59.        --border-color: #6d28d9;
  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: #2e1065;
  73.        --nav-bg: #2e1065;
  74.        --sub-nav: #4c1d95;
  75.        --navbar-color: #ede9fe;
  76.        --topbar-bg: #0f172a;
  77.        --topbar-color: #ede9fe;
  78.        --footer-bg: #2e1065;
  79.        --footer-color: #ede9fe;
  80.        --card-bg: rgba(46, 16, 101, 0.8);
  81.        --card-border: #6d28d9;
  82.        --card-radius: 14px;
  83.        --link-color: #8b5cf6;
  84.        --link-hover: #7c3aed;
  85.        --blog-color: #ede9fe;
  86.        --blog-bg: rgba(139, 92, 246, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background: rgba(46, 16, 101, 0.8) !important;
  204.            backdrop-filter: blur(10px);
  205.        
  206.        border: 1px solid var(--border-color) !important;
  207.        transition: all 0.3s ease;
  208.        border-radius: 12px;
  209.        color: var(--text-color) !important;
  210.    }
  211.     .navbar-brand img{
  212.            height: 70px;
  213.            object-fit: contain;
  214.        }
  215.    
  216.    .card:hover {
  217.        transform: translateY(-5px);
  218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  219.    }
  220.    
  221.    .card-header {
  222.        background-color: var(--section-bg-color) !important;
  223.        border-color: var(--border-color) !important;
  224.        color: var(--text-color) !important;
  225.    }
  226.    
  227.    /* Bootstrap Form Controls */
  228.    .form-control {
  229.        color: var(--text-color) !important;
  230.        background-color: var(--body-bg-color) !important;
  231.        border-color: var(--border-color) !important;
  232.        /* Remove font-family override - let data-font-scheme handle it */
  233.    }
  234.    
  235.    .form-control:focus {
  236.        border-color: var(--bs-primary) !important;
  237.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  238.    }
  239.    
  240.    /* Links throughout site */
  241.  .nav1 a {
  242.        color: var(--link-color) !important;
  243.        text-decoration: none;
  244.        transition: all 0.3s ease;
  245.    }
  246.    
  247.    a:hover {
  248.        color: var(--link-hover) !important;
  249.    }
  250.    
  251.    /* Text color classes */
  252.    .text-muted {
  253.        color: var(--body-color) !important;
  254.    }
  255.    
  256.    .text-light {
  257.        color: var(--light) !important;
  258.    }
  259.    
  260.    /* Section backgrounds */
  261.    .section-bg,
  262.    .bg-light {
  263.        background-color: var(--section-bg-color) !important;
  264.    }
  265.    
  266.    /* Dark sections */
  267.    .bg-dark,
  268.    .dark-section {
  269.        background-color: var(--black-bg-color) !important;
  270.        color: var(--black-section-text-color) !important;
  271.    }
  272.    
  273.    /* Footer styling */
  274.    .footer,
  275.    footer {
  276.        
  277.            background-color: var(--footer-bg) !important;
  278.        
  279.        color: var(--footer-color) !important;
  280.    }
  281.    
  282.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  283.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  284.        color: var(--black-section-text-color) !important;
  285.        /* Remove font-family override - let data-font-scheme handle it */
  286.    }
  287.    
  288.    .footer a, footer a {
  289.        color: var(--black-section-text-color) !important;
  290.    }
  291.    
  292.    .footer a:hover, footer a:hover {
  293.        color: var(--bs-primary) !important;
  294.    }
  295.    
  296.    /* Bootstrap Secondary Colors */
  297.    .btn-secondary {
  298.        background-color: var(--bs-secondary) !important;
  299.        border-color: var(--bs-secondary) !important;
  300.    }
  301.    
  302.    .text-secondary {
  303.        color: var(--bs-secondary) !important;
  304.    }
  305.    
  306.    .bg-secondary {
  307.        background-color: var(--bs-secondary) !important;
  308.    }
  309.    
  310.    /* Bootstrap Success, Danger, Warning, Info */
  311.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  312.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  313.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  314.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  315.    
  316.    .text-success { color: var(--bs-success) !important; }
  317.    .text-danger { color: var(--bs-danger) !important; }
  318.    .text-warning { color: var(--bs-warning) !important; }
  319.    .text-info { color: var(--bs-info) !important; }
  320.    
  321.    .bg-success { background-color: var(--bs-success) !important; }
  322.    .bg-danger { background-color: var(--bs-danger) !important; }
  323.    .bg-warning { background-color: var(--bs-warning) !important; }
  324.    .bg-info { background-color: var(--bs-info) !important; }
  325.    
  326.    /* Mobile menu styling */
  327.    .navbar-toggler,
  328.    .open-btn {
  329.        border-color: var(--navbar-color) !important;
  330.    }
  331.    
  332.    .icon-bar {
  333.        background-color: var(--navbar-color) !important;
  334.    }
  335.    
  336.    /* Smooth Animations */
  337.    .fade-in-up {
  338.        animation: fadeInUp 0.6s ease-out;
  339.    }
  340.    
  341.    @keyframes fadeInUp {
  342.        from {
  343.            opacity: 0;
  344.            transform: translateY(30px);
  345.        }
  346.        to {
  347.            opacity: 1;
  348.            transform: translateY(0);
  349.        }
  350.    }
  351.    
  352.    /* Responsive adjustments */
  353.    @media (max-width: 768px) {
  354.        .navbar {
  355.            padding: 0.5rem 0;
  356.        }
  357.        
  358.        .card:hover {
  359.            transform: none;
  360.        }
  361.    }
  362.    
  363. </style>
  364.    
  365.    
  366.    
  367.  
  368. <script>
  369.    var _paq = window._paq = window._paq || [];
  370.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  371.    _paq.push(['trackPageView']);
  372.    _paq.push(['enableLinkTracking']);
  373.    (function() {
  374.        var u = "//analytics.tech-vikings.com/";
  375.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  376.        _paq.push(['setSiteId', '2']);
  377.        var d = document,
  378.            g = d.createElement('script'),
  379.            s = d.getElementsByTagName('script')[0];
  380.        g.async = true;
  381.        g.src = u + 'matomo.js';
  382.        s.parentNode.insertBefore(g, s);
  383.    })();
  384. </script>
  385. </head>
  386.  
  387.  
  388.  
  389. <body class="page-blogapp:homepage theme-theme_49">
  390.    <div id="healthcheck"></div>
  391.    <!-- start page-wrapper -->
  392.    <div class="page-wrapper">
  393.        
  394.            <!-- start preloader -->
  395.                
  396.            <!-- end preloader -->
  397.        
  398.        <!-- Start header -->
  399.        <header id="header" class="wpo-site-header">
  400.            
  401.  
  402.  
  403.    
  404.  
  405.  
  406.  
  407. <div class="topbar ">
  408.  <div class="container-fluid fluid-container">
  409.    <div class="row align-items-center ">
  410.      <div class="col  col-lg-9 col-md-9 col-sm-12 col-12">
  411.        <div class="contact-intro ">
  412.          <ul class="d-flex gap-2 align-items-center">
  413.            <li class="update ">
  414.              <span class="bg-primary-gradient text-nowrap">New Update</span>
  415.            </li>
  416.            <li class="top-color">
  417.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  418.                <p class="text-center mb-0">
  419.                  
  420.                  <a href="/venus-williams-receives-special-entry-for-her-initial-australian-open-in-half-a-decade/" class="px-5 top-color">
  421.                    Venus Williams, Receives Special Entry for Her Initial Australian Open in Half a Decade.
  422.                  </a>
  423.                  
  424.                  <a href="/the-uk-needs-some-media-independent-of-us-control-comcasts-bid-for-itv-sharpens-minds/" class="px-5 top-color">
  425.                    ‘The UK Needs Some Media Independent of US Control’: Comcast’s Bid for ITV Sharpens Minds
  426.                  </a>
  427.                  
  428.                  <a href="/female-footballer-of-the-year-candidate-alessia-russo/" class="px-5 top-color">
  429.                    Female Footballer of the Year Candidate Alessia Russo
  430.                  </a>
  431.                  
  432.                  <a href="/massive-disruption-projected-the-united-kingdoms-worst-case-climate-crisis-outcomes-laid-bare-by-researchers/" class="px-5 top-color">
  433.                    Massive Disruption Projected: The United Kingdom&#x27;s Worst-Case Climate Crisis Outcomes Laid Bare by Researchers
  434.                  </a>
  435.                  
  436.                  <a href="/hardline-ex-lawmaker-ja-kast-voted-in-as-chile-incoming-leader/" class="px-5 top-color">
  437.                    Hardline Ex- Lawmaker J.A. Kast Voted In as Chile Incoming Leader.
  438.                  </a>
  439.                  
  440.                </p>
  441.              </marquee>
  442.            </li>
  443.          </ul>
  444.        </div>
  445.      </div>
  446.      <div class="col col-lg-3 col-md-3 col-sm-12 col-12">
  447.        <div class="contact-info ">
  448.          <ul>
  449.            <li>
  450.              <a href="#" class="top-color"><i class="top-color ti-facebook"></i></a>
  451.            </li>
  452.            <li>
  453.              <a href="#" class="top-color"><i class="top-color ti-twitter-alt"></i></a>
  454.            </li>
  455.            <li>
  456.              <a href="#" class="top-color"><i class="top-color ti-instagram"></i></a>
  457.            </li>
  458.            <li>
  459.              <a href="#" class="top-color"><i class="top-color ti-google"></i></a>
  460.            </li>
  461.          </ul>
  462.        </div>
  463.      </div>
  464.    </div>
  465.  </div>
  466. </div>
  467.  
  468.  
  469.  
  470.  
  471.  
  472.            
  473.  
  474.  
  475.  
  476.  
  477.  
  478.  
  479. <header class="header-v7 py-2 mb-4">
  480.    <!-- Top Bar -->
  481.    <div class="top-bar-v7">
  482.        <div class="container-fluid fluid-container">
  483.            <div class="row align-items-center justify-content-center">
  484.                <div class="col-lg-3 col-md-4">
  485.                    <div class="logo-section-v7">
  486.                        <a class="brand-link-v7" href="/">
  487.                            
  488.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/358cbd02-8fc1-4f10-8cc2-5ae3c2f7566f_logo.png" alt="Spin News Now" class="logo-img-v7" />
  489.                            
  490.                        </a>
  491.                    </div>
  492.                </div>
  493.                <div class="col-lg-6 col-md-5">
  494.                    <div class="search-bar-v7">
  495.                        <form class="search-form-v7" action="#" method="get">
  496.                            <div class="search-container-v7">
  497.                                <input id="search-input" type="search" class="search-input-v7"
  498.                                    placeholder="Search articles, tutorials, news..." name="q">
  499.                                <button type="submit" class="search-btn-v7">
  500.                                    <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  501.                                        stroke-width="2">
  502.                                        <circle cx="11" cy="11" r="8"></circle>
  503.                                        <path d="m21 21-4.35-4.35"></path>
  504.                                    </svg>
  505.                                </button>
  506.                            </div>
  507.                            <div id="search-results" class="search-results-container search-v1"></div>
  508.                        </form>
  509.                    </div>
  510.                </div>
  511.                <div class="col-lg-3 col-md-3">
  512.                    <!-- Empty column for spacing -->
  513.                </div>
  514.            </div>
  515.        </div>
  516.    </div>
  517.  
  518.    <!-- Main Navigation -->
  519.    <div class="main-nav-v7">
  520.        <div class="container-fluid">
  521.            <div class="nav-wrapper-v7">
  522.  
  523.                <!-- Sidebar Navigation -->
  524.                <nav class="sidebar-nav-v7" id="sidebarNavV7">
  525.                    <div class="nav-header-v7">
  526.                        <h6 class="nav-title-v7">Navigation</h6>
  527.                        <button class="sidebar-close-v7 text-link" onclick="closeSidebarV7()">
  528.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  529.                                stroke-width="2">
  530.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  531.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  532.                            </svg>
  533.                        </button>
  534.                    </div>
  535.  
  536.                    <ul class="sidebar-menu-v7">
  537.                        <li class="sidebar-item-v7">
  538.                            <a href='/' class="sidebar-link-v7 active-v7">
  539.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  540.                                    stroke="currentColor" stroke-width="2">
  541.                                    <path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
  542.                                    <polyline points="9,22 9,12 15,12 15,22"></polyline>
  543.                                </svg>
  544.                                Home
  545.                            </a>
  546.                        </li>
  547.  
  548.                        <li class="sidebar-item-v7 has-submenu-v7">
  549.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('tech-submenu-v7')">
  550.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  551.                                    stroke="currentColor" stroke-width="2">
  552.                                    <rect x="2" y="3" width="20" height="14" rx="2" ry="2"></rect>
  553.                                    <line x1="8" y1="21" x2="16" y2="21"></line>
  554.                                    <line x1="12" y1="17" x2="12" y2="21"></line>
  555.                                </svg>
  556.                                Technology
  557.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  558.                                    stroke="currentColor" stroke-width="2">
  559.                                    <polyline points="6,9 12,15 18,9"></polyline>
  560.                                </svg>
  561.                            </a>
  562.                            <ul class="sidebar-submenu-v7" id="tech-submenu-v7">
  563.                                <li><a href="#" class="sidebar-sublink-v7">Web Development</a></li>
  564.                                <li><a href="#" class="sidebar-sublink-v7">Mobile Apps</a></li>
  565.                                <li><a href="#" class="sidebar-sublink-v7">AI & Machine Learning</a></li>
  566.                                <li><a href="#" class="sidebar-sublink-v7">Cybersecurity</a></li>
  567.                            </ul>
  568.                        </li>
  569.  
  570.                        <li class="sidebar-item-v7 has-submenu-v7">
  571.                            <a href="#" class="sidebar-link-v7" onclick="toggleSubmenuV7('business-submenu-v7')">
  572.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  573.                                    stroke="currentColor" stroke-width="2">
  574.                                    <path
  575.                                        d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z">
  576.                                    </path>
  577.                                </svg>
  578.                                Business
  579.                                <svg class="submenu-arrow-v7" width="14" height="14" viewBox="0 0 24 24" fill="none"
  580.                                    stroke="currentColor" stroke-width="2">
  581.                                    <polyline points="6,9 12,15 18,9"></polyline>
  582.                                </svg>
  583.                            </a>
  584.                            <ul class="sidebar-submenu-v7" id="business-submenu-v7">
  585.                                <li><a href="#" class="sidebar-sublink-v7">Startups</a></li>
  586.                                <li><a href="#" class="sidebar-sublink-v7">Marketing</a></li>
  587.                                <li><a href="#" class="sidebar-sublink-v7">Finance</a></li>
  588.                            </ul>
  589.                        </li>
  590.  
  591.                        <li class="sidebar-item-v7">
  592.                            <a href="#" class="sidebar-link-v7">
  593.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  594.                                    stroke="currentColor" stroke-width="2">
  595.                                    <path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path>
  596.                                    <path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path>
  597.                                </svg>
  598.                                Tutorials
  599.                            </a>
  600.                        </li>
  601.  
  602.                        <li class="sidebar-item-v7">
  603.                            <a href="#" class="sidebar-link-v7">
  604.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  605.                                    stroke="currentColor" stroke-width="2">
  606.                                    <polygon
  607.                                        points="12,2 15.09,8.26 22,9.27 17,14.14 18.18,21.02 12,17.77 5.82,21.02 7,14.14 2,9.27 8.91,8.26">
  608.                                    </polygon>
  609.                                </svg>
  610.                                Reviews
  611.                            </a>
  612.                        </li>
  613.  
  614.                        <li class="sidebar-item-v7">
  615.                            <a href="#" class="sidebar-link-v7">
  616.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  617.                                    stroke="currentColor" stroke-width="2">
  618.                                    <path d="M6 2l3 6 5.5-3-2.5 7h7l-3 6-5.5-3 2.5-7H6z"></path>
  619.                                </svg>
  620.                                News
  621.                            </a>
  622.                        </li>
  623.  
  624.                        <li class="sidebar-item-v7">
  625.                            <a href="#" class="sidebar-link-v7">
  626.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  627.                                    stroke="currentColor" stroke-width="2">
  628.                                    <circle cx="12" cy="12" r="3"></circle>
  629.                                    <path
  630.                                        d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1 1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z">
  631.                                    </path>
  632.                                </svg>
  633.                                About
  634.                            </a>
  635.                        </li>
  636.  
  637.                        <li class="sidebar-item-v7">
  638.                            <a href="#" class="sidebar-link-v7">
  639.                                <svg class="sidebar-icon-v7" width="16" height="16" viewBox="0 0 24 24" fill="none"
  640.                                    stroke="currentColor" stroke-width="2">
  641.                                    <path
  642.                                        d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z">
  643.                                    </path>
  644.                                    <polyline points="22,6 12,13 2,6"></polyline>
  645.                                </svg>
  646.                                Contact
  647.                            </a>
  648.                        </li>
  649.                    </ul>
  650.                </nav>
  651.                <div class="sidebar-blur"></div>
  652.  
  653.                <!-- Main Content Area -->
  654.                <div class="content-area-v7">
  655.                    <!-- Horizontal Nav for Desktop -->
  656.                    <nav class="horizontal-nav-v7 d-none d-lg-flex">
  657.                        <ul class="horizontal-menu-v7">
  658.  
  659.                            
  660.                            <li class="horizontal-item-v7">
  661.                                <a href="/" class="horizontal-link-v7 active-v7">Home</a>
  662.                            </li>
  663.  
  664.                            
  665.                            
  666.                             <li class="horizontal-item-v7">
  667.                                <a href="/category/all-posts/" class="horizontal-link-v7">
  668.                                    All Posts
  669.                                </a>
  670.                                </li>
  671.  
  672.                                
  673.  
  674.                                        
  675.                                        
  676.                                
  677.                             <li class="horizontal-item-v7">
  678.                                <a href="/category/business/" class="horizontal-link-v7">
  679.                                    Business
  680.                                </a>
  681.                                </li>
  682.  
  683.                                
  684.  
  685.                                        
  686.                                        
  687.                                
  688.                             <li class="horizontal-item-v7">
  689.                                <a href="/category/esports/" class="horizontal-link-v7">
  690.                                    Esports
  691.                                </a>
  692.                                </li>
  693.  
  694.                                
  695.  
  696.                                        
  697.                                        
  698.                                
  699.                             <li class="horizontal-item-v7">
  700.                                <a href="/category/fashion/" class="horizontal-link-v7">
  701.                                    Fashion
  702.                                </a>
  703.                                </li>
  704.  
  705.                                
  706.  
  707.                                        
  708.                                        
  709.                                
  710.                             <li class="horizontal-item-v7">
  711.                                <a href="/category/featured/" class="horizontal-link-v7">
  712.                                    Featured
  713.                                </a>
  714.                                </li>
  715.  
  716.                                
  717.  
  718.                                        
  719.                                        
  720.                                
  721.                             <li class="horizontal-item-v7">
  722.                                <a href="/category/gaming/" class="horizontal-link-v7">
  723.                                    Gaming
  724.                                </a>
  725.                                </li>
  726.  
  727.                                
  728.  
  729.                                        
  730.                                        
  731.                                
  732.                             <li class="horizontal-item-v7">
  733.                                <a href="/category/health/" class="horizontal-link-v7">
  734.                                    Health
  735.                                </a>
  736.                                </li>
  737.  
  738.                                
  739.  
  740.                                        
  741.                                        
  742.                                
  743.                            
  744.                                
  745.                                <li class="horizontal-item-v7 dropdown-v7">
  746.                                    <a href="#" class="horizontal-link-v7">More</a>
  747.                                    <div class="horizontal-dropdown-v7">
  748.                                        <a href="/category/life-fitness/"
  749.                                            class="dropdown-item-v7">
  750.                                            Life &amp; Fitness
  751.                                        </a>
  752.                                        
  753.  
  754.                                        
  755.                                        
  756.                                
  757.                            
  758.                                        <a href="/category/lifestyle/"
  759.                                            class="dropdown-item-v7">
  760.                                            Lifestyle
  761.                                        </a>
  762.                                        
  763.  
  764.                                        
  765.                                        
  766.                                
  767.                            
  768.                                        <a href="/category/news/"
  769.                                            class="dropdown-item-v7">
  770.                                            News
  771.                                        </a>
  772.                                        
  773.  
  774.                                        
  775.                                        
  776.                                
  777.                            
  778.                                        <a href="/category/others/"
  779.                                            class="dropdown-item-v7">
  780.                                            Others
  781.                                        </a>
  782.                                        
  783.  
  784.                                        
  785.                                        
  786.                                
  787.                            
  788.                                        <a href="/category/politics/"
  789.                                            class="dropdown-item-v7">
  790.                                            Politics
  791.                                        </a>
  792.                                        
  793.  
  794.                                        
  795.                                        
  796.                                
  797.                            
  798.                                        <a href="/category/sports/"
  799.                                            class="dropdown-item-v7">
  800.                                            Sports
  801.                                        </a>
  802.                                        
  803.  
  804.                                        
  805.                                        
  806.                                
  807.                            
  808.                                        <a href="/category/tech/"
  809.                                            class="dropdown-item-v7">
  810.                                            Tech
  811.                                        </a>
  812.                                        
  813.  
  814.                                        
  815.                                        
  816.                                
  817.                            
  818.                                        <a href="/category/travel/"
  819.                                            class="dropdown-item-v7">
  820.                                            Travel
  821.                                        </a>
  822.                                        
  823.  
  824.                                        
  825.                                        
  826.                                    </div>
  827.                                </li>
  828.                                
  829.                                
  830. <li>
  831.                  <a href="/page/contact-us/">
  832.                     Contact Us
  833.                  </a>
  834.              </li>
  835.                        </ul>
  836.                    </nav>
  837.  
  838.  
  839.                    <!-- Mobile Menu Button -->
  840.                    <button class="mobile-menu-btn-v7 d-lg-none text-link" onclick="openSidebarV7()">
  841.                        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  842.                            stroke-width="2">
  843.                            <line x1="3" y1="6" x2="21" y2="6"></line>
  844.                            <line x1="3" y1="12" x2="21" y2="12"></line>
  845.                            <line x1="3" y1="18" x2="21" y2="18"></line>
  846.                        </svg>
  847.                        Menu
  848.                    </button>
  849.                </div>
  850.            </div>
  851.        </div>
  852.    </div>
  853.  
  854.    <!-- Overlay for mobile sidebar -->
  855.    <div class="sidebar-overlay-v7" id="sidebarOverlayV7" onclick="closeSidebarV7()"></div>
  856. </header>
  857.  
  858. <style>
  859.    /* Navbar V7 Styles - Vertical Sidebar Navigation */
  860.    .header-v7 {
  861.        position: relative;
  862.        background: var(--navbar-bg);
  863.    }
  864.  
  865.    /* Top Bar Styles */
  866.    .top-bar-v7 {
  867.        padding: 15px 0;
  868.        border-bottom: 1px solid var(--border-color);
  869.        background: var(--navbar-bg);
  870.    }
  871.  
  872.    .logo-img-v7 {
  873.        max-height: 70px;
  874.        transition: transform 0.3s ease;
  875.    }
  876.  
  877.    .logo-img-v7:hover {
  878.        transform: scale(1.05);
  879.    }
  880.  
  881.    /* Search Bar Styles */
  882.    .search-container-v7 {
  883.        position: relative;
  884.        display: flex;
  885.        align-items: center;
  886.        background: transparent;
  887.        border: 2px solid var(--border-color);
  888.        border-radius: 8px;
  889.        overflow: hidden;
  890.        transition: all 0.3s ease;
  891.    }
  892.  
  893.    .search-container-v7:focus-within {
  894.        border-color: #007bff33;
  895.        box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
  896.    }
  897.  
  898.    .search-input-v7 {
  899.        color: var(--topbar-color) !important;
  900.        flex: 1;
  901.        border: none;
  902.        padding: 12px 16px;
  903.        font-size: 14px;
  904.        outline: none;
  905.        background: transparent;
  906.    }
  907.  
  908.    .search-input-v7::placeholder {
  909.        color: #a0aec0;
  910.    }
  911.  
  912.    .search-btn-v7 {
  913.        background: var(--bs-primary);
  914.        color: white;
  915.        border: none;
  916.        padding: 12px 16px;
  917.        cursor: pointer;
  918.        transition: background 0.3s ease;
  919.    }
  920.  
  921.    .search-btn-v7:hover {
  922.        background: #3182ce;
  923.    }
  924.  
  925.    /* Header Actions */
  926.    .header-actions-v7 {
  927.        display: flex;
  928.        align-items: center;
  929.        gap: 15px;
  930.        justify-content: flex-end;
  931.    }
  932.  
  933.    .notification-btn-v7,
  934.    .profile-btn-v7 {
  935.        background: none;
  936.        border: none;
  937.        padding: 8px;
  938.        border-radius: 8px;
  939.        cursor: pointer;
  940.        transition: background 0.3s ease;
  941.        position: relative;
  942.    }
  943.  
  944.    .notification-btn-v7:hover,
  945.    .profile-btn-v7:hover {
  946.        background: #f1f5f9;
  947.    }
  948.  
  949.    .notification-badge-v7 {
  950.        position: absolute;
  951.        top: 2px;
  952.        right: 2px;
  953.        background: #e53e3e;
  954.        color: white;
  955.        font-size: 16px;
  956.        font-weight: 600;
  957.        width: 16px;
  958.        height: 16px;
  959.        border-radius: 50%;
  960.        display: flex;
  961.        align-items: center;
  962.        justify-content: center;
  963.    }
  964.  
  965.    .profile-avatar-v7 {
  966.        width: 32px;
  967.        height: 32px;
  968.        background: var(--border-color);
  969.        border-radius: 50%;
  970.        display: flex;
  971.        align-items: center;
  972.        justify-content: center;
  973.    }
  974.  
  975.    /* Main Navigation */
  976.    .main-nav-v7 {
  977.        background: var(--navbar-bg);
  978.    }
  979.  
  980.    .nav-wrapper-v7 {
  981.        display: flex;
  982.        align-items: center;
  983.        justify-content: center;
  984.        min-height: 60px;
  985.    }
  986.  
  987.    /* Sidebar Navigation */
  988.    .sidebar-nav-v7 {
  989.        position: fixed;
  990.        top: 0;
  991.        left: -350px;
  992.        width: 350px;
  993.        height: 100vh;
  994.        background: var(--navbar-bg);
  995.        z-index: 1000;
  996.        transition: left 0.3s ease;
  997.        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  998.        overflow-y: auto;
  999.    }
  1000.  
  1001.    .sidebar-nav-v7.show-v7 {
  1002.        left: 0;
  1003.    }
  1004.  
  1005.    .nav-header-v7 {
  1006.        display: flex;
  1007.        align-items: center;
  1008.        justify-content: space-between;
  1009.        padding: 20px 25px;
  1010.        border-bottom: 1px solid var(--border-color);
  1011.        background: var(--navbar-bg);
  1012.    }
  1013.  
  1014.    .nav-title-v7 {
  1015.        font-size: 16px;
  1016.        font-weight: 600;
  1017.        color: #2d3748;
  1018.        margin: 0;
  1019.    }
  1020.  
  1021.    .sidebar-close-v7 {
  1022.        background: none;
  1023.        border: none;
  1024.        padding: 8px;
  1025.        cursor: pointer;
  1026.        border-radius: 6px;
  1027.        transition: background 0.3s ease;
  1028.    }
  1029.  
  1030.    .sidebar-close-v7:hover {
  1031.        background: var(--border-color);
  1032.    }
  1033.  
  1034.    .sidebar-menu-v7 {
  1035.        list-style: none;
  1036.        padding: 20px 0;
  1037.        margin: 0;
  1038.    }
  1039.  
  1040.    .sidebar-item-v7 {
  1041.        margin-bottom: 5px;
  1042.    }
  1043.  
  1044.    .sidebar-link-v7 {
  1045.        display: flex;
  1046.        align-items: center;
  1047.        color: #4a5568;
  1048.        text-decoration: none;
  1049.        padding: 15px 25px;
  1050.        font-size: 15px;
  1051.        font-weight: 500;
  1052.        transition: all 0.3s ease;
  1053.        position: relative;
  1054.    }
  1055.  
  1056.    .sidebar-link-v7:hover,
  1057.    .sidebar-link-v7.active-v7 {
  1058.        color: #007bff;
  1059.        background: var(--border-color);
  1060.    }
  1061.  
  1062.    .sidebar-link-v7.active-v7::before {
  1063.        content: '';
  1064.        position: absolute;
  1065.        left: 0;
  1066.        top: 0;
  1067.        bottom: 0;
  1068.        width: 4px;
  1069.        background: #007bff;
  1070.    }
  1071.  
  1072.    .sidebar-icon-v7 {
  1073.        margin-right: 12px;
  1074.        color: currentColor;
  1075.    }
  1076.  
  1077.    .submenu-arrow-v7 {
  1078.        margin-left: auto;
  1079.        transition: transform 0.3s ease;
  1080.    }
  1081.  
  1082.    .has-submenu-v7.open-v7 .submenu-arrow-v7 {
  1083.        transform: rotate(180deg);
  1084.    }
  1085.  
  1086.    .sidebar-submenu-v7 {
  1087.        list-style: none;
  1088.        padding: 0;
  1089.        margin: 0;
  1090.        max-height: 0;
  1091.        overflow: hidden;
  1092.        transition: max-height 0.3s ease;
  1093.        background: var(--navbar-bg);
  1094.    }
  1095.  
  1096.    .sidebar-submenu-v7.show-v7 {
  1097.        max-height: 300px;
  1098.        padding: 10px 0;
  1099.    }
  1100.  
  1101.    .sidebar-sublink-v7 {
  1102.        display: block;
  1103.        color: #718096;
  1104.        text-decoration: none;
  1105.        padding: 10px 25px 10px 55px;
  1106.        font-size: 14px;
  1107.        transition: all 0.3s ease;
  1108.    }
  1109.  
  1110.    .sidebar-sublink-v7:hover {
  1111.        color: #007bff;
  1112.        background: var(--border-color);
  1113.    }
  1114.  
  1115.    /* Sidebar Footer */
  1116.    .sidebar-footer-v7 {
  1117.        padding: 25px;
  1118.        margin-top: auto;
  1119.        border-top: 1px solid var(--border-color);
  1120.    }
  1121.  
  1122.    .sidebar-cta-v7 {
  1123.        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  1124.        padding: 20px;
  1125.        border-radius: 12px;
  1126.        text-align: center;
  1127.        color: white;
  1128.    }
  1129.  
  1130.    .cta-title-v7 {
  1131.        font-size: 14px;
  1132.        font-weight: 600;
  1133.        margin: 0 0 5px 0;
  1134.    }
  1135.  
  1136.    .cta-text-v7 {
  1137.        font-size: 12px;
  1138.        margin: 0 0 15px 0;
  1139.        opacity: 0.9;
  1140.    }
  1141.  
  1142.    .cta-btn-v7 {
  1143.        background: rgba(255, 255, 255, 0.2);
  1144.        color: white;
  1145.        border: 1px solid rgba(255, 255, 255, 0.3);
  1146.        padding: 8px 20px;
  1147.        border-radius: 20px;
  1148.        font-size: 12px;
  1149.        font-weight: 500;
  1150.        cursor: pointer;
  1151.        transition: all 0.3s ease;
  1152.    }
  1153.  
  1154.    .cta-btn-v7:hover {
  1155.        background: rgba(255, 255, 255, 0.3);
  1156.    }
  1157.  
  1158.    /* Horizontal Navigation for Desktop */
  1159.    .horizontal-nav-v7 {
  1160.        flex: 1;
  1161.        display: flex;
  1162.        justify-content: center;
  1163.    }
  1164.  
  1165.    .horizontal-menu-v7 {
  1166.        list-style: none;
  1167.        padding: 0;
  1168.        margin: 0;
  1169.        display: flex;
  1170.        align-items: center;
  1171.    }
  1172.  
  1173.    .horizontal-item-v7 {
  1174.        position: relative;
  1175.        margin-right: 30px;
  1176.    }
  1177.  
  1178.    .horizontal-link-v7 {
  1179.        color: #4a5568;
  1180.        text-decoration: none;
  1181.        font-size: 16px;
  1182.        font-weight: 500;
  1183.        padding: 20px 0;
  1184.        position: relative;
  1185.        transition: color 0.3s ease;
  1186.    }
  1187.  
  1188.    .horizontal-link-v7::after {
  1189.        content: '';
  1190.        position: absolute;
  1191.        bottom: 0;
  1192.        left: 0;
  1193.        width: 0;
  1194.        height: 2px;
  1195.        background: #007bff;
  1196.        transition: width 0.3s ease;
  1197.    }
  1198.  
  1199.    .horizontal-link-v7:hover,
  1200.    .horizontal-link-v7.active-v7 {
  1201.        color: #007bff;
  1202.        font-weight: 600;
  1203.    }
  1204.  
  1205.    .horizontal-link-v7:hover::after,
  1206.    .horizontal-link-v7.active-v7::after {
  1207.        width: 100%;
  1208.    }
  1209.  
  1210.    /* Horizontal Dropdown */
  1211.    .horizontal-dropdown-v7 {
  1212.        position: absolute;
  1213.        top: 100%;
  1214.        left: 0;
  1215.        background: var(--navbar-bg);
  1216.        min-width: 200px;
  1217.        border-radius: 8px;
  1218.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  1219.        opacity: 0;
  1220.        visibility: hidden;
  1221.        transform: translateY(-10px);
  1222.        transition: all 0.3s ease;
  1223.        padding: 10px 0;
  1224.        z-index: 100;
  1225.    }
  1226.  
  1227.    .dropdown-v7:hover .horizontal-dropdown-v7 {
  1228.        opacity: 1;
  1229.        visibility: visible;
  1230.        transform: translateY(0);
  1231.    }
  1232.  
  1233.    .dropdown-item-v7 {
  1234.        display: block;
  1235.        color: #4a5568;
  1236.        text-decoration: none;
  1237.        padding: 12px 20px;
  1238.        font-size: 14px;
  1239.        transition: all 0.3s ease;
  1240.    }
  1241.  
  1242.    .dropdown-item-v7:hover {
  1243.        color: #007bff;
  1244.        background: #565758ff;
  1245.    }
  1246.  
  1247.    /* Mobile Menu Button */
  1248.    .mobile-menu-btn-v7 {
  1249.        background: none;
  1250.        border: 1px solid var(--border-color);
  1251.        padding: 10px 15px;
  1252.        border-radius: 8px;
  1253.        cursor: pointer;
  1254.        display: flex;
  1255.        align-items: center;
  1256.        gap: 8px;
  1257.        font-size: 14px;
  1258.        font-weight: 500;
  1259.        color: #4a5568;
  1260.        transition: all 0.3s ease;
  1261.        margin: 0 auto;
  1262.    }
  1263.  
  1264.    .mobile-menu-btn-v7:hover {
  1265.        border-color: #cbd5e0;
  1266.        opacity: 0.7;
  1267.    }
  1268.  
  1269.    /* Sidebar Overlay */
  1270.    .sidebar-overlay-v7 {
  1271.        position: fixed;
  1272.        top: 0;
  1273.        left: 0;
  1274.        right: 0;
  1275.        bottom: 0;
  1276.        background: rgba(0, 0, 0, 0.5);
  1277.        z-index: 999;
  1278.        opacity: 0;
  1279.        visibility: hidden;
  1280.        transition: all 0.3s ease;
  1281.    }
  1282.  
  1283.    .sidebar-overlay-v7.show-v7 {
  1284.        opacity: 1;
  1285.        visibility: visible;
  1286.    }
  1287.  
  1288.    /* Responsive Design */
  1289.    @media (max-width: 991px) {
  1290.        .top-bar-v7 .col-lg-6 {
  1291.            order: 3;
  1292.            margin-top: 15px;
  1293.        }
  1294.  
  1295.        .header-actions-v7 {
  1296.            justify-content: flex-start;
  1297.        }
  1298.    }
  1299.  
  1300.    @media (max-width: 768px) {
  1301.        .sidebar-nav-v7 {
  1302.            width: 300px;
  1303.            left: -300px;
  1304.        }
  1305.  
  1306.        .search-container-v7 {
  1307.            margin-top: 10px;
  1308.        }
  1309.    }
  1310. </style>
  1311.  
  1312. <script>
  1313.    function openSidebarV7() {
  1314.        const sidebar = document.getElementById('sidebarNavV7');
  1315.        const overlay = document.getElementById('sidebarOverlayV7');
  1316.  
  1317.        sidebar.classList.add('show-v7');
  1318.        overlay.classList.add('show-v7');
  1319.        document.body.style.overflow = 'hidden';
  1320.    }
  1321.  
  1322.    function closeSidebarV7() {
  1323.        const sidebar = document.getElementById('sidebarNavV7');
  1324.        const overlay = document.getElementById('sidebarOverlayV7');
  1325.  
  1326.        sidebar.classList.remove('show-v7');
  1327.        overlay.classList.remove('show-v7');
  1328.        document.body.style.overflow = '';
  1329.    }
  1330.  
  1331.    function toggleSubmenuV7(submenuId) {
  1332.        const submenu = document.getElementById(submenuId);
  1333.        const parentItem = submenu.closest('.sidebar-item-v7');
  1334.  
  1335.        // Close other open submenus
  1336.        const allSubmenus = document.querySelectorAll('.sidebar-submenu-v7');
  1337.        const allParentItems = document.querySelectorAll('.has-submenu-v7');
  1338.  
  1339.        allSubmenus.forEach(menu => {
  1340.            if (menu.id !== submenuId) {
  1341.                menu.classList.remove('show-v7');
  1342.            }
  1343.        });
  1344.  
  1345.        allParentItems.forEach(item => {
  1346.            if (item !== parentItem) {
  1347.                item.classList.remove('open-v7');
  1348.            }
  1349.        });
  1350.  
  1351.        // Toggle current submenu
  1352.        submenu.classList.toggle('show-v7');
  1353.        parentItem.classList.toggle('open-v7');
  1354.    }
  1355.  
  1356.    // Close sidebar when clicking outside
  1357.    document.addEventListener('click', function (event) {
  1358.        const sidebar = document.getElementById('sidebarNavV7');
  1359.        const mobileBtn = document.querySelector('.mobile-menu-btn-v7');
  1360.  
  1361.        if (!sidebar.contains(event.target) && !mobileBtn.contains(event.target)) {
  1362.            closeSidebarV7();
  1363.        }
  1364.    });
  1365.  
  1366.    // Handle window resize
  1367.    window.addEventListener('resize', function () {
  1368.        if (window.innerWidth >= 992) {
  1369.            closeSidebarV7();
  1370.        }
  1371.    });
  1372. </script>
  1373.  
  1374. <script>
  1375.  document.addEventListener("DOMContentLoaded", function () {
  1376.    console.log("loaded");
  1377.  
  1378.     const searchInput = document.getElementById("search-input")
  1379.    const searchResults = document.getElementById("search-results");
  1380.  
  1381.    if (!searchInput || !searchResults) {
  1382.      console.error("Search input/results not found");
  1383.      return;
  1384.    }
  1385.  
  1386.    // Prevent form submission
  1387.    if (searchInput.form) {
  1388.      searchInput.form.addEventListener("submit", function (e) {
  1389.        e.preventDefault();
  1390.      });
  1391.    }
  1392.  
  1393.    // Add event listener for keyup
  1394.    searchInput.addEventListener("keyup", function (e) {
  1395.      console.log("Key pressed:", e.key);
  1396.      e.preventDefault();
  1397.  
  1398.      const query = searchInput.value.trim();
  1399.      console.log("User is typing: " + query);
  1400.  
  1401.      // If empty → clear and hide
  1402.      if (query === "") {
  1403.        searchResults.innerHTML = "";
  1404.        searchResults.style.display = "none";
  1405.        return;
  1406.      }
  1407.  
  1408.      // Show results
  1409.      searchResults.style.display = "block";
  1410.  
  1411.      // Fetch search results
  1412.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1413.        method: "GET",
  1414.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1415.      })
  1416.        .then(response => {
  1417.          console.log("Response Status:", response.status);
  1418.          return response.json();
  1419.        })
  1420.        .then(data => {
  1421.          console.log("Data received:", data);
  1422.          if (data.html) {
  1423.            searchResults.innerHTML = data.html;
  1424.          } else {
  1425.            searchResults.innerHTML = "<p>No results found.</p>";
  1426.          }
  1427.        })
  1428.        .catch(error => {
  1429.          console.error("Error fetching search results:", error);
  1430.        });
  1431.    });
  1432.  
  1433.    // Close results when clicking outside
  1434.    document.addEventListener("click", function (e) {
  1435.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1436.        searchResults.style.display = "none";
  1437.      }
  1438.    });
  1439.  
  1440.    // Close results on ESC key
  1441.    document.addEventListener("keydown", function (e) {
  1442.      if (e.key === "Escape") {
  1443.        searchResults.style.display = "none";
  1444.      }
  1445.    });
  1446.  });
  1447. </script>
  1448.  
  1449. <style>
  1450.        /* search field */
  1451.  .search-results-container {
  1452.  position: absolute;
  1453.  top: 100%; /* Position it below the input field */
  1454.  left: 10px;
  1455.  right: 10px;
  1456.  background-color: white;
  1457.  border: 1px solid #ddd;
  1458.  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  1459.  max-height: 300px;
  1460.  overflow-y: auto;
  1461.  z-index: 1000;
  1462.  display: none; /* Initially hidden */
  1463. }
  1464.  
  1465. .search-results-container p {
  1466.  margin: 0;
  1467. }
  1468.  
  1469. .search-results-container .result-item {
  1470.  padding: 10px;
  1471.  cursor: pointer;
  1472. }
  1473.  
  1474. .search-results-container .result-item:hover {
  1475.  background-color: #f0f0f0;
  1476. }
  1477. </style>
  1478.  
  1479.        </header>
  1480.        <!-- end of header -->
  1481.        <!-- start of wpo-blog-hero -->
  1482.        
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490. <div class="blog-hero-v3 pt-3">
  1491.    <div class="container-fluid fluid-container">
  1492.        <div class="row g-4">
  1493.            
  1494.            
  1495.              
  1496.            <!-- Left Column -->
  1497.            <div class="col-lg-4 col-md-6">
  1498.                <div class="magazine-card tall-card h-100">
  1499.                    <div class="card-image">
  1500.                        
  1501.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1502.                        
  1503.                        <div class="image-overlay"></div>
  1504.                    </div>
  1505.                    <div class="card-content">
  1506.                        <div class="category-pill bg-primary-gradient">News</div>
  1507.                        <h2> <a href="/oh-how-we-will-miss-this-man-meg-ryan-publishes-moving-homage-to-rob-reiner/">
  1508.                                        ‘Oh How We Will Miss This Man’: Meg Ryan Publishes Moving Homage to Rob Reiner
  1509.                                    </a></h2>
  1510.                        <p></p>
  1511.                        <div class="author-section">
  1512.                            
  1513.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="author-img">
  1514.                            
  1515.                            <div class="author-details">
  1516.                                <span class="author-name">Travis Hart</span>
  1517.                                <span class="publish-date">13 Jun 2026</span>
  1518.                            </div>
  1519.                        </div>
  1520.                    </div>
  1521.                </div>
  1522.            </div>
  1523.  
  1524.            
  1525.            
  1526.  
  1527.            <!-- Center Column -->
  1528.            <div class="col-lg-4 col-md-6">
  1529.                <div class="row g-4">
  1530.                    
  1531.                    <div class="col-12">
  1532.                        <div class="magazine-card square-card">
  1533.                            <div class="card-image">
  1534.                            
  1535.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1536.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1537.                            
  1538.                                <div class="floating-category bg-primary-gradient">News</div>
  1539.                            </div>
  1540.                            <div class="card-content compact">
  1541.                                <h3> <a href="/battlefield-6-a-political-inkblot-test/" >
  1542.                                        Battlefield 6: A Political Inkblot Test.
  1543.                                    </a></h3>
  1544.                                    
  1545.                                <div class="mini-meta">
  1546.                                    <span>By Travis Hart</span>
  1547.                                    <span class="date-dot">• 13 Jun 2026</span>
  1548.                                </div>
  1549.                            </div>
  1550.                        </div>
  1551.                    </div>
  1552.                    
  1553.                    <div class="col-12">
  1554.                        <div class="magazine-card square-card">
  1555.                            <div class="card-image">
  1556.                            
  1557.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1558.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  1559.                            
  1560.                                <div class="floating-category bg-primary-gradient">News</div>
  1561.                            </div>
  1562.                            <div class="card-content compact">
  1563.                                <h3> <a href="/the-us-presidents-east-asia-tour-includes-agreements-deference-and-a-revealing-closing-encounter/" >
  1564.                                        The US President&#x27;s East Asia Tour Includes Agreements, Deference and a Revealing Closing Encounter
  1565.                                    </a></h3>
  1566.                                    
  1567.                                <div class="mini-meta">
  1568.                                    <span>By Travis Hart</span>
  1569.                                    <span class="date-dot">• 13 Jun 2026</span>
  1570.                                </div>
  1571.                            </div>
  1572.                        </div>
  1573.                    </div>
  1574.                    
  1575.  
  1576.                </div>
  1577.            </div>
  1578.            
  1579.            
  1580.              
  1581.            <!-- Right Column -->
  1582.            <div class="col-lg-4 col-md-12">
  1583.                <div class="magazine-card featured-card">
  1584.                    <div class="featured-header">
  1585.                        <h4>Featured Story</h4>
  1586.                        <div class="featured-line"></div>
  1587.                    </div>
  1588.                    <div class="card-image featured-img" >
  1589.                    
  1590.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1591.                            class="img img-responsive" style="object-fit: cover;" alt="">
  1592.                    
  1593.                    </div>
  1594.                    <div class="card-content featured-content">
  1595.                        <div class="category-pill bg-primary-gradient">News</div>
  1596.                        <h2><a href="/the-giant-review-naseem-hamed-movie-featuring-pierce-brosnan-misses-the-punch/">
  1597.                                        The Giant Review: Naseem Hamed Movie Featuring Pierce Brosnan Misses the Punch
  1598.                                    </a></h2>
  1599.                        
  1600.                        <div class="author-section featured-author">
  1601.                            
  1602.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;border-radius: 20px; width: 50px;">
  1603.                            
  1604.                            <div class="author-details">
  1605.                                <span class="author-name">Travis Hart</span>
  1606.                                <!-- <span class="author-title">Business Analyst</span> -->
  1607.                                <span class="publish-date">13 Jun 2026</span>
  1608.                            </div>
  1609.                        </div>
  1610.                    </div>
  1611.                </div>
  1612.            </div>
  1613.  
  1614.            
  1615.            
  1616.        </div>
  1617.    </div>
  1618. </div>
  1619.  
  1620. <style>
  1621. /* Blog Hero V3 - Magazine Style */
  1622. .blog-hero-v3 {
  1623.    padding: 80px 0;
  1624.    position: relative;
  1625. }
  1626.  
  1627. /* Magazine Cards */
  1628. .magazine-card {
  1629.    background: var(--card-bg);
  1630.    border-radius: 20px;
  1631.    overflow: hidden;
  1632.    position: relative;
  1633.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1634.    border: 1px solid var(--border-color);
  1635. }
  1636.  
  1637. .magazine-card:hover {
  1638.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  1639. }
  1640.  
  1641. /* Tall Card (Left Column) */
  1642. .tall-card {
  1643.    display: flex;
  1644.    flex-direction: column;
  1645. }
  1646.  
  1647. .tall-card .card-image {
  1648.    height: 300px;
  1649.    position: relative;
  1650.    overflow: hidden;
  1651. }
  1652.  
  1653. .tall-card .card-image img {
  1654.    width: 100%;
  1655.    height: 100%;
  1656.    object-fit: cover;
  1657.    transition: transform 0.6s ease;
  1658. }
  1659.  
  1660. .tall-card:hover .card-image img {
  1661.    transform: scale(1.1) rotate(-2deg);
  1662. }
  1663.  
  1664. .image-overlay {
  1665.    position: absolute;
  1666.    top: 0;
  1667.    left: 0;
  1668.    right: 0;
  1669.    bottom: 0;
  1670.    opacity: 0;
  1671.    transition: opacity 0.3s ease;
  1672. }
  1673.  
  1674. .tall-card:hover .image-overlay {
  1675.    opacity: 1;
  1676. }
  1677.  
  1678. .tall-card .card-content {
  1679.    padding: 20px;
  1680.    flex-grow: 1;
  1681.    display: flex;
  1682.    flex-direction: column;
  1683. }
  1684.  
  1685. .tall-card h2 {
  1686.    font-size: 1.5rem;
  1687.    font-weight: 700;
  1688.    color: #2c3e50;
  1689.    margin: 12px 0;
  1690.    line-height: 1.3;
  1691. }
  1692.  
  1693. .tall-card p {
  1694.    color: #7f8c8d;
  1695.    line-height: 1.6;
  1696.    margin-bottom: 1rem;
  1697.    flex-grow: 1;
  1698. }
  1699.  
  1700. /* Square Cards (Center Column) */
  1701. .square-card {
  1702.    position: relative;
  1703.    overflow: hidden;
  1704. }
  1705.  
  1706. .square-card .card-image {
  1707.    height: 180px;
  1708.    position: relative;
  1709. }
  1710.  
  1711. .square-card .card-image img {
  1712.    width: 100%;
  1713.    height: 100%;
  1714.    object-fit: cover;
  1715.    filter: brightness(1.1) saturate(1.2);
  1716.    transition: all 0.4s ease;
  1717. }
  1718.  
  1719. .square-card:hover .card-image img {
  1720.    transform: scale(1.15);
  1721.    filter: brightness(1.2) saturate(1.4);
  1722. }
  1723.  
  1724. .floating-category {
  1725.    position: absolute;
  1726.    top: 15px;
  1727.    right: 15px;
  1728.    padding: 8px 15px;
  1729.    border-radius: 20px;
  1730.    font-size: 0.75rem;
  1731.    text-transform: uppercase;
  1732.    letter-spacing: 1px;
  1733.    backdrop-filter: blur(10px);
  1734.    border: 1px solid rgba(255, 255, 255, 0.3);
  1735. }
  1736.  
  1737. .square-card .card-content.compact {
  1738.    padding: 1.2rem;
  1739. }
  1740.  
  1741. .square-card h3 {
  1742.    font-size: 1.1rem;
  1743.    font-weight: 600;
  1744.    color: #2c3e50;
  1745.    margin-bottom: 10px;
  1746.    line-height: 1.3;
  1747. }
  1748.  
  1749. .mini-meta {
  1750.    font-size: 0.85rem;
  1751.    color: #95a5a6;
  1752. }
  1753.  
  1754. .date-dot {
  1755.    margin-left: 8px;
  1756. }
  1757.  
  1758. /* Featured Card (Right Column) */
  1759. .featured-card {
  1760.    color: white;
  1761.    position: relative;
  1762.    overflow: hidden;
  1763. }
  1764.  
  1765. .featured-card::before {
  1766.    content: '';
  1767.    position: absolute;
  1768.    top: -50%;
  1769.    right: -50%;
  1770.    width: 200%;
  1771.    height: 200%;
  1772.    pointer-events: none;
  1773. }
  1774.  
  1775.  
  1776.  
  1777. .featured-header {
  1778.    padding: 25px 25px 0;
  1779.    position: relative;
  1780. }
  1781.  
  1782. .featured-header h4 {
  1783.    font-size: 0.9rem;
  1784.    text-transform: uppercase;
  1785.    letter-spacing: 2px;
  1786.    margin: 0;
  1787.    opacity: 0.9;
  1788. }
  1789.  
  1790. .featured-line {
  1791.    width: 50px;
  1792.    height: 2px;
  1793.    background: rgba(255, 255, 255, 0.6);
  1794.    margin-top: 10px;
  1795. }
  1796.  
  1797. .featured-img {
  1798.    height: 200px;
  1799.    margin: 1rem;
  1800.    border-radius: 15px;
  1801.    overflow: hidden;
  1802.    position: relative;
  1803. }
  1804.  
  1805. .featured-img img {
  1806.    width: 100%;
  1807.    height: 100%;
  1808.    object-fit: cover;
  1809.    transition: transform 0.5s ease;
  1810. }
  1811.  
  1812. .featured-card:hover .featured-img img {
  1813.    transform: scale(1.1);
  1814. }
  1815.  
  1816. .featured-content {
  1817.    padding: 0 1rem 1.5rem;
  1818. }
  1819.  
  1820. .featured-content h2 {
  1821.    font-size: 1.4rem;
  1822.    font-weight: 700;
  1823.    margin: 15px 0;
  1824.    line-height: 1.3;
  1825. }
  1826.  
  1827. .featured-content p {
  1828.    font-size: 0.95rem;
  1829.    opacity: 0.9;
  1830.    line-height: 1.6;
  1831.    margin-bottom: 1rem;
  1832. }
  1833.  
  1834. /* Category Pills */
  1835. .category-pill {
  1836.    display: inline-block;
  1837.    padding: 6px 16px;
  1838.    border-radius: 20px;
  1839.    font-size: 0.75rem;
  1840.    text-transform: uppercase;
  1841.    letter-spacing: 1px;
  1842.    margin-bottom: 10px;
  1843.    width: fit-content;
  1844. }
  1845.  
  1846. /* Author Sections */
  1847. .author-section {
  1848.    display: flex;
  1849.    align-items: center;
  1850.    gap: 15px;
  1851.    margin-top: auto;
  1852. }
  1853.  
  1854. .author-img {
  1855.    width: 60px;
  1856.    height: 60px;
  1857.    border-radius: 50%;
  1858.    object-fit: cover;
  1859. }
  1860.  
  1861. .author-details {
  1862.    display: flex;
  1863.    flex-direction: column;
  1864. }
  1865.  
  1866. .author-name {
  1867.    font-weight: 600;
  1868. color: #95a5a6;
  1869.    font-size: 16px;
  1870. }
  1871.  
  1872. .author-title {
  1873.    font-size: 0.8rem;
  1874. color: #95a5a6;
  1875.    font-weight: 500;
  1876. }
  1877.  
  1878. .publish-date {
  1879.    font-size: 0.8rem;
  1880.    color: #95a5a6;
  1881.    margin-top: 2px;
  1882. }
  1883.  
  1884. /* Featured Stats */
  1885. .featured-stats {
  1886.    display: flex;
  1887.    gap: 30px;
  1888.    margin: 20px 0;
  1889. }
  1890.  
  1891. .stat-item {
  1892.    text-align: center;
  1893. }
  1894.  
  1895. .stat-number {
  1896.    display: block;
  1897.    font-size: 1.5rem;
  1898.    font-weight: 700;
  1899.    color: white;
  1900. }
  1901.  
  1902. .stat-label {
  1903.    font-size: 0.8rem;
  1904.    opacity: 0.8;
  1905.    text-transform: uppercase;
  1906.    letter-spacing: 1px;
  1907. }
  1908.  
  1909. /* Read More Button */
  1910. .read-more-btn {
  1911.    padding: 0 30px 30px;
  1912. }
  1913.  
  1914. .btn-read {
  1915.    display: inline-block;
  1916.    padding: 12px 30px;
  1917.    background: linear-gradient(45deg, #667eea, #764ba2);
  1918.    color: white;
  1919.    text-decoration: none;
  1920.    border-radius: 20px;
  1921.    font-weight: 600;
  1922.    text-transform: uppercase;
  1923.    letter-spacing: 1px;
  1924.    font-size: 0.85rem;
  1925.    transition: all 0.3s ease;
  1926.    position: relative;
  1927.    overflow: hidden;
  1928. }
  1929.  
  1930. .btn-read::before {
  1931.    content: '';
  1932.    position: absolute;
  1933.    top: 0;
  1934.    left: -100%;
  1935.    width: 100%;
  1936.    height: 100%;
  1937.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1938.    transition: left 0.5s ease;
  1939. }
  1940.  
  1941. .btn-read:hover::before {
  1942.    left: 100%;
  1943. }
  1944.  
  1945. .btn-read:hover {
  1946.    transform: translateY(-2px);
  1947.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1948.    color: white;
  1949. }
  1950.  
  1951. /* Trending Bar */
  1952. .trending-bar {
  1953.    background: white;
  1954.    border-radius: 20px;
  1955.    padding: 25px 35px;
  1956.    display: flex;
  1957.    align-items: center;
  1958.    gap: 30px;
  1959.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1960.    border-left: 5px solid #667eea;
  1961. }
  1962.  
  1963. .trending-header h5 {
  1964.    margin: 0;
  1965.    font-weight: 700;
  1966.    color: #2c3e50;
  1967.    font-size: 1.1rem;
  1968. }
  1969.  
  1970. .trending-tags {
  1971.    display: flex;
  1972.    flex-wrap: wrap;
  1973.    gap: 15px;
  1974. }
  1975.  
  1976. .trend-tag {
  1977.    padding: 8px 18px;
  1978.    background: #f8f9fa;
  1979.    border: 2px solid #e9ecef;
  1980.    border-radius: 20px;
  1981.    font-size: 0.85rem;
  1982.    font-weight: 500;
  1983.    color: #495057;
  1984.    transition: all 0.3s ease;
  1985.    cursor: pointer;
  1986. }
  1987.  
  1988. .trend-tag:hover {
  1989.    background: #667eea;
  1990.    color: white;
  1991.    border-color: #667eea;
  1992.    transform: translateY(-2px);
  1993. }
  1994.  
  1995. /* Responsive Design */
  1996. @media (max-width: 992px) {
  1997.    .tall-card,
  1998.    .featured-card {
  1999.        height: auto;
  2000.        margin-bottom: 30px;
  2001.    }
  2002.    
  2003.  
  2004.    
  2005.    .trending-bar {
  2006.        flex-direction: column;
  2007.        align-items: flex-start;
  2008.        gap: 20px;
  2009.    }
  2010. }
  2011.  
  2012. @media (max-width: 768px) {
  2013.    .blog-hero-v3 {
  2014.        padding: 40px 0;
  2015.    }
  2016.  
  2017.    
  2018.    .trending-tags {
  2019.        justify-content: center;
  2020.    }
  2021.    
  2022.    .featured-stats {
  2023.        justify-content: center;
  2024.    }
  2025. }
  2026. </style>
  2027.  
  2028.  
  2029.  
  2030.  
  2031.        <!-- end of wpo-blog-hero -->
  2032.  
  2033.        <!-- start of wpo-breacking-news -->
  2034.        
  2035.        <!-- end of wpo-breacking-news -->
  2036.        
  2037.        <!-- start wpo-blog-highlights-section -->
  2038.        
  2039.  
  2040.  
  2041.  
  2042.    
  2043.  
  2044.  
  2045.  
  2046. <style>
  2047.    .blog-highlights-v2 {
  2048.        padding: 60px 0;
  2049.        position: relative;
  2050.        overflow: hidden;
  2051.    }
  2052.    
  2053.    .blog-highlights-v2::before {
  2054.        content: '';
  2055.        position: absolute;
  2056.        top: 0;
  2057.        left: 0;
  2058.        width: 100%;
  2059.        height: 100%;
  2060.        background: var(--body-bg);
  2061.        pointer-events: none;
  2062.    }
  2063.    
  2064.    .blog-card-v2 {
  2065.        border: none;
  2066.        border-radius: 20px;
  2067.        overflow: hidden;
  2068.        background: white;
  2069.        height: 100%;
  2070.        position: relative;
  2071.        transform: translateY(0);
  2072.        transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  2073.        box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  2074.        will-change: transform;
  2075.    }
  2076.    
  2077.    .blog-card-v2::before {
  2078.        content: '';
  2079.        position: absolute;
  2080.        top: 0;
  2081.        left: 0;
  2082.        width: 100%;
  2083.        height: 100%;
  2084.        background: linear-gradient(45deg, transparent 0%, rgba(255,255,255,0.1) 50%, transparent 100%);
  2085.        transform: translateX(-100%);
  2086.        transition: transform 0.6s ease;
  2087.        z-index: 1;
  2088.    }
  2089.    
  2090.    .blog-card-v2:hover {
  2091.        transform: translateY(-15px) scale(1.02);
  2092.        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  2093.    }
  2094.    
  2095.    .blog-card-v2:hover::before {
  2096.        transform: translateX(100%);
  2097.    }
  2098.    
  2099.    .blog-image-v2 {
  2100.        position: relative;
  2101.        overflow: hidden;
  2102.        height: 250px;
  2103.        background: linear-gradient(45deg, #667eea 0%, #764ba2 100%);
  2104.    }
  2105.    
  2106.    .blog-image-v2::after {
  2107.        content: '';
  2108.        position: absolute;
  2109.        top: 0;
  2110.        left: 0;
  2111.        width: 100%;
  2112.        height: 100%;
  2113.        background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.3) 100%);
  2114.        z-index: 2;
  2115.    }
  2116.    
  2117.    .blog-image-v2 img {
  2118.        width: 100%;
  2119.        height: 100%;
  2120.        object-fit: cover;
  2121.        transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  2122.        transform: scale(1);
  2123.    }
  2124.    
  2125.    .blog-card-v2:hover .blog-image-v2 img {
  2126.        transform: scale(1.1) rotate(2deg);
  2127.    }
  2128.    
  2129.    .blog-category-v2 {
  2130.        position: absolute;
  2131.        top: 20px;
  2132.        left: 20px;
  2133.        padding: 8px 16px;
  2134.        border-radius: 50px;
  2135.        font-size: 12px;
  2136.        font-weight: 700;
  2137.        text-transform: uppercase;
  2138.        letter-spacing: 1px;
  2139.      
  2140.        z-index: 3;
  2141.        transform: translateY(0);
  2142.        transition: all 0.3s ease;
  2143.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2144.    }
  2145.    
  2146.    .blog-card-v2:hover .blog-category-v2 {
  2147.        transform: translateY(-5px);
  2148.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2149.    }
  2150.    
  2151.    .blog-content-v2 {
  2152.        padding: 30px 25px;
  2153.        position: relative;
  2154.        z-index: 2;
  2155.    }
  2156.    
  2157.    .blog-title-v2 {
  2158.        font-size: 18px;
  2159.        font-weight: 700;
  2160.        line-height: 1.4;
  2161.        margin-bottom: 15px;
  2162.        min-height: 50px;
  2163.        position: relative;
  2164.        overflow: hidden;
  2165.    }
  2166.    
  2167.    .blog-title-v2 a {
  2168.        text-decoration: none;
  2169.        position: relative;
  2170.        transition: all 0.3s ease;
  2171.        background-clip: text;
  2172.        -webkit-background-clip: text;
  2173.    }
  2174.    
  2175.    .blog-title-v2 a::after {
  2176.        content: '';
  2177.        position: absolute;
  2178.        bottom: -2px;
  2179.        left: 0;
  2180.        width: 0;
  2181.        height: 2px;
  2182.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2183.        transition: width 0.4s ease;
  2184.    }
  2185.    
  2186.    .blog-card-v2:hover .blog-title-v2 a::after {
  2187.        width: 100%;
  2188.    }
  2189.    
  2190.    .blog-meta-v2 {
  2191.        display: flex;
  2192.        align-items: center;
  2193.        gap: 12px;
  2194.        margin-bottom: 15px;
  2195.        font-size: 13px;
  2196.        padding-bottom: 15px;
  2197.        border-bottom: 2px solid rgba(102, 126, 234, 0.1);
  2198.        position: relative;
  2199.    }
  2200.    
  2201.    .blog-meta-v2::after {
  2202.        content: '';
  2203.        position: absolute;
  2204.        bottom: -2px;
  2205.        left: 0;
  2206.        width: 0;
  2207.        height: 2px;
  2208.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2209.        transition: width 0.5s ease 0.2s;
  2210.    }
  2211.    
  2212.    .blog-card-v2:hover .blog-meta-v2::after {
  2213.        width: 60px;
  2214.    }
  2215.    
  2216.    .blog-author-img-v2 {
  2217.        width: 32px;
  2218.        height: 32px;
  2219.        border-radius: 50%;
  2220.        object-fit: cover;
  2221.        border: 3px solid white;
  2222.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  2223.        transition: all 0.3s ease;
  2224.    }
  2225.    
  2226.    .blog-card-v2:hover .blog-author-img-v2 {
  2227.        transform: scale(1.1);
  2228.        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
  2229.    }
  2230.    
  2231.    .blog-excerpt-v2 {
  2232.        font-size: 14px;
  2233.        line-height: 1.6;
  2234.        color: #666;
  2235.        display: -webkit-box;
  2236.        -webkit-line-clamp: 3;
  2237.        -webkit-box-orient: vertical;
  2238.        overflow: hidden;
  2239.        position: relative;
  2240.        opacity: 0.8;
  2241.        transition: opacity 0.3s ease;
  2242.    }
  2243.    
  2244.    .blog-card-v2:hover .blog-excerpt-v2 {
  2245.        opacity: 1;
  2246.    }
  2247.    
  2248.    .section-header-v2 {
  2249.        text-align: center;
  2250.        margin-bottom: 70px;
  2251.        position: relative;
  2252.    }
  2253.    
  2254.    .section-title-v2 {
  2255.        font-size: 3.2rem;
  2256.        font-weight: 800;
  2257.        margin-bottom: 20px;
  2258.        position: relative;
  2259.    }
  2260.    
  2261.    .section-title-v2::after {
  2262.        content: '';
  2263.        position: absolute;
  2264.        bottom: -10px;
  2265.        left: 50%;
  2266.        transform: translateX(-50%);
  2267.        width: 80px;
  2268.        height: 4px;
  2269.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2270.        border-radius: 2px;
  2271.    }
  2272.    
  2273.    .section-subtitle-v2 {
  2274.        font-size: 1.1rem;
  2275.        color: #666;
  2276.        max-width: 600px;
  2277.        margin: 0 auto;
  2278.        line-height: 1.6;
  2279.    }
  2280.    
  2281.    .blog-read-more-v2 {
  2282.        position: absolute;
  2283.        bottom: 25px;
  2284.        right: 25px;
  2285.        width: 45px;
  2286.        height: 45px;
  2287.        border-radius: 50%;
  2288.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  2289.        display: flex;
  2290.        align-items: center;
  2291.        justify-content: center;
  2292.        color: white;
  2293.        text-decoration: none;
  2294.        transition: all 0.4s ease;
  2295.        transform: scale(0);
  2296.        opacity: 0;
  2297.        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
  2298.    }
  2299.    
  2300.    .blog-card-v2:hover .blog-read-more-v2 {
  2301.        transform: scale(1);
  2302.        opacity: 1;
  2303.    }
  2304.    
  2305.    .blog-read-more-v2:hover {
  2306.        transform: scale(1.1);
  2307.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  2308.    }
  2309.    
  2310.    /* Animation Classes */
  2311.    .animate-on-scroll {
  2312.        opacity: 0;
  2313.        transform: translateY(30px);
  2314.        transition: all 0.6s ease;
  2315.    }
  2316.    
  2317.    .animate-on-scroll.animated {
  2318.        opacity: 1;
  2319.        transform: translateY(0);
  2320.    }
  2321.    
  2322.    /* Staggered Animation */
  2323.    .blog-card-v2:nth-child(1) { animation-delay: 0.1s; }
  2324.    .blog-card-v2:nth-child(2) { animation-delay: 0.2s; }
  2325.    .blog-card-v2:nth-child(3) { animation-delay: 0.3s; }
  2326.    .blog-card-v2:nth-child(4) { animation-delay: 0.4s; }
  2327.    .blog-card-v2:nth-child(5) { animation-delay: 0.5s; }
  2328.    .blog-card-v2:nth-child(6) { animation-delay: 0.6s; }
  2329.  
  2330.    @media (max-width: 768px) {
  2331.        .section-title-v2 {
  2332.            font-size: 2.5rem;
  2333.        }
  2334.        .blog-highlights-v2 {
  2335.            padding: 40px 0;
  2336.        }
  2337.        .blog-content-v2 {
  2338.            padding: 25px 20px;
  2339.        }
  2340.        .blog-card-v2:hover {
  2341.            transform: translateY(-10px) scale(1.01);
  2342.        }
  2343.    }
  2344. </style>
  2345.  
  2346. <section class="blog-highlights-v2">
  2347.    <div class="container-fluid fluid-container">
  2348.        <div class="row">
  2349.            <div class="col-12">
  2350.                <div class="section-header-v2 animate-on-scroll">
  2351.                    <h2 class="section-title-v2 text-primary-gradient">
  2352.                Today's Top Highlights
  2353.                   </h2>
  2354.                    <p class="section-subtitle-v2">Discover our latest stories and insights from around the world</p>
  2355.                </div>
  2356.            </div>
  2357.        </div>
  2358.        
  2359.        <div class="row">
  2360.            <div class="col-lg-8 col-12">
  2361.                <div class="row g-4">
  2362.                    
  2363.                    <div class="col-lg-6 col-md-6 col-12">
  2364.                        <div class="card blog-card-v2 animate-on-scroll">
  2365.                            <div class="blog-image-v2">
  2366.                                
  2367.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2368.                                
  2369.                                <span class="blog-category-v2 bg-primary-gradient">
  2370.                                    News
  2371.                                </span>
  2372.                            </div>
  2373.                            <div class="blog-content-v2">
  2374.                                <h3 class="blog-title-v2">
  2375.                                    <a class="top-color" href="/despite-englands-aggressive-crickets-implosion-the-barmy-armys-band-of-seasoned-tourists-is-unmoved/">
  2376.                                    Despite England&#x27;s Aggressive Cricket&#x27;s Implosion, the Barmy Army&#x27;s Band of Seasoned Tourists Is Unmoved.
  2377.                                    </a>
  2378.                                </h3>
  2379.                                <div class="blog-meta-v2">
  2380.                                    
  2381.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="blog-author-img-v2">
  2382.                                    
  2383.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2384.                                    <span>By Travis Hart</span>
  2385.                                    <span style="color: #ccc;">•</span>
  2386.                                    <span style="color: #999;">12 Jun 2026</span>
  2387.                                </div>
  2388.                                <p class="blog-excerpt-v2"></p>
  2389.                              
  2390.                            </div>
  2391.                        </div>
  2392.                    </div>
  2393.                    
  2394.                    <div class="col-lg-6 col-md-6 col-12">
  2395.                        <div class="card blog-card-v2 animate-on-scroll">
  2396.                            <div class="blog-image-v2">
  2397.                                
  2398.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2399.                                
  2400.                                <span class="blog-category-v2 bg-primary-gradient">
  2401.                                    News
  2402.                                </span>
  2403.                            </div>
  2404.                            <div class="blog-content-v2">
  2405.                                <h3 class="blog-title-v2">
  2406.                                    <a class="top-color" href="/indeed-britains-prime-minister-stands-as-the-united-kingdoms-least-popular-pm-ever-it-may-empower-him/">
  2407.                                    Indeed, Britain&#x27;s Prime Minister stands as the United Kingdom&#x27;s least popular PM ever. It may empower him.
  2408.                                    </a>
  2409.                                </h3>
  2410.                                <div class="blog-meta-v2">
  2411.                                    
  2412.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="blog-author-img-v2">
  2413.                                    
  2414.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2415.                                    <span>By Travis Hart</span>
  2416.                                    <span style="color: #ccc;">•</span>
  2417.                                    <span style="color: #999;">12 Jun 2026</span>
  2418.                                </div>
  2419.                                <p class="blog-excerpt-v2"></p>
  2420.                              
  2421.                            </div>
  2422.                        </div>
  2423.                    </div>
  2424.                    
  2425.                    <div class="col-lg-6 col-md-6 col-12">
  2426.                        <div class="card blog-card-v2 animate-on-scroll">
  2427.                            <div class="blog-image-v2">
  2428.                                
  2429.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2430.                                
  2431.                                <span class="blog-category-v2 bg-primary-gradient">
  2432.                                    News
  2433.                                </span>
  2434.                            </div>
  2435.                            <div class="blog-content-v2">
  2436.                                <h3 class="blog-title-v2">
  2437.                                    <a class="top-color" href="/i-wish-we-could-dismiss-the-tech-mogul-on-the-environmental-emergency-but-his-wealth-matters-so-we-must-listen/">
  2438.                                    I Wish We Could Dismiss the Tech Mogul on the Environmental Emergency. But His Wealth Matters, So We Must Listen.
  2439.                                    </a>
  2440.                                </h3>
  2441.                                <div class="blog-meta-v2">
  2442.                                    
  2443.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="blog-author-img-v2">
  2444.                                    
  2445.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2446.                                    <span>By Travis Hart</span>
  2447.                                    <span style="color: #ccc;">•</span>
  2448.                                    <span style="color: #999;">12 Jun 2026</span>
  2449.                                </div>
  2450.                                <p class="blog-excerpt-v2"></p>
  2451.                              
  2452.                            </div>
  2453.                        </div>
  2454.                    </div>
  2455.                    
  2456.                    <div class="col-lg-6 col-md-6 col-12">
  2457.                        <div class="card blog-card-v2 animate-on-scroll">
  2458.                            <div class="blog-image-v2">
  2459.                                
  2460.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2461.                                
  2462.                                <span class="blog-category-v2 bg-primary-gradient">
  2463.                                    News
  2464.                                </span>
  2465.                            </div>
  2466.                            <div class="blog-content-v2">
  2467.                                <h3 class="blog-title-v2">
  2468.                                    <a class="top-color" href="/hoosier-state-gop-lawmakers-block-push-to-redistrict-congressional-maps-in-blunt-rejection-to-trump/">
  2469.                                    Hoosier State GOP Lawmakers Block Push to Redistrict Congressional Maps in Blunt Rejection to Trump
  2470.                                    </a>
  2471.                                </h3>
  2472.                                <div class="blog-meta-v2">
  2473.                                    
  2474.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="blog-author-img-v2">
  2475.                                    
  2476.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2477.                                    <span>By Travis Hart</span>
  2478.                                    <span style="color: #ccc;">•</span>
  2479.                                    <span style="color: #999;">12 Jun 2026</span>
  2480.                                </div>
  2481.                                <p class="blog-excerpt-v2"></p>
  2482.                              
  2483.                            </div>
  2484.                        </div>
  2485.                    </div>
  2486.                    
  2487.                    <div class="col-lg-6 col-md-6 col-12">
  2488.                        <div class="card blog-card-v2 animate-on-scroll">
  2489.                            <div class="blog-image-v2">
  2490.                                
  2491.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2492.                                
  2493.                                <span class="blog-category-v2 bg-primary-gradient">
  2494.                                    News
  2495.                                </span>
  2496.                            </div>
  2497.                            <div class="blog-content-v2">
  2498.                                <h3 class="blog-title-v2">
  2499.                                    <a class="top-color" href="/political-nativity-displays-at-american-places-of-worship-offer-commentary-on-immigration-enforcement/">
  2500.                                    Political Nativity Displays at American Places of Worship Offer Commentary on Immigration Enforcement
  2501.                                    </a>
  2502.                                </h3>
  2503.                                <div class="blog-meta-v2">
  2504.                                    
  2505.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="blog-author-img-v2">
  2506.                                    
  2507.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2508.                                    <span>By Travis Hart</span>
  2509.                                    <span style="color: #ccc;">•</span>
  2510.                                    <span style="color: #999;">12 Jun 2026</span>
  2511.                                </div>
  2512.                                <p class="blog-excerpt-v2"></p>
  2513.                              
  2514.                            </div>
  2515.                        </div>
  2516.                    </div>
  2517.                    
  2518.                    <div class="col-lg-6 col-md-6 col-12">
  2519.                        <div class="card blog-card-v2 animate-on-scroll">
  2520.                            <div class="blog-image-v2">
  2521.                                
  2522.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2523.                                
  2524.                                <span class="blog-category-v2 bg-primary-gradient">
  2525.                                    News
  2526.                                </span>
  2527.                            </div>
  2528.                            <div class="blog-content-v2">
  2529.                                <h3 class="blog-title-v2">
  2530.                                    <a class="top-color" href="/mikel-arteta-warns-fitness-crisis-could-hinder-the-gunners-trophy-hunt/">
  2531.                                    Mikel Arteta Warns Fitness Crisis Could Hinder The Gunners&#x27; Trophy Hunt
  2532.                                    </a>
  2533.                                </h3>
  2534.                                <div class="blog-meta-v2">
  2535.                                    
  2536.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="blog-author-img-v2">
  2537.                                    
  2538.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2539.                                    <span>By Travis Hart</span>
  2540.                                    <span style="color: #ccc;">•</span>
  2541.                                    <span style="color: #999;">12 Jun 2026</span>
  2542.                                </div>
  2543.                                <p class="blog-excerpt-v2"></p>
  2544.                              
  2545.                            </div>
  2546.                        </div>
  2547.                    </div>
  2548.                    
  2549.                    <div class="col-lg-6 col-md-6 col-12">
  2550.                        <div class="card blog-card-v2 animate-on-scroll">
  2551.                            <div class="blog-image-v2">
  2552.                                
  2553.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2554.                                
  2555.                                <span class="blog-category-v2 bg-primary-gradient">
  2556.                                    News
  2557.                                </span>
  2558.                            </div>
  2559.                            <div class="blog-content-v2">
  2560.                                <h3 class="blog-title-v2">
  2561.                                    <a class="top-color" href="/we-have-no-idea-what-lies-ahead-relief-efforts-face-challenges-to-reach-communities-in-jamaica-devastated-by-hurricane-melissa/">
  2562.                                    &#x27;We have no idea what lies ahead&#x27;: Relief efforts face challenges to reach communities in Jamaica devastated by Hurricane Melissa.
  2563.                                    </a>
  2564.                                </h3>
  2565.                                <div class="blog-meta-v2">
  2566.                                    
  2567.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="blog-author-img-v2">
  2568.                                    
  2569.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2570.                                    <span>By Travis Hart</span>
  2571.                                    <span style="color: #ccc;">•</span>
  2572.                                    <span style="color: #999;">12 Jun 2026</span>
  2573.                                </div>
  2574.                                <p class="blog-excerpt-v2"></p>
  2575.                              
  2576.                            </div>
  2577.                        </div>
  2578.                    </div>
  2579.                    
  2580.                    <div class="col-lg-6 col-md-6 col-12">
  2581.                        <div class="card blog-card-v2 animate-on-scroll">
  2582.                            <div class="blog-image-v2">
  2583.                                
  2584.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2585.                                
  2586.                                <span class="blog-category-v2 bg-primary-gradient">
  2587.                                    News
  2588.                                </span>
  2589.                            </div>
  2590.                            <div class="blog-content-v2">
  2591.                                <h3 class="blog-title-v2">
  2592.                                    <a class="top-color" href="/in-spite-of-runaway-achievement-clair-obscur-creators-aim-to-keep-studio-small/">
  2593.                                    In spite of Runaway Achievement, Clair Obscur Creators Aim to Keep Studio Small
  2594.                                    </a>
  2595.                                </h3>
  2596.                                <div class="blog-meta-v2">
  2597.                                    
  2598.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="blog-author-img-v2">
  2599.                                    
  2600.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2601.                                    <span>By Travis Hart</span>
  2602.                                    <span style="color: #ccc;">•</span>
  2603.                                    <span style="color: #999;">11 Jun 2026</span>
  2604.                                </div>
  2605.                                <p class="blog-excerpt-v2"></p>
  2606.                              
  2607.                            </div>
  2608.                        </div>
  2609.                    </div>
  2610.                    
  2611.                    <div class="col-lg-6 col-md-6 col-12">
  2612.                        <div class="card blog-card-v2 animate-on-scroll">
  2613.                            <div class="blog-image-v2">
  2614.                                
  2615.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2616.                                
  2617.                                <span class="blog-category-v2 bg-primary-gradient">
  2618.                                    News
  2619.                                </span>
  2620.                            </div>
  2621.                            <div class="blog-content-v2">
  2622.                                <h3 class="blog-title-v2">
  2623.                                    <a class="top-color" href="/ways-to-acquire-a-steel-cover-in-pok%C3%A9mon-legends-z-a/">
  2624.                                    Ways to Acquire a Steel Cover in Pokémon Legends Z-A
  2625.                                    </a>
  2626.                                </h3>
  2627.                                <div class="blog-meta-v2">
  2628.                                    
  2629.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="blog-author-img-v2">
  2630.                                    
  2631.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2632.                                    <span>By Travis Hart</span>
  2633.                                    <span style="color: #ccc;">•</span>
  2634.                                    <span style="color: #999;">11 Jun 2026</span>
  2635.                                </div>
  2636.                                <p class="blog-excerpt-v2"></p>
  2637.                              
  2638.                            </div>
  2639.                        </div>
  2640.                    </div>
  2641.                    
  2642.                    <div class="col-lg-6 col-md-6 col-12">
  2643.                        <div class="card blog-card-v2 animate-on-scroll">
  2644.                            <div class="blog-image-v2">
  2645.                                
  2646.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2647.                                
  2648.                                <span class="blog-category-v2 bg-primary-gradient">
  2649.                                    News
  2650.                                </span>
  2651.                            </div>
  2652.                            <div class="blog-content-v2">
  2653.                                <h3 class="blog-title-v2">
  2654.                                    <a class="top-color" href="/manchester-uniteds-manager-dismissed-by-the-premier-league-giants/">
  2655.                                    Manchester United&#x27;s Manager Dismissed by the Premier League Giants.
  2656.                                    </a>
  2657.                                </h3>
  2658.                                <div class="blog-meta-v2">
  2659.                                    
  2660.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="blog-author-img-v2">
  2661.                                    
  2662.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2663.                                    <span>By Travis Hart</span>
  2664.                                    <span style="color: #ccc;">•</span>
  2665.                                    <span style="color: #999;">11 Jun 2026</span>
  2666.                                </div>
  2667.                                <p class="blog-excerpt-v2"></p>
  2668.                              
  2669.                            </div>
  2670.                        </div>
  2671.                    </div>
  2672.                    
  2673.                    <div class="col-lg-6 col-md-6 col-12">
  2674.                        <div class="card blog-card-v2 animate-on-scroll">
  2675.                            <div class="blog-image-v2">
  2676.                                
  2677.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2678.                                
  2679.                                <span class="blog-category-v2 bg-primary-gradient">
  2680.                                    News
  2681.                                </span>
  2682.                            </div>
  2683.                            <div class="blog-content-v2">
  2684.                                <h3 class="blog-title-v2">
  2685.                                    <a class="top-color" href="/the-caribbean-nation-provides-us-military-access-to-national-airfields-as-growing-strains-with-venezuela/">
  2686.                                    The Caribbean Nation Provides US Military Access to National Airfields As Growing Strains with Venezuela
  2687.                                    </a>
  2688.                                </h3>
  2689.                                <div class="blog-meta-v2">
  2690.                                    
  2691.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="blog-author-img-v2">
  2692.                                    
  2693.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2694.                                    <span>By Travis Hart</span>
  2695.                                    <span style="color: #ccc;">•</span>
  2696.                                    <span style="color: #999;">11 Jun 2026</span>
  2697.                                </div>
  2698.                                <p class="blog-excerpt-v2"></p>
  2699.                              
  2700.                            </div>
  2701.                        </div>
  2702.                    </div>
  2703.                    
  2704.                    <div class="col-lg-6 col-md-6 col-12">
  2705.                        <div class="card blog-card-v2 animate-on-scroll">
  2706.                            <div class="blog-image-v2">
  2707.                                
  2708.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2709.                                
  2710.                                <span class="blog-category-v2 bg-primary-gradient">
  2711.                                    News
  2712.                                </span>
  2713.                            </div>
  2714.                            <div class="blog-content-v2">
  2715.                                <h3 class="blog-title-v2">
  2716.                                    <a class="top-color" href="/joseph-parker-and-wardley-ready-for-all-or-nothing-rumble-with-shot-at-oleksandr-usyk-on-the-table/">
  2717.                                    Joseph Parker and Wardley Ready for ‘All or Nothing’ Rumble with Shot at Oleksandr Usyk on the Table
  2718.                                    </a>
  2719.                                </h3>
  2720.                                <div class="blog-meta-v2">
  2721.                                    
  2722.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="blog-author-img-v2">
  2723.                                    
  2724.                                    <!-- <span>By <a href="blog-single.html" class="text-decoration-none" style="color: #667eea; font-weight: 600;">Sarah Mitchell</a></span> -->
  2725.                                    <span>By Travis Hart</span>
  2726.                                    <span style="color: #ccc;">•</span>
  2727.                                    <span style="color: #999;">11 Jun 2026</span>
  2728.                                </div>
  2729.                                <p class="blog-excerpt-v2"></p>
  2730.                              
  2731.                            </div>
  2732.                        </div>
  2733.                    </div>
  2734.                    
  2735.                    
  2736.  
  2737.                </div>
  2738.            </div>
  2739.            
  2740.               <div class="col col-lg-4 col-12">
  2741.                
  2742.  
  2743.  
  2744.  
  2745.    
  2746.  
  2747.  
  2748. <!-- Blog Sidebar V2 - Focused Design -->
  2749. <div class="sidebar">
  2750.  <!-- Recent Posts Section -->
  2751.  <div class="sidebar-widget mb-4">
  2752.    <div class="widget-title-wrapper mb-3">
  2753.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2754.        <i class="ti-time me-2"></i>Recent Posts
  2755.        <span class="title-arrow-primary"></span>
  2756.      </h4>
  2757.    </div>
  2758.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2759.      <div class="recent-post-list">
  2760.      
  2761.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2762.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2763.              
  2764.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2765.              
  2766.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2767.          </div>
  2768.          <div class="post-content flex-grow-1">
  2769.            <h6 class="post-title mb-2">
  2770.               <a href="/former-president-trump-unveils-blueprints-for-golden-fleet-warships-named-after-the-former-president/" class="text-decoration-none top-color fw-semibold lh-sm">
  2771.                                            Former President Trump Unveils Blueprints for ‘Golden Fleet’ Warships Named After the Former President
  2772.                                            </a>
  2773.            </h6>
  2774.            <div class="post-meta">
  2775.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 Jun 2026</small>
  2776.              <!-- <small class="text-muted">
  2777.                <i class="ti-eye me-1"></i>348 views
  2778.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2779.              </small> -->
  2780.            </div>
  2781.          </div>
  2782.        </div>
  2783.        
  2784.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2785.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2786.              
  2787.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2788.              
  2789.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2790.          </div>
  2791.          <div class="post-content flex-grow-1">
  2792.            <h6 class="post-title mb-2">
  2793.               <a href="/long-distance-running-champion-chepngetich-receives-three-year-suspension/" class="text-decoration-none top-color fw-semibold lh-sm">
  2794.                                            Long-distance running Champion Chepngetich Receives Three-Year Suspension
  2795.                                            </a>
  2796.            </h6>
  2797.            <div class="post-meta">
  2798.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 Jun 2026</small>
  2799.              <!-- <small class="text-muted">
  2800.                <i class="ti-eye me-1"></i>348 views
  2801.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2802.              </small> -->
  2803.            </div>
  2804.          </div>
  2805.        </div>
  2806.        
  2807.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2808.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2809.              
  2810.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2811.              
  2812.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2813.          </div>
  2814.          <div class="post-content flex-grow-1">
  2815.            <h6 class="post-title mb-2">
  2816.               <a href="/express-your-views-on-trumps-recent-comments/" class="text-decoration-none top-color fw-semibold lh-sm">
  2817.                                            Express Your Views on Trump&#x27;s Recent Comments
  2818.                                            </a>
  2819.            </h6>
  2820.            <div class="post-meta">
  2821.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 Jun 2026</small>
  2822.              <!-- <small class="text-muted">
  2823.                <i class="ti-eye me-1"></i>348 views
  2824.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2825.              </small> -->
  2826.            </div>
  2827.          </div>
  2828.        </div>
  2829.        
  2830.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2831.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2832.              
  2833.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2834.              
  2835.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2836.          </div>
  2837.          <div class="post-content flex-grow-1">
  2838.            <h6 class="post-title mb-2">
  2839.               <a href="/greenlandic-females-achieve-legal-victory-in-struggle-with-denmark-over-coerced-contraceptive-coil-scandal/" class="text-decoration-none top-color fw-semibold lh-sm">
  2840.                                            Greenlandic Females Achieve Legal Victory in Struggle with Denmark over Coerced Contraceptive Coil Scandal.
  2841.                                            </a>
  2842.            </h6>
  2843.            <div class="post-meta">
  2844.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 Jun 2026</small>
  2845.              <!-- <small class="text-muted">
  2846.                <i class="ti-eye me-1"></i>348 views
  2847.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2848.              </small> -->
  2849.            </div>
  2850.          </div>
  2851.        </div>
  2852.        
  2853.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2854.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2855.              
  2856.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2857.              
  2858.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2859.          </div>
  2860.          <div class="post-content flex-grow-1">
  2861.            <h6 class="post-title mb-2">
  2862.               <a href="/us-house-set-for-critical-ballot-on-terminating-record-breaking-government-shutdown/" class="text-decoration-none top-color fw-semibold lh-sm">
  2863.                                            US House Set for Critical Ballot on Terminating Record-Breaking Government Shutdown
  2864.                                            </a>
  2865.            </h6>
  2866.            <div class="post-meta">
  2867.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 Jun 2026</small>
  2868.              <!-- <small class="text-muted">
  2869.                <i class="ti-eye me-1"></i>348 views
  2870.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2871.              </small> -->
  2872.            </div>
  2873.          </div>
  2874.        </div>
  2875.        
  2876.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2877.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2878.              
  2879.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2880.              
  2881.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2882.          </div>
  2883.          <div class="post-content flex-grow-1">
  2884.            <h6 class="post-title mb-2">
  2885.               <a href="/self-inflicted-deaths-connected-to-domestic-abuse-should-be-investigated-as-possible-homicides-urge-uk-relatives/" class="text-decoration-none top-color fw-semibold lh-sm">
  2886.                                            Self-inflicted deaths Connected to Domestic Abuse Should Be Investigated as Possible Homicides, Urge UK Relatives
  2887.                                            </a>
  2888.            </h6>
  2889.            <div class="post-meta">
  2890.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>10 Jun 2026</small>
  2891.              <!-- <small class="text-muted">
  2892.                <i class="ti-eye me-1"></i>348 views
  2893.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2894.              </small> -->
  2895.            </div>
  2896.          </div>
  2897.        </div>
  2898.        
  2899.  
  2900.      </div>
  2901.  
  2902.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2903.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2904.      </div> -->
  2905.    </div>
  2906.  </div>
  2907.  
  2908.    
  2909.  <div class="sidebar-widget mb-4">
  2910.    <div class="widget-title-wrapper mb-3">
  2911.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2912.        <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  2913.        <span class="title-arrow"></span>
  2914.      </h4>
  2915.    </div>
  2916.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2917.      <div class="blog-roll-list scrollable-sidebar">
  2918.        
  2919.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2920.          <a href="https://esportsinsider.com/uk/bitcoin-casinos" class="text-decoration-none ">
  2921.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2922.              <i class="ti-angle-right me-2 text-primary"></i>
  2923.               Bitcoin casinos UK: select button
  2924.            </h6>
  2925.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2926.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2927.            </div> -->
  2928.          </a>
  2929.        </div>
  2930.          
  2931.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2932.          <a href="https://www.esportsbets.com/betting/uk/not-on-gamstop/" class="text-decoration-none ">
  2933.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2934.              <i class="ti-angle-right me-2 text-primary"></i>
  2935.               next page here
  2936.            </h6>
  2937.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2938.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2939.            </div> -->
  2940.          </a>
  2941.        </div>
  2942.          
  2943.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2944.          <a href="https://www.stamina.org.uk/" class="text-decoration-none ">
  2945.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2946.              <i class="ti-angle-right me-2 text-primary"></i>
  2947.               non GamStop casinos
  2948.            </h6>
  2949.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2950.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2951.            </div> -->
  2952.          </a>
  2953.        </div>
  2954.          
  2955.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2956.          <a href="https://www.moneymakesense.co.uk/" class="text-decoration-none ">
  2957.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2958.              <i class="ti-angle-right me-2 text-primary"></i>
  2959.               Non GAMSTOP Casinos
  2960.            </h6>
  2961.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2962.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2963.            </div> -->
  2964.          </a>
  2965.        </div>
  2966.          
  2967.      </div>
  2968.  
  2969.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2970.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2971.      </div> -->
  2972.    </div>
  2973.  </div>
  2974.    
  2975.  <div class="sidebar-widget mb-4">
  2976.    <div class="widget-title-wrapper mb-3">
  2977.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2978.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2979.        <span class="title-arrow"></span>
  2980.      </h4>
  2981.    </div>
  2982.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2983.      <div class="blog-roll-list scrollable-sidebar">
  2984.        
  2985.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2986.          <a href="https://www.gamblinginsider.com/uk/online-casinos" class="text-decoration-none ">
  2987.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2988.              <i class="ti-angle-right me-2 text-primary"></i>
  2989.               best online casinos
  2990.            </h6>
  2991.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2992.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2993.            </div> -->
  2994.          </a>
  2995.        </div>
  2996.          
  2997.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2998.          <a href="https://www.jazz4now.co.uk/" class="text-decoration-none ">
  2999.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3000.              <i class="ti-angle-right me-2 text-primary"></i>
  3001.               best betting sites uk
  3002.            </h6>
  3003.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3004.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3005.            </div> -->
  3006.          </a>
  3007.        </div>
  3008.          
  3009.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3010.          <a href="https://www.cardplayer.com/uk/online-casinos" class="text-decoration-none ">
  3011.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3012.              <i class="ti-angle-right me-2 text-primary"></i>
  3013.               uk casino
  3014.            </h6>
  3015.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3016.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3017.            </div> -->
  3018.          </a>
  3019.        </div>
  3020.          
  3021.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3022.          <a href="https://www.footitalia.com/betting-sites/uk/not-on-gamstop/" class="text-decoration-none ">
  3023.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3024.              <i class="ti-angle-right me-2 text-primary"></i>
  3025.               best betting sites uk
  3026.            </h6>
  3027.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3028.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3029.            </div> -->
  3030.          </a>
  3031.        </div>
  3032.          
  3033.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3034.          <a href="https://www.timetochangewales.org.uk/" class="text-decoration-none ">
  3035.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3036.              <i class="ti-angle-right me-2 text-primary"></i>
  3037.               casino
  3038.            </h6>
  3039.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3040.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3041.            </div> -->
  3042.          </a>
  3043.        </div>
  3044.          
  3045.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3046.          <a href="https://prwd.co.uk/" class="text-decoration-none ">
  3047.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3048.              <i class="ti-angle-right me-2 text-primary"></i>
  3049.               non gamstop casino
  3050.            </h6>
  3051.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3052.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3053.            </div> -->
  3054.          </a>
  3055.        </div>
  3056.          
  3057.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3058.          <a href="https://www.thekarczma.co.uk/" class="text-decoration-none ">
  3059.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3060.              <i class="ti-angle-right me-2 text-primary"></i>
  3061.               online casino non UK
  3062.            </h6>
  3063.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3064.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3065.            </div> -->
  3066.          </a>
  3067.        </div>
  3068.          
  3069.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3070.          <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" class="text-decoration-none ">
  3071.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3072.              <i class="ti-angle-right me-2 text-primary"></i>
  3073.               non gamstop casino
  3074.            </h6>
  3075.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3076.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3077.            </div> -->
  3078.          </a>
  3079.        </div>
  3080.          
  3081.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3082.          <a href="https://focusontheuser.eu/" class="text-decoration-none ">
  3083.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3084.              <i class="ti-angle-right me-2 text-primary"></i>
  3085.               non gamstop casinos
  3086.            </h6>
  3087.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3088.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3089.            </div> -->
  3090.          </a>
  3091.        </div>
  3092.          
  3093.      </div>
  3094.  
  3095.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3096.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3097.      </div> -->
  3098.    </div>
  3099.  </div>
  3100.    
  3101.  <div class="sidebar-widget mb-4">
  3102.    <div class="widget-title-wrapper mb-3">
  3103.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3104.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3105.        <span class="title-arrow"></span>
  3106.      </h4>
  3107.    </div>
  3108.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3109.      <div class="blog-roll-list scrollable-sidebar">
  3110.        
  3111.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3112.          <a href="https://twinsuk.co.uk" class="text-decoration-none ">
  3113.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3114.              <i class="ti-angle-right me-2 text-primary"></i>
  3115.               casino sites
  3116.            </h6>
  3117.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3118.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3119.            </div> -->
  3120.          </a>
  3121.        </div>
  3122.          
  3123.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3124.          <a href="https://www.hintsandthings.co.uk/" class="text-decoration-none ">
  3125.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3126.              <i class="ti-angle-right me-2 text-primary"></i>
  3127.               crypto gambling UK
  3128.            </h6>
  3129.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3130.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3131.            </div> -->
  3132.          </a>
  3133.        </div>
  3134.          
  3135.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3136.          <a href="https://www.farma.org.uk/" class="text-decoration-none ">
  3137.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3138.              <i class="ti-angle-right me-2 text-primary"></i>
  3139.               non gamstop casinos
  3140.            </h6>
  3141.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3142.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3143.            </div> -->
  3144.          </a>
  3145.        </div>
  3146.          
  3147.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3148.          <a href="https://knightsof.media/" class="text-decoration-none ">
  3149.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3150.              <i class="ti-angle-right me-2 text-primary"></i>
  3151.               uk online casinos
  3152.            </h6>
  3153.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3154.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3155.            </div> -->
  3156.          </a>
  3157.        </div>
  3158.          
  3159.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3160.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3161.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3162.              <i class="ti-angle-right me-2 text-primary"></i>
  3163.               non gamstop casinos UK
  3164.            </h6>
  3165.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3166.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3167.            </div> -->
  3168.          </a>
  3169.        </div>
  3170.          
  3171.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3172.          <a href="https://www.fourpure.com/" class="text-decoration-none ">
  3173.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3174.              <i class="ti-angle-right me-2 text-primary"></i>
  3175.               online casinos
  3176.            </h6>
  3177.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3178.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3179.            </div> -->
  3180.          </a>
  3181.        </div>
  3182.          
  3183.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3184.          <a href="https://midnightcity.co/" class="text-decoration-none ">
  3185.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3186.              <i class="ti-angle-right me-2 text-primary"></i>
  3187.               slots sites
  3188.            </h6>
  3189.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3190.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3191.            </div> -->
  3192.          </a>
  3193.        </div>
  3194.          
  3195.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3196.          <a href="https://digitalleadershipforum.co.uk" class="text-decoration-none ">
  3197.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3198.              <i class="ti-angle-right me-2 text-primary"></i>
  3199.               trusted non uk casino sites
  3200.            </h6>
  3201.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3202.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3203.            </div> -->
  3204.          </a>
  3205.        </div>
  3206.          
  3207.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3208.          <a href="https://www.pgldevonshire.org.uk/" class="text-decoration-none ">
  3209.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3210.              <i class="ti-angle-right me-2 text-primary"></i>
  3211.               fast payout casinos that accept credit cards
  3212.            </h6>
  3213.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3214.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3215.            </div> -->
  3216.          </a>
  3217.        </div>
  3218.          
  3219.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3220.          <a href="https://www.nhsborders.org.uk/" class="text-decoration-none ">
  3221.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3222.              <i class="ti-angle-right me-2 text-primary"></i>
  3223.               no kyc crypto casinos
  3224.            </h6>
  3225.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3226.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3227.            </div> -->
  3228.          </a>
  3229.        </div>
  3230.          
  3231.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3232.          <a href="https://bentley.org.uk" class="text-decoration-none ">
  3233.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3234.              <i class="ti-angle-right me-2 text-primary"></i>
  3235.               non gamstop casino
  3236.            </h6>
  3237.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3238.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3239.            </div> -->
  3240.          </a>
  3241.        </div>
  3242.          
  3243.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3244.          <a href="https://lsx.org.uk" class="text-decoration-none ">
  3245.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3246.              <i class="ti-angle-right me-2 text-primary"></i>
  3247.               casinos not on gamstop
  3248.            </h6>
  3249.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3250.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3251.            </div> -->
  3252.          </a>
  3253.        </div>
  3254.          
  3255.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3256.          <a href="https://pearlysociety.co.uk" class="text-decoration-none ">
  3257.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3258.              <i class="ti-angle-right me-2 text-primary"></i>
  3259.               casino not on gamstop
  3260.            </h6>
  3261.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3262.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3263.            </div> -->
  3264.          </a>
  3265.        </div>
  3266.          
  3267.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3268.          <a href="https://thehotelcollection.co.uk" class="text-decoration-none ">
  3269.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3270.              <i class="ti-angle-right me-2 text-primary"></i>
  3271.               non gamstop casinos
  3272.            </h6>
  3273.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3274.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3275.            </div> -->
  3276.          </a>
  3277.        </div>
  3278.          
  3279.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3280.          <a href="https://casino.blackcurve.com/" class="text-decoration-none ">
  3281.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3282.              <i class="ti-angle-right me-2 text-primary"></i>
  3283.               non gamstop casino
  3284.            </h6>
  3285.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3286.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3287.            </div> -->
  3288.          </a>
  3289.        </div>
  3290.          
  3291.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3292.          <a href="https://israelpremiertech.com" class="text-decoration-none ">
  3293.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3294.              <i class="ti-angle-right me-2 text-primary"></i>
  3295.               casinos not on GamStop
  3296.            </h6>
  3297.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3298.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3299.            </div> -->
  3300.          </a>
  3301.        </div>
  3302.          
  3303.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3304.          <a href="https://www.ehic.co.uk/" class="text-decoration-none ">
  3305.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3306.              <i class="ti-angle-right me-2 text-primary"></i>
  3307.               list of poker sites not on gamstop
  3308.            </h6>
  3309.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3310.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3311.            </div> -->
  3312.          </a>
  3313.        </div>
  3314.          
  3315.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3316.          <a href="https://www.headley.co.uk/" class="text-decoration-none ">
  3317.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3318.              <i class="ti-angle-right me-2 text-primary"></i>
  3319.               betting sites not on gamstop
  3320.            </h6>
  3321.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3322.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3323.            </div> -->
  3324.          </a>
  3325.        </div>
  3326.          
  3327.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3328.          <a href="https://fdncoffee.com" class="text-decoration-none ">
  3329.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3330.              <i class="ti-angle-right me-2 text-primary"></i>
  3331.               non GamStop casinos
  3332.            </h6>
  3333.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3334.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3335.            </div> -->
  3336.          </a>
  3337.        </div>
  3338.          
  3339.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3340.          <a href="https://playmonster.co.uk" class="text-decoration-none ">
  3341.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3342.              <i class="ti-angle-right me-2 text-primary"></i>
  3343.               non GamStop casino
  3344.            </h6>
  3345.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3346.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3347.            </div> -->
  3348.          </a>
  3349.        </div>
  3350.          
  3351.      </div>
  3352.  
  3353.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3354.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3355.      </div> -->
  3356.    </div>
  3357.  </div>
  3358.    
  3359.  <div class="sidebar-widget mb-4">
  3360.    <div class="widget-title-wrapper mb-3">
  3361.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3362.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3363.        <span class="title-arrow"></span>
  3364.      </h4>
  3365.    </div>
  3366.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3367.      <div class="blog-roll-list scrollable-sidebar">
  3368.        
  3369.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3370.          <a href="https://www.drenge.co.uk/" class="text-decoration-none ">
  3371.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3372.              <i class="ti-angle-right me-2 text-primary"></i>
  3373.               non GamStop casino
  3374.            </h6>
  3375.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3376.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3377.            </div> -->
  3378.          </a>
  3379.        </div>
  3380.          
  3381.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3382.          <a href="https://www.ginspa.co.uk/" class="text-decoration-none ">
  3383.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3384.              <i class="ti-angle-right me-2 text-primary"></i>
  3385.               online casino not on GamStop
  3386.            </h6>
  3387.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3388.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3389.            </div> -->
  3390.          </a>
  3391.        </div>
  3392.          
  3393.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3394.          <a href="https://whitehallmedia.co.uk/" class="text-decoration-none ">
  3395.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3396.              <i class="ti-angle-right me-2 text-primary"></i>
  3397.               online bookmakers uk
  3398.            </h6>
  3399.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3400.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3401.            </div> -->
  3402.          </a>
  3403.        </div>
  3404.          
  3405.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3406.          <a href="https://www.illinoistech.org/" class="text-decoration-none ">
  3407.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3408.              <i class="ti-angle-right me-2 text-primary"></i>
  3409.               bitcoin casinos
  3410.            </h6>
  3411.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3412.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3413.            </div> -->
  3414.          </a>
  3415.        </div>
  3416.          
  3417.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3418.          <a href="https://www.ginspa.co.uk/" class="text-decoration-none ">
  3419.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3420.              <i class="ti-angle-right me-2 text-primary"></i>
  3421.               casinos not on GamStop
  3422.            </h6>
  3423.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3424.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3425.            </div> -->
  3426.          </a>
  3427.        </div>
  3428.          
  3429.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3430.          <a href="https://www.falconryforum.co.uk/" class="text-decoration-none ">
  3431.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3432.              <i class="ti-angle-right me-2 text-primary"></i>
  3433.               uk online casinos not on gamstop
  3434.            </h6>
  3435.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3436.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3437.            </div> -->
  3438.          </a>
  3439.        </div>
  3440.          
  3441.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3442.          <a href="https://citytosea.org.uk/" class="text-decoration-none ">
  3443.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3444.              <i class="ti-angle-right me-2 text-primary"></i>
  3445.               casinos
  3446.            </h6>
  3447.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3448.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3449.            </div> -->
  3450.          </a>
  3451.        </div>
  3452.          
  3453.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3454.          <a href="https://www.taskforceonshalegas.uk/" class="text-decoration-none ">
  3455.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3456.              <i class="ti-angle-right me-2 text-primary"></i>
  3457.               new uk betting sites
  3458.            </h6>
  3459.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3460.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3461.            </div> -->
  3462.          </a>
  3463.        </div>
  3464.          
  3465.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3466.          <a href="https://visitfortwilliam.co.uk/" class="text-decoration-none ">
  3467.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3468.              <i class="ti-angle-right me-2 text-primary"></i>
  3469.               best non gamstop casinos
  3470.            </h6>
  3471.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3472.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3473.            </div> -->
  3474.          </a>
  3475.        </div>
  3476.          
  3477.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3478.          <a href="https://casinobeats.com/uk/betting-sites/non-gamstop-betting-sites/" class="text-decoration-none ">
  3479.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3480.              <i class="ti-angle-right me-2 text-primary"></i>
  3481.               best online betting sites
  3482.            </h6>
  3483.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3484.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3485.            </div> -->
  3486.          </a>
  3487.        </div>
  3488.          
  3489.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3490.          <a href="https://www.theindustrylondon.com/betting-sites-not-on-gamstop/" class="text-decoration-none ">
  3491.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3492.              <i class="ti-angle-right me-2 text-primary"></i>
  3493.               betting sites not on gamstop
  3494.            </h6>
  3495.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3496.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3497.            </div> -->
  3498.          </a>
  3499.        </div>
  3500.          
  3501.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3502.          <a href="https://venturefest.scot/" class="text-decoration-none ">
  3503.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3504.              <i class="ti-angle-right me-2 text-primary"></i>
  3505.               casinos not on GamCare
  3506.            </h6>
  3507.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3508.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3509.            </div> -->
  3510.          </a>
  3511.        </div>
  3512.          
  3513.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3514.          <a href="https://free2learn.org.uk" class="text-decoration-none ">
  3515.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3516.              <i class="ti-angle-right me-2 text-primary"></i>
  3517.               best non Gamstop casinos
  3518.            </h6>
  3519.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3520.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3521.            </div> -->
  3522.          </a>
  3523.        </div>
  3524.          
  3525.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3526.          <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" class="text-decoration-none ">
  3527.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3528.              <i class="ti-angle-right me-2 text-primary"></i>
  3529.               non gamstop casino
  3530.            </h6>
  3531.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3532.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3533.            </div> -->
  3534.          </a>
  3535.        </div>
  3536.          
  3537.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3538.          <a href="https://earncryptointerest.com/" class="text-decoration-none ">
  3539.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3540.              <i class="ti-angle-right me-2 text-primary"></i>
  3541.               bitcoin casinos
  3542.            </h6>
  3543.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3544.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3545.            </div> -->
  3546.          </a>
  3547.        </div>
  3548.          
  3549.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3550.          <a href="https://www.wyedeantourism.co.uk/" class="text-decoration-none ">
  3551.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3552.              <i class="ti-angle-right me-2 text-primary"></i>
  3553.               casino not on gamstop
  3554.            </h6>
  3555.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3556.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3557.            </div> -->
  3558.          </a>
  3559.        </div>
  3560.          
  3561.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3562.          <a href="https://fictionuncovered.co.uk/" class="text-decoration-none ">
  3563.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3564.              <i class="ti-angle-right me-2 text-primary"></i>
  3565.               casino not on gamstop
  3566.            </h6>
  3567.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3568.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3569.            </div> -->
  3570.          </a>
  3571.        </div>
  3572.          
  3573.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3574.          <a href="https://www.littleshipsramsgate.co.uk/" class="text-decoration-none ">
  3575.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3576.              <i class="ti-angle-right me-2 text-primary"></i>
  3577.               UK casinos not on GamStop
  3578.            </h6>
  3579.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3580.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3581.            </div> -->
  3582.          </a>
  3583.        </div>
  3584.          
  3585.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3586.          <a href="https://roadpeace.org/" class="text-decoration-none ">
  3587.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3588.              <i class="ti-angle-right me-2 text-primary"></i>
  3589.               casino not on gamstop
  3590.            </h6>
  3591.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3592.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3593.            </div> -->
  3594.          </a>
  3595.        </div>
  3596.          
  3597.      </div>
  3598.  
  3599.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3600.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3601.      </div> -->
  3602.    </div>
  3603.  </div>
  3604.    
  3605.  <div class="sidebar-widget mb-4">
  3606.    <div class="widget-title-wrapper mb-3">
  3607.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3608.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3609.        <span class="title-arrow"></span>
  3610.      </h4>
  3611.    </div>
  3612.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3613.      <div class="blog-roll-list scrollable-sidebar">
  3614.        
  3615.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3616.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  3617.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3618.              <i class="ti-angle-right me-2 text-primary"></i>
  3619.               bookies not on gamstop
  3620.            </h6>
  3621.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3622.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3623.            </div> -->
  3624.          </a>
  3625.        </div>
  3626.          
  3627.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3628.          <a href="https://itechlabs.co.uk/" class="text-decoration-none ">
  3629.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3630.              <i class="ti-angle-right me-2 text-primary"></i>
  3631.               bookmakers not on gamstop
  3632.            </h6>
  3633.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3634.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3635.            </div> -->
  3636.          </a>
  3637.        </div>
  3638.          
  3639.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3640.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3641.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3642.              <i class="ti-angle-right me-2 text-primary"></i>
  3643.               bookmakers not on gamstop
  3644.            </h6>
  3645.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3646.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3647.            </div> -->
  3648.          </a>
  3649.        </div>
  3650.          
  3651.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3652.          <a href="https://authenticnews.co.uk/" class="text-decoration-none ">
  3653.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3654.              <i class="ti-angle-right me-2 text-primary"></i>
  3655.               non gamstop casinos 2026
  3656.            </h6>
  3657.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3658.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3659.            </div> -->
  3660.          </a>
  3661.        </div>
  3662.          
  3663.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3664.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3665.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3666.              <i class="ti-angle-right me-2 text-primary"></i>
  3667.               slots not on gamstop
  3668.            </h6>
  3669.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3670.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3671.            </div> -->
  3672.          </a>
  3673.        </div>
  3674.          
  3675.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3676.          <a href="https://taa.org.uk/" class="text-decoration-none ">
  3677.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3678.              <i class="ti-angle-right me-2 text-primary"></i>
  3679.               non gamstop casino
  3680.            </h6>
  3681.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3682.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3683.            </div> -->
  3684.          </a>
  3685.        </div>
  3686.          
  3687.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3688.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3689.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3690.              <i class="ti-angle-right me-2 text-primary"></i>
  3691.               new betting sites uk
  3692.            </h6>
  3693.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3694.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3695.            </div> -->
  3696.          </a>
  3697.        </div>
  3698.          
  3699.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3700.          <a href="https://www.jeremyforlabour.com/" class="text-decoration-none ">
  3701.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3702.              <i class="ti-angle-right me-2 text-primary"></i>
  3703.               non gamstop casinos uk
  3704.            </h6>
  3705.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3706.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3707.            </div> -->
  3708.          </a>
  3709.        </div>
  3710.          
  3711.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3712.          <a href="https://www.runningbuggies.com/" class="text-decoration-none ">
  3713.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3714.              <i class="ti-angle-right me-2 text-primary"></i>
  3715.               non GamStop sites
  3716.            </h6>
  3717.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3718.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3719.            </div> -->
  3720.          </a>
  3721.        </div>
  3722.          
  3723.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3724.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  3725.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3726.              <i class="ti-angle-right me-2 text-primary"></i>
  3727.               sites not on GamStop
  3728.            </h6>
  3729.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3730.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3731.            </div> -->
  3732.          </a>
  3733.        </div>
  3734.          
  3735.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3736.          <a href="https://www.mugdock-country-park.org.uk/" class="text-decoration-none ">
  3737.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3738.              <i class="ti-angle-right me-2 text-primary"></i>
  3739.               casinos not on GamStop
  3740.            </h6>
  3741.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3742.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3743.            </div> -->
  3744.          </a>
  3745.        </div>
  3746.          
  3747.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3748.          <a href="https://www.bunker-51.com/" class="text-decoration-none ">
  3749.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3750.              <i class="ti-angle-right me-2 text-primary"></i>
  3751.               non GamStop casinos
  3752.            </h6>
  3753.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3754.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3755.            </div> -->
  3756.          </a>
  3757.        </div>
  3758.          
  3759.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3760.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  3761.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3762.              <i class="ti-angle-right me-2 text-primary"></i>
  3763.               non gamstop casinos
  3764.            </h6>
  3765.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3766.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3767.            </div> -->
  3768.          </a>
  3769.        </div>
  3770.          
  3771.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3772.          <a href="https://thenewoxford.com/" class="text-decoration-none ">
  3773.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3774.              <i class="ti-angle-right me-2 text-primary"></i>
  3775.               casino not on gamestop
  3776.            </h6>
  3777.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3778.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3779.            </div> -->
  3780.          </a>
  3781.        </div>
  3782.          
  3783.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3784.          <a href="https://www.rockthefrockbridal.co.uk/" class="text-decoration-none ">
  3785.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3786.              <i class="ti-angle-right me-2 text-primary"></i>
  3787.               new non GamStop casinos
  3788.            </h6>
  3789.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3790.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3791.            </div> -->
  3792.          </a>
  3793.        </div>
  3794.          
  3795.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3796.          <a href="https://www.mediawise.org.uk/" class="text-decoration-none ">
  3797.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3798.              <i class="ti-angle-right me-2 text-primary"></i>
  3799.               non GamStop casino UK
  3800.            </h6>
  3801.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3802.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3803.            </div> -->
  3804.          </a>
  3805.        </div>
  3806.          
  3807.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3808.          <a href="https://hmdbookclub.co.uk/" class="text-decoration-none ">
  3809.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3810.              <i class="ti-angle-right me-2 text-primary"></i>
  3811.               casino not on GamStop
  3812.            </h6>
  3813.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3814.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3815.            </div> -->
  3816.          </a>
  3817.        </div>
  3818.          
  3819.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3820.          <a href="https://whitestarrunning.co.uk/" class="text-decoration-none ">
  3821.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3822.              <i class="ti-angle-right me-2 text-primary"></i>
  3823.               non GamStop
  3824.            </h6>
  3825.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3826.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3827.            </div> -->
  3828.          </a>
  3829.        </div>
  3830.          
  3831.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3832.          <a href="https://pirateparty.org.uk/" class="text-decoration-none ">
  3833.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3834.              <i class="ti-angle-right me-2 text-primary"></i>
  3835.               casino not on GamStop UK
  3836.            </h6>
  3837.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3838.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3839.            </div> -->
  3840.          </a>
  3841.        </div>
  3842.          
  3843.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3844.          <a href="https://inlandhomes.co.uk/" class="text-decoration-none ">
  3845.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3846.              <i class="ti-angle-right me-2 text-primary"></i>
  3847.               games not on GamStop
  3848.            </h6>
  3849.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3850.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3851.            </div> -->
  3852.          </a>
  3853.        </div>
  3854.          
  3855.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3856.          <a href="https://www.freedamedia.com/" class="text-decoration-none ">
  3857.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3858.              <i class="ti-angle-right me-2 text-primary"></i>
  3859.               non GamStop casinos
  3860.            </h6>
  3861.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3862.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3863.            </div> -->
  3864.          </a>
  3865.        </div>
  3866.          
  3867.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3868.          <a href="https://www.morethanfootball.eu/" class="text-decoration-none ">
  3869.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3870.              <i class="ti-angle-right me-2 text-primary"></i>
  3871.               best non GamStop casinos
  3872.            </h6>
  3873.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3874.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3875.            </div> -->
  3876.          </a>
  3877.        </div>
  3878.          
  3879.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3880.          <a href="https://www.spicker.uk/" class="text-decoration-none ">
  3881.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3882.              <i class="ti-angle-right me-2 text-primary"></i>
  3883.               not on GamStop
  3884.            </h6>
  3885.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3886.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3887.            </div> -->
  3888.          </a>
  3889.        </div>
  3890.          
  3891.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3892.          <a href="https://www.exchangeleicester.com/" class="text-decoration-none ">
  3893.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3894.              <i class="ti-angle-right me-2 text-primary"></i>
  3895.               non gamstop casino
  3896.            </h6>
  3897.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3898.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3899.            </div> -->
  3900.          </a>
  3901.        </div>
  3902.          
  3903.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3904.          <a href="https://www.aipce.net/" class="text-decoration-none ">
  3905.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3906.              <i class="ti-angle-right me-2 text-primary"></i>
  3907.               casinos not on gamstop
  3908.            </h6>
  3909.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3910.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3911.            </div> -->
  3912.          </a>
  3913.        </div>
  3914.          
  3915.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3916.          <a href="https://prosols.uk.com/" class="text-decoration-none ">
  3917.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3918.              <i class="ti-angle-right me-2 text-primary"></i>
  3919.               online slots uk
  3920.            </h6>
  3921.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3922.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3923.            </div> -->
  3924.          </a>
  3925.        </div>
  3926.          
  3927.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3928.          <a href="https://www.makemegenius.com/" class="text-decoration-none ">
  3929.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3930.              <i class="ti-angle-right me-2 text-primary"></i>
  3931.               casino not on gamstop
  3932.            </h6>
  3933.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3934.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3935.            </div> -->
  3936.          </a>
  3937.        </div>
  3938.          
  3939.      </div>
  3940.  
  3941.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3942.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3943.      </div> -->
  3944.    </div>
  3945.  </div>
  3946.    
  3947.  <div class="sidebar-widget mb-4">
  3948.    <div class="widget-title-wrapper mb-3">
  3949.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3950.        <i class="ti-calendar me-2"></i>January 2026 Blog Roll
  3951.        <span class="title-arrow"></span>
  3952.      </h4>
  3953.    </div>
  3954.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3955.      <div class="blog-roll-list scrollable-sidebar">
  3956.        
  3957.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3958.          <a href="https://sgthome.co.uk/casinos-not-on-gamstop/" class="text-decoration-none ">
  3959.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3960.              <i class="ti-angle-right me-2 text-primary"></i>
  3961.               Casinos Not on Gamstop
  3962.            </h6>
  3963.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3964.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3965.            </div> -->
  3966.          </a>
  3967.        </div>
  3968.          
  3969.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3970.          <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" class="text-decoration-none ">
  3971.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3972.              <i class="ti-angle-right me-2 text-primary"></i>
  3973.               casino sites not on gamstop
  3974.            </h6>
  3975.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3976.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3977.            </div> -->
  3978.          </a>
  3979.        </div>
  3980.          
  3981.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3982.          <a href="https://pride-events.co.uk/" class="text-decoration-none ">
  3983.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3984.              <i class="ti-angle-right me-2 text-primary"></i>
  3985.               non-gamstop casinos
  3986.            </h6>
  3987.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3988.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3989.            </div> -->
  3990.          </a>
  3991.        </div>
  3992.          
  3993.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3994.          <a href="https://dancing-times.co.uk/" class="text-decoration-none ">
  3995.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3996.              <i class="ti-angle-right me-2 text-primary"></i>
  3997.               uk casino not on gamstop
  3998.            </h6>
  3999.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4000.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4001.            </div> -->
  4002.          </a>
  4003.        </div>
  4004.          
  4005.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4006.          <a href="https://peterbrett.com/" class="text-decoration-none ">
  4007.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4008.              <i class="ti-angle-right me-2 text-primary"></i>
  4009.               online casinos not on gamstop
  4010.            </h6>
  4011.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4012.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4013.            </div> -->
  4014.          </a>
  4015.        </div>
  4016.          
  4017.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4018.          <a href="https://www.frn.org.uk/" class="text-decoration-none ">
  4019.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4020.              <i class="ti-angle-right me-2 text-primary"></i>
  4021.               non gamstop betting sites
  4022.            </h6>
  4023.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4024.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4025.            </div> -->
  4026.          </a>
  4027.        </div>
  4028.          
  4029.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4030.          <a href="https://chargeyourcar.org.uk/" class="text-decoration-none ">
  4031.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4032.              <i class="ti-angle-right me-2 text-primary"></i>
  4033.               best esports betting sites
  4034.            </h6>
  4035.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4036.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4037.            </div> -->
  4038.          </a>
  4039.        </div>
  4040.          
  4041.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4042.          <a href="https://theemon.com/" class="text-decoration-none ">
  4043.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4044.              <i class="ti-angle-right me-2 text-primary"></i>
  4045.               best online betting sites uk
  4046.            </h6>
  4047.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4048.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4049.            </div> -->
  4050.          </a>
  4051.        </div>
  4052.          
  4053.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4054.          <a href="https://aircargoeye.com/" class="text-decoration-none ">
  4055.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4056.              <i class="ti-angle-right me-2 text-primary"></i>
  4057.               casino sites not on gamstop
  4058.            </h6>
  4059.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4060.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4061.            </div> -->
  4062.          </a>
  4063.        </div>
  4064.          
  4065.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4066.          <a href="https://www.scva.org.uk/" class="text-decoration-none ">
  4067.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4068.              <i class="ti-angle-right me-2 text-primary"></i>
  4069.               casino sites not on gamstop
  4070.            </h6>
  4071.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4072.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4073.            </div> -->
  4074.          </a>
  4075.        </div>
  4076.          
  4077.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4078.          <a href="https://www.forcesreunited.co.uk/" class="text-decoration-none ">
  4079.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4080.              <i class="ti-angle-right me-2 text-primary"></i>
  4081.               online casinos not on gamstop
  4082.            </h6>
  4083.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4084.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4085.            </div> -->
  4086.          </a>
  4087.        </div>
  4088.          
  4089.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4090.          <a href="https://www.fishonline.org/" class="text-decoration-none ">
  4091.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4092.              <i class="ti-angle-right me-2 text-primary"></i>
  4093.               best uk non gamstop casinos
  4094.            </h6>
  4095.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4096.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4097.            </div> -->
  4098.          </a>
  4099.        </div>
  4100.          
  4101.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4102.          <a href="https://www.chemical-records.co.uk/" class="text-decoration-none ">
  4103.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4104.              <i class="ti-angle-right me-2 text-primary"></i>
  4105.               online casinos not on gamstop
  4106.            </h6>
  4107.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4108.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4109.            </div> -->
  4110.          </a>
  4111.        </div>
  4112.          
  4113.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4114.          <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" class="text-decoration-none ">
  4115.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4116.              <i class="ti-angle-right me-2 text-primary"></i>
  4117.               non gamstop casinos uk
  4118.            </h6>
  4119.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4120.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4121.            </div> -->
  4122.          </a>
  4123.        </div>
  4124.          
  4125.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4126.          <a href="https://www.ddaymuseum.co.uk/" class="text-decoration-none ">
  4127.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4128.              <i class="ti-angle-right me-2 text-primary"></i>
  4129.               best casinos not on gamstop
  4130.            </h6>
  4131.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4132.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4133.            </div> -->
  4134.          </a>
  4135.        </div>
  4136.          
  4137.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4138.          <a href="https://www.oceanacidification.org.uk/" class="text-decoration-none ">
  4139.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4140.              <i class="ti-angle-right me-2 text-primary"></i>
  4141.               best uk non GamStop casinos
  4142.            </h6>
  4143.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4144.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4145.            </div> -->
  4146.          </a>
  4147.        </div>
  4148.          
  4149.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4150.          <a href="https://euroscan.org.uk/" class="text-decoration-none ">
  4151.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4152.              <i class="ti-angle-right me-2 text-primary"></i>
  4153.               reputable casinos not on gamstop
  4154.            </h6>
  4155.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4156.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4157.            </div> -->
  4158.          </a>
  4159.        </div>
  4160.          
  4161.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4162.          <a href="https://northlandscreative.co.uk/" class="text-decoration-none ">
  4163.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4164.              <i class="ti-angle-right me-2 text-primary"></i>
  4165.               non gamstop betting sites
  4166.            </h6>
  4167.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4168.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4169.            </div> -->
  4170.          </a>
  4171.        </div>
  4172.          
  4173.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4174.          <a href="https://www.latintimes.com/non-gamstop-casinos-589921" class="text-decoration-none ">
  4175.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4176.              <i class="ti-angle-right me-2 text-primary"></i>
  4177.               non gamstop sites
  4178.            </h6>
  4179.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4180.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4181.            </div> -->
  4182.          </a>
  4183.        </div>
  4184.          
  4185.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4186.          <a href="https://focusontheuser.eu/" class="text-decoration-none ">
  4187.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4188.              <i class="ti-angle-right me-2 text-primary"></i>
  4189.               uk online casinos not on gamstop
  4190.            </h6>
  4191.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4192.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4193.            </div> -->
  4194.          </a>
  4195.        </div>
  4196.          
  4197.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4198.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  4199.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4200.              <i class="ti-angle-right me-2 text-primary"></i>
  4201.               Non Gamstop Casinos
  4202.            </h6>
  4203.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4204.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4205.            </div> -->
  4206.          </a>
  4207.        </div>
  4208.          
  4209.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4210.          <a href="https://unbound.co.uk" class="text-decoration-none ">
  4211.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4212.              <i class="ti-angle-right me-2 text-primary"></i>
  4213.               online casinos not on gamstop
  4214.            </h6>
  4215.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4216.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4217.            </div> -->
  4218.          </a>
  4219.        </div>
  4220.          
  4221.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4222.          <a href="https://www.hemihelp.org.uk/" class="text-decoration-none ">
  4223.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4224.              <i class="ti-angle-right me-2 text-primary"></i>
  4225.               uk casino sites not on gamstop
  4226.            </h6>
  4227.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4228.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4229.            </div> -->
  4230.          </a>
  4231.        </div>
  4232.          
  4233.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4234.          <a href="https://lottie.london/" class="text-decoration-none ">
  4235.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4236.              <i class="ti-angle-right me-2 text-primary"></i>
  4237.               casino sites not on gamstop
  4238.            </h6>
  4239.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4240.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4241.            </div> -->
  4242.          </a>
  4243.        </div>
  4244.          
  4245.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4246.          <a href="https://www.opencfd.co.uk/" class="text-decoration-none ">
  4247.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4248.              <i class="ti-angle-right me-2 text-primary"></i>
  4249.               casinos not on GAMSTOP
  4250.            </h6>
  4251.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4252.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4253.            </div> -->
  4254.          </a>
  4255.        </div>
  4256.          
  4257.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4258.          <a href="https://www.esportsbets.com/betting/uk/not-on-gamstop/" class="text-decoration-none ">
  4259.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4260.              <i class="ti-angle-right me-2 text-primary"></i>
  4261.               best betting sites
  4262.            </h6>
  4263.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4264.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4265.            </div> -->
  4266.          </a>
  4267.        </div>
  4268.          
  4269.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4270.          <a href="https://thebackbencher.co.uk/" class="text-decoration-none ">
  4271.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4272.              <i class="ti-angle-right me-2 text-primary"></i>
  4273.               best online betting sites uk
  4274.            </h6>
  4275.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4276.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4277.            </div> -->
  4278.          </a>
  4279.        </div>
  4280.          
  4281.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4282.          <a href="https://www.oxfordgoldgroup.com/" class="text-decoration-none ">
  4283.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4284.              <i class="ti-angle-right me-2 text-primary"></i>
  4285.               betting sites not on gamstop
  4286.            </h6>
  4287.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4288.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4289.            </div> -->
  4290.          </a>
  4291.        </div>
  4292.          
  4293.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4294.          <a href="https://www.hiddenhurt.co.uk/" class="text-decoration-none ">
  4295.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4296.              <i class="ti-angle-right me-2 text-primary"></i>
  4297.               betting sites not on gamstop
  4298.            </h6>
  4299.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4300.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4301.            </div> -->
  4302.          </a>
  4303.        </div>
  4304.          
  4305.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4306.          <a href="https://www.broomhillart.co.uk/" class="text-decoration-none ">
  4307.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4308.              <i class="ti-angle-right me-2 text-primary"></i>
  4309.               best betting sites uk
  4310.            </h6>
  4311.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4312.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4313.            </div> -->
  4314.          </a>
  4315.        </div>
  4316.          
  4317.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4318.          <a href="https://www.autismspeaks.ca/" class="text-decoration-none ">
  4319.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4320.              <i class="ti-angle-right me-2 text-primary"></i>
  4321.               casinos online canada
  4322.            </h6>
  4323.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4324.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4325.            </div> -->
  4326.          </a>
  4327.        </div>
  4328.          
  4329.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4330.          <a href="https://www.greenjournal.co.uk/" class="text-decoration-none ">
  4331.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4332.              <i class="ti-angle-right me-2 text-primary"></i>
  4333.               best non gamstop casinos uk
  4334.            </h6>
  4335.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4336.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4337.            </div> -->
  4338.          </a>
  4339.        </div>
  4340.          
  4341.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4342.          <a href="https://plasticoceans.uk/" class="text-decoration-none ">
  4343.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4344.              <i class="ti-angle-right me-2 text-primary"></i>
  4345.               best non gamstop casinos uk
  4346.            </h6>
  4347.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4348.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4349.            </div> -->
  4350.          </a>
  4351.        </div>
  4352.          
  4353.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4354.          <a href="https://growsheffield.com/" class="text-decoration-none ">
  4355.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4356.              <i class="ti-angle-right me-2 text-primary"></i>
  4357.               uk casinos not on gamstop
  4358.            </h6>
  4359.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4360.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4361.            </div> -->
  4362.          </a>
  4363.        </div>
  4364.          
  4365.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4366.          <a href="https://lessplastic.co.uk/" class="text-decoration-none ">
  4367.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4368.              <i class="ti-angle-right me-2 text-primary"></i>
  4369.               non gamstop casinos UK
  4370.            </h6>
  4371.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4372.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4373.            </div> -->
  4374.          </a>
  4375.        </div>
  4376.          
  4377.      </div>
  4378.  
  4379.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  4380.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4381.      </div> -->
  4382.    </div>
  4383.  </div>
  4384.    
  4385.  <div class="sidebar-widget mb-4">
  4386.    <div class="widget-title-wrapper mb-3">
  4387.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  4388.        <i class="ti-calendar me-2"></i>December 2025 Blog Roll
  4389.        <span class="title-arrow"></span>
  4390.      </h4>
  4391.    </div>
  4392.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  4393.      <div class="blog-roll-list scrollable-sidebar">
  4394.        
  4395.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4396.          <a href="https://www.helloitscraig.co.uk/" class="text-decoration-none ">
  4397.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4398.              <i class="ti-angle-right me-2 text-primary"></i>
  4399.               uk casinos not on gamstop
  4400.            </h6>
  4401.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4402.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4403.            </div> -->
  4404.          </a>
  4405.        </div>
  4406.          
  4407.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4408.          <a href="http://www.ineosbritannia.com/" class="text-decoration-none ">
  4409.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4410.              <i class="ti-angle-right me-2 text-primary"></i>
  4411.               online casinos not on gamstop
  4412.            </h6>
  4413.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4414.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4415.            </div> -->
  4416.          </a>
  4417.        </div>
  4418.          
  4419.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4420.          <a href="https://growsheffield.com/" class="text-decoration-none ">
  4421.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4422.              <i class="ti-angle-right me-2 text-primary"></i>
  4423.               online casinos not on gamstop
  4424.            </h6>
  4425.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4426.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4427.            </div> -->
  4428.          </a>
  4429.        </div>
  4430.          
  4431.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4432.          <a href="https://www.squarebox.co.uk/" class="text-decoration-none ">
  4433.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4434.              <i class="ti-angle-right me-2 text-primary"></i>
  4435.               uk casinos not on gamstop
  4436.            </h6>
  4437.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4438.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4439.            </div> -->
  4440.          </a>
  4441.        </div>
  4442.          
  4443.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4444.          <a href="https://newhorrizon.eu/" class="text-decoration-none ">
  4445.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4446.              <i class="ti-angle-right me-2 text-primary"></i>
  4447.               non gamstop casino
  4448.            </h6>
  4449.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4450.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4451.            </div> -->
  4452.          </a>
  4453.        </div>
  4454.          
  4455.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4456.          <a href="https://www.bar31.com/food-and-drink/new-uk-casinos-dec-best-new-sites/" class="text-decoration-none ">
  4457.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4458.              <i class="ti-angle-right me-2 text-primary"></i>
  4459.               new UK casinos
  4460.            </h6>
  4461.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4462.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4463.            </div> -->
  4464.          </a>
  4465.        </div>
  4466.          
  4467.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4468.          <a href="https://www.hgca.com/" class="text-decoration-none ">
  4469.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4470.              <i class="ti-angle-right me-2 text-primary"></i>
  4471.               casino not on gamstop
  4472.            </h6>
  4473.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4474.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4475.            </div> -->
  4476.          </a>
  4477.        </div>
  4478.          
  4479.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4480.          <a href="https://www.outset.org/" class="text-decoration-none ">
  4481.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4482.              <i class="ti-angle-right me-2 text-primary"></i>
  4483.               uk betting sites
  4484.            </h6>
  4485.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4486.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4487.            </div> -->
  4488.          </a>
  4489.        </div>
  4490.          
  4491.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4492.          <a href="https://www.geekgirlmeetup.co.uk/" class="text-decoration-none ">
  4493.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4494.              <i class="ti-angle-right me-2 text-primary"></i>
  4495.               casino not on gamstop
  4496.            </h6>
  4497.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4498.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4499.            </div> -->
  4500.          </a>
  4501.        </div>
  4502.          
  4503.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4504.          <a href="https://www.ukces.org.uk/" class="text-decoration-none ">
  4505.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4506.              <i class="ti-angle-right me-2 text-primary"></i>
  4507.               uk betting sites
  4508.            </h6>
  4509.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4510.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4511.            </div> -->
  4512.          </a>
  4513.        </div>
  4514.          
  4515.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4516.          <a href="https://www.invo.org.uk/" class="text-decoration-none ">
  4517.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4518.              <i class="ti-angle-right me-2 text-primary"></i>
  4519.               casino not on gamstop
  4520.            </h6>
  4521.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4522.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4523.            </div> -->
  4524.          </a>
  4525.        </div>
  4526.          
  4527.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4528.          <a href="https://bikeweek.org.uk/" class="text-decoration-none ">
  4529.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4530.              <i class="ti-angle-right me-2 text-primary"></i>
  4531.               non gamstop casino
  4532.            </h6>
  4533.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4534.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4535.            </div> -->
  4536.          </a>
  4537.        </div>
  4538.          
  4539.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4540.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  4541.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4542.              <i class="ti-angle-right me-2 text-primary"></i>
  4543.               casino not on gamstop
  4544.            </h6>
  4545.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4546.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4547.            </div> -->
  4548.          </a>
  4549.        </div>
  4550.          
  4551.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4552.          <a href="https://best-online-casinos.uk/" class="text-decoration-none ">
  4553.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4554.              <i class="ti-angle-right me-2 text-primary"></i>
  4555.               top online
  4556.            </h6>
  4557.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4558.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4559.            </div> -->
  4560.          </a>
  4561.        </div>
  4562.          
  4563.      </div>
  4564.  
  4565.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  4566.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4567.      </div> -->
  4568.    </div>
  4569.  </div>
  4570.    
  4571.  <div class="sidebar-widget mb-4">
  4572.    <div class="widget-title-wrapper mb-3">
  4573.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  4574.        <i class="ti-calendar me-2"></i>November 2025 Blog Roll
  4575.        <span class="title-arrow"></span>
  4576.      </h4>
  4577.    </div>
  4578.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  4579.      <div class="blog-roll-list scrollable-sidebar">
  4580.        
  4581.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4582.          <a href="https://www.aboutcookies.org.uk/" class="text-decoration-none ">
  4583.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4584.              <i class="ti-angle-right me-2 text-primary"></i>
  4585.               online casinos
  4586.            </h6>
  4587.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4588.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4589.            </div> -->
  4590.          </a>
  4591.        </div>
  4592.          
  4593.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4594.          <a href="https://www.goodclub.co.uk/" class="text-decoration-none ">
  4595.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4596.              <i class="ti-angle-right me-2 text-primary"></i>
  4597.               casino not on gamstop
  4598.            </h6>
  4599.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4600.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4601.            </div> -->
  4602.          </a>
  4603.        </div>
  4604.          
  4605.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4606.          <a href="https://www.jellyfishmapua.co.nz/" class="text-decoration-none ">
  4607.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4608.              <i class="ti-angle-right me-2 text-primary"></i>
  4609.               casino
  4610.            </h6>
  4611.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4612.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4613.            </div> -->
  4614.          </a>
  4615.        </div>
  4616.          
  4617.      </div>
  4618.  
  4619.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  4620.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4621.      </div> -->
  4622.    </div>
  4623.  </div>
  4624.    
  4625.  <div class="sidebar-widget mb-4">
  4626.    <div class="widget-title-wrapper mb-3">
  4627.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  4628.        <i class="ti-calendar me-2"></i>October 2025 Blog Roll
  4629.        <span class="title-arrow"></span>
  4630.      </h4>
  4631.    </div>
  4632.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  4633.      <div class="blog-roll-list scrollable-sidebar">
  4634.        
  4635.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4636.          <a href="https://www.todaytonightadelaide.com.au/" class="text-decoration-none ">
  4637.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4638.              <i class="ti-angle-right me-2 text-primary"></i>
  4639.               online casinos australia
  4640.            </h6>
  4641.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4642.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4643.            </div> -->
  4644.          </a>
  4645.        </div>
  4646.          
  4647.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4648.          <a href="https://www.ecoandbeyond.co/casinos-not-on-gamstop/" class="text-decoration-none ">
  4649.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4650.              <i class="ti-angle-right me-2 text-primary"></i>
  4651.               casinos not on gamstop
  4652.            </h6>
  4653.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4654.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4655.            </div> -->
  4656.          </a>
  4657.        </div>
  4658.          
  4659.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4660.          <a href="https://cointelegraph.com/crypto-betting/real-money-casinos/uk/non-gamstop/" class="text-decoration-none ">
  4661.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4662.              <i class="ti-angle-right me-2 text-primary"></i>
  4663.               casinos not on gamstop
  4664.            </h6>
  4665.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4666.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4667.            </div> -->
  4668.          </a>
  4669.        </div>
  4670.          
  4671.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4672.          <a href="https://uk-sobs.org.uk/" class="text-decoration-none ">
  4673.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4674.              <i class="ti-angle-right me-2 text-primary"></i>
  4675.               gambling sites not on gamstop
  4676.            </h6>
  4677.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4678.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4679.            </div> -->
  4680.          </a>
  4681.        </div>
  4682.          
  4683.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4684.          <a href="https://www.konzerttheaterbern.ch/" class="text-decoration-none ">
  4685.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4686.              <i class="ti-angle-right me-2 text-primary"></i>
  4687.               casino online schweiz
  4688.            </h6>
  4689.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  4690.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4691.            </div> -->
  4692.          </a>
  4693.        </div>
  4694.          
  4695.      </div>
  4696.  
  4697.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  4698.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4699.      </div> -->
  4700.    </div>
  4701.  </div>
  4702.    
  4703.  <!-- <div class="sidebar-widget">
  4704.    <div class="widget-title-wrapper mb-3">
  4705.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  4706.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  4707.        <span class="title-arrow"></span>
  4708.      </h4>
  4709.    </div>
  4710.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  4711.      <div class="blog-roll-list">
  4712.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  4713.          <a href="#" class="text-decoration-none">
  4714.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4715.              <i class="ti-angle-right me-2 text-primary"></i>
  4716.              Complete Guide to Django REST Framework
  4717.            </h6>
  4718.            <div class="blog-meta d-flex justify-content-between align-items-center">
  4719.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  4720.            </div>
  4721.          </a>
  4722.        </div>
  4723.  
  4724.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  4725.          <a href="#" class="text-decoration-none">
  4726.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4727.              <i class="ti-angle-right me-2 text-primary"></i>
  4728.              Modern JavaScript ES2025 Features
  4729.            </h6>
  4730.            <div class="blog-meta d-flex justify-content-between align-items-center">
  4731.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  4732.            </div>
  4733.          </a>
  4734.        </div>
  4735.  
  4736.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  4737.          <a href="#" class="text-decoration-none">
  4738.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4739.              <i class="ti-angle-right me-2 text-primary"></i>
  4740.              Digital Marketing Trends in 2025
  4741.            </h6>
  4742.            <div class="blog-meta d-flex justify-content-between align-items-center">
  4743.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  4744.            </div>
  4745.          </a>
  4746.        </div>
  4747.  
  4748.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  4749.          <a href="#" class="text-decoration-none">
  4750.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4751.              <i class="ti-angle-right me-2 text-primary"></i>
  4752.              Remote Work Best Practices
  4753.            </h6>
  4754.            <div class="blog-meta d-flex justify-content-between align-items-center">
  4755.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  4756.            </div>
  4757.          </a>
  4758.        </div>
  4759.  
  4760.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  4761.          <a href="#" class="text-decoration-none">
  4762.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4763.              <i class="ti-angle-right me-2 text-primary"></i>
  4764.              Sustainable Living Tips for Beginners
  4765.            </h6>
  4766.            <div class="blog-meta d-flex justify-content-between align-items-center">
  4767.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  4768.            </div>
  4769.          </a>
  4770.        </div>
  4771.  
  4772.        <div class="blog-roll-item">
  4773.          <a href="#" class="text-decoration-none">
  4774.            <h6 class="blog-title top-color mb-2 fw-semibold">
  4775.              <i class="ti-angle-right me-2 text-primary"></i>
  4776.              AI and Machine Learning Basics
  4777.            </h6>
  4778.            <div class="blog-meta d-flex justify-content-between align-items-center">
  4779.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  4780.            </div>
  4781.          </a>
  4782.        </div>
  4783.      </div>
  4784.  
  4785.      <div class="text-center mt-4 pt-3 border-top border-light">
  4786.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4787.      </div>
  4788.    </div>
  4789.  </div> -->
  4790. </div>
  4791.  
  4792. <!-- Sidebar V2 Styles -->
  4793. <style>
  4794.  .sidebar-widget {
  4795.    position: relative;
  4796.  }
  4797.  
  4798.  .widget-title {
  4799.    font-size: 1.1rem;
  4800.    font-weight: 700;
  4801.    display: inline-block;
  4802.    position: relative;
  4803.    z-index: 2;
  4804.    border-radius: 0;
  4805.  }
  4806.  
  4807.  /* Green arrow for August Blog Roll */
  4808.  .title-arrow::after {
  4809.    content: '';
  4810.    position: absolute;
  4811.    top: 0;
  4812.    right: -22px;
  4813.    width: 0;
  4814.    height: 0;
  4815.    border-left: 22px solid var(--bs-primary);
  4816.    border-top: 22px solid transparent;
  4817.    border-bottom: 22px solid transparent;
  4818.    z-index: 1;
  4819.  }
  4820.  
  4821.  /* Blue arrow for Recent Posts */
  4822.  .title-arrow-primary::after {
  4823.    content: '';
  4824.    position: absolute;
  4825.    top: 0;
  4826.    right: -22px;
  4827.    width: 0;
  4828.    height: 0;
  4829.    border-left: 22px solid var(--bs-primary);
  4830.    border-top: 22px solid transparent;
  4831.    border-bottom: 22px solid transparent;
  4832.    z-index: 1;
  4833.  }
  4834.  
  4835.  .widget-content {
  4836.    margin-top: -1px;
  4837.    position: relative;
  4838.    z-index: 1;
  4839.    background-color: var(--card-bg);
  4840.  }
  4841.  
  4842.  /* Blog Roll Items Hover Effects */
  4843.  .blog-roll-item:hover .blog-title {
  4844.    color: #198754 !important;
  4845.    transform: translateX(5px);
  4846.    transition: all 0.3s ease;
  4847.  }
  4848.  
  4849.  /* Recent Post Items Hover Effects */
  4850.  .recent-post-item:hover .post-title a {
  4851.    color: #0d6efd !important;
  4852.    transition: color 0.3s ease;
  4853.  }
  4854.  
  4855.  .recent-post-item:hover .post-image img {
  4856.    transform: scale(1.05);
  4857.    transition: transform 0.3s ease;
  4858.  }
  4859.  
  4860.  /* Button Hover Effects */
  4861.  .btn:hover {
  4862.    transform: translateY(-2px);
  4863.    transition: all 0.3s ease;
  4864.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  4865.  }
  4866.  
  4867.  /* Badge Hover Effects */
  4868.  .badge:hover {
  4869.    transform: scale(1.05);
  4870.    transition: transform 0.3s ease;
  4871.  }
  4872.  
  4873.  @media (max-width: 991px) {
  4874.    .sidebar {
  4875.      margin-top: 3rem;
  4876.    }
  4877.  }
  4878.  
  4879.  @media (max-width: 576px) {
  4880.    .widget-title {
  4881.      font-size: 1rem;
  4882.      padding: 0.75rem 1rem !important;
  4883.    }
  4884.  
  4885.    .title-arrow::after,
  4886.    .title-arrow-primary::after {
  4887.      right: -18px;
  4888.      border-left-width: 18px;
  4889.      border-top-width: 18px;
  4890.      border-bottom-width: 18px;
  4891.    }
  4892.  
  4893.    .post-image {
  4894.      width: 70px !important;
  4895.      height: 55px !important;
  4896.    }
  4897.  
  4898.    .blog-meta {
  4899.      flex-direction: column !important;
  4900.      align-items: flex-start !important;
  4901.      gap: 0.5rem;
  4902.    }
  4903.  }
  4904. </style>
  4905.  
  4906.    
  4907.            </div>
  4908.        </div>
  4909.    </div>
  4910. </section>
  4911.  
  4912. <script>
  4913. // Intersection Observer for scroll animations
  4914. document.addEventListener('DOMContentLoaded', function() {
  4915.    const observerOptions = {
  4916.        threshold: 0.1,
  4917.        rootMargin: '0px 0px -50px 0px'
  4918.    };
  4919.  
  4920.    const observer = new IntersectionObserver(function(entries) {
  4921.        entries.forEach(entry => {
  4922.            if (entry.isIntersecting) {
  4923.                entry.target.classList.add('animated');
  4924.            }
  4925.        });
  4926.    }, observerOptions);
  4927.  
  4928.    document.querySelectorAll('.animate-on-scroll').forEach(el => {
  4929.        observer.observe(el);
  4930.    });
  4931. });
  4932. </script>
  4933.  
  4934.    
  4935.        
  4936.        <!-- end wpo-blog-highlights-section -->
  4937.        <!-- start wpo-blog-sponsored-section -->
  4938.        
  4939.  
  4940.  
  4941.  
  4942.    
  4943.  
  4944.  
  4945.  <style>
  4946.    .sponsored-section-v7 {
  4947.      padding: 50px 0;
  4948.    }
  4949.    
  4950.    .sponsored-card-v7 {
  4951.      background: #fafafa;
  4952.      border: none;
  4953.      transition: transform 0.3s ease;
  4954.      height: 100%;
  4955.    }
  4956.    
  4957.    .sponsored-card-v7:hover {
  4958.      transform: translateY(-3px);
  4959.    }
  4960.    
  4961.    .sponsored-image-v7 {
  4962.      position: relative;
  4963.      height: 160px;
  4964.    }
  4965.    
  4966.    .sponsored-image-v7 img {
  4967.      width: 100%;
  4968.      height: 100%;
  4969.      object-fit: cover;
  4970.      border-radius: 10px; /* Apply curve to image */
  4971.    }
  4972.    
  4973.    .sponsored-badge-v7 {
  4974.      position: absolute;
  4975.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  4976.      left: 10px;
  4977.      z-index: 10;
  4978.    
  4979.      /* pill look */
  4980.      display: inline-flex; /* vertical centering */
  4981.      align-items: center;
  4982.      justify-content: center;
  4983.      padding: 8px 16px; /* width = content + padding */
  4984.      border-radius: 999px; /* full pill */
  4985.      white-space: nowrap; /* ek hi line me rahe */
  4986.      /* text */
  4987.      font-size: 12px;
  4988.      text-transform: uppercase;
  4989.      letter-spacing: 0.5px;
  4990.      line-height: 1;
  4991.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  4992.    }
  4993.    
  4994.    /* optional: icon ke saath thoda gap */
  4995.    .sponsored-badge-v7 i,
  4996.    .sponsored-badge-v7 .icon {
  4997.      margin-right: 8px;
  4998.      font-size: 14px;
  4999.      line-height: 1;
  5000.    }
  5001.    
  5002.    .sponsored-content-v7 {
  5003.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  5004.    }
  5005.    
  5006.    .sponsored-title-v7 {
  5007.      font-size: 15px;
  5008.      font-weight: 700;
  5009.      line-height: 1.4;
  5010.      margin-bottom: 8px;
  5011.      color: #333;
  5012.    }
  5013.    
  5014.    .sponsored-title-v7 a {
  5015.      text-decoration: none;
  5016.      font-size: 16px;
  5017.      color: var(--topbar-color);
  5018.    }
  5019.    
  5020.    .sponsored-title-v7 a:hover {
  5021.      color: var(--bs-primary); /* Green hover */
  5022.    }
  5023.    
  5024.    .sponsored-excerpt-v7 {
  5025.      font-size: 12px;
  5026.      font-weight: 400;
  5027.      color:  var(--topbar-color);;
  5028.      margin-bottom: 10px;
  5029.      line-height: 1.5;
  5030.    }
  5031.    
  5032.    .sponsored-meta-v7 {
  5033.      font-size: 11px;
  5034.       color: var(--topbar-color);;
  5035.    }
  5036.    
  5037.    .author-info-v7 {
  5038.      margin-bottom: 5px;
  5039.    }
  5040.    
  5041.    .sponsored-author-img-v7 {
  5042.      width: 30px;
  5043.      height: 30px;
  5044.      border-radius: 50%;
  5045.      object-fit: cover;
  5046.      vertical-align: middle;
  5047.      margin-right: 5px;
  5048.    }
  5049.    
  5050.    .section-title-sponsored-v7 {
  5051.      font-size: 1.9rem;
  5052.      font-weight: 600;
  5053.      text-align: center;
  5054.      margin-bottom: 30px;
  5055.      color: #333;
  5056.      position: relative;
  5057.    }
  5058.    
  5059.    .section-title-sponsored-v7::after {
  5060.      content: '';
  5061.      position: absolute;
  5062.      bottom: -8px;
  5063.      left: 50%;
  5064.      transform: translateX(-50%);
  5065.      width: 100px;
  5066.      height: 3px;
  5067.      background: var(--bs-primary);
  5068.    }
  5069.    
  5070.    @media (max-width: 768px) {
  5071.      .sponsored-section-v7 {
  5072.        padding: 30px 0;
  5073.      }
  5074.      .sponsored-image-v7 {
  5075.        height: 120px;
  5076.      }
  5077.      .sponsored-content-v7 {
  5078.        padding: 35px 12px 12px;
  5079.      }
  5080.  
  5081.      .sponsored-title-v7 {
  5082.        font-size: 14px;
  5083.      }
  5084.      .sponsored-excerpt-v7 {
  5085.        font-size: 11px;
  5086.      }
  5087.      .section-title-sponsored-v7 {
  5088.        font-size: 1.6rem;
  5089.      }
  5090.    }
  5091.  </style>
  5092.  
  5093.  <section class="sponsored-section-v7">
  5094.    <div class="container-fluid fluid-container">
  5095.      <div class="row mb-3">
  5096.        <div class="col-12">
  5097.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  5098.        </div>
  5099.      </div>
  5100.  
  5101.      <div class="row g-3 d-flex justify-content-center">
  5102.        
  5103.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  5104.            <div class="card sponsored-card-v7">
  5105.              <div class="sponsored-image-v7">
  5106.                
  5107.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  5108.                
  5109.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  5110.              </div>
  5111.              <div class="sponsored-content-v7">
  5112.                <h3 class="sponsored-title-v7"><a href="/former-president-trump-unveils-blueprints-for-golden-fleet-warships-named-after-the-former-president/">Former President Trump Unveils Blueprints for ‘Golden Fleet’ Warships Named After the Former President</a></h3>
  5113.                <p class="sponsored-excerpt-v7 "></p>
  5114.                <div class="sponsored-meta-v7">
  5115.                  <div class="author-info-v7">
  5116.                    
  5117.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="sponsored-author-img-v7" />
  5118.                    
  5119.                    <span>Travis Hart</span>
  5120.                  </div>
  5121.                  <div>11 Jun 2026</div>
  5122.                </div>
  5123.              </div>
  5124.            </div>
  5125.          </div>
  5126.        
  5127.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  5128.            <div class="card sponsored-card-v7">
  5129.              <div class="sponsored-image-v7">
  5130.                
  5131.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  5132.                
  5133.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  5134.              </div>
  5135.              <div class="sponsored-content-v7">
  5136.                <h3 class="sponsored-title-v7"><a href="/long-distance-running-champion-chepngetich-receives-three-year-suspension/">Long-distance running Champion Chepngetich Receives Three-Year Suspension</a></h3>
  5137.                <p class="sponsored-excerpt-v7 "></p>
  5138.                <div class="sponsored-meta-v7">
  5139.                  <div class="author-info-v7">
  5140.                    
  5141.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="sponsored-author-img-v7" />
  5142.                    
  5143.                    <span>Travis Hart</span>
  5144.                  </div>
  5145.                  <div>11 Jun 2026</div>
  5146.                </div>
  5147.              </div>
  5148.            </div>
  5149.          </div>
  5150.        
  5151.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  5152.            <div class="card sponsored-card-v7">
  5153.              <div class="sponsored-image-v7">
  5154.                
  5155.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  5156.                
  5157.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  5158.              </div>
  5159.              <div class="sponsored-content-v7">
  5160.                <h3 class="sponsored-title-v7"><a href="/express-your-views-on-trumps-recent-comments/">Express Your Views on Trump&#x27;s Recent Comments</a></h3>
  5161.                <p class="sponsored-excerpt-v7 "></p>
  5162.                <div class="sponsored-meta-v7">
  5163.                  <div class="author-info-v7">
  5164.                    
  5165.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="sponsored-author-img-v7" />
  5166.                    
  5167.                    <span>Travis Hart</span>
  5168.                  </div>
  5169.                  <div>11 Jun 2026</div>
  5170.                </div>
  5171.              </div>
  5172.            </div>
  5173.          </div>
  5174.        
  5175.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  5176.            <div class="card sponsored-card-v7">
  5177.              <div class="sponsored-image-v7">
  5178.                
  5179.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  5180.                
  5181.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  5182.              </div>
  5183.              <div class="sponsored-content-v7">
  5184.                <h3 class="sponsored-title-v7"><a href="/greenlandic-females-achieve-legal-victory-in-struggle-with-denmark-over-coerced-contraceptive-coil-scandal/">Greenlandic Females Achieve Legal Victory in Struggle with Denmark over Coerced Contraceptive Coil Scandal.</a></h3>
  5185.                <p class="sponsored-excerpt-v7 "></p>
  5186.                <div class="sponsored-meta-v7">
  5187.                  <div class="author-info-v7">
  5188.                    
  5189.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="sponsored-author-img-v7" />
  5190.                    
  5191.                    <span>Travis Hart</span>
  5192.                  </div>
  5193.                  <div>10 Jun 2026</div>
  5194.                </div>
  5195.              </div>
  5196.            </div>
  5197.          </div>
  5198.        
  5199.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  5200.            <div class="card sponsored-card-v7">
  5201.              <div class="sponsored-image-v7">
  5202.                
  5203.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  5204.                
  5205.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  5206.              </div>
  5207.              <div class="sponsored-content-v7">
  5208.                <h3 class="sponsored-title-v7"><a href="/us-house-set-for-critical-ballot-on-terminating-record-breaking-government-shutdown/">US House Set for Critical Ballot on Terminating Record-Breaking Government Shutdown</a></h3>
  5209.                <p class="sponsored-excerpt-v7 "></p>
  5210.                <div class="sponsored-meta-v7">
  5211.                  <div class="author-info-v7">
  5212.                    
  5213.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="sponsored-author-img-v7" />
  5214.                    
  5215.                    <span>Travis Hart</span>
  5216.                  </div>
  5217.                  <div>10 Jun 2026</div>
  5218.                </div>
  5219.              </div>
  5220.            </div>
  5221.          </div>
  5222.        
  5223.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  5224.            <div class="card sponsored-card-v7">
  5225.              <div class="sponsored-image-v7">
  5226.                
  5227.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  5228.                
  5229.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  5230.              </div>
  5231.              <div class="sponsored-content-v7">
  5232.                <h3 class="sponsored-title-v7"><a href="/self-inflicted-deaths-connected-to-domestic-abuse-should-be-investigated-as-possible-homicides-urge-uk-relatives/">Self-inflicted deaths Connected to Domestic Abuse Should Be Investigated as Possible Homicides, Urge UK Relatives</a></h3>
  5233.                <p class="sponsored-excerpt-v7 "></p>
  5234.                <div class="sponsored-meta-v7">
  5235.                  <div class="author-info-v7">
  5236.                    
  5237.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/6fc54dab-6938-4e4a-b51d-0d51e92f6c88_profile.png" alt="Travis Hart" style="object-fit: cover;" class="sponsored-author-img-v7" />
  5238.                    
  5239.                    <span>Travis Hart</span>
  5240.                  </div>
  5241.                  <div>10 Jun 2026</div>
  5242.                </div>
  5243.              </div>
  5244.            </div>
  5245.          </div>
  5246.        
  5247.      </div>
  5248.    </div>
  5249.  </section>
  5250.  
  5251.  
  5252.    
  5253.        <!-- end wpo-blog-sponsored-section -->
  5254.        <!-- start wpo-subscribe-section -->
  5255.        
  5256.        <!-- end subscribe-section -->
  5257.        <!-- start of wpo-site-footer-section -->
  5258.        
  5259.  
  5260.  
  5261.  
  5262.  
  5263.  
  5264. <footer class="wpo-site-footer-v4 bg-primary-gradient">
  5265.  <!-- Main Content: Asymmetrical Layout -->
  5266.  <div class="footer-main-content py-5">
  5267.    <div class="container-fluid fluid-container">
  5268.      <div class="row">
  5269.        <!-- Left: Logo & Tagline (Narrow, Skewed) -->
  5270.        <div class="col-lg-3 col-md-4 col-12 mb-4 skewed-section">
  5271.          <div class="brand-logo text-center text-lg-start">
  5272.            
  5273.              <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/358cbd02-8fc1-4f10-8cc2-5ae3c2f7566f_logo.png" alt="Spin News Now" class="footer-logo" />
  5274.            
  5275.            <p class="brand-tagline mt-2">Stay informed with the latest news, politics, and current affairs from across the UK. Spin News Now delivers timely updates and in-depth analysis on events shaping the nation.</p>
  5276.          </div>
  5277.        </div>
  5278.        <!-- Right: Staggered Links -->
  5279.        <div class="col-lg-9 col-md-8 col-12">
  5280.          <div class="d-flex flex-column gap-4">
  5281.            <!-- Quick Links -->
  5282.            <div class="footer-column offset-content">
  5283.              <h5 class="column-title">Quick Links</h5>
  5284.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  5285.                
  5286.                  <li>
  5287.                    <a class="menu-link" href="/artists-take-a-stand-in-the-face-of-the-environmental-crisis-planting-the-fruit-that-dropped-on-isaac-newtons-head/">Artists Take a Stand In the Face of the Environmental Crisis: Planting the Fruit That Dropped on Isaac Newton&#x27;s Head</a>
  5288.                  </li>
  5289.                
  5290.                  <li>
  5291.                    <a class="menu-link" href="/the-platform-x-secures-appeal-to-restore-access-for-australians-to-controversial-video-content/">The Platform X Secures Appeal to Restore Access for Australians to Controversial Video Content</a>
  5292.                  </li>
  5293.                
  5294.                  <li>
  5295.                    <a class="menu-link" href="/hong-kong-authorities-arrests-13-on-suspicion-of-involuntary-manslaughter-over-apartment-blaze/">Hong Kong authorities Arrests 13 on Suspicion of Involuntary Manslaughter Over Apartment Blaze</a>
  5296.                  </li>
  5297.                
  5298.                  <li>
  5299.                    <a class="menu-link" href="/regarding-mood-hoovers-uncover-the-reasons-negative-friends-might-help-your-well-being/">Regarding ‘Mood Hoovers’ - Uncover the Reasons Negative Friends Might Help Your Well-Being</a>
  5300.                  </li>
  5301.                
  5302.                  <li>
  5303.                    <a class="menu-link" href="/esteemed-cultural-broadcaster-sir-humphrey-burton-passes-away-at-the-age-of-94/">Esteemed Cultural Broadcaster Sir Humphrey Burton Passes Away at the Age of 94.</a>
  5304.                  </li>
  5305.                
  5306.                  <li>
  5307.                    <a class="menu-link" href="/our-new-sovereign-our-digital-priest-our-algorithmic-overlord-the-way-ai-returns-us-to-the-dark-ages/">Our New Sovereign, Our Digital Priest, Our Algorithmic Overlord – The Way AI Returns Us to the Dark Ages.</a>
  5308.                  </li>
  5309.                
  5310.              </ul>
  5311.            </div>
  5312.            <!-- Top Categories -->
  5313.            <div class="footer-column offset-content offset-right">
  5314.              <h5 class="column-title">Top Categories</h5>
  5315.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3">
  5316.                
  5317.                  <li>
  5318.                    <a class="menu-link" href="/category/all-posts/">All Posts</a>
  5319.                  </li>
  5320.                
  5321.                  <li>
  5322.                    <a class="menu-link" href="/category/business/">Business</a>
  5323.                  </li>
  5324.                
  5325.                  <li>
  5326.                    <a class="menu-link" href="/category/esports/">Esports</a>
  5327.                  </li>
  5328.                
  5329.                  <li>
  5330.                    <a class="menu-link" href="/category/fashion/">Fashion</a>
  5331.                  </li>
  5332.                
  5333.                  <li>
  5334.                    <a class="menu-link" href="/category/featured/">Featured</a>
  5335.                  </li>
  5336.                
  5337.              </ul>
  5338.            </div>
  5339.            <!-- Blog Rolls -->
  5340.           <div class="footer-column offset-content">
  5341.              <h5 class="column-title">Blog Rolls</h5>
  5342.              <ul class="footer-menu list-unstyled d-flex flex-wrap gap-3" id="blogRollLinks">
  5343.                
  5344.                
  5345.  
  5346.                
  5347.                
  5348.                  
  5349.                
  5350.              </ul>
  5351.            </div>
  5352.          </div>
  5353.        </div>
  5354.      </div>
  5355.    </div>
  5356.  </div>
  5357.  
  5358.  <!-- Bottom Section -->
  5359.  <div class="footer-bottom bg-primary text-white py-3">
  5360.    <div class="container-fluid fluid-container">
  5361.      <div class="row justify-content-center">
  5362.        <div class="col-12 text-center">
  5363.          <div class="bottom-content">
  5364.            <div class="utility-links d-flex flex-wrap justify-content-center gap-3 mb-3">
  5365.              <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  5366.              <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  5367.              <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  5368.            </div>
  5369.            <div class="copyright-info ">
  5370.              <p class="mb-0 text-white">
  5371.                &copy; 2026 <strong>Spin News Now</strong>. All rights reserved.
  5372.              </p>
  5373.            </div>
  5374.          </div>
  5375.        </div>
  5376.      </div>
  5377.    </div>
  5378.  </div>
  5379. </footer>
  5380.  
  5381.  
  5382.  
  5383. <style>
  5384. .footer-logo {
  5385.    height: 60px;
  5386.    width: auto;
  5387. }
  5388.  
  5389. .brand-title {
  5390.    font-size: 24px;
  5391.    font-weight: 700;
  5392.    color: white  !important;
  5393.    margin: 0;
  5394. }
  5395.  
  5396. .brand-tagline {
  5397.    font-size: 14px;
  5398.    color: white  !important;
  5399.    margin: 0;
  5400. }
  5401.  
  5402. .column-title {
  5403.    font-size: 16px;
  5404.    font-weight: 600;
  5405.    color: white !important;
  5406.    margin-bottom: 12px;
  5407. }
  5408.  
  5409. .footer-menu {
  5410.    margin: 0;
  5411. }
  5412.  
  5413. .menu-link {
  5414.    color: white !important;
  5415.    text-decoration: none;
  5416.    font-size: 14px;
  5417.    transition: color 0.3s ease, transform 0.3s ease;
  5418. }
  5419.  
  5420. .menu-link:hover {
  5421.    color: var(--primary-color);
  5422.    transform: scale(1.05);
  5423. }
  5424.  
  5425. .offset-content {
  5426.    margin-left: 20px;
  5427. }
  5428.  
  5429. .footer-bottom {
  5430.    font-size: 13px;
  5431. }
  5432.  
  5433. .utility-link {
  5434.    color: white  !important;
  5435.    text-decoration: none;
  5436.    font-size: 13px;
  5437.    transition: color 0.3s ease;
  5438. }
  5439.  
  5440. .utility-link:hover {
  5441.    color: var(--primary-color);
  5442. }
  5443.  
  5444. .copyright-info p {
  5445.    font-size: 13px;
  5446. }
  5447.  
  5448. /* Responsive Design */
  5449. @media (max-width: 1024px) {
  5450.   .footer-logo{
  5451.    height: 40px;
  5452.    width: auto;
  5453.   }
  5454. }
  5455.  
  5456. @media (max-width: 768px) {
  5457.    .footer-logo {
  5458.        height: 60px;
  5459.    }
  5460.    
  5461.    .column-title {
  5462.        font-size: 15px;
  5463.        text-align: center;
  5464.    }
  5465.    
  5466.    .footer-menu {
  5467.        justify-content: center;
  5468.    }
  5469.    
  5470.    .menu-link {
  5471.        font-size: 13px;
  5472.    }
  5473. }
  5474.  
  5475. @media (max-width: 576px) {
  5476.    .brand-title {
  5477.        font-size: 20px;
  5478.    }
  5479.    
  5480.    .brand-tagline {
  5481.        font-size: 12px;
  5482.    }
  5483.    
  5484.    .cta-btn {
  5485.        font-size: 12px;
  5486.        padding: 5px 12px;
  5487.    }
  5488. }
  5489. </style>
  5490.  
  5491. <script>
  5492. // Prevent default for placeholder links
  5493. document.addEventListener('DOMContentLoaded', function() {
  5494.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  5495.        anchor.addEventListener('click', function(e) {
  5496.            e.preventDefault();
  5497.        });
  5498.    });
  5499. });
  5500. document.addEventListener('DOMContentLoaded', function () {
  5501.    var btn = document.getElementById('toggleBlogRollLinks');
  5502.    if (!btn) return; // No extra items, no button
  5503.  
  5504.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  5505.  
  5506.    btn.addEventListener('click', function () {
  5507.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  5508.            return li.classList.contains('d-none');
  5509.        });
  5510.  
  5511.        extras.forEach(function (li) {
  5512.            if (anyHidden) {
  5513.                li.classList.remove('d-none');
  5514.                li.classList.add('show');
  5515.            } else {
  5516.                li.classList.add('d-none');
  5517.                li.classList.remove('show');
  5518.            }
  5519.        });
  5520.  
  5521.        btn.textContent = anyHidden ? 'View less' : 'View more';
  5522.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  5523.    });
  5524. });
  5525.  
  5526. </script>
  5527.  
  5528.        <!-- end of wpo-site-footer-section -->
  5529.    </div>
  5530.    <!-- end of page-wrapper -->
  5531.  
  5532.    <!-- All JavaScript files
  5533.    ================================================== -->
  5534.    
  5535.  
  5536. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  5537. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  5538. <!-- Plugins for this template -->
  5539. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  5540. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  5541. <!-- Custom script for this template -->
  5542. <script src="/static/blogapp/assets/js/script.js"></script>
  5543.  
  5544. <script>
  5545. (function () {
  5546. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  5547. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  5548.  
  5549. function applyFallback(img) {
  5550. if (!img || img.dataset.fallbackApplied === "1") {
  5551. return;
  5552. }
  5553. var failedSrc = img.currentSrc || img.src || "";
  5554. img.dataset.fallbackApplied = "1";
  5555. img.onerror = null;
  5556. img.src = fallbackImageSrc;
  5557. console.warn("[ImageFallback] Replaced broken image:", {
  5558. failedSrc: failedSrc,
  5559. fallbackSrc: fallbackImageSrc,
  5560. alt: img.alt || "",
  5561. });
  5562. }
  5563.  
  5564. document.querySelectorAll("img").forEach(function (img) {
  5565. if (img.complete && img.naturalWidth === 0) {
  5566. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  5567. failedSrc: img.currentSrc || img.src || "",
  5568. alt: img.alt || "",
  5569. });
  5570. applyFallback(img);
  5571. }
  5572. });
  5573.  
  5574. document.addEventListener(
  5575. "error",
  5576. function (event) {
  5577. var target = event.target;
  5578. if (target && target.tagName === "IMG") {
  5579. applyFallback(target);
  5580. }
  5581. },
  5582. true
  5583. );
  5584. })();
  5585. </script>
  5586.  
  5587. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  5588.  
  5589.  
  5590.  
  5591. <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":"49d00c2b1dca4b27a91f77a240fa3329","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  5592. </body>
  5593.  
  5594. </html>
  5595.  
  5596.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda