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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="karla">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/Untitled_design_-_2025-04-26T144945.375_NQArKsD_tCY300D.png">
  14.    
  15.  
  16.    <title>ScriptBeacon: Web Development Insights and Tutorials for Developers</title>
  17.    <meta name="description" content="Explore expert web development tutorials, coding tips, and industry insights on ScriptBeacon. Enhance your skills with practical guides for developers of all levels.">
  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://scriptbeacon.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #52b69a;
  42.        --bs-primary-rgb: 52b69a;
  43.        --bs-secondary: #71717a;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #dc2626;
  46.        --bs-warning: #d97706;
  47.        --bs-info: #0284c7;
  48.        --bs-light: #ecfdf5;
  49.        --bs-dark: #1b4332;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #52b69a;
  53.        --theme-primary-color-s2: #52b69a;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #1b4332;
  57.        --text-light-color: #676767;
  58.        --heading-color: #1b4332;
  59.        --border-color: #99f6e4;
  60.        --border-color-s2: #eef0fc;
  61.        --border-color-black: #3c3c40;
  62.        --body-color: #777777;
  63.        --small-black: #777777;
  64.        --light: #8188a9;
  65.        --cyan: #848892;
  66.        --black-section-text-color: #CBCBCB;
  67.        --black-bg-color: #202026;
  68.        --black-bg-color-s2: #2C2C32;
  69.        --dark-gray: #232f4b;
  70.        
  71.        /* Component Specific Colors (Bootstrap + Your SCSS) */
  72.        --navbar-bg: #ffffff;
  73.        --nav-bg: #ffffff;
  74.        --sub-nav: #ccfbf1;
  75.        --navbar-color: #1b4332;
  76.        --topbar-bg: #ecfdf5;
  77.        --topbar-color: #1b4332;
  78.        --footer-bg: #1b4332;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #99f6e4;
  82.        --card-radius: 12px;
  83.        --link-color: #52b69a;
  84.        --link-hover: #3d8b74;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(82, 182, 154, 0.1);
  87.        
  88.        /* Simplified Font System */
  89.        --border-radius: 12px;
  90.        
  91.        /* Bootstrap Font Override - Uses CSS font system from fonts.css */
  92.        --bs-font-sans-serif: var(--font-primary);
  93.    }
  94.    
  95.    /* Font Override - Let CSS font system handle fonts via data-font-scheme */
  96.    body {
  97.        /* Remove font-family override - let data-font-scheme handle it */
  98.        font-weight: 400;
  99.        color: var(--text-color) !important;
  100.        
  101.            background-color: var(--body-bg-color) !important;
  102.        
  103.        min-height: 100vh;
  104.    }
  105.    
  106.    /* Headings - Let CSS font system handle fonts via data-font-scheme */
  107.    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  108.        /* Remove font-family override - let data-font-scheme handle it */
  109.        font-weight: 600;
  110.        color: var(--heading-color) !important;
  111.    }
  112.    
  113.    /* Bootstrap Primary Color Throughout Site */
  114.    .btn-primary {
  115.        background-color: var(--bs-primary) !important;
  116.        border-color: var(--bs-primary) !important;
  117.        transition: all 0.3s ease;
  118.    }
  119.    
  120.    .btn-primary:hover {
  121.        background-color: var(--theme-primary-color-s2) !important;
  122.        border-color: var(--theme-primary-color-s2) !important;
  123.        transform: translateY(-2px);
  124.        box-shadow: 0 5px 15px rgba(var(--bs-primary-rgb), 0.4);
  125.    }
  126.    
  127.    .btn-outline-primary {
  128.        color: var(--bs-primary) !important;
  129.        border-color: var(--bs-primary) !important;
  130.    }
  131.    
  132.    .btn-outline-primary:hover {
  133.        background-color: var(--bs-primary) !important;
  134.        border-color: var(--bs-primary) !important;
  135.    }
  136.    
  137.    .text-primary {
  138.        color: var(--bs-primary) !important;
  139.    }
  140.    
  141.    .bg-primary {
  142.        background-color: var(--bs-primary) !important;
  143.    }
  144.    
  145.    /* Your Navigation System */
  146.    .navigation.navbar,
  147.    .navbar {
  148.        
  149.            background-color: var(--navbar-bg) !important ;
  150.        
  151.        /* Remove font-family override - let data-font-scheme handle it */
  152.        
  153.        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important ;
  154.    }
  155.    
  156.    .navigation.navbar .fluid-container{
  157.        min-height: 60px;
  158.    }
  159.    
  160.    .navigation .navbar-brand,
  161.    .navigation .navbar-nav .nav-link,
  162.    .navbar-brand,
  163.    nav a,
  164.    .navbar-nav .nav-link {
  165.        color: var(--navbar-color) !important;
  166.        /* Remove font-family override - let data-font-scheme handle it */
  167.        transition: all 0.3s ease;
  168.    }
  169.    
  170.    .navigation .navbar-nav .nav-link:hover,
  171.    .navbar-nav .nav-link:hover,
  172.    nav a:hover,
  173.    .navigation .navbar-nav .nav-link.active,
  174.    .navbar-nav .nav-link.active {
  175.        color: var(--navbar-color) !important;
  176.        transform: translateY(-1px);
  177.        opacity: 0.85;
  178.    }
  179.    
  180.    /* Your existing navbar specific classes */
  181.    .navigation .sub-menu {
  182.        background: var(--navbar-bg) !important;
  183.        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  184.        border: 1px solid var(--border-color);
  185.    }
  186.    
  187.    .border-color{
  188.        border-color: var(--border-color) !important;
  189.    }
  190.    
  191.    .navigation .sub-menu li a {
  192.        color: var(--navbar-color) !important;
  193.        /* Remove font-family override - let data-font-scheme handle it */
  194.    }
  195.    
  196.    .navigation .sub-menu li a:hover {
  197.        background: var(--bs-primary) !important;
  198.        color: #ffffff !important;
  199.    }
  200.    
  201.    .card {
  202.        
  203.            background-color: var(--card-bg) !important;
  204.        
  205.        border: 1px solid var(--border-color) !important;
  206.        transition: all 0.3s ease;
  207.        border-radius: 12px;
  208.        color: var(--text-color) !important;
  209.    }
  210.     .navbar-brand img{
  211.            height: 70px;
  212.            object-fit: contain;
  213.        }
  214.    
  215.    .card:hover {
  216.        transform: translateY(-5px);
  217.        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  218.    }
  219.    
  220.    .card-header {
  221.        background-color: var(--section-bg-color) !important;
  222.        border-color: var(--border-color) !important;
  223.        color: var(--text-color) !important;
  224.    }
  225.    
  226.    /* Bootstrap Form Controls */
  227.    .form-control {
  228.        color: var(--text-color) !important;
  229.        background-color: var(--body-bg-color) !important;
  230.        border-color: var(--border-color) !important;
  231.        /* Remove font-family override - let data-font-scheme handle it */
  232.    }
  233.    
  234.    .form-control:focus {
  235.        border-color: var(--bs-primary) !important;
  236.        box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary), 0.25) !important;
  237.    }
  238.    
  239.    /* Links throughout site */
  240.  .nav1 a {
  241.        color: var(--link-color) !important;
  242.        text-decoration: none;
  243.        transition: all 0.3s ease;
  244.    }
  245.    
  246.    a:hover {
  247.        color: var(--link-hover) !important;
  248.    }
  249.    
  250.    /* Text color classes */
  251.    .text-muted {
  252.        color: var(--body-color) !important;
  253.    }
  254.    
  255.    .text-light {
  256.        color: var(--light) !important;
  257.    }
  258.    
  259.    /* Section backgrounds */
  260.    .section-bg,
  261.    .bg-light {
  262.        background-color: var(--section-bg-color) !important;
  263.    }
  264.    
  265.    /* Dark sections */
  266.    .bg-dark,
  267.    .dark-section {
  268.        background-color: var(--black-bg-color) !important;
  269.        color: var(--black-section-text-color) !important;
  270.    }
  271.    
  272.    /* Footer styling */
  273.    .footer,
  274.    footer {
  275.        
  276.            background-color: var(--footer-bg) !important;
  277.        
  278.        color: var(--footer-color) !important;
  279.    }
  280.    
  281.    .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
  282.    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  283.        color: var(--black-section-text-color) !important;
  284.        /* Remove font-family override - let data-font-scheme handle it */
  285.    }
  286.    
  287.    .footer a, footer a {
  288.        color: var(--black-section-text-color) !important;
  289.    }
  290.    
  291.    .footer a:hover, footer a:hover {
  292.        color: var(--bs-primary) !important;
  293.    }
  294.    
  295.    /* Bootstrap Secondary Colors */
  296.    .btn-secondary {
  297.        background-color: var(--bs-secondary) !important;
  298.        border-color: var(--bs-secondary) !important;
  299.    }
  300.    
  301.    .text-secondary {
  302.        color: var(--bs-secondary) !important;
  303.    }
  304.    
  305.    .bg-secondary {
  306.        background-color: var(--bs-secondary) !important;
  307.    }
  308.    
  309.    /* Bootstrap Success, Danger, Warning, Info */
  310.    .btn-success { background-color: var(--bs-success) !important; border-color: var(--bs-success) !important; }
  311.    .btn-danger { background-color: var(--bs-danger) !important; border-color: var(--bs-danger) !important; }
  312.    .btn-warning { background-color: var(--bs-warning) !important; border-color: var(--bs-warning) !important; }
  313.    .btn-info { background-color: var(--bs-info) !important; border-color: var(--bs-info) !important; }
  314.    
  315.    .text-success { color: var(--bs-success) !important; }
  316.    .text-danger { color: var(--bs-danger) !important; }
  317.    .text-warning { color: var(--bs-warning) !important; }
  318.    .text-info { color: var(--bs-info) !important; }
  319.    
  320.    .bg-success { background-color: var(--bs-success) !important; }
  321.    .bg-danger { background-color: var(--bs-danger) !important; }
  322.    .bg-warning { background-color: var(--bs-warning) !important; }
  323.    .bg-info { background-color: var(--bs-info) !important; }
  324.    
  325.    /* Mobile menu styling */
  326.    .navbar-toggler,
  327.    .open-btn {
  328.        border-color: var(--navbar-color) !important;
  329.    }
  330.    
  331.    .icon-bar {
  332.        background-color: var(--navbar-color) !important;
  333.    }
  334.    
  335.    /* Smooth Animations */
  336.    .fade-in-up {
  337.        animation: fadeInUp 0.6s ease-out;
  338.    }
  339.    
  340.    @keyframes fadeInUp {
  341.        from {
  342.            opacity: 0;
  343.            transform: translateY(30px);
  344.        }
  345.        to {
  346.            opacity: 1;
  347.            transform: translateY(0);
  348.        }
  349.    }
  350.    
  351.    /* Responsive adjustments */
  352.    @media (max-width: 768px) {
  353.        .navbar {
  354.            padding: 0.5rem 0;
  355.        }
  356.        
  357.        .card:hover {
  358.            transform: none;
  359.        }
  360.    }
  361.    
  362. </style>
  363.    
  364.    
  365.    
  366.  
  367. <script>
  368.    var _paq = window._paq = window._paq || [];
  369.    /* tracker methods like "setCustomDimension" should be called before "trackPageView" */
  370.    _paq.push(['trackPageView']);
  371.    _paq.push(['enableLinkTracking']);
  372.    (function() {
  373.        var u = "//analytics.tech-vikings.com/";
  374.        _paq.push(['setTrackerUrl', u + 'matomo.php']);
  375.        _paq.push(['setSiteId', '2']);
  376.        var d = document,
  377.            g = d.createElement('script'),
  378.            s = d.getElementsByTagName('script')[0];
  379.        g.async = true;
  380.        g.src = u + 'matomo.js';
  381.        s.parentNode.insertBefore(g, s);
  382.    })();
  383. </script>
  384. </head>
  385.  
  386.  
  387.  
  388. <body class="page-blogapp:homepage theme-theme_34">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row  ">
  409.      <div>
  410.        <div class="pt-2 d-flex gap-2 pb-0">
  411.          <div class="">
  412.            <div class="tilt-button bg-primary-gradient">Latest Update</div>
  413.          </div>
  414.  
  415.          <!-- Add an id to the marquee -->
  416.          <marquee id="newsMarquee" direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  417.            <p class="text-center">
  418.              
  419.               <a href="/kieran-tierney-mclean-send-the-scottish-team-to-world-cup-with-electrifying-win-over-the-danish-side/" class="px-5 top-color">
  420.                    Kieran Tierney &amp; McLean Send the Scottish Team to World Cup with Electrifying Win Over the Danish Side
  421.                  </a>
  422.              
  423.               <a href="/trump-foresees-everlasting-tranquility-as-allies-send-clear-clues-to-nobel-peace-prize-panel/" class="px-5 top-color">
  424.                    Trump Foresees &#x27;Everlasting Tranquility&#x27; as Allies Send Clear Clues to Nobel Peace Prize Panel
  425.                  </a>
  426.              
  427.               <a href="/spanning-2689-kilometres-the-globes-lengthiest-coastal-path-opens-in-england/" class="px-5 top-color">
  428.                    Spanning 2,689 Kilometres, the Globe&#x27;s Lengthiest Coastal Path Opens in England.
  429.                  </a>
  430.              
  431.               <a href="/imfs-caution-britains-economy-heats-up-for-profits-freezing-for-wages/" class="px-5 top-color">
  432.                    IMF&#x27;s Caution: Britain&#x27;s Economy Heats Up for Profits, Freezing for Wages
  433.                  </a>
  434.              
  435.               <a href="/wildfires-ravage-western-australia-as-temperatures-soar/" class="px-5 top-color">
  436.                    Wildfires Ravage Western Australia as Temperatures Soar
  437.                  </a>
  438.              
  439.            </p>
  440.          </marquee>
  441.        </div>
  442.      </div>
  443.    </div>
  444.  </div>
  445. </div>
  446. <style>
  447.  .tilt-button {
  448.  padding: 0.5rem 1rem;
  449.  white-space: nowrap;
  450.  font-weight: bold;
  451.  display: inline-block;
  452.  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
  453.  transition: background 0.3s ease;
  454. }
  455.  
  456.  
  457. </style>
  458. <script>
  459.  // Stop/start marquee when hovering or focusing links inside it
  460.  document.addEventListener("DOMContentLoaded", function () {
  461.    const marquee = document.getElementById("newsMarquee");
  462.    if (!marquee) return;
  463.  
  464.    marquee.querySelectorAll("a").forEach((link) => {
  465.      link.addEventListener("mouseenter", () => marquee.stop());
  466.      link.addEventListener("mouseleave", () => marquee.start());
  467.      // keyboard accessibility
  468.      link.addEventListener("focus", () => marquee.stop());
  469.      link.addEventListener("blur", () => marquee.start());
  470.    });
  471.  });
  472. </script>
  473.  
  474.  
  475.  
  476.            
  477.  
  478.  
  479.  
  480.  
  481.  
  482.  
  483. <header class="header-v8 mb-4">
  484.    <div class="container-fluid fluid-container">
  485.        <!-- Main Navigation Card -->
  486.        <div class="nav-card-v8">
  487.            <div class="row align-items-center justify-content-between">
  488.                <!-- Logo Section -->
  489.               <div class="col-lg-2 col-md-3 col-6">
  490.                    <div class="logo-section-v8">
  491.                        <a class="logo-link-v8" href="/">
  492.                            
  493.                                <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/38ecaf12-aca9-4999-aa44-2f2feff61cbc_logo.png" alt="ScriptBeacon" class="logo-img-v8" />
  494.                            
  495.                        </a>
  496.                    </div>
  497.                </div>
  498.  
  499.                <!-- Navigation Menu -->
  500.                <div class="col-lg-8 col-md-6 d-none d-xl-block">
  501.                    <nav class="main-nav-v8">
  502.                        <ul class="nav-list-v8">
  503.  
  504.                            
  505.                            <li class="nav-item-v8">
  506.                                <a href="/" class="nav-link-v8 active-v8"
  507.                                    data-text="Home">Home</a>
  508.                            </li>
  509.  
  510.                            
  511.                            
  512.                             <li class="nav-item-v8">
  513.                                <a href="/category/all-posts/" class="nav-link-v8"
  514.                                    data-text="All Posts">
  515.                                    All Posts
  516.                                </a>
  517.                                </li>
  518.  
  519.                                
  520.  
  521.                                                
  522.                                                
  523.                                
  524.                             <li class="nav-item-v8">
  525.                                <a href="/category/business/" class="nav-link-v8"
  526.                                    data-text="Business">
  527.                                    Business
  528.                                </a>
  529.                                </li>
  530.  
  531.                                
  532.  
  533.                                                
  534.                                                
  535.                                
  536.                             <li class="nav-item-v8">
  537.                                <a href="/category/esports/" class="nav-link-v8"
  538.                                    data-text="Esports">
  539.                                    Esports
  540.                                </a>
  541.                                </li>
  542.  
  543.                                
  544.  
  545.                                                
  546.                                                
  547.                                
  548.                             <li class="nav-item-v8">
  549.                                <a href="/category/fashion/" class="nav-link-v8"
  550.                                    data-text="Fashion">
  551.                                    Fashion
  552.                                </a>
  553.                                </li>
  554.  
  555.                                
  556.  
  557.                                                
  558.                                                
  559.                                
  560.                             <li class="nav-item-v8">
  561.                                <a href="/category/featured/" class="nav-link-v8"
  562.                                    data-text="Featured">
  563.                                    Featured
  564.                                </a>
  565.                                </li>
  566.  
  567.                                
  568.  
  569.                                                
  570.                                                
  571.                                
  572.                             <li class="nav-item-v8">
  573.                                <a href="/category/gaming/" class="nav-link-v8"
  574.                                    data-text="Gaming">
  575.                                    Gaming
  576.                                </a>
  577.                                </li>
  578.  
  579.                                
  580.  
  581.                                                
  582.                                                
  583.                                
  584.                             <li class="nav-item-v8">
  585.                                <a href="/category/health/" class="nav-link-v8"
  586.                                    data-text="Health">
  587.                                    Health
  588.                                </a>
  589.                                </li>
  590.  
  591.                                
  592.  
  593.                                                
  594.                                                
  595.                                
  596.                            
  597.                                
  598.                                
  599.                                <li class="nav-item-v8 has-dropdown-v8">
  600.                                    <a href="#" class="nav-link-v8" data-text="More">More</a>
  601.                                    <div class="dropdown-card-v8">
  602.                                        <div class="dropdown-grid-v8">
  603.                                            <div class="dropdown-section-v8">
  604.                                                <a href="/category/life-fitness/"
  605.                                                    class="dropdown-link-v8">
  606.                                                    <span class="link-icon-v8"></span> Life &amp; Fitness
  607.                                                </a>
  608.                                                
  609.  
  610.                                                
  611.  
  612.                                                
  613.                                                
  614.                                
  615.                            
  616.                                                <a href="/category/lifestyle/"
  617.                                                    class="dropdown-link-v8">
  618.                                                    <span class="link-icon-v8"></span> Lifestyle
  619.                                                </a>
  620.                                                
  621.  
  622.                                                
  623.                                                
  624.                                
  625.                            
  626.                                                <a href="/category/news/"
  627.                                                    class="dropdown-link-v8">
  628.                                                    <span class="link-icon-v8"></span> News
  629.                                                </a>
  630.                                                
  631.  
  632.                                                
  633.                                                
  634.                                
  635.                            
  636.                                                <a href="/category/others/"
  637.                                                    class="dropdown-link-v8">
  638.                                                    <span class="link-icon-v8"></span> Others
  639.                                                </a>
  640.                                                
  641.  
  642.                                                
  643.                                                
  644.                                
  645.                            
  646.                                                <a href="/category/politics/"
  647.                                                    class="dropdown-link-v8">
  648.                                                    <span class="link-icon-v8"></span> Politics
  649.                                                </a>
  650.                                                
  651.  
  652.                                                
  653.                                                
  654.                                
  655.                            
  656.                                                <a href="/category/sports/"
  657.                                                    class="dropdown-link-v8">
  658.                                                    <span class="link-icon-v8"></span> Sports
  659.                                                </a>
  660.                                                
  661.  
  662.                                                
  663.                                                
  664.                                
  665.                            
  666.                                                <a href="/category/tech/"
  667.                                                    class="dropdown-link-v8">
  668.                                                    <span class="link-icon-v8"></span> Tech
  669.                                                </a>
  670.                                                
  671.  
  672.                                                
  673.                                                
  674.                                
  675.                            
  676.                                                <a href="/category/travel/"
  677.                                                    class="dropdown-link-v8">
  678.                                                    <span class="link-icon-v8"></span> Travel
  679.                                                </a>
  680.                                                
  681.  
  682.                                                
  683.                                                
  684.                                            </div>
  685.                                        </div>
  686.                                    </div>
  687.                                </li>
  688.                                
  689.                                
  690. <li>
  691.                  <a href="/page/contact-us/">
  692.                     Contact Us
  693.                  </a>
  694.              </li>
  695.                        </ul>
  696.                    </nav>
  697.  
  698.                </div>
  699.  
  700.                <!-- Search & Mobile Toggle -->
  701.                <div class="col-lg-2 col-md-3 col-6">
  702.                    <div class="nav-actions-v8">
  703.                        <button class="search-toggle-v8" onclick="toggleSearchV8()">
  704.                            <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  705.                                stroke-width="2">
  706.                                <circle cx="11" cy="11" r="8"></circle>
  707.                                <path d="m21 21-4.35-4.35"></path>
  708.                            </svg>
  709.                        </button>
  710.                        <button class="mobile-toggle-v8 d-xl-none" onclick="toggleMobileNavV8()">
  711.                            <i class="ti-menu fs-5"></i>
  712.                        </button>
  713.                    </div>
  714.                </div>
  715.            </div>
  716.        </div>
  717.  
  718.        <!-- Floating Search Card -->
  719.        <div class="search-card-v8" id="searchCardV8">
  720.            <div class="search-container-v8">
  721.                <form class="search-form-v8" action="#" method="get">
  722.                    <div class="search-input-wrapper-v8">
  723.                        <svg class="search-icon-v8" width="20" height="20" viewBox="0 0 24 24" fill="none"
  724.                            stroke="currentColor" stroke-width="2">
  725.                            <circle cx="11" cy="11" r="8"></circle>
  726.                            <path d="m21 21-4.35-4.35"></path>
  727.                        </svg>
  728.                        <input type="search" class="search-input-v8" id="search-input"
  729.                            placeholder="Search for articles, tutorials, news..." name="q" autocomplete="off">
  730.                        <button type="button" class="search-close-v8" onclick="toggleSearchV8()">
  731.                            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  732.                                stroke-width="2">
  733.                                <line x1="18" y1="6" x2="6" y2="18"></line>
  734.                                <line x1="6" y1="6" x2="18" y2="18"></line>
  735.                            </svg>
  736.                        </button>
  737.                    </div>
  738.                    <div class="search-suggestions-v8 search-v1" id="search-results">
  739.                        
  740.                        
  741.                    </div>
  742.                </form>
  743.            </div>
  744.        </div>
  745.  
  746.        <!-- Mobile Navigation Card -->
  747.        <div class="mobile-nav-card-v8 d-xl-none" id="mobileNavV8">
  748.            <div class="mobile-nav-content-v8">
  749.                <ul class="mobile-nav-list-v8">
  750.  
  751.                    
  752.                    <li class="mobile-nav-item-v8">
  753.                        <a href="/" class="mobile-nav-link-v8 active-v8">
  754.                            Home
  755.                        </a>
  756.                    </li>
  757.  
  758.                    
  759.                      <li class="mobile-nav-item-v8">
  760.                        <a href="/category/all-posts/" class="mobile-nav-link-v8">
  761.                            All Posts
  762.                        </a>
  763.                        </li>
  764.  
  765.                        
  766.  
  767.                                
  768.                                
  769.                        
  770.                      <li class="mobile-nav-item-v8">
  771.                        <a href="/category/business/" class="mobile-nav-link-v8">
  772.                            Business
  773.                        </a>
  774.                        </li>
  775.  
  776.                        
  777.  
  778.                                
  779.                                
  780.                        
  781.                      <li class="mobile-nav-item-v8">
  782.                        <a href="/category/esports/" class="mobile-nav-link-v8">
  783.                            Esports
  784.                        </a>
  785.                        </li>
  786.  
  787.                        
  788.  
  789.                                
  790.                                
  791.                        
  792.                      <li class="mobile-nav-item-v8">
  793.                        <a href="/category/fashion/" class="mobile-nav-link-v8">
  794.                            Fashion
  795.                        </a>
  796.                        </li>
  797.  
  798.                        
  799.  
  800.                                
  801.                                
  802.                        
  803.                      <li class="mobile-nav-item-v8">
  804.                        <a href="/category/featured/" class="mobile-nav-link-v8">
  805.                            Featured
  806.                        </a>
  807.                        </li>
  808.  
  809.                        
  810.  
  811.                                
  812.                                
  813.                        
  814.                      <li class="mobile-nav-item-v8">
  815.                        <a href="/category/gaming/" class="mobile-nav-link-v8">
  816.                            Gaming
  817.                        </a>
  818.                        </li>
  819.  
  820.                        
  821.  
  822.                                
  823.                                
  824.                        
  825.                      <li class="mobile-nav-item-v8">
  826.                        <a href="/category/health/" class="mobile-nav-link-v8">
  827.                            Health
  828.                        </a>
  829.                        </li>
  830.  
  831.                        
  832.  
  833.                                
  834.                                
  835.                        
  836.                    
  837.                        
  838.                        
  839.                        <li class="mobile-nav-item-v8">
  840.                            <a href="#" class="mobile-nav-link-v8" onclick="toggleMobileDropdownV8('more-mobile-v8')">
  841.                                More
  842.                                <svg class="mobile-arrow-v8" width="16" height="16" viewBox="0 0 24 24" fill="none"
  843.                                    stroke="currentColor" stroke-width="2">
  844.                                    <polyline points="6,9 12,15 18,9"></polyline>
  845.                                </svg>
  846.                            </a>
  847.                            <ul class="mobile-dropdown-v8" id="more-mobile-v8">
  848.                                <li>
  849.                                    <a href="/category/life-fitness/"
  850.                                        class="mobile-sub-link-v8">
  851.                                        Life &amp; Fitness
  852.                                    </a>
  853.                                </li>
  854.                                
  855.  
  856.                                
  857.  
  858.                                
  859.                                
  860.                        
  861.                    
  862.                                
  863.                                <li>
  864.                                    <a href="/category/lifestyle/"
  865.                                        class="mobile-sub-link-v8">
  866.                                        Lifestyle
  867.                                    </a>
  868.                                </li>
  869.                                
  870.  
  871.                                
  872.                                
  873.                        
  874.                    
  875.                                
  876.                                <li>
  877.                                    <a href="/category/news/"
  878.                                        class="mobile-sub-link-v8">
  879.                                        News
  880.                                    </a>
  881.                                </li>
  882.                                
  883.  
  884.                                
  885.                                
  886.                        
  887.                    
  888.                                
  889.                                <li>
  890.                                    <a href="/category/others/"
  891.                                        class="mobile-sub-link-v8">
  892.                                        Others
  893.                                    </a>
  894.                                </li>
  895.                                
  896.  
  897.                                
  898.                                
  899.                        
  900.                    
  901.                                
  902.                                <li>
  903.                                    <a href="/category/politics/"
  904.                                        class="mobile-sub-link-v8">
  905.                                        Politics
  906.                                    </a>
  907.                                </li>
  908.                                
  909.  
  910.                                
  911.                                
  912.                        
  913.                    
  914.                                
  915.                                <li>
  916.                                    <a href="/category/sports/"
  917.                                        class="mobile-sub-link-v8">
  918.                                        Sports
  919.                                    </a>
  920.                                </li>
  921.                                
  922.  
  923.                                
  924.                                
  925.                        
  926.                    
  927.                                
  928.                                <li>
  929.                                    <a href="/category/tech/"
  930.                                        class="mobile-sub-link-v8">
  931.                                        Tech
  932.                                    </a>
  933.                                </li>
  934.                                
  935.  
  936.                                
  937.                                
  938.                        
  939.                    
  940.                                
  941.                                <li>
  942.                                    <a href="/category/travel/"
  943.                                        class="mobile-sub-link-v8">
  944.                                        Travel
  945.                                    </a>
  946.                                </li>
  947.                                
  948.  
  949.                                
  950.                                
  951.                            </ul>
  952.                        </li>
  953.                        
  954.                        
  955.  
  956.                </ul>
  957.  
  958.            </div>
  959.        </div>
  960.    </div>
  961.  
  962.    <!-- Background Overlay -->
  963.    <div class="nav-overlay-v8" id="navOverlayV8" onclick="closeAllV8()"></div>
  964. </header>
  965.  
  966. <style>
  967.    /* Navbar V8 Styles - Card-Based Glassmorphism Navigation */
  968.    .header-v8 {
  969.        padding: 20px 0;
  970.        position: relative;
  971.        min-height: 120px;
  972.    }
  973.  
  974.    /* Main Navigation Card */
  975.    .nav-card-v8 {
  976.        background:var(--navbar-bg);
  977.        backdrop-filter: blur(20px);
  978.        border: 1px solid var(--border-color);
  979.        border-radius: 20px;
  980.        padding: 15px 25px;
  981.        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  982.        position: relative;
  983.        z-index: 100;
  984.    }
  985.  
  986.    /* Logo Styles */
  987.    .logo-img-v8 {
  988.        max-height: 60px;
  989.        transition: all 0.3s ease;
  990.    }
  991.  
  992.    .logo-link-v8:hover .logo-img-v8 {
  993.        transform: scale(1.05) rotate(2deg);
  994.    }
  995.  
  996.    /* Main Navigation */
  997.    .nav-list-v8 {
  998.        list-style: none;
  999.        padding: 0;
  1000.        margin: 0;
  1001.        display: flex;
  1002.        align-items: center;
  1003.        justify-content: center;
  1004.        gap: 8px;
  1005.    }
  1006.  
  1007.    .nav-item-v8 {
  1008.        position: relative;
  1009.    }
  1010.  
  1011.    .nav-link-v8 {
  1012.        color: #4a5568;
  1013.        text-decoration: none;
  1014.        font-weight: 500;
  1015.        font-size: 15px;
  1016.        padding: 12px 18px;
  1017.        border-radius: 12px;
  1018.        position: relative;
  1019.        transition: all 0.3s ease;
  1020.        display: block;
  1021.        background: linear-gradient(135deg, transparent 0%, transparent 100%);
  1022.    }
  1023.  
  1024.    .nav-link-v8::before {
  1025.        content: attr(data-text);
  1026.        position: absolute;
  1027.        top: 0;
  1028.        left: 0;
  1029.        right: 0;
  1030.        bottom: 0;
  1031.        display: flex;
  1032.        align-items: center;
  1033.        justify-content: center;
  1034.        background: var(--sub-nav);
  1035.        color: var(--topbar-color);
  1036.        border-radius: 12px;
  1037.        opacity: 0;
  1038.        transform: scale(0.8);
  1039.        transition: all 0.3s ease;
  1040.        font-weight: 600;
  1041.    }
  1042.  
  1043.    .nav-link-v8:hover::before,
  1044.    .nav-link-v8.active-v8::before {
  1045.        opacity: 1;
  1046.        transform: scale(1);
  1047.    }
  1048.  
  1049.    .nav-link-v8:hover,
  1050.    .nav-link-v8.active-v8 {
  1051.        color: transparent;
  1052.        background: rgba(102, 126, 234, 0.1);
  1053.    }
  1054.  
  1055.    /* Dropdown Styles */
  1056.    .dropdown-card-v8 {
  1057.        position: absolute;
  1058.        top: calc(100% + 15px);
  1059.        left: 50%;
  1060.        transform: translateX(-50%);
  1061.        background:var(--navbar-bg);
  1062.        backdrop-filter: blur(20px);
  1063.        border: 1px solid var(--border-color);
  1064.        border-radius: 16px;
  1065.        padding: 25px;
  1066.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1067.        opacity: 0;
  1068.        visibility: hidden;
  1069.        transform: translateX(-50%) translateY(-10px);
  1070.        transition: all 0.3s ease;
  1071.        z-index: 200;
  1072.        min-width: 320px;
  1073.    }
  1074.  
  1075.    .has-dropdown-v8:hover .dropdown-card-v8 {
  1076.        opacity: 1;
  1077.        visibility: visible;
  1078.        transform: translateX(-50%) translateY(0);
  1079.    }
  1080.  
  1081.    .dropdown-grid-v8 {
  1082.        display: grid;
  1083.        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  1084.        gap: 20px;
  1085.    }
  1086.  
  1087.    .dropdown-header-v8 {
  1088.        font-size: 12px;
  1089.        font-weight: 700;
  1090.        color: #667eea;
  1091.        margin-bottom: 12px;
  1092.        text-transform: uppercase;
  1093.        letter-spacing: 1px;
  1094.    }
  1095.  
  1096.    .dropdown-link-v8 {
  1097.        display: flex;
  1098.        align-items: center;
  1099.        color: var(--navbar-color) !important;;
  1100.        text-decoration: none;
  1101.        font-size: 14px;
  1102.        padding: 10px 12px;
  1103.        border-radius: 10px;
  1104.        transition: all 0.3s ease;
  1105.        margin-bottom: 8px;
  1106.    }
  1107.  
  1108.    .dropdown-link-v8:hover {
  1109.        background:var(--bs-primary);
  1110.        color: var(--bs-white) !important;;
  1111.        transform: translateX(5px);
  1112.    }
  1113.  
  1114.    .link-icon-v8 {
  1115.        margin-right: 10px;
  1116.        height: 5px;
  1117.        width: 5px;
  1118.        border: 1px solid #2d3748;
  1119.        border-radius: 50%;
  1120.    }
  1121.  
  1122.    /* Navigation Actions */
  1123.    .nav-actions-v8 {
  1124.        display: flex;
  1125.        align-items: center;
  1126.        justify-content: flex-end;
  1127.        gap: 10px;
  1128.    }
  1129.  
  1130.    .search-toggle-v8,
  1131.    .mobile-toggle-v8 {
  1132.        background: rgba(102, 126, 234, 0.1);
  1133.        border: none;
  1134.        border-radius: 12px;
  1135.        padding: 12px;
  1136.        cursor: pointer;
  1137.        transition: all 0.3s ease;
  1138.        color: var(--bs-white);
  1139.    }
  1140.  
  1141.    .search-toggle-v8:hover,
  1142.    .mobile-toggle-v8:hover {
  1143.        background: var(--sub-nav);
  1144.        color: var(--topbar-color);
  1145.        transform: scale(1.05);
  1146.    }
  1147.  
  1148.    .mobile-toggle-v8 {
  1149.        flex-direction: column;
  1150.        gap: 3px;
  1151.        padding: 10px 12px;
  1152.    }
  1153.  
  1154.    .toggle-line-v8 {
  1155.        width: 20px;
  1156.        height: 2px;
  1157.        background: currentColor;
  1158.        border-radius: 1px;
  1159.        transition: all 0.3s ease;
  1160.    }
  1161.  
  1162.    /* Floating Search Card */
  1163.    .search-card-v8 {
  1164.        position: absolute;
  1165.        top: 100%;
  1166.        left: 50%;
  1167.        transform: translateX(-50%);
  1168.        width: calc(100% - 40px);
  1169.        max-width: 600px;
  1170.        background:var(--navbar-bg);
  1171.        backdrop-filter: blur(20px);
  1172.        border: 1px solid var(--border-color);
  1173.        border-radius: 20px;
  1174.        padding: 25px;
  1175.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1176.        opacity: 0;
  1177.        visibility: hidden;
  1178.        transform: translateX(-50%) translateY(-20px);
  1179.        transition: all 0.4s ease;
  1180.        z-index: 300;
  1181.        margin-top: 15px;
  1182.    }
  1183.  
  1184.    .search-card-v8.show-v8 {
  1185.        opacity: 1;
  1186.        visibility: visible;
  1187.        transform: translateX(-50%) translateY(0);
  1188.    }
  1189.  
  1190.    .search-input-wrapper-v8 {
  1191.        display: flex;
  1192.        align-items: center;
  1193.        background: rgba(248, 250, 252, 0.8);
  1194.        border: 2px solid rgba(102, 126, 234, 0.2);
  1195.        border-radius: 15px;
  1196.        padding: 5px;
  1197.        margin-bottom: 20px;
  1198.        transition: all 0.3s ease;
  1199.    }
  1200.  
  1201.    .search-input-wrapper-v8:focus-within {
  1202.        border-color: #667eea;
  1203.        background: rgba(255, 255, 255, 0.9);
  1204.        box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  1205.    }
  1206.  
  1207.    .search-icon-v8 {
  1208.        color: #a0aec0;
  1209.        margin: 0 15px;
  1210.        transition: color 0.3s ease;
  1211.    }
  1212.  
  1213.    .search-input-wrapper-v8:focus-within .search-icon-v8 {
  1214.        color: #667eea;
  1215.    }
  1216.  
  1217.    .search-input-v8 {
  1218.        flex: 1;
  1219.        border: none;
  1220.        background: transparent;
  1221.        font-size: 16px;
  1222.        padding: 15px 0;
  1223.        outline: none;
  1224.        color: #2d3748;
  1225.    }
  1226.  
  1227.    .search-input-v8::placeholder {
  1228.        color: #a0aec0;
  1229.    }
  1230.  
  1231.    .search-close-v8 {
  1232.        background: rgba(160, 174, 192, 0.2);
  1233.        border: none;
  1234.        border-radius: 10px;
  1235.        padding: 8px;
  1236.        margin-right: 8px;
  1237.        cursor: pointer;
  1238.        transition: all 0.3s ease;
  1239.        color: #a0aec0;
  1240.    }
  1241.  
  1242.    .search-close-v8:hover {
  1243.        background: rgba(229, 62, 62, 0.1);
  1244.        color: #e53e3e;
  1245.    }
  1246.  
  1247.    /* Search Suggestions */
  1248.    .search-suggestions-v8 {
  1249.        display: grid;
  1250.        gap: 8px;
  1251.    }
  1252.  
  1253.    .suggestion-item-v8 {
  1254.        display: flex;
  1255.        align-items: center;
  1256.        padding: 12px 15px;
  1257.        background: rgba(248, 250, 252, 0.1);
  1258.        border-radius: 12px;
  1259.        cursor: pointer;
  1260.        transition: all 0.3s ease;
  1261.    }
  1262.  
  1263.    .suggestion-item-v8:hover {
  1264.        background: linear-gradient(135deg, #667eea 0%, #007bff 100%);
  1265.        color: white;
  1266.        transform: translateX(5px);
  1267.    }
  1268.  
  1269.    .suggestion-icon-v8 {
  1270.        margin-right: 12px;
  1271.        font-size: 16px;
  1272.    }
  1273.  
  1274.    .suggestion-text-v8 {
  1275.        font-size: 14px;
  1276.        font-weight: 500;
  1277.    }
  1278.  
  1279.    /* Mobile Navigation Card */
  1280.    .mobile-nav-card-v8 {
  1281.        position: absolute;
  1282.        top: 100%;
  1283.        left: 50%;
  1284.        transform: translateX(-50%);
  1285.        width: calc(100% - 40px);
  1286.        background:var(--card-bg);
  1287.        backdrop-filter: blur(20px);
  1288.        border: 1px solid var(--border-color);
  1289.        border-radius: 20px;
  1290.        padding: 20px;
  1291.        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  1292.        opacity: 0;
  1293.        visibility: hidden;
  1294.        transform: translateX(-50%) translateY(-20px);
  1295.        transition: all 0.4s ease;
  1296.        z-index: 300;
  1297.        margin-top: 15px;
  1298.        max-height: 70vh;
  1299.        overflow-y: auto;
  1300.    }
  1301.  
  1302.    .mobile-nav-card-v8.show-v8 {
  1303.        opacity: 1;
  1304.        visibility: visible;
  1305.        transform: translateX(-50%) translateY(0);
  1306.    }
  1307.  
  1308.    .mobile-nav-list-v8 {
  1309.        list-style: none;
  1310.        padding: 0;
  1311.        margin: 0;
  1312.    }
  1313.  
  1314.    .mobile-nav-item-v8 {
  1315.        margin-bottom: 8px;
  1316.    }
  1317.  
  1318.    .mobile-nav-link-v8 {
  1319.        display: flex;
  1320.        align-items: center;
  1321.        color: var(--navbar-color) !important;
  1322.        text-decoration: none;
  1323.        font-weight: 500;
  1324.        font-size: 16px;
  1325.        padding: 15px;
  1326.        border-radius: 12px;
  1327.        justify-content: space-between;
  1328.    }
  1329.  
  1330.    .mobile-nav-link-v8:hover,
  1331.    .mobile-nav-link-v8.active-v8 {
  1332.        background:var(--sub-nav);
  1333.        color: var(--topbar-color) !important;
  1334.    }
  1335.  
  1336.    .mobile-nav-icon-v8 {
  1337.        font-size: 18px;
  1338.        background-color: var(--navbar-bg) !important;
  1339.        margin-right: 12px;
  1340.    }
  1341.  
  1342.    .mobile-arrow-v8 {
  1343.        transition: transform 0.3s ease;
  1344.    }
  1345.  
  1346.    .mobile-nav-item-v8.open-v8 .mobile-arrow-v8 {
  1347.        transform: rotate(180deg);
  1348.    }
  1349.  
  1350.    .mobile-dropdown-v8 {
  1351.        list-style: none;
  1352.        padding: 0;
  1353.        margin: 0;
  1354.        max-height: 0;
  1355.        overflow: hidden;
  1356.        transition: all 0.3s ease;
  1357.        background: rgba(248, 250, 252, 0.5);
  1358.        border-radius: 12px;
  1359.        margin-top: 8px;
  1360.    }
  1361.  
  1362.    .mobile-dropdown-v8.show-v8 {
  1363.        max-height: 300px;
  1364.        background-color: var(--navbar-bg);
  1365.        padding: 10px 0;
  1366.    }
  1367.  
  1368.    .mobile-sub-link-v8 {
  1369.        display: block;
  1370.        color: var(--navbar-color) !important;
  1371.        text-decoration: none;
  1372.        font-size: 14px;
  1373.        padding: 10px 20px;
  1374.        transition: all 0.3s ease;
  1375.    }
  1376.  
  1377.    .mobile-sub-link-v8:hover {
  1378.        color: var(--topbar-color);
  1379.        background: var(--sub-nav);
  1380.        border-radius: 12px;
  1381.    }
  1382.  
  1383.    /* Background Overlay */
  1384.    .nav-overlay-v8 {
  1385.        position: fixed;
  1386.        top: 0;
  1387.        left: 0;
  1388.        right: 0;
  1389.        bottom: 0;
  1390.        background: rgba(0, 0, 0, 0.3);
  1391.        backdrop-filter: blur(5px);
  1392.        z-index: 250;
  1393.        opacity: 0;
  1394.        visibility: hidden;
  1395.        transition: all 0.3s ease;
  1396.    }
  1397.  
  1398.    .nav-overlay-v8.show-v8 {
  1399.        opacity: 1;
  1400.        visibility: visible;
  1401.    }
  1402.  
  1403.    /* Responsive Design */
  1404.    @media (max-width: 1300px) {
  1405.        .header-v8 {
  1406.            padding: 15px 0;
  1407.        }
  1408.  
  1409.        .nav-card-v8 {
  1410.            padding: 12px 20px;
  1411.            border-radius: 15px;
  1412.        }
  1413.  
  1414.        .search-card-v8,
  1415.        .mobile-nav-card-v8 {
  1416.            width: calc(100% - 40px);
  1417.            padding: 20px;
  1418.        }
  1419.    }
  1420.  
  1421.    @media (max-width: 576px) {
  1422.        .nav-card-v8 {
  1423.            padding: 10px 15px;
  1424.        }
  1425.  
  1426.        .logo-img-v8 {
  1427.            max-height: 35px;
  1428.        }
  1429.    }
  1430. </style>
  1431.  
  1432. <script>
  1433.    let activeCard = null;
  1434.  
  1435.    function toggleSearchV8() {
  1436.        const searchCard = document.getElementById('searchCardV8');
  1437.        const overlay = document.getElementById('navOverlayV8');
  1438.        const mobileNav = document.getElementById('mobileNavV8');
  1439.  
  1440.        // Close mobile nav if open
  1441.        mobileNav.classList.remove('show-v8');
  1442.  
  1443.        if (searchCard.classList.contains('show-v8')) {
  1444.            searchCard.classList.remove('show-v8');
  1445.            overlay.classList.remove('show-v8');
  1446.            activeCard = null;
  1447.        } else {
  1448.            searchCard.classList.add('show-v8');
  1449.            overlay.classList.add('show-v8');
  1450.            activeCard = 'search';
  1451.  
  1452.            // Focus on search input
  1453.            setTimeout(() => {
  1454.                const searchInput = document.querySelector('.search-input-v8');
  1455.                if (searchInput) searchInput.focus();
  1456.            }, 100);
  1457.        }
  1458.    }
  1459.  
  1460.    function toggleMobileNavV8() {
  1461.        const mobileNav = document.getElementById('mobileNavV8');
  1462.        const overlay = document.getElementById('navOverlayV8');
  1463.        const searchCard = document.getElementById('searchCardV8');
  1464.  
  1465.        // Close search if open
  1466.        searchCard.classList.remove('show-v8');
  1467.  
  1468.        if (mobileNav.classList.contains('show-v8')) {
  1469.            mobileNav.classList.remove('show-v8');
  1470.            overlay.classList.remove('show-v8');
  1471.            activeCard = null;
  1472.        } else {
  1473.            mobileNav.classList.add('show-v8');
  1474.            overlay.classList.add('show-v8');
  1475.            activeCard = 'mobile';
  1476.        }
  1477.    }
  1478.  
  1479.    function toggleMobileDropdownV8(dropdownId) {
  1480.        const dropdown = document.getElementById(dropdownId);
  1481.        const parentItem = dropdown.closest('.mobile-nav-item-v8');
  1482.  
  1483.        // Close other dropdowns
  1484.        const allDropdowns = document.querySelectorAll('.mobile-dropdown-v8');
  1485.        const allParents = document.querySelectorAll('.mobile-nav-item-v8');
  1486.  
  1487.        allDropdowns.forEach(dd => {
  1488.            if (dd.id !== dropdownId) {
  1489.                dd.classList.remove('show-v8');
  1490.            }
  1491.        });
  1492.  
  1493.        allParents.forEach(parent => {
  1494.            if (parent !== parentItem) {
  1495.                parent.classList.remove('open-v8');
  1496.            }
  1497.        });
  1498.  
  1499.        // Toggle current dropdown
  1500.        dropdown.classList.toggle('show-v8');
  1501.        parentItem.classList.toggle('open-v8');
  1502.    }
  1503.  
  1504.    function closeAllV8() {
  1505.        const searchCard = document.getElementById('searchCardV8');
  1506.        const mobileNav = document.getElementById('mobileNavV8');
  1507.        const overlay = document.getElementById('navOverlayV8');
  1508.  
  1509.        searchCard.classList.remove('show-v8');
  1510.        mobileNav.classList.remove('show-v8');
  1511.        overlay.classList.remove('show-v8');
  1512.        activeCard = null;
  1513.    }
  1514.  
  1515.    // Close on escape key
  1516.    document.addEventListener('keydown', function (e) {
  1517.        if (e.key === 'Escape' && activeCard) {
  1518.            closeAllV8();
  1519.        }
  1520.    });
  1521.  
  1522.    // Handle suggestion clicks
  1523.    document.addEventListener('click', function (e) {
  1524.        if (e.target.closest('.suggestion-item-v8')) {
  1525.            const suggestionText = e.target.closest('.suggestion-item-v8').querySelector('.suggestion-text-v8').textContent;
  1526.            const searchInput = document.querySelector('.search-input-v8');
  1527.            if (searchInput) {
  1528.                searchInput.value = suggestionText.replace(/^(Popular|Trending|Latest): /, '');
  1529.            }
  1530.        }
  1531.    });
  1532. </script>
  1533. <script>
  1534.  document.addEventListener("DOMContentLoaded", function () {
  1535.    console.log("loaded");
  1536.  
  1537.     const searchInput = document.getElementById("search-input")
  1538.    const searchResults = document.getElementById("search-results");
  1539.  
  1540.    if (!searchInput || !searchResults) {
  1541.      console.error("Search input/results not found");
  1542.      return;
  1543.    }
  1544.  
  1545.    // Prevent form submission
  1546.    if (searchInput.form) {
  1547.      searchInput.form.addEventListener("submit", function (e) {
  1548.        e.preventDefault();
  1549.      });
  1550.    }
  1551.  
  1552.    // Add event listener for keyup
  1553.    searchInput.addEventListener("keyup", function (e) {
  1554.      console.log("Key pressed:", e.key);
  1555.      e.preventDefault();
  1556.  
  1557.      const query = searchInput.value.trim();
  1558.      console.log("User is typing: " + query);
  1559.  
  1560.      // If empty → clear and hide
  1561.      if (query === "") {
  1562.        searchResults.innerHTML = "";
  1563.        searchResults.style.display = "none";
  1564.        return;
  1565.      }
  1566.  
  1567.      // Show results
  1568.      searchResults.style.display = "block";
  1569.  
  1570.      // Fetch search results
  1571.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1572.        method: "GET",
  1573.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1574.      })
  1575.        .then(response => {
  1576.          console.log("Response Status:", response.status);
  1577.          return response.json();
  1578.        })
  1579.        .then(data => {
  1580.          console.log("Data received:", data);
  1581.          if (data.html) {
  1582.            searchResults.innerHTML = data.html;
  1583.          } else {
  1584.            searchResults.innerHTML = "<p>No results found.</p>";
  1585.          }
  1586.        })
  1587.        .catch(error => {
  1588.          console.error("Error fetching search results:", error);
  1589.        });
  1590.    });
  1591.  
  1592.    // Close results when clicking outside
  1593.    document.addEventListener("click", function (e) {
  1594.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1595.        searchResults.style.display = "none";
  1596.      }
  1597.    });
  1598.  
  1599.    // Close results on ESC key
  1600.    document.addEventListener("keydown", function (e) {
  1601.      if (e.key === "Escape") {
  1602.        searchResults.style.display = "none";
  1603.      }
  1604.    });
  1605.  });
  1606. </script>
  1607.  
  1608.  
  1609.        </header>
  1610.        <!-- end of header -->
  1611.        <!-- start of wpo-blog-hero -->
  1612.        
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620. <div class="blog-hero-v6">
  1621.    <div class="container-fluid fluid-container">
  1622.        
  1623.        <!-- Top Section - Two Column Layout -->
  1624.        <div class="row g-4 mb-5">
  1625.            <!-- Main Featured Article - Left -->
  1626.            
  1627.  
  1628.            <div class="col-lg-6 col-md-12">
  1629.                <article class="main-featured">
  1630.                    <div class="featured-image-container">
  1631.                        
  1632.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1633.                                class="featured-image" style="object-fit: cover;" alt="">
  1634.                        
  1635.                        <div class="category-tag bg-primary-gradient">News</div>
  1636.                    </div>
  1637.                    <div class="featured-content">
  1638.                        <h1 class="featured-title"><a class="top-color" href="/wolves-v-west-ham-brighton-v-burnley-plus-other-fixtures-soccer-live-updates/" >
  1639.                                        Wolves v West Ham, Brighton v Burnley, plus other fixtures – Soccer Live Updates.
  1640.                                    </a></h1>
  1641.                        <p class="featured-summary"></p>
  1642.                        <div class="article-meta">
  1643.                            <div class="author-info">
  1644.                                
  1645.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f4f118f4-650c-4b70-8bd4-e793533e4f33_profile.png" alt="Dr. Leon Barker" style="object-fit: cover;" class="author-pic">
  1646.                                
  1647.                                <div class="author-text">
  1648.                                    <span class="author-name">Dr. Leon Barker</span>
  1649.                                    <span class="post-time">14 Jun 2026</span>
  1650.                                    
  1651.                                </div>
  1652.                            </div>
  1653.                            <div class="reading-info">
  1654.                                <!-- <span class="read-time">4 min read</span> -->
  1655.                            </div>
  1656.                        </div>
  1657.                    </div>
  1658.                </article>
  1659.            </div>
  1660.            
  1661.  
  1662.            <div class="col-lg-6 col-md-12">
  1663.                <article class="main-featured">
  1664.                    <div class="featured-image-container">
  1665.                        
  1666.                            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1667.                                class="featured-image" style="object-fit: cover;" alt="">
  1668.                        
  1669.                        <div class="category-tag bg-primary-gradient">News</div>
  1670.                    </div>
  1671.                    <div class="featured-content">
  1672.                        <h1 class="featured-title"><a class="top-color" href="/white-house-appeals-to-top-court-after-failed-attempt-to-block-food-stamp-payment-directive/" >
  1673.                                        White House Appeals to Top Court After Failed Attempt to Block Food Stamp Payment Directive
  1674.                                    </a></h1>
  1675.                        <p class="featured-summary"></p>
  1676.                        <div class="article-meta">
  1677.                            <div class="author-info">
  1678.                                
  1679.                                    <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f4f118f4-650c-4b70-8bd4-e793533e4f33_profile.png" alt="Dr. Leon Barker" style="object-fit: cover;" class="author-pic">
  1680.                                
  1681.                                <div class="author-text">
  1682.                                    <span class="author-name">Dr. Leon Barker</span>
  1683.                                    <span class="post-time">14 Jun 2026</span>
  1684.                                    
  1685.                                </div>
  1686.                            </div>
  1687.                            <div class="reading-info">
  1688.                                <!-- <span class="read-time">4 min read</span> -->
  1689.                            </div>
  1690.                        </div>
  1691.                    </div>
  1692.                </article>
  1693.            </div>
  1694.            
  1695.  
  1696.        </div>
  1697.  
  1698.        <!-- Bottom Section - Three Column Grid -->
  1699.        <div class="row g-4">
  1700.            
  1701.                <div class="col-lg-4 col-md-6 col-12">
  1702.                    <article class="compact-card">
  1703.                        <div class="compact-image">
  1704.                            
  1705.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1706.                                   style="object-fit: cover;" alt="">
  1707.                            
  1708.                            <div class="compact-category bg-primary-gradient">News</div>
  1709.                        </div>
  1710.                        <div class="compact-body">
  1711.                            <h3 class="compact-title"> <a class="top-color" href="/the-owls-suffer-points-penalty-after-entering-administration/" >
  1712.                                        The Owls Suffer Points Penalty After Entering Administration
  1713.                                    </a></h3>
  1714.                            <p class="compact-text"></p>
  1715.                            <div class="compact-footer">
  1716.                                <div class="compact-author">
  1717.                                    
  1718.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f4f118f4-650c-4b70-8bd4-e793533e4f33_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1719.                                    
  1720.                                    <span class="compact-name">Dr. Leon Barker</span>
  1721.                                </div>
  1722.                                <span class="compact-date">14 Jun 2026</span>
  1723.                            </div>
  1724.                        </div>
  1725.                    </article>
  1726.                </div>
  1727.            
  1728.                <div class="col-lg-4 col-md-6 col-12">
  1729.                    <article class="compact-card">
  1730.                        <div class="compact-image">
  1731.                            
  1732.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1733.                                   style="object-fit: cover;" alt="">
  1734.                            
  1735.                            <div class="compact-category bg-primary-gradient">News</div>
  1736.                        </div>
  1737.                        <div class="compact-body">
  1738.                            <h3 class="compact-title"> <a class="top-color" href="/the-legendary-williams-45-awarded-special-entry-for-first-australian-open-in-half-a-decade/" >
  1739.                                        The Legendary Williams, 45, Awarded Special Entry for First Australian Open in Half a Decade.
  1740.                                    </a></h3>
  1741.                            <p class="compact-text"></p>
  1742.                            <div class="compact-footer">
  1743.                                <div class="compact-author">
  1744.                                    
  1745.                                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f4f118f4-650c-4b70-8bd4-e793533e4f33_profile.png" alt="" style="object-fit: cover;" class="compact-avatar">
  1746.                                    
  1747.                                    <span class="compact-name">Dr. Leon Barker</span>
  1748.                                </div>
  1749.                                <span class="compact-date">14 Jun 2026</span>
  1750.                            </div>
  1751.                        </div>
  1752.                    </article>
  1753.                </div>
  1754.            
  1755.  
  1756.            <div class="col-lg-4 col-md-12 col-12">
  1757.                <!-- Recent Articles Sidebar -->
  1758.                <div class="recent-section">
  1759.                    <h3 class="recent-title">Recent Articles</h3>
  1760.                    <div class="recent-list">
  1761.                        
  1762.                        <div class="recent-item">
  1763.                            <div class="recent-content">
  1764.                                <h4 class="recent-article-title"><a class="top-color" href="/the-uk-deserves-some-media-independent-of-us-control-the-us-giants-bid-for-itv-concentrates-minds/" >
  1765.                                        ‘The UK Deserves Some Media Independent of US Control’: The US Giant&#x27;s Bid for ITV Concentrates Minds
  1766.                                    </a></h4>
  1767.                                <span class="recent-date">14 Jun 2026</span>
  1768.                            </div>
  1769.                        </div>
  1770.                        
  1771.                    </div>
  1772.                </div>
  1773.            </div>
  1774.        </div>
  1775.    </div>
  1776. </div>
  1777.  
  1778. <style>
  1779. /* Blog Hero V6 - Magazine Style with White Background */
  1780. .blog-hero-v6 {
  1781.    padding: 3rem 0;
  1782.    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  1783. }
  1784.  
  1785. /* Main Featured Article */
  1786. .main-featured {
  1787.    background: var(--card-bg);
  1788.    border-radius: 16px;
  1789.    overflow: hidden;
  1790.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1791.    border: 1px solid var(--border-color);
  1792.    transition: all 0.3s ease;
  1793. }
  1794.  
  1795. .main-featured:hover {
  1796.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1797.    transform: translateY(-2px);
  1798. }
  1799.  
  1800. .featured-image-container {
  1801.    position: relative;
  1802.    height: 300px;
  1803.    overflow: hidden;
  1804. }
  1805.  
  1806. .featured-image {
  1807.    width: 100%;
  1808.    height: 100%;
  1809.    object-fit: cover;
  1810.    transition: transform 0.4s ease;
  1811. }
  1812.  
  1813. .main-featured:hover .featured-image {
  1814.    transform: scale(1.03);
  1815. }
  1816.  
  1817. .featured-content {
  1818.    padding: 2.5rem;
  1819. }
  1820.  
  1821. .featured-title {
  1822.    font-size: 2rem;
  1823.    font-weight: 700;
  1824.    color: #1a202c;
  1825.    margin-bottom: 1rem;
  1826.    line-height: 1.25;
  1827.    letter-spacing: -0.025em;
  1828. }
  1829.  
  1830. .featured-summary {
  1831.    font-size: 1.1rem;
  1832.    color: #4a5568;
  1833.    line-height: 1.6;
  1834.    margin-bottom: 2rem;
  1835. }
  1836.  
  1837. /* Category Tags */
  1838. .category-tag {
  1839.    position: absolute;
  1840.    top: 1.5rem;
  1841.    left: 1.5rem;
  1842.    padding: 0.5rem 1rem;
  1843.    font-size: 0.75rem;
  1844.    font-weight: 600;
  1845.    text-transform: uppercase;
  1846.    letter-spacing: 0.1em;
  1847.    color: white;
  1848.    border-radius: 6px;
  1849.    z-index: 2;
  1850. }
  1851.  
  1852.  
  1853. /* Article Meta */
  1854. .article-meta {
  1855.    display: flex;
  1856.    align-items: center;
  1857.    justify-content: space-between;
  1858. }
  1859.  
  1860. .author-info {
  1861.    display: flex;
  1862.    align-items: center;
  1863.    gap: 1rem;
  1864. }
  1865.  
  1866. .author-pic {
  1867.    width: 48px;
  1868.    height: 48px;
  1869.    border-radius: 50%;
  1870.    object-fit: cover;
  1871.    border: 2px solid #e2e8f0;
  1872. }
  1873.  
  1874. .author-text {
  1875.    display: flex;
  1876.    flex-direction: column;
  1877. }
  1878.  
  1879. .author-name {
  1880.    font-weight: 600;
  1881.    color: #2d3748;
  1882.    font-size: 0.95rem;
  1883. }
  1884.  
  1885. .post-time {
  1886.    font-size: 0.85rem;
  1887.    color: #718096;
  1888. }
  1889.  
  1890. .reading-info {
  1891.    display: flex;
  1892.    align-items: center;
  1893. }
  1894.  
  1895. .read-time {
  1896.    font-size: 0.9rem;
  1897.    color: #718096;
  1898.    padding: 0.25rem 0.75rem;
  1899.    background: #f7fafc;
  1900.    border-radius: 15px;
  1901.    font-weight: 500;
  1902. }
  1903.  
  1904. /* Secondary Featured */
  1905. .secondary-featured {
  1906.    background: var(--card-bg);
  1907.    border-radius: 16px;
  1908.    overflow: hidden;
  1909.    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  1910.    border: 1px solid var(--border-color);
  1911.    height: 100%;
  1912.    transition: all 0.3s ease;
  1913. }
  1914.  
  1915. .secondary-featured:hover {
  1916.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  1917.    transform: translateY(-2px);
  1918. }
  1919.  
  1920. .secondary-image-wrapper {
  1921.    position: relative;
  1922.    height: 200px;
  1923.    overflow: hidden;
  1924. }
  1925.  
  1926. .secondary-image-wrapper img {
  1927.    width: 100%;
  1928.    height: 100%;
  1929.    object-fit: cover;
  1930.    transition: transform 0.4s ease;
  1931. }
  1932.  
  1933. .secondary-featured:hover .secondary-image-wrapper img {
  1934.    transform: scale(1.03);
  1935. }
  1936.  
  1937. .secondary-content {
  1938.    padding: 2rem;
  1939. }
  1940.  
  1941. .secondary-title {
  1942.    font-size: 1.5rem;
  1943.    font-weight: 600;
  1944.    color: #1a202c;
  1945.    margin-bottom: 1rem;
  1946.    line-height: 1.3;
  1947. }
  1948.  
  1949. .secondary-excerpt {
  1950.    font-size: 0.95rem;
  1951.    color: #4a5568;
  1952.    line-height: 1.6;
  1953.    margin-bottom: 1.5rem;
  1954. }
  1955.  
  1956. .secondary-meta {
  1957.    display: flex;
  1958.    align-items: center;
  1959.    gap: 0.5rem;
  1960.    font-size: 0.85rem;
  1961.    color: #718096;
  1962. }
  1963.  
  1964. .meta-divider {
  1965.    color: #cbd5e0;
  1966. }
  1967.  
  1968. /* Compact Cards */
  1969. .compact-card {
  1970.    background: var(--card-bg);
  1971.    border-radius: 12px;
  1972.    overflow: hidden;
  1973.    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  1974.    border: 1px solid var(--border-color);
  1975.    transition: all 0.3s ease;
  1976.    height: 100%;
  1977.    display: flex;
  1978.    flex-direction: column;
  1979. }
  1980.  
  1981. .compact-card:hover {
  1982.    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  1983.    transform: translateY(-3px);
  1984. }
  1985.  
  1986. .compact-image {
  1987.    position: relative;
  1988.    height: 180px;
  1989.    overflow: hidden;
  1990. }
  1991.  
  1992. .compact-image img {
  1993.    width: 100%;
  1994.    height: 100%;
  1995.    object-fit: cover;
  1996.    transition: transform 0.4s ease;
  1997. }
  1998.  
  1999. .compact-card:hover .compact-image img {
  2000.    transform: scale(1.05);
  2001. }
  2002.  
  2003. .compact-category {
  2004.    position: absolute;
  2005.    top: 1rem;
  2006.    left: 1rem;
  2007.    padding: 0.25rem 0.75rem;
  2008.    font-size: 0.7rem;
  2009.    font-weight: 600;
  2010.    text-transform: uppercase;
  2011.    color: white;
  2012.    border-radius: 4px;
  2013. }
  2014.  
  2015. .compact-body {
  2016.    padding: 1.5rem;
  2017.    flex-grow: 1;
  2018.    display: flex;
  2019.    flex-direction: column;
  2020. }
  2021.  
  2022. .compact-title {
  2023.    font-size: 1.1rem;
  2024.    font-weight: 600;
  2025.    color: #1a202c;
  2026.    margin-bottom: 0.75rem;
  2027.    line-height: 1.4;
  2028. }
  2029.  
  2030. .compact-text {
  2031.    font-size: 0.9rem;
  2032.    color: #4a5568;
  2033.    line-height: 1.5;
  2034.    margin-bottom: 1.5rem;
  2035.    flex-grow: 1;
  2036. }
  2037.  
  2038. .compact-footer {
  2039.    display: flex;
  2040.    align-items: center;
  2041.    justify-content: space-between;
  2042.    margin-top: auto;
  2043. }
  2044.  
  2045. .compact-author {
  2046.    display: flex;
  2047.    align-items: center;
  2048.    gap: 0.5rem;
  2049. }
  2050.  
  2051. .compact-avatar {
  2052.    width: 32px;
  2053.    height: 32px;
  2054.    border-radius: 50%;
  2055.    object-fit: cover;
  2056. }
  2057.  
  2058. .compact-name {
  2059.    font-size: 0.85rem;
  2060.    font-weight: 500;
  2061.    color: #2d3748;
  2062. }
  2063.  
  2064. .compact-date {
  2065.    font-size: 0.8rem;
  2066.    color: #718096;
  2067. }
  2068.  
  2069. /* Recent Articles Section */
  2070. .recent-section {
  2071.    background: var(--card-bg);
  2072.    border-radius: 12px;
  2073.    padding: 2rem;
  2074.    border: 1px solid var(--border-color);
  2075.    height: 100%;
  2076. }
  2077.  
  2078. .recent-title {
  2079.    font-size: 1.25rem;
  2080.    font-weight: 700;
  2081.    color: #1a202c;
  2082.    margin-bottom: 1.5rem;
  2083.    padding-bottom: 0.75rem;
  2084.    border-bottom: 2px solid var(--border-color);
  2085. }
  2086.  
  2087. .recent-list {
  2088.    display: flex;
  2089.    flex-direction: column;
  2090.    gap: 1.25rem;
  2091. }
  2092.  
  2093. .recent-item {
  2094.    display: flex;
  2095.    align-items: center;
  2096.    gap: 1rem;
  2097.    padding: 0.8rem;
  2098.    background: var(--card-bg);
  2099.    border-radius: 8px;
  2100.    transition: all 0.2s ease;
  2101.    border: 1px solid var(--border-color);
  2102. }
  2103.  
  2104. .recent-item:hover {
  2105.    transform: translateX(4px);
  2106.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  2107. }
  2108.  
  2109. .recent-content {
  2110.    flex-grow: 1;
  2111. }
  2112.  
  2113. .recent-article-title {
  2114.    font-size: 0.95rem;
  2115.    font-weight: 600;
  2116.    color: #1a202c;
  2117.    margin-bottom: 0rem;
  2118.    line-height: 1.3;
  2119. }
  2120.  
  2121. .recent-date {
  2122.    font-size: 0.8rem;
  2123.    color: #718096;
  2124. }
  2125.  
  2126. /* Responsive Design */
  2127. @media (max-width: 992px) {
  2128.    .blog-hero-v6 {
  2129.        padding: 2rem 0;
  2130.    }
  2131.    
  2132.    .featured-title {
  2133.        font-size: 1.75rem;
  2134.    }
  2135.    
  2136.    .secondary-title {
  2137.        font-size: 1.3rem;
  2138.    }
  2139.    
  2140.    .article-meta {
  2141.        flex-direction: column;
  2142.        align-items: flex-start;
  2143.        gap: 1rem;
  2144.    }
  2145. }
  2146.  
  2147. @media (max-width: 768px) {
  2148.    .featured-content,
  2149.    .secondary-content {
  2150.        padding: 1.5rem;
  2151.    }
  2152.    
  2153.    .featured-title {
  2154.        font-size: 1.5rem;
  2155.    }
  2156.    
  2157.    .featured-image-container,
  2158.    .secondary-image-wrapper {
  2159.        height: 200px;
  2160.    }
  2161.    
  2162.    .compact-image {
  2163.        height: 150px;
  2164.    }
  2165.    
  2166.    .recent-section {
  2167.        margin-top: 2rem;
  2168.    }
  2169. }
  2170.  
  2171. @media (max-width: 576px) {
  2172.    .reading-info {
  2173.        margin-top: 1rem;
  2174.    }
  2175.    
  2176.    .secondary-meta {
  2177.        flex-wrap: wrap;
  2178.    }
  2179.    
  2180.    .recent-item {
  2181.        padding: 0.75rem;
  2182.    }
  2183. }
  2184. </style>
  2185.  
  2186.  
  2187.  
  2188.  
  2189.        <!-- end of wpo-blog-hero -->
  2190.  
  2191.        <!-- start of wpo-breacking-news -->
  2192.        
  2193.        <!-- end of wpo-breacking-news -->
  2194.        
  2195.        <!-- start wpo-blog-highlights-section -->
  2196.        
  2197.  
  2198.  
  2199.  
  2200.    
  2201.  
  2202.  
  2203.  <style>
  2204.    /* Section Header */
  2205.    .section-header-v9 {
  2206.      text-align: center;
  2207.      margin-bottom: 20px;
  2208.    }
  2209.    
  2210.    .section-title-v9 {
  2211.      font-size: 3rem;
  2212.      font-weight: 700;
  2213.      color: var(--topbar-color);
  2214.      margin-bottom: 20px;
  2215.      text-transform: uppercase;
  2216.    }
  2217.    
  2218.    .section-subtitle-v9 {
  2219.      font-size: 1.2rem;
  2220.      color: var(--topbar-color);
  2221.      opacity: 0.5;
  2222.      max-width: 800px;
  2223.      margin: 0 auto;
  2224.      line-height: 1.8;
  2225.    }
  2226.        
  2227.    /* Blog Card */
  2228.    .blog-card-v9 {
  2229.      background: var(--card-bg);
  2230.      border: 1px solid var(--border-color);
  2231.      border-radius: 8px;
  2232.      margin-bottom: 30px;
  2233.      overflow: hidden;
  2234.      opacity: 0;
  2235.      transition: opacity 0.5s ease, box-shadow 0.3s ease;
  2236.    }
  2237.    
  2238.    .blog-card-v9.fade-in {
  2239.      opacity: 1;
  2240.    }
  2241.    
  2242.    @keyframes fadeIn {
  2243.      from {
  2244.        opacity: 0;
  2245.      }
  2246.      to {
  2247.        opacity: 1;
  2248.      }
  2249.    }
  2250.    
  2251.    .blog-card-v9:hover {
  2252.      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  2253.    }
  2254.    
  2255.    /* Blog Image */
  2256.    .blog-image-container-v9 {
  2257.      width: 100%;
  2258.      aspect-ratio: 16/9; /* 👈 maintains clean ratio */
  2259.      overflow: hidden;
  2260.    }
  2261.    
  2262.    .blog-image-v9 {
  2263.      width: 100%;
  2264.      height: 100%;
  2265.    }
  2266.    
  2267.    .blog-image-v9 img {
  2268.      width: 100%;
  2269.      height: 100%;
  2270.      object-fit: cover;
  2271.      display: block;
  2272.    }
  2273.    
  2274.    /* Blog Content */
  2275.    .blog-content-v9 {
  2276.      padding: 20px;
  2277.    }
  2278.    
  2279.    .blog-title-v9 {
  2280.      font-size: 1.2rem;
  2281.      font-weight: 600;
  2282.      margin-bottom: 15px;
  2283.      color: var(--topbar-color) !important;
  2284.      text-transform: capitalize;
  2285.    }
  2286.    
  2287.    .blog-meta-v9 {
  2288.      display: flex;
  2289.      align-items: center;
  2290.      gap: 10px;
  2291.      font-size: 0.9rem;
  2292.      color: var(--topbar-color);
  2293.      margin-bottom: 10px;
  2294.    }
  2295.    
  2296.    .blog-meta-v9 span {
  2297.      display: inline-block;
  2298.    }
  2299.    
  2300.    .blog-excerpt-v9 {
  2301.      font-size: 1rem;
  2302.      color: var(--topbar-color);
  2303.      opacity: .6;
  2304.      margin-bottom: 15px;
  2305.      line-height: 1.6;
  2306.    }
  2307.    
  2308.    .blog-actions-v9 {
  2309.      display: flex;
  2310.      justify-content: flex-start;
  2311.    }
  2312.    
  2313.    .blog-read-more-v9 {
  2314.      font-size: 1rem;
  2315.      color: var(--topbar-color);
  2316.      text-decoration: none;
  2317.      transition: color 0.3s ease;
  2318.    }
  2319.    
  2320.    .blog-read-more-v9:hover {
  2321.      color: #2980b9 !important;
  2322.    }
  2323.    
  2324.    /* Responsive Design */
  2325.    @media (max-width: 768px) {
  2326.      .section-title-v9 {
  2327.        font-size: 2.5rem;
  2328.      }
  2329.    
  2330.      .blog-card-v9 {
  2331.        margin-bottom: 20px;
  2332.      }
  2333.    
  2334.      .blog-meta-v9 {
  2335.        font-size: 0.8rem;
  2336.      }
  2337.    
  2338.      .blog-image-container-v9 {
  2339.        aspect-ratio: 4/3; /* 👈 mobile friendly ratio */
  2340.      }
  2341.    }
  2342.  </style>
  2343.  
  2344.  <section class="blog-highlights-v9 mt-5">
  2345.    <div class="container-fluid fluid-container">
  2346.      <!-- Section Header -->
  2347.      <div class="row justify-content-center">
  2348.        <div class="col-12 col-lg-10">
  2349.          <div class="section-header-v9">
  2350.            <h2 class="section-title-v9 mb-0">
  2351.                Today's Top Highlights
  2352.                   </h2>
  2353.            <p class="section-subtitle-v9">Explore the intersection of technology and creativity through storytelling in the digital era.</p>
  2354.          </div>
  2355.        </div>
  2356.      </div>
  2357.  
  2358.      <!-- Blog Grid -->
  2359.      <div class="row ">
  2360.        <div class="col-lg-8">
  2361.          <div class="row d-flex justify-content-center">
  2362.            
  2363.              <div class="col-md-6 pb-3">
  2364.                <article class="blog-card-v9 h-100">
  2365.                  <div class="blog-image-container-v9">
  2366.                    <div class="blog-image-v9">
  2367.                      
  2368.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2369.                      
  2370.                    </div>
  2371.                  </div>
  2372.                  <div class="blog-content-v9">
  2373.                    <h3 class="blog-title-v9 "><a class="top-color" href="/womens-soccer-player-of-the-year-contender-russo/">Women&#x27;s Soccer Player of the Year Contender Russo</a></h3>
  2374.                    <div class="blog-meta-v9">
  2375.                      <span>By <strong>Dr. Leon Barker</strong></span>
  2376.                      <span>•</span>
  2377.                      <span>13 Jun 2026</span>
  2378.                    </div>
  2379.                    <p class="blog-excerpt-v9"></p>
  2380.                    <div class="blog-actions-v9">
  2381.                      <a href="/womens-soccer-player-of-the-year-contender-russo/" class="blog-read-more-v9">Read More →</a>
  2382.                    </div>
  2383.                  </div>
  2384.                </article>
  2385.              </div>
  2386.            
  2387.              <div class="col-md-6 pb-3">
  2388.                <article class="blog-card-v9 h-100">
  2389.                  <div class="blog-image-container-v9">
  2390.                    <div class="blog-image-v9">
  2391.                      
  2392.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2393.                      
  2394.                    </div>
  2395.                  </div>
  2396.                  <div class="blog-content-v9">
  2397.                    <h3 class="blog-title-v9 "><a class="top-color" href="/profound-disruption-ahead-uks-worst-case-climate-emergency-possibilities-revealed-by-experts/">Profound Disruption Ahead: UK&#x27;s Worst-Case Climate Emergency Possibilities Revealed by Experts</a></h3>
  2398.                    <div class="blog-meta-v9">
  2399.                      <span>By <strong>Dr. Leon Barker</strong></span>
  2400.                      <span>•</span>
  2401.                      <span>13 Jun 2026</span>
  2402.                    </div>
  2403.                    <p class="blog-excerpt-v9"></p>
  2404.                    <div class="blog-actions-v9">
  2405.                      <a href="/profound-disruption-ahead-uks-worst-case-climate-emergency-possibilities-revealed-by-experts/" class="blog-read-more-v9">Read More →</a>
  2406.                    </div>
  2407.                  </div>
  2408.                </article>
  2409.              </div>
  2410.            
  2411.              <div class="col-md-6 pb-3">
  2412.                <article class="blog-card-v9 h-100">
  2413.                  <div class="blog-image-container-v9">
  2414.                    <div class="blog-image-v9">
  2415.                      
  2416.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2417.                      
  2418.                    </div>
  2419.                  </div>
  2420.                  <div class="blog-content-v9">
  2421.                    <h3 class="blog-title-v9 "><a class="top-color" href="/ultra-conservative-former-lawmaker-ja-kast-elected-as-chile-incoming-leader/">Ultra-Conservative Former Lawmaker J.A. Kast Elected as Chile Incoming Leader.</a></h3>
  2422.                    <div class="blog-meta-v9">
  2423.                      <span>By <strong>Dr. Leon Barker</strong></span>
  2424.                      <span>•</span>
  2425.                      <span>13 Jun 2026</span>
  2426.                    </div>
  2427.                    <p class="blog-excerpt-v9"></p>
  2428.                    <div class="blog-actions-v9">
  2429.                      <a href="/ultra-conservative-former-lawmaker-ja-kast-elected-as-chile-incoming-leader/" class="blog-read-more-v9">Read More →</a>
  2430.                    </div>
  2431.                  </div>
  2432.                </article>
  2433.              </div>
  2434.            
  2435.              <div class="col-md-6 pb-3">
  2436.                <article class="blog-card-v9 h-100">
  2437.                  <div class="blog-image-container-v9">
  2438.                    <div class="blog-image-v9">
  2439.                      
  2440.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2441.                      
  2442.                    </div>
  2443.                  </div>
  2444.                  <div class="blog-content-v9">
  2445.                    <h3 class="blog-title-v9 "><a class="top-color" href="/a-man-who-will-be-deeply-missed-the-actress-meg-ryan-shares-heartfelt-tribute-to-director-rob-reiner/">‘A Man Who Will Be Deeply Missed’: The Actress Meg Ryan Shares Heartfelt Tribute to Director Rob Reiner</a></h3>
  2446.                    <div class="blog-meta-v9">
  2447.                      <span>By <strong>Dr. Leon Barker</strong></span>
  2448.                      <span>•</span>
  2449.                      <span>13 Jun 2026</span>
  2450.                    </div>
  2451.                    <p class="blog-excerpt-v9"></p>
  2452.                    <div class="blog-actions-v9">
  2453.                      <a href="/a-man-who-will-be-deeply-missed-the-actress-meg-ryan-shares-heartfelt-tribute-to-director-rob-reiner/" class="blog-read-more-v9">Read More →</a>
  2454.                    </div>
  2455.                  </div>
  2456.                </article>
  2457.              </div>
  2458.            
  2459.              <div class="col-md-6 pb-3">
  2460.                <article class="blog-card-v9 h-100">
  2461.                  <div class="blog-image-container-v9">
  2462.                    <div class="blog-image-v9">
  2463.                      
  2464.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2465.                      
  2466.                    </div>
  2467.                  </div>
  2468.                  <div class="blog-content-v9">
  2469.                    <h3 class="blog-title-v9 "><a class="top-color" href="/battlefield-6-an-ideological-inkblot/">Battlefield 6: An Ideological Inkblot.</a></h3>
  2470.                    <div class="blog-meta-v9">
  2471.                      <span>By <strong>Dr. Leon Barker</strong></span>
  2472.                      <span>•</span>
  2473.                      <span>13 Jun 2026</span>
  2474.                    </div>
  2475.                    <p class="blog-excerpt-v9"></p>
  2476.                    <div class="blog-actions-v9">
  2477.                      <a href="/battlefield-6-an-ideological-inkblot/" class="blog-read-more-v9">Read More →</a>
  2478.                    </div>
  2479.                  </div>
  2480.                </article>
  2481.              </div>
  2482.            
  2483.              <div class="col-md-6 pb-3">
  2484.                <article class="blog-card-v9 h-100">
  2485.                  <div class="blog-image-container-v9">
  2486.                    <div class="blog-image-v9">
  2487.                      
  2488.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2489.                      
  2490.                    </div>
  2491.                  </div>
  2492.                  <div class="blog-content-v9">
  2493.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-us-presidents-east-asia-visit-features-deals-deference-and-a-significant-closing-encounter/">The US President&#x27;s East Asia Visit Features Deals, Deference and a Significant Closing Encounter</a></h3>
  2494.                    <div class="blog-meta-v9">
  2495.                      <span>By <strong>Dr. Leon Barker</strong></span>
  2496.                      <span>•</span>
  2497.                      <span>13 Jun 2026</span>
  2498.                    </div>
  2499.                    <p class="blog-excerpt-v9"></p>
  2500.                    <div class="blog-actions-v9">
  2501.                      <a href="/the-us-presidents-east-asia-visit-features-deals-deference-and-a-significant-closing-encounter/" class="blog-read-more-v9">Read More →</a>
  2502.                    </div>
  2503.                  </div>
  2504.                </article>
  2505.              </div>
  2506.            
  2507.              <div class="col-md-6 pb-3">
  2508.                <article class="blog-card-v9 h-100">
  2509.                  <div class="blog-image-container-v9">
  2510.                    <div class="blog-image-v9">
  2511.                      
  2512.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2513.                      
  2514.                    </div>
  2515.                  </div>
  2516.                  <div class="blog-content-v9">
  2517.                    <h3 class="blog-title-v9 "><a class="top-color" href="/the-giant-review-naseem-hamed-biopic-featuring-brosnan-lacks-the-punch/">The Giant Review: Naseem Hamed Biopic Featuring Brosnan Lacks the Punch</a></h3>
  2518.                    <div class="blog-meta-v9">
  2519.                      <span>By <strong>Dr. Leon Barker</strong></span>
  2520.                      <span>•</span>
  2521.                      <span>13 Jun 2026</span>
  2522.                    </div>
  2523.                    <p class="blog-excerpt-v9"></p>
  2524.                    <div class="blog-actions-v9">
  2525.                      <a href="/the-giant-review-naseem-hamed-biopic-featuring-brosnan-lacks-the-punch/" class="blog-read-more-v9">Read More →</a>
  2526.                    </div>
  2527.                  </div>
  2528.                </article>
  2529.              </div>
  2530.            
  2531.              <div class="col-md-6 pb-3">
  2532.                <article class="blog-card-v9 h-100">
  2533.                  <div class="blog-image-container-v9">
  2534.                    <div class="blog-image-v9">
  2535.                      
  2536.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2537.                      
  2538.                    </div>
  2539.                  </div>
  2540.                  <div class="blog-content-v9">
  2541.                    <h3 class="blog-title-v9 "><a class="top-color" href="/ethiopia-takes-back-valuable-items-after-a-100-year-holding-in-germany/">Ethiopia Takes Back Valuable Items After a 100-Year Holding in Germany</a></h3>
  2542.                    <div class="blog-meta-v9">
  2543.                      <span>By <strong>Dr. Leon Barker</strong></span>
  2544.                      <span>•</span>
  2545.                      <span>12 Jun 2026</span>
  2546.                    </div>
  2547.                    <p class="blog-excerpt-v9"></p>
  2548.                    <div class="blog-actions-v9">
  2549.                      <a href="/ethiopia-takes-back-valuable-items-after-a-100-year-holding-in-germany/" class="blog-read-more-v9">Read More →</a>
  2550.                    </div>
  2551.                  </div>
  2552.                </article>
  2553.              </div>
  2554.            
  2555.              <div class="col-md-6 pb-3">
  2556.                <article class="blog-card-v9 h-100">
  2557.                  <div class="blog-image-container-v9">
  2558.                    <div class="blog-image-v9">
  2559.                      
  2560.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2561.                      
  2562.                    </div>
  2563.                  </div>
  2564.                  <div class="blog-content-v9">
  2565.                    <h3 class="blog-title-v9 "><a class="top-color" href="/even-bazballs-downfall-the-barmy-armys-band-of-seasoned-tourists-stands-firm/">Even Bazball&#x27;s Downfall, the Barmy Army&#x27;s Band of Seasoned Tourists Stands Firm.</a></h3>
  2566.                    <div class="blog-meta-v9">
  2567.                      <span>By <strong>Dr. Leon Barker</strong></span>
  2568.                      <span>•</span>
  2569.                      <span>12 Jun 2026</span>
  2570.                    </div>
  2571.                    <p class="blog-excerpt-v9"></p>
  2572.                    <div class="blog-actions-v9">
  2573.                      <a href="/even-bazballs-downfall-the-barmy-armys-band-of-seasoned-tourists-stands-firm/" class="blog-read-more-v9">Read More →</a>
  2574.                    </div>
  2575.                  </div>
  2576.                </article>
  2577.              </div>
  2578.            
  2579.              <div class="col-md-6 pb-3">
  2580.                <article class="blog-card-v9 h-100">
  2581.                  <div class="blog-image-container-v9">
  2582.                    <div class="blog-image-v9">
  2583.                      
  2584.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2585.                      
  2586.                    </div>
  2587.                  </div>
  2588.                  <div class="blog-content-v9">
  2589.                    <h3 class="blog-title-v9 "><a class="top-color" href="/yes-keir-starmer-is-the-united-kingdoms-most-unpopular-leader-on-record-that-could-empower-him/">Yes, Keir Starmer is the United Kingdom&#x27;s most unpopular leader on record. That could empower him.</a></h3>
  2590.                    <div class="blog-meta-v9">
  2591.                      <span>By <strong>Dr. Leon Barker</strong></span>
  2592.                      <span>•</span>
  2593.                      <span>12 Jun 2026</span>
  2594.                    </div>
  2595.                    <p class="blog-excerpt-v9"></p>
  2596.                    <div class="blog-actions-v9">
  2597.                      <a href="/yes-keir-starmer-is-the-united-kingdoms-most-unpopular-leader-on-record-that-could-empower-him/" class="blog-read-more-v9">Read More →</a>
  2598.                    </div>
  2599.                  </div>
  2600.                </article>
  2601.              </div>
  2602.            
  2603.              <div class="col-md-6 pb-3">
  2604.                <article class="blog-card-v9 h-100">
  2605.                  <div class="blog-image-container-v9">
  2606.                    <div class="blog-image-v9">
  2607.                      
  2608.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2609.                      
  2610.                    </div>
  2611.                  </div>
  2612.                  <div class="blog-content-v9">
  2613.                    <h3 class="blog-title-v9 "><a class="top-color" href="/i-wish-we-could-ignore-bill-gates-on-the-environmental-emergency-but-hes-a-billionaire-so-we-cant/">I Wish We Could Ignore Bill Gates on the Environmental Emergency. But He&#x27;s a Billionaire, So We Can&#x27;t.</a></h3>
  2614.                    <div class="blog-meta-v9">
  2615.                      <span>By <strong>Dr. Leon Barker</strong></span>
  2616.                      <span>•</span>
  2617.                      <span>12 Jun 2026</span>
  2618.                    </div>
  2619.                    <p class="blog-excerpt-v9"></p>
  2620.                    <div class="blog-actions-v9">
  2621.                      <a href="/i-wish-we-could-ignore-bill-gates-on-the-environmental-emergency-but-hes-a-billionaire-so-we-cant/" class="blog-read-more-v9">Read More →</a>
  2622.                    </div>
  2623.                  </div>
  2624.                </article>
  2625.              </div>
  2626.            
  2627.              <div class="col-md-6 pb-3">
  2628.                <article class="blog-card-v9 h-100">
  2629.                  <div class="blog-image-container-v9">
  2630.                    <div class="blog-image-v9">
  2631.                      
  2632.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" alt="" />
  2633.                      
  2634.                    </div>
  2635.                  </div>
  2636.                  <div class="blog-content-v9">
  2637.                    <h3 class="blog-title-v9 "><a class="top-color" href="/indiana-republicans-defeat-effort-to-overhaul-electoral-districts-in-major-snub-to-donald-trump/">Indiana Republicans Defeat Effort to Overhaul Electoral Districts in Major Snub to Donald Trump</a></h3>
  2638.                    <div class="blog-meta-v9">
  2639.                      <span>By <strong>Dr. Leon Barker</strong></span>
  2640.                      <span>•</span>
  2641.                      <span>12 Jun 2026</span>
  2642.                    </div>
  2643.                    <p class="blog-excerpt-v9"></p>
  2644.                    <div class="blog-actions-v9">
  2645.                      <a href="/indiana-republicans-defeat-effort-to-overhaul-electoral-districts-in-major-snub-to-donald-trump/" class="blog-read-more-v9">Read More →</a>
  2646.                    </div>
  2647.                  </div>
  2648.                </article>
  2649.              </div>
  2650.            
  2651.            
  2652.  
  2653.          </div>
  2654.        </div>
  2655.  
  2656.       <div class="col col-lg-4 col-12">
  2657.                
  2658.  
  2659.  
  2660.  
  2661.    
  2662.  
  2663.  
  2664. <!-- Blog Sidebar V2 - Focused Design -->
  2665.  <div class="sidebar mb-3">
  2666.    <!-- Recent Posts Section -->
  2667.    <div class="sidebar-widget mb-4">
  2668.      <div class="widget-title-wrapper mb-3">
  2669.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2670.          <i class="ti-time me-2"></i>Recent Posts
  2671.          <span class="title-arrow-primary"></span>
  2672.        </h4>
  2673.      </div>
  2674.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2675.        <div class="recent-post-list">
  2676.          
  2677.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2678.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2679.              
  2680.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2681.              
  2682.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2683.            </div>
  2684.            <div class="post-content flex-grow-1">
  2685.              <h6 class="post-title mb-2">
  2686.                <a href="/provocative-nativity-scenes-at-american-places-of-worship-offer-commentary-on-immigration-enforcement/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2687.                                            Provocative Nativity Scenes at American Places of Worship Offer Commentary on Immigration Enforcement
  2688.                                            </a>
  2689.              </h6>
  2690.              <div class="post-meta">
  2691.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 Jun 2026</small>
  2692.                <!-- <small class="text-muted">
  2693.                  <i class="ti-eye me-1"></i>348 views
  2694.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2695.                </small> -->
  2696.              </div>
  2697.            </div>
  2698.          </div>
  2699.          
  2700.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2701.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2702.              
  2703.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2704.              
  2705.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2706.            </div>
  2707.            <div class="post-content flex-grow-1">
  2708.              <h6 class="post-title mb-2">
  2709.                <a href="/mikel-arteta-warns-fitness-crisis-could-hinder-the-gunners-trophy-quest/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2710.                                            Mikel Arteta Warns Fitness Crisis Could Hinder The Gunners&#x27; Trophy Quest
  2711.                                            </a>
  2712.              </h6>
  2713.              <div class="post-meta">
  2714.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 Jun 2026</small>
  2715.                <!-- <small class="text-muted">
  2716.                  <i class="ti-eye me-1"></i>348 views
  2717.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2718.                </small> -->
  2719.              </div>
  2720.            </div>
  2721.          </div>
  2722.          
  2723.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2724.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2725.              
  2726.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2727.              
  2728.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2729.            </div>
  2730.            <div class="post-content flex-grow-1">
  2731.              <h6 class="post-title mb-2">
  2732.                <a href="/what-comes-next-is-unclear-aid-struggles-to-reach-local-areas-struck-by-hurricane-melissa/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2733.                                            &#x27;What comes next is unclear&#x27;: Aid struggles to reach local areas struck by Hurricane Melissa.
  2734.                                            </a>
  2735.              </h6>
  2736.              <div class="post-meta">
  2737.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>12 Jun 2026</small>
  2738.                <!-- <small class="text-muted">
  2739.                  <i class="ti-eye me-1"></i>348 views
  2740.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2741.                </small> -->
  2742.              </div>
  2743.            </div>
  2744.          </div>
  2745.          
  2746.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2747.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2748.              
  2749.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2750.              
  2751.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2752.            </div>
  2753.            <div class="post-content flex-grow-1">
  2754.              <h6 class="post-title mb-2">
  2755.                <a href="/despite-overwhelming-achievement-clair-obscur-creators-aim-to-maintain-studio-lean/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2756.                                            Despite Overwhelming Achievement, Clair Obscur Creators Aim to Maintain Studio Lean
  2757.                                            </a>
  2758.              </h6>
  2759.              <div class="post-meta">
  2760.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 Jun 2026</small>
  2761.                <!-- <small class="text-muted">
  2762.                  <i class="ti-eye me-1"></i>348 views
  2763.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2764.                </small> -->
  2765.              </div>
  2766.            </div>
  2767.          </div>
  2768.          
  2769.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2770.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2771.              
  2772.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2773.              
  2774.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2775.            </div>
  2776.            <div class="post-content flex-grow-1">
  2777.              <h6 class="post-title mb-2">
  2778.                <a href="/how-to-obtain-a-metal-jacket-in-pok%C3%A9mon-legends-z-a/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2779.                                            How to Obtain a Metal Jacket in Pokémon Legends: Z-A
  2780.                                            </a>
  2781.              </h6>
  2782.              <div class="post-meta">
  2783.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 Jun 2026</small>
  2784.                <!-- <small class="text-muted">
  2785.                  <i class="ti-eye me-1"></i>348 views
  2786.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2787.                </small> -->
  2788.              </div>
  2789.            </div>
  2790.          </div>
  2791.          
  2792.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2793.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2794.              
  2795.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2796.              
  2797.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2798.            </div>
  2799.            <div class="post-content flex-grow-1">
  2800.              <h6 class="post-title mb-2">
  2801.                <a href="/ruben-amorim-relieved-of-duties-by-the-red-devils/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2802.                                            Ruben Amorim Relieved of Duties by the Red Devils.
  2803.                                            </a>
  2804.              </h6>
  2805.              <div class="post-meta">
  2806.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>11 Jun 2026</small>
  2807.                <!-- <small class="text-muted">
  2808.                  <i class="ti-eye me-1"></i>348 views
  2809.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2810.                </small> -->
  2811.              </div>
  2812.            </div>
  2813.          </div>
  2814.          
  2815.  
  2816.        </div>
  2817.  
  2818.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2819.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2820.        </div> -->
  2821.      </div>
  2822.    </div>
  2823.    
  2824.    
  2825.    <div class="sidebar-widget mb-4">
  2826.      <div class="widget-title-wrapper mb-3">
  2827.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2828.          <i class="ti-calendar me-2"></i>June 2026 Blog Roll
  2829.          <span class="title-arrow"></span>
  2830.        </h4>
  2831.      </div>
  2832.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2833.        <div class="blog-roll-list scrollable-sidebar">
  2834.          
  2835.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2836.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2837.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2838.                <i class="ti-angle-right me-2 text-primary"></i>
  2839.                 more on esports-news.co.uk
  2840.              </h6>
  2841.            </a>
  2842.          </div>
  2843.          
  2844.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2845.            <a href="https://www.esportsbets.com/betting/uk/not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2846.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2847.                <i class="ti-angle-right me-2 text-primary"></i>
  2848.                 best sports betting sites uk — 2026 top choice
  2849.              </h6>
  2850.            </a>
  2851.          </div>
  2852.          
  2853.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2854.            <a href="https://casinobeats.com/uk/betting-sites/non-gamstop-betting-sites/"  rel="dofollow" class="text-decoration-none ">
  2855.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2856.                <i class="ti-angle-right me-2 text-primary"></i>
  2857.                 use the link to Casinobeats
  2858.              </h6>
  2859.            </a>
  2860.          </div>
  2861.          
  2862.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2863.            <a href="https://esportsinsider.com/uk/bitcoin-casinos"  rel="dofollow" class="text-decoration-none ">
  2864.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2865.                <i class="ti-angle-right me-2 text-primary"></i>
  2866.                 main profile of TOP Crypto Casinos
  2867.              </h6>
  2868.            </a>
  2869.          </div>
  2870.          
  2871.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2872.            <a href="https://www.gamblinginsider.com/uk/non-gamstop-betting-sites"  rel="dofollow" class="text-decoration-none ">
  2873.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2874.                <i class="ti-angle-right me-2 text-primary"></i>
  2875.                 new betting sites not on Gamstop here
  2876.              </h6>
  2877.            </a>
  2878.          </div>
  2879.          
  2880.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2881.            <a href="https://www.mylicence.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2882.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2883.                <i class="ti-angle-right me-2 text-primary"></i>
  2884.                 that non gamstop casino
  2885.              </h6>
  2886.            </a>
  2887.          </div>
  2888.          
  2889.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2890.            <a href="https://www.stamina.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2891.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2892.                <i class="ti-angle-right me-2 text-primary"></i>
  2893.                 casino not on Gamstop
  2894.              </h6>
  2895.            </a>
  2896.          </div>
  2897.          
  2898.  
  2899.        </div>
  2900.  
  2901.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2902.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2903.        </div> -->
  2904.      </div>
  2905.    </div>
  2906.    
  2907.    <div class="sidebar-widget mb-4">
  2908.      <div class="widget-title-wrapper mb-3">
  2909.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2910.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2911.          <span class="title-arrow"></span>
  2912.        </h4>
  2913.      </div>
  2914.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2915.        <div class="blog-roll-list scrollable-sidebar">
  2916.          
  2917.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2918.            <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none ">
  2919.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2920.                <i class="ti-angle-right me-2 text-primary"></i>
  2921.                 uk casino
  2922.              </h6>
  2923.            </a>
  2924.          </div>
  2925.          
  2926.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2927.            <a href="https://www.stitchcraftcreate.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2928.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2929.                <i class="ti-angle-right me-2 text-primary"></i>
  2930.                 best uk betting sites
  2931.              </h6>
  2932.            </a>
  2933.          </div>
  2934.          
  2935.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2936.            <a href="https://www.esportsbets.com/betting/uk/not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2937.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2938.                <i class="ti-angle-right me-2 text-primary"></i>
  2939.                 best betting sites
  2940.              </h6>
  2941.            </a>
  2942.          </div>
  2943.          
  2944.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2945.            <a href="https://www.timetochangewales.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2946.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2947.                <i class="ti-angle-right me-2 text-primary"></i>
  2948.                 casino sites
  2949.              </h6>
  2950.            </a>
  2951.          </div>
  2952.          
  2953.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2954.            <a href="https://www.nh-design.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2955.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2956.                <i class="ti-angle-right me-2 text-primary"></i>
  2957.                 non gamstop casino uk
  2958.              </h6>
  2959.            </a>
  2960.          </div>
  2961.          
  2962.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2963.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2964.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2965.                <i class="ti-angle-right me-2 text-primary"></i>
  2966.                 non UK casino sites
  2967.              </h6>
  2968.            </a>
  2969.          </div>
  2970.          
  2971.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2972.            <a href="https://prwd.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2973.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2974.                <i class="ti-angle-right me-2 text-primary"></i>
  2975.                 casino not on gamstop
  2976.              </h6>
  2977.            </a>
  2978.          </div>
  2979.          
  2980.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2981.            <a href="https://lagoccia.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2982.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2983.                <i class="ti-angle-right me-2 text-primary"></i>
  2984.                 best non gamstop casinos
  2985.              </h6>
  2986.            </a>
  2987.          </div>
  2988.          
  2989.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2990.            <a href="https://www.qualityofcarenetwork.org/"  rel="dofollow" class="text-decoration-none ">
  2991.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2992.                <i class="ti-angle-right me-2 text-primary"></i>
  2993.                 lolajack casino
  2994.              </h6>
  2995.            </a>
  2996.          </div>
  2997.          
  2998.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2999.            <a href="https://esportsinsider.com/uk/gambling/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none ">
  3000.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3001.                <i class="ti-angle-right me-2 text-primary"></i>
  3002.                 non gamstop casinos
  3003.              </h6>
  3004.            </a>
  3005.          </div>
  3006.          
  3007.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3008.            <a href="https://www.squarebox.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3009.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3010.                <i class="ti-angle-right me-2 text-primary"></i>
  3011.                 non gamstop casino uk
  3012.              </h6>
  3013.            </a>
  3014.          </div>
  3015.          
  3016.  
  3017.        </div>
  3018.  
  3019.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3020.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3021.        </div> -->
  3022.      </div>
  3023.    </div>
  3024.    
  3025.    <div class="sidebar-widget mb-4">
  3026.      <div class="widget-title-wrapper mb-3">
  3027.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3028.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  3029.          <span class="title-arrow"></span>
  3030.        </h4>
  3031.      </div>
  3032.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3033.        <div class="blog-roll-list scrollable-sidebar">
  3034.          
  3035.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3036.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3037.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3038.                <i class="ti-angle-right me-2 text-primary"></i>
  3039.                 Non UK Registered Casino
  3040.              </h6>
  3041.            </a>
  3042.          </div>
  3043.          
  3044.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3045.            <a href="https://www.agediscrimination.info/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none ">
  3046.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3047.                <i class="ti-angle-right me-2 text-primary"></i>
  3048.                 online casinos
  3049.              </h6>
  3050.            </a>
  3051.          </div>
  3052.          
  3053.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3054.            <a href="https://www.ergodesktop.com"  rel="dofollow" class="text-decoration-none ">
  3055.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3056.                <i class="ti-angle-right me-2 text-primary"></i>
  3057.                 casino not on GamStop
  3058.              </h6>
  3059.            </a>
  3060.          </div>
  3061.          
  3062.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3063.            <a href="https://www.stmonicas.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3064.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3065.                <i class="ti-angle-right me-2 text-primary"></i>
  3066.                 Non Gamstop Casinos
  3067.              </h6>
  3068.            </a>
  3069.          </div>
  3070.          
  3071.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3072.            <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3073.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3074.                <i class="ti-angle-right me-2 text-primary"></i>
  3075.                 casino sites not on gamstop
  3076.              </h6>
  3077.            </a>
  3078.          </div>
  3079.          
  3080.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3081.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  3082.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3083.                <i class="ti-angle-right me-2 text-primary"></i>
  3084.                 non gamstop casino sites
  3085.              </h6>
  3086.            </a>
  3087.          </div>
  3088.          
  3089.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3090.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  3091.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3092.                <i class="ti-angle-right me-2 text-primary"></i>
  3093.                 online casinos UK
  3094.              </h6>
  3095.            </a>
  3096.          </div>
  3097.          
  3098.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3099.            <a href="https://www.taberhols.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3100.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3101.                <i class="ti-angle-right me-2 text-primary"></i>
  3102.                 non gamstop casinos
  3103.              </h6>
  3104.            </a>
  3105.          </div>
  3106.          
  3107.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3108.            <a href="https://flatcaphotels.com"  rel="dofollow" class="text-decoration-none ">
  3109.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3110.                <i class="ti-angle-right me-2 text-primary"></i>
  3111.                 non gamstop casinos
  3112.              </h6>
  3113.            </a>
  3114.          </div>
  3115.          
  3116.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3117.            <a href="https://jst.org.uk"  rel="dofollow" class="text-decoration-none ">
  3118.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3119.                <i class="ti-angle-right me-2 text-primary"></i>
  3120.                 casinos not on gamstop
  3121.              </h6>
  3122.            </a>
  3123.          </div>
  3124.          
  3125.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3126.            <a href="https://nklc.co.uk"  rel="dofollow" class="text-decoration-none ">
  3127.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3128.                <i class="ti-angle-right me-2 text-primary"></i>
  3129.                 non gamstop casinos
  3130.              </h6>
  3131.            </a>
  3132.          </div>
  3133.          
  3134.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3135.            <a href="https://casino.blackcurve.com/"  rel="dofollow" class="text-decoration-none ">
  3136.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3137.                <i class="ti-angle-right me-2 text-primary"></i>
  3138.                 gambling sites not on gamestop
  3139.              </h6>
  3140.            </a>
  3141.          </div>
  3142.          
  3143.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3144.            <a href="https://www.navabi.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3145.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3146.                <i class="ti-angle-right me-2 text-primary"></i>
  3147.                 uk online casinos list
  3148.              </h6>
  3149.            </a>
  3150.          </div>
  3151.          
  3152.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3153.            <a href="https://www.huwirranca-davies.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3154.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3155.                <i class="ti-angle-right me-2 text-primary"></i>
  3156.                 non gamstop casinos
  3157.              </h6>
  3158.            </a>
  3159.          </div>
  3160.          
  3161.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3162.            <a href="https://www.wildandgame.co.uk"  rel="dofollow" class="text-decoration-none ">
  3163.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3164.                <i class="ti-angle-right me-2 text-primary"></i>
  3165.                 non GamStop casino
  3166.              </h6>
  3167.            </a>
  3168.          </div>
  3169.          
  3170.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3171.            <a href="https://playmonster.co.uk"  rel="dofollow" class="text-decoration-none ">
  3172.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3173.                <i class="ti-angle-right me-2 text-primary"></i>
  3174.                 casino not on gamestop
  3175.              </h6>
  3176.            </a>
  3177.          </div>
  3178.          
  3179.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3180.            <a href="https://roeparkresort.com"  rel="dofollow" class="text-decoration-none ">
  3181.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3182.                <i class="ti-angle-right me-2 text-primary"></i>
  3183.                 casinos not on GamStop
  3184.              </h6>
  3185.            </a>
  3186.          </div>
  3187.          
  3188.  
  3189.        </div>
  3190.  
  3191.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3192.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3193.        </div> -->
  3194.      </div>
  3195.    </div>
  3196.    
  3197.    <div class="sidebar-widget mb-4">
  3198.      <div class="widget-title-wrapper mb-3">
  3199.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3200.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3201.          <span class="title-arrow"></span>
  3202.        </h4>
  3203.      </div>
  3204.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3205.        <div class="blog-roll-list scrollable-sidebar">
  3206.          
  3207.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3208.            <a href="https://www.drenge.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3209.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3210.                <i class="ti-angle-right me-2 text-primary"></i>
  3211.                 casinos not on GamStop
  3212.              </h6>
  3213.            </a>
  3214.          </div>
  3215.          
  3216.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3217.            <a href="https://first-ratepa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3218.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3219.                <i class="ti-angle-right me-2 text-primary"></i>
  3220.                 non GamStop casinos
  3221.              </h6>
  3222.            </a>
  3223.          </div>
  3224.          
  3225.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3226.            <a href="https://www.cardplayer.com/uk/online-poker/not-on-gamstop-poker"  rel="dofollow" class="text-decoration-none ">
  3227.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3228.                <i class="ti-angle-right me-2 text-primary"></i>
  3229.                 poker sites not on gamstop
  3230.              </h6>
  3231.            </a>
  3232.          </div>
  3233.          
  3234.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3235.            <a href="https://pauljacques.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3236.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3237.                <i class="ti-angle-right me-2 text-primary"></i>
  3238.                 Casinos Not on GamStop
  3239.              </h6>
  3240.            </a>
  3241.          </div>
  3242.          
  3243.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3244.            <a href="https://www.gohacking.com/"  rel="dofollow" class="text-decoration-none ">
  3245.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3246.                <i class="ti-angle-right me-2 text-primary"></i>
  3247.                 non gamstop poker
  3248.              </h6>
  3249.            </a>
  3250.          </div>
  3251.          
  3252.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3253.            <a href="https://www.falconryforum.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3254.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3255.                <i class="ti-angle-right me-2 text-primary"></i>
  3256.                 uk casinos not on gamstop
  3257.              </h6>
  3258.            </a>
  3259.          </div>
  3260.          
  3261.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3262.            <a href="https://www.ukrmb.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3263.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3264.                <i class="ti-angle-right me-2 text-primary"></i>
  3265.                 non gamstop casino
  3266.              </h6>
  3267.            </a>
  3268.          </div>
  3269.          
  3270.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3271.            <a href="https://www.cevicheuk.com/"  rel="dofollow" class="text-decoration-none ">
  3272.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3273.                <i class="ti-angle-right me-2 text-primary"></i>
  3274.                 best casino sites not on gamstop
  3275.              </h6>
  3276.            </a>
  3277.          </div>
  3278.          
  3279.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3280.            <a href="https://www.cardplayer.com/uk/betting/betting-sites-not-on-gamstop"  rel="dofollow" class="text-decoration-none ">
  3281.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3282.                <i class="ti-angle-right me-2 text-primary"></i>
  3283.                 best uk betting sites
  3284.              </h6>
  3285.            </a>
  3286.          </div>
  3287.          
  3288.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3289.            <a href="https://cielivestock.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3290.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3291.                <i class="ti-angle-right me-2 text-primary"></i>
  3292.                 casino not on gamstop
  3293.              </h6>
  3294.            </a>
  3295.          </div>
  3296.          
  3297.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3298.            <a href="https://idolmag.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3299.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3300.                <i class="ti-angle-right me-2 text-primary"></i>
  3301.                 non gamstop casinos
  3302.              </h6>
  3303.            </a>
  3304.          </div>
  3305.          
  3306.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3307.            <a href="https://free2learn.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3308.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3309.                <i class="ti-angle-right me-2 text-primary"></i>
  3310.                 online casinos
  3311.              </h6>
  3312.            </a>
  3313.          </div>
  3314.          
  3315.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3316.            <a href="https://www.faucetbitcoin.io/"  rel="dofollow" class="text-decoration-none ">
  3317.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3318.                <i class="ti-angle-right me-2 text-primary"></i>
  3319.                 crypto casinos UK
  3320.              </h6>
  3321.            </a>
  3322.          </div>
  3323.          
  3324.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3325.            <a href="https://uk.trustpilot.com/review/nonukgccasinos.uk"  rel="dofollow" class="text-decoration-none ">
  3326.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3327.                <i class="ti-angle-right me-2 text-primary"></i>
  3328.                 casinos not on Gamstop
  3329.              </h6>
  3330.            </a>
  3331.          </div>
  3332.          
  3333.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3334.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  3335.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3336.                <i class="ti-angle-right me-2 text-primary"></i>
  3337.                 casinos not on gamstop
  3338.              </h6>
  3339.            </a>
  3340.          </div>
  3341.          
  3342.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3343.            <a href="https://www.clintoncards.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3344.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3345.                <i class="ti-angle-right me-2 text-primary"></i>
  3346.                 online casino
  3347.              </h6>
  3348.            </a>
  3349.          </div>
  3350.          
  3351.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3352.            <a href="https://fictionuncovered.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3353.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3354.                <i class="ti-angle-right me-2 text-primary"></i>
  3355.                 online casino
  3356.              </h6>
  3357.            </a>
  3358.          </div>
  3359.          
  3360.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3361.            <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3362.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3363.                <i class="ti-angle-right me-2 text-primary"></i>
  3364.                 new UK casinos not on GamStop
  3365.              </h6>
  3366.            </a>
  3367.          </div>
  3368.          
  3369.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3370.            <a href="https://roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3371.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3372.                <i class="ti-angle-right me-2 text-primary"></i>
  3373.                 casinos not on gamstop
  3374.              </h6>
  3375.            </a>
  3376.          </div>
  3377.          
  3378.  
  3379.        </div>
  3380.  
  3381.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3382.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3383.        </div> -->
  3384.      </div>
  3385.    </div>
  3386.    
  3387.    <div class="sidebar-widget mb-4">
  3388.      <div class="widget-title-wrapper mb-3">
  3389.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3390.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3391.          <span class="title-arrow"></span>
  3392.        </h4>
  3393.      </div>
  3394.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3395.        <div class="blog-roll-list scrollable-sidebar">
  3396.          
  3397.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3398.            <a href="https://www.ncpqsw.com/"  rel="dofollow" class="text-decoration-none ">
  3399.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3400.                <i class="ti-angle-right me-2 text-primary"></i>
  3401.                 uk casino online
  3402.              </h6>
  3403.            </a>
  3404.          </div>
  3405.          
  3406.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3407.            <a href="https://www.taysideaviation.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3408.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3409.                <i class="ti-angle-right me-2 text-primary"></i>
  3410.                 non uk betting sites
  3411.              </h6>
  3412.            </a>
  3413.          </div>
  3414.          
  3415.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3416.            <a href="https://itechlabs.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3417.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3418.                <i class="ti-angle-right me-2 text-primary"></i>
  3419.                 non uk betting sites
  3420.              </h6>
  3421.            </a>
  3422.          </div>
  3423.          
  3424.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3425.            <a href="https://financialservicescultureboard.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3426.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3427.                <i class="ti-angle-right me-2 text-primary"></i>
  3428.                 non gamstop betting
  3429.              </h6>
  3430.            </a>
  3431.          </div>
  3432.          
  3433.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3434.            <a href="https://www.thelondontriathlon.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3435.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3436.                <i class="ti-angle-right me-2 text-primary"></i>
  3437.                 uk casino not on gamstop
  3438.              </h6>
  3439.            </a>
  3440.          </div>
  3441.          
  3442.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3443.            <a href="https://croftersrights.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3444.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3445.                <i class="ti-angle-right me-2 text-primary"></i>
  3446.                 best online casinos
  3447.              </h6>
  3448.            </a>
  3449.          </div>
  3450.          
  3451.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3452.            <a href="https://www.casquette.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3453.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3454.                <i class="ti-angle-right me-2 text-primary"></i>
  3455.                 best uk non gamstop casinos
  3456.              </h6>
  3457.            </a>
  3458.          </div>
  3459.          
  3460.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3461.            <a href="https://phonelegal.com/contact"  rel="dofollow" class="text-decoration-none ">
  3462.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3463.                <i class="ti-angle-right me-2 text-primary"></i>
  3464.                 transisi permainan mahjong ways berpindah ke zona high gain
  3465.              </h6>
  3466.            </a>
  3467.          </div>
  3468.          
  3469.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3470.            <a href="https://www.lacasadellapoesia.com/"  rel="dofollow" class="text-decoration-none ">
  3471.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3472.                <i class="ti-angle-right me-2 text-primary"></i>
  3473.                 168 games asia login alternatif login
  3474.              </h6>
  3475.            </a>
  3476.          </div>
  3477.          
  3478.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3479.            <a href="https://www.invo.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3480.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3481.                <i class="ti-angle-right me-2 text-primary"></i>
  3482.                 non gamstop casino uk
  3483.              </h6>
  3484.            </a>
  3485.          </div>
  3486.          
  3487.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3488.            <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none ">
  3489.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3490.                <i class="ti-angle-right me-2 text-primary"></i>
  3491.                 non gamstop casino
  3492.              </h6>
  3493.            </a>
  3494.          </div>
  3495.          
  3496.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3497.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3498.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3499.                <i class="ti-angle-right me-2 text-primary"></i>
  3500.                 new online casinos uk
  3501.              </h6>
  3502.            </a>
  3503.          </div>
  3504.          
  3505.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3506.            <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3507.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3508.                <i class="ti-angle-right me-2 text-primary"></i>
  3509.                 non GamStop casino UK
  3510.              </h6>
  3511.            </a>
  3512.          </div>
  3513.          
  3514.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3515.            <a href="https://www.moretonmotormuseum.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3516.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3517.                <i class="ti-angle-right me-2 text-primary"></i>
  3518.                 casino sites not on GamStop
  3519.              </h6>
  3520.            </a>
  3521.          </div>
  3522.          
  3523.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3524.            <a href="https://www.mediawise.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3525.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3526.                <i class="ti-angle-right me-2 text-primary"></i>
  3527.                 non GamStop casinos UK
  3528.              </h6>
  3529.            </a>
  3530.          </div>
  3531.          
  3532.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3533.            <a href="https://www.littleshipsramsgate.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3534.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3535.                <i class="ti-angle-right me-2 text-primary"></i>
  3536.                 non GamStop casino
  3537.              </h6>
  3538.            </a>
  3539.          </div>
  3540.          
  3541.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3542.            <a href="https://womeninfinance.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3543.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3544.                <i class="ti-angle-right me-2 text-primary"></i>
  3545.                 slots not on GamStop
  3546.              </h6>
  3547.            </a>
  3548.          </div>
  3549.          
  3550.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3551.            <a href="https://reflowfilament.com/"  rel="dofollow" class="text-decoration-none ">
  3552.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3553.                <i class="ti-angle-right me-2 text-primary"></i>
  3554.                 non GamStop casinos
  3555.              </h6>
  3556.            </a>
  3557.          </div>
  3558.          
  3559.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3560.            <a href="https://www.bolesworthinternational.com/"  rel="dofollow" class="text-decoration-none ">
  3561.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3562.                <i class="ti-angle-right me-2 text-primary"></i>
  3563.                 sites not on GamStop
  3564.              </h6>
  3565.            </a>
  3566.          </div>
  3567.          
  3568.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3569.            <a href="https://www.waweb-web.com/"  rel="dofollow" class="text-decoration-none ">
  3570.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3571.                <i class="ti-angle-right me-2 text-primary"></i>
  3572.                 wa web
  3573.              </h6>
  3574.            </a>
  3575.          </div>
  3576.          
  3577.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3578.            <a href="https://bettingsitesnotongamstop.com/"  rel="dofollow" class="text-decoration-none ">
  3579.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3580.                <i class="ti-angle-right me-2 text-primary"></i>
  3581.                 best betting sites
  3582.              </h6>
  3583.            </a>
  3584.          </div>
  3585.          
  3586.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3587.            <a href="https://www.cafebabel.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3588.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3589.                <i class="ti-angle-right me-2 text-primary"></i>
  3590.                 casino not on gamstop
  3591.              </h6>
  3592.            </a>
  3593.          </div>
  3594.          
  3595.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3596.            <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3597.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3598.                <i class="ti-angle-right me-2 text-primary"></i>
  3599.                 casinos not on gamstop
  3600.              </h6>
  3601.            </a>
  3602.          </div>
  3603.          
  3604.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3605.            <a href="https://www.makemegenius.com/"  rel="dofollow" class="text-decoration-none ">
  3606.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3607.                <i class="ti-angle-right me-2 text-primary"></i>
  3608.                 non gamstop casinos
  3609.              </h6>
  3610.            </a>
  3611.          </div>
  3612.          
  3613.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3614.            <a href="https://plasticoceans.uk/"  rel="dofollow" class="text-decoration-none ">
  3615.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3616.                <i class="ti-angle-right me-2 text-primary"></i>
  3617.                 casinos not on gamstop
  3618.              </h6>
  3619.            </a>
  3620.          </div>
  3621.          
  3622.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3623.            <a href="https://www.paghat.com/"  rel="dofollow" class="text-decoration-none ">
  3624.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3625.                <i class="ti-angle-right me-2 text-primary"></i>
  3626.                 non gamstop casino sites
  3627.              </h6>
  3628.            </a>
  3629.          </div>
  3630.          
  3631.  
  3632.        </div>
  3633.  
  3634.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3635.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3636.        </div> -->
  3637.      </div>
  3638.    </div>
  3639.    
  3640.    <div class="sidebar-widget mb-4">
  3641.      <div class="widget-title-wrapper mb-3">
  3642.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3643.          <i class="ti-calendar me-2"></i>January 2026 Blog Roll
  3644.          <span class="title-arrow"></span>
  3645.        </h4>
  3646.      </div>
  3647.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3648.        <div class="blog-roll-list scrollable-sidebar">
  3649.          
  3650.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3651.            <a href="https://thompsonalexander.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3652.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3653.                <i class="ti-angle-right me-2 text-primary"></i>
  3654.                 Non GAMSTOP Casinos
  3655.              </h6>
  3656.            </a>
  3657.          </div>
  3658.          
  3659.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3660.            <a href="https://pauljacques.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3661.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3662.                <i class="ti-angle-right me-2 text-primary"></i>
  3663.                 Non GamStop Casinos UK
  3664.              </h6>
  3665.            </a>
  3666.          </div>
  3667.          
  3668.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3669.            <a href="https://sgthome.co.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  3670.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3671.                <i class="ti-angle-right me-2 text-primary"></i>
  3672.                 Casinos Not on GamStop
  3673.              </h6>
  3674.            </a>
  3675.          </div>
  3676.          
  3677.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3678.            <a href="https://jeremyforlabour.com/"  rel="dofollow" class="text-decoration-none ">
  3679.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3680.                <i class="ti-angle-right me-2 text-primary"></i>
  3681.                 best casino not on gamstop
  3682.              </h6>
  3683.            </a>
  3684.          </div>
  3685.          
  3686.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3687.            <a href="https://peterbrett.com/"  rel="dofollow" class="text-decoration-none ">
  3688.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3689.                <i class="ti-angle-right me-2 text-primary"></i>
  3690.                 best casinos not on gamstop
  3691.              </h6>
  3692.            </a>
  3693.          </div>
  3694.          
  3695.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3696.            <a href="https://subseaworldnews.com/"  rel="dofollow" class="text-decoration-none ">
  3697.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3698.                <i class="ti-angle-right me-2 text-primary"></i>
  3699.                 casino not on gamstop uk
  3700.              </h6>
  3701.            </a>
  3702.          </div>
  3703.          
  3704.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3705.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none ">
  3706.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3707.                <i class="ti-angle-right me-2 text-primary"></i>
  3708.                 no deposit bonus casino not on gamstop
  3709.              </h6>
  3710.            </a>
  3711.          </div>
  3712.          
  3713.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3714.            <a href="https://peterbrett.com/"  rel="dofollow" class="text-decoration-none ">
  3715.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3716.                <i class="ti-angle-right me-2 text-primary"></i>
  3717.                 best casino sites not on gamstop
  3718.              </h6>
  3719.            </a>
  3720.          </div>
  3721.          
  3722.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3723.            <a href="https://chargeyourcar.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3724.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3725.                <i class="ti-angle-right me-2 text-primary"></i>
  3726.                 betting sites not on gamstop uk
  3727.              </h6>
  3728.            </a>
  3729.          </div>
  3730.          
  3731.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3732.            <a href="https://www.frn.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3733.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3734.                <i class="ti-angle-right me-2 text-primary"></i>
  3735.                 best betting sites not on gamstop
  3736.              </h6>
  3737.            </a>
  3738.          </div>
  3739.          
  3740.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3741.            <a href="https://theemon.com/"  rel="dofollow" class="text-decoration-none ">
  3742.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3743.                <i class="ti-angle-right me-2 text-primary"></i>
  3744.                 best esports betting sites
  3745.              </h6>
  3746.            </a>
  3747.          </div>
  3748.          
  3749.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3750.            <a href="https://aircargoeye.com/"  rel="dofollow" class="text-decoration-none ">
  3751.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3752.                <i class="ti-angle-right me-2 text-primary"></i>
  3753.                 no deposit bonus casino not on gamstop
  3754.              </h6>
  3755.            </a>
  3756.          </div>
  3757.          
  3758.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3759.            <a href="https://www.forcesreunited.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3760.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3761.                <i class="ti-angle-right me-2 text-primary"></i>
  3762.                 best casinos not on GamStop UK
  3763.              </h6>
  3764.            </a>
  3765.          </div>
  3766.          
  3767.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3768.            <a href="https://www.chemical-records.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3769.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3770.                <i class="ti-angle-right me-2 text-primary"></i>
  3771.                 casino sites not on gamstop
  3772.              </h6>
  3773.            </a>
  3774.          </div>
  3775.          
  3776.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3777.            <a href="https://www.fishonline.org/"  rel="dofollow" class="text-decoration-none ">
  3778.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3779.                <i class="ti-angle-right me-2 text-primary"></i>
  3780.                 non gamstop casinos 2026
  3781.              </h6>
  3782.            </a>
  3783.          </div>
  3784.          
  3785.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3786.            <a href="https://www.scva.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3787.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3788.                <i class="ti-angle-right me-2 text-primary"></i>
  3789.                 reputable casinos not on gamstop
  3790.              </h6>
  3791.            </a>
  3792.          </div>
  3793.          
  3794.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3795.            <a href="https://www.ethicalangel.com/"  rel="dofollow" class="text-decoration-none ">
  3796.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3797.                <i class="ti-angle-right me-2 text-primary"></i>
  3798.                 casinos not on GamStop
  3799.              </h6>
  3800.            </a>
  3801.          </div>
  3802.          
  3803.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3804.            <a href="https://www.concrete-online.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3805.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3806.                <i class="ti-angle-right me-2 text-primary"></i>
  3807.                 best casinos not on GamStop UK
  3808.              </h6>
  3809.            </a>
  3810.          </div>
  3811.          
  3812.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3813.            <a href="https://www.aipce.net/"  rel="dofollow" class="text-decoration-none ">
  3814.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3815.                <i class="ti-angle-right me-2 text-primary"></i>
  3816.                 non-gamstop casino uk
  3817.              </h6>
  3818.            </a>
  3819.          </div>
  3820.          
  3821.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3822.            <a href="https://stmargarets.london/"  rel="dofollow" class="text-decoration-none ">
  3823.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3824.                <i class="ti-angle-right me-2 text-primary"></i>
  3825.                 new online casinos not on gamstop
  3826.              </h6>
  3827.            </a>
  3828.          </div>
  3829.          
  3830.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3831.            <a href="https://bvdfree.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3832.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3833.                <i class="ti-angle-right me-2 text-primary"></i>
  3834.                 sports betting sites not on gamstop
  3835.              </h6>
  3836.            </a>
  3837.          </div>
  3838.          
  3839.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3840.            <a href="https://ecademy.com"  rel="dofollow" class="text-decoration-none ">
  3841.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3842.                <i class="ti-angle-right me-2 text-primary"></i>
  3843.                 best non gamstop casinos uk
  3844.              </h6>
  3845.            </a>
  3846.          </div>
  3847.          
  3848.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3849.            <a href="https://www.opencfd.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3850.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3851.                <i class="ti-angle-right me-2 text-primary"></i>
  3852.                 non GamStop casinos
  3853.              </h6>
  3854.            </a>
  3855.          </div>
  3856.          
  3857.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3858.            <a href="https://inlandhomes.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3859.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3860.                <i class="ti-angle-right me-2 text-primary"></i>
  3861.                 non GamStop casinos UK
  3862.              </h6>
  3863.            </a>
  3864.          </div>
  3865.          
  3866.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3867.            <a href="https://unbound.co.uk"  rel="dofollow" class="text-decoration-none ">
  3868.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3869.                <i class="ti-angle-right me-2 text-primary"></i>
  3870.                 non-gamstop casinos
  3871.              </h6>
  3872.            </a>
  3873.          </div>
  3874.          
  3875.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3876.            <a href="https://www.huhmagazine.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3877.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3878.                <i class="ti-angle-right me-2 text-primary"></i>
  3879.                 best uk non gamstop casinos 2026
  3880.              </h6>
  3881.            </a>
  3882.          </div>
  3883.          
  3884.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3885.            <a href="https://thetetley.org"  rel="dofollow" class="text-decoration-none ">
  3886.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3887.                <i class="ti-angle-right me-2 text-primary"></i>
  3888.                 best non gamstop casinos uk
  3889.              </h6>
  3890.            </a>
  3891.          </div>
  3892.          
  3893.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3894.            <a href="https://www.midlandsengine.org/"  rel="dofollow" class="text-decoration-none ">
  3895.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3896.                <i class="ti-angle-right me-2 text-primary"></i>
  3897.                 non GamStop casinos
  3898.              </h6>
  3899.            </a>
  3900.          </div>
  3901.          
  3902.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3903.            <a href="https://www.sll.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3904.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3905.                <i class="ti-angle-right me-2 text-primary"></i>
  3906.                 slots not on GamStop
  3907.              </h6>
  3908.            </a>
  3909.          </div>
  3910.          
  3911.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3912.            <a href="https://homewings.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3913.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3914.                <i class="ti-angle-right me-2 text-primary"></i>
  3915.                 no kyc casinos UK
  3916.              </h6>
  3917.            </a>
  3918.          </div>
  3919.          
  3920.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3921.            <a href="https://kaiyo.com/"  rel="dofollow" class="text-decoration-none ">
  3922.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3923.                <i class="ti-angle-right me-2 text-primary"></i>
  3924.                 UK casinos not on GamStop
  3925.              </h6>
  3926.            </a>
  3927.          </div>
  3928.          
  3929.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3930.            <a href="https://lottie.london/"  rel="dofollow" class="text-decoration-none ">
  3931.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3932.                <i class="ti-angle-right me-2 text-primary"></i>
  3933.                 non-gamstop casinos
  3934.              </h6>
  3935.            </a>
  3936.          </div>
  3937.          
  3938.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3939.            <a href="https://lottie.london/"  rel="dofollow" class="text-decoration-none ">
  3940.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3941.                <i class="ti-angle-right me-2 text-primary"></i>
  3942.                 non gamstop casino
  3943.              </h6>
  3944.            </a>
  3945.          </div>
  3946.          
  3947.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3948.            <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3949.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3950.                <i class="ti-angle-right me-2 text-primary"></i>
  3951.                 non gamstop casino
  3952.              </h6>
  3953.            </a>
  3954.          </div>
  3955.          
  3956.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3957.            <a href="https://www.worldfolio.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3958.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3959.                <i class="ti-angle-right me-2 text-primary"></i>
  3960.                 best betting sites
  3961.              </h6>
  3962.            </a>
  3963.          </div>
  3964.          
  3965.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3966.            <a href="https://www.africa-in-motion.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3967.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3968.                <i class="ti-angle-right me-2 text-primary"></i>
  3969.                 non gamstop casinos
  3970.              </h6>
  3971.            </a>
  3972.          </div>
  3973.          
  3974.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3975.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  3976.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3977.                <i class="ti-angle-right me-2 text-primary"></i>
  3978.                 Casinos Not on GamStop
  3979.              </h6>
  3980.            </a>
  3981.          </div>
  3982.          
  3983.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3984.            <a href="https://www.techiestate.com/"  rel="dofollow" class="text-decoration-none ">
  3985.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3986.                <i class="ti-angle-right me-2 text-primary"></i>
  3987.                 non gamstop betting sites
  3988.              </h6>
  3989.            </a>
  3990.          </div>
  3991.          
  3992.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3993.            <a href="https://www.oxfordgoldgroup.com/"  rel="dofollow" class="text-decoration-none ">
  3994.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3995.                <i class="ti-angle-right me-2 text-primary"></i>
  3996.                 best betting sites uk
  3997.              </h6>
  3998.            </a>
  3999.          </div>
  4000.          
  4001.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4002.            <a href="https://humanigen.com/"  rel="dofollow" class="text-decoration-none ">
  4003.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4004.                <i class="ti-angle-right me-2 text-primary"></i>
  4005.                 casino not on gamstop
  4006.              </h6>
  4007.            </a>
  4008.          </div>
  4009.          
  4010.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4011.            <a href="https://www.hiddenhurt.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4012.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4013.                <i class="ti-angle-right me-2 text-primary"></i>
  4014.                 non gamstop betting
  4015.              </h6>
  4016.            </a>
  4017.          </div>
  4018.          
  4019.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4020.            <a href="https://www.hiddenhurt.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4021.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4022.                <i class="ti-angle-right me-2 text-primary"></i>
  4023.                 bookies not on gamstop
  4024.              </h6>
  4025.            </a>
  4026.          </div>
  4027.          
  4028.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4029.            <a href="https://www.broomhillart.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4030.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4031.                <i class="ti-angle-right me-2 text-primary"></i>
  4032.                 bookies not on gamstop
  4033.              </h6>
  4034.            </a>
  4035.          </div>
  4036.          
  4037.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4038.            <a href="https://footballblog.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4039.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4040.                <i class="ti-angle-right me-2 text-primary"></i>
  4041.                 betting sites
  4042.              </h6>
  4043.            </a>
  4044.          </div>
  4045.          
  4046.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4047.            <a href="https://www.videogamer.com/uk/online-casinos/pay-by-phone/"  rel="dofollow" class="text-decoration-none ">
  4048.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4049.                <i class="ti-angle-right me-2 text-primary"></i>
  4050.                 pay by phone online casinos
  4051.              </h6>
  4052.            </a>
  4053.          </div>
  4054.          
  4055.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4056.            <a href="https://www.geekgirlmeetup.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4057.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4058.                <i class="ti-angle-right me-2 text-primary"></i>
  4059.                 non gamstop casino
  4060.              </h6>
  4061.            </a>
  4062.          </div>
  4063.          
  4064.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4065.            <a href="https://www.greenjournal.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4066.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4067.                <i class="ti-angle-right me-2 text-primary"></i>
  4068.                 non Gamstop
  4069.              </h6>
  4070.            </a>
  4071.          </div>
  4072.          
  4073.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4074.            <a href="https://plasticoceans.uk/"  rel="dofollow" class="text-decoration-none ">
  4075.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4076.                <i class="ti-angle-right me-2 text-primary"></i>
  4077.                 non Gamstop
  4078.              </h6>
  4079.            </a>
  4080.          </div>
  4081.          
  4082.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4083.            <a href="https://www.innocent.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4084.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4085.                <i class="ti-angle-right me-2 text-primary"></i>
  4086.                 casinos not on GameStop
  4087.              </h6>
  4088.            </a>
  4089.          </div>
  4090.          
  4091.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4092.            <a href="https://ukfitnessevents.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4093.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4094.                <i class="ti-angle-right me-2 text-primary"></i>
  4095.                 non GamStop casino UK
  4096.              </h6>
  4097.            </a>
  4098.          </div>
  4099.          
  4100.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4101.            <a href="https://www.excellencegateway.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4102.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4103.                <i class="ti-angle-right me-2 text-primary"></i>
  4104.                 casinos not on GameStop
  4105.              </h6>
  4106.            </a>
  4107.          </div>
  4108.          
  4109.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4110.            <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none ">
  4111.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4112.                <i class="ti-angle-right me-2 text-primary"></i>
  4113.                 slots not on gamstop
  4114.              </h6>
  4115.            </a>
  4116.          </div>
  4117.          
  4118.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4119.            <a href="https://lessplastic.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4120.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4121.                <i class="ti-angle-right me-2 text-primary"></i>
  4122.                 games not on gamstop
  4123.              </h6>
  4124.            </a>
  4125.          </div>
  4126.          
  4127.  
  4128.        </div>
  4129.  
  4130.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  4131.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4132.        </div> -->
  4133.      </div>
  4134.    </div>
  4135.    
  4136.    <div class="sidebar-widget mb-4">
  4137.      <div class="widget-title-wrapper mb-3">
  4138.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  4139.          <i class="ti-calendar me-2"></i>December 2025 Blog Roll
  4140.          <span class="title-arrow"></span>
  4141.        </h4>
  4142.      </div>
  4143.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  4144.        <div class="blog-roll-list scrollable-sidebar">
  4145.          
  4146.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4147.            <a href="https://drive-alive.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4148.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4149.                <i class="ti-angle-right me-2 text-primary"></i>
  4150.                 non gamstop casino no deposit bonus
  4151.              </h6>
  4152.            </a>
  4153.          </div>
  4154.          
  4155.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4156.            <a href="https://www.hgca.com/"  rel="dofollow" class="text-decoration-none ">
  4157.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4158.                <i class="ti-angle-right me-2 text-primary"></i>
  4159.                 online casino
  4160.              </h6>
  4161.            </a>
  4162.          </div>
  4163.          
  4164.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4165.            <a href="https://www.ukces.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4166.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4167.                <i class="ti-angle-right me-2 text-primary"></i>
  4168.                 bookmakers not on gamstop
  4169.              </h6>
  4170.            </a>
  4171.          </div>
  4172.          
  4173.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4174.            <a href="https://www.outset.org/"  rel="dofollow" class="text-decoration-none ">
  4175.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4176.                <i class="ti-angle-right me-2 text-primary"></i>
  4177.                 bookmakers not on gamstop
  4178.              </h6>
  4179.            </a>
  4180.          </div>
  4181.          
  4182.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4183.            <a href="https://www.geekgirlmeetup.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4184.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4185.                <i class="ti-angle-right me-2 text-primary"></i>
  4186.                 online casinos
  4187.              </h6>
  4188.            </a>
  4189.          </div>
  4190.          
  4191.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4192.            <a href="https://www.invo.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4193.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4194.                <i class="ti-angle-right me-2 text-primary"></i>
  4195.                 online casino
  4196.              </h6>
  4197.            </a>
  4198.          </div>
  4199.          
  4200.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4201.            <a href="https://bikeweek.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4202.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4203.                <i class="ti-angle-right me-2 text-primary"></i>
  4204.                 online casino
  4205.              </h6>
  4206.            </a>
  4207.          </div>
  4208.          
  4209.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4210.            <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4211.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4212.                <i class="ti-angle-right me-2 text-primary"></i>
  4213.                 online casino
  4214.              </h6>
  4215.            </a>
  4216.          </div>
  4217.          
  4218.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4219.            <a href="https://www.videogamer.com/uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none ">
  4220.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4221.                <i class="ti-angle-right me-2 text-primary"></i>
  4222.                 non gamstop casinos
  4223.              </h6>
  4224.            </a>
  4225.          </div>
  4226.          
  4227.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4228.            <a href="https://hebdenbridgeartsfestival.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4229.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4230.                <i class="ti-angle-right me-2 text-primary"></i>
  4231.                 crypto casinos uk
  4232.              </h6>
  4233.            </a>
  4234.          </div>
  4235.          
  4236.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4237.            <a href="https://www.goodsixty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4238.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4239.                <i class="ti-angle-right me-2 text-primary"></i>
  4240.                 uk casinos not on gamstop
  4241.              </h6>
  4242.            </a>
  4243.          </div>
  4244.          
  4245.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4246.            <a href="https://www.efttex.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4247.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4248.                <i class="ti-angle-right me-2 text-primary"></i>
  4249.                 top UK casino sites
  4250.              </h6>
  4251.            </a>
  4252.          </div>
  4253.          
  4254.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4255.            <a href="https://www.aboutcookies.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4256.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4257.                <i class="ti-angle-right me-2 text-primary"></i>
  4258.                 casinos not on gamstop
  4259.              </h6>
  4260.            </a>
  4261.          </div>
  4262.          
  4263.  
  4264.        </div>
  4265.  
  4266.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  4267.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4268.        </div> -->
  4269.      </div>
  4270.    </div>
  4271.    
  4272.    <div class="sidebar-widget mb-4">
  4273.      <div class="widget-title-wrapper mb-3">
  4274.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  4275.          <i class="ti-calendar me-2"></i>November 2025 Blog Roll
  4276.          <span class="title-arrow"></span>
  4277.        </h4>
  4278.      </div>
  4279.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  4280.        <div class="blog-roll-list scrollable-sidebar">
  4281.          
  4282.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4283.            <a href="https://zoeticcouture.com/"  rel="dofollow" class="text-decoration-none ">
  4284.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4285.                <i class="ti-angle-right me-2 text-primary"></i>
  4286.                 หวย
  4287.              </h6>
  4288.            </a>
  4289.          </div>
  4290.          
  4291.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4292.            <a href="https://www.yahoo.com/lifestyle/articles/most-trusted-non-gamstop-casinos-014507375.html"  rel="dofollow" class="text-decoration-none ">
  4293.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4294.                <i class="ti-angle-right me-2 text-primary"></i>
  4295.                 trusted non gamstop casinos
  4296.              </h6>
  4297.            </a>
  4298.          </div>
  4299.          
  4300.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4301.            <a href="https://www.aboutcookies.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4302.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4303.                <i class="ti-angle-right me-2 text-primary"></i>
  4304.                 casino not on gamstop
  4305.              </h6>
  4306.            </a>
  4307.          </div>
  4308.          
  4309.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4310.            <a href="https://www.ecademy.com/"  rel="dofollow" class="text-decoration-none ">
  4311.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4312.                <i class="ti-angle-right me-2 text-primary"></i>
  4313.                 online casino
  4314.              </h6>
  4315.            </a>
  4316.          </div>
  4317.          
  4318.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4319.            <a href="https://www.efttex.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4320.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4321.                <i class="ti-angle-right me-2 text-primary"></i>
  4322.                 list of UK casino sites
  4323.              </h6>
  4324.            </a>
  4325.          </div>
  4326.          
  4327.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4328.            <a href="https://equal-ist.eu/"  rel="dofollow" class="text-decoration-none ">
  4329.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4330.                <i class="ti-angle-right me-2 text-primary"></i>
  4331.                 best casinos online
  4332.              </h6>
  4333.            </a>
  4334.          </div>
  4335.          
  4336.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4337.            <a href="https://www.geekgirlmeetup.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4338.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4339.                <i class="ti-angle-right me-2 text-primary"></i>
  4340.                 best casinos not on gamstop UK
  4341.              </h6>
  4342.            </a>
  4343.          </div>
  4344.          
  4345.  
  4346.        </div>
  4347.  
  4348.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  4349.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4350.        </div> -->
  4351.      </div>
  4352.    </div>
  4353.    
  4354.    <div class="sidebar-widget mb-4">
  4355.      <div class="widget-title-wrapper mb-3">
  4356.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  4357.          <i class="ti-calendar me-2"></i>October 2025 Blog Roll
  4358.          <span class="title-arrow"></span>
  4359.        </h4>
  4360.      </div>
  4361.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  4362.        <div class="blog-roll-list scrollable-sidebar">
  4363.          
  4364.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4365.            <a href="https://www.transpositions.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4366.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4367.                <i class="ti-angle-right me-2 text-primary"></i>
  4368.                 UK casino sites not on gamstop
  4369.              </h6>
  4370.            </a>
  4371.          </div>
  4372.          
  4373.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4374.            <a href="https://www.fishisthedish.co.uk/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none ">
  4375.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4376.                <i class="ti-angle-right me-2 text-primary"></i>
  4377.                 casino not on gamstop
  4378.              </h6>
  4379.            </a>
  4380.          </div>
  4381.          
  4382.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4383.            <a href="https://religion-freedom-report.org.uk/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none ">
  4384.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4385.                <i class="ti-angle-right me-2 text-primary"></i>
  4386.                 UK casinos not on gamstop
  4387.              </h6>
  4388.            </a>
  4389.          </div>
  4390.          
  4391.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4392.            <a href="https://www.contextis.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4393.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4394.                <i class="ti-angle-right me-2 text-primary"></i>
  4395.                 UK casino sites not on gamstop
  4396.              </h6>
  4397.            </a>
  4398.          </div>
  4399.          
  4400.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4401.            <a href="https://www.charitydigitalnews.co.uk/casinos-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  4402.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4403.                <i class="ti-angle-right me-2 text-primary"></i>
  4404.                 casinos not on gamstop
  4405.              </h6>
  4406.            </a>
  4407.          </div>
  4408.          
  4409.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4410.            <a href="https://www.toop.eu/"  rel="dofollow" class="text-decoration-none ">
  4411.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4412.                <i class="ti-angle-right me-2 text-primary"></i>
  4413.                 casino not on gamstop
  4414.              </h6>
  4415.            </a>
  4416.          </div>
  4417.          
  4418.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4419.            <a href="https://www.fictionuncovered.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4420.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4421.                <i class="ti-angle-right me-2 text-primary"></i>
  4422.                 non gamstop casinos UK
  4423.              </h6>
  4424.            </a>
  4425.          </div>
  4426.          
  4427.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4428.            <a href="https://cointelegraph.com/crypto-betting/real-money-casinos/uk/non-gamstop/"  rel="dofollow" class="text-decoration-none ">
  4429.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4430.                <i class="ti-angle-right me-2 text-primary"></i>
  4431.                 best casinos not on gamstop
  4432.              </h6>
  4433.            </a>
  4434.          </div>
  4435.          
  4436.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4437.            <a href="https://uk-sobs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4438.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4439.                <i class="ti-angle-right me-2 text-primary"></i>
  4440.                 non-gamstop casinos
  4441.              </h6>
  4442.            </a>
  4443.          </div>
  4444.          
  4445.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4446.            <a href="https://focusontheuser.eu/"  rel="dofollow" class="text-decoration-none ">
  4447.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4448.                <i class="ti-angle-right me-2 text-primary"></i>
  4449.                 non gamstop casino
  4450.              </h6>
  4451.            </a>
  4452.          </div>
  4453.          
  4454.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4455.            <a href="https://www.cheshirewestmuseums.org/non-gamstop-casinos-uk/"  rel="dofollow" class="text-decoration-none ">
  4456.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4457.                <i class="ti-angle-right me-2 text-primary"></i>
  4458.                 UK casinos not on gamstop
  4459.              </h6>
  4460.            </a>
  4461.          </div>
  4462.          
  4463.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4464.            <a href="https://geekgearbox.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4465.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4466.                <i class="ti-angle-right me-2 text-primary"></i>
  4467.                 casinos not on GamStop
  4468.              </h6>
  4469.            </a>
  4470.          </div>
  4471.          
  4472.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4473.            <a href="https://www.naturallygoodfood.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4474.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4475.                <i class="ti-angle-right me-2 text-primary"></i>
  4476.                 UK bookmakers not on GamStop
  4477.              </h6>
  4478.            </a>
  4479.          </div>
  4480.          
  4481.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4482.            <a href="https://countrywidefarmers.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4483.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4484.                <i class="ti-angle-right me-2 text-primary"></i>
  4485.                 non GamStop online casinos 2025
  4486.              </h6>
  4487.            </a>
  4488.          </div>
  4489.          
  4490.  
  4491.        </div>
  4492.  
  4493.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  4494.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4495.        </div> -->
  4496.      </div>
  4497.    </div>
  4498.    
  4499.    <div class="sidebar-widget mb-4">
  4500.      <div class="widget-title-wrapper mb-3">
  4501.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  4502.          <i class="ti-calendar me-2"></i>September 2025 Blog Roll
  4503.          <span class="title-arrow"></span>
  4504.        </h4>
  4505.      </div>
  4506.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  4507.        <div class="blog-roll-list scrollable-sidebar">
  4508.          
  4509.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4510.            <a href="https://chatterpack.net/"  rel="dofollow" class="text-decoration-none ">
  4511.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4512.                <i class="ti-angle-right me-2 text-primary"></i>
  4513.                 non gamstop casino
  4514.              </h6>
  4515.            </a>
  4516.          </div>
  4517.          
  4518.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4519.            <a href="https://www.intersport.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4520.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4521.                <i class="ti-angle-right me-2 text-primary"></i>
  4522.                 non UK casinos that accept UK players
  4523.              </h6>
  4524.            </a>
  4525.          </div>
  4526.          
  4527.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4528.            <a href="https://www.londonart.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4529.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4530.                <i class="ti-angle-right me-2 text-primary"></i>
  4531.                 London Escorts
  4532.              </h6>
  4533.            </a>
  4534.          </div>
  4535.          
  4536.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4537.            <a href="https://www.morethanfootball.eu/"  rel="dofollow" class="text-decoration-none ">
  4538.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4539.                <i class="ti-angle-right me-2 text-primary"></i>
  4540.                 best non GamStop casinos 2025
  4541.              </h6>
  4542.            </a>
  4543.          </div>
  4544.          
  4545.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4546.            <a href="https://www.britishpoliticalspeech.org/"  rel="dofollow" class="text-decoration-none ">
  4547.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4548.                <i class="ti-angle-right me-2 text-primary"></i>
  4549.                 UK casino sites not on GamStoplinks
  4550.              </h6>
  4551.            </a>
  4552.          </div>
  4553.          
  4554.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4555.            <a href="https://www.letseatperth.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4556.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4557.                <i class="ti-angle-right me-2 text-primary"></i>
  4558.                 non UK casino
  4559.              </h6>
  4560.            </a>
  4561.          </div>
  4562.          
  4563.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4564.            <a href="https://crypto-economy.com/the-best-paying-non-gamstop-casinos-top-10-casinos-not-on-gamstop-ranked/"  rel="dofollow" class="text-decoration-none ">
  4565.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4566.                <i class="ti-angle-right me-2 text-primary"></i>
  4567.                 live casinos not on gamstop
  4568.              </h6>
  4569.            </a>
  4570.          </div>
  4571.          
  4572.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4573.            <a href="https://mpmckeownlandscapes.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4574.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4575.                <i class="ti-angle-right me-2 text-primary"></i>
  4576.                 non gamstop casino
  4577.              </h6>
  4578.            </a>
  4579.          </div>
  4580.          
  4581.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4582.            <a href="https://tescobagsofhelp.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4583.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4584.                <i class="ti-angle-right me-2 text-primary"></i>
  4585.                 slot sites not on gamstop
  4586.              </h6>
  4587.            </a>
  4588.          </div>
  4589.          
  4590.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4591.            <a href="https://www.smallcharityweek.com/"  rel="dofollow" class="text-decoration-none ">
  4592.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4593.                <i class="ti-angle-right me-2 text-primary"></i>
  4594.                 non gamstop casinos
  4595.              </h6>
  4596.            </a>
  4597.          </div>
  4598.          
  4599.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4600.            <a href="https://stallion-theme.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4601.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4602.                <i class="ti-angle-right me-2 text-primary"></i>
  4603.                 non gamstop casino
  4604.              </h6>
  4605.            </a>
  4606.          </div>
  4607.          
  4608.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4609.            <a href="https://baskonline.com/"  rel="dofollow" class="text-decoration-none ">
  4610.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4611.                <i class="ti-angle-right me-2 text-primary"></i>
  4612.                 non GamStop casino UK
  4613.              </h6>
  4614.            </a>
  4615.          </div>
  4616.          
  4617.  
  4618.        </div>
  4619.  
  4620.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  4621.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4622.        </div> -->
  4623.      </div>
  4624.    </div>
  4625.    
  4626.    <div class="sidebar-widget mb-4">
  4627.      <div class="widget-title-wrapper mb-3">
  4628.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  4629.          <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  4630.          <span class="title-arrow"></span>
  4631.        </h4>
  4632.      </div>
  4633.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  4634.        <div class="blog-roll-list scrollable-sidebar">
  4635.          
  4636.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4637.            <a href="https://www.nativerestaurant.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4638.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4639.                <i class="ti-angle-right me-2 text-primary"></i>
  4640.                 casinos not on GamStop
  4641.              </h6>
  4642.            </a>
  4643.          </div>
  4644.          
  4645.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4646.            <a href="https://languagecoursesuk.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4647.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4648.                <i class="ti-angle-right me-2 text-primary"></i>
  4649.                 casino not on GamStop
  4650.              </h6>
  4651.            </a>
  4652.          </div>
  4653.          
  4654.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4655.            <a href="https://www.victimsupportni.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4656.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4657.                <i class="ti-angle-right me-2 text-primary"></i>
  4658.                 casino sites not on GamStop
  4659.              </h6>
  4660.            </a>
  4661.          </div>
  4662.          
  4663.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4664.            <a href="https://www.face-online.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4665.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4666.                <i class="ti-angle-right me-2 text-primary"></i>
  4667.                 UK casinos not on gamstop
  4668.              </h6>
  4669.            </a>
  4670.          </div>
  4671.          
  4672.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4673.            <a href="https://gdalabel.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4674.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4675.                <i class="ti-angle-right me-2 text-primary"></i>
  4676.                 casinos not signed up to gamstop
  4677.              </h6>
  4678.            </a>
  4679.          </div>
  4680.          
  4681.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4682.            <a href="https://www.copyrighthub.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4683.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4684.                <i class="ti-angle-right me-2 text-primary"></i>
  4685.                 gambling sites not on gamstop
  4686.              </h6>
  4687.            </a>
  4688.          </div>
  4689.          
  4690.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4691.            <a href="https://www.unearthedsounds.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4692.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4693.                <i class="ti-angle-right me-2 text-primary"></i>
  4694.                 non gamstop casinos
  4695.              </h6>
  4696.            </a>
  4697.          </div>
  4698.          
  4699.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4700.            <a href="https://www.soundsurvey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4701.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4702.                <i class="ti-angle-right me-2 text-primary"></i>
  4703.                 casino not on GamStop
  4704.              </h6>
  4705.            </a>
  4706.          </div>
  4707.          
  4708.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4709.            <a href="https://fortwilliamworldcup.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4710.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4711.                <i class="ti-angle-right me-2 text-primary"></i>
  4712.                 non GamStop casino
  4713.              </h6>
  4714.            </a>
  4715.          </div>
  4716.          
  4717.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4718.            <a href="https://cointelegraph.com/crypto-betting/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none ">
  4719.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4720.                <i class="ti-angle-right me-2 text-primary"></i>
  4721.                 reputable casinos not on gamstop
  4722.              </h6>
  4723.            </a>
  4724.          </div>
  4725.          
  4726.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4727.            <a href="https://www.continuitycentral.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none ">
  4728.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4729.                <i class="ti-angle-right me-2 text-primary"></i>
  4730.                 gambling sites not on gamstop
  4731.              </h6>
  4732.            </a>
  4733.          </div>
  4734.          
  4735.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4736.            <a href="https://www.cdf.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4737.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4738.                <i class="ti-angle-right me-2 text-primary"></i>
  4739.                 casino not on gamstop
  4740.              </h6>
  4741.            </a>
  4742.          </div>
  4743.          
  4744.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4745.            <a href="https://esports-news.co.uk/online-casinos/non-gamstop/"  rel="dofollow" class="text-decoration-none ">
  4746.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4747.                <i class="ti-angle-right me-2 text-primary"></i>
  4748.                 non Gamstop casino UK
  4749.              </h6>
  4750.            </a>
  4751.          </div>
  4752.          
  4753.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4754.            <a href="https://www.kingessay.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4755.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4756.                <i class="ti-angle-right me-2 text-primary"></i>
  4757.                 betting sites not on gamstop
  4758.              </h6>
  4759.            </a>
  4760.          </div>
  4761.          
  4762.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4763.            <a href="https://www.connectright.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4764.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4765.                <i class="ti-angle-right me-2 text-primary"></i>
  4766.                 non GamStop casinos
  4767.              </h6>
  4768.            </a>
  4769.          </div>
  4770.          
  4771.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4772.            <a href="https://www.ukbimalliance.org/"  rel="dofollow" class="text-decoration-none ">
  4773.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4774.                <i class="ti-angle-right me-2 text-primary"></i>
  4775.                 UK casinos not on gamstop
  4776.              </h6>
  4777.            </a>
  4778.          </div>
  4779.          
  4780.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4781.            <a href="https://www.livforinteriors.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4782.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4783.                <i class="ti-angle-right me-2 text-primary"></i>
  4784.                 betting site not on gamstop
  4785.              </h6>
  4786.            </a>
  4787.          </div>
  4788.          
  4789.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4790.            <a href="https://pedlars.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4791.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4792.                <i class="ti-angle-right me-2 text-primary"></i>
  4793.                 gambling sites not on GamStop
  4794.              </h6>
  4795.            </a>
  4796.          </div>
  4797.          
  4798.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4799.            <a href="https://www.train4publishing.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4800.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4801.                <i class="ti-angle-right me-2 text-primary"></i>
  4802.                 betting site not on gamstop
  4803.              </h6>
  4804.            </a>
  4805.          </div>
  4806.          
  4807.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4808.            <a href="https://www.cusu.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4809.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4810.                <i class="ti-angle-right me-2 text-primary"></i>
  4811.                 UK gambling sites not on GamStop
  4812.              </h6>
  4813.            </a>
  4814.          </div>
  4815.          
  4816.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4817.            <a href="https://yeovilhospital.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4818.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4819.                <i class="ti-angle-right me-2 text-primary"></i>
  4820.                 non GamStop casinos UK
  4821.              </h6>
  4822.            </a>
  4823.          </div>
  4824.          
  4825.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4826.            <a href="https://openidentityexchange.org/"  rel="dofollow" class="text-decoration-none ">
  4827.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4828.                <i class="ti-angle-right me-2 text-primary"></i>
  4829.                 non gamstop casino
  4830.              </h6>
  4831.            </a>
  4832.          </div>
  4833.          
  4834.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4835.            <a href="https://sauk.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4836.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4837.                <i class="ti-angle-right me-2 text-primary"></i>
  4838.                 non GamStop casino
  4839.              </h6>
  4840.            </a>
  4841.          </div>
  4842.          
  4843.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4844.            <a href="https://eventgenius.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4845.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4846.                <i class="ti-angle-right me-2 text-primary"></i>
  4847.                 non GamStop casino UK
  4848.              </h6>
  4849.            </a>
  4850.          </div>
  4851.          
  4852.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4853.            <a href="https://mindfulnessteachersuk.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4854.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4855.                <i class="ti-angle-right me-2 text-primary"></i>
  4856.                 UK casinos not on gamstop
  4857.              </h6>
  4858.            </a>
  4859.          </div>
  4860.          
  4861.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4862.            <a href="https://gdalabel.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4863.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4864.                <i class="ti-angle-right me-2 text-primary"></i>
  4865.                 not on gamstop casinos
  4866.              </h6>
  4867.            </a>
  4868.          </div>
  4869.          
  4870.  
  4871.        </div>
  4872.  
  4873.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  4874.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4875.        </div> -->
  4876.      </div>
  4877.    </div>
  4878.    
  4879.    <div class="sidebar-widget mb-4">
  4880.      <div class="widget-title-wrapper mb-3">
  4881.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  4882.          <i class="ti-calendar me-2"></i>July 2025 Blog Roll
  4883.          <span class="title-arrow"></span>
  4884.        </h4>
  4885.      </div>
  4886.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  4887.        <div class="blog-roll-list scrollable-sidebar">
  4888.          
  4889.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4890.            <a href="https://nva.org.uk/"  rel="dofollow" class="text-decoration-none ">
  4891.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4892.                <i class="ti-angle-right me-2 text-primary"></i>
  4893.                 UK gambling sites not on gamstop
  4894.              </h6>
  4895.            </a>
  4896.          </div>
  4897.          
  4898.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4899.            <a href="https://thecolourclock.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4900.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4901.                <i class="ti-angle-right me-2 text-primary"></i>
  4902.                 non GamStop sites
  4903.              </h6>
  4904.            </a>
  4905.          </div>
  4906.          
  4907.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4908.            <a href="https://techweekeurope.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4909.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4910.                <i class="ti-angle-right me-2 text-primary"></i>
  4911.                 non GamStop sites
  4912.              </h6>
  4913.            </a>
  4914.          </div>
  4915.          
  4916.  
  4917.        </div>
  4918.  
  4919.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  4920.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4921.        </div> -->
  4922.      </div>
  4923.    </div>
  4924.    
  4925.    <div class="sidebar-widget mb-4">
  4926.      <div class="widget-title-wrapper mb-3">
  4927.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  4928.          <i class="ti-calendar me-2"></i>June 2025 Blog Roll
  4929.          <span class="title-arrow"></span>
  4930.        </h4>
  4931.      </div>
  4932.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  4933.        <div class="blog-roll-list scrollable-sidebar">
  4934.          
  4935.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  4936.            <a href="https://www.rivieramultimedia.co.uk/"  rel="dofollow" class="text-decoration-none ">
  4937.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  4938.                <i class="ti-angle-right me-2 text-primary"></i>
  4939.                 casinos not on GameStop
  4940.              </h6>
  4941.            </a>
  4942.          </div>
  4943.          
  4944.  
  4945.        </div>
  4946.  
  4947.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  4948.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  4949.        </div> -->
  4950.      </div>
  4951.    </div>
  4952.    
  4953.  </div>
  4954.  
  4955. <!-- Sidebar V2 Styles -->
  4956. <style>
  4957.  .sidebar-widget {
  4958.    position: relative;
  4959.  }
  4960.  
  4961.  .widget-title {
  4962.    font-size: 1.1rem;
  4963.    font-weight: 700;
  4964.    display: inline-block;
  4965.    position: relative;
  4966.    z-index: 2;
  4967.    border-radius: 0;
  4968.  }
  4969.  
  4970.  /* Green arrow for August Blog Roll */
  4971.  .title-arrow::after {
  4972.    content: '';
  4973.    position: absolute;
  4974.    top: 0;
  4975.    right: -22px;
  4976.    width: 0;
  4977.    height: 0;
  4978.    border-left: 22px solid var(--bs-primary);
  4979.    border-top: 22px solid transparent;
  4980.    border-bottom: 22px solid transparent;
  4981.    z-index: 1;
  4982.  }
  4983.  
  4984.  /* Blue arrow for Recent Posts */
  4985.  .title-arrow-primary::after {
  4986.    content: '';
  4987.    position: absolute;
  4988.    top: 0;
  4989.    right: -22px;
  4990.    width: 0;
  4991.    height: 0;
  4992.    border-left: 22px solid var(--bs-primary);
  4993.    border-top: 22px solid transparent;
  4994.    border-bottom: 22px solid transparent;
  4995.    z-index: 1;
  4996.  }
  4997.  
  4998.  .widget-content {
  4999.    margin-top: -1px;
  5000.    position: relative;
  5001.    z-index: 1;
  5002.     background-color: var(--card-bg);
  5003.  }
  5004.  
  5005.  /* Blog Roll Items Hover Effects */
  5006.  .blog-roll-item:hover .post-title {
  5007.    color: #198754 !important;
  5008.    transform: translateX(5px);
  5009.    transition: all 0.3s ease;
  5010.  }
  5011.  
  5012.  /* Recent Post Items Hover Effects */
  5013.  .recent-post-item:hover .post-title a {
  5014.    color: #0d6efd !important;
  5015.    transition: color 0.3s ease;
  5016.  }
  5017.  
  5018.  .recent-post-item:hover .post-image img {
  5019.    transform: scale(1.05);
  5020.    transition: transform 0.3s ease;
  5021.  }
  5022.  
  5023.  /* Button Hover Effects */
  5024.  .btn:hover {
  5025.    transform: translateY(-2px);
  5026.    transition: all 0.3s ease;
  5027.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  5028.  }
  5029.  
  5030.  /* Badge Hover Effects */
  5031.  .badge:hover {
  5032.    transform: scale(1.05);
  5033.    transition: transform 0.3s ease;
  5034.  }
  5035.  
  5036.  @media (max-width: 991px) {
  5037.    .sidebar {
  5038.      margin-top: 3rem;
  5039.    }
  5040.  }
  5041.  
  5042.  @media (max-width: 576px) {
  5043.    .widget-title {
  5044.      font-size: 1rem;
  5045.      padding: 0.75rem 1rem !important;
  5046.    }
  5047.  
  5048.    .title-arrow::after,
  5049.    .title-arrow-primary::after {
  5050.      right: -18px;
  5051.      border-left-width: 18px;
  5052.      border-top-width: 18px;
  5053.      border-bottom-width: 18px;
  5054.    }
  5055.  
  5056.    .post-image {
  5057.      width: 70px !important;
  5058.      height: 55px !important;
  5059.    }
  5060.  
  5061.    .blog-meta {
  5062.      flex-direction: column !important;
  5063.      align-items: flex-start !important;
  5064.      gap: 0.5rem;
  5065.    }
  5066.  }
  5067. </style>
  5068.  
  5069.    
  5070.            </div>
  5071.      </div>
  5072.    </div>
  5073.  </section>
  5074.  
  5075.  <script>
  5076.    // Intersection Observer for Fade-in Effect
  5077.    document.addEventListener('DOMContentLoaded', function () {
  5078.      const observerOptions = {
  5079.        threshold: 0.2,
  5080.        rootMargin: '0px 0px -50px 0px'
  5081.      }
  5082.    
  5083.      const observer = new IntersectionObserver(function (entries, observer) {
  5084.        entries.forEach((entry) => {
  5085.          if (entry.isIntersecting) {
  5086.            entry.target.classList.add('fade-in')
  5087.            observer.unobserve(entry.target)
  5088.          }
  5089.        })
  5090.      }, observerOptions)
  5091.    
  5092.      document.querySelectorAll('.blog-card-v9').forEach((card) => {
  5093.        observer.observe(card)
  5094.      })
  5095.    })
  5096.  </script>
  5097.  
  5098.  
  5099.    
  5100.        
  5101.        <!-- end wpo-blog-highlights-section -->
  5102.        <!-- start wpo-blog-sponsored-section -->
  5103.        
  5104.  
  5105.  
  5106.  
  5107.    
  5108.  
  5109.  
  5110.  <style>
  5111.    .sponsored-section-v7 {
  5112.      padding: 50px 0;
  5113.    }
  5114.    
  5115.    .sponsored-card-v7 {
  5116.      background: #fafafa;
  5117.      border: none;
  5118.      transition: transform 0.3s ease;
  5119.      height: 100%;
  5120.    }
  5121.    
  5122.    .sponsored-card-v7:hover {
  5123.      transform: translateY(-3px);
  5124.    }
  5125.    
  5126.    .sponsored-image-v7 {
  5127.      position: relative;
  5128.      height: 160px;
  5129.    }
  5130.    
  5131.    .sponsored-image-v7 img {
  5132.      width: 100%;
  5133.      height: 100%;
  5134.      object-fit: cover;
  5135.      border-radius: 10px; /* Apply curve to image */
  5136.    }
  5137.    
  5138.    .sponsored-badge-v7 {
  5139.      position: absolute;
  5140.      bottom: 10px; /* pehle -30px tha; need be adjust kar lena */
  5141.      left: 10px;
  5142.      z-index: 10;
  5143.    
  5144.      /* pill look */
  5145.      display: inline-flex; /* vertical centering */
  5146.      align-items: center;
  5147.      justify-content: center;
  5148.      padding: 8px 16px; /* width = content + padding */
  5149.      border-radius: 999px; /* full pill */
  5150.      white-space: nowrap; /* ek hi line me rahe */
  5151.      /* text */
  5152.      font-size: 12px;
  5153.      text-transform: uppercase;
  5154.      letter-spacing: 0.5px;
  5155.      line-height: 1;
  5156.      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  5157.    }
  5158.    
  5159.    /* optional: icon ke saath thoda gap */
  5160.    .sponsored-badge-v7 i,
  5161.    .sponsored-badge-v7 .icon {
  5162.      margin-right: 8px;
  5163.      font-size: 14px;
  5164.      line-height: 1;
  5165.    }
  5166.    
  5167.    .sponsored-content-v7 {
  5168.      padding: 40px 15px 15px; /* Increased top padding to accommodate larger badge */
  5169.    }
  5170.    
  5171.    .sponsored-title-v7 {
  5172.      font-size: 15px;
  5173.      font-weight: 700;
  5174.      line-height: 1.4;
  5175.      margin-bottom: 8px;
  5176.      color: #333;
  5177.    }
  5178.    
  5179.    .sponsored-title-v7 a {
  5180.      text-decoration: none;
  5181.      font-size: 16px;
  5182.      color: var(--topbar-color);
  5183.    }
  5184.    
  5185.    .sponsored-title-v7 a:hover {
  5186.      color: var(--bs-primary); /* Green hover */
  5187.    }
  5188.    
  5189.    .sponsored-excerpt-v7 {
  5190.      font-size: 12px;
  5191.      font-weight: 400;
  5192.      color:  var(--topbar-color);;
  5193.      margin-bottom: 10px;
  5194.      line-height: 1.5;
  5195.    }
  5196.    
  5197.    .sponsored-meta-v7 {
  5198.      font-size: 11px;
  5199.       color: var(--topbar-color);;
  5200.    }
  5201.    
  5202.    .author-info-v7 {
  5203.      margin-bottom: 5px;
  5204.    }
  5205.    
  5206.    .sponsored-author-img-v7 {
  5207.      width: 30px;
  5208.      height: 30px;
  5209.      border-radius: 50%;
  5210.      object-fit: cover;
  5211.      vertical-align: middle;
  5212.      margin-right: 5px;
  5213.    }
  5214.    
  5215.    .section-title-sponsored-v7 {
  5216.      font-size: 1.9rem;
  5217.      font-weight: 600;
  5218.      text-align: center;
  5219.      margin-bottom: 30px;
  5220.      color: #333;
  5221.      position: relative;
  5222.    }
  5223.    
  5224.    .section-title-sponsored-v7::after {
  5225.      content: '';
  5226.      position: absolute;
  5227.      bottom: -8px;
  5228.      left: 50%;
  5229.      transform: translateX(-50%);
  5230.      width: 100px;
  5231.      height: 3px;
  5232.      background: var(--bs-primary);
  5233.    }
  5234.    
  5235.    @media (max-width: 768px) {
  5236.      .sponsored-section-v7 {
  5237.        padding: 30px 0;
  5238.      }
  5239.      .sponsored-image-v7 {
  5240.        height: 120px;
  5241.      }
  5242.      .sponsored-content-v7 {
  5243.        padding: 35px 12px 12px;
  5244.      }
  5245.  
  5246.      .sponsored-title-v7 {
  5247.        font-size: 14px;
  5248.      }
  5249.      .sponsored-excerpt-v7 {
  5250.        font-size: 11px;
  5251.      }
  5252.      .section-title-sponsored-v7 {
  5253.        font-size: 1.6rem;
  5254.      }
  5255.    }
  5256.  </style>
  5257.  
  5258.  <section class="sponsored-section-v7">
  5259.    <div class="container-fluid fluid-container">
  5260.      <div class="row mb-3">
  5261.        <div class="col-12">
  5262.          <h2 class="section-title-sponsored-v7">Sponsored News</h2>
  5263.        </div>
  5264.      </div>
  5265.  
  5266.      <div class="row g-3 d-flex justify-content-center">
  5267.        
  5268.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  5269.            <div class="card sponsored-card-v7">
  5270.              <div class="sponsored-image-v7">
  5271.                
  5272.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  5273.                
  5274.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  5275.              </div>
  5276.              <div class="sponsored-content-v7">
  5277.                <h3 class="sponsored-title-v7"><a href="/provocative-nativity-scenes-at-american-places-of-worship-offer-commentary-on-immigration-enforcement/">Provocative Nativity Scenes at American Places of Worship Offer Commentary on Immigration Enforcement</a></h3>
  5278.                <p class="sponsored-excerpt-v7 "></p>
  5279.                <div class="sponsored-meta-v7">
  5280.                  <div class="author-info-v7">
  5281.                    
  5282.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f4f118f4-650c-4b70-8bd4-e793533e4f33_profile.png" alt="Dr. Leon Barker" style="object-fit: cover;" class="sponsored-author-img-v7" />
  5283.                    
  5284.                    <span>Dr. Leon Barker</span>
  5285.                  </div>
  5286.                  <div>12 Jun 2026</div>
  5287.                </div>
  5288.              </div>
  5289.            </div>
  5290.          </div>
  5291.        
  5292.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  5293.            <div class="card sponsored-card-v7">
  5294.              <div class="sponsored-image-v7">
  5295.                
  5296.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  5297.                
  5298.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  5299.              </div>
  5300.              <div class="sponsored-content-v7">
  5301.                <h3 class="sponsored-title-v7"><a href="/mikel-arteta-warns-fitness-crisis-could-hinder-the-gunners-trophy-quest/">Mikel Arteta Warns Fitness Crisis Could Hinder The Gunners&#x27; Trophy Quest</a></h3>
  5302.                <p class="sponsored-excerpt-v7 "></p>
  5303.                <div class="sponsored-meta-v7">
  5304.                  <div class="author-info-v7">
  5305.                    
  5306.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f4f118f4-650c-4b70-8bd4-e793533e4f33_profile.png" alt="Dr. Leon Barker" style="object-fit: cover;" class="sponsored-author-img-v7" />
  5307.                    
  5308.                    <span>Dr. Leon Barker</span>
  5309.                  </div>
  5310.                  <div>12 Jun 2026</div>
  5311.                </div>
  5312.              </div>
  5313.            </div>
  5314.          </div>
  5315.        
  5316.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  5317.            <div class="card sponsored-card-v7">
  5318.              <div class="sponsored-image-v7">
  5319.                
  5320.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  5321.                
  5322.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  5323.              </div>
  5324.              <div class="sponsored-content-v7">
  5325.                <h3 class="sponsored-title-v7"><a href="/what-comes-next-is-unclear-aid-struggles-to-reach-local-areas-struck-by-hurricane-melissa/">&#x27;What comes next is unclear&#x27;: Aid struggles to reach local areas struck by Hurricane Melissa.</a></h3>
  5326.                <p class="sponsored-excerpt-v7 "></p>
  5327.                <div class="sponsored-meta-v7">
  5328.                  <div class="author-info-v7">
  5329.                    
  5330.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f4f118f4-650c-4b70-8bd4-e793533e4f33_profile.png" alt="Dr. Leon Barker" style="object-fit: cover;" class="sponsored-author-img-v7" />
  5331.                    
  5332.                    <span>Dr. Leon Barker</span>
  5333.                  </div>
  5334.                  <div>12 Jun 2026</div>
  5335.                </div>
  5336.              </div>
  5337.            </div>
  5338.          </div>
  5339.        
  5340.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  5341.            <div class="card sponsored-card-v7">
  5342.              <div class="sponsored-image-v7">
  5343.                
  5344.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  5345.                
  5346.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  5347.              </div>
  5348.              <div class="sponsored-content-v7">
  5349.                <h3 class="sponsored-title-v7"><a href="/despite-overwhelming-achievement-clair-obscur-creators-aim-to-maintain-studio-lean/">Despite Overwhelming Achievement, Clair Obscur Creators Aim to Maintain Studio Lean</a></h3>
  5350.                <p class="sponsored-excerpt-v7 "></p>
  5351.                <div class="sponsored-meta-v7">
  5352.                  <div class="author-info-v7">
  5353.                    
  5354.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f4f118f4-650c-4b70-8bd4-e793533e4f33_profile.png" alt="Dr. Leon Barker" style="object-fit: cover;" class="sponsored-author-img-v7" />
  5355.                    
  5356.                    <span>Dr. Leon Barker</span>
  5357.                  </div>
  5358.                  <div>11 Jun 2026</div>
  5359.                </div>
  5360.              </div>
  5361.            </div>
  5362.          </div>
  5363.        
  5364.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  5365.            <div class="card sponsored-card-v7">
  5366.              <div class="sponsored-image-v7">
  5367.                
  5368.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  5369.                
  5370.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  5371.              </div>
  5372.              <div class="sponsored-content-v7">
  5373.                <h3 class="sponsored-title-v7"><a href="/how-to-obtain-a-metal-jacket-in-pok%C3%A9mon-legends-z-a/">How to Obtain a Metal Jacket in Pokémon Legends: Z-A</a></h3>
  5374.                <p class="sponsored-excerpt-v7 "></p>
  5375.                <div class="sponsored-meta-v7">
  5376.                  <div class="author-info-v7">
  5377.                    
  5378.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f4f118f4-650c-4b70-8bd4-e793533e4f33_profile.png" alt="Dr. Leon Barker" style="object-fit: cover;" class="sponsored-author-img-v7" />
  5379.                    
  5380.                    <span>Dr. Leon Barker</span>
  5381.                  </div>
  5382.                  <div>11 Jun 2026</div>
  5383.                </div>
  5384.              </div>
  5385.            </div>
  5386.          </div>
  5387.        
  5388.          <div class="col-xl-3 col-lg-4 col-md-6 col-12">
  5389.            <div class="card sponsored-card-v7">
  5390.              <div class="sponsored-image-v7">
  5391.                
  5392.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" />
  5393.                
  5394.                <div class="sponsored-badge-v7 bg-primary-gradient">News</div>
  5395.              </div>
  5396.              <div class="sponsored-content-v7">
  5397.                <h3 class="sponsored-title-v7"><a href="/ruben-amorim-relieved-of-duties-by-the-red-devils/">Ruben Amorim Relieved of Duties by the Red Devils.</a></h3>
  5398.                <p class="sponsored-excerpt-v7 "></p>
  5399.                <div class="sponsored-meta-v7">
  5400.                  <div class="author-info-v7">
  5401.                    
  5402.                      <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/author_profile/f4f118f4-650c-4b70-8bd4-e793533e4f33_profile.png" alt="Dr. Leon Barker" style="object-fit: cover;" class="sponsored-author-img-v7" />
  5403.                    
  5404.                    <span>Dr. Leon Barker</span>
  5405.                  </div>
  5406.                  <div>11 Jun 2026</div>
  5407.                </div>
  5408.              </div>
  5409.            </div>
  5410.          </div>
  5411.        
  5412.      </div>
  5413.    </div>
  5414.  </section>
  5415.  
  5416.  
  5417.    
  5418.        <!-- end wpo-blog-sponsored-section -->
  5419.        <!-- start wpo-subscribe-section -->
  5420.        
  5421.        <!-- end subscribe-section -->
  5422.        <!-- start of wpo-site-footer-section -->
  5423.        
  5424.  
  5425.  
  5426.  
  5427.  
  5428.  
  5429.  
  5430. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  5431. <footer class="footer-v5 bg-primary-gradient border-top">
  5432.    
  5433.    <!-- Main Footer Content -->
  5434.    <div class="container-fluid py-5">
  5435.        
  5436.        <!-- Top Section with Logo and Description -->
  5437.        <div class="row mb-5">
  5438.            <div class="col-12 text-center">
  5439.                <div class="footer-brand mb-4">
  5440.                    
  5441.                        <img src="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/site_logos/38ecaf12-aca9-4999-aa44-2f2feff61cbc_logo.png" alt="ScriptBeacon" class="footer-logo mb-3" height="60">
  5442.                    
  5443.                    <h4 class="fw-bold footer-color mb-2">ScriptBeacon</h4>
  5444.                    <p class="footer-color opacity-50">Explore expert web development tutorials, coding tips, and industry insights on ScriptBeacon. Enhance your skills with practical guides for developers of all levels.</p>
  5445.                </div>
  5446.            </div>
  5447.        </div>
  5448.  
  5449.        <!-- Content Grid -->
  5450.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  5451.            
  5452.            <!-- Quick Links Column -->
  5453.            <div class="">
  5454.                <div class="footer-section">
  5455.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  5456.                        Quick Links
  5457.                    </h6>
  5458.                    <ul class="list-unstyled footer-links">
  5459.                        
  5460.                        <li class="mb-2">
  5461.                            <a href="/house-of-representatives-set-for-crucial-ballot-on-ending-unprecedented-funding-crisis/"
  5462.                               class="text-decoration-none footer-color  d-flex align-items-center">
  5463.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  5464.                                House of Representatives Set for Crucial Ballot on Ending Unprecedented Funding Crisis
  5465.                            </a>
  5466.                        </li>
  5467.                        
  5468.                        <li class="mb-2">
  5469.                            <a href="/self-inflicted-deaths-linked-to-domestic-abuse-should-be-investigated-as-possible-homicides-demand-british-families/"
  5470.                               class="text-decoration-none footer-color  d-flex align-items-center">
  5471.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  5472.                                Self-inflicted deaths Linked to Domestic Abuse Should Be Investigated as Possible Homicides, Demand British Families
  5473.                            </a>
  5474.                        </li>
  5475.                        
  5476.                        <li class="mb-2">
  5477.                            <a href="/the-upcoming-halo-campaign-evolved-reimagining-brings-major-changes-to-appeal-to-a-new-audience/"
  5478.                               class="text-decoration-none footer-color  d-flex align-items-center">
  5479.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  5480.                                The Upcoming Halo: Campaign Evolved Reimagining Brings Major Changes to Appeal to a New Audience
  5481.                            </a>
  5482.                        </li>
  5483.                        
  5484.                        <li class="mb-2">
  5485.                            <a href="/unme-a-cerebral-thriller-that-blends-silent-hill-and-among-us-mechanics/"
  5486.                               class="text-decoration-none footer-color  d-flex align-items-center">
  5487.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  5488.                                UN:Me: A Cerebral Thriller That Blends Silent Hill and Among Us Mechanics
  5489.                            </a>
  5490.                        </li>
  5491.                        
  5492.                        <li class="mb-2">
  5493.                            <a href="/you-should-watch-one-legendary-stephen-king-movie-prior-to-it-welcome-to-derrys-upcoming-installment/"
  5494.                               class="text-decoration-none footer-color  d-flex align-items-center">
  5495.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  5496.                                You Should Watch One Legendary Stephen King Movie Prior to It: Welcome to Derry&#x27;s Upcoming Installment
  5497.                            </a>
  5498.                        </li>
  5499.                        
  5500.                        <li class="mb-2">
  5501.                            <a href="/why-do-we-have-to-wait-popovic-places-no-restrictions-on-what-australia-can-attain/"
  5502.                               class="text-decoration-none footer-color  d-flex align-items-center">
  5503.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  5504.                                {‘Why do we have to wait?’: Popovic places no restrictions on what Australia can attain.
  5505.                            </a>
  5506.                        </li>
  5507.                        
  5508.                    </ul>
  5509.                </div>
  5510.            </div>
  5511.  
  5512.            <!-- Resources Column -->
  5513.            <div class="">
  5514.                <div class="footer-section">
  5515.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  5516.                        Resources
  5517.                    </h6>
  5518.                   <ul class="footer-links" id="footerLinks">
  5519.        
  5520.        
  5521.  
  5522.        
  5523.        
  5524.        
  5525.        
  5526.    </ul>
  5527.                </div>
  5528.            </div>
  5529.  
  5530.            <!-- Categories Column -->
  5531.            <div class="">
  5532.                <div class="footer-section">
  5533.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  5534.                        Categories
  5535.                    </h6>
  5536.                    <div class="category-tags">
  5537.                      
  5538.                                <li>
  5539.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  5540.                                        All Posts
  5541.                                    </a>
  5542.                                </li>
  5543.                                
  5544.                                <li>
  5545.                                    <a href="/category/business/" class="footer-link footer-color">
  5546.                                        Business
  5547.                                    </a>
  5548.                                </li>
  5549.                                
  5550.                                <li>
  5551.                                    <a href="/category/esports/" class="footer-link footer-color">
  5552.                                        Esports
  5553.                                    </a>
  5554.                                </li>
  5555.                                
  5556.                                <li>
  5557.                                    <a href="/category/fashion/" class="footer-link footer-color">
  5558.                                        Fashion
  5559.                                    </a>
  5560.                                </li>
  5561.                                
  5562.                                <li>
  5563.                                    <a href="/category/featured/" class="footer-link footer-color">
  5564.                                        Featured
  5565.                                    </a>
  5566.                                </li>
  5567.                                
  5568.                                <li>
  5569.                                    <a href="/category/gaming/" class="footer-link footer-color">
  5570.                                        Gaming
  5571.                                    </a>
  5572.                                </li>
  5573.                                
  5574.                    </div>
  5575.                </div>
  5576.            </div>
  5577.  
  5578.        </div>
  5579.  
  5580.    </div>
  5581.  
  5582.    <!-- Footer Bottom -->
  5583.    <div class="footer-bottom  border-top py-3">
  5584.        <div class="container-fluid fluid-container">
  5585.            <div class=" d-flex justify-content-between flex-wrap">
  5586.                <div class="">
  5587.                    <p class="mb-0 footer-color  ">
  5588.                        © 2026 <span class="fw-semibold footer-color">ScriptBeacon</span>. All rights reserved.
  5589.                    </p>
  5590.                </div>
  5591.                <div class="">
  5592.                    <div class="footer-nav">
  5593.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  5594.                            <i class="bi bi-file-text me-1"></i>Write For Us
  5595.                        </a>
  5596.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  5597.                            <i class="bi bi-file-text me-1"></i>Terms
  5598.                        </a>
  5599.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  5600.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  5601.                        </a>
  5602.                    </div>
  5603.                </div>
  5604.            </div>
  5605.        </div>
  5606.    </div>
  5607.  
  5608. </footer>
  5609.  
  5610. <style>
  5611. /* Footer V5 - Clean Minimalist Bootstrap Design */
  5612.  
  5613.  
  5614.  
  5615.  
  5616. .footer-logo {
  5617.    border-radius: 8px;
  5618. }
  5619.  
  5620. /* Footer Sections */
  5621. .footer-section {
  5622.    padding: 0 15px;
  5623. }
  5624.  
  5625. .footer-section h6 {
  5626.    position: relative;
  5627.    padding-bottom: 8px;
  5628. }
  5629.  
  5630. .footer-section h6::after {
  5631.    content: '';
  5632.    position: absolute;
  5633.    bottom: 0;
  5634.    left: 0;
  5635.    width: 30px;
  5636.    height: 2px;
  5637.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  5638.    border-radius: 1px;
  5639. }
  5640.  
  5641. /* Links Styling */
  5642. .footer-links a {
  5643.    transition: all 0.3s ease;
  5644.    padding: 4px 0;
  5645.    border-radius: 4px;
  5646. }
  5647.  
  5648. .footer-links a:hover {
  5649.    color: var(--bs-primary) !important;
  5650.    padding-left: 8px;
  5651. }
  5652.  
  5653. .footer-links a:hover i {
  5654.    transform: translateX(2px);
  5655. }
  5656.  
  5657. /* Category Tags */
  5658. .category-tag {
  5659.    transition: all 0.3s ease;
  5660.    padding: 6px 12px !important;
  5661.    font-size: 0.875rem;
  5662. }
  5663.  
  5664.  
  5665.  
  5666. /* Footer Bottom */
  5667. .footer-bottom {
  5668.    backdrop-filter: blur(10px);
  5669. }
  5670.  
  5671. /* Responsive Design */
  5672. @media (max-width: 768px) {
  5673.    .footer-v5 {
  5674.        margin-top: 60px;
  5675.    }
  5676.    
  5677.    .footer-section {
  5678.        text-align:start;
  5679.        margin-bottom: 40px;
  5680.    }
  5681.    
  5682.    .footer-links a,
  5683.    .category-tags {
  5684.        justify-content:start;
  5685.    }
  5686.    
  5687.    .social-links .d-flex {
  5688.        justify-content:start;
  5689.    }
  5690. }
  5691.  
  5692. @media (max-width: 576px) {
  5693.    .footer-brand h4 {
  5694.        font-size: 1.25rem;
  5695.    }
  5696.    
  5697.    .stats-item h5 {
  5698.        font-size: 1.1rem;
  5699.    }
  5700.    
  5701.    .newsletter-form .btn {
  5702.        padding: 8px 12px;
  5703.    }
  5704. }
  5705.  
  5706. /* Animation Classes */
  5707. .fade-in {
  5708.    animation: fadeIn 0.6s ease-in;
  5709. }
  5710.  
  5711. @keyframes fadeIn {
  5712.    from { opacity: 0; transform: translateY(20px); }
  5713.    to { opacity: 1; transform: translateY(0); }
  5714. }
  5715.  
  5716. /* Loading State */
  5717. .loading {
  5718.    pointer-events: none;
  5719.    opacity: 0.7;
  5720. }
  5721.  
  5722. .loading .btn {
  5723.    position: relative;
  5724. }
  5725.  
  5726. .loading .btn::after {
  5727.    content: '';
  5728.    position: absolute;
  5729.    top: 50%;
  5730.    left: 50%;
  5731.    width: 16px;
  5732.    height: 16px;
  5733.    margin: -8px 0 0 -8px;
  5734.    border: 2px solid transparent;
  5735.    border-top-color: currentColor;
  5736.    border-radius: 50%;
  5737.    animation: spin 1s linear infinite;
  5738. }
  5739.  
  5740. @keyframes spin {
  5741.    to { transform: rotate(360deg); }
  5742. }
  5743.  
  5744. /* Utility Classes */
  5745. .text-gradient {
  5746.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  5747.    -webkit-background-clip: text;
  5748.    -webkit-text-fill-color: transparent;
  5749.    background-clip: text;
  5750. }
  5751.  
  5752. .hover-lift {
  5753.    transition: transform 0.3s ease;
  5754. }
  5755.  
  5756. .hover-lift:hover {
  5757.    transform: translateY(-2px);
  5758. }
  5759. </style>
  5760.  
  5761.  
  5762. <script>
  5763. document.addEventListener('DOMContentLoaded', function() {
  5764.    
  5765.    // Initialize Bootstrap tooltips
  5766.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  5767.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  5768.        return new bootstrap.Tooltip(tooltipTriggerEl);
  5769.    });
  5770.  
  5771.    // Newsletter form handling
  5772.    const newsletterForm = document.querySelector('.newsletter-form');
  5773.    if (newsletterForm) {
  5774.        newsletterForm.addEventListener('submit', function(e) {
  5775.            e.preventDefault();
  5776.            
  5777.            const email = this.querySelector('input[name="email"]').value.trim();
  5778.            const submitBtn = this.querySelector('button[type="submit"]');
  5779.            const originalContent = submitBtn.innerHTML;
  5780.            
  5781.            // Validate email
  5782.            if (!email || !isValidEmail(email)) {
  5783.                showToast('Please enter a valid email address', 'error');
  5784.                return;
  5785.            }
  5786.            
  5787.            // Show loading state
  5788.            this.classList.add('loading');
  5789.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  5790.            submitBtn.disabled = true;
  5791.            
  5792.            // Simulate API call
  5793.            setTimeout(() => {
  5794.                // Success state
  5795.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  5796.                submitBtn.classList.remove('btn-primary');
  5797.                submitBtn.classList.add('btn-success');
  5798.                
  5799.                showToast('Successfully subscribed to newsletter!', 'success');
  5800.                
  5801.                // Reset form
  5802.                setTimeout(() => {
  5803.                    this.classList.remove('loading');
  5804.                    submitBtn.innerHTML = originalContent;
  5805.                    submitBtn.classList.remove('btn-success');
  5806.                    submitBtn.classList.add('btn-primary');
  5807.                    submitBtn.disabled = false;
  5808.                    this.reset();
  5809.                }, 2000);
  5810.                
  5811.            }, 1500);
  5812.        });
  5813.    }
  5814.    
  5815.    // Email validation function
  5816.    function isValidEmail(email) {
  5817.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  5818.        return emailRegex.test(email);
  5819.    }
  5820.    
  5821.    // Toast notification function
  5822.    function showToast(message, type = 'info') {
  5823.        // Remove existing toasts
  5824.        const existingToasts = document.querySelectorAll('.custom-toast');
  5825.        existingToasts.forEach(toast => toast.remove());
  5826.        
  5827.        // Create toast
  5828.        const toast = document.createElement('div');
  5829.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  5830.        toast.style.zIndex = '9999';
  5831.        toast.innerHTML = `
  5832.            <div class="d-flex align-items-center">
  5833.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  5834.                <span>${message}</span>
  5835.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  5836.            </div>
  5837.        `;
  5838.        
  5839.        document.body.appendChild(toast);
  5840.        
  5841.        // Auto remove after 4 seconds
  5842.        setTimeout(() => {
  5843.            if (toast && toast.parentNode) {
  5844.                toast.remove();
  5845.            }
  5846.        }, 4000);
  5847.    }
  5848.    
  5849.    // Smooth scroll for internal links
  5850.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  5851.        anchor.addEventListener('click', function(e) {
  5852.            e.preventDefault();
  5853.            const target = document.querySelector(this.getAttribute('href'));
  5854.            if (target) {
  5855.                target.scrollIntoView({
  5856.                    behavior: 'smooth',
  5857.                    block: 'start'
  5858.                });
  5859.            }
  5860.        });
  5861.    });
  5862.    
  5863.    // Add fade-in animation to footer sections on scroll
  5864.    const observerOptions = {
  5865.        threshold: 0.1,
  5866.        rootMargin: '0px 0px -50px 0px'
  5867.    };
  5868.    
  5869.    const sectionObserver = new IntersectionObserver((entries) => {
  5870.        entries.forEach(entry => {
  5871.            if (entry.isIntersecting) {
  5872.                entry.target.classList.add('fade-in');
  5873.            }
  5874.        });
  5875.    }, observerOptions);
  5876.    
  5877.    // Observe footer sections
  5878.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  5879.        sectionObserver.observe(section);
  5880.    });
  5881.    
  5882.    // Enhanced hover effects for category tags
  5883.    document.querySelectorAll('.category-tag').forEach(tag => {
  5884.        tag.addEventListener('mouseenter', function() {
  5885.            this.style.transform = 'translateY(-2px) scale(1.02)';
  5886.        });
  5887.        
  5888.        tag.addEventListener('mouseleave', function() {
  5889.            this.style.transform = 'translateY(0) scale(1)';
  5890.        });
  5891.    });
  5892.    
  5893.    // Prevent default for demo links
  5894.    document.querySelectorAll('a[href="#"]').forEach(link => {
  5895.        link.addEventListener('click', function(e) {
  5896.            e.preventDefault();
  5897.        });
  5898.    });
  5899.    
  5900.    // Add click ripple effect to buttons
  5901.    document.querySelectorAll('.btn').forEach(btn => {
  5902.        btn.addEventListener('click', function(e) {
  5903.            const ripple = document.createElement('span');
  5904.            const rect = this.getBoundingClientRect();
  5905.            const size = Math.max(rect.width, rect.height);
  5906.            const x = e.clientX - rect.left - size / 2;
  5907.            const y = e.clientY - rect.top - size / 2;
  5908.            
  5909.            ripple.style.cssText = `
  5910.                position: absolute;
  5911.                left: ${x}px;
  5912.                top: ${y}px;
  5913.                width: ${size}px;
  5914.                height: ${size}px;
  5915.                border-radius: 50%;
  5916.                background: rgba(255, 255, 255, 0.4);
  5917.                transform: scale(0);
  5918.                animation: ripple-effect 0.6s linear;
  5919.                pointer-events: none;
  5920.            `;
  5921.            
  5922.            this.style.position = 'relative';
  5923.            this.style.overflow = 'hidden';
  5924.            this.appendChild(ripple);
  5925.            
  5926.            setTimeout(() => ripple.remove(), 600);
  5927.        });
  5928.    });
  5929.    
  5930. });
  5931.  
  5932. // Add ripple animation CSS
  5933. const rippleCSS = document.createElement('style');
  5934. rippleCSS.textContent = `
  5935.    @keyframes ripple-effect {
  5936.        to {
  5937.            transform: scale(4);
  5938.            opacity: 0;
  5939.        }
  5940.    }
  5941. `;
  5942. document.head.appendChild(rippleCSS);
  5943.  
  5944. document.addEventListener('DOMContentLoaded', function () {
  5945.    var btn = document.getElementById('toggleFooterLinks');
  5946.    if (!btn) return; // No extra links, no button
  5947.  
  5948.    var extras = document.querySelectorAll('#footerLinks li.extra');
  5949.  
  5950.    btn.addEventListener('click', function () {
  5951.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  5952.            return li.classList.contains('d-none');
  5953.        });
  5954.  
  5955.        extras.forEach(function (li) {
  5956.            if (anyHidden) {
  5957.                li.classList.remove('d-none');
  5958.                li.classList.add('show');
  5959.            } else {
  5960.                li.classList.add('d-none');
  5961.                li.classList.remove('show');
  5962.            }
  5963.        });
  5964.  
  5965.        btn.textContent = anyHidden ? 'View less' : 'View more';
  5966.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  5967.    });
  5968. });
  5969.  
  5970. </script>
  5971.  
  5972.        <!-- end of wpo-site-footer-section -->
  5973.    </div>
  5974.    <!-- end of page-wrapper -->
  5975.  
  5976.    <!-- All JavaScript files
  5977.    ================================================== -->
  5978.    
  5979.  
  5980. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  5981. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  5982. <!-- Plugins for this template -->
  5983. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  5984. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  5985. <!-- Custom script for this template -->
  5986. <script src="/static/blogapp/assets/js/script.js"></script>
  5987.  
  5988. <script>
  5989. (function () {
  5990. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  5991. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  5992.  
  5993. function applyFallback(img) {
  5994. if (!img || img.dataset.fallbackApplied === "1") {
  5995. return;
  5996. }
  5997. var failedSrc = img.currentSrc || img.src || "";
  5998. img.dataset.fallbackApplied = "1";
  5999. img.onerror = null;
  6000. img.src = fallbackImageSrc;
  6001. console.warn("[ImageFallback] Replaced broken image:", {
  6002. failedSrc: failedSrc,
  6003. fallbackSrc: fallbackImageSrc,
  6004. alt: img.alt || "",
  6005. });
  6006. }
  6007.  
  6008. document.querySelectorAll("img").forEach(function (img) {
  6009. if (img.complete && img.naturalWidth === 0) {
  6010. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  6011. failedSrc: img.currentSrc || img.src || "",
  6012. alt: img.alt || "",
  6013. });
  6014. applyFallback(img);
  6015. }
  6016. });
  6017.  
  6018. document.addEventListener(
  6019. "error",
  6020. function (event) {
  6021. var target = event.target;
  6022. if (target && target.tagName === "IMG") {
  6023. applyFallback(target);
  6024. }
  6025. },
  6026. true
  6027. );
  6028. })();
  6029. </script>
  6030.  
  6031. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  6032.  
  6033.  
  6034.  
  6035. <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":"00faa2fd06ef4d0ab801916f1e2d76b3","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  6036. </body>
  6037.  
  6038. </html>
  6039.  
  6040.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda