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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="merri">
  6.  
  7.  
  8. <head>
  9.    <meta charset="utf-8">
  10.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  11.    <meta name="viewport" content="width=device-width, initial-scale=1">
  12.    
  13.        <link rel="shortcut icon" type="image/png" href="https://usc1.contabostorage.com/83226f3934d449eb8c821d388b39f7b1:nextbacklinks/favicon/favicons/KEITHSTON_-_2025-04-28T175346.975_mHih1Zw_FC8rOsI_67nDcR9.png">
  14.    
  15.  
  16.    <title>Flow On Solutions: Expert UK Business Process Optimization Services</title>
  17.    <meta name="description" content="Flow On Solutions provides expert business process optimization and workflow automation services across the UK, helping companies improve efficiency and reduce operational costs.">
  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://flowonsolutions.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #2ecc71;
  42.        --bs-primary-rgb: 2ecc71;
  43.        --bs-secondary: #57606f;
  44.        --bs-success: #27ae60;
  45.        --bs-danger: #e74c3c;
  46.        --bs-warning: #f39c12;
  47.        --bs-info: #3498db;
  48.        --bs-light: #f1f3f5;
  49.        --bs-dark: #2f3542;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #2ecc71;
  53.        --theme-primary-color-s2: #2ecc71;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2f3542;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2f3542;
  59.        --border-color: #ced6e0;
  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: #dfe4ea;
  75.        --navbar-color: #2f3542;
  76.        --topbar-bg: #f1f3f5;
  77.        --topbar-color: #2f3542;
  78.        --footer-bg: #2f3542;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #ced6e0;
  82.        --card-radius: 12px;
  83.        --link-color: #2ecc71;
  84.        --link-hover: #27ae60;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(46, 204, 113, 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_9">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395.            <!-- end preloader -->
  396.        
  397.        <!-- Start header -->
  398.        <header id="header" class="wpo-site-header">
  399.            
  400.  
  401.  
  402.    
  403.  
  404.  
  405.  
  406. <div class="topbar d-sm-flex d-none">
  407.  <div class="container-fluid fluid-container">
  408.    <div class="row">
  409.      <div>
  410.        <div class="pt-2 d-flex  gap-2   pb-0">
  411.          <div class="bg-primary-gradient d-flex gap-2 mb-2 p-2 ">
  412.            <div class=" d-flex  ">
  413.              <sapn class="fw-bold ">
  414.                Latest
  415.              </sapn>
  416.            </div>
  417.            <div class="d-flex">
  418.              <sapn class="fw-bold ">
  419.                Update
  420.              </sapn>
  421.            </div>
  422.          </div>
  423.          <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  424.            <p class="text-center">
  425.              
  426.              <a href="/californias-governor-rejects-parole-for-manson-follower-longtime-inmate/" class="px-5 top-color">
  427.                California&#x27;s Governor Rejects Parole for Manson Follower Longtime Inmate
  428.              </a>
  429.              
  430.              <a href="/person-of-interest-in-ivy-league-campus-shooting-located-deceased-inside-self-storage-unit/" class="px-5 top-color">
  431.                Person of Interest in Ivy League Campus Shooting Located Deceased Inside Self-Storage Unit.
  432.              </a>
  433.              
  434.              <a href="/the-mushroom-cleaning-controversy-how-to-properly-prepare-mushrooms/" class="px-5 top-color">
  435.                The Mushroom Cleaning Controversy: How to Properly Prepare Mushrooms
  436.              </a>
  437.              
  438.              <a href="/human-remains-of-triathlete-apparently-attacked-by-great-white-recovered-from-pacific-shore/" class="px-5 top-color">
  439.                Human Remains of Triathlete Apparently Attacked by Great White Recovered from Pacific Shore
  440.              </a>
  441.              
  442.              <a href="/iconic-singer-barry-manilow-will-have-a-procedure-for-a-lung-cancer-diagnosis/" class="px-5 top-color">
  443.                Iconic Singer Barry Manilow Will Have a Procedure for a Lung Cancer Diagnosis.
  444.              </a>
  445.              
  446.            </p>
  447.          </marquee>
  448.        </div>
  449.      </div>
  450.    </div>
  451.  </div>
  452. </div>
  453.  
  454.  
  455.  
  456.  
  457.            
  458.  
  459.  
  460.  
  461.  
  462.  
  463. <nav class="navigation navbar navbar-expand-lg navbar-light custom-nav dynamic-navbar mb-4">
  464.  <div class="container-fluid fluid-container">
  465.    <div class="row flex-wrap align-items-center">
  466.      <div class="col-lg-3 col-md-3 col-3 d-lg-none dl-block">
  467.        <div class="mobail-menu">
  468.          <button type="button" class="navbar-toggler open-btn">
  469.            <span class="sr-only">Toggle navigation</span>
  470.            <span class="icon-bar first-angle"></span>
  471.            <span class="icon-bar middle-angle"></span>
  472.            <span class="icon-bar last-angle"></span>
  473.          </button>
  474.        </div>
  475.      </div>
  476.      <div class="col-lg-2 col-md-6 col-6">
  477.        <div class="navbar-header">
  478.          <a class="navbar-brand" href="/">
  479.            
  480.            Flow On Solutions
  481.            
  482.          </a>
  483.        </div>
  484.  
  485.      </div>
  486.      <div class="col-lg-8 col-md-1 col-1">
  487.        <div id="navbar" class="collapse navbar-collapse navigation-holder">
  488.          <button class="menu-close"><i class="ti-close"></i></button>
  489.          <ul class="nav navbar-nav mb-2 mb-lg-0">
  490.            <li>
  491.              <a href="/">
  492.                Home
  493.              </a>
  494.            </li>
  495.            
  496.            
  497.             <li>
  498.              <a href="/category/all-posts/">
  499.                All Posts
  500.              </a>
  501.              </li>
  502.              
  503.  
  504.                  
  505.              
  506.             <li>
  507.              <a href="/category/business/">
  508.                Business
  509.              </a>
  510.              </li>
  511.              
  512.  
  513.                  
  514.              
  515.             <li>
  516.              <a href="/category/esports/">
  517.                Esports
  518.              </a>
  519.              </li>
  520.              
  521.  
  522.                  
  523.              
  524.             <li>
  525.              <a href="/category/fashion/">
  526.                Fashion
  527.              </a>
  528.              </li>
  529.              
  530.  
  531.                  
  532.              
  533.             <li>
  534.              <a href="/category/featured/">
  535.                Featured
  536.              </a>
  537.              </li>
  538.              
  539.  
  540.                  
  541.              
  542.            
  543.              <li class="menu-item-has-children">
  544.                <a href="#">More</a>
  545.                <ul class="sub-menu">
  546.                  <li>
  547.                    <a href="/category/gaming/">
  548.                      Gaming
  549.                    </a>
  550.                  </li>
  551.                  
  552.  
  553.                  
  554.              
  555.            
  556.                  <li>
  557.                    <a href="/category/health/">
  558.                      Health
  559.                    </a>
  560.                  </li>
  561.                  
  562.  
  563.                  
  564.              
  565.            
  566.                  <li>
  567.                    <a href="/category/life-fitness/">
  568.                      Life &amp; Fitness
  569.                    </a>
  570.                  </li>
  571.                  
  572.  
  573.                  
  574.              
  575.            
  576.                  <li>
  577.                    <a href="/category/lifestyle/">
  578.                      Lifestyle
  579.                    </a>
  580.                  </li>
  581.                  
  582.  
  583.                  
  584.              
  585.            
  586.                  <li>
  587.                    <a href="/category/news/">
  588.                      News
  589.                    </a>
  590.                  </li>
  591.                  
  592.  
  593.                  
  594.              
  595.            
  596.                  <li>
  597.                    <a href="/category/others/">
  598.                      Others
  599.                    </a>
  600.                  </li>
  601.                  
  602.  
  603.                  
  604.              
  605.            
  606.                  <li>
  607.                    <a href="/category/politics/">
  608.                      Politics
  609.                    </a>
  610.                  </li>
  611.                  
  612.  
  613.                  
  614.              
  615.            
  616.                  <li>
  617.                    <a href="/category/sports/">
  618.                      Sports
  619.                    </a>
  620.                  </li>
  621.                  
  622.  
  623.                  
  624.              
  625.            
  626.                  <li>
  627.                    <a href="/category/tech/">
  628.                      Tech
  629.                    </a>
  630.                  </li>
  631.                  
  632.  
  633.                  
  634.              
  635.            
  636.                  <li>
  637.                    <a href="/category/travel/">
  638.                      Travel
  639.                    </a>
  640.                  </li>
  641.                  
  642.  
  643.                  
  644.                </ul>
  645.              </li>
  646.              
  647.              
  648.              
  649.              <li>
  650.                <a href="/page/contact-us/">
  651.                  Contact Us
  652.                </a>
  653.              </li>
  654.          </ul>
  655.        </div>
  656.        <!-- end of nav-collapse -->
  657.      </div>
  658.      <div class="col-lg-2 col-md-2 col-2">
  659.        <div class="header-right">
  660.          <div class="header-search-form-wrapper">
  661.            <div class="cart-search-contact"> <button class="search-toggle-btn"><i
  662.                  class="fi flaticon-magnifiying-glass text-link"></i></button>
  663.              <div class="header-search-form">
  664.                <form id="search-form">
  665.                  <div> <input type="text"  id="search-input" class="form-control" placeholder="Search here..." /> <button><i
  666.                        class="fi flaticon-magnifiying-glass"></i></button> </div>
  667.                </form>
  668.                <div id="search-results" class="search-v1 mt-2"></div>
  669.              </div>
  670.            </div>
  671.          </div>
  672.  
  673.          
  674.          <!-- <div class="header-right-menu-wrapper d-none d-md-flex">
  675.            <div class="header-right-menu">
  676.              <div class="right-menu-toggle-btn">
  677.                <span class="bg-link"></span>
  678.                <span class="bg-link"></span>
  679.                <span class="bg-link"></span>
  680.              </div>
  681.              <div class="header-right-menu-wrap z-1">
  682.                <button class="right-menu-close"><i class="ti-close"></i></button>
  683.                <div class="logo">
  684.                  <img src="/static/blogapp/assets/images/logo2.png" alt="" />
  685.                </div>
  686.                <div class="header-right-sec">
  687.                  <div class="project-widget widget">
  688.                    <h3 class="blog-color">Our Latest News</h3>
  689.                    <div class="posts">
  690.                      <div class="post">
  691.                        <div class="img-holder">
  692.                          <img src="/static/blogapp/assets/images/recent-posts/img-1.jpg" alt />
  693.                        </div>
  694.                        <div class="details">
  695.                          <span class="date blog-color">19 Jun 2022</span>
  696.                          <h4><a href="blog-single.html" class="blog-color">Perfect Photo Clicking Idea You Must
  697.                              Know.</a></h4>
  698.                        </div>
  699.                      </div>
  700.                      <div class="post">
  701.                        <div class="img-holder">
  702.                          <img src="/static/blogapp/assets/images/recent-posts/img-2.jpg" alt />
  703.                        </div>
  704.                        <div class="details">
  705.                          <span class="date blog-color">22 May 2022</span>
  706.                          <h4><a href="blog-single.html" class="blog-color">Best tourism site all over the world.</a>
  707.                          </h4>
  708.                        </div>
  709.                      </div>
  710.                      <div class="post">
  711.                        <div class="img-holder">
  712.                          <img src="/static/blogapp/assets/images/recent-posts/img-3.jpg" alt />
  713.                        </div>
  714.                        <div class="details">
  715.                          <span class="date blog-color">12 Apr 2022</span>
  716.                          <h4><a href="blog-single.html" class="blog-color">Whats In Trend in Now Woman Fashion.</a>
  717.                          </h4>
  718.                        </div>
  719.                      </div>
  720.                    </div>
  721.                  </div>
  722.                  <div class="widget wpo-contact-widget">
  723.                    <div class="widget-title">
  724.                      <h3 class="blog-color">Contact Us</h3>
  725.                    </div>
  726.                    <div class="contact-ft">
  727.                      <ul>
  728.                        <li>
  729.                          <i class="fi flaticon-location"></i>68D, Belsion Town 2365 <br /> Fna city, LH 3656, USA
  730.                        </li>
  731.                        <li>
  732.                          <i class="fi flaticon-telephone"></i>+ 8 (123) 123 456 789 <br />
  733.                          + 8 (123) 123 456 789
  734.                        </li>
  735.                        <li>
  736.                          <i class="fi flaticon-email"></i>Bloggar@gmail.com
  737.                        </li>
  738.                      </ul>
  739.                    </div>
  740.                  </div>
  741.                </div>
  742.              </div>
  743.              <div class="sidebar-blur"> </div>
  744.            </div>
  745.          </div> -->
  746.        </div>
  747.      </div>
  748.    </div>
  749.    <!-- end of container -->
  750. </nav>
  751. </nav>
  752. <style>
  753.  .navbar-brand img {
  754.    height: 70px;
  755.    object-fit: contain;
  756.  }
  757. </style>
  758. <script>
  759.  // jQuery or vanilla JavaScript to handle the AJAX search
  760.  document.getElementById("search-input").addEventListener("keyup", function (e) {
  761.    e.preventDefault();  // Prevent the form from submitting normally
  762.  
  763.    const query = document.getElementById("search-input").value;
  764.  // Check if the input field is empty
  765.    if (query === "") {
  766.      // Clear the search results if the input is empty
  767.      document.getElementById("search-results").innerHTML = "";
  768.      return; // Exit the function early to avoid making an AJAX request
  769.    }
  770.    // Send AJAX request
  771.    fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  772.      method: "GET",
  773.        headers: {
  774.          "X-Requested-With": "XMLHttpRequest",
  775.        },
  776.    })
  777.      .then(response => response.json())
  778.      .then(data => {
  779.        if (data.html) {
  780.          document.getElementById("search-results").innerHTML = data.html;
  781.        } else {
  782.          document.getElementById("search-results").innerHTML = "<p>No results found.</p>";
  783.        }
  784.      })
  785.      .catch(error => {
  786.        console.error("Error fetching search results:", error);
  787.      });
  788.  });
  789.  
  790. </script>
  791.  
  792.        </header>
  793.        <!-- end of header -->
  794.        <!-- start of wpo-blog-hero -->
  795.        
  796.  
  797.  
  798.  
  799.  
  800.  
  801.  
  802.  
  803. <div class="blog-hero-v2">
  804.  <div class="container-fluid fluid-container">
  805.    <div class="row">
  806.      <!-- Main Featured Post -->
  807.      <div class="col-lg-8 col-md-12 mb-lg-0 mb-4">
  808.        
  809.        
  810.        
  811.          
  812.        <div class="featured-post">
  813.          <div class="post-image">
  814.            
  815.            <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  816.              class="img-fluid" alt="">
  817.            
  818.            <div class="post-overlay">
  819.              <div class="post-content">
  820.                <span class="category-badge bg-primary-gradient">News</span>
  821.                <h1 class="post-title1 blog-color">
  822.                  <a href="/former-british-serviceman-charged-of-murdering-kenya-female-appears-in-court/" class="blog-color">
  823.                    Former British Serviceman Charged of Murdering Kenya Female Appears in Court
  824.                  </a>
  825.                </h1>
  826.                <p class="post-excerpt"></p>
  827.                <div class="post-meta">
  828.                  <div class="author-info">
  829.                    
  830.                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;"
  831.                      alt="Rita Walker" class="author-avatar">
  832.                    
  833.                    <span class="blog-color">By&nbsp;&nbsp;<a href="#" class="author-name">Rita Walker</a></span>
  834.                  </div>
  835.                  <span class="post-date">19 May 2026</span>
  836.                </div>
  837.              </div>
  838.            </div>
  839.          </div>
  840.        </div>
  841.  
  842.        
  843.        
  844.      </div>
  845.  
  846.      <!-- Side Posts -->
  847.      <div class="col-lg-4 col-md-12">
  848.        <div class="row h-100">
  849.        
  850.  
  851.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  852.            <div class="side-post h-100">
  853.              <div class="row g-0 h-100">
  854.                <div class="col-5">
  855.                  <div class="side-post-image">
  856.                    
  857.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  858.                      style="object-fit: cover;" alt="">
  859.                    
  860.                  </div>
  861.                </div>
  862.                <div class="col-7">
  863.                  <div class="side-post-content">
  864.                    <div>
  865.                      <span class="category-badge bg-primary-gradient">News</span>
  866.                      <h3> <a href="/us-food-and-drug-administration-grants-approval-to-flibanserin-a-desire-boosting-drug-for-postmenopausal/" class="line-clamp-2">
  867.                          U.S. Food and Drug Administration Grants Approval to Flibanserin, a Desire-Boosting Drug for Postmenopausal
  868.                        </a></h3>
  869.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  870.                    </div>
  871.                    <div class="side-post-meta">
  872.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Rita Walker</a></span>
  873.                    </div>
  874.                  </div>
  875.                </div>
  876.              </div>
  877.            </div>
  878.          </div>
  879.  
  880.          
  881.  
  882.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  883.            <div class="side-post h-100">
  884.              <div class="row g-0 h-100">
  885.                <div class="col-5">
  886.                  <div class="side-post-image">
  887.                    
  888.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  889.                      style="object-fit: cover;" alt="">
  890.                    
  891.                  </div>
  892.                </div>
  893.                <div class="col-7">
  894.                  <div class="side-post-content">
  895.                    <div>
  896.                      <span class="category-badge bg-primary-gradient">News</span>
  897.                      <h3> <a href="/we-require-a-aircraft-to-go-find-them-teenagers-urgent-plea-to-aid-relatives-adrift-off-australian-coast-revealed/" class="line-clamp-2">
  898.                          We Require a Aircraft to Go Find Them’: Teenager’s Urgent Plea to Aid Relatives Adrift Off Australian Coast Revealed
  899.                        </a></h3>
  900.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  901.                    </div>
  902.                    <div class="side-post-meta">
  903.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Rita Walker</a></span>
  904.                    </div>
  905.                  </div>
  906.                </div>
  907.              </div>
  908.            </div>
  909.          </div>
  910.  
  911.          
  912.  
  913.          <div class="col-lg-12 col-md-6 col-12 pb-3">
  914.            <div class="side-post h-100">
  915.              <div class="row g-0 h-100">
  916.                <div class="col-5">
  917.                  <div class="side-post-image">
  918.                    
  919.                    <img class="img-fluid" src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  920.                      style="object-fit: cover;" alt="">
  921.                    
  922.                  </div>
  923.                </div>
  924.                <div class="col-7">
  925.                  <div class="side-post-content">
  926.                    <div>
  927.                      <span class="category-badge bg-primary-gradient">News</span>
  928.                      <h3> <a href="/tropical-storm-disaster-in-sri-lanka-ignites-a-spirit-of-community-action/" class="line-clamp-2">
  929.                          Tropical Storm Disaster in Sri Lanka Ignites a Spirit of Community Action
  930.                        </a></h3>
  931.                         <p class="mb-0 line-clamp-1 text-sm"></p>
  932.                    </div>
  933.                    <div class="side-post-meta">
  934.                      <span>By&nbsp;&nbsp;<a class="top-color" href="#">Rita Walker</a></span>
  935.                    </div>
  936.                  </div>
  937.                </div>
  938.              </div>
  939.            </div>
  940.          </div>
  941.  
  942.          
  943.        </div>
  944.      </div>
  945.    </div>
  946.  </div>
  947. </div>
  948.  
  949. <style>
  950.  /* Blog Hero V2 Styles */
  951.  .blog-hero-v2 {
  952.    padding: 60px 0;
  953.  }
  954.  
  955.  /* Featured Post Styles */
  956.  .featured-post {
  957.    position: relative;
  958.    border-radius: 20px;
  959.    overflow: hidden;
  960.    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  961.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  962.  }
  963.  
  964.  .featured-post:hover {
  965.    transform: translateY(-5px);
  966.    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  967.  }
  968.  
  969.  .featured-post .post-image {
  970.    position: relative;
  971.    height: 500px;
  972.    overflow: hidden;
  973.  }
  974.  
  975.  .featured-post .post-image img {
  976.    width: 100%;
  977.    height: 100%;
  978.    object-fit: cover;
  979.    transition: transform 0.5s ease;
  980.  }
  981.  
  982.  .featured-post:hover .post-image img {
  983.    transform: scale(1.05);
  984.  }
  985.  
  986.  .post-overlay {
  987.    position: absolute;
  988.    top: 0;
  989.    left: 0;
  990.    right: 0;
  991.    bottom: 0;
  992.    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.1) 100%);
  993.    display: flex;
  994.    align-items: flex-end;
  995.    padding: 40px;
  996.  }
  997.  
  998.  .post-content .post-title1 {
  999.    color: white;
  1000.    font-size: 2.5rem;
  1001.    font-weight: 700;
  1002.    margin: 15px 0;
  1003.    line-height: 1.2;
  1004.  }
  1005.  
  1006.  .post-content .post-excerpt {
  1007.    color: rgba(255, 255, 255, 0.9);
  1008.    font-size: 1.1rem;
  1009.    margin-bottom: 20px;
  1010.    line-height: 1.6;
  1011.  }
  1012.  
  1013.  /* Category Badges */
  1014.  .category-badge {
  1015.    display: inline-block;
  1016.    padding: 4px 8px;
  1017.    font-size: 0.75rem;
  1018.    font-weight: 600;
  1019.    text-transform: uppercase;
  1020.    letter-spacing: 0.5px;
  1021.    border-radius: 25px;
  1022.    text-align: center;
  1023.    width: fit-content;
  1024.  }
  1025.  
  1026.  /* Post Meta */
  1027.  .post-meta {
  1028.    display: flex;
  1029.    align-items: center;
  1030.    justify-content: space-between;
  1031.    margin-top: 25px;
  1032.  }
  1033.  
  1034.  .author-info {
  1035.    display: flex;
  1036.    align-items: center;
  1037.    gap: 12px;
  1038.  }
  1039.  
  1040.  .author-avatar {
  1041.    width: 45px !important;
  1042.    height: 45px !important;
  1043.    border-radius: 50%;
  1044.    border: 3px solid white;
  1045.  }
  1046.  
  1047.  .author-name,
  1048.  .post-date {
  1049.    color: rgba(255, 255, 255, 0.9);
  1050.    font-weight: 500;
  1051.  }
  1052.  
  1053.  .author-name {
  1054.    text-decoration: none;
  1055.  }
  1056.  
  1057.  .author-name:hover {
  1058.    color: white;
  1059.  }
  1060.  
  1061.  /* Side Posts */
  1062.  .side-post {
  1063.    background: var(--card-bg);
  1064.    border-radius: 15px;
  1065.    border: 1px solid var(--border-color);
  1066.    overflow: hidden;
  1067.    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  1068.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  1069.    height: auto;
  1070.  }
  1071.  
  1072.  .side-post:hover {
  1073.    transform: translateY(-3px);
  1074.    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  1075.  }
  1076.  
  1077.  .side-post-image {
  1078.    max-height: 155px;
  1079.    height: 100%;
  1080.    overflow: hidden;
  1081.  }
  1082.  
  1083.  .side-post-image img {
  1084.    width: 100%;
  1085.    height: 100%;
  1086.    object-fit: cover;
  1087.    transition: transform 0.3s ease;
  1088.  }
  1089.  
  1090.  .side-post:hover .side-post-image img {
  1091.    transform: scale(1.1);
  1092.  }
  1093.  
  1094.  .side-post-content {
  1095.    padding: 8px 16px;
  1096.    display: flex;
  1097.    flex-direction: column;
  1098.    justify-content: space-between;
  1099.    height: 100%;
  1100.  }
  1101.  
  1102.  .side-post-content h3 {
  1103.    font-size: 1rem;
  1104.    font-weight: 600;
  1105.    margin: 8px 0;
  1106.    line-height: 1.4;
  1107.  }
  1108.  
  1109.  .side-post-content h3 a {
  1110.    color: #333;
  1111.    text-decoration: none;
  1112.    transition: color 0.3s ease;
  1113.  }
  1114.  
  1115.  .side-post-content h3 a:hover {
  1116.    color: #007bff;
  1117.  }
  1118.  
  1119.  .side-post-meta {
  1120.    font-size: 0.8rem;
  1121.    color: #666;
  1122.    display: flex;
  1123.    flex-direction: column;
  1124.    gap: 4px;
  1125.  }
  1126.  
  1127.  .side-post-meta a {
  1128.    color: #007bff;
  1129.    text-decoration: none;
  1130.  }
  1131.  
  1132.  .side-post-meta a:hover {
  1133.    text-decoration: underline;
  1134.  }
  1135.  
  1136.  /* Responsive Design */
  1137.  @media (max-width: 768px) {
  1138.    .blog-hero-v2 {
  1139.      padding: 30px 0;
  1140.    }
  1141.  
  1142.    .featured-post .post-image {
  1143.      height: 350px;
  1144.    }
  1145.  
  1146.    .post-overlay {
  1147.      padding: 25px;
  1148.    }
  1149.  
  1150.    .post-content .post-title1 {
  1151.      font-size: 1.8rem;
  1152.    }
  1153.  
  1154.    .post-content .post-excerpt {
  1155.      font-size: 1rem;
  1156.      margin-bottom: 15px;
  1157.    }
  1158.  
  1159.    .post-meta {
  1160.      flex-direction: column;
  1161.      align-items: flex-start;
  1162.      gap: 10px;
  1163.    }
  1164.  
  1165.    .side-post {
  1166.      height: auto;
  1167.    }
  1168.  
  1169.    .side-post-content {
  1170.      height: auto;
  1171.      padding: 15px;
  1172.    }
  1173.  }
  1174.  
  1175.  @media (max-width: 576px) {
  1176.    .post-content .post-title1 {
  1177.      font-size: 1.5rem;
  1178.    }
  1179.  
  1180.    .side-post-content h3 {
  1181.      font-size: 0.9rem;
  1182.    }
  1183.  
  1184.    .side-post-image img {}
  1185.  }
  1186. </style>
  1187.  
  1188.  
  1189.  
  1190.  
  1191.        <!-- end of wpo-blog-hero -->
  1192.  
  1193.        <!-- start of wpo-breacking-news -->
  1194.        
  1195.        <!-- end of wpo-breacking-news -->
  1196.        
  1197.        <!-- start wpo-blog-highlights-section -->
  1198.        
  1199.  
  1200.  
  1201.  
  1202.    
  1203.  
  1204.  
  1205.  
  1206. <style>
  1207.    .blog-highlights-v3 {
  1208.        padding: 0px 0;
  1209.    }
  1210.    
  1211.    .blog-card-v3 {
  1212.        border: 1px solid #e9ecef;
  1213.        border-radius: 8px;
  1214.        overflow: hidden;
  1215.        transition: all 0.3s ease;
  1216.        background: white;
  1217.        height: 100%;
  1218.    }
  1219.    
  1220.    .blog-card-v3:hover {
  1221.        box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  1222.    }
  1223.    
  1224.    .blog-image-v3 {
  1225.        position: relative;
  1226.        overflow: hidden;
  1227.        height: 200px;
  1228.    }
  1229.    
  1230.    .blog-image-v3 img {
  1231.        width: 100%;
  1232.        height: 100%;
  1233.        object-fit: cover;
  1234.        transition: opacity 0.3s ease;
  1235.    }
  1236.    
  1237.    .blog-card-v3:hover .blog-image-v3 img {
  1238.        opacity: 0.9;
  1239.    }
  1240.    
  1241.    .blog-category-v3 {
  1242.        position: absolute;
  1243.        top: 12px;
  1244.        right: 12px;
  1245.        padding: 4px 12px;
  1246.        border-radius: 4px;
  1247.        font-size: 11px;
  1248.        font-weight: 600;
  1249.        text-transform: uppercase;
  1250.        letter-spacing: 0.8px;
  1251.    }
  1252.    
  1253.    .blog-content-v3 {
  1254.        padding: 20px;
  1255.    }
  1256.    
  1257.    .blog-title-v3 {
  1258.        font-size: 16px;
  1259.        font-weight: 600;
  1260.        line-height: 1.5;
  1261.        margin-bottom: 12px;
  1262.        min-height: 48px;
  1263.    }
  1264.    
  1265.    .blog-title-v3 a {
  1266.        text-decoration: none;
  1267.        transition: color 0.2s ease;
  1268.    }
  1269.    
  1270.    .blog-meta-v3 {
  1271.        display: flex;
  1272.        align-items: center;
  1273.        gap: 8px;
  1274.        margin-bottom: 10px;
  1275.        font-size: 12px;
  1276.        border-bottom: 1px solid #f1f3f4;
  1277.        padding-bottom: 10px;
  1278.    }
  1279.    
  1280.    .blog-author-img-v3 {
  1281.        width: 24px;
  1282.        height: 24px;
  1283.        border-radius: 50%;
  1284.        object-fit: cover;
  1285.    }
  1286.    
  1287.    .blog-excerpt-v3 {
  1288.        font-size: 13px;
  1289.        line-height: 1.5;
  1290.        opacity: 0.7;
  1291.        display: -webkit-box;
  1292.        -webkit-line-clamp: 2;
  1293.        -webkit-box-orient: vertical;
  1294.        overflow: hidden;
  1295.    }
  1296.    
  1297.    .section-title-v3 {
  1298.        font-size: 2.8rem;
  1299.        font-weight: 700;
  1300.        text-align: center;
  1301.        margin-bottom: 20px;
  1302.    }
  1303.    
  1304.    .section-subtitle-v3 {
  1305.        text-align: center;
  1306.        font-size: 1rem;
  1307.        opacity: 0.7;
  1308.        margin-bottom: 60px;
  1309.    }
  1310.  
  1311.    @media (max-width: 768px) {
  1312.        .section-title-v3 {
  1313.            font-size: 2.2rem;
  1314.        }
  1315.        .blog-highlights-v3 {
  1316.            padding: 0px 0;
  1317.        }
  1318.        .blog-content-v3 {
  1319.            padding: 16px;
  1320.        }
  1321.    }
  1322. </style>
  1323.  
  1324. <section class="blog-highlights-v3">
  1325.    <div class="container-fluid fluid-container">
  1326.        <div class="row">
  1327.            <div class="col-12">
  1328.                <h2 class="section-title-v3 top-color">
  1329.                Today's Top Highlights
  1330.                   </h2>
  1331.                <p class="section-subtitle-v3 top-color">Discover our latest stories and insights from around the world</p>
  1332.            </div>
  1333.        </div>
  1334.        
  1335.        <div class="row">
  1336.            <div class="col-lg-8 col-12">
  1337.                <div class="row g-3">
  1338.                    
  1339.                    <div class="col-lg-6 col-md-6 col-12">
  1340.                        <div class="card blog-card-v3">
  1341.                            <div class="blog-image-v3">
  1342.                                
  1343.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1344.                                
  1345.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1346.                            </div>
  1347.                            <div class="blog-content-v3">
  1348.                                <h3 class="blog-title-v3">
  1349.                                    <a href="/troubling-remembrances-reemerge-in-davao-as-authorities-piece-together-bondi-beach-shooting-alleged-attackers-movements/" class="top-color">
  1350.                                    Troubling Remembrances Reemerge in Davao as Authorities Piece Together Bondi Beach Shooting Alleged Attackers&#x27; Movements
  1351.                                    </a>
  1352.                                </h3>
  1353.                                <div class="blog-meta-v3">
  1354.                                    
  1355.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="blog-author-img-v3">
  1356.                                    
  1357.                                    
  1358.                                    <span class="top-color">By Rita Walker</span>
  1359.                                    <span class="top-color">•</span>
  1360.                                    <span class="top-color">18 May 2026</span>
  1361.                                </div>
  1362.                                <p class="blog-excerpt-v3 top-color"></p>
  1363.                            </div>
  1364.                        </div>
  1365.                    </div>
  1366.                    
  1367.                    <div class="col-lg-6 col-md-6 col-12">
  1368.                        <div class="card blog-card-v3">
  1369.                            <div class="blog-image-v3">
  1370.                                
  1371.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1372.                                
  1373.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1374.                            </div>
  1375.                            <div class="blog-content-v3">
  1376.                                <h3 class="blog-title-v3">
  1377.                                    <a href="/real-southern-portugal-exploring-portugal-away-from-the-shoreline/" class="top-color">
  1378.                                    Real Southern Portugal: Exploring Portugal Away from the Shoreline
  1379.                                    </a>
  1380.                                </h3>
  1381.                                <div class="blog-meta-v3">
  1382.                                    
  1383.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="blog-author-img-v3">
  1384.                                    
  1385.                                    
  1386.                                    <span class="top-color">By Rita Walker</span>
  1387.                                    <span class="top-color">•</span>
  1388.                                    <span class="top-color">18 May 2026</span>
  1389.                                </div>
  1390.                                <p class="blog-excerpt-v3 top-color"></p>
  1391.                            </div>
  1392.                        </div>
  1393.                    </div>
  1394.                    
  1395.                    <div class="col-lg-6 col-md-6 col-12">
  1396.                        <div class="card blog-card-v3">
  1397.                            <div class="blog-image-v3">
  1398.                                
  1399.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1400.                                
  1401.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1402.                            </div>
  1403.                            <div class="blog-content-v3">
  1404.                                <h3 class="blog-title-v3">
  1405.                                    <a href="/arsenals-goalkeeper-praises-squad-depth-as-vital-to-silverware-ambitions/" class="top-color">
  1406.                                    Arsenal&#x27;s goalkeeper Praises Squad Depth as Vital to Silverware Ambitions
  1407.                                    </a>
  1408.                                </h3>
  1409.                                <div class="blog-meta-v3">
  1410.                                    
  1411.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="blog-author-img-v3">
  1412.                                    
  1413.                                    
  1414.                                    <span class="top-color">By Rita Walker</span>
  1415.                                    <span class="top-color">•</span>
  1416.                                    <span class="top-color">18 May 2026</span>
  1417.                                </div>
  1418.                                <p class="blog-excerpt-v3 top-color"></p>
  1419.                            </div>
  1420.                        </div>
  1421.                    </div>
  1422.                    
  1423.                    <div class="col-lg-6 col-md-6 col-12">
  1424.                        <div class="card blog-card-v3">
  1425.                            <div class="blog-image-v3">
  1426.                                
  1427.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1428.                                
  1429.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1430.                            </div>
  1431.                            <div class="blog-content-v3">
  1432.                                <h3 class="blog-title-v3">
  1433.                                    <a href="/can-the-all-blacks-rediscover-their-winning-form-in-the-upcoming-matches/" class="top-color">
  1434.                                    Can the All Blacks rediscover their winning form in the upcoming matches?
  1435.                                    </a>
  1436.                                </h3>
  1437.                                <div class="blog-meta-v3">
  1438.                                    
  1439.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="blog-author-img-v3">
  1440.                                    
  1441.                                    
  1442.                                    <span class="top-color">By Rita Walker</span>
  1443.                                    <span class="top-color">•</span>
  1444.                                    <span class="top-color">18 May 2026</span>
  1445.                                </div>
  1446.                                <p class="blog-excerpt-v3 top-color"></p>
  1447.                            </div>
  1448.                        </div>
  1449.                    </div>
  1450.                    
  1451.                    <div class="col-lg-6 col-md-6 col-12">
  1452.                        <div class="card blog-card-v3">
  1453.                            <div class="blog-image-v3">
  1454.                                
  1455.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1456.                                
  1457.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1458.                            </div>
  1459.                            <div class="blog-content-v3">
  1460.                                <h3 class="blog-title-v3">
  1461.                                    <a href="/his-unprecedented-presence-in-sports-reached-new-heights-in-2025-the-coming-year-promises-to-take-it-further/" class="top-color">
  1462.                                    His Unprecedented Presence in Sports Reached New Heights in 2025. The Coming Year Promises to Take It Further.
  1463.                                    </a>
  1464.                                </h3>
  1465.                                <div class="blog-meta-v3">
  1466.                                    
  1467.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="blog-author-img-v3">
  1468.                                    
  1469.                                    
  1470.                                    <span class="top-color">By Rita Walker</span>
  1471.                                    <span class="top-color">•</span>
  1472.                                    <span class="top-color">18 May 2026</span>
  1473.                                </div>
  1474.                                <p class="blog-excerpt-v3 top-color"></p>
  1475.                            </div>
  1476.                        </div>
  1477.                    </div>
  1478.                    
  1479.                    <div class="col-lg-6 col-md-6 col-12">
  1480.                        <div class="card blog-card-v3">
  1481.                            <div class="blog-image-v3">
  1482.                                
  1483.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1484.                                
  1485.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1486.                            </div>
  1487.                            <div class="blog-content-v3">
  1488.                                <h3 class="blog-title-v3">
  1489.                                    <a href="/exercise-as-you-work-10-fitness-enhancing-office-exercises-you-can-do-in-normal-attire/" class="top-color">
  1490.                                    Exercise as you work? 10 fitness-enhancing office exercises you can do in normal attire
  1491.                                    </a>
  1492.                                </h3>
  1493.                                <div class="blog-meta-v3">
  1494.                                    
  1495.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="blog-author-img-v3">
  1496.                                    
  1497.                                    
  1498.                                    <span class="top-color">By Rita Walker</span>
  1499.                                    <span class="top-color">•</span>
  1500.                                    <span class="top-color">17 May 2026</span>
  1501.                                </div>
  1502.                                <p class="blog-excerpt-v3 top-color"></p>
  1503.                            </div>
  1504.                        </div>
  1505.                    </div>
  1506.                    
  1507.                    <div class="col-lg-6 col-md-6 col-12">
  1508.                        <div class="card blog-card-v3">
  1509.                            <div class="blog-image-v3">
  1510.                                
  1511.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1512.                                
  1513.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1514.                            </div>
  1515.                            <div class="blog-content-v3">
  1516.                                <h3 class="blog-title-v3">
  1517.                                    <a href="/anno-117-pax-romanas-hidden-gem-reveals-itself-as-a-breathtaking-first-person-mode/" class="top-color">
  1518.                                    Anno 117: Pax Romana&#x27;s Hidden Gem Reveals Itself as a Breathtaking First-Person Mode.
  1519.                                    </a>
  1520.                                </h3>
  1521.                                <div class="blog-meta-v3">
  1522.                                    
  1523.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="blog-author-img-v3">
  1524.                                    
  1525.                                    
  1526.                                    <span class="top-color">By Rita Walker</span>
  1527.                                    <span class="top-color">•</span>
  1528.                                    <span class="top-color">17 May 2026</span>
  1529.                                </div>
  1530.                                <p class="blog-excerpt-v3 top-color"></p>
  1531.                            </div>
  1532.                        </div>
  1533.                    </div>
  1534.                    
  1535.                    <div class="col-lg-6 col-md-6 col-12">
  1536.                        <div class="card blog-card-v3">
  1537.                            <div class="blog-image-v3">
  1538.                                
  1539.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1540.                                
  1541.                                <span class="blog-category-v3 bg-primary-gradient text-white">Others</span>
  1542.                            </div>
  1543.                            <div class="blog-content-v3">
  1544.                                <h3 class="blog-title-v3">
  1545.                                    <a href="/the-evolution-of-online-slot-games-unveiling-the-progress/" class="top-color">
  1546.                                    The Evolution of Online Slot Games: Unveiling the Progress
  1547.                                    </a>
  1548.                                </h3>
  1549.                                <div class="blog-meta-v3">
  1550.                                    
  1551.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="blog-author-img-v3">
  1552.                                    
  1553.                                    
  1554.                                    <span class="top-color">By Rita Walker</span>
  1555.                                    <span class="top-color">•</span>
  1556.                                    <span class="top-color">17 May 2026</span>
  1557.                                </div>
  1558.                                <p class="blog-excerpt-v3 top-color"></p>
  1559.                            </div>
  1560.                        </div>
  1561.                    </div>
  1562.                    
  1563.                    <div class="col-lg-6 col-md-6 col-12">
  1564.                        <div class="card blog-card-v3">
  1565.                            <div class="blog-image-v3">
  1566.                                
  1567.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1568.                                
  1569.                                <span class="blog-category-v3 bg-primary-gradient text-white">Others</span>
  1570.                            </div>
  1571.                            <div class="blog-content-v3">
  1572.                                <h3 class="blog-title-v3">
  1573.                                    <a href="/unveiling-the-trendiest-trends-in-gaming-house-slots-games/" class="top-color">
  1574.                                    Unveiling the Trendiest Trends in Gaming House Slots Games
  1575.                                    </a>
  1576.                                </h3>
  1577.                                <div class="blog-meta-v3">
  1578.                                    
  1579.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="blog-author-img-v3">
  1580.                                    
  1581.                                    
  1582.                                    <span class="top-color">By Rita Walker</span>
  1583.                                    <span class="top-color">•</span>
  1584.                                    <span class="top-color">17 May 2026</span>
  1585.                                </div>
  1586.                                <p class="blog-excerpt-v3 top-color"></p>
  1587.                            </div>
  1588.                        </div>
  1589.                    </div>
  1590.                    
  1591.                    <div class="col-lg-6 col-md-6 col-12">
  1592.                        <div class="card blog-card-v3">
  1593.                            <div class="blog-image-v3">
  1594.                                
  1595.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1596.                                
  1597.                                <span class="blog-category-v3 bg-primary-gradient text-white">Others</span>
  1598.                            </div>
  1599.                            <div class="blog-content-v3">
  1600.                                <h3 class="blog-title-v3">
  1601.                                    <a href="/exploring-the-exciting-world-of-casino-online-slot-games/" class="top-color">
  1602.                                    Exploring the Exciting World of Casino Online Slot Games
  1603.                                    </a>
  1604.                                </h3>
  1605.                                <div class="blog-meta-v3">
  1606.                                    
  1607.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="blog-author-img-v3">
  1608.                                    
  1609.                                    
  1610.                                    <span class="top-color">By Rita Walker</span>
  1611.                                    <span class="top-color">•</span>
  1612.                                    <span class="top-color">17 May 2026</span>
  1613.                                </div>
  1614.                                <p class="blog-excerpt-v3 top-color"></p>
  1615.                            </div>
  1616.                        </div>
  1617.                    </div>
  1618.                    
  1619.                    <div class="col-lg-6 col-md-6 col-12">
  1620.                        <div class="card blog-card-v3">
  1621.                            <div class="blog-image-v3">
  1622.                                
  1623.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1624.                                
  1625.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1626.                            </div>
  1627.                            <div class="blog-content-v3">
  1628.                                <h3 class="blog-title-v3">
  1629.                                    <a href="/trump-affirms-generally-there-is-consensus-on-following-steps-of-truce-agreement-for-gaza/" class="top-color">
  1630.                                    Trump Affirms &#x27;Generally, There Is Consensus&#x27; on Following Steps of Truce Agreement for Gaza
  1631.                                    </a>
  1632.                                </h3>
  1633.                                <div class="blog-meta-v3">
  1634.                                    
  1635.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="blog-author-img-v3">
  1636.                                    
  1637.                                    
  1638.                                    <span class="top-color">By Rita Walker</span>
  1639.                                    <span class="top-color">•</span>
  1640.                                    <span class="top-color">17 May 2026</span>
  1641.                                </div>
  1642.                                <p class="blog-excerpt-v3 top-color"></p>
  1643.                            </div>
  1644.                        </div>
  1645.                    </div>
  1646.                    
  1647.                    <div class="col-lg-6 col-md-6 col-12">
  1648.                        <div class="card blog-card-v3">
  1649.                            <div class="blog-image-v3">
  1650.                                
  1651.                                    <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1652.                                
  1653.                                <span class="blog-category-v3 bg-primary-gradient text-white">News</span>
  1654.                            </div>
  1655.                            <div class="blog-content-v3">
  1656.                                <h3 class="blog-title-v3">
  1657.                                    <a href="/swiss-ski-resort-blaze-victims-receive-care-in-burns-units-throughout-the-continent/" class="top-color">
  1658.                                    Swiss Ski Resort Blaze Victims Receive Care in Burns Units Throughout the Continent
  1659.                                    </a>
  1660.                                </h3>
  1661.                                <div class="blog-meta-v3">
  1662.                                    
  1663.                                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="blog-author-img-v3">
  1664.                                    
  1665.                                    
  1666.                                    <span class="top-color">By Rita Walker</span>
  1667.                                    <span class="top-color">•</span>
  1668.                                    <span class="top-color">17 May 2026</span>
  1669.                                </div>
  1670.                                <p class="blog-excerpt-v3 top-color"></p>
  1671.                            </div>
  1672.                        </div>
  1673.                    </div>
  1674.                    
  1675.                    
  1676.  
  1677.                </div>
  1678.            </div>
  1679.            
  1680.             <div class="col col-lg-4 col-12">
  1681.                
  1682.  
  1683.  
  1684.  
  1685.    
  1686.  
  1687.  
  1688. <!-- Blog Sidebar V2 - Focused Design -->
  1689.  <div class="sidebar mb-3">
  1690.    <!-- Recent Posts Section -->
  1691.    <div class="sidebar-widget mb-5">
  1692.      <div class="widget-title-wrapper mb-3">
  1693.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  1694.          <i class="ti-time me-2"></i>Recent Posts
  1695.          <span class="title-arrow-primary"></span>
  1696.        </h4>
  1697.      </div>
  1698.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1699.        <div class="recent-post-list">
  1700.          
  1701.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1702.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1703.                
  1704.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1705.              
  1706.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1707.            </div>
  1708.            <div class="post-content flex-grow-1">
  1709.              <h6 class="post-title mb-2">
  1710.                 <a href="/leaders-recognise-queens-as-the-president-extends-mamdani-a-friendly-reception/" class="text-decoration-none top-color fw-semibold lh-sm">
  1711.                                            Leaders Recognise Queens as The President Extends Mamdani a Friendly Reception
  1712.                                            </a>
  1713.              </h6>
  1714.              <div class="post-meta mb-3">
  1715.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>17 May 2026</small>
  1716.                <!-- <small class="text-muted">
  1717.                  <i class="ti-eye me-1"></i>348 views
  1718.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1719.                </small> -->
  1720.              </div>
  1721.            </div>
  1722.          </div>
  1723.        
  1724.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1725.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1726.                
  1727.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1728.              
  1729.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1730.            </div>
  1731.            <div class="post-content flex-grow-1">
  1732.              <h6 class="post-title mb-2">
  1733.                 <a href="/a-decade-long-liaison-from-erin-somers-a-midlife-infidelity-tale-this-generation-has-earned/" class="text-decoration-none top-color fw-semibold lh-sm">
  1734.                                            A Decade-Long Liaison from Erin Somers: A Midlife Infidelity Tale This Generation Has Earned.
  1735.                                            </a>
  1736.              </h6>
  1737.              <div class="post-meta mb-3">
  1738.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  1739.                <!-- <small class="text-muted">
  1740.                  <i class="ti-eye me-1"></i>348 views
  1741.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1742.                </small> -->
  1743.              </div>
  1744.            </div>
  1745.          </div>
  1746.        
  1747.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1748.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1749.                
  1750.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1751.              
  1752.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1753.            </div>
  1754.            <div class="post-content flex-grow-1">
  1755.              <h6 class="post-title mb-2">
  1756.                 <a href="/president-zelenskyy-says-the-nation-is-10-off-from-peace-yet-not-at-any-price/" class="text-decoration-none top-color fw-semibold lh-sm">
  1757.                                            President Zelenskyy Says The Nation Is 10% Off from Peace, Yet Not at Any Price
  1758.                                            </a>
  1759.              </h6>
  1760.              <div class="post-meta mb-3">
  1761.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  1762.                <!-- <small class="text-muted">
  1763.                  <i class="ti-eye me-1"></i>348 views
  1764.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1765.                </small> -->
  1766.              </div>
  1767.            </div>
  1768.          </div>
  1769.        
  1770.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1771.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1772.                
  1773.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1774.              
  1775.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1776.            </div>
  1777.            <div class="post-content flex-grow-1">
  1778.              <h6 class="post-title mb-2">
  1779.                 <a href="/the-mighty-neins-introductory-sequence-selected-the-incorrect-popular-rpg-show-track/" class="text-decoration-none top-color fw-semibold lh-sm">
  1780.                                            The Mighty Nein&#x27;s Introductory Sequence Selected the Incorrect Popular RPG Show Track
  1781.                                            </a>
  1782.              </h6>
  1783.              <div class="post-meta mb-3">
  1784.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  1785.                <!-- <small class="text-muted">
  1786.                  <i class="ti-eye me-1"></i>348 views
  1787.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1788.                </small> -->
  1789.              </div>
  1790.            </div>
  1791.          </div>
  1792.        
  1793.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1794.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1795.                
  1796.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1797.              
  1798.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  1799.            </div>
  1800.            <div class="post-content flex-grow-1">
  1801.              <h6 class="post-title mb-2">
  1802.                 <a href="/leadership-changes-global-conflicts-limited-coverage-five-threats-to-climate-progress-that-hindered-climate-summit/" class="text-decoration-none top-color fw-semibold lh-sm">
  1803.                                            Leadership Changes, Global Conflicts, Limited Coverage: Five Threats to Climate Progress That Hindered Climate Summit
  1804.                                            </a>
  1805.              </h6>
  1806.              <div class="post-meta mb-3">
  1807.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  1808.                <!-- <small class="text-muted">
  1809.                  <i class="ti-eye me-1"></i>348 views
  1810.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1811.                </small> -->
  1812.              </div>
  1813.            </div>
  1814.          </div>
  1815.        
  1816.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  1817.            <div class="post-image me-3 flex-shrink-0 position-relative">
  1818.                
  1819.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  1820.              
  1821.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">Others</span>
  1822.            </div>
  1823.            <div class="post-content flex-grow-1">
  1824.              <h6 class="post-title mb-2">
  1825.                 <a href="/discover-the-vibrant-realm-of-online-slot-games/" class="text-decoration-none top-color fw-semibold lh-sm">
  1826.                                            Discover the Vibrant Realm of Online Slot Games
  1827.                                            </a>
  1828.              </h6>
  1829.              <div class="post-meta mb-3">
  1830.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>16 May 2026</small>
  1831.                <!-- <small class="text-muted">
  1832.                  <i class="ti-eye me-1"></i>348 views
  1833.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  1834.                </small> -->
  1835.              </div>
  1836.            </div>
  1837.          </div>
  1838.        
  1839.        </div>
  1840.  
  1841.        <div class="text-center mt-4 pt-3 border-top border-light">
  1842.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  1843.        </div>
  1844.      </div>
  1845.    </div>
  1846.  
  1847.    
  1848.    <div class="sidebar-widget mb-4">
  1849.      <div class="widget-title-wrapper mb-3">
  1850.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  1851.          <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  1852.          <span class="title-arrow"></span>
  1853.        </h4>
  1854.      </div>
  1855.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  1856.        <div class="blog-roll-list scrollable-sidebar">
  1857.          
  1858.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1859.            <a href="https://esports-news.co.uk/gambling-sites/dudespin-review/" class="text-decoration-none " rel="dofollow">
  1860.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1861.                <i class="ti-angle-right me-2 text-primary"></i>
  1862.                dudespin review
  1863.              </h6>
  1864.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1865.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1866.              </div> -->
  1867.            </a>
  1868.          </div>
  1869.          
  1870.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1871.            <a href="https://esports-news.co.uk/gambling-sites/mafia-casino-review/" class="text-decoration-none " rel="dofollow">
  1872.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1873.                <i class="ti-angle-right me-2 text-primary"></i>
  1874.                mafia review
  1875.              </h6>
  1876.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1877.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1878.              </div> -->
  1879.            </a>
  1880.          </div>
  1881.          
  1882.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1883.            <a href="https://knightsof.media/" class="text-decoration-none " rel="dofollow">
  1884.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1885.                <i class="ti-angle-right me-2 text-primary"></i>
  1886.                online casino list
  1887.              </h6>
  1888.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1889.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1890.              </div> -->
  1891.            </a>
  1892.          </div>
  1893.          
  1894.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1895.            <a href="https://www.kylebooks.co.uk/" class="text-decoration-none " rel="dofollow">
  1896.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1897.                <i class="ti-angle-right me-2 text-primary"></i>
  1898.                online casino list
  1899.              </h6>
  1900.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1901.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1902.              </div> -->
  1903.            </a>
  1904.          </div>
  1905.          
  1906.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1907.            <a href="https://www.lattitude.org.uk/" class="text-decoration-none " rel="dofollow">
  1908.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1909.                <i class="ti-angle-right me-2 text-primary"></i>
  1910.                games not on gamstop
  1911.              </h6>
  1912.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1913.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1914.              </div> -->
  1915.            </a>
  1916.          </div>
  1917.          
  1918.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1919.            <a href="https://heyimhome.co.uk/" class="text-decoration-none " rel="dofollow">
  1920.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1921.                <i class="ti-angle-right me-2 text-primary"></i>
  1922.                non gamstop casino
  1923.              </h6>
  1924.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1925.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1926.              </div> -->
  1927.            </a>
  1928.          </div>
  1929.          
  1930.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1931.            <a href="https://unbound.co.uk/" class="text-decoration-none " rel="dofollow">
  1932.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1933.                <i class="ti-angle-right me-2 text-primary"></i>
  1934.                best non gamstop casinos
  1935.              </h6>
  1936.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1937.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1938.              </div> -->
  1939.            </a>
  1940.          </div>
  1941.          
  1942.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1943.            <a href="https://bottlebling.co.uk/" class="text-decoration-none " rel="dofollow">
  1944.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1945.                <i class="ti-angle-right me-2 text-primary"></i>
  1946.                casino online
  1947.              </h6>
  1948.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1949.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1950.              </div> -->
  1951.            </a>
  1952.          </div>
  1953.          
  1954.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1955.            <a href="https://www.kibera.org.uk/" class="text-decoration-none " rel="dofollow">
  1956.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1957.                <i class="ti-angle-right me-2 text-primary"></i>
  1958.                casinos not on gamstop
  1959.              </h6>
  1960.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1961.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1962.              </div> -->
  1963.            </a>
  1964.          </div>
  1965.          
  1966.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1967.            <a href="https://jeremyforlabour.com/" class="text-decoration-none " rel="dofollow">
  1968.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1969.                <i class="ti-angle-right me-2 text-primary"></i>
  1970.                non gamstop casinos uk
  1971.              </h6>
  1972.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1973.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1974.              </div> -->
  1975.            </a>
  1976.          </div>
  1977.          
  1978.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1979.            <a href="https://www.gohacking.com/" class="text-decoration-none " rel="dofollow">
  1980.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1981.                <i class="ti-angle-right me-2 text-primary"></i>
  1982.                non gamstop poker websites
  1983.              </h6>
  1984.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1985.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1986.              </div> -->
  1987.            </a>
  1988.          </div>
  1989.          
  1990.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  1991.            <a href="https://idolmag.co.uk/" class="text-decoration-none " rel="dofollow">
  1992.              <h6 class="blog-title top-color mb-2 fw-semibold">
  1993.                <i class="ti-angle-right me-2 text-primary"></i>
  1994.                non gamstop casino
  1995.              </h6>
  1996.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  1997.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  1998.              </div> -->
  1999.            </a>
  2000.          </div>
  2001.          
  2002.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2003.            <a href="https://www.cca-glasgow.com/" class="text-decoration-none " rel="dofollow">
  2004.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2005.                <i class="ti-angle-right me-2 text-primary"></i>
  2006.                non gamstop casinos
  2007.              </h6>
  2008.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2009.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2010.              </div> -->
  2011.            </a>
  2012.          </div>
  2013.          
  2014.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2015.            <a href="https://techweekeurope.co.uk/" class="text-decoration-none " rel="dofollow">
  2016.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2017.                <i class="ti-angle-right me-2 text-primary"></i>
  2018.                best non Gamstop casinos
  2019.              </h6>
  2020.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2021.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2022.              </div> -->
  2023.            </a>
  2024.          </div>
  2025.          
  2026.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2027.            <a href="https://datamagazine.co.uk/" class="text-decoration-none " rel="dofollow">
  2028.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2029.                <i class="ti-angle-right me-2 text-primary"></i>
  2030.                casino not on gamstop
  2031.              </h6>
  2032.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2033.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2034.              </div> -->
  2035.            </a>
  2036.          </div>
  2037.          
  2038.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2039.            <a href="https://www.focus12.co.uk/" class="text-decoration-none " rel="dofollow">
  2040.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2041.                <i class="ti-angle-right me-2 text-primary"></i>
  2042.                casinos not on gamstop
  2043.              </h6>
  2044.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2045.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2046.              </div> -->
  2047.            </a>
  2048.          </div>
  2049.          
  2050.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2051.            <a href="https://britishicehockey.co.uk/" class="text-decoration-none " rel="dofollow">
  2052.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2053.                <i class="ti-angle-right me-2 text-primary"></i>
  2054.                casinos not on gamstop
  2055.              </h6>
  2056.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2057.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2058.              </div> -->
  2059.            </a>
  2060.          </div>
  2061.          
  2062.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2063.            <a href="https://gamingamerica.com/non-gamstop-casinos" class="text-decoration-none " rel="dofollow">
  2064.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2065.                <i class="ti-angle-right me-2 text-primary"></i>
  2066.                non gamstop casinos
  2067.              </h6>
  2068.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2069.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2070.              </div> -->
  2071.            </a>
  2072.          </div>
  2073.          
  2074.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2075.            <a href="https://adventuregamers.com/online-casinos/non-gamstop" class="text-decoration-none " rel="dofollow">
  2076.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2077.                <i class="ti-angle-right me-2 text-primary"></i>
  2078.                casinos not on gamstop
  2079.              </h6>
  2080.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2081.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2082.              </div> -->
  2083.            </a>
  2084.          </div>
  2085.          
  2086.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2087.            <a href="https://knightsof.media/" class="text-decoration-none " rel="dofollow">
  2088.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2089.                <i class="ti-angle-right me-2 text-primary"></i>
  2090.                casino not on gamstop
  2091.              </h6>
  2092.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2093.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2094.              </div> -->
  2095.            </a>
  2096.          </div>
  2097.          
  2098.  
  2099.        </div>
  2100. <!--
  2101.        <div class="text-center mt-4 pt-3 border-top border-light">
  2102.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2103.        </div> -->
  2104.      </div>
  2105.    </div>
  2106.    
  2107.    <div class="sidebar-widget mb-4">
  2108.      <div class="widget-title-wrapper mb-3">
  2109.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2110.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2111.          <span class="title-arrow"></span>
  2112.        </h4>
  2113.      </div>
  2114.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2115.        <div class="blog-roll-list scrollable-sidebar">
  2116.          
  2117.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2118.            <a href="https://tdlwebsolutions.com/" class="text-decoration-none " rel="dofollow">
  2119.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2120.                <i class="ti-angle-right me-2 text-primary"></i>
  2121.                lolajack casino
  2122.              </h6>
  2123.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2124.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2125.              </div> -->
  2126.            </a>
  2127.          </div>
  2128.          
  2129.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2130.            <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" class="text-decoration-none " rel="dofollow">
  2131.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2132.                <i class="ti-angle-right me-2 text-primary"></i>
  2133.                non gamstop casino
  2134.              </h6>
  2135.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2136.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2137.              </div> -->
  2138.            </a>
  2139.          </div>
  2140.          
  2141.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2142.            <a href="https://www.chemical-records.co.uk/" class="text-decoration-none " rel="dofollow">
  2143.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2144.                <i class="ti-angle-right me-2 text-primary"></i>
  2145.                casino not on gamstop
  2146.              </h6>
  2147.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2148.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2149.              </div> -->
  2150.            </a>
  2151.          </div>
  2152.          
  2153.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2154.            <a href="https://www.citytosea.org.uk/" class="text-decoration-none " rel="dofollow">
  2155.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2156.                <i class="ti-angle-right me-2 text-primary"></i>
  2157.                non gamstop casinos
  2158.              </h6>
  2159.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2160.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2161.              </div> -->
  2162.            </a>
  2163.          </div>
  2164.          
  2165.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2166.            <a href="https://www.summerhall.co.uk/" class="text-decoration-none " rel="dofollow">
  2167.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2168.                <i class="ti-angle-right me-2 text-primary"></i>
  2169.                non gamstop casino
  2170.              </h6>
  2171.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2172.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2173.              </div> -->
  2174.            </a>
  2175.          </div>
  2176.          
  2177.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2178.            <a href="https://bereavementcommission.org.uk/" class="text-decoration-none " rel="dofollow">
  2179.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2180.                <i class="ti-angle-right me-2 text-primary"></i>
  2181.                non gamstop casino
  2182.              </h6>
  2183.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2184.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2185.              </div> -->
  2186.            </a>
  2187.          </div>
  2188.          
  2189.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2190.            <a href="https://www.citytosea.org.uk/" class="text-decoration-none " rel="dofollow">
  2191.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2192.                <i class="ti-angle-right me-2 text-primary"></i>
  2193.                non gamstop casino
  2194.              </h6>
  2195.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2196.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2197.              </div> -->
  2198.            </a>
  2199.          </div>
  2200.          
  2201.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2202.            <a href="https://internationalschoolmealsday.com/" class="text-decoration-none " rel="dofollow">
  2203.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2204.                <i class="ti-angle-right me-2 text-primary"></i>
  2205.                non gamstop casino
  2206.              </h6>
  2207.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2208.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2209.              </div> -->
  2210.            </a>
  2211.          </div>
  2212.          
  2213.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2214.            <a href="https://www.cca-glasgow.com/" class="text-decoration-none " rel="dofollow">
  2215.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2216.                <i class="ti-angle-right me-2 text-primary"></i>
  2217.                non gamstop casino
  2218.              </h6>
  2219.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2220.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2221.              </div> -->
  2222.            </a>
  2223.          </div>
  2224.          
  2225.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2226.            <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none " rel="dofollow">
  2227.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2228.                <i class="ti-angle-right me-2 text-primary"></i>
  2229.                non gamstop casino
  2230.              </h6>
  2231.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2232.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2233.              </div> -->
  2234.            </a>
  2235.          </div>
  2236.          
  2237.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2238.            <a href="https://www.surfaceview.co.uk/" class="text-decoration-none " rel="dofollow">
  2239.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2240.                <i class="ti-angle-right me-2 text-primary"></i>
  2241.                non gamstop casino
  2242.              </h6>
  2243.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2244.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2245.              </div> -->
  2246.            </a>
  2247.          </div>
  2248.          
  2249.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2250.            <a href="https://straightfromyard.co.uk/" class="text-decoration-none " rel="dofollow">
  2251.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2252.                <i class="ti-angle-right me-2 text-primary"></i>
  2253.                non gamstop casino
  2254.              </h6>
  2255.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2256.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2257.              </div> -->
  2258.            </a>
  2259.          </div>
  2260.          
  2261.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2262.            <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none " rel="dofollow">
  2263.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2264.                <i class="ti-angle-right me-2 text-primary"></i>
  2265.                non gamstop casino
  2266.              </h6>
  2267.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2268.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2269.              </div> -->
  2270.            </a>
  2271.          </div>
  2272.          
  2273.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2274.            <a href="https://www.london-irish.com/" class="text-decoration-none " rel="dofollow">
  2275.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2276.                <i class="ti-angle-right me-2 text-primary"></i>
  2277.                non gamstop casino
  2278.              </h6>
  2279.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2280.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2281.              </div> -->
  2282.            </a>
  2283.          </div>
  2284.          
  2285.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2286.            <a href="https://unbound.co.uk/" class="text-decoration-none " rel="dofollow">
  2287.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2288.                <i class="ti-angle-right me-2 text-primary"></i>
  2289.                non gamstop casino
  2290.              </h6>
  2291.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2292.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2293.              </div> -->
  2294.            </a>
  2295.          </div>
  2296.          
  2297.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2298.            <a href="https://www.elthampalace.org.uk/" class="text-decoration-none " rel="dofollow">
  2299.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2300.                <i class="ti-angle-right me-2 text-primary"></i>
  2301.                non gamstop casino
  2302.              </h6>
  2303.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2304.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2305.              </div> -->
  2306.            </a>
  2307.          </div>
  2308.          
  2309.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2310.            <a href="https://www.stokestaffslep.org.uk" class="text-decoration-none " rel="dofollow">
  2311.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2312.                <i class="ti-angle-right me-2 text-primary"></i>
  2313.                non uk casinos
  2314.              </h6>
  2315.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2316.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2317.              </div> -->
  2318.            </a>
  2319.          </div>
  2320.          
  2321.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2322.            <a href="https://game-change.co.uk" class="text-decoration-none " rel="dofollow">
  2323.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2324.                <i class="ti-angle-right me-2 text-primary"></i>
  2325.                non uk gambling sites
  2326.              </h6>
  2327.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2328.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2329.              </div> -->
  2330.            </a>
  2331.          </div>
  2332.          
  2333.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2334.            <a href="https://www.nhsborders.org.uk/" class="text-decoration-none " rel="dofollow">
  2335.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2336.                <i class="ti-angle-right me-2 text-primary"></i>
  2337.                crypto casino UK
  2338.              </h6>
  2339.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2340.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2341.              </div> -->
  2342.            </a>
  2343.          </div>
  2344.          
  2345.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2346.            <a href="https://newsoundgeneration.co.uk/casinos-not-on-gamstop/" class="text-decoration-none " rel="dofollow">
  2347.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2348.                <i class="ti-angle-right me-2 text-primary"></i>
  2349.                Casinos Not on GAMSTOP
  2350.              </h6>
  2351.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2352.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2353.              </div> -->
  2354.            </a>
  2355.          </div>
  2356.          
  2357.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2358.            <a href="https://swtrains.co.uk/" class="text-decoration-none " rel="dofollow">
  2359.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2360.                <i class="ti-angle-right me-2 text-primary"></i>
  2361.                spinshark
  2362.              </h6>
  2363.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2364.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2365.              </div> -->
  2366.            </a>
  2367.          </div>
  2368.          
  2369.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2370.            <a href="https://aipce.net" class="text-decoration-none " rel="dofollow">
  2371.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2372.                <i class="ti-angle-right me-2 text-primary"></i>
  2373.                non gamstop casino
  2374.              </h6>
  2375.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2376.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2377.              </div> -->
  2378.            </a>
  2379.          </div>
  2380.          
  2381.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2382.            <a href="https://bikeweek.org.uk" class="text-decoration-none " rel="dofollow">
  2383.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2384.                <i class="ti-angle-right me-2 text-primary"></i>
  2385.                casinos not on gamstop
  2386.              </h6>
  2387.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2388.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2389.              </div> -->
  2390.            </a>
  2391.          </div>
  2392.          
  2393.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2394.            <a href="https://itspa.org.uk" class="text-decoration-none " rel="dofollow">
  2395.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2396.                <i class="ti-angle-right me-2 text-primary"></i>
  2397.                non gamstop casinos
  2398.              </h6>
  2399.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2400.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2401.              </div> -->
  2402.            </a>
  2403.          </div>
  2404.          
  2405.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2406.            <a href="https://weascotland.org.uk" class="text-decoration-none " rel="dofollow">
  2407.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2408.                <i class="ti-angle-right me-2 text-primary"></i>
  2409.                casino not on gamstop
  2410.              </h6>
  2411.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2412.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2413.              </div> -->
  2414.            </a>
  2415.          </div>
  2416.          
  2417.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2418.            <a href="https://www.ukessaywriters.co.uk/" class="text-decoration-none " rel="dofollow">
  2419.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2420.                <i class="ti-angle-right me-2 text-primary"></i>
  2421.                new online casinos
  2422.              </h6>
  2423.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2424.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2425.              </div> -->
  2426.            </a>
  2427.          </div>
  2428.          
  2429.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2430.            <a href="https://www.peelengineering.co.uk/" class="text-decoration-none " rel="dofollow">
  2431.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2432.                <i class="ti-angle-right me-2 text-primary"></i>
  2433.                non gamstop casino
  2434.              </h6>
  2435.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2436.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2437.              </div> -->
  2438.            </a>
  2439.          </div>
  2440.          
  2441.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2442.            <a href="https://www.cca-glasgow.com/" class="text-decoration-none " rel="dofollow">
  2443.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2444.                <i class="ti-angle-right me-2 text-primary"></i>
  2445.                casinos not on gamstop
  2446.              </h6>
  2447.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2448.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2449.              </div> -->
  2450.            </a>
  2451.          </div>
  2452.          
  2453.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2454.            <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none " rel="dofollow">
  2455.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2456.                <i class="ti-angle-right me-2 text-primary"></i>
  2457.                casinos not on gamstop
  2458.              </h6>
  2459.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2460.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2461.              </div> -->
  2462.            </a>
  2463.          </div>
  2464.          
  2465.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2466.            <a href="https://www.roadpeace.org/" class="text-decoration-none " rel="dofollow">
  2467.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2468.                <i class="ti-angle-right me-2 text-primary"></i>
  2469.                non gamstop casino
  2470.              </h6>
  2471.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2472.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2473.              </div> -->
  2474.            </a>
  2475.          </div>
  2476.          
  2477.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2478.            <a href="https://www.london-irish.com/" class="text-decoration-none " rel="dofollow">
  2479.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2480.                <i class="ti-angle-right me-2 text-primary"></i>
  2481.                casinos not on gamstop
  2482.              </h6>
  2483.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2484.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2485.              </div> -->
  2486.            </a>
  2487.          </div>
  2488.          
  2489.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2490.            <a href="https://knightsof.media/" class="text-decoration-none " rel="dofollow">
  2491.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2492.                <i class="ti-angle-right me-2 text-primary"></i>
  2493.                non gamstop casino
  2494.              </h6>
  2495.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2496.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2497.              </div> -->
  2498.            </a>
  2499.          </div>
  2500.          
  2501.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2502.            <a href="https://www.kysty.co.uk/" class="text-decoration-none " rel="dofollow">
  2503.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2504.                <i class="ti-angle-right me-2 text-primary"></i>
  2505.                Casino Not on GAMSTOP
  2506.              </h6>
  2507.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2508.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2509.              </div> -->
  2510.            </a>
  2511.          </div>
  2512.          
  2513.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2514.            <a href="https://www.durhamminers.org/" class="text-decoration-none " rel="dofollow">
  2515.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2516.                <i class="ti-angle-right me-2 text-primary"></i>
  2517.                best online casinos
  2518.              </h6>
  2519.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2520.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2521.              </div> -->
  2522.            </a>
  2523.          </div>
  2524.          
  2525.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2526.            <a href="https://www.executive-shaving.co.uk" class="text-decoration-none " rel="dofollow">
  2527.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2528.                <i class="ti-angle-right me-2 text-primary"></i>
  2529.                online casinos
  2530.              </h6>
  2531.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2532.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2533.              </div> -->
  2534.            </a>
  2535.          </div>
  2536.          
  2537.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2538.            <a href="https://www.cultinformation.org.uk/" class="text-decoration-none " rel="dofollow">
  2539.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2540.                <i class="ti-angle-right me-2 text-primary"></i>
  2541.                non gamstop casinos
  2542.              </h6>
  2543.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2544.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2545.              </div> -->
  2546.            </a>
  2547.          </div>
  2548.          
  2549.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2550.            <a href="https://www.gamblinginsider.com/uk/online-casinos" class="text-decoration-none " rel="dofollow">
  2551.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2552.                <i class="ti-angle-right me-2 text-primary"></i>
  2553.                top 50 online casinos uk
  2554.              </h6>
  2555.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2556.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2557.              </div> -->
  2558.            </a>
  2559.          </div>
  2560.          
  2561.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2562.            <a href="https://www.copyrighthub.co.uk/" class="text-decoration-none " rel="dofollow">
  2563.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2564.                <i class="ti-angle-right me-2 text-primary"></i>
  2565.                casinos not on gamstop
  2566.              </h6>
  2567.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2568.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2569.              </div> -->
  2570.            </a>
  2571.          </div>
  2572.          
  2573.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2574.            <a href="https://dabet.uk/" class="text-decoration-none " rel="dofollow">
  2575.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2576.                <i class="ti-angle-right me-2 text-primary"></i>
  2577.                best betting sites
  2578.              </h6>
  2579.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2580.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2581.              </div> -->
  2582.            </a>
  2583.          </div>
  2584.          
  2585.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2586.            <a href="https://unbound.co.uk/" class="text-decoration-none " rel="dofollow">
  2587.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2588.                <i class="ti-angle-right me-2 text-primary"></i>
  2589.                uk online casinos not on gamstop
  2590.              </h6>
  2591.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2592.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2593.              </div> -->
  2594.            </a>
  2595.          </div>
  2596.          
  2597.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2598.            <a href="https://www.roadpeace.org/" class="text-decoration-none " rel="dofollow">
  2599.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2600.                <i class="ti-angle-right me-2 text-primary"></i>
  2601.                non gamstop casinos
  2602.              </h6>
  2603.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2604.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2605.              </div> -->
  2606.            </a>
  2607.          </div>
  2608.          
  2609.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2610.            <a href="https://www.surfaceview.co.uk/" class="text-decoration-none " rel="dofollow">
  2611.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2612.                <i class="ti-angle-right me-2 text-primary"></i>
  2613.                non gamstop casinos uk
  2614.              </h6>
  2615.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2616.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2617.              </div> -->
  2618.            </a>
  2619.          </div>
  2620.          
  2621.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2622.            <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none " rel="dofollow">
  2623.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2624.                <i class="ti-angle-right me-2 text-primary"></i>
  2625.                Non UK Regulated Casino
  2626.              </h6>
  2627.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2628.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2629.              </div> -->
  2630.            </a>
  2631.          </div>
  2632.          
  2633.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2634.            <a href="https://www.ukbeetles.co.uk" class="text-decoration-none " rel="dofollow">
  2635.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2636.                <i class="ti-angle-right me-2 text-primary"></i>
  2637.                casino not on GamStop
  2638.              </h6>
  2639.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2640.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2641.              </div> -->
  2642.            </a>
  2643.          </div>
  2644.          
  2645.  
  2646.        </div>
  2647. <!--
  2648.        <div class="text-center mt-4 pt-3 border-top border-light">
  2649.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2650.        </div> -->
  2651.      </div>
  2652.    </div>
  2653.    
  2654.    <div class="sidebar-widget mb-4">
  2655.      <div class="widget-title-wrapper mb-3">
  2656.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2657.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2658.          <span class="title-arrow"></span>
  2659.        </h4>
  2660.      </div>
  2661.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  2662.        <div class="blog-roll-list scrollable-sidebar">
  2663.          
  2664.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2665.            <a href="https://www.gullwingbridge.co.uk/" class="text-decoration-none " rel="dofollow">
  2666.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2667.                <i class="ti-angle-right me-2 text-primary"></i>
  2668.                UK casino not on GamStop
  2669.              </h6>
  2670.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2671.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2672.              </div> -->
  2673.            </a>
  2674.          </div>
  2675.          
  2676.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2677.            <a href="https://www.surfaceview.co.uk/" class="text-decoration-none " rel="dofollow">
  2678.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2679.                <i class="ti-angle-right me-2 text-primary"></i>
  2680.                non gamstop casinos
  2681.              </h6>
  2682.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2683.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2684.              </div> -->
  2685.            </a>
  2686.          </div>
  2687.          
  2688.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2689.            <a href="https://www.bmag.org.uk/" class="text-decoration-none " rel="dofollow">
  2690.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2691.                <i class="ti-angle-right me-2 text-primary"></i>
  2692.                casino site
  2693.              </h6>
  2694.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2695.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2696.              </div> -->
  2697.            </a>
  2698.          </div>
  2699.          
  2700.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2701.            <a href="https://orangegenie.com" class="text-decoration-none " rel="dofollow">
  2702.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2703.                <i class="ti-angle-right me-2 text-primary"></i>
  2704.                online casinos not on GamStop
  2705.              </h6>
  2706.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2707.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2708.              </div> -->
  2709.            </a>
  2710.          </div>
  2711.          
  2712.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2713.            <a href="https://www.dinton-pastures.co.uk/" class="text-decoration-none " rel="dofollow">
  2714.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2715.                <i class="ti-angle-right me-2 text-primary"></i>
  2716.                casinos not on GamStop
  2717.              </h6>
  2718.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2719.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2720.              </div> -->
  2721.            </a>
  2722.          </div>
  2723.          
  2724.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2725.            <a href="https://thenewoxford.com/" class="text-decoration-none " rel="dofollow">
  2726.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2727.                <i class="ti-angle-right me-2 text-primary"></i>
  2728.                online casinos
  2729.              </h6>
  2730.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2731.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2732.              </div> -->
  2733.            </a>
  2734.          </div>
  2735.          
  2736.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2737.            <a href="https://www.covent-garden.co.uk/" class="text-decoration-none " rel="dofollow">
  2738.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2739.                <i class="ti-angle-right me-2 text-primary"></i>
  2740.                casino not on GamStop UK
  2741.              </h6>
  2742.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2743.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2744.              </div> -->
  2745.            </a>
  2746.          </div>
  2747.          
  2748.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2749.            <a href="https://ola.co.uk/" class="text-decoration-none " rel="dofollow">
  2750.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2751.                <i class="ti-angle-right me-2 text-primary"></i>
  2752.                casinos not on GamStop
  2753.              </h6>
  2754.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2755.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2756.              </div> -->
  2757.            </a>
  2758.          </div>
  2759.          
  2760.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2761.            <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none " rel="dofollow">
  2762.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2763.                <i class="ti-angle-right me-2 text-primary"></i>
  2764.                slot sites not on GamStop
  2765.              </h6>
  2766.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2767.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2768.              </div> -->
  2769.            </a>
  2770.          </div>
  2771.          
  2772.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2773.            <a href="https://anthonyhead.org/" class="text-decoration-none " rel="dofollow">
  2774.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2775.                <i class="ti-angle-right me-2 text-primary"></i>
  2776.                harry casino withdrawal time
  2777.              </h6>
  2778.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2779.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2780.              </div> -->
  2781.            </a>
  2782.          </div>
  2783.          
  2784.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2785.            <a href="https://www.gamblinginsider.com/uk/online-casinos" class="text-decoration-none " rel="dofollow">
  2786.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2787.                <i class="ti-angle-right me-2 text-primary"></i>
  2788.                uk casinos
  2789.              </h6>
  2790.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2791.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2792.              </div> -->
  2793.            </a>
  2794.          </div>
  2795.          
  2796.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2797.            <a href="https://www.thekarczma.co.uk/" class="text-decoration-none " rel="dofollow">
  2798.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2799.                <i class="ti-angle-right me-2 text-primary"></i>
  2800.                Non UK Casinos for UK Players
  2801.              </h6>
  2802.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2803.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2804.              </div> -->
  2805.            </a>
  2806.          </div>
  2807.          
  2808.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2809.            <a href="https://www.sepho.org.uk/" class="text-decoration-none " rel="dofollow">
  2810.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2811.                <i class="ti-angle-right me-2 text-primary"></i>
  2812.                best non gamstop casinos
  2813.              </h6>
  2814.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2815.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2816.              </div> -->
  2817.            </a>
  2818.          </div>
  2819.          
  2820.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2821.            <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none " rel="dofollow">
  2822.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2823.                <i class="ti-angle-right me-2 text-primary"></i>
  2824.                best casino not on GamStop
  2825.              </h6>
  2826.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2827.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2828.              </div> -->
  2829.            </a>
  2830.          </div>
  2831.          
  2832.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2833.            <a href="https://www.falconryforum.co.uk/" class="text-decoration-none " rel="dofollow">
  2834.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2835.                <i class="ti-angle-right me-2 text-primary"></i>
  2836.                non gamstop casinos
  2837.              </h6>
  2838.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2839.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2840.              </div> -->
  2841.            </a>
  2842.          </div>
  2843.          
  2844.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2845.            <a href="https://www.lgbthistorymonth.org.uk/" class="text-decoration-none " rel="dofollow">
  2846.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2847.                <i class="ti-angle-right me-2 text-primary"></i>
  2848.                non gamstop casinos
  2849.              </h6>
  2850.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2851.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2852.              </div> -->
  2853.            </a>
  2854.          </div>
  2855.          
  2856.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2857.            <a href="https://www.dumpaday.com/" class="text-decoration-none " rel="dofollow">
  2858.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2859.                <i class="ti-angle-right me-2 text-primary"></i>
  2860.                best online casino
  2861.              </h6>
  2862.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2863.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2864.              </div> -->
  2865.            </a>
  2866.          </div>
  2867.          
  2868.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2869.            <a href="https://citytosea.org.uk/" class="text-decoration-none " rel="dofollow">
  2870.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2871.                <i class="ti-angle-right me-2 text-primary"></i>
  2872.                UK online casinos
  2873.              </h6>
  2874.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2875.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2876.              </div> -->
  2877.            </a>
  2878.          </div>
  2879.          
  2880.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2881.            <a href="https://www.skinsupport.org.uk/" class="text-decoration-none " rel="dofollow">
  2882.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2883.                <i class="ti-angle-right me-2 text-primary"></i>
  2884.                no gamstop casino
  2885.              </h6>
  2886.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2887.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2888.              </div> -->
  2889.            </a>
  2890.          </div>
  2891.          
  2892.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2893.            <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none " rel="dofollow">
  2894.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2895.                <i class="ti-angle-right me-2 text-primary"></i>
  2896.                Non GAMSTOP Casino
  2897.              </h6>
  2898.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2899.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2900.              </div> -->
  2901.            </a>
  2902.          </div>
  2903.          
  2904.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2905.            <a href="https://oncallfire.uk/" class="text-decoration-none " rel="dofollow">
  2906.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2907.                <i class="ti-angle-right me-2 text-primary"></i>
  2908.                Non GAMSTOP Casinos
  2909.              </h6>
  2910.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2911.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2912.              </div> -->
  2913.            </a>
  2914.          </div>
  2915.          
  2916.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2917.            <a href="https://www.socresonline.org.uk/" class="text-decoration-none " rel="dofollow">
  2918.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2919.                <i class="ti-angle-right me-2 text-primary"></i>
  2920.                crypto casinos
  2921.              </h6>
  2922.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2923.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2924.              </div> -->
  2925.            </a>
  2926.          </div>
  2927.          
  2928.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2929.            <a href="https://adventuregamers.com/online-casinos/non-gamstop" class="text-decoration-none " rel="dofollow">
  2930.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2931.                <i class="ti-angle-right me-2 text-primary"></i>
  2932.                casino not on gamstop
  2933.              </h6>
  2934.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2935.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2936.              </div> -->
  2937.            </a>
  2938.          </div>
  2939.          
  2940.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2941.            <a href="https://www.charitydigitalnews.co.uk/" class="text-decoration-none " rel="dofollow">
  2942.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2943.                <i class="ti-angle-right me-2 text-primary"></i>
  2944.                online casinos
  2945.              </h6>
  2946.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2947.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2948.              </div> -->
  2949.            </a>
  2950.          </div>
  2951.          
  2952.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2953.            <a href="https://www.wildaboutbritain.co.uk/" class="text-decoration-none " rel="dofollow">
  2954.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2955.                <i class="ti-angle-right me-2 text-primary"></i>
  2956.                non gamstop casino
  2957.              </h6>
  2958.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2959.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2960.              </div> -->
  2961.            </a>
  2962.          </div>
  2963.          
  2964.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2965.            <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none " rel="dofollow">
  2966.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2967.                <i class="ti-angle-right me-2 text-primary"></i>
  2968.                online casino
  2969.              </h6>
  2970.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2971.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2972.              </div> -->
  2973.            </a>
  2974.          </div>
  2975.          
  2976.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2977.            <a href="https://www.goodsixty.co.uk/" class="text-decoration-none " rel="dofollow">
  2978.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2979.                <i class="ti-angle-right me-2 text-primary"></i>
  2980.                non gamstop casino
  2981.              </h6>
  2982.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2983.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2984.              </div> -->
  2985.            </a>
  2986.          </div>
  2987.          
  2988.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2989.            <a href="https://knightsof.media/" class="text-decoration-none " rel="dofollow">
  2990.              <h6 class="blog-title top-color mb-2 fw-semibold">
  2991.                <i class="ti-angle-right me-2 text-primary"></i>
  2992.                casinos not on gamstop
  2993.              </h6>
  2994.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2995.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2996.              </div> -->
  2997.            </a>
  2998.          </div>
  2999.          
  3000.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3001.            <a href="https://roadpeace.org/" class="text-decoration-none " rel="dofollow">
  3002.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3003.                <i class="ti-angle-right me-2 text-primary"></i>
  3004.                online casino
  3005.              </h6>
  3006.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3007.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3008.              </div> -->
  3009.            </a>
  3010.          </div>
  3011.          
  3012.  
  3013.        </div>
  3014. <!--
  3015.        <div class="text-center mt-4 pt-3 border-top border-light">
  3016.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3017.        </div> -->
  3018.      </div>
  3019.    </div>
  3020.    
  3021.    <div class="sidebar-widget mb-4">
  3022.      <div class="widget-title-wrapper mb-3">
  3023.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3024.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3025.          <span class="title-arrow"></span>
  3026.        </h4>
  3027.      </div>
  3028.      <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3029.        <div class="blog-roll-list scrollable-sidebar">
  3030.          
  3031.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3032.            <a href="https://www.welcometoportsmouth.co.uk/" class="text-decoration-none " rel="dofollow">
  3033.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3034.                <i class="ti-angle-right me-2 text-primary"></i>
  3035.                casinos not on gamstop
  3036.              </h6>
  3037.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3038.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3039.              </div> -->
  3040.            </a>
  3041.          </div>
  3042.          
  3043.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3044.            <a href="https://thecharliegardfoundation.org/" class="text-decoration-none " rel="dofollow">
  3045.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3046.                <i class="ti-angle-right me-2 text-primary"></i>
  3047.                uk casino not on gamstop
  3048.              </h6>
  3049.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3050.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3051.              </div> -->
  3052.            </a>
  3053.          </div>
  3054.          
  3055.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3056.            <a href="https://www.roadpeace.org/" class="text-decoration-none " rel="dofollow">
  3057.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3058.                <i class="ti-angle-right me-2 text-primary"></i>
  3059.                gambling site
  3060.              </h6>
  3061.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3062.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3063.              </div> -->
  3064.            </a>
  3065.          </div>
  3066.          
  3067.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3068.            <a href="https://www.money-mentor.org/" class="text-decoration-none " rel="dofollow">
  3069.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3070.                <i class="ti-angle-right me-2 text-primary"></i>
  3071.                crypto casinos UK
  3072.              </h6>
  3073.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3074.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3075.              </div> -->
  3076.            </a>
  3077.          </div>
  3078.          
  3079.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3080.            <a href="https://platypuspress.co.uk/" class="text-decoration-none " rel="dofollow">
  3081.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3082.                <i class="ti-angle-right me-2 text-primary"></i>
  3083.                online casinos
  3084.              </h6>
  3085.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3086.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3087.              </div> -->
  3088.            </a>
  3089.          </div>
  3090.          
  3091.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3092.            <a href="https://rbth.co.uk/" class="text-decoration-none " rel="dofollow">
  3093.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3094.                <i class="ti-angle-right me-2 text-primary"></i>
  3095.                top 50 online casinos uk
  3096.              </h6>
  3097.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3098.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3099.              </div> -->
  3100.            </a>
  3101.          </div>
  3102.          
  3103.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3104.            <a href="https://www.mesaonline.org/" class="text-decoration-none " rel="dofollow">
  3105.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3106.                <i class="ti-angle-right me-2 text-primary"></i>
  3107.                online casinos
  3108.              </h6>
  3109.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3110.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3111.              </div> -->
  3112.            </a>
  3113.          </div>
  3114.          
  3115.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3116.            <a href="https://bereavementcommission.org.uk/" class="text-decoration-none " rel="dofollow">
  3117.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3118.                <i class="ti-angle-right me-2 text-primary"></i>
  3119.                online casino
  3120.              </h6>
  3121.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3122.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3123.              </div> -->
  3124.            </a>
  3125.          </div>
  3126.          
  3127.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3128.            <a href="https://jst.org.uk/" class="text-decoration-none " rel="dofollow">
  3129.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3130.                <i class="ti-angle-right me-2 text-primary"></i>
  3131.                casino not on gamstop
  3132.              </h6>
  3133.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3134.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3135.              </div> -->
  3136.            </a>
  3137.          </div>
  3138.          
  3139.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3140.            <a href="https://www.foreignersinuk.co.uk/" class="text-decoration-none " rel="dofollow">
  3141.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3142.                <i class="ti-angle-right me-2 text-primary"></i>
  3143.                online casinos
  3144.              </h6>
  3145.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3146.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3147.              </div> -->
  3148.            </a>
  3149.          </div>
  3150.          
  3151.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3152.            <a href="https://unbound.co.uk/" class="text-decoration-none " rel="dofollow">
  3153.              <h6 class="blog-title top-color mb-2 fw-semibold">
  3154.                <i class="ti-angle-right me-2 text-primary"></i>
  3155.                online casino
  3156.              </h6>
  3157.              <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3158.                <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3159.              </div> -->
  3160.            </a>
  3161.          </div>
  3162.          
  3163.  
  3164.        </div>
  3165. <!--
  3166.        <div class="text-center mt-4 pt-3 border-top border-light">
  3167.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3168.        </div> -->
  3169.      </div>
  3170.    </div>
  3171.    
  3172.  </div>
  3173.  
  3174. <!-- Sidebar V2 Styles -->
  3175. <style>
  3176.  .sidebar-widget {
  3177.    position: relative;
  3178.  }
  3179.  
  3180.  .widget-title {
  3181.    font-size: 1.1rem;
  3182.    font-weight: 700;
  3183.    display: inline-block;
  3184.    position: relative;
  3185.    z-index: 2;
  3186.    border-radius: 0;
  3187.  }
  3188.  
  3189.  /* Green arrow for August Blog Roll */
  3190.  .title-arrow::after {
  3191.    content: '';
  3192.    position: absolute;
  3193.    top: 0;
  3194.    right: -22px;
  3195.    width: 0;
  3196.    height: 0;
  3197.    border-left: 22px solid var(--bs-primary);
  3198.    border-top: 22px solid transparent;
  3199.    border-bottom: 22px solid transparent;
  3200.    z-index: 1;
  3201.  }
  3202.  
  3203.  /* Blue arrow for Recent Posts */
  3204.  .title-arrow-primary::after {
  3205.    content: '';
  3206.    position: absolute;
  3207.    top: 0;
  3208.    right: -22px;
  3209.    width: 0;
  3210.    height: 0;
  3211.    border-left: 22px solid var(--bs-primary);
  3212.    border-top: 22px solid transparent;
  3213.    border-bottom: 22px solid transparent;
  3214.    z-index: 1;
  3215.  }
  3216.  
  3217.  .widget-content {
  3218.    margin-top: -1px;
  3219.    position: relative;
  3220.    z-index: 1;
  3221.     background-color: var(--card-bg);
  3222.  }
  3223.  
  3224.  /* Blog Roll Items Hover Effects */
  3225.  .blog-roll-item:hover .blog-title {
  3226.    color: #198754 !important;
  3227.    transform: translateX(5px);
  3228.    transition: all 0.3s ease;
  3229.  }
  3230.  
  3231.  /* Recent Post Items Hover Effects */
  3232.  .recent-post-item:hover .post-title a {
  3233.    color: #0d6efd !important;
  3234.    transition: color 0.3s ease;
  3235.  }
  3236.  
  3237.  .recent-post-item:hover .post-image img {
  3238.    transform: scale(1.05);
  3239.    transition: transform 0.3s ease;
  3240.  }
  3241.  
  3242.  /* Button Hover Effects */
  3243.  .btn:hover {
  3244.    transform: translateY(-2px);
  3245.    transition: all 0.3s ease;
  3246.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3247.  }
  3248.  
  3249.  /* Badge Hover Effects */
  3250.  .badge:hover {
  3251.    transform: scale(1.05);
  3252.    transition: transform 0.3s ease;
  3253.  }
  3254.  
  3255.  @media (max-width: 991px) {
  3256.    .sidebar {
  3257.      margin-top: 3rem;
  3258.    }
  3259.  }
  3260.  
  3261.  @media (max-width: 576px) {
  3262.    .widget-title {
  3263.      font-size: 1rem;
  3264.      padding: 0.75rem 1rem !important;
  3265.    }
  3266.  
  3267.    .title-arrow::after,
  3268.    .title-arrow-primary::after {
  3269.      right: -18px;
  3270.      border-left-width: 18px;
  3271.      border-top-width: 18px;
  3272.      border-bottom-width: 18px;
  3273.    }
  3274.  
  3275.    .post-image {
  3276.      width: 70px !important;
  3277.      height: 55px !important;
  3278.    }
  3279.  
  3280.    .blog-meta {
  3281.      flex-direction: column !important;
  3282.      align-items: flex-start !important;
  3283.      gap: 0.5rem;
  3284.    }
  3285.  }
  3286. </style>
  3287.  
  3288.    
  3289.            </div>
  3290.        </div>
  3291.    </div>
  3292. </section>
  3293.  
  3294.    
  3295.        
  3296.        <!-- end wpo-blog-highlights-section -->
  3297.        <!-- start wpo-blog-sponsored-section -->
  3298.        
  3299.  
  3300.  
  3301.  
  3302.    
  3303.  
  3304.  
  3305.  
  3306. <style>
  3307.    .sponsored-section-v3 {
  3308.        padding: 50px 0;
  3309.    }
  3310.    
  3311.    .sponsored-card-v3 {
  3312.        background: var(--card-bg);
  3313.        border: 1px solid var(--border-color);
  3314.        border-radius: 4px;
  3315.        transition: transform 0.3s ease;
  3316.        height: 100%;
  3317.    }
  3318.    
  3319.    .sponsored-card-v3:hover {
  3320.        transform: scale(1.02);
  3321.    }
  3322.    
  3323.    .sponsored-image-v3 {
  3324.        position: relative;
  3325.        height: 170px;
  3326.        border-bottom: 1px solid var(--border-color);
  3327.    }
  3328.    
  3329.    .sponsored-image-v3 img {
  3330.        width: 100%;
  3331.        height: 100%;
  3332.        object-fit: cover;
  3333.    }
  3334.    
  3335.    .sponsored-badge-v3 {
  3336.        position: absolute;
  3337.        top: 10px;
  3338.        right: 10px;
  3339.        padding: 5px 8px;
  3340.        font-size: 11px;
  3341.        font-weight: 600;
  3342.        text-transform: uppercase;
  3343.        border-radius: 50%;
  3344.    }
  3345.    
  3346.    .sponsored-content-v3 {
  3347.        position: relative;
  3348.        padding: 18px;
  3349.    }
  3350.    
  3351.    .sponsored-title-v3 {
  3352.        font-size: 16px;
  3353.        font-weight: 700;
  3354.        line-height: 1.5;
  3355.        margin-bottom: 8px;
  3356.    }
  3357.    
  3358.    .sponsored-title-v3 a {
  3359.        text-decoration: none;
  3360.        color: #333;
  3361.    }
  3362.    
  3363.    .sponsored-title-v3 a:hover {
  3364.        color: #0056b3; /* Darker blue for hover */
  3365.    }
  3366.    
  3367.    .sponsored-excerpt-v3 {
  3368.        font-size: 13px;
  3369.        font-weight: 400;
  3370.        color: #868e96;
  3371.        margin-bottom: 12px;
  3372.        line-height: 1.5;
  3373.    }
  3374.    
  3375.    .sponsored-meta-v3 {
  3376.        font-size: 12px;
  3377.        color: #6c757d;
  3378.    }
  3379.    
  3380.    .author-info-v3 {
  3381.        display: flex;
  3382.        align-items: center;
  3383.        gap: 6px;
  3384.        margin-bottom: 6px;
  3385.    }
  3386.    
  3387.    .sponsored-author-img-v3 {
  3388.        width: 24px;
  3389.        height: 24px;
  3390.        border-radius: 50%;
  3391.        object-fit: cover;
  3392.    }
  3393.    
  3394.    .section-title-sponsored-v3 {
  3395.        font-size: 2rem;
  3396.        font-weight: 600;
  3397.        text-align: left;
  3398.        margin-bottom: 25px;
  3399.        color: #333;
  3400.        border-bottom: 3px solid var(--bs-primary);
  3401.        padding-bottom: 10px;
  3402.    }
  3403.  
  3404.    @media (max-width: 768px) {
  3405.        .sponsored-section-v3 {
  3406.            padding: 30px 0;
  3407.        }
  3408.        .sponsored-content-v3 {
  3409.            padding: 15px;
  3410.        }
  3411.        .sponsored-title-v3 {
  3412.            font-size: 15px;
  3413.        }
  3414.        .sponsored-excerpt-v3 {
  3415.            font-size: 12px;
  3416.        }
  3417.        .section-title-sponsored-v3 {
  3418.            font-size: 1.8rem;
  3419.        }
  3420.    }
  3421. </style>
  3422.  
  3423. <section class="sponsored-section-v3">
  3424.    <div class="container-fluid fluid-container">
  3425.        <div class="row">
  3426.            <div class="col-12">
  3427.                <h2 class="section-title-sponsored-v3">Sponsored News</h2>
  3428.            </div>
  3429.        </div>
  3430.        
  3431.        <div class="row g-4">
  3432.            
  3433.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3434.                <div class="card sponsored-card-v3">
  3435.                    <div class="sponsored-image-v3">
  3436.                        
  3437.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3438.                        
  3439.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3440.                    </div>
  3441.                    <div class="sponsored-content-v3">
  3442.                        <h3 class="sponsored-title-v3">
  3443.                            <a href="/leaders-recognise-queens-as-the-president-extends-mamdani-a-friendly-reception/" class="top-color">
  3444.                            Leaders Recognise Queens as The President Extends Mamdani a Friendly Reception
  3445.                            </a>
  3446.                        </h3>
  3447.                        <p class="sponsored-excerpt-v3">
  3448.                            
  3449.                        </p>
  3450.                        <div class="sponsored-meta-v3">
  3451.                            <div class="author-info-v3">
  3452.                                
  3453.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="sponsored-author-img-v3">
  3454.                                
  3455.                                <span>
  3456.                                    Rita Walker
  3457.                                </span>
  3458.                            </div>
  3459.                            <div class="d-flex gap-2">
  3460.                                <i class="ti-calendar"></i> 17 May 2026
  3461.                            </div>
  3462.                        </div>
  3463.                    </div>
  3464.                </div>
  3465.            </div>
  3466.            
  3467.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3468.                <div class="card sponsored-card-v3">
  3469.                    <div class="sponsored-image-v3">
  3470.                        
  3471.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3472.                        
  3473.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3474.                    </div>
  3475.                    <div class="sponsored-content-v3">
  3476.                        <h3 class="sponsored-title-v3">
  3477.                            <a href="/a-decade-long-liaison-from-erin-somers-a-midlife-infidelity-tale-this-generation-has-earned/" class="top-color">
  3478.                            A Decade-Long Liaison from Erin Somers: A Midlife Infidelity Tale This Generation Has Earned.
  3479.                            </a>
  3480.                        </h3>
  3481.                        <p class="sponsored-excerpt-v3">
  3482.                            
  3483.                        </p>
  3484.                        <div class="sponsored-meta-v3">
  3485.                            <div class="author-info-v3">
  3486.                                
  3487.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="sponsored-author-img-v3">
  3488.                                
  3489.                                <span>
  3490.                                    Rita Walker
  3491.                                </span>
  3492.                            </div>
  3493.                            <div class="d-flex gap-2">
  3494.                                <i class="ti-calendar"></i> 16 May 2026
  3495.                            </div>
  3496.                        </div>
  3497.                    </div>
  3498.                </div>
  3499.            </div>
  3500.            
  3501.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3502.                <div class="card sponsored-card-v3">
  3503.                    <div class="sponsored-image-v3">
  3504.                        
  3505.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3506.                        
  3507.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3508.                    </div>
  3509.                    <div class="sponsored-content-v3">
  3510.                        <h3 class="sponsored-title-v3">
  3511.                            <a href="/president-zelenskyy-says-the-nation-is-10-off-from-peace-yet-not-at-any-price/" class="top-color">
  3512.                            President Zelenskyy Says The Nation Is 10% Off from Peace, Yet Not at Any Price
  3513.                            </a>
  3514.                        </h3>
  3515.                        <p class="sponsored-excerpt-v3">
  3516.                            
  3517.                        </p>
  3518.                        <div class="sponsored-meta-v3">
  3519.                            <div class="author-info-v3">
  3520.                                
  3521.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="sponsored-author-img-v3">
  3522.                                
  3523.                                <span>
  3524.                                    Rita Walker
  3525.                                </span>
  3526.                            </div>
  3527.                            <div class="d-flex gap-2">
  3528.                                <i class="ti-calendar"></i> 16 May 2026
  3529.                            </div>
  3530.                        </div>
  3531.                    </div>
  3532.                </div>
  3533.            </div>
  3534.            
  3535.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3536.                <div class="card sponsored-card-v3">
  3537.                    <div class="sponsored-image-v3">
  3538.                        
  3539.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3540.                        
  3541.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3542.                    </div>
  3543.                    <div class="sponsored-content-v3">
  3544.                        <h3 class="sponsored-title-v3">
  3545.                            <a href="/the-mighty-neins-introductory-sequence-selected-the-incorrect-popular-rpg-show-track/" class="top-color">
  3546.                            The Mighty Nein&#x27;s Introductory Sequence Selected the Incorrect Popular RPG Show Track
  3547.                            </a>
  3548.                        </h3>
  3549.                        <p class="sponsored-excerpt-v3">
  3550.                            
  3551.                        </p>
  3552.                        <div class="sponsored-meta-v3">
  3553.                            <div class="author-info-v3">
  3554.                                
  3555.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="sponsored-author-img-v3">
  3556.                                
  3557.                                <span>
  3558.                                    Rita Walker
  3559.                                </span>
  3560.                            </div>
  3561.                            <div class="d-flex gap-2">
  3562.                                <i class="ti-calendar"></i> 16 May 2026
  3563.                            </div>
  3564.                        </div>
  3565.                    </div>
  3566.                </div>
  3567.            </div>
  3568.            
  3569.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3570.                <div class="card sponsored-card-v3">
  3571.                    <div class="sponsored-image-v3">
  3572.                        
  3573.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3574.                        
  3575.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3576.                    </div>
  3577.                    <div class="sponsored-content-v3">
  3578.                        <h3 class="sponsored-title-v3">
  3579.                            <a href="/leadership-changes-global-conflicts-limited-coverage-five-threats-to-climate-progress-that-hindered-climate-summit/" class="top-color">
  3580.                            Leadership Changes, Global Conflicts, Limited Coverage: Five Threats to Climate Progress That Hindered Climate Summit
  3581.                            </a>
  3582.                        </h3>
  3583.                        <p class="sponsored-excerpt-v3">
  3584.                            
  3585.                        </p>
  3586.                        <div class="sponsored-meta-v3">
  3587.                            <div class="author-info-v3">
  3588.                                
  3589.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="sponsored-author-img-v3">
  3590.                                
  3591.                                <span>
  3592.                                    Rita Walker
  3593.                                </span>
  3594.                            </div>
  3595.                            <div class="d-flex gap-2">
  3596.                                <i class="ti-calendar"></i> 16 May 2026
  3597.                            </div>
  3598.                        </div>
  3599.                    </div>
  3600.                </div>
  3601.            </div>
  3602.            
  3603.            <div class="col-xl-4 col-lg-6 col-md-6 col-12">
  3604.                <div class="card sponsored-card-v3">
  3605.                    <div class="sponsored-image-v3">
  3606.                        
  3607.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3608.                        
  3609.                        <div class="sponsored-badge-v3 bg-primary-gradient">Others</div>
  3610.                    </div>
  3611.                    <div class="sponsored-content-v3">
  3612.                        <h3 class="sponsored-title-v3">
  3613.                            <a href="/discover-the-vibrant-realm-of-online-slot-games/" class="top-color">
  3614.                            Discover the Vibrant Realm of Online Slot Games
  3615.                            </a>
  3616.                        </h3>
  3617.                        <p class="sponsored-excerpt-v3">
  3618.                            
  3619.                        </p>
  3620.                        <div class="sponsored-meta-v3">
  3621.                            <div class="author-info-v3">
  3622.                                
  3623.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Rita Walker" class="sponsored-author-img-v3">
  3624.                                
  3625.                                <span>
  3626.                                    Rita Walker
  3627.                                </span>
  3628.                            </div>
  3629.                            <div class="d-flex gap-2">
  3630.                                <i class="ti-calendar"></i> 16 May 2026
  3631.                            </div>
  3632.                        </div>
  3633.                    </div>
  3634.                </div>
  3635.            </div>
  3636.            
  3637.        </div>
  3638.    </div>
  3639. </section>
  3640.  
  3641.  
  3642.    
  3643.        <!-- end wpo-blog-sponsored-section -->
  3644.        <!-- start wpo-subscribe-section -->
  3645.        
  3646.        <!-- end subscribe-section -->
  3647.        <!-- start of wpo-site-footer-section -->
  3648.        
  3649.  
  3650.  
  3651.  
  3652.  
  3653.  
  3654.  
  3655. <!-- Footer V5 - Clean Minimalist Bootstrap Design -->
  3656. <footer class="footer-v5 bg-primary-gradient border-top">
  3657.    
  3658.    <!-- Main Footer Content -->
  3659.    <div class="container-fluid py-5">
  3660.        
  3661.        <!-- Top Section with Logo and Description -->
  3662.        <div class="row mb-5">
  3663.            <div class="col-12 text-center">
  3664.                <div class="footer-brand mb-4">
  3665.                    
  3666.                    <h4 class="fw-bold footer-color mb-2">Flow On Solutions</h4>
  3667.                    <p class="footer-color opacity-50">Flow On Solutions provides expert business process optimization and workflow automation services across the UK, helping companies improve efficiency and reduce operational costs.</p>
  3668.                </div>
  3669.            </div>
  3670.        </div>
  3671.  
  3672.        <!-- Content Grid -->
  3673.        <div class="d-flex justify-content-between flex-wrap gap-2 px-3">
  3674.            
  3675.            <!-- Quick Links Column -->
  3676.            <div class="">
  3677.                <div class="footer-section">
  3678.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3679.                        Quick Links
  3680.                    </h6>
  3681.                    <ul class="list-unstyled footer-links">
  3682.                        
  3683.                        <li class="mb-2">
  3684.                            <a href="/gop-senator-claims-agreement-can-be-had-on-health-care-as-key-tax-credits-approach-expiration/"
  3685.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3686.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3687.                                GOP Senator Claims &#x27;Agreement Can Be Had&#x27; on Health Care as Key Tax Credits Approach Expiration.
  3688.                            </a>
  3689.                        </li>
  3690.                        
  3691.                        <li class="mb-2">
  3692.                            <a href="/administration-condemns-democrat-fabrication-as-further-jeffrey-epstein-photographs-made-public/"
  3693.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3694.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3695.                                Administration Condemns &#x27;Democrat Fabrication&#x27; as Further Jeffrey Epstein Photographs Made Public
  3696.                            </a>
  3697.                        </li>
  3698.                        
  3699.                        <li class="mb-2">
  3700.                            <a href="/millie-bright-exits-england-scene-well-after-her-legacy-was-carved-within-soccer-icons/"
  3701.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3702.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3703.                                Millie Bright Exits England Scene Well After Her Legacy Was Carved Within Soccer Icons
  3704.                            </a>
  3705.                        </li>
  3706.                        
  3707.                        <li class="mb-2">
  3708.                            <a href="/boost-your-odds-of-winning-10-tips-for-slots-success/"
  3709.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3710.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3711.                                Boost Your Odds of Winning: 10 Tips for Slots Success
  3712.                            </a>
  3713.                        </li>
  3714.                        
  3715.                        <li class="mb-2">
  3716.                            <a href="/the-hit-drama-announced-for-7th-season-on-bbc/"
  3717.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3718.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3719.                                The Hit Drama Announced for 7th Season on BBC
  3720.                            </a>
  3721.                        </li>
  3722.                        
  3723.                        <li class="mb-2">
  3724.                            <a href="/emma-raducanu-ends-her-season-and-will-keep-coach-for-2026/"
  3725.                               class="text-decoration-none footer-color  d-flex align-items-center">
  3726.                                <i class="bi bi-arrow-right-short text-primary me-1"></i>
  3727.                                Emma Raducanu ends her season and will keep coach for 2026.
  3728.                            </a>
  3729.                        </li>
  3730.                        
  3731.                    </ul>
  3732.                </div>
  3733.            </div>
  3734.  
  3735.            <!-- Resources Column -->
  3736.            <div class="">
  3737.                <div class="footer-section">
  3738.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3739.                        Resources
  3740.                    </h6>
  3741.                   <ul class="footer-links" id="footerLinks">
  3742.        
  3743.        
  3744.  
  3745.        
  3746.        
  3747.        
  3748.        
  3749.    </ul>
  3750.                </div>
  3751.            </div>
  3752.  
  3753.            <!-- Categories Column -->
  3754.            <div class="">
  3755.                <div class="footer-section">
  3756.                    <h6 class="fw-bold footer-color mb-3 d-flex align-items-center">
  3757.                        Categories
  3758.                    </h6>
  3759.                    <div class="category-tags">
  3760.                      
  3761.                                <li>
  3762.                                    <a href="/category/all-posts/" class="footer-link footer-color">
  3763.                                        All Posts
  3764.                                    </a>
  3765.                                </li>
  3766.                                
  3767.                                <li>
  3768.                                    <a href="/category/business/" class="footer-link footer-color">
  3769.                                        Business
  3770.                                    </a>
  3771.                                </li>
  3772.                                
  3773.                                <li>
  3774.                                    <a href="/category/esports/" class="footer-link footer-color">
  3775.                                        Esports
  3776.                                    </a>
  3777.                                </li>
  3778.                                
  3779.                                <li>
  3780.                                    <a href="/category/fashion/" class="footer-link footer-color">
  3781.                                        Fashion
  3782.                                    </a>
  3783.                                </li>
  3784.                                
  3785.                                <li>
  3786.                                    <a href="/category/featured/" class="footer-link footer-color">
  3787.                                        Featured
  3788.                                    </a>
  3789.                                </li>
  3790.                                
  3791.                                <li>
  3792.                                    <a href="/category/gaming/" class="footer-link footer-color">
  3793.                                        Gaming
  3794.                                    </a>
  3795.                                </li>
  3796.                                
  3797.                    </div>
  3798.                </div>
  3799.            </div>
  3800.  
  3801.        </div>
  3802.  
  3803.    </div>
  3804.  
  3805.    <!-- Footer Bottom -->
  3806.    <div class="footer-bottom  border-top py-3">
  3807.        <div class="container-fluid fluid-container">
  3808.            <div class=" d-flex justify-content-between flex-wrap">
  3809.                <div class="">
  3810.                    <p class="mb-0 footer-color  ">
  3811.                        © 2026 <span class="fw-semibold footer-color">Flow On Solutions</span>. All rights reserved.
  3812.                    </p>
  3813.                </div>
  3814.                <div class="">
  3815.                    <div class="footer-nav">
  3816.                        <a href="/page/write-for-us/" class="text-decoration-none   me-3">
  3817.                            <i class="bi bi-file-text me-1"></i>Write For Us
  3818.                        </a>
  3819.                        <a href="/page/terms-and-conditions/" class="text-decoration-none   me-3">
  3820.                            <i class="bi bi-file-text me-1"></i>Terms
  3821.                        </a>
  3822.                        <a href="/sitemap.xml" class="text-decoration-none  ">
  3823.                            <i class="bi bi-diagram-3 me-1"></i>Sitemap
  3824.                        </a>
  3825.                    </div>
  3826.                </div>
  3827.            </div>
  3828.        </div>
  3829.    </div>
  3830.  
  3831. </footer>
  3832.  
  3833. <style>
  3834. /* Footer V5 - Clean Minimalist Bootstrap Design */
  3835.  
  3836.  
  3837.  
  3838.  
  3839. .footer-logo {
  3840.    border-radius: 8px;
  3841. }
  3842.  
  3843. /* Footer Sections */
  3844. .footer-section {
  3845.    padding: 0 15px;
  3846. }
  3847.  
  3848. .footer-section h6 {
  3849.    position: relative;
  3850.    padding-bottom: 8px;
  3851. }
  3852.  
  3853. .footer-section h6::after {
  3854.    content: '';
  3855.    position: absolute;
  3856.    bottom: 0;
  3857.    left: 0;
  3858.    width: 30px;
  3859.    height: 2px;
  3860.    background: linear-gradient(45deg, var(--bs-primary), var(--footer-color));
  3861.    border-radius: 1px;
  3862. }
  3863.  
  3864. /* Links Styling */
  3865. .footer-links a {
  3866.    transition: all 0.3s ease;
  3867.    padding: 4px 0;
  3868.    border-radius: 4px;
  3869. }
  3870.  
  3871. .footer-links a:hover {
  3872.    color: var(--bs-primary) !important;
  3873.    padding-left: 8px;
  3874. }
  3875.  
  3876. .footer-links a:hover i {
  3877.    transform: translateX(2px);
  3878. }
  3879.  
  3880. /* Category Tags */
  3881. .category-tag {
  3882.    transition: all 0.3s ease;
  3883.    padding: 6px 12px !important;
  3884.    font-size: 0.875rem;
  3885. }
  3886.  
  3887.  
  3888.  
  3889. /* Footer Bottom */
  3890. .footer-bottom {
  3891.    backdrop-filter: blur(10px);
  3892. }
  3893.  
  3894. /* Responsive Design */
  3895. @media (max-width: 768px) {
  3896.    .footer-v5 {
  3897.        margin-top: 60px;
  3898.    }
  3899.    
  3900.    .footer-section {
  3901.        text-align:start;
  3902.        margin-bottom: 40px;
  3903.    }
  3904.    
  3905.    .footer-links a,
  3906.    .category-tags {
  3907.        justify-content:start;
  3908.    }
  3909.    
  3910.    .social-links .d-flex {
  3911.        justify-content:start;
  3912.    }
  3913. }
  3914.  
  3915. @media (max-width: 576px) {
  3916.    .footer-brand h4 {
  3917.        font-size: 1.25rem;
  3918.    }
  3919.    
  3920.    .stats-item h5 {
  3921.        font-size: 1.1rem;
  3922.    }
  3923.    
  3924.    .newsletter-form .btn {
  3925.        padding: 8px 12px;
  3926.    }
  3927. }
  3928.  
  3929. /* Animation Classes */
  3930. .fade-in {
  3931.    animation: fadeIn 0.6s ease-in;
  3932. }
  3933.  
  3934. @keyframes fadeIn {
  3935.    from { opacity: 0; transform: translateY(20px); }
  3936.    to { opacity: 1; transform: translateY(0); }
  3937. }
  3938.  
  3939. /* Loading State */
  3940. .loading {
  3941.    pointer-events: none;
  3942.    opacity: 0.7;
  3943. }
  3944.  
  3945. .loading .btn {
  3946.    position: relative;
  3947. }
  3948.  
  3949. .loading .btn::after {
  3950.    content: '';
  3951.    position: absolute;
  3952.    top: 50%;
  3953.    left: 50%;
  3954.    width: 16px;
  3955.    height: 16px;
  3956.    margin: -8px 0 0 -8px;
  3957.    border: 2px solid transparent;
  3958.    border-top-color: currentColor;
  3959.    border-radius: 50%;
  3960.    animation: spin 1s linear infinite;
  3961. }
  3962.  
  3963. @keyframes spin {
  3964.    to { transform: rotate(360deg); }
  3965. }
  3966.  
  3967. /* Utility Classes */
  3968. .text-gradient {
  3969.    background: linear-gradient(45deg, var(--bs-primary), var(--bs-success));
  3970.    -webkit-background-clip: text;
  3971.    -webkit-text-fill-color: transparent;
  3972.    background-clip: text;
  3973. }
  3974.  
  3975. .hover-lift {
  3976.    transition: transform 0.3s ease;
  3977. }
  3978.  
  3979. .hover-lift:hover {
  3980.    transform: translateY(-2px);
  3981. }
  3982. </style>
  3983.  
  3984.  
  3985. <script>
  3986. document.addEventListener('DOMContentLoaded', function() {
  3987.    
  3988.    // Initialize Bootstrap tooltips
  3989.    const tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'));
  3990.    tooltipTriggerList.map(function (tooltipTriggerEl) {
  3991.        return new bootstrap.Tooltip(tooltipTriggerEl);
  3992.    });
  3993.  
  3994.    // Newsletter form handling
  3995.    const newsletterForm = document.querySelector('.newsletter-form');
  3996.    if (newsletterForm) {
  3997.        newsletterForm.addEventListener('submit', function(e) {
  3998.            e.preventDefault();
  3999.            
  4000.            const email = this.querySelector('input[name="email"]').value.trim();
  4001.            const submitBtn = this.querySelector('button[type="submit"]');
  4002.            const originalContent = submitBtn.innerHTML;
  4003.            
  4004.            // Validate email
  4005.            if (!email || !isValidEmail(email)) {
  4006.                showToast('Please enter a valid email address', 'error');
  4007.                return;
  4008.            }
  4009.            
  4010.            // Show loading state
  4011.            this.classList.add('loading');
  4012.            submitBtn.innerHTML = '<span class="spinner-border spinner-border-sm me-1"></span>Subscribing...';
  4013.            submitBtn.disabled = true;
  4014.            
  4015.            // Simulate API call
  4016.            setTimeout(() => {
  4017.                // Success state
  4018.                submitBtn.innerHTML = '<i class="bi bi-check-lg me-1"></i>Subscribed!';
  4019.                submitBtn.classList.remove('btn-primary');
  4020.                submitBtn.classList.add('btn-success');
  4021.                
  4022.                showToast('Successfully subscribed to newsletter!', 'success');
  4023.                
  4024.                // Reset form
  4025.                setTimeout(() => {
  4026.                    this.classList.remove('loading');
  4027.                    submitBtn.innerHTML = originalContent;
  4028.                    submitBtn.classList.remove('btn-success');
  4029.                    submitBtn.classList.add('btn-primary');
  4030.                    submitBtn.disabled = false;
  4031.                    this.reset();
  4032.                }, 2000);
  4033.                
  4034.            }, 1500);
  4035.        });
  4036.    }
  4037.    
  4038.    // Email validation function
  4039.    function isValidEmail(email) {
  4040.        const emailRegex = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
  4041.        return emailRegex.test(email);
  4042.    }
  4043.    
  4044.    // Toast notification function
  4045.    function showToast(message, type = 'info') {
  4046.        // Remove existing toasts
  4047.        const existingToasts = document.querySelectorAll('.custom-toast');
  4048.        existingToasts.forEach(toast => toast.remove());
  4049.        
  4050.        // Create toast
  4051.        const toast = document.createElement('div');
  4052.        toast.className = `custom-toast position-fixed top-0 end-0 m-3 alert alert-${type === 'error' ? 'danger' : type} alert-dismissible fade show`;
  4053.        toast.style.zIndex = '9999';
  4054.        toast.innerHTML = `
  4055.            <div class="d-flex align-items-center">
  4056.                <i class="bi bi-${type === 'success' ? 'check-circle-fill' : type === 'error' ? 'exclamation-triangle-fill' : 'info-circle-fill'} me-2"></i>
  4057.                <span>${message}</span>
  4058.                <button type="button" class="btn-close" data-bs-dismiss="alert"></button>
  4059.            </div>
  4060.        `;
  4061.        
  4062.        document.body.appendChild(toast);
  4063.        
  4064.        // Auto remove after 4 seconds
  4065.        setTimeout(() => {
  4066.            if (toast && toast.parentNode) {
  4067.                toast.remove();
  4068.            }
  4069.        }, 4000);
  4070.    }
  4071.    
  4072.    // Smooth scroll for internal links
  4073.    document.querySelectorAll('a[href^="#"]').forEach(anchor => {
  4074.        anchor.addEventListener('click', function(e) {
  4075.            e.preventDefault();
  4076.            const target = document.querySelector(this.getAttribute('href'));
  4077.            if (target) {
  4078.                target.scrollIntoView({
  4079.                    behavior: 'smooth',
  4080.                    block: 'start'
  4081.                });
  4082.            }
  4083.        });
  4084.    });
  4085.    
  4086.    // Add fade-in animation to footer sections on scroll
  4087.    const observerOptions = {
  4088.        threshold: 0.1,
  4089.        rootMargin: '0px 0px -50px 0px'
  4090.    };
  4091.    
  4092.    const sectionObserver = new IntersectionObserver((entries) => {
  4093.        entries.forEach(entry => {
  4094.            if (entry.isIntersecting) {
  4095.                entry.target.classList.add('fade-in');
  4096.            }
  4097.        });
  4098.    }, observerOptions);
  4099.    
  4100.    // Observe footer sections
  4101.    document.querySelectorAll('.footer-section, .stats-item').forEach(section => {
  4102.        sectionObserver.observe(section);
  4103.    });
  4104.    
  4105.    // Enhanced hover effects for category tags
  4106.    document.querySelectorAll('.category-tag').forEach(tag => {
  4107.        tag.addEventListener('mouseenter', function() {
  4108.            this.style.transform = 'translateY(-2px) scale(1.02)';
  4109.        });
  4110.        
  4111.        tag.addEventListener('mouseleave', function() {
  4112.            this.style.transform = 'translateY(0) scale(1)';
  4113.        });
  4114.    });
  4115.    
  4116.    // Prevent default for demo links
  4117.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4118.        link.addEventListener('click', function(e) {
  4119.            e.preventDefault();
  4120.        });
  4121.    });
  4122.    
  4123.    // Add click ripple effect to buttons
  4124.    document.querySelectorAll('.btn').forEach(btn => {
  4125.        btn.addEventListener('click', function(e) {
  4126.            const ripple = document.createElement('span');
  4127.            const rect = this.getBoundingClientRect();
  4128.            const size = Math.max(rect.width, rect.height);
  4129.            const x = e.clientX - rect.left - size / 2;
  4130.            const y = e.clientY - rect.top - size / 2;
  4131.            
  4132.            ripple.style.cssText = `
  4133.                position: absolute;
  4134.                left: ${x}px;
  4135.                top: ${y}px;
  4136.                width: ${size}px;
  4137.                height: ${size}px;
  4138.                border-radius: 50%;
  4139.                background: rgba(255, 255, 255, 0.4);
  4140.                transform: scale(0);
  4141.                animation: ripple-effect 0.6s linear;
  4142.                pointer-events: none;
  4143.            `;
  4144.            
  4145.            this.style.position = 'relative';
  4146.            this.style.overflow = 'hidden';
  4147.            this.appendChild(ripple);
  4148.            
  4149.            setTimeout(() => ripple.remove(), 600);
  4150.        });
  4151.    });
  4152.    
  4153. });
  4154.  
  4155. // Add ripple animation CSS
  4156. const rippleCSS = document.createElement('style');
  4157. rippleCSS.textContent = `
  4158.    @keyframes ripple-effect {
  4159.        to {
  4160.            transform: scale(4);
  4161.            opacity: 0;
  4162.        }
  4163.    }
  4164. `;
  4165. document.head.appendChild(rippleCSS);
  4166.  
  4167. document.addEventListener('DOMContentLoaded', function () {
  4168.    var btn = document.getElementById('toggleFooterLinks');
  4169.    if (!btn) return; // No extra links, no button
  4170.  
  4171.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4172.  
  4173.    btn.addEventListener('click', function () {
  4174.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4175.            return li.classList.contains('d-none');
  4176.        });
  4177.  
  4178.        extras.forEach(function (li) {
  4179.            if (anyHidden) {
  4180.                li.classList.remove('d-none');
  4181.                li.classList.add('show');
  4182.            } else {
  4183.                li.classList.add('d-none');
  4184.                li.classList.remove('show');
  4185.            }
  4186.        });
  4187.  
  4188.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4189.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4190.    });
  4191. });
  4192.  
  4193. </script>
  4194.  
  4195.        <!-- end of wpo-site-footer-section -->
  4196.    </div>
  4197.    <!-- end of page-wrapper -->
  4198.  
  4199.    <!-- All JavaScript files
  4200.    ================================================== -->
  4201.    
  4202.  
  4203. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4204. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4205. <!-- Plugins for this template -->
  4206. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4207. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4208. <!-- Custom script for this template -->
  4209. <script src="/static/blogapp/assets/js/script.js"></script>
  4210.  
  4211. <script>
  4212. (function () {
  4213. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4214. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4215.  
  4216. function applyFallback(img) {
  4217. if (!img || img.dataset.fallbackApplied === "1") {
  4218. return;
  4219. }
  4220. var failedSrc = img.currentSrc || img.src || "";
  4221. img.dataset.fallbackApplied = "1";
  4222. img.onerror = null;
  4223. img.src = fallbackImageSrc;
  4224. console.warn("[ImageFallback] Replaced broken image:", {
  4225. failedSrc: failedSrc,
  4226. fallbackSrc: fallbackImageSrc,
  4227. alt: img.alt || "",
  4228. });
  4229. }
  4230.  
  4231. document.querySelectorAll("img").forEach(function (img) {
  4232. if (img.complete && img.naturalWidth === 0) {
  4233. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4234. failedSrc: img.currentSrc || img.src || "",
  4235. alt: img.alt || "",
  4236. });
  4237. applyFallback(img);
  4238. }
  4239. });
  4240.  
  4241. document.addEventListener(
  4242. "error",
  4243. function (event) {
  4244. var target = event.target;
  4245. if (target && target.tagName === "IMG") {
  4246. applyFallback(target);
  4247. }
  4248. },
  4249. true
  4250. );
  4251. })();
  4252. </script>
  4253.  
  4254. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4255.  
  4256.  
  4257.  
  4258. <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":"ddbd7698df714f978b93f480d3f42bb0","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4259. </body>
  4260.  
  4261. </html>
  4262.  
  4263.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda