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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="lora">
  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_38_f7Fi35c_qFKdGNX.png">
  14.    
  15.  
  16.    <title>Rapid Club UK - Fitness Tips, Workouts &amp; Health Advice Blog</title>
  17.    <meta name="description" content="Rapid Club UK offers expert fitness tips, workout routines, and health advice to help you achieve your wellness goals. Join our community for inspiration.">
  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://rapidclub.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #e74c3c;
  42.        --bs-primary-rgb: e74c3c;
  43.        --bs-secondary: #636e72;
  44.        --bs-success: #27ae60;
  45.        --bs-danger: #c0392b;
  46.        --bs-warning: #f1c40f;
  47.        --bs-info: #3498db;
  48.        --bs-light: #f5f6fa;
  49.        --bs-dark: #2d3436;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #e74c3c;
  53.        --theme-primary-color-s2: #e74c3c;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #2d3436;
  57.        --text-light-color: #676767;
  58.        --heading-color: #2d3436;
  59.        --border-color: #dfe4ea;
  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: #e8ecef;
  75.        --navbar-color: #2d3436;
  76.        --topbar-bg: #f5f6fa;
  77.        --topbar-color: #2d3436;
  78.        --footer-bg: #2d3436;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #dfe4ea;
  82.        --card-radius: 10px;
  83.        --link-color: #e74c3c;
  84.        --link-hover: #c0392b;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(231, 76, 60, 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_8">
  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="/why-psg-are-focusing-on-homegrown-talent-to-protect-their-european-title/" class="px-5 top-color">
  427.                Why PSG Are Focusing On Homegrown Talent to Protect Their European Title
  428.              </a>
  429.              
  430.              <a href="/democratic-lawmakers-accuse-trump-of-intimidation-campaign-as-fbi-requests-meetings/" class="px-5 top-color">
  431.                Democratic lawmakers Accuse Trump of ‘Intimidation’ Campaign as FBI Requests Meetings
  432.              </a>
  433.              
  434.              <a href="/a-standout-twelve-months-for-striking-the-sphere/" class="px-5 top-color">
  435.                A Standout Twelve Months for Striking The Sphere
  436.              </a>
  437.              
  438.              <a href="/food-delivery-fresh-from-the-west-philippine-sea-a-gripping-journey-along-supply-lines-in-the-maritime-dispute/" class="px-5 top-color">
  439.                Food Delivery: Fresh from the West Philippine Sea – A Gripping Journey Along Supply Lines in the Maritime Dispute.
  440.              </a>
  441.              
  442.              <a href="/celebrity-traitors-finale-mistakenly-made-available-a-full-day-prematurely-beyond-the-uk/" class="px-5 top-color">
  443.                Celebrity Traitors Finale Mistakenly Made Available A Full Day Prematurely Beyond the UK
  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.            Rapid Club UK
  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-v3 pt-3">
  804.    <div class="container-fluid fluid-container">
  805.        <div class="row g-4">
  806.            
  807.            
  808.              
  809.            <!-- Left Column -->
  810.            <div class="col-lg-4 col-md-6">
  811.                <div class="magazine-card tall-card h-100">
  812.                    <div class="card-image">
  813.                        
  814.                            <img  src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  815.                        
  816.                        <div class="image-overlay"></div>
  817.                    </div>
  818.                    <div class="card-content">
  819.                        <div class="category-pill bg-primary-gradient">News</div>
  820.                        <h2> <a href="/jimmy-cliff-music-legend-and-cultural-icon-dies-at-81-years-old/">
  821.                                        Jimmy Cliff, Music Legend and Cultural Icon, Dies at 81 Years Old
  822.                                    </a></h2>
  823.                        <p></p>
  824.                        <div class="author-section">
  825.                            
  826.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="author-img">
  827.                            
  828.                            <div class="author-details">
  829.                                <span class="author-name">Connie Contreras</span>
  830.                                <span class="publish-date">20 May 2026</span>
  831.                            </div>
  832.                        </div>
  833.                    </div>
  834.                </div>
  835.            </div>
  836.  
  837.            
  838.            
  839.  
  840.            <!-- Center Column -->
  841.            <div class="col-lg-4 col-md-6">
  842.                <div class="row g-4">
  843.                    
  844.                    <div class="col-12">
  845.                        <div class="magazine-card square-card">
  846.                            <div class="card-image">
  847.                            
  848.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  849.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  850.                            
  851.                                <div class="floating-category bg-primary-gradient">News</div>
  852.                            </div>
  853.                            <div class="card-content compact">
  854.                                <h3> <a href="/blasts-strike-kyiv-taking-a-military-members-life-and-wounding-four-in-terrorist-attack/" >
  855.                                        Blasts Strike Kyiv, Taking a Military Member&#x27;s Life and Wounding Four in Terrorist Attack
  856.                                    </a></h3>
  857.                                    
  858.                                <div class="mini-meta">
  859.                                    <span>By Connie Contreras</span>
  860.                                    <span class="date-dot">• 20 May 2026</span>
  861.                                </div>
  862.                            </div>
  863.                        </div>
  864.                    </div>
  865.                    
  866.                    <div class="col-12">
  867.                        <div class="magazine-card square-card">
  868.                            <div class="card-image">
  869.                            
  870.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  871.                                    class="img img-responsive" style="object-fit: cover;" alt="">
  872.                            
  873.                                <div class="floating-category bg-primary-gradient">News</div>
  874.                            </div>
  875.                            <div class="card-content compact">
  876.                                <h3> <a href="/defiant-speech-defends-smuggling-craft-operations-during-criticism/" >
  877.                                        Defiant Speech Defends Smuggling Craft Operations During Criticism
  878.                                    </a></h3>
  879.                                    
  880.                                <div class="mini-meta">
  881.                                    <span>By Connie Contreras</span>
  882.                                    <span class="date-dot">• 20 May 2026</span>
  883.                                </div>
  884.                            </div>
  885.                        </div>
  886.                    </div>
  887.                    
  888.  
  889.                </div>
  890.            </div>
  891.            
  892.            
  893.              
  894.            <!-- Right Column -->
  895.            <div class="col-lg-4 col-md-12">
  896.                <div class="magazine-card featured-card">
  897.                    <div class="featured-header">
  898.                        <h4>Featured Story</h4>
  899.                        <div class="featured-line"></div>
  900.                    </div>
  901.                    <div class="card-image featured-img" >
  902.                    
  903.                        <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  904.                            class="img img-responsive" style="object-fit: cover;" alt="">
  905.                    
  906.                    </div>
  907.                    <div class="card-content featured-content">
  908.                        <div class="category-pill bg-primary-gradient">News</div>
  909.                        <h2><a href="/correctional-facility-phone-call-audio-raise-concerns-over-ex-abercrombie-ceos-competency-for-trial/">
  910.                                        Correctional Facility Phone Call Audio Raise Concerns Over Ex-Abercrombie CEO&#x27;s Competency for Trial
  911.                                    </a></h2>
  912.                        
  913.                        <div class="author-section featured-author">
  914.                            
  915.                                <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;border-radius: 20px; width: 50px;" alt="Connie Contreras">
  916.                            
  917.                            <div class="author-details">
  918.                                <span class="author-name">Connie Contreras</span>
  919.                                <!-- <span class="author-title">Business Analyst</span> -->
  920.                                <span class="publish-date">20 May 2026</span>
  921.                            </div>
  922.                        </div>
  923.                    </div>
  924.                </div>
  925.            </div>
  926.  
  927.            
  928.            
  929.        </div>
  930.    </div>
  931. </div>
  932.  
  933. <style>
  934. /* Blog Hero V3 - Magazine Style */
  935. .blog-hero-v3 {
  936.    padding: 80px 0;
  937.    position: relative;
  938. }
  939.  
  940. /* Magazine Cards */
  941. .magazine-card {
  942.    background: var(--card-bg);
  943.    border-radius: 20px;
  944.    overflow: hidden;
  945.    position: relative;
  946.    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  947.    border: 1px solid var(--border-color);
  948. }
  949.  
  950. .magazine-card:hover {
  951.    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  952. }
  953.  
  954. /* Tall Card (Left Column) */
  955. .tall-card {
  956.    display: flex;
  957.    flex-direction: column;
  958. }
  959.  
  960. .tall-card .card-image {
  961.    height: 300px;
  962.    position: relative;
  963.    overflow: hidden;
  964. }
  965.  
  966. .tall-card .card-image img {
  967.    width: 100%;
  968.    height: 100%;
  969.    object-fit: cover;
  970.    transition: transform 0.6s ease;
  971. }
  972.  
  973. .tall-card:hover .card-image img {
  974.    transform: scale(1.1) rotate(-2deg);
  975. }
  976.  
  977. .image-overlay {
  978.    position: absolute;
  979.    top: 0;
  980.    left: 0;
  981.    right: 0;
  982.    bottom: 0;
  983.    opacity: 0;
  984.    transition: opacity 0.3s ease;
  985. }
  986.  
  987. .tall-card:hover .image-overlay {
  988.    opacity: 1;
  989. }
  990.  
  991. .tall-card .card-content {
  992.    padding: 20px;
  993.    flex-grow: 1;
  994.    display: flex;
  995.    flex-direction: column;
  996. }
  997.  
  998. .tall-card h2 {
  999.    font-size: 1.5rem;
  1000.    font-weight: 700;
  1001.    color: #2c3e50;
  1002.    margin: 12px 0;
  1003.    line-height: 1.3;
  1004. }
  1005.  
  1006. .tall-card p {
  1007.    color: #7f8c8d;
  1008.    line-height: 1.6;
  1009.    margin-bottom: 1rem;
  1010.    flex-grow: 1;
  1011. }
  1012.  
  1013. /* Square Cards (Center Column) */
  1014. .square-card {
  1015.    position: relative;
  1016.    overflow: hidden;
  1017. }
  1018.  
  1019. .square-card .card-image {
  1020.    height: 180px;
  1021.    position: relative;
  1022. }
  1023.  
  1024. .square-card .card-image img {
  1025.    width: 100%;
  1026.    height: 100%;
  1027.    object-fit: cover;
  1028.    filter: brightness(1.1) saturate(1.2);
  1029.    transition: all 0.4s ease;
  1030. }
  1031.  
  1032. .square-card:hover .card-image img {
  1033.    transform: scale(1.15);
  1034.    filter: brightness(1.2) saturate(1.4);
  1035. }
  1036.  
  1037. .floating-category {
  1038.    position: absolute;
  1039.    top: 15px;
  1040.    right: 15px;
  1041.    padding: 8px 15px;
  1042.    border-radius: 20px;
  1043.    font-size: 0.75rem;
  1044.    text-transform: uppercase;
  1045.    letter-spacing: 1px;
  1046.    backdrop-filter: blur(10px);
  1047.    border: 1px solid rgba(255, 255, 255, 0.3);
  1048. }
  1049.  
  1050. .square-card .card-content.compact {
  1051.    padding: 1.2rem;
  1052. }
  1053.  
  1054. .square-card h3 {
  1055.    font-size: 1.1rem;
  1056.    font-weight: 600;
  1057.    color: #2c3e50;
  1058.    margin-bottom: 10px;
  1059.    line-height: 1.3;
  1060. }
  1061.  
  1062. .mini-meta {
  1063.    font-size: 0.85rem;
  1064.    color: #95a5a6;
  1065. }
  1066.  
  1067. .date-dot {
  1068.    margin-left: 8px;
  1069. }
  1070.  
  1071. /* Featured Card (Right Column) */
  1072. .featured-card {
  1073.    color: white;
  1074.    position: relative;
  1075.    overflow: hidden;
  1076. }
  1077.  
  1078. .featured-card::before {
  1079.    content: '';
  1080.    position: absolute;
  1081.    top: -50%;
  1082.    right: -50%;
  1083.    width: 200%;
  1084.    height: 200%;
  1085.    pointer-events: none;
  1086. }
  1087.  
  1088.  
  1089.  
  1090. .featured-header {
  1091.    padding: 25px 25px 0;
  1092.    position: relative;
  1093. }
  1094.  
  1095. .featured-header h4 {
  1096.    font-size: 0.9rem;
  1097.    text-transform: uppercase;
  1098.    letter-spacing: 2px;
  1099.    margin: 0;
  1100.    opacity: 0.9;
  1101. }
  1102.  
  1103. .featured-line {
  1104.    width: 50px;
  1105.    height: 2px;
  1106.    background: rgba(255, 255, 255, 0.6);
  1107.    margin-top: 10px;
  1108. }
  1109.  
  1110. .featured-img {
  1111.    height: 200px;
  1112.    margin: 1rem;
  1113.    border-radius: 15px;
  1114.    overflow: hidden;
  1115.    position: relative;
  1116. }
  1117.  
  1118. .featured-img img {
  1119.    width: 100%;
  1120.    height: 100%;
  1121.    object-fit: cover;
  1122.    transition: transform 0.5s ease;
  1123. }
  1124.  
  1125. .featured-card:hover .featured-img img {
  1126.    transform: scale(1.1);
  1127. }
  1128.  
  1129. .featured-content {
  1130.    padding: 0 1rem 1.5rem;
  1131. }
  1132.  
  1133. .featured-content h2 {
  1134.    font-size: 1.4rem;
  1135.    font-weight: 700;
  1136.    margin: 15px 0;
  1137.    line-height: 1.3;
  1138. }
  1139.  
  1140. .featured-content p {
  1141.    font-size: 0.95rem;
  1142.    opacity: 0.9;
  1143.    line-height: 1.6;
  1144.    margin-bottom: 1rem;
  1145. }
  1146.  
  1147. /* Category Pills */
  1148. .category-pill {
  1149.    display: inline-block;
  1150.    padding: 6px 16px;
  1151.    border-radius: 20px;
  1152.    font-size: 0.75rem;
  1153.    text-transform: uppercase;
  1154.    letter-spacing: 1px;
  1155.    margin-bottom: 10px;
  1156.    width: fit-content;
  1157. }
  1158.  
  1159. /* Author Sections */
  1160. .author-section {
  1161.    display: flex;
  1162.    align-items: center;
  1163.    gap: 15px;
  1164.    margin-top: auto;
  1165. }
  1166.  
  1167. .author-img {
  1168.    width: 60px;
  1169.    height: 60px;
  1170.    border-radius: 50%;
  1171.    object-fit: cover;
  1172. }
  1173.  
  1174. .author-details {
  1175.    display: flex;
  1176.    flex-direction: column;
  1177. }
  1178.  
  1179. .author-name {
  1180.    font-weight: 600;
  1181. color: #95a5a6;
  1182.    font-size: 16px;
  1183. }
  1184.  
  1185. .author-title {
  1186.    font-size: 0.8rem;
  1187. color: #95a5a6;
  1188.    font-weight: 500;
  1189. }
  1190.  
  1191. .publish-date {
  1192.    font-size: 0.8rem;
  1193.    color: #95a5a6;
  1194.    margin-top: 2px;
  1195. }
  1196.  
  1197. /* Featured Stats */
  1198. .featured-stats {
  1199.    display: flex;
  1200.    gap: 30px;
  1201.    margin: 20px 0;
  1202. }
  1203.  
  1204. .stat-item {
  1205.    text-align: center;
  1206. }
  1207.  
  1208. .stat-number {
  1209.    display: block;
  1210.    font-size: 1.5rem;
  1211.    font-weight: 700;
  1212.    color: white;
  1213. }
  1214.  
  1215. .stat-label {
  1216.    font-size: 0.8rem;
  1217.    opacity: 0.8;
  1218.    text-transform: uppercase;
  1219.    letter-spacing: 1px;
  1220. }
  1221.  
  1222. /* Read More Button */
  1223. .read-more-btn {
  1224.    padding: 0 30px 30px;
  1225. }
  1226.  
  1227. .btn-read {
  1228.    display: inline-block;
  1229.    padding: 12px 30px;
  1230.    background: linear-gradient(45deg, #667eea, #764ba2);
  1231.    color: white;
  1232.    text-decoration: none;
  1233.    border-radius: 20px;
  1234.    font-weight: 600;
  1235.    text-transform: uppercase;
  1236.    letter-spacing: 1px;
  1237.    font-size: 0.85rem;
  1238.    transition: all 0.3s ease;
  1239.    position: relative;
  1240.    overflow: hidden;
  1241. }
  1242.  
  1243. .btn-read::before {
  1244.    content: '';
  1245.    position: absolute;
  1246.    top: 0;
  1247.    left: -100%;
  1248.    width: 100%;
  1249.    height: 100%;
  1250.    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  1251.    transition: left 0.5s ease;
  1252. }
  1253.  
  1254. .btn-read:hover::before {
  1255.    left: 100%;
  1256. }
  1257.  
  1258. .btn-read:hover {
  1259.    transform: translateY(-2px);
  1260.    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  1261.    color: white;
  1262. }
  1263.  
  1264. /* Trending Bar */
  1265. .trending-bar {
  1266.    background: white;
  1267.    border-radius: 20px;
  1268.    padding: 25px 35px;
  1269.    display: flex;
  1270.    align-items: center;
  1271.    gap: 30px;
  1272.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  1273.    border-left: 5px solid #667eea;
  1274. }
  1275.  
  1276. .trending-header h5 {
  1277.    margin: 0;
  1278.    font-weight: 700;
  1279.    color: #2c3e50;
  1280.    font-size: 1.1rem;
  1281. }
  1282.  
  1283. .trending-tags {
  1284.    display: flex;
  1285.    flex-wrap: wrap;
  1286.    gap: 15px;
  1287. }
  1288.  
  1289. .trend-tag {
  1290.    padding: 8px 18px;
  1291.    background: #f8f9fa;
  1292.    border: 2px solid #e9ecef;
  1293.    border-radius: 20px;
  1294.    font-size: 0.85rem;
  1295.    font-weight: 500;
  1296.    color: #495057;
  1297.    transition: all 0.3s ease;
  1298.    cursor: pointer;
  1299. }
  1300.  
  1301. .trend-tag:hover {
  1302.    background: #667eea;
  1303.    color: white;
  1304.    border-color: #667eea;
  1305.    transform: translateY(-2px);
  1306. }
  1307.  
  1308. /* Responsive Design */
  1309. @media (max-width: 992px) {
  1310.    .tall-card,
  1311.    .featured-card {
  1312.        height: auto;
  1313.        margin-bottom: 30px;
  1314.    }
  1315.    
  1316.  
  1317.    
  1318.    .trending-bar {
  1319.        flex-direction: column;
  1320.        align-items: flex-start;
  1321.        gap: 20px;
  1322.    }
  1323. }
  1324.  
  1325. @media (max-width: 768px) {
  1326.    .blog-hero-v3 {
  1327.        padding: 40px 0;
  1328.    }
  1329.  
  1330.    
  1331.    .trending-tags {
  1332.        justify-content: center;
  1333.    }
  1334.    
  1335.    .featured-stats {
  1336.        justify-content: center;
  1337.    }
  1338. }
  1339. </style>
  1340.  
  1341.  
  1342.  
  1343.  
  1344.        <!-- end of wpo-blog-hero -->
  1345.  
  1346.        <!-- start of wpo-breacking-news -->
  1347.        
  1348.        <!-- end of wpo-breacking-news -->
  1349.        
  1350.        <!-- start wpo-blog-highlights-section -->
  1351.        
  1352.  
  1353.  
  1354.  
  1355.    
  1356.  
  1357.  
  1358.  
  1359.  
  1360. <style>
  1361.    .blog-highlights-v3 {
  1362.        padding: 80px 0;
  1363.        position: relative;
  1364.        overflow: hidden;
  1365.    }
  1366.    
  1367.    .blog-highlights-v3::before {
  1368.        content: '';
  1369.        position: absolute;
  1370.        top: 0;
  1371.        left: 0;
  1372.        width: 100%;
  1373.        height: 100%;
  1374.        background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  1375.        z-index: 0;
  1376.    }
  1377.    
  1378.    .masonry-container {
  1379.        display: grid;
  1380.        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  1381.        grid-gap: 25px;
  1382.    }
  1383.    
  1384.    .blog-card-v3 {
  1385.        border: 1px solid var(--border-color) !important;
  1386.        border-radius: 25px;
  1387.        overflow: hidden;
  1388.        background: var(--card-bg);
  1389.        backdrop-filter: blur(10px);
  1390.        border: 1px solid var(--border-color);
  1391.        position: relative;
  1392.        transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1393.        cursor: pointer;
  1394.        transform: translateY(0) rotateX(0) rotateY(0);
  1395.        transform-style: preserve-3d;
  1396.        perspective: 1000px;
  1397.        z-index: 1;
  1398.    }
  1399.    .span-21 { grid-row-end: span 21; }
  1400.    .span-22 { grid-row-end: span 22; }
  1401.    
  1402.    .blog-card-v3::before {
  1403.        content: '';
  1404.        position: absolute;
  1405.        top: 0;
  1406.        left: 0;
  1407.        width: 100%;
  1408.        height: 100%;
  1409.        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.02) 100%);
  1410.        opacity: 0;
  1411.        transition: opacity 0.3s ease;
  1412.        z-index: 1;
  1413.    }
  1414.    
  1415.    .blog-card-v3:hover {
  1416.        transform: translateY(-20px) rotateX(5deg) rotateY(5deg) scale(1.03);
  1417.        box-shadow:
  1418.            0 30px 60px rgba(0,0,0,0.15),
  1419.            0 15px 30px rgba(0,0,0,0.1),
  1420.            inset 0 1px 0 rgba(255,255,255,0.3);
  1421.        z-index: 10;
  1422.    }
  1423.    
  1424.    .blog-card-v3:hover::before {
  1425.        opacity: 1;
  1426.    }
  1427.    
  1428.    .blog-image-v3 {
  1429.        position: relative;
  1430.        overflow: hidden;
  1431.        height: 50%;
  1432.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1433.    }
  1434.    
  1435.    .blog-image-v3::after {
  1436.        content: '';
  1437.        position: absolute;
  1438.        top: 0;
  1439.        left: 0;
  1440.        width: 100%;
  1441.        height: 100%;
  1442.        background:
  1443.            radial-gradient(circle at top right, rgba(255,255,255,0.3) 0%, transparent 50%),
  1444.            linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.4) 100%);
  1445.        z-index: 2;
  1446.    }
  1447.    
  1448.    .blog-image-v3 img {
  1449.        width: 100%;
  1450.        height: 100%;
  1451.        object-fit: cover;
  1452.        transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  1453.        transform: scale(1);
  1454.        filter: brightness(1) saturate(1);
  1455.    }
  1456.    
  1457.    .blog-card-v3:hover .blog-image-v3 img {
  1458.        transform: scale(1.15);
  1459.        filter: brightness(1.1) saturate(1.2);
  1460.    }
  1461.    
  1462.    .blog-floating-elements {
  1463.        position: absolute;
  1464.        top: 0;
  1465.        left: 0;
  1466.        width: 100%;
  1467.        height: 100%;
  1468.        pointer-events: none;
  1469.        z-index: 3;
  1470.    }
  1471.    
  1472.    .floating-dot {
  1473.        position: absolute;
  1474.        width: 8px;
  1475.        height: 8px;
  1476.        background: rgba(255,255,255,0.6);
  1477.        border-radius: 50%;
  1478.        animation: float 3s ease-in-out infinite;
  1479.    }
  1480.    
  1481.    .floating-dot:nth-child(1) { top: 20%; left: 15%; animation-delay: 0s; }
  1482.    .floating-dot:nth-child(2) { top: 60%; right: 20%; animation-delay: 0.5s; }
  1483.    .floating-dot:nth-child(3) { bottom: 30%; left: 25%; animation-delay: .5s; }
  1484.    
  1485.    @keyframes float {
  1486.        0%, 100% { transform: translateY(0px); }
  1487.        50% { transform: translateY(-10px); }
  1488.    }
  1489.    
  1490.    .blog-category-v3 {
  1491.        position: absolute;
  1492.        top: 25px;
  1493.        right: 25px;
  1494.        padding: 10px 18px;
  1495.        border-radius: 30px;
  1496.        font-size: 11px;
  1497.        font-weight: 800;
  1498.        text-transform: uppercase;
  1499.        letter-spacing: 1.2px;
  1500.        backdrop-filter: blur(10px);
  1501.        z-index: 4;
  1502.        transform: translateY(0) scale(1);
  1503.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1504.        box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  1505.        border: 1px solid rgba(255,255,255,0.3);
  1506.    }
  1507.    
  1508.    .blog-card-v3:hover .blog-category-v3 {
  1509.        transform: translateY(-10px) scale(1.1);
  1510.        background: rgba(var(--card-bg),1);
  1511.        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
  1512.    }
  1513.    
  1514.    .blog-content-v3 {
  1515.        padding: 35px 30px 30px;
  1516.        height: 50%;
  1517.        display: flex;
  1518.        flex-direction: column;
  1519.        justify-content: space-between;
  1520.        position: relative;
  1521.        z-index: 2;
  1522.    }
  1523.    
  1524.    .blog-title-v3 {
  1525.        font-size: 19px;
  1526.        font-weight: 700;
  1527.        line-height: 1.3;
  1528.        margin-bottom: 18px;
  1529.        position: relative;
  1530.    }
  1531.    
  1532.    .blog-title-v3 a {
  1533.        text-decoration: none;
  1534.        color: var(--top-color) !important;
  1535.        transition: all 0.3s ease;
  1536.        position: relative;
  1537.        display: inline-block;
  1538.    }
  1539.    
  1540.    .blog-title-v3 a::before {
  1541.        content: '';
  1542.        position: absolute;
  1543.        bottom: -3px;
  1544.        left: 0;
  1545.        width: 0;
  1546.        height: 3px;
  1547.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1548.        border-radius: 2px;
  1549.        transition: width 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  1550.    }
  1551.    
  1552.    .blog-card-v3:hover .blog-title-v3 a::before {
  1553.        width: 100%;
  1554.    }
  1555.    
  1556.    .blog-meta-v3 {
  1557.        display: flex;
  1558.        align-items: center;
  1559.        gap: 15px;
  1560.        margin-bottom: 18px;
  1561.        font-size: 13px;
  1562.        color: #7f8c8d;
  1563.        padding-bottom: 18px;
  1564.        border-bottom: 1px solid rgba(127, 140, 141, 0.1);
  1565.        position: relative;
  1566.    }
  1567.    
  1568.    .blog-meta-v3::after {
  1569.        content: '';
  1570.        position: absolute;
  1571.        bottom: -1px;
  1572.        left: 0;
  1573.        width: 0;
  1574.        height: 1px;
  1575.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1576.        transition: width 0.6s ease 0.3s;
  1577.    }
  1578.    
  1579.    .blog-card-v3:hover .blog-meta-v3::after {
  1580.        width: 80px;
  1581.    }
  1582.    
  1583.    .blog-author-img-v3 {
  1584.        width: 35px;
  1585.        height: 35px;
  1586.        border-radius: 50%;
  1587.        object-fit: cover;
  1588.        border: 3px solid rgba(255,255,255,0.8);
  1589.        transition: all 0.4s ease;
  1590.        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  1591.    }
  1592.    
  1593.    .blog-card-v3:hover .blog-author-img-v3 {
  1594.        transform: scale(1.15);
  1595.        border-color: rgba(102, 126, 234, 0.5);
  1596.        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.2);
  1597.    }
  1598.    
  1599.    .blog-excerpt-v3 {
  1600.        font-size: 14px;
  1601.        line-height: 1.7;
  1602.        color: #5a6c7d;
  1603.        margin-bottom: 20px;
  1604.        display: -webkit-box;
  1605.        -webkit-line-clamp: 3;
  1606.        -webkit-box-orient: vertical;
  1607.        overflow: hidden;
  1608.        opacity: 0.9;
  1609.        transition: opacity 0.3s ease;
  1610.    }
  1611.    
  1612.    .blog-card-v3:hover .blog-excerpt-v3 {
  1613.        opacity: 1;
  1614.    }
  1615.    
  1616.    .blog-actions-v3 {
  1617.        display: flex;
  1618.        justify-content: space-between;
  1619.        align-items: center;
  1620.    }
  1621.    
  1622.    .blog-read-time-v3 {
  1623.        font-size: 12px;
  1624.        color: #95a5a6;
  1625.        display: flex;
  1626.        align-items: center;
  1627.        gap: 6px;
  1628.    }
  1629.    
  1630.    .blog-read-more-v3 {
  1631.        width: 50px;
  1632.        height: 50px;
  1633.        border-radius: 50%;
  1634.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1635.        display: flex;
  1636.        align-items: center;
  1637.        justify-content: center;
  1638.        color: white;
  1639.        text-decoration: none;
  1640.        transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  1641.        transform: scale(0) rotate(0deg);
  1642.        opacity: 0;
  1643.        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
  1644.        position: relative;
  1645.        overflow: hidden;
  1646.    }
  1647.    
  1648.    .blog-read-more-v3::before {
  1649.        content: '';
  1650.        position: absolute;
  1651.        top: 50%;
  1652.        left: 50%;
  1653.        width: 0;
  1654.        height: 0;
  1655.        background: rgba(255,255,255,0.2);
  1656.        border-radius: 50%;
  1657.        transition: all 0.6s ease;
  1658.        transform: translate(-50%, -50%);
  1659.    }
  1660.    
  1661.    .blog-card-v3:hover .blog-read-more-v3 {
  1662.        transform: scale(1) rotate(360deg);
  1663.        opacity: 1;
  1664.    }
  1665.    
  1666.    .blog-read-more-v3:hover::before {
  1667.        width: 100%;
  1668.        height: 100%;
  1669.    }
  1670.    
  1671.    .section-header-v3 {
  1672.        text-align: center;
  1673.        margin-bottom: 80px;
  1674.        position: relative;
  1675.        z-index: 2;
  1676.    }
  1677.    
  1678.    .section-title-v3 {
  1679.        font-size: 3.5rem;
  1680.        font-weight: 900;
  1681.        margin-bottom: 25px;
  1682.        color: #2c3e50;
  1683.        position: relative;
  1684.        display: inline-block;
  1685.    }
  1686.    
  1687.    .section-title-v3::before {
  1688.        content: '';
  1689.        position: absolute;
  1690.        top: -15px;
  1691.        right: -15px;
  1692.        width: 30px;
  1693.        height: 30px;
  1694.        background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
  1695.        border-radius: 50%;
  1696.        opacity: 0.3;
  1697.        animation: pulse 2s infinite;
  1698.    }
  1699.    
  1700.    @keyframes pulse {
  1701.        0%, 100% { transform: scale(1); opacity: 0.3; }
  1702.        50% { transform: scale(1.2); opacity: 0.6; }
  1703.    }
  1704.    
  1705.    .section-subtitle-v3 {
  1706.        font-size: 1.2rem;
  1707.        color: #7f8c8d;
  1708.        max-width: 700px;
  1709.        margin: 0 auto;
  1710.        line-height: 1.7;
  1711.        font-weight: 300;
  1712.    }
  1713.    
  1714.    .scroll-reveal {
  1715.        opacity: 0;
  1716.        transform: translateY(50px) scale(0.9);
  1717.        transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
  1718.    }
  1719.    
  1720.    .scroll-reveal.revealed {
  1721.        opacity: 1;
  1722.        transform: translateY(0) scale(1);
  1723.    }
  1724.    
  1725.    .scroll-reveal:nth-child(1) { transition-delay: 0.1s; }
  1726.    .scroll-reveal:nth-child(2) { transition-delay: 0.1s; }
  1727.    .scroll-reveal:nth-child(3) { transition-delay: 0.1s; }
  1728.    .scroll-reveal:nth-child(4) { transition-delay: 0.1s; }
  1729.    .scroll-reveal:nth-child(5) { transition-delay: 0.1s; }
  1730.    .scroll-reveal:nth-child(6) { transition-delay: 0.1s; }
  1731.  
  1732.    @media (max-width: 768px) {
  1733.        .masonry-container {
  1734.            display: flex;
  1735.            flex-direction: column;
  1736.            grid-gap: 20px;
  1737.        }
  1738.        .blog-card-v3:nth-child(n) {
  1739.            grid-row-end: span 20;
  1740.        }
  1741.        .section-title-v3 {
  1742.            font-size: 2.8rem;
  1743.        }
  1744.        .blog-highlights-v3 {
  1745.            padding: 60px 0;
  1746.        }
  1747.        .blog-content-v3 {
  1748.            padding: 25px 20px;
  1749.        }
  1750.        .blog-card-v3:hover {
  1751.            transform: translateY(-15px) scale(1.02);
  1752.        }
  1753.        .blog-image-v3{
  1754.            max-height: 350px;
  1755.            height: 100%;
  1756.        }
  1757.    }
  1758. </style>
  1759.  
  1760. <section class="blog-highlights-v3">
  1761.    <div class="container-fluid fluid-container">
  1762.        <div class="row">
  1763.            <div class="col-12">
  1764.                 <div class="wpo-section-title">
  1765.            <h2>
  1766.                Today's Top Highlights
  1767.                   </h2>
  1768.        </div>
  1769.            </div>
  1770.        </div>
  1771.        
  1772.        <div class="row">
  1773.            <div class="col-lg-8 col-12">
  1774.                <div class="masonry-container">
  1775.                    
  1776.                    <div class="blog-card-v3 scroll-reveal span-21">
  1777.                        <div class="blog-image-v3">
  1778.                            
  1779.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1780.                            
  1781.                            <div class="blog-floating-elements">
  1782.                                <div class="floating-dot"></div>
  1783.                                <div class="floating-dot"></div>
  1784.                                <div class="floating-dot"></div>
  1785.                            </div>
  1786.                            <span class="blog-category-v3 bg-primary-gradient">
  1787.                                News
  1788.                            </span>
  1789.                        </div>
  1790.                        <div class="blog-content-v3">
  1791.                            <h3 class="blog-title-v3">
  1792.                                <a href="/the-gal%C3%A1pagos-islands-lacked-any-indigenous-amphibians-then-countless-numbers-of-frogs-invaded/" >
  1793.                                The Galápagos Islands Lacked Any Indigenous Amphibians. Then Countless Numbers of Frogs Invaded
  1794.                                </a>
  1795.                            </h3>
  1796.                            <div class="blog-meta-v3">
  1797.                                
  1798.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="blog-author-img-v3">
  1799.                                
  1800.                                <span>By Connie Contreras</span>
  1801.                                <span>•</span>
  1802.                                <span>20 May 2026</span>
  1803.                            </div>
  1804.                            
  1805.                            <div class="blog-actions-v3">
  1806.                                <div class="blog-read-time-v3">
  1807.                                    <i class="far fa-clock"></i>
  1808.                                    <!-- <span>5 min read</span> -->
  1809.                                </div>
  1810.                                <a href="/the-gal%C3%A1pagos-islands-lacked-any-indigenous-amphibians-then-countless-numbers-of-frogs-invaded/"  class="blog-read-more-v3">
  1811.                                    <i class="ti-arrow-right"></i>
  1812.                                </a>
  1813.                            </div>
  1814.                        </div>
  1815.                    </div>
  1816.                    
  1817.                    <div class="blog-card-v3 scroll-reveal span-22">
  1818.                        <div class="blog-image-v3">
  1819.                            
  1820.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1821.                            
  1822.                            <div class="blog-floating-elements">
  1823.                                <div class="floating-dot"></div>
  1824.                                <div class="floating-dot"></div>
  1825.                                <div class="floating-dot"></div>
  1826.                            </div>
  1827.                            <span class="blog-category-v3 bg-primary-gradient">
  1828.                                News
  1829.                            </span>
  1830.                        </div>
  1831.                        <div class="blog-content-v3">
  1832.                            <h3 class="blog-title-v3">
  1833.                                <a href="/sitting-with-ferguson-and-being-knocked-out-the-lenswomans-tales/" >
  1834.                                Sitting with Ferguson and Being &#x27;Knocked Out&#x27; – The Lenswoman&#x27;s Tales
  1835.                                </a>
  1836.                            </h3>
  1837.                            <div class="blog-meta-v3">
  1838.                                
  1839.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="blog-author-img-v3">
  1840.                                
  1841.                                <span>By Connie Contreras</span>
  1842.                                <span>•</span>
  1843.                                <span>20 May 2026</span>
  1844.                            </div>
  1845.                            
  1846.                            <div class="blog-actions-v3">
  1847.                                <div class="blog-read-time-v3">
  1848.                                    <i class="far fa-clock"></i>
  1849.                                    <!-- <span>5 min read</span> -->
  1850.                                </div>
  1851.                                <a href="/sitting-with-ferguson-and-being-knocked-out-the-lenswomans-tales/"  class="blog-read-more-v3">
  1852.                                    <i class="ti-arrow-right"></i>
  1853.                                </a>
  1854.                            </div>
  1855.                        </div>
  1856.                    </div>
  1857.                    
  1858.                    <div class="blog-card-v3 scroll-reveal span-21">
  1859.                        <div class="blog-image-v3">
  1860.                            
  1861.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1862.                            
  1863.                            <div class="blog-floating-elements">
  1864.                                <div class="floating-dot"></div>
  1865.                                <div class="floating-dot"></div>
  1866.                                <div class="floating-dot"></div>
  1867.                            </div>
  1868.                            <span class="blog-category-v3 bg-primary-gradient">
  1869.                                News
  1870.                            </span>
  1871.                        </div>
  1872.                        <div class="blog-content-v3">
  1873.                            <h3 class="blog-title-v3">
  1874.                                <a href="/californias-governor-blocks-parole-for-cult-member-patricia-krenwinkel/" >
  1875.                                California&#x27;s Governor Blocks Parole for Cult Member Patricia Krenwinkel
  1876.                                </a>
  1877.                            </h3>
  1878.                            <div class="blog-meta-v3">
  1879.                                
  1880.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="blog-author-img-v3">
  1881.                                
  1882.                                <span>By Connie Contreras</span>
  1883.                                <span>•</span>
  1884.                                <span>19 May 2026</span>
  1885.                            </div>
  1886.                            
  1887.                            <div class="blog-actions-v3">
  1888.                                <div class="blog-read-time-v3">
  1889.                                    <i class="far fa-clock"></i>
  1890.                                    <!-- <span>5 min read</span> -->
  1891.                                </div>
  1892.                                <a href="/californias-governor-blocks-parole-for-cult-member-patricia-krenwinkel/"  class="blog-read-more-v3">
  1893.                                    <i class="ti-arrow-right"></i>
  1894.                                </a>
  1895.                            </div>
  1896.                        </div>
  1897.                    </div>
  1898.                    
  1899.                    <div class="blog-card-v3 scroll-reveal span-22">
  1900.                        <div class="blog-image-v3">
  1901.                            
  1902.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1903.                            
  1904.                            <div class="blog-floating-elements">
  1905.                                <div class="floating-dot"></div>
  1906.                                <div class="floating-dot"></div>
  1907.                                <div class="floating-dot"></div>
  1908.                            </div>
  1909.                            <span class="blog-category-v3 bg-primary-gradient">
  1910.                                News
  1911.                            </span>
  1912.                        </div>
  1913.                        <div class="blog-content-v3">
  1914.                            <h3 class="blog-title-v3">
  1915.                                <a href="/person-of-interest-in-ivy-league-campus-incident-found-discovered-dead-inside-self-storage-unit/" >
  1916.                                Person of Interest in Ivy League Campus Incident Found Discovered Dead Inside Self-Storage Unit.
  1917.                                </a>
  1918.                            </h3>
  1919.                            <div class="blog-meta-v3">
  1920.                                
  1921.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="blog-author-img-v3">
  1922.                                
  1923.                                <span>By Connie Contreras</span>
  1924.                                <span>•</span>
  1925.                                <span>19 May 2026</span>
  1926.                            </div>
  1927.                            
  1928.                            <div class="blog-actions-v3">
  1929.                                <div class="blog-read-time-v3">
  1930.                                    <i class="far fa-clock"></i>
  1931.                                    <!-- <span>5 min read</span> -->
  1932.                                </div>
  1933.                                <a href="/person-of-interest-in-ivy-league-campus-incident-found-discovered-dead-inside-self-storage-unit/"  class="blog-read-more-v3">
  1934.                                    <i class="ti-arrow-right"></i>
  1935.                                </a>
  1936.                            </div>
  1937.                        </div>
  1938.                    </div>
  1939.                    
  1940.                    <div class="blog-card-v3 scroll-reveal span-21">
  1941.                        <div class="blog-image-v3">
  1942.                            
  1943.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1944.                            
  1945.                            <div class="blog-floating-elements">
  1946.                                <div class="floating-dot"></div>
  1947.                                <div class="floating-dot"></div>
  1948.                                <div class="floating-dot"></div>
  1949.                            </div>
  1950.                            <span class="blog-category-v3 bg-primary-gradient">
  1951.                                News
  1952.                            </span>
  1953.                        </div>
  1954.                        <div class="blog-content-v3">
  1955.                            <h3 class="blog-title-v3">
  1956.                                <a href="/to-rinse-or-not-to-rinse-how-to-properly-prepare-edible-fungi/" >
  1957.                                To Rinse or Not to Rinse: How to Properly Prepare Edible Fungi
  1958.                                </a>
  1959.                            </h3>
  1960.                            <div class="blog-meta-v3">
  1961.                                
  1962.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="blog-author-img-v3">
  1963.                                
  1964.                                <span>By Connie Contreras</span>
  1965.                                <span>•</span>
  1966.                                <span>19 May 2026</span>
  1967.                            </div>
  1968.                            
  1969.                            <div class="blog-actions-v3">
  1970.                                <div class="blog-read-time-v3">
  1971.                                    <i class="far fa-clock"></i>
  1972.                                    <!-- <span>5 min read</span> -->
  1973.                                </div>
  1974.                                <a href="/to-rinse-or-not-to-rinse-how-to-properly-prepare-edible-fungi/"  class="blog-read-more-v3">
  1975.                                    <i class="ti-arrow-right"></i>
  1976.                                </a>
  1977.                            </div>
  1978.                        </div>
  1979.                    </div>
  1980.                    
  1981.                    <div class="blog-card-v3 scroll-reveal span-22">
  1982.                        <div class="blog-image-v3">
  1983.                            
  1984.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1985.                            
  1986.                            <div class="blog-floating-elements">
  1987.                                <div class="floating-dot"></div>
  1988.                                <div class="floating-dot"></div>
  1989.                                <div class="floating-dot"></div>
  1990.                            </div>
  1991.                            <span class="blog-category-v3 bg-primary-gradient">
  1992.                                News
  1993.                            </span>
  1994.                        </div>
  1995.                        <div class="blog-content-v3">
  1996.                            <h3 class="blog-title-v3">
  1997.                                <a href="/body-of-triathlete-seemingly-attacked-by-great-white-recovered-from-california-beach/" >
  1998.                                Body of Triathlete Seemingly Attacked by Great White Recovered from California Beach
  1999.                                </a>
  2000.                            </h3>
  2001.                            <div class="blog-meta-v3">
  2002.                                
  2003.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="blog-author-img-v3">
  2004.                                
  2005.                                <span>By Connie Contreras</span>
  2006.                                <span>•</span>
  2007.                                <span>19 May 2026</span>
  2008.                            </div>
  2009.                            
  2010.                            <div class="blog-actions-v3">
  2011.                                <div class="blog-read-time-v3">
  2012.                                    <i class="far fa-clock"></i>
  2013.                                    <!-- <span>5 min read</span> -->
  2014.                                </div>
  2015.                                <a href="/body-of-triathlete-seemingly-attacked-by-great-white-recovered-from-california-beach/"  class="blog-read-more-v3">
  2016.                                    <i class="ti-arrow-right"></i>
  2017.                                </a>
  2018.                            </div>
  2019.                        </div>
  2020.                    </div>
  2021.                    
  2022.                    <div class="blog-card-v3 scroll-reveal span-21">
  2023.                        <div class="blog-image-v3">
  2024.                            
  2025.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2026.                            
  2027.                            <div class="blog-floating-elements">
  2028.                                <div class="floating-dot"></div>
  2029.                                <div class="floating-dot"></div>
  2030.                                <div class="floating-dot"></div>
  2031.                            </div>
  2032.                            <span class="blog-category-v3 bg-primary-gradient">
  2033.                                News
  2034.                            </span>
  2035.                        </div>
  2036.                        <div class="blog-content-v3">
  2037.                            <h3 class="blog-title-v3">
  2038.                                <a href="/barry-manilow-to-undergo-a-procedure-for-a-lung-cancer-diagnosis/" >
  2039.                                Barry Manilow to Undergo a Procedure for a Lung Cancer Diagnosis.
  2040.                                </a>
  2041.                            </h3>
  2042.                            <div class="blog-meta-v3">
  2043.                                
  2044.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="blog-author-img-v3">
  2045.                                
  2046.                                <span>By Connie Contreras</span>
  2047.                                <span>•</span>
  2048.                                <span>19 May 2026</span>
  2049.                            </div>
  2050.                            
  2051.                            <div class="blog-actions-v3">
  2052.                                <div class="blog-read-time-v3">
  2053.                                    <i class="far fa-clock"></i>
  2054.                                    <!-- <span>5 min read</span> -->
  2055.                                </div>
  2056.                                <a href="/barry-manilow-to-undergo-a-procedure-for-a-lung-cancer-diagnosis/"  class="blog-read-more-v3">
  2057.                                    <i class="ti-arrow-right"></i>
  2058.                                </a>
  2059.                            </div>
  2060.                        </div>
  2061.                    </div>
  2062.                    
  2063.                    <div class="blog-card-v3 scroll-reveal span-22">
  2064.                        <div class="blog-image-v3">
  2065.                            
  2066.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2067.                            
  2068.                            <div class="blog-floating-elements">
  2069.                                <div class="floating-dot"></div>
  2070.                                <div class="floating-dot"></div>
  2071.                                <div class="floating-dot"></div>
  2072.                            </div>
  2073.                            <span class="blog-category-v3 bg-primary-gradient">
  2074.                                News
  2075.                            </span>
  2076.                        </div>
  2077.                        <div class="blog-content-v3">
  2078.                            <h3 class="blog-title-v3">
  2079.                                <a href="/ex-uk-serviceman-accused-of-murdering-kenyan-female-shows-up-in-court/" >
  2080.                                Ex UK Serviceman Accused of Murdering Kenyan Female Shows Up in Court
  2081.                                </a>
  2082.                            </h3>
  2083.                            <div class="blog-meta-v3">
  2084.                                
  2085.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="blog-author-img-v3">
  2086.                                
  2087.                                <span>By Connie Contreras</span>
  2088.                                <span>•</span>
  2089.                                <span>19 May 2026</span>
  2090.                            </div>
  2091.                            
  2092.                            <div class="blog-actions-v3">
  2093.                                <div class="blog-read-time-v3">
  2094.                                    <i class="far fa-clock"></i>
  2095.                                    <!-- <span>5 min read</span> -->
  2096.                                </div>
  2097.                                <a href="/ex-uk-serviceman-accused-of-murdering-kenyan-female-shows-up-in-court/"  class="blog-read-more-v3">
  2098.                                    <i class="ti-arrow-right"></i>
  2099.                                </a>
  2100.                            </div>
  2101.                        </div>
  2102.                    </div>
  2103.                    
  2104.                    <div class="blog-card-v3 scroll-reveal span-21">
  2105.                        <div class="blog-image-v3">
  2106.                            
  2107.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2108.                            
  2109.                            <div class="blog-floating-elements">
  2110.                                <div class="floating-dot"></div>
  2111.                                <div class="floating-dot"></div>
  2112.                                <div class="floating-dot"></div>
  2113.                            </div>
  2114.                            <span class="blog-category-v3 bg-primary-gradient">
  2115.                                News
  2116.                            </span>
  2117.                        </div>
  2118.                        <div class="blog-content-v3">
  2119.                            <h3 class="blog-title-v3">
  2120.                                <a href="/us-food-and-drug-administration-clears-flibanserin-a-libido-enhancing-drug-for-females-beyond-menopause/" >
  2121.                                U.S. Food and Drug Administration Clears Flibanserin, a Libido-Enhancing Drug for Females Beyond Menopause
  2122.                                </a>
  2123.                            </h3>
  2124.                            <div class="blog-meta-v3">
  2125.                                
  2126.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="blog-author-img-v3">
  2127.                                
  2128.                                <span>By Connie Contreras</span>
  2129.                                <span>•</span>
  2130.                                <span>19 May 2026</span>
  2131.                            </div>
  2132.                            
  2133.                            <div class="blog-actions-v3">
  2134.                                <div class="blog-read-time-v3">
  2135.                                    <i class="far fa-clock"></i>
  2136.                                    <!-- <span>5 min read</span> -->
  2137.                                </div>
  2138.                                <a href="/us-food-and-drug-administration-clears-flibanserin-a-libido-enhancing-drug-for-females-beyond-menopause/"  class="blog-read-more-v3">
  2139.                                    <i class="ti-arrow-right"></i>
  2140.                                </a>
  2141.                            </div>
  2142.                        </div>
  2143.                    </div>
  2144.                    
  2145.                    <div class="blog-card-v3 scroll-reveal span-22">
  2146.                        <div class="blog-image-v3">
  2147.                            
  2148.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2149.                            
  2150.                            <div class="blog-floating-elements">
  2151.                                <div class="floating-dot"></div>
  2152.                                <div class="floating-dot"></div>
  2153.                                <div class="floating-dot"></div>
  2154.                            </div>
  2155.                            <span class="blog-category-v3 bg-primary-gradient">
  2156.                                News
  2157.                            </span>
  2158.                        </div>
  2159.                        <div class="blog-content-v3">
  2160.                            <h3 class="blog-title-v3">
  2161.                                <a href="/we-need-a-helicopter-to-search-for-them-13-year-olds-emergency-call-to-rescue-loved-ones-lost-off-down-under-coast-unveiled/" >
  2162.                                ‘We Need a Helicopter to Search For Them’: 13-Year-Old’s Emergency Call to Rescue Loved Ones Lost Off Down Under Coast Unveiled
  2163.                                </a>
  2164.                            </h3>
  2165.                            <div class="blog-meta-v3">
  2166.                                
  2167.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="blog-author-img-v3">
  2168.                                
  2169.                                <span>By Connie Contreras</span>
  2170.                                <span>•</span>
  2171.                                <span>19 May 2026</span>
  2172.                            </div>
  2173.                            
  2174.                            <div class="blog-actions-v3">
  2175.                                <div class="blog-read-time-v3">
  2176.                                    <i class="far fa-clock"></i>
  2177.                                    <!-- <span>5 min read</span> -->
  2178.                                </div>
  2179.                                <a href="/we-need-a-helicopter-to-search-for-them-13-year-olds-emergency-call-to-rescue-loved-ones-lost-off-down-under-coast-unveiled/"  class="blog-read-more-v3">
  2180.                                    <i class="ti-arrow-right"></i>
  2181.                                </a>
  2182.                            </div>
  2183.                        </div>
  2184.                    </div>
  2185.                    
  2186.                    <div class="blog-card-v3 scroll-reveal span-21">
  2187.                        <div class="blog-image-v3">
  2188.                            
  2189.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2190.                            
  2191.                            <div class="blog-floating-elements">
  2192.                                <div class="floating-dot"></div>
  2193.                                <div class="floating-dot"></div>
  2194.                                <div class="floating-dot"></div>
  2195.                            </div>
  2196.                            <span class="blog-category-v3 bg-primary-gradient">
  2197.                                News
  2198.                            </span>
  2199.                        </div>
  2200.                        <div class="blog-content-v3">
  2201.                            <h3 class="blog-title-v3">
  2202.                                <a href="/tropical-storm-disaster-in-the-island-nation-awakens-a-spirit-of-community-action/" >
  2203.                                Tropical Storm Disaster in the Island Nation Awakens a Spirit of Community Action
  2204.                                </a>
  2205.                            </h3>
  2206.                            <div class="blog-meta-v3">
  2207.                                
  2208.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="blog-author-img-v3">
  2209.                                
  2210.                                <span>By Connie Contreras</span>
  2211.                                <span>•</span>
  2212.                                <span>18 May 2026</span>
  2213.                            </div>
  2214.                            
  2215.                            <div class="blog-actions-v3">
  2216.                                <div class="blog-read-time-v3">
  2217.                                    <i class="far fa-clock"></i>
  2218.                                    <!-- <span>5 min read</span> -->
  2219.                                </div>
  2220.                                <a href="/tropical-storm-disaster-in-the-island-nation-awakens-a-spirit-of-community-action/"  class="blog-read-more-v3">
  2221.                                    <i class="ti-arrow-right"></i>
  2222.                                </a>
  2223.                            </div>
  2224.                        </div>
  2225.                    </div>
  2226.                    
  2227.                    <div class="blog-card-v3 scroll-reveal span-22">
  2228.                        <div class="blog-image-v3">
  2229.                            
  2230.                                <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2231.                            
  2232.                            <div class="blog-floating-elements">
  2233.                                <div class="floating-dot"></div>
  2234.                                <div class="floating-dot"></div>
  2235.                                <div class="floating-dot"></div>
  2236.                            </div>
  2237.                            <span class="blog-category-v3 bg-primary-gradient">
  2238.                                News
  2239.                            </span>
  2240.                        </div>
  2241.                        <div class="blog-content-v3">
  2242.                            <h3 class="blog-title-v3">
  2243.                                <a href="/los-blancos-alexander-arnold-might-play-against-liverpool-in-forthcoming-champions-league-clash/" >
  2244.                                Los Blancos&#x27; Alexander-Arnold Might Play Against Liverpool in Forthcoming Champions League Clash
  2245.                                </a>
  2246.                            </h3>
  2247.                            <div class="blog-meta-v3">
  2248.                                
  2249.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="blog-author-img-v3">
  2250.                                
  2251.                                <span>By Connie Contreras</span>
  2252.                                <span>•</span>
  2253.                                <span>18 May 2026</span>
  2254.                            </div>
  2255.                            
  2256.                            <div class="blog-actions-v3">
  2257.                                <div class="blog-read-time-v3">
  2258.                                    <i class="far fa-clock"></i>
  2259.                                    <!-- <span>5 min read</span> -->
  2260.                                </div>
  2261.                                <a href="/los-blancos-alexander-arnold-might-play-against-liverpool-in-forthcoming-champions-league-clash/"  class="blog-read-more-v3">
  2262.                                    <i class="ti-arrow-right"></i>
  2263.                                </a>
  2264.                            </div>
  2265.                        </div>
  2266.                    </div>
  2267.                    
  2268.                    
  2269.  
  2270.                </div>
  2271.            </div>
  2272.            
  2273.               <div class="col col-lg-4 col-12">
  2274.                
  2275.  
  2276.  
  2277.  
  2278.    
  2279.  
  2280.  
  2281. <!-- Blog Sidebar V2 - Focused Design -->
  2282. <div class="sidebar">
  2283.  <!-- Recent Posts Section -->
  2284.  <div class="sidebar-widget mb-4">
  2285.    <div class="widget-title-wrapper mb-3">
  2286.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2287.        <i class="ti-time me-2"></i>Recent Posts
  2288.        <span class="title-arrow-primary"></span>
  2289.      </h4>
  2290.    </div>
  2291.    <div class="widget-content border mb-3 border-light shadow-sm rounded-3 p-4">
  2292.      <div class="recent-post-list">
  2293.      
  2294.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2295.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2296.              
  2297.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2298.              
  2299.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2300.          </div>
  2301.          <div class="post-content flex-grow-1">
  2302.            <h6 class="post-title mb-2">
  2303.               <a href="/troubling-recollections-reemerge-in-davao-as-officials-trace-bondi-beach-attack-alleged-attackers-movements/" class="text-decoration-none top-color fw-semibold lh-sm">
  2304.                                            Troubling Recollections Reemerge in Davao as Officials Trace Bondi Beach Attack Alleged Attackers&#x27; Movements
  2305.                                            </a>
  2306.            </h6>
  2307.            <div class="post-meta">
  2308.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2309.              <!-- <small class="text-muted">
  2310.                <i class="ti-eye me-1"></i>348 views
  2311.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2312.              </small> -->
  2313.            </div>
  2314.          </div>
  2315.        </div>
  2316.        
  2317.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2318.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2319.              
  2320.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2321.              
  2322.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2323.          </div>
  2324.          <div class="post-content flex-grow-1">
  2325.            <h6 class="post-title mb-2">
  2326.               <a href="/authentic-algarve-uncovering-portugal-beyond-the-coastline/" class="text-decoration-none top-color fw-semibold lh-sm">
  2327.                                            Authentic Algarve: Uncovering Portugal Beyond the Coastline
  2328.                                            </a>
  2329.            </h6>
  2330.            <div class="post-meta">
  2331.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2332.              <!-- <small class="text-muted">
  2333.                <i class="ti-eye me-1"></i>348 views
  2334.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2335.              </small> -->
  2336.            </div>
  2337.          </div>
  2338.        </div>
  2339.        
  2340.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2341.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2342.              
  2343.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2344.              
  2345.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2346.          </div>
  2347.          <div class="post-content flex-grow-1">
  2348.            <h6 class="post-title mb-2">
  2349.               <a href="/arsenals-goalkeeper-backs-squad-depth-as-vital-to-silverware-challenge/" class="text-decoration-none top-color fw-semibold lh-sm">
  2350.                                            Arsenal&#x27;s goalkeeper Backs Squad Depth as Vital to Silverware Challenge
  2351.                                            </a>
  2352.            </h6>
  2353.            <div class="post-meta">
  2354.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2355.              <!-- <small class="text-muted">
  2356.                <i class="ti-eye me-1"></i>348 views
  2357.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2358.              </small> -->
  2359.            </div>
  2360.          </div>
  2361.        </div>
  2362.        
  2363.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2364.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2365.              
  2366.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2367.              
  2368.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2369.          </div>
  2370.          <div class="post-content flex-grow-1">
  2371.            <h6 class="post-title mb-2">
  2372.               <a href="/can-the-all-blacks-regain-their-winning-form-in-the-upcoming-matches/" class="text-decoration-none top-color fw-semibold lh-sm">
  2373.                                            Can the All Blacks regain their winning form in the upcoming matches?
  2374.                                            </a>
  2375.            </h6>
  2376.            <div class="post-meta">
  2377.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2378.              <!-- <small class="text-muted">
  2379.                <i class="ti-eye me-1"></i>348 views
  2380.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2381.              </small> -->
  2382.            </div>
  2383.          </div>
  2384.        </div>
  2385.        
  2386.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2387.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2388.              
  2389.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2390.              
  2391.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2392.          </div>
  2393.          <div class="post-content flex-grow-1">
  2394.            <h6 class="post-title mb-2">
  2395.               <a href="/his-dominant-influence-in-sports-hit-a-peak-in-2025-2026-promises-to-go-further/" class="text-decoration-none top-color fw-semibold lh-sm">
  2396.                                            His Dominant Influence in Sports Hit A Peak in 2025. 2026 Promises to Go Further.
  2397.                                            </a>
  2398.            </h6>
  2399.            <div class="post-meta">
  2400.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2401.              <!-- <small class="text-muted">
  2402.                <i class="ti-eye me-1"></i>348 views
  2403.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2404.              </small> -->
  2405.            </div>
  2406.          </div>
  2407.        </div>
  2408.        
  2409.        <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2410.          <div class="post-image me-3 flex-shrink-0 position-relative">
  2411.              
  2412.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;"  alt="">
  2413.              
  2414.            <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">New</span>
  2415.          </div>
  2416.          <div class="post-content flex-grow-1">
  2417.            <h6 class="post-title mb-2">
  2418.               <a href="/we-got-let-go-and-were-embracing-it-learn-how-to-land-a-new-role-that-suits-for-you/" class="text-decoration-none top-color fw-semibold lh-sm">
  2419.                                            We Got Let Go, and We&#x27;re Embracing It – Learn How to Land a New Role That Suits for You
  2420.                                            </a>
  2421.            </h6>
  2422.            <div class="post-meta">
  2423.              <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2424.              <!-- <small class="text-muted">
  2425.                <i class="ti-eye me-1"></i>348 views
  2426.                <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2427.              </small> -->
  2428.            </div>
  2429.          </div>
  2430.        </div>
  2431.        
  2432.  
  2433.      </div>
  2434.  
  2435.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2436.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2437.      </div> -->
  2438.    </div>
  2439.  </div>
  2440.  
  2441.    
  2442.  <div class="sidebar-widget mb-4">
  2443.    <div class="widget-title-wrapper mb-3">
  2444.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2445.        <i class="ti-calendar me-2"></i>May 2026 Blog Roll
  2446.        <span class="title-arrow"></span>
  2447.      </h4>
  2448.    </div>
  2449.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2450.      <div class="blog-roll-list scrollable-sidebar">
  2451.        
  2452.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2453.          <a href="https://www.merchantstavern.co.uk/" class="text-decoration-none ">
  2454.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2455.              <i class="ti-angle-right me-2 text-primary"></i>
  2456.               uk online casinos not on gamstop
  2457.            </h6>
  2458.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2459.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2460.            </div> -->
  2461.          </a>
  2462.        </div>
  2463.          
  2464.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2465.          <a href="https://esports-news.co.uk/gambling-sites/" class="text-decoration-none ">
  2466.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2467.              <i class="ti-angle-right me-2 text-primary"></i>
  2468.               best casino sites uk
  2469.            </h6>
  2470.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2471.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2472.            </div> -->
  2473.          </a>
  2474.        </div>
  2475.          
  2476.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2477.          <a href="https://esports-news.co.uk/gambling-sites/harry-casino-review/" class="text-decoration-none ">
  2478.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2479.              <i class="ti-angle-right me-2 text-primary"></i>
  2480.               harry review
  2481.            </h6>
  2482.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2483.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2484.            </div> -->
  2485.          </a>
  2486.        </div>
  2487.          
  2488.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2489.          <a href="https://esports-news.co.uk/gambling-sites/winner-island-review/" class="text-decoration-none ">
  2490.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2491.              <i class="ti-angle-right me-2 text-primary"></i>
  2492.               winnerisland review
  2493.            </h6>
  2494.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2495.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2496.            </div> -->
  2497.          </a>
  2498.        </div>
  2499.          
  2500.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2501.          <a href="https://www.casquette.co.uk/" class="text-decoration-none ">
  2502.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2503.              <i class="ti-angle-right me-2 text-primary"></i>
  2504.               casinos not on gamstop
  2505.            </h6>
  2506.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2507.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2508.            </div> -->
  2509.          </a>
  2510.        </div>
  2511.          
  2512.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2513.          <a href="https://lagoccia.co.uk/" class="text-decoration-none ">
  2514.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2515.              <i class="ti-angle-right me-2 text-primary"></i>
  2516.               online casino
  2517.            </h6>
  2518.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2519.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2520.            </div> -->
  2521.          </a>
  2522.        </div>
  2523.          
  2524.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2525.          <a href="https://www.voiceprint.co.uk/" class="text-decoration-none ">
  2526.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2527.              <i class="ti-angle-right me-2 text-primary"></i>
  2528.               casinos not on gamstop
  2529.            </h6>
  2530.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2531.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2532.            </div> -->
  2533.          </a>
  2534.        </div>
  2535.          
  2536.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2537.          <a href="https://heyimhome.co.uk/" class="text-decoration-none ">
  2538.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2539.              <i class="ti-angle-right me-2 text-primary"></i>
  2540.               online casino
  2541.            </h6>
  2542.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2543.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2544.            </div> -->
  2545.          </a>
  2546.        </div>
  2547.          
  2548.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2549.          <a href="https://www.britishicehockey.co.uk/crypto-sports-betting-sites/" class="text-decoration-none ">
  2550.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2551.              <i class="ti-angle-right me-2 text-primary"></i>
  2552.               crypto betting sites
  2553.            </h6>
  2554.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2555.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2556.            </div> -->
  2557.          </a>
  2558.        </div>
  2559.          
  2560.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2561.          <a href="https://lessplastic.org.uk/" class="text-decoration-none ">
  2562.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2563.              <i class="ti-angle-right me-2 text-primary"></i>
  2564.               best online casino ireland
  2565.            </h6>
  2566.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2567.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2568.            </div> -->
  2569.          </a>
  2570.        </div>
  2571.          
  2572.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2573.          <a href="https://www.techcityuk.com/" class="text-decoration-none ">
  2574.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2575.              <i class="ti-angle-right me-2 text-primary"></i>
  2576.               non gamstop casinos uk
  2577.            </h6>
  2578.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2579.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2580.            </div> -->
  2581.          </a>
  2582.        </div>
  2583.          
  2584.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2585.          <a href="https://www.charlesjencks.com/" class="text-decoration-none ">
  2586.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2587.              <i class="ti-angle-right me-2 text-primary"></i>
  2588.               non gamstop casinos
  2589.            </h6>
  2590.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2591.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2592.            </div> -->
  2593.          </a>
  2594.        </div>
  2595.          
  2596.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2597.          <a href="https://www.internationalschoolmealsday.com/" class="text-decoration-none ">
  2598.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2599.              <i class="ti-angle-right me-2 text-primary"></i>
  2600.               casino not on gamstop
  2601.            </h6>
  2602.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2603.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2604.            </div> -->
  2605.          </a>
  2606.        </div>
  2607.          
  2608.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2609.          <a href="https://www.esports.net/uk/casino/non-gamstop-online-casinos" class="text-decoration-none ">
  2610.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2611.              <i class="ti-angle-right me-2 text-primary"></i>
  2612.               non gamstop casinos uk
  2613.            </h6>
  2614.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2615.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2616.            </div> -->
  2617.          </a>
  2618.        </div>
  2619.          
  2620.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2621.          <a href="https://www.thehaven.org.uk/" class="text-decoration-none ">
  2622.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2623.              <i class="ti-angle-right me-2 text-primary"></i>
  2624.               non gamstop casinos
  2625.            </h6>
  2626.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2627.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2628.            </div> -->
  2629.          </a>
  2630.        </div>
  2631.          
  2632.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2633.          <a href="https://www.deakinandblue.com/" class="text-decoration-none ">
  2634.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2635.              <i class="ti-angle-right me-2 text-primary"></i>
  2636.               casinos non gamstop
  2637.            </h6>
  2638.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2639.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2640.            </div> -->
  2641.          </a>
  2642.        </div>
  2643.          
  2644.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2645.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  2646.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2647.              <i class="ti-angle-right me-2 text-primary"></i>
  2648.               best uk non gamstop casinos
  2649.            </h6>
  2650.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2651.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2652.            </div> -->
  2653.          </a>
  2654.        </div>
  2655.          
  2656.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2657.          <a href="https://lessplastic.co.uk/" class="text-decoration-none ">
  2658.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2659.              <i class="ti-angle-right me-2 text-primary"></i>
  2660.               casinos not on gamstop
  2661.            </h6>
  2662.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2663.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2664.            </div> -->
  2665.          </a>
  2666.        </div>
  2667.          
  2668.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2669.          <a href="https://www.focus12.co.uk/" class="text-decoration-none ">
  2670.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2671.              <i class="ti-angle-right me-2 text-primary"></i>
  2672.               online casino
  2673.            </h6>
  2674.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2675.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2676.            </div> -->
  2677.          </a>
  2678.        </div>
  2679.          
  2680.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2681.          <a href="https://britishicehockey.co.uk/" class="text-decoration-none ">
  2682.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2683.              <i class="ti-angle-right me-2 text-primary"></i>
  2684.               online casino
  2685.            </h6>
  2686.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2687.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2688.            </div> -->
  2689.          </a>
  2690.        </div>
  2691.          
  2692.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2693.          <a href="https://www.escapistmagazine.com/uk/non-gamstop-casinos/" class="text-decoration-none ">
  2694.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2695.              <i class="ti-angle-right me-2 text-primary"></i>
  2696.               casinos not on gamstop
  2697.            </h6>
  2698.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2699.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2700.            </div> -->
  2701.          </a>
  2702.        </div>
  2703.          
  2704.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2705.          <a href="https://esports-news.co.uk/online-casinos/non-gamstop/" class="text-decoration-none ">
  2706.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2707.              <i class="ti-angle-right me-2 text-primary"></i>
  2708.               casino not on gamstop
  2709.            </h6>
  2710.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2711.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2712.            </div> -->
  2713.          </a>
  2714.        </div>
  2715.          
  2716.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2717.          <a href="https://aboutcookies.org.uk" class="text-decoration-none ">
  2718.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2719.              <i class="ti-angle-right me-2 text-primary"></i>
  2720.               casino not on gamstop
  2721.            </h6>
  2722.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2723.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2724.            </div> -->
  2725.          </a>
  2726.        </div>
  2727.          
  2728.      </div>
  2729.  
  2730.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2731.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2732.      </div> -->
  2733.    </div>
  2734.  </div>
  2735.    
  2736.  <div class="sidebar-widget mb-4">
  2737.    <div class="widget-title-wrapper mb-3">
  2738.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2739.        <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2740.        <span class="title-arrow"></span>
  2741.      </h4>
  2742.    </div>
  2743.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  2744.      <div class="blog-roll-list scrollable-sidebar">
  2745.        
  2746.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2747.          <a href="https://tdlwebsolutions.com/" class="text-decoration-none ">
  2748.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2749.              <i class="ti-angle-right me-2 text-primary"></i>
  2750.               lolajack casino bonus
  2751.            </h6>
  2752.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2753.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2754.            </div> -->
  2755.          </a>
  2756.        </div>
  2757.          
  2758.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2759.          <a href="https://ahwla.org.uk" class="text-decoration-none ">
  2760.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2761.              <i class="ti-angle-right me-2 text-primary"></i>
  2762.               non gamstop uk sports betting
  2763.            </h6>
  2764.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2765.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2766.            </div> -->
  2767.          </a>
  2768.        </div>
  2769.          
  2770.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2771.          <a href="https://www.tamworthinformed.co.uk/" class="text-decoration-none ">
  2772.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2773.              <i class="ti-angle-right me-2 text-primary"></i>
  2774.               casino not on gamstop
  2775.            </h6>
  2776.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2777.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2778.            </div> -->
  2779.          </a>
  2780.        </div>
  2781.          
  2782.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2783.          <a href="https://www.heatonpark.org.uk/" class="text-decoration-none ">
  2784.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2785.              <i class="ti-angle-right me-2 text-primary"></i>
  2786.               bitcoin casino
  2787.            </h6>
  2788.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2789.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2790.            </div> -->
  2791.          </a>
  2792.        </div>
  2793.          
  2794.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2795.          <a href="https://casinobeats.com/uk/online-casinos/casinos-not-on-gamstop/" class="text-decoration-none ">
  2796.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2797.              <i class="ti-angle-right me-2 text-primary"></i>
  2798.               casinos not on gamstop
  2799.            </h6>
  2800.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2801.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2802.            </div> -->
  2803.          </a>
  2804.        </div>
  2805.          
  2806.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2807.          <a href="https://www.ambiental.co.uk/" class="text-decoration-none ">
  2808.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2809.              <i class="ti-angle-right me-2 text-primary"></i>
  2810.               non gamstop casino
  2811.            </h6>
  2812.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2813.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2814.            </div> -->
  2815.          </a>
  2816.        </div>
  2817.          
  2818.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2819.          <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none ">
  2820.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2821.              <i class="ti-angle-right me-2 text-primary"></i>
  2822.               casinos not on gamstop
  2823.            </h6>
  2824.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2825.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2826.            </div> -->
  2827.          </a>
  2828.        </div>
  2829.          
  2830.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2831.          <a href="https://www.stamina.org.uk/" class="text-decoration-none ">
  2832.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2833.              <i class="ti-angle-right me-2 text-primary"></i>
  2834.               websites not on Gamban
  2835.            </h6>
  2836.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2837.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2838.            </div> -->
  2839.          </a>
  2840.        </div>
  2841.          
  2842.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2843.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  2844.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2845.              <i class="ti-angle-right me-2 text-primary"></i>
  2846.               uk casinos not on gamstop
  2847.            </h6>
  2848.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2849.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2850.            </div> -->
  2851.          </a>
  2852.        </div>
  2853.          
  2854.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2855.          <a href="https://www.london-irish.com/" class="text-decoration-none ">
  2856.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2857.              <i class="ti-angle-right me-2 text-primary"></i>
  2858.               uk casinos not on gamstop
  2859.            </h6>
  2860.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2861.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2862.            </div> -->
  2863.          </a>
  2864.        </div>
  2865.          
  2866.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2867.          <a href="https://bereavementcommission.org.uk/" class="text-decoration-none ">
  2868.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2869.              <i class="ti-angle-right me-2 text-primary"></i>
  2870.               uk casinos not on gamstop
  2871.            </h6>
  2872.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2873.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2874.            </div> -->
  2875.          </a>
  2876.        </div>
  2877.          
  2878.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2879.          <a href="https://straightfromyard.co.uk/" class="text-decoration-none ">
  2880.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2881.              <i class="ti-angle-right me-2 text-primary"></i>
  2882.               uk casinos not on gamstop
  2883.            </h6>
  2884.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2885.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2886.            </div> -->
  2887.          </a>
  2888.        </div>
  2889.          
  2890.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2891.          <a href="https://allcatsrgrey.org.uk/" class="text-decoration-none ">
  2892.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2893.              <i class="ti-angle-right me-2 text-primary"></i>
  2894.               uk casinos not on gamstop
  2895.            </h6>
  2896.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2897.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2898.            </div> -->
  2899.          </a>
  2900.        </div>
  2901.          
  2902.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2903.          <a href="https://savethedatemagazine.co.uk/" class="text-decoration-none ">
  2904.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2905.              <i class="ti-angle-right me-2 text-primary"></i>
  2906.               uk casinos not on gamstop
  2907.            </h6>
  2908.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2909.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2910.            </div> -->
  2911.          </a>
  2912.        </div>
  2913.          
  2914.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2915.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  2916.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2917.              <i class="ti-angle-right me-2 text-primary"></i>
  2918.               uk casinos not on gamstop
  2919.            </h6>
  2920.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2921.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2922.            </div> -->
  2923.          </a>
  2924.        </div>
  2925.          
  2926.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2927.          <a href="https://www.citytosea.org.uk/" class="text-decoration-none ">
  2928.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2929.              <i class="ti-angle-right me-2 text-primary"></i>
  2930.               uk casinos not on gamstop
  2931.            </h6>
  2932.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2933.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2934.            </div> -->
  2935.          </a>
  2936.        </div>
  2937.          
  2938.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2939.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  2940.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2941.              <i class="ti-angle-right me-2 text-primary"></i>
  2942.               uk casinos not on gamstop
  2943.            </h6>
  2944.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2945.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2946.            </div> -->
  2947.          </a>
  2948.        </div>
  2949.          
  2950.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2951.          <a href="https://internationalschoolmealsday.com/" class="text-decoration-none ">
  2952.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2953.              <i class="ti-angle-right me-2 text-primary"></i>
  2954.               casino sites not on gamstop
  2955.            </h6>
  2956.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2957.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2958.            </div> -->
  2959.          </a>
  2960.        </div>
  2961.          
  2962.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2963.          <a href="https://www.elthampalace.org.uk/" class="text-decoration-none ">
  2964.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2965.              <i class="ti-angle-right me-2 text-primary"></i>
  2966.               uk casinos not on gamstop
  2967.            </h6>
  2968.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2969.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2970.            </div> -->
  2971.          </a>
  2972.        </div>
  2973.          
  2974.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2975.          <a href="https://www.pgldevonshire.org.uk/" class="text-decoration-none ">
  2976.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2977.              <i class="ti-angle-right me-2 text-primary"></i>
  2978.               top credit card casinos
  2979.            </h6>
  2980.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2981.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2982.            </div> -->
  2983.          </a>
  2984.        </div>
  2985.          
  2986.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2987.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  2988.            <h6 class="blog-title top-color mb-2 fw-semibold">
  2989.              <i class="ti-angle-right me-2 text-primary"></i>
  2990.               non GamStop casinos
  2991.            </h6>
  2992.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  2993.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  2994.            </div> -->
  2995.          </a>
  2996.        </div>
  2997.          
  2998.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2999.          <a href="https://tridentcryptofund.com/" class="text-decoration-none ">
  3000.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3001.              <i class="ti-angle-right me-2 text-primary"></i>
  3002.               bitcoin casinos UK
  3003.            </h6>
  3004.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3005.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3006.            </div> -->
  3007.          </a>
  3008.        </div>
  3009.          
  3010.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3011.          <a href="https://www.qualityofcarenetwork.org/" class="text-decoration-none ">
  3012.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3013.              <i class="ti-angle-right me-2 text-primary"></i>
  3014.               lola jack
  3015.            </h6>
  3016.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3017.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3018.            </div> -->
  3019.          </a>
  3020.        </div>
  3021.          
  3022.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3023.          <a href="https://ecoandbeyond.co" class="text-decoration-none ">
  3024.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3025.              <i class="ti-angle-right me-2 text-primary"></i>
  3026.               casino not on gamstop
  3027.            </h6>
  3028.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3029.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3030.            </div> -->
  3031.          </a>
  3032.        </div>
  3033.          
  3034.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3035.          <a href="https://phoenix-trading.co.uk" class="text-decoration-none ">
  3036.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3037.              <i class="ti-angle-right me-2 text-primary"></i>
  3038.               casinos not on gamstop
  3039.            </h6>
  3040.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3041.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3042.            </div> -->
  3043.          </a>
  3044.        </div>
  3045.          
  3046.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3047.          <a href="https://taa.org.uk" class="text-decoration-none ">
  3048.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3049.              <i class="ti-angle-right me-2 text-primary"></i>
  3050.               non gamstop casinos
  3051.            </h6>
  3052.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3053.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3054.            </div> -->
  3055.          </a>
  3056.        </div>
  3057.          
  3058.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3059.          <a href="https://equal-ist.eu" class="text-decoration-none ">
  3060.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3061.              <i class="ti-angle-right me-2 text-primary"></i>
  3062.               non gamstop casino
  3063.            </h6>
  3064.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3065.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3066.            </div> -->
  3067.          </a>
  3068.        </div>
  3069.          
  3070.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3071.          <a href="https://neptunes-nantes.fr" class="text-decoration-none ">
  3072.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3073.              <i class="ti-angle-right me-2 text-primary"></i>
  3074.               casino francais en ligne
  3075.            </h6>
  3076.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3077.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3078.            </div> -->
  3079.          </a>
  3080.        </div>
  3081.          
  3082.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3083.          <a href="https://bladnoch.co.uk/" class="text-decoration-none ">
  3084.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3085.              <i class="ti-angle-right me-2 text-primary"></i>
  3086.               new betting sites uk
  3087.            </h6>
  3088.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3089.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3090.            </div> -->
  3091.          </a>
  3092.        </div>
  3093.          
  3094.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3095.          <a href="https://superdao.co/" class="text-decoration-none ">
  3096.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3097.              <i class="ti-angle-right me-2 text-primary"></i>
  3098.               no kyc crypto casino
  3099.            </h6>
  3100.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3101.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3102.            </div> -->
  3103.          </a>
  3104.        </div>
  3105.          
  3106.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3107.          <a href="https://www.4ye.co.uk/" class="text-decoration-none ">
  3108.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3109.              <i class="ti-angle-right me-2 text-primary"></i>
  3110.               casino not on gamstop
  3111.            </h6>
  3112.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3113.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3114.            </div> -->
  3115.          </a>
  3116.        </div>
  3117.          
  3118.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3119.          <a href="https://www.surfaceview.co.uk/" class="text-decoration-none ">
  3120.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3121.              <i class="ti-angle-right me-2 text-primary"></i>
  3122.               casino not on gamstop
  3123.            </h6>
  3124.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3125.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3126.            </div> -->
  3127.          </a>
  3128.        </div>
  3129.          
  3130.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3131.          <a href="https://www.cca-glasgow.com/" class="text-decoration-none ">
  3132.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3133.              <i class="ti-angle-right me-2 text-primary"></i>
  3134.               casino not on gamstop
  3135.            </h6>
  3136.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3137.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3138.            </div> -->
  3139.          </a>
  3140.        </div>
  3141.          
  3142.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3143.          <a href="https://www.london-irish.com/" class="text-decoration-none ">
  3144.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3145.              <i class="ti-angle-right me-2 text-primary"></i>
  3146.               casino not on gamstop
  3147.            </h6>
  3148.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3149.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3150.            </div> -->
  3151.          </a>
  3152.        </div>
  3153.          
  3154.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3155.          <a href="https://israelpremiertech.com" class="text-decoration-none ">
  3156.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3157.              <i class="ti-angle-right me-2 text-primary"></i>
  3158.               best online casinos
  3159.            </h6>
  3160.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3161.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3162.            </div> -->
  3163.          </a>
  3164.        </div>
  3165.          
  3166.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3167.          <a href="https://www.bmag.org.uk/" class="text-decoration-none ">
  3168.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3169.              <i class="ti-angle-right me-2 text-primary"></i>
  3170.               top 20 online casinos uk real money
  3171.            </h6>
  3172.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3173.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3174.            </div> -->
  3175.          </a>
  3176.        </div>
  3177.          
  3178.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3179.          <a href="https://hisbe.co.uk/" class="text-decoration-none ">
  3180.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3181.              <i class="ti-angle-right me-2 text-primary"></i>
  3182.               best non Gamstop casinos
  3183.            </h6>
  3184.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3185.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3186.            </div> -->
  3187.          </a>
  3188.        </div>
  3189.          
  3190.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3191.          <a href="https://newhorrizon.eu/" class="text-decoration-none ">
  3192.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3193.              <i class="ti-angle-right me-2 text-primary"></i>
  3194.               non gamstop casino
  3195.            </h6>
  3196.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3197.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3198.            </div> -->
  3199.          </a>
  3200.        </div>
  3201.          
  3202.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3203.          <a href="https://focusontheuser.eu/" class="text-decoration-none ">
  3204.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3205.              <i class="ti-angle-right me-2 text-primary"></i>
  3206.               casino not on gamstop
  3207.            </h6>
  3208.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3209.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3210.            </div> -->
  3211.          </a>
  3212.        </div>
  3213.          
  3214.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3215.          <a href="https://www.outset.org/" class="text-decoration-none ">
  3216.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3217.              <i class="ti-angle-right me-2 text-primary"></i>
  3218.               best betting sites
  3219.            </h6>
  3220.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3221.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3222.            </div> -->
  3223.          </a>
  3224.        </div>
  3225.          
  3226.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3227.          <a href="https://www.testandverification.com/" class="text-decoration-none ">
  3228.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3229.              <i class="ti-angle-right me-2 text-primary"></i>
  3230.               best uk non GamStop casinos
  3231.            </h6>
  3232.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3233.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3234.            </div> -->
  3235.          </a>
  3236.        </div>
  3237.          
  3238.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3239.          <a href="https://www.executive-shaving.co.uk" class="text-decoration-none ">
  3240.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3241.              <i class="ti-angle-right me-2 text-primary"></i>
  3242.               online casinos
  3243.            </h6>
  3244.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3245.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3246.            </div> -->
  3247.          </a>
  3248.        </div>
  3249.          
  3250.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3251.          <a href="https://www.costaricanembassy.co.uk" class="text-decoration-none ">
  3252.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3253.              <i class="ti-angle-right me-2 text-primary"></i>
  3254.               non GamStop casino
  3255.            </h6>
  3256.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3257.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3258.            </div> -->
  3259.          </a>
  3260.        </div>
  3261.          
  3262.      </div>
  3263.  
  3264.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3265.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3266.      </div> -->
  3267.    </div>
  3268.  </div>
  3269.    
  3270.  <div class="sidebar-widget mb-4">
  3271.    <div class="widget-title-wrapper mb-3">
  3272.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3273.        <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  3274.        <span class="title-arrow"></span>
  3275.      </h4>
  3276.    </div>
  3277.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3278.      <div class="blog-roll-list scrollable-sidebar">
  3279.        
  3280.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3281.          <a href="https://www.drenge.co.uk/" class="text-decoration-none ">
  3282.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3283.              <i class="ti-angle-right me-2 text-primary"></i>
  3284.               sites not on GamStop
  3285.            </h6>
  3286.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3287.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3288.            </div> -->
  3289.          </a>
  3290.        </div>
  3291.          
  3292.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3293.          <a href="https://pirateparty.org.uk/" class="text-decoration-none ">
  3294.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3295.              <i class="ti-angle-right me-2 text-primary"></i>
  3296.               non GamStop UK casinos
  3297.            </h6>
  3298.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3299.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3300.            </div> -->
  3301.          </a>
  3302.        </div>
  3303.          
  3304.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3305.          <a href="https://www.labodeganegra.com/" class="text-decoration-none ">
  3306.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3307.              <i class="ti-angle-right me-2 text-primary"></i>
  3308.               casino not on GamStop
  3309.            </h6>
  3310.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3311.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3312.            </div> -->
  3313.          </a>
  3314.        </div>
  3315.          
  3316.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3317.          <a href="https://www.moneymakesense.co.uk/" class="text-decoration-none ">
  3318.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3319.              <i class="ti-angle-right me-2 text-primary"></i>
  3320.               non Gamstop casino
  3321.            </h6>
  3322.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3323.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3324.            </div> -->
  3325.          </a>
  3326.        </div>
  3327.          
  3328.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3329.          <a href="https://www.nordicresearchnetwork.co.uk/" class="text-decoration-none ">
  3330.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3331.              <i class="ti-angle-right me-2 text-primary"></i>
  3332.               Non UK Registered Casinos
  3333.            </h6>
  3334.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3335.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3336.            </div> -->
  3337.          </a>
  3338.        </div>
  3339.          
  3340.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3341.          <a href="https://www.durhamminers.org/" class="text-decoration-none ">
  3342.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3343.              <i class="ti-angle-right me-2 text-primary"></i>
  3344.               casino not on GamStop
  3345.            </h6>
  3346.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3347.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3348.            </div> -->
  3349.          </a>
  3350.        </div>
  3351.          
  3352.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3353.          <a href="https://www.llancaiachfawr.co.uk/" class="text-decoration-none ">
  3354.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3355.              <i class="ti-angle-right me-2 text-primary"></i>
  3356.               slots not on GamStop
  3357.            </h6>
  3358.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3359.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3360.            </div> -->
  3361.          </a>
  3362.        </div>
  3363.          
  3364.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3365.          <a href="https://socialeatinghouse.com/" class="text-decoration-none ">
  3366.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3367.              <i class="ti-angle-right me-2 text-primary"></i>
  3368.               sites not on GamStop
  3369.            </h6>
  3370.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3371.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3372.            </div> -->
  3373.          </a>
  3374.        </div>
  3375.          
  3376.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3377.          <a href="https://www.covent-garden.co.uk/" class="text-decoration-none ">
  3378.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3379.              <i class="ti-angle-right me-2 text-primary"></i>
  3380.               casino not on GamStop
  3381.            </h6>
  3382.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3383.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3384.            </div> -->
  3385.          </a>
  3386.        </div>
  3387.          
  3388.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3389.          <a href="https://www.patients4nhs.org.uk/" class="text-decoration-none ">
  3390.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3391.              <i class="ti-angle-right me-2 text-primary"></i>
  3392.               non GamStop
  3393.            </h6>
  3394.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3395.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3396.            </div> -->
  3397.          </a>
  3398.        </div>
  3399.          
  3400.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3401.          <a href="https://www.ginspa.co.uk/" class="text-decoration-none ">
  3402.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3403.              <i class="ti-angle-right me-2 text-primary"></i>
  3404.               casino not on GamStop
  3405.            </h6>
  3406.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3407.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3408.            </div> -->
  3409.          </a>
  3410.        </div>
  3411.          
  3412.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3413.          <a href="https://www.thekarczma.co.uk/" class="text-decoration-none ">
  3414.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3415.              <i class="ti-angle-right me-2 text-primary"></i>
  3416.               casinos not registered in UK
  3417.            </h6>
  3418.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3419.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3420.            </div> -->
  3421.          </a>
  3422.        </div>
  3423.          
  3424.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3425.          <a href="https://www.kysty.co.uk/" class="text-decoration-none ">
  3426.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3427.              <i class="ti-angle-right me-2 text-primary"></i>
  3428.               Casinos Not on GamStop
  3429.            </h6>
  3430.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3431.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3432.            </div> -->
  3433.          </a>
  3434.        </div>
  3435.          
  3436.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3437.          <a href="https://www.ukrmb.co.uk/" class="text-decoration-none ">
  3438.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3439.              <i class="ti-angle-right me-2 text-primary"></i>
  3440.               online casino
  3441.            </h6>
  3442.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3443.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3444.            </div> -->
  3445.          </a>
  3446.        </div>
  3447.          
  3448.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3449.          <a href="https://citytosea.org.uk/" class="text-decoration-none ">
  3450.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3451.              <i class="ti-angle-right me-2 text-primary"></i>
  3452.               gambling sites
  3453.            </h6>
  3454.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3455.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3456.            </div> -->
  3457.          </a>
  3458.        </div>
  3459.          
  3460.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3461.          <a href="https://www.bttad.org/" class="text-decoration-none ">
  3462.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3463.              <i class="ti-angle-right me-2 text-primary"></i>
  3464.               non gamstop casinos uk
  3465.            </h6>
  3466.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3467.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3468.            </div> -->
  3469.          </a>
  3470.        </div>
  3471.          
  3472.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3473.          <a href="https://iftt.co.uk/" class="text-decoration-none ">
  3474.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3475.              <i class="ti-angle-right me-2 text-primary"></i>
  3476.               new sports betting sites uk
  3477.            </h6>
  3478.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3479.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3480.            </div> -->
  3481.          </a>
  3482.        </div>
  3483.          
  3484.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3485.          <a href="https://oncallfire.uk/" class="text-decoration-none ">
  3486.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3487.              <i class="ti-angle-right me-2 text-primary"></i>
  3488.               Non Gamban
  3489.            </h6>
  3490.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3491.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3492.            </div> -->
  3493.          </a>
  3494.        </div>
  3495.          
  3496.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3497.          <a href="https://www.regionalnetworks.org.uk/" class="text-decoration-none ">
  3498.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3499.              <i class="ti-angle-right me-2 text-primary"></i>
  3500.               Casinos Not on GAMSTOP
  3501.            </h6>
  3502.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3503.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3504.            </div> -->
  3505.          </a>
  3506.        </div>
  3507.          
  3508.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3509.          <a href="https://knightsof.media/" class="text-decoration-none ">
  3510.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3511.              <i class="ti-angle-right me-2 text-primary"></i>
  3512.               casino not on gamstop
  3513.            </h6>
  3514.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3515.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3516.            </div> -->
  3517.          </a>
  3518.        </div>
  3519.          
  3520.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3521.          <a href="https://bapca.org.uk/" class="text-decoration-none ">
  3522.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3523.              <i class="ti-angle-right me-2 text-primary"></i>
  3524.               non gamstop casinos
  3525.            </h6>
  3526.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3527.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3528.            </div> -->
  3529.          </a>
  3530.        </div>
  3531.          
  3532.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3533.          <a href="https://drive-alive.co.uk/" class="text-decoration-none ">
  3534.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3535.              <i class="ti-angle-right me-2 text-primary"></i>
  3536.               online casinos
  3537.            </h6>
  3538.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3539.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3540.            </div> -->
  3541.          </a>
  3542.        </div>
  3543.          
  3544.      </div>
  3545.  
  3546.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3547.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3548.      </div> -->
  3549.    </div>
  3550.  </div>
  3551.    
  3552.  <div class="sidebar-widget mb-4">
  3553.    <div class="widget-title-wrapper mb-3">
  3554.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3555.        <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3556.        <span class="title-arrow"></span>
  3557.      </h4>
  3558.    </div>
  3559.    <div class="widget-content border border-light mb-3 shadow-sm rounded-3 p-4">
  3560.      <div class="blog-roll-list scrollable-sidebar">
  3561.        
  3562.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3563.          <a href="https://croftersrights.co.uk/" class="text-decoration-none ">
  3564.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3565.              <i class="ti-angle-right me-2 text-primary"></i>
  3566.               casino online uk
  3567.            </h6>
  3568.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3569.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3570.            </div> -->
  3571.          </a>
  3572.        </div>
  3573.          
  3574.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3575.          <a href="https://www.roadpeace.org/" class="text-decoration-none ">
  3576.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3577.              <i class="ti-angle-right me-2 text-primary"></i>
  3578.               casinos not on gamstop
  3579.            </h6>
  3580.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3581.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3582.            </div> -->
  3583.          </a>
  3584.        </div>
  3585.          
  3586.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3587.          <a href="https://financialservicescultureboard.org.uk/" class="text-decoration-none ">
  3588.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3589.              <i class="ti-angle-right me-2 text-primary"></i>
  3590.               non uk betting sites
  3591.            </h6>
  3592.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3593.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3594.            </div> -->
  3595.          </a>
  3596.        </div>
  3597.          
  3598.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3599.          <a href="https://www.summerhall.co.uk/" class="text-decoration-none ">
  3600.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3601.              <i class="ti-angle-right me-2 text-primary"></i>
  3602.               casino not on gamstop
  3603.            </h6>
  3604.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3605.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3606.            </div> -->
  3607.          </a>
  3608.        </div>
  3609.          
  3610.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3611.          <a href="https://www.money-mentor.org/" class="text-decoration-none ">
  3612.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3613.              <i class="ti-angle-right me-2 text-primary"></i>
  3614.               bitcoin casino UK
  3615.            </h6>
  3616.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3617.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3618.            </div> -->
  3619.          </a>
  3620.        </div>
  3621.          
  3622.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3623.          <a href="https://www.taysideaviation.co.uk/" class="text-decoration-none ">
  3624.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3625.              <i class="ti-angle-right me-2 text-primary"></i>
  3626.               non gamstop sports betting
  3627.            </h6>
  3628.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3629.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3630.            </div> -->
  3631.          </a>
  3632.        </div>
  3633.          
  3634.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3635.          <a href="https://itechlabs.co.uk/" class="text-decoration-none ">
  3636.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3637.              <i class="ti-angle-right me-2 text-primary"></i>
  3638.               non gamstop betting
  3639.            </h6>
  3640.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3641.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3642.            </div> -->
  3643.          </a>
  3644.        </div>
  3645.          
  3646.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3647.          <a href="https://heptonstallschool.org.uk/" class="text-decoration-none ">
  3648.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3649.              <i class="ti-angle-right me-2 text-primary"></i>
  3650.               new uk betting sites
  3651.            </h6>
  3652.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3653.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3654.            </div> -->
  3655.          </a>
  3656.        </div>
  3657.          
  3658.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3659.          <a href="https://unbound.co.uk/" class="text-decoration-none ">
  3660.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3661.              <i class="ti-angle-right me-2 text-primary"></i>
  3662.               non gamstop casino
  3663.            </h6>
  3664.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3665.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3666.            </div> -->
  3667.          </a>
  3668.        </div>
  3669.          
  3670.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3671.          <a href="https://www.bshg.org.uk/" class="text-decoration-none ">
  3672.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3673.              <i class="ti-angle-right me-2 text-primary"></i>
  3674.               non gamstop casino
  3675.            </h6>
  3676.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3677.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3678.            </div> -->
  3679.          </a>
  3680.        </div>
  3681.          
  3682.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3683.          <a href="https://www.casquette.co.uk/" class="text-decoration-none ">
  3684.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3685.              <i class="ti-angle-right me-2 text-primary"></i>
  3686.               online casinos
  3687.            </h6>
  3688.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3689.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3690.            </div> -->
  3691.          </a>
  3692.        </div>
  3693.          
  3694.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3695.          <a href="https://www.gifmania.co.uk/" class="text-decoration-none ">
  3696.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3697.              <i class="ti-angle-right me-2 text-primary"></i>
  3698.               casinos not on gamstop
  3699.            </h6>
  3700.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3701.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3702.            </div> -->
  3703.          </a>
  3704.        </div>
  3705.          
  3706.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3707.          <a href="https://thebrexitparty.org/" class="text-decoration-none ">
  3708.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3709.              <i class="ti-angle-right me-2 text-primary"></i>
  3710.               casinos not on gamstop
  3711.            </h6>
  3712.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3713.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3714.            </div> -->
  3715.          </a>
  3716.        </div>
  3717.          
  3718.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3719.          <a href="https://www.chemical-records.co.uk/" class="text-decoration-none ">
  3720.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3721.              <i class="ti-angle-right me-2 text-primary"></i>
  3722.               casinos not on gamstop
  3723.            </h6>
  3724.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3725.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3726.            </div> -->
  3727.          </a>
  3728.        </div>
  3729.          
  3730.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3731.          <a href="https://gamingamerica.com/non-gamstop-casinos" class="text-decoration-none ">
  3732.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3733.              <i class="ti-angle-right me-2 text-primary"></i>
  3734.               casino not on gamstop
  3735.            </h6>
  3736.            <!-- <div class="blog-meta d-flex justify-content-between align-items-center">
  3737.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3738.            </div> -->
  3739.          </a>
  3740.        </div>
  3741.          
  3742.      </div>
  3743.  
  3744.      <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3745.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3746.      </div> -->
  3747.    </div>
  3748.  </div>
  3749.    
  3750.  <!-- <div class="sidebar-widget">
  3751.    <div class="widget-title-wrapper mb-3">
  3752.      <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3753.        <i class="ti-calendar me-2"></i>August 2025 Blog Roll
  3754.        <span class="title-arrow"></span>
  3755.      </h4>
  3756.    </div>
  3757.    <div class="widget-content border border-light shadow-sm rounded-3 p-4">
  3758.      <div class="blog-roll-list">
  3759.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3760.          <a href="#" class="text-decoration-none">
  3761.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3762.              <i class="ti-angle-right me-2 text-primary"></i>
  3763.              Complete Guide to Django REST Framework
  3764.            </h6>
  3765.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3766.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 27, 2025</small>
  3767.            </div>
  3768.          </a>
  3769.        </div>
  3770.  
  3771.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3772.          <a href="#" class="text-decoration-none">
  3773.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3774.              <i class="ti-angle-right me-2 text-primary"></i>
  3775.              Modern JavaScript ES2025 Features
  3776.            </h6>
  3777.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3778.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 25, 2025</small>
  3779.            </div>
  3780.          </a>
  3781.        </div>
  3782.  
  3783.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3784.          <a href="#" class="text-decoration-none">
  3785.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3786.              <i class="ti-angle-right me-2 text-primary"></i>
  3787.              Digital Marketing Trends in 2025
  3788.            </h6>
  3789.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3790.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 23, 2025</small>
  3791.            </div>
  3792.          </a>
  3793.        </div>
  3794.  
  3795.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3796.          <a href="#" class="text-decoration-none">
  3797.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3798.              <i class="ti-angle-right me-2 text-primary"></i>
  3799.              Remote Work Best Practices
  3800.            </h6>
  3801.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3802.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 20, 2025</small>
  3803.            </div>
  3804.          </a>
  3805.        </div>
  3806.  
  3807.        <div class="blog-roll-item mb-3 pb-3 border-bottom border-light">
  3808.          <a href="#" class="text-decoration-none">
  3809.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3810.              <i class="ti-angle-right me-2 text-primary"></i>
  3811.              Sustainable Living Tips for Beginners
  3812.            </h6>
  3813.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3814.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 18, 2025</small>
  3815.            </div>
  3816.          </a>
  3817.        </div>
  3818.  
  3819.        <div class="blog-roll-item">
  3820.          <a href="#" class="text-decoration-none">
  3821.            <h6 class="blog-title top-color mb-2 fw-semibold">
  3822.              <i class="ti-angle-right me-2 text-primary"></i>
  3823.              AI and Machine Learning Basics
  3824.            </h6>
  3825.            <div class="blog-meta d-flex justify-content-between align-items-center">
  3826.              <small class="text-muted"><i class="ti-calendar me-1"></i>August 15, 2025</small>
  3827.            </div>
  3828.          </a>
  3829.        </div>
  3830.      </div>
  3831.  
  3832.      <div class="text-center mt-4 pt-3 border-top border-light">
  3833.        <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3834.      </div>
  3835.    </div>
  3836.  </div> -->
  3837. </div>
  3838.  
  3839. <!-- Sidebar V2 Styles -->
  3840. <style>
  3841.  .sidebar-widget {
  3842.    position: relative;
  3843.  }
  3844.  
  3845.  .widget-title {
  3846.    font-size: 1.1rem;
  3847.    font-weight: 700;
  3848.    display: inline-block;
  3849.    position: relative;
  3850.    z-index: 2;
  3851.    border-radius: 0;
  3852.  }
  3853.  
  3854.  /* Green arrow for August Blog Roll */
  3855.  .title-arrow::after {
  3856.    content: '';
  3857.    position: absolute;
  3858.    top: 0;
  3859.    right: -22px;
  3860.    width: 0;
  3861.    height: 0;
  3862.    border-left: 22px solid var(--bs-primary);
  3863.    border-top: 22px solid transparent;
  3864.    border-bottom: 22px solid transparent;
  3865.    z-index: 1;
  3866.  }
  3867.  
  3868.  /* Blue arrow for Recent Posts */
  3869.  .title-arrow-primary::after {
  3870.    content: '';
  3871.    position: absolute;
  3872.    top: 0;
  3873.    right: -22px;
  3874.    width: 0;
  3875.    height: 0;
  3876.    border-left: 22px solid var(--bs-primary);
  3877.    border-top: 22px solid transparent;
  3878.    border-bottom: 22px solid transparent;
  3879.    z-index: 1;
  3880.  }
  3881.  
  3882.  .widget-content {
  3883.    margin-top: -1px;
  3884.    position: relative;
  3885.    z-index: 1;
  3886.    background-color: var(--card-bg);
  3887.  }
  3888.  
  3889.  /* Blog Roll Items Hover Effects */
  3890.  .blog-roll-item:hover .blog-title {
  3891.    color: #198754 !important;
  3892.    transform: translateX(5px);
  3893.    transition: all 0.3s ease;
  3894.  }
  3895.  
  3896.  /* Recent Post Items Hover Effects */
  3897.  .recent-post-item:hover .post-title a {
  3898.    color: #0d6efd !important;
  3899.    transition: color 0.3s ease;
  3900.  }
  3901.  
  3902.  .recent-post-item:hover .post-image img {
  3903.    transform: scale(1.05);
  3904.    transition: transform 0.3s ease;
  3905.  }
  3906.  
  3907.  /* Button Hover Effects */
  3908.  .btn:hover {
  3909.    transform: translateY(-2px);
  3910.    transition: all 0.3s ease;
  3911.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3912.  }
  3913.  
  3914.  /* Badge Hover Effects */
  3915.  .badge:hover {
  3916.    transform: scale(1.05);
  3917.    transition: transform 0.3s ease;
  3918.  }
  3919.  
  3920.  @media (max-width: 991px) {
  3921.    .sidebar {
  3922.      margin-top: 3rem;
  3923.    }
  3924.  }
  3925.  
  3926.  @media (max-width: 576px) {
  3927.    .widget-title {
  3928.      font-size: 1rem;
  3929.      padding: 0.75rem 1rem !important;
  3930.    }
  3931.  
  3932.    .title-arrow::after,
  3933.    .title-arrow-primary::after {
  3934.      right: -18px;
  3935.      border-left-width: 18px;
  3936.      border-top-width: 18px;
  3937.      border-bottom-width: 18px;
  3938.    }
  3939.  
  3940.    .post-image {
  3941.      width: 70px !important;
  3942.      height: 55px !important;
  3943.    }
  3944.  
  3945.    .blog-meta {
  3946.      flex-direction: column !important;
  3947.      align-items: flex-start !important;
  3948.      gap: 0.5rem;
  3949.    }
  3950.  }
  3951. </style>
  3952.  
  3953.    
  3954.            </div>
  3955.        </div>
  3956.    </div>
  3957. </section>
  3958.  
  3959. <script>
  3960. // Enhanced Intersection Observer with staggered animations
  3961. document.addEventListener('DOMContentLoaded', function() {
  3962.    const observerOptions = {
  3963.        threshold: 0.1,
  3964.        rootMargin: '0px 0px -100px 0px'
  3965.    };
  3966.  
  3967.    const observer = new IntersectionObserver(function(entries) {
  3968.        entries.forEach(entry => {
  3969.            if (entry.isIntersecting) {
  3970.                setTimeout(() => {
  3971.                    entry.target.classList.add('revealed');
  3972.                }, 100);
  3973.            }
  3974.        });
  3975.    }, observerOptions);
  3976.  
  3977.    // Observe all scroll-reveal elements
  3978.    document.querySelectorAll('.scroll-reveal').forEach(el => {
  3979.        observer.observe(el);
  3980.    });
  3981.  
  3982.    // Add parallax effect to floating dots
  3983.    document.addEventListener('mousemove', function(e) {
  3984.        const cards = document.querySelectorAll('.blog-card-v3');
  3985.        cards.forEach(card => {
  3986.            const rect = card.getBoundingClientRect();
  3987.            const x = (e.clientX - rect.left) / rect.width;
  3988.            const y = (e.clientY - rect.top) / rect.height;
  3989.            
  3990.            const dots = card.querySelectorAll('.floating-dot');
  3991.            dots.forEach((dot, index) => {
  3992.                const moveX = (x - 0.5) * (10 + index * 5);
  3993.                const moveY = (y - 0.5) * (10 + index * 5);
  3994.                dot.style.transform = `translate(${moveX}px, ${moveY}px)`;
  3995.            });
  3996.        });
  3997.    });
  3998. });
  3999. </script>
  4000.  
  4001.    
  4002.        
  4003.        <!-- end wpo-blog-highlights-section -->
  4004.        <!-- start wpo-blog-sponsored-section -->
  4005.        
  4006.  
  4007.  
  4008.  
  4009.    
  4010.  
  4011.  
  4012.  
  4013. <style>
  4014.    .sponsored-section-v3 {
  4015.        padding: 0 0 50px;
  4016.    }
  4017.    
  4018.    .sponsored-card-v3 {
  4019.        background: white;
  4020.        border: 1px solid var(--border-color);
  4021.        border-radius: 0;
  4022.        overflow: hidden;
  4023.        transition: all 0.3s ease;
  4024.        height: 100%;
  4025.        position: relative;
  4026.    }
  4027.    
  4028.    .sponsored-card-v3:hover {
  4029.        border-color: #dee2e6;
  4030.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  4031.    }
  4032.    
  4033.    .sponsored-image-v3 {
  4034.        position: relative;
  4035.        overflow: hidden;
  4036.        height: 160px;
  4037.    }
  4038.    
  4039.    .sponsored-image-v3 img {
  4040.        width: 100%;
  4041.        height: 100%;
  4042.        object-fit: cover;
  4043.        filter: grayscale(20%);
  4044.        transition: filter 0.3s ease;
  4045.    }
  4046.    
  4047.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  4048.        filter: grayscale(0%);
  4049.    }
  4050.    
  4051.    .sponsored-badge-v3 {
  4052.        position: absolute;
  4053.        bottom: auto;
  4054.        left: auto;
  4055.        right: 10px;
  4056.        top: 10px;
  4057.        padding: 8px;
  4058.        font-size: 10px;
  4059.        font-weight: 700;
  4060.        text-transform: uppercase;
  4061.        letter-spacing: 1px;
  4062.        text-align: center;
  4063.    }
  4064.    
  4065.    .sponsored-content-v3 {
  4066.        position: relative;
  4067.        padding: 24px 20px;
  4068.    }
  4069.    
  4070.    .sponsored-title-v3 {
  4071.        font-size: 15px;
  4072.        font-weight: 700;
  4073.        line-height: 1.5;
  4074.        margin-bottom: 18px;
  4075.        min-height: 45px;
  4076.        text-transform: uppercase;
  4077.        letter-spacing: 0.5px;
  4078.    }
  4079.    
  4080.    .sponsored-title-v3 a {
  4081.        text-decoration: none;
  4082.        transition: opacity 0.3s ease;
  4083.    }
  4084.    
  4085.    .sponsored-title-v3 a:hover {
  4086.        opacity: 0.8;
  4087.    }
  4088.    
  4089.    .sponsored-meta-v3 {
  4090.        display: flex;
  4091.        align-items: center;
  4092.        justify-content: space-between;
  4093.        font-size: 11px;
  4094.        font-weight: 600;
  4095.        text-transform: uppercase;
  4096.        letter-spacing: 0.5px;
  4097.        padding-top: 12px;
  4098.        border-top: 1px solid #f1f3f4;
  4099.    }
  4100.    
  4101.    .author-info-v3 {
  4102.        display: flex;
  4103.        align-items: center;
  4104.        gap: 8px;
  4105.    }
  4106.    
  4107.    .sponsored-author-img-v3 {
  4108.        width: 30px;
  4109.        height: 30px;
  4110.        border-radius: 50%;
  4111.        object-fit: cover;
  4112.    }
  4113.    
  4114.    .section-title-sponsored-v3 {
  4115.        font-size: 2.5rem;
  4116.        font-weight: 900;
  4117.        text-align: left;
  4118.        margin-bottom: 30px;
  4119.        letter-spacing: 2px;
  4120.        border-left: 8px solid var(--bs-primary);
  4121.        padding-left: 20px;
  4122.    }
  4123.    
  4124.    .sponsored-overlay-v3 {
  4125.        position: absolute;
  4126.        top: 0;
  4127.        left: 0;
  4128.        right: 0;
  4129.        bottom: 0;
  4130.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  4131.        opacity: 0;
  4132.        transition: opacity 0.3s ease;
  4133.    }
  4134.    
  4135.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  4136.        opacity: 1;
  4137.    }
  4138.  
  4139.    @media (max-width: 768px) {
  4140.        .sponsored-section-v3 {
  4141.            padding: 0px 0 40px;
  4142.        }
  4143.        .section-title-sponsored-v3 {
  4144.            font-size: 2.2rem;
  4145.            text-align: center;
  4146.            border-left: none;
  4147.            border-bottom: 4px solid;
  4148.            padding-left: 0;
  4149.            padding-bottom: 10px;
  4150.        }
  4151.        .sponsored-content-v3 {
  4152.            padding: 20px 16px;
  4153.        }
  4154.    }
  4155. </style>
  4156.  
  4157. <section class="sponsored-section-v3">
  4158.    <div class="container-fluid fluid-container mt-5">
  4159.        <div class="row">
  4160.            <div class="col-12">
  4161.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  4162.            </div>
  4163.        </div>
  4164.        
  4165.        <div class="row g-3">
  4166.            
  4167.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4168.                <div class="card sponsored-card-v3">
  4169.                    <div class="sponsored-overlay-v3"></div>
  4170.                    <div class="sponsored-image-v3">
  4171.                        
  4172.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4173.                        
  4174.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4175.                    </div>
  4176.                    <div class="sponsored-content-v3">
  4177.                        <h3 class="sponsored-title-v3">
  4178.                            <a href="/troubling-recollections-reemerge-in-davao-as-officials-trace-bondi-beach-attack-alleged-attackers-movements/" class="top-color">
  4179.                            Troubling Recollections Reemerge in Davao as Officials Trace Bondi Beach Attack Alleged Attackers&#x27; Movements
  4180.                            </a>
  4181.                        </h3>
  4182.                        <div class="sponsored-meta-v3">
  4183.                            <div class="author-info-v3">
  4184.                                
  4185.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="sponsored-author-img-v3">
  4186.                                
  4187.                                <span class="top-color">
  4188.                                    Connie Contreras
  4189.                                </span>
  4190.                            </div>
  4191.                            <span class="top-color">18 May 2026</span>
  4192.                        </div>
  4193.                    </div>
  4194.                </div>
  4195.            </div>
  4196.            
  4197.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4198.                <div class="card sponsored-card-v3">
  4199.                    <div class="sponsored-overlay-v3"></div>
  4200.                    <div class="sponsored-image-v3">
  4201.                        
  4202.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4203.                        
  4204.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4205.                    </div>
  4206.                    <div class="sponsored-content-v3">
  4207.                        <h3 class="sponsored-title-v3">
  4208.                            <a href="/authentic-algarve-uncovering-portugal-beyond-the-coastline/" class="top-color">
  4209.                            Authentic Algarve: Uncovering Portugal Beyond the Coastline
  4210.                            </a>
  4211.                        </h3>
  4212.                        <div class="sponsored-meta-v3">
  4213.                            <div class="author-info-v3">
  4214.                                
  4215.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="sponsored-author-img-v3">
  4216.                                
  4217.                                <span class="top-color">
  4218.                                    Connie Contreras
  4219.                                </span>
  4220.                            </div>
  4221.                            <span class="top-color">18 May 2026</span>
  4222.                        </div>
  4223.                    </div>
  4224.                </div>
  4225.            </div>
  4226.            
  4227.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4228.                <div class="card sponsored-card-v3">
  4229.                    <div class="sponsored-overlay-v3"></div>
  4230.                    <div class="sponsored-image-v3">
  4231.                        
  4232.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4233.                        
  4234.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4235.                    </div>
  4236.                    <div class="sponsored-content-v3">
  4237.                        <h3 class="sponsored-title-v3">
  4238.                            <a href="/arsenals-goalkeeper-backs-squad-depth-as-vital-to-silverware-challenge/" class="top-color">
  4239.                            Arsenal&#x27;s goalkeeper Backs Squad Depth as Vital to Silverware Challenge
  4240.                            </a>
  4241.                        </h3>
  4242.                        <div class="sponsored-meta-v3">
  4243.                            <div class="author-info-v3">
  4244.                                
  4245.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="sponsored-author-img-v3">
  4246.                                
  4247.                                <span class="top-color">
  4248.                                    Connie Contreras
  4249.                                </span>
  4250.                            </div>
  4251.                            <span class="top-color">18 May 2026</span>
  4252.                        </div>
  4253.                    </div>
  4254.                </div>
  4255.            </div>
  4256.            
  4257.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4258.                <div class="card sponsored-card-v3">
  4259.                    <div class="sponsored-overlay-v3"></div>
  4260.                    <div class="sponsored-image-v3">
  4261.                        
  4262.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4263.                        
  4264.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4265.                    </div>
  4266.                    <div class="sponsored-content-v3">
  4267.                        <h3 class="sponsored-title-v3">
  4268.                            <a href="/can-the-all-blacks-regain-their-winning-form-in-the-upcoming-matches/" class="top-color">
  4269.                            Can the All Blacks regain their winning form in the upcoming matches?
  4270.                            </a>
  4271.                        </h3>
  4272.                        <div class="sponsored-meta-v3">
  4273.                            <div class="author-info-v3">
  4274.                                
  4275.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="sponsored-author-img-v3">
  4276.                                
  4277.                                <span class="top-color">
  4278.                                    Connie Contreras
  4279.                                </span>
  4280.                            </div>
  4281.                            <span class="top-color">18 May 2026</span>
  4282.                        </div>
  4283.                    </div>
  4284.                </div>
  4285.            </div>
  4286.            
  4287.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4288.                <div class="card sponsored-card-v3">
  4289.                    <div class="sponsored-overlay-v3"></div>
  4290.                    <div class="sponsored-image-v3">
  4291.                        
  4292.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4293.                        
  4294.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4295.                    </div>
  4296.                    <div class="sponsored-content-v3">
  4297.                        <h3 class="sponsored-title-v3">
  4298.                            <a href="/his-dominant-influence-in-sports-hit-a-peak-in-2025-2026-promises-to-go-further/" class="top-color">
  4299.                            His Dominant Influence in Sports Hit A Peak in 2025. 2026 Promises to Go Further.
  4300.                            </a>
  4301.                        </h3>
  4302.                        <div class="sponsored-meta-v3">
  4303.                            <div class="author-info-v3">
  4304.                                
  4305.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="sponsored-author-img-v3">
  4306.                                
  4307.                                <span class="top-color">
  4308.                                    Connie Contreras
  4309.                                </span>
  4310.                            </div>
  4311.                            <span class="top-color">18 May 2026</span>
  4312.                        </div>
  4313.                    </div>
  4314.                </div>
  4315.            </div>
  4316.            
  4317.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  4318.                <div class="card sponsored-card-v3">
  4319.                    <div class="sponsored-overlay-v3"></div>
  4320.                    <div class="sponsored-image-v3">
  4321.                        
  4322.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  4323.                        
  4324.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  4325.                    </div>
  4326.                    <div class="sponsored-content-v3">
  4327.                        <h3 class="sponsored-title-v3">
  4328.                            <a href="/we-got-let-go-and-were-embracing-it-learn-how-to-land-a-new-role-that-suits-for-you/" class="top-color">
  4329.                            We Got Let Go, and We&#x27;re Embracing It – Learn How to Land a New Role That Suits for You
  4330.                            </a>
  4331.                        </h3>
  4332.                        <div class="sponsored-meta-v3">
  4333.                            <div class="author-info-v3">
  4334.                                
  4335.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="Connie Contreras" class="sponsored-author-img-v3">
  4336.                                
  4337.                                <span class="top-color">
  4338.                                    Connie Contreras
  4339.                                </span>
  4340.                            </div>
  4341.                            <span class="top-color">18 May 2026</span>
  4342.                        </div>
  4343.                    </div>
  4344.                </div>
  4345.            </div>
  4346.            
  4347.        </div>
  4348.    </div>
  4349. </section>
  4350.  
  4351.  
  4352.    
  4353.        <!-- end wpo-blog-sponsored-section -->
  4354.        <!-- start wpo-subscribe-section -->
  4355.        
  4356.        <!-- end subscribe-section -->
  4357.        <!-- start of wpo-site-footer-section -->
  4358.        
  4359.  
  4360.  
  4361.  
  4362.  
  4363.  
  4364. <footer class="wpo-site-footer-v5 bg-primary-gradient">
  4365.  <!-- Top Layer: Logo & Tagline -->
  4366.  <div class="footer-top-layer py-5 text-center">
  4367.    <div class="container-fluid fluid-container">
  4368.      <div class="row">
  4369.        <div class="col-12">
  4370.          <div class="brand-logo">
  4371.            
  4372.              <h3 class="brand-title">Rapid Club UK</h3>
  4373.            
  4374.            <p class="brand-tagline mt-2">Rapid Club UK offers expert fitness tips, workout routines, and health advice to help you achieve your wellness goals. Join our community for inspiration.</p>
  4375.          </div>
  4376.        </div>
  4377.      </div>
  4378.    </div>
  4379.  </div>
  4380.  
  4381.  <!-- Content Layer: Full-Width Bands -->
  4382.  <div class="footer-content-layer pt-4">
  4383.    <div class="container-fluid fluid-container">
  4384.      <!-- Quick Links -->
  4385.      <div class="row">
  4386.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  4387.          <h5 class="column-title">Quick Links</h5>
  4388.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  4389.            
  4390.              <li>
  4391.                <a class="menu-link" href="/trump-states-for-the-most-part-there-is-consensus-on-next-stages-of-peace-deal-in-gaza/">Trump States &#x27;For the Most Part, There Is Consensus&#x27; on Next Stages of Peace Deal in Gaza</a>
  4392.              </li>
  4393.            
  4394.              <li>
  4395.                <a class="menu-link" href="/i-want-to-ride-out-on-a-unicorn-every-night-medieval-heavy-metal-band-castle-rat/">‘I Want to Ride Out on a Unicorn Every Night’: Medieval Heavy Metal Band Castle Rat</a>
  4396.              </li>
  4397.            
  4398.              <li>
  4399.                <a class="menu-link" href="/crans-montana-blaze-victims-are-treated-in-burns-units-throughout-the-continent/">Crans-Montana Blaze Victims Are Treated in Burns Units Throughout the Continent</a>
  4400.              </li>
  4401.            
  4402.              <li>
  4403.                <a class="menu-link" href="/leaders-salute-queens-as-the-president-gives-the-mayor-elect-a-friendly-greeting/">Leaders Salute Queens as The President Gives The Mayor-Elect a Friendly Greeting</a>
  4404.              </li>
  4405.            
  4406.              <li>
  4407.                <a class="menu-link" href="/the-ten-year-affair-by-erin-somers-the-middle-aged-infidelity-tale-our-generation-needs/">The Ten Year Affair by Erin Somers: The Middle-Aged Infidelity Tale Our Generation Needs.</a>
  4408.              </li>
  4409.            
  4410.              <li>
  4411.                <a class="menu-link" href="/leader-zelenskyy-says-the-nation-is-ten-percent-off-from-peace-yet-not-at-any-price/">Leader Zelenskyy Says The Nation Is Ten Percent Off from Peace, Yet Not at Any Price</a>
  4412.              </li>
  4413.            
  4414.          </ul>
  4415.        </div>
  4416.      </div>
  4417.      <!-- Top Categories -->
  4418.      <div class="row">
  4419.        <div class="col-12 band-block pb-4  border-bottom">
  4420.          <h5 class="column-title">Top Categories</h5>
  4421.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3">
  4422.            
  4423.              <li>
  4424.                <a class="menu-link" href="/category/all-posts/">All Posts</a>
  4425.              </li>
  4426.            
  4427.              <li>
  4428.                <a class="menu-link" href="/category/business/">Business</a>
  4429.              </li>
  4430.            
  4431.              <li>
  4432.                <a class="menu-link" href="/category/esports/">Esports</a>
  4433.              </li>
  4434.            
  4435.              <li>
  4436.                <a class="menu-link" href="/category/fashion/">Fashion</a>
  4437.              </li>
  4438.            
  4439.              <li>
  4440.                <a class="menu-link" href="/category/featured/">Featured</a>
  4441.              </li>
  4442.            
  4443.          </ul>
  4444.        </div>
  4445.      </div>
  4446.      <!-- Blog Rolls -->
  4447.       <div class="row">
  4448.        <div class="col-12 band-block py-3 mb-3 border-bottom">
  4449.          <h5 class="column-title">Blog Rolls</h5>
  4450.          <ul class="footer-menu list-unstyled d-flex flex-wrap justify-content-center gap-3" id="blogRollLinks">
  4451.            
  4452.            
  4453.  
  4454.            
  4455.            
  4456.              
  4457.            
  4458.          </ul>
  4459.        </div>
  4460.      </div>
  4461.    </div>
  4462.  </div>
  4463.  
  4464.  <!-- Bottom Layer -->
  4465.  <div class="footer-bottom-layer bg-primary text-white py-3">
  4466.    <div class="container-fluid fluid-container">
  4467.      <div class="row">
  4468.        <div class="col-12 text-center">
  4469.          <div class="bottom-content d-flex flex-wrap justify-content-center gap-3">
  4470.            <a href="/page/write-for-us/" class="utility-link">Write For Us</a>
  4471.            <a href="/page/terms-and-conditions/" class="utility-link">Terms &amp; Conditions</a>
  4472.            <a href="/sitemap.xml" class="utility-link">Sitemap</a>
  4473.            <span class="copyright-info">&copy; 2026 <strong>Rapid Club UK</strong>. All rights reserved.</span>
  4474.          </div>
  4475.        </div>
  4476.      </div>
  4477.    </div>
  4478.  </div>
  4479. </footer>
  4480.  
  4481. <style>
  4482.  
  4483. .footer-logo {
  4484.    height: 60px;
  4485.    width: auto;
  4486. }
  4487.  
  4488. .brand-title {
  4489.    font-size: 22px;
  4490.    font-weight: 800;
  4491.    color: white !important;
  4492.    margin: 0;
  4493. }
  4494.  
  4495. .brand-tagline {
  4496.    font-size: 14px;
  4497.    color: white !important;
  4498.    margin: 0;
  4499. }
  4500.  
  4501. .column-title {
  4502.    font-size: 16px;
  4503.    font-weight: 700;
  4504.    color:  white !important;
  4505.    margin-bottom: 12px;
  4506.    text-align: center;
  4507. }
  4508.  
  4509. .footer-menu {
  4510.    margin: 0;
  4511. }
  4512.  
  4513. .menu-link {
  4514.    color: white !important;
  4515.    text-decoration: none;
  4516.    font-size: 14px;
  4517.    font-weight: 600;
  4518.    transition: color 0.3s ease;
  4519. }
  4520.  
  4521.  
  4522. .footer-bottom-layer {
  4523.    font-size: 13px;
  4524. }
  4525.  
  4526. .utility-link {
  4527.    color: white !important;
  4528.    text-decoration: none;
  4529.    font-size: 13px;
  4530.    font-weight: 600;
  4531.    transition: color 0.3s ease;
  4532. }
  4533.  
  4534. .utility-link:hover {
  4535.    color: blue !important;
  4536. }
  4537.  
  4538. .copyright-info {
  4539.    font-size: 13px;
  4540.    font-weight: 600;
  4541. }
  4542.  
  4543. /* Responsive Design */
  4544. @media (max-width: 768px) {
  4545.    .footer-logo {
  4546.        height: 60px;
  4547.    }
  4548.    
  4549.    .column-title {
  4550.        font-size: 15px;
  4551.    }
  4552.    
  4553.    .menu-link {
  4554.        font-size: 13px;
  4555.    }
  4556. }
  4557.  
  4558. @media (max-width: 576px) {
  4559.    .brand-title {
  4560.        font-size: 20px;
  4561.    }
  4562.    
  4563.    .brand-tagline {
  4564.        font-size: 12px;
  4565.    }
  4566.    
  4567.    .cta-btn {
  4568.        font-size: 12px;
  4569.        padding: 5px 12px;
  4570.    }
  4571.    
  4572.    .band-block {
  4573.        border-left: 3px solid var(--primary-color);
  4574.    }
  4575. }
  4576. </style>
  4577.  
  4578. <script>
  4579. // Prevent default for placeholder links
  4580. document.addEventListener('DOMContentLoaded', function() {
  4581.    document.querySelectorAll('a[href="#"]').forEach(anchor => {
  4582.        anchor.addEventListener('click', function(e) {
  4583.            e.preventDefault();
  4584.        });
  4585.    });
  4586. });
  4587. document.addEventListener('DOMContentLoaded', function () {
  4588.    var btn = document.getElementById('toggleBlogRollLinks');
  4589.    if (!btn) return; // No extra items, no button
  4590.  
  4591.    var extras = document.querySelectorAll('#blogRollLinks li.extra');
  4592.  
  4593.    btn.addEventListener('click', function () {
  4594.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4595.            return li.classList.contains('d-none');
  4596.        });
  4597.  
  4598.        extras.forEach(function (li) {
  4599.            if (anyHidden) {
  4600.                li.classList.remove('d-none');
  4601.                li.classList.add('show');
  4602.            } else {
  4603.                li.classList.add('d-none');
  4604.                li.classList.remove('show');
  4605.            }
  4606.        });
  4607.  
  4608.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4609.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4610.    });
  4611. });
  4612.  
  4613. </script>
  4614.  
  4615.        <!-- end of wpo-site-footer-section -->
  4616.    </div>
  4617.    <!-- end of page-wrapper -->
  4618.  
  4619.    <!-- All JavaScript files
  4620.    ================================================== -->
  4621.    
  4622.  
  4623. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4624. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4625. <!-- Plugins for this template -->
  4626. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4627. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4628. <!-- Custom script for this template -->
  4629. <script src="/static/blogapp/assets/js/script.js"></script>
  4630.  
  4631. <script>
  4632. (function () {
  4633. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4634. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4635.  
  4636. function applyFallback(img) {
  4637. if (!img || img.dataset.fallbackApplied === "1") {
  4638. return;
  4639. }
  4640. var failedSrc = img.currentSrc || img.src || "";
  4641. img.dataset.fallbackApplied = "1";
  4642. img.onerror = null;
  4643. img.src = fallbackImageSrc;
  4644. console.warn("[ImageFallback] Replaced broken image:", {
  4645. failedSrc: failedSrc,
  4646. fallbackSrc: fallbackImageSrc,
  4647. alt: img.alt || "",
  4648. });
  4649. }
  4650.  
  4651. document.querySelectorAll("img").forEach(function (img) {
  4652. if (img.complete && img.naturalWidth === 0) {
  4653. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4654. failedSrc: img.currentSrc || img.src || "",
  4655. alt: img.alt || "",
  4656. });
  4657. applyFallback(img);
  4658. }
  4659. });
  4660.  
  4661. document.addEventListener(
  4662. "error",
  4663. function (event) {
  4664. var target = event.target;
  4665. if (target && target.tagName === "IMG") {
  4666. applyFallback(target);
  4667. }
  4668. },
  4669. true
  4670. );
  4671. })();
  4672. </script>
  4673.  
  4674. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4675.  
  4676.  
  4677.  
  4678. <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":"a1b142a5edf145389ca951f47c20158a","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4679. </body>
  4680.  
  4681. </html>
  4682.  
  4683.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda