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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html lang="en" data-font-scheme="roboto">
  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_asX7jdK_PaOGlss_UePUqH5_oqvzwe4_eMpqgGY.png">
  14.    
  15.  
  16.    <title>Cardix Center UK: Heart Health &amp; Cardiology Specialist Blog</title>
  17.    <meta name="description" content="Expert insights on heart health, cardiology treatments, and wellness tips from UK specialists. Stay informed with the latest in cardiovascular care.">
  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://cardixcenter.co.uk/">
  36.    <!-- Dynamic CSS Override -->
  37.    
  38. <style>
  39.    :root {
  40.        /* Bootstrap 5 Color Overrides */
  41.        --bs-primary: #10b981;
  42.        --bs-primary-rgb: 10b981;
  43.        --bs-secondary: #64748b;
  44.        --bs-success: #22c55e;
  45.        --bs-danger: #ef4444;
  46.        --bs-warning: #f59e0b;
  47.        --bs-info: #06b6d4;
  48.        --bs-light: #f0fdf4;
  49.        --bs-dark: #064e3b;
  50.        
  51.        /* Your SCSS Variables Override */
  52.        --theme-primary-color: #10b981;
  53.        --theme-primary-color-s2: #10b981;
  54.        --body-bg-color: #ffffff;
  55.        --section-bg-color: #f9faff;
  56.        --text-color: #0f172a;
  57.        --text-light-color: #676767;
  58.        --heading-color: #0f172a;
  59.        --border-color: #d1fae5;
  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: #ecfdf5;
  75.        --navbar-color: #064e3b;
  76.        --topbar-bg: #f0fdf4;
  77.        --topbar-color: #064e3b;
  78.        --footer-bg: #064e3b;
  79.        --footer-color: #ffffff;
  80.        --card-bg: #ffffff;
  81.        --card-border: #d1fae5;
  82.        --card-radius: 12px;
  83.        --link-color: #10b981;
  84.        --link-hover: #059669;
  85.        --blog-color: #ffffff;
  86.        --blog-bg: rgba(16, 185, 129, 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-creative">
  389.    <div id="healthcheck"></div>
  390.    <!-- start page-wrapper -->
  391.    <div class="page-wrapper">
  392.        
  393.            <!-- start preloader -->
  394.                
  395. <div class="preloader" style="z-index: 1025;">
  396.    <div class="angular-shape">
  397.        <div></div>
  398.        <div></div>
  399.        <div></div>
  400.    </div>
  401.    <div class="spinner">
  402.        <div class="double-bounce1"></div>
  403.        <div class="double-bounce2"></div>
  404.    </div>
  405. </div>  
  406.  
  407.            <!-- end preloader -->
  408.        
  409.        <!-- Start header -->
  410.        <header id="header" class="wpo-site-header">
  411.            
  412.  
  413.  
  414.    
  415.  
  416.  
  417.  
  418. <div class="topbar ">
  419.  <div class="container-fluid fluid-container">
  420.    <div class="row align-items-center ">
  421.      <div class="col  col-lg-9 col-md-9 col-sm-12 col-12">
  422.        <div class="contact-intro ">
  423.          <ul class="d-flex gap-2 align-items-center">
  424.            <li class="update ">
  425.              <span class="bg-primary-gradient text-nowrap">New Update</span>
  426.            </li>
  427.            <li class="top-color">
  428.              <marquee direction="left" scrollamount="4" behavior="scroll" class="d-flex pt-1">
  429.                <p class="text-center mb-0">
  430.                  
  431.                  <a href="/why-psg-are-focusing-on-homegrown-players-to-defend-their-european-title/" class="px-5 top-color">
  432.                    Why PSG Are Focusing On Homegrown Players to Defend Their European Title
  433.                  </a>
  434.                  
  435.                  <a href="/democrats-accuse-trump-of-intimidation-tactic-as-fbi-requests-meetings/" class="px-5 top-color">
  436.                    Democrats Accuse Trump of ‘Intimidation’ Tactic as FBI Requests Meetings
  437.                  </a>
  438.                  
  439.                  <a href="/a-remarkable-twelve-months-for-striking-the-sphere/" class="px-5 top-color">
  440.                    A Remarkable Twelve Months for Striking The Sphere
  441.                  </a>
  442.                  
  443.                  <a href="/a-gripping-journey-food-delivery-from-the-west-philippine-sea-an-intense-trip-along-supply-lines-in-the-maritime-dispute/" class="px-5 top-color">
  444.                    A Gripping Journey: Food Delivery from the West Philippine Sea – An Intense Trip Along Supply Lines in the Maritime Dispute.
  445.                  </a>
  446.                  
  447.                  <a href="/celebrity-traitors-final-episode-accidentally-made-available-24-hours-prematurely-outside-the-uk/" class="px-5 top-color">
  448.                    Celebrity Traitors Final Episode Accidentally Made Available 24 Hours Prematurely Outside the UK
  449.                  </a>
  450.                  
  451.                </p>
  452.              </marquee>
  453.            </li>
  454.          </ul>
  455.        </div>
  456.      </div>
  457.      <div class="col col-lg-3 col-md-3 col-sm-12 col-12">
  458.        <div class="contact-info ">
  459.          <ul>
  460.            <li>
  461.              <a href="#" class="top-color"><i class="top-color ti-facebook"></i></a>
  462.            </li>
  463.            <li>
  464.              <a href="#" class="top-color"><i class="top-color ti-twitter-alt"></i></a>
  465.            </li>
  466.            <li>
  467.              <a href="#" class="top-color"><i class="top-color ti-instagram"></i></a>
  468.            </li>
  469.            <li>
  470.              <a href="#" class="top-color"><i class="top-color ti-google"></i></a>
  471.            </li>
  472.          </ul>
  473.        </div>
  474.      </div>
  475.    </div>
  476.  </div>
  477. </div>
  478.  
  479.  
  480.  
  481.  
  482.  
  483.            
  484.  
  485.  
  486.  
  487.  
  488.  
  489.  
  490. <header class="header-v9 mb-4" role="banner">
  491.  <div class="container-fluid fluid-container">
  492.    <!-- Sticky/Glass Nav Card -->
  493.    <div class="nav-card-v9" role="navigation" aria-label="Primary">
  494.      <div class="row align-items-center justify-content-between g-3">
  495.        <!-- Logo -->
  496.       <div class="col-6 col-md-3 col-lg-2">
  497.          <a class="logo-link-v9 d-inline-flex align-items-center gap-2" href="/">
  498.            
  499.              <span class="site-name">My Site</span>
  500.            
  501.          </a>
  502.        </div>
  503.  
  504.        <!-- Desktop Nav -->
  505.        <div class="col d-none d-xl-block">
  506.          <nav class="main-nav-v9">
  507.            <ul class="nav-list-v9">
  508.              <!-- Home (static) -->
  509.              <li class="nav-item-v9">
  510.                <a href="/" class="nav-link-v9 active-v9">Home</a>
  511.              </li >
  512.          
  513.              
  514.                
  515.                  <li class="nav-item-v9">
  516.                    <a href="/category/all-posts/" class="nav-link-v9">All Posts</a>
  517.                  </li>
  518.                
  519.                  <li class="nav-item-v9">
  520.                    <a href="/category/business/" class="nav-link-v9">Business</a>
  521.                  </li>
  522.                
  523.                  <li class="nav-item-v9">
  524.                    <a href="/category/esports/" class="nav-link-v9">Esports</a>
  525.                  </li>
  526.                
  527.                  <li class="nav-item-v9">
  528.                    <a href="/category/fashion/" class="nav-link-v9">Fashion</a>
  529.                  </li>
  530.                
  531.                  <li class="nav-item-v9">
  532.                    <a href="/category/featured/" class="nav-link-v9">Featured</a>
  533.                  </li>
  534.                
  535.                  <li class="nav-item-v9">
  536.                    <a href="/category/gaming/" class="nav-link-v9">Gaming</a>
  537.                  </li>
  538.                
  539.                  <li class="nav-item-v9">
  540.                    <a href="/category/health/" class="nav-link-v9">Health</a>
  541.                  </li>
  542.                
  543.                  <li class="nav-item-v9">
  544.                    <a href="/category/life-fitness/" class="nav-link-v9">Life &amp; Fitness</a>
  545.                  </li>
  546.                
  547.  
  548.                
  549.                  <li class="nav-item-v9 has-dropdown-v9">
  550.                    <button class="nav-link-v9 bg-transparent border-0 nav-more-btn-v9" type="button" aria-haspopup="true" aria-expanded="false" aria-controls="more-desktop-v9">
  551.                      More<svg class="chev-v9" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  552.                        <polyline points="6,9 12,15 18,9"></polyline>
  553.                      </svg>
  554.                    </button>
  555.                    <div class="dropdown-card-v9" id="more-desktop-v9" role="menu">
  556.                      <div class="dropdown-grid-v9">
  557.                        <div class="dropdown-section-v9">
  558.                          
  559.                            <a href="/category/lifestyle/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Lifestyle</a>
  560.                          
  561.                            <a href="/category/news/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> News</a>
  562.                          
  563.                            <a href="/category/others/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Others</a>
  564.                          
  565.                            <a href="/category/politics/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Politics</a>
  566.                          
  567.                            <a href="/category/sports/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Sports</a>
  568.                          
  569.                            <a href="/category/tech/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Tech</a>
  570.                          
  571.                            <a href="/category/travel/" class="dropdown-link-v9" role="menuitem"><span class="link-dot-v9" aria-hidden="true"></span> Travel</a>
  572.                          
  573.                        </div>
  574.                      </div>
  575.                    </div>
  576.                  </li>
  577.                
  578.              
  579.                <li class="nav-item-v9">
  580.                <a href="/page/contact-us/" class="nav-link-v9">Contact Us</a>
  581.              </li >
  582.            </ul>
  583.          </nav>
  584.        </div>
  585.  
  586.        <!-- Actions -->
  587.        <div class="col-6 col-md-3 col-lg-2">
  588.          <div class="nav-actions-v9">
  589.            <button class="icon-btn-v9" aria-controls="searchPanelV9" aria-expanded="false" aria-label="Open search" onclick="toggleSearchV9()">
  590.              <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  591.                <circle cx="11" cy="11" r="8"></circle>
  592.                <path d="m21 21-4.35-4.35"></path>
  593.              </svg>
  594.            </button>
  595.            <button class="icon-btn-v9 d-xl-none" aria-controls="mobileNavV9" aria-expanded="false" aria-label="Open menu" onclick="toggleMobileNavV9()">
  596.              <svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  597.                <line x1="3" y1="6" x2="21" y2="6" />
  598.                <line x1="3" y1="12" x2="21" y2="12" />
  599.                <line x1="3" y1="18" x2="21" y2="18" />
  600.              </svg>
  601.            </button>
  602.          </div>
  603.        </div>
  604.      </div>
  605.  
  606.      <!-- Active underline (animated) -->
  607.      <span class="active-rail-v9" aria-hidden="true"></span>
  608.    </div>
  609.  
  610.    <!-- Search Panel -->
  611.    <div class="search-panel-v9" id="searchPanelV9" role="dialog" aria-label="Site search" aria-modal="true">
  612.      <form class="search-form-v9" action="" method="get" role="search">
  613.        <label for="q-v9" class="visually-hidden">Search</label>
  614.        <div class="search-input-wrap-v9">
  615.          <svg class="search-icn-v9" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  616.            <circle cx="11" cy="11" r="8"></circle>
  617.            <path d="m21 21-4.35-4.35"></path>
  618.          </svg>
  619.          <input id="search-input" name="q" type="search"  class="search-input-v9" placeholder="Search articles, tutorials, news…" autocomplete="off" />
  620.          <button type="button" class="icon-btn-v9 ghost" aria-label="Close search" onclick="toggleSearchV9()">
  621.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  622.              <line x1="18" y1="6" x2="6" y2="18" />
  623.              <line x1="6" y1="6" x2="18" y2="18" />
  624.            </svg>
  625.          </button>
  626.        </div>
  627.        <div class="search-suggest-v9 search-v1" id="search-results">
  628.          
  629.        </div>
  630.      </form>
  631.    </div>
  632.  
  633.    <!-- Mobile Offcanvas -->
  634.    <aside class="mobile-nav-v9 d-xl-none" id="mobileNavV9" role="dialog" aria-label="Mobile navigation" aria-modal="true">
  635.      <div class="mobile-wrap-v9">
  636.        <div class="mobile-head-v9">
  637.          <span class="mobile-title-v9">Menu</span>
  638.          <button class="icon-btn-v9 ghost" aria-label="Close menu" onclick="toggleMobileNavV9()">
  639.            <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  640.              <line x1="18" y1="6" x2="6" y2="18" />
  641.              <line x1="6" y1="6" x2="18" y2="18" />
  642.            </svg>
  643.          </button>
  644.        </div>
  645.  
  646.        <ul class="mobile-list-v9">
  647.          <li>
  648.            <a class="mobile-link-v9 active-v9" href="/">Home</a>
  649.          </li>
  650.          <li class="">
  651.                <a href="/page/contact-us/" class="mobile-link-v9">Contact Us</a>
  652.          </li >
  653.          
  654.            
  655.              <li>
  656.                <a class="mobile-link-v9" href="/category/all-posts/">All Posts</a>
  657.              </li>
  658.            
  659.              <li>
  660.                <a class="mobile-link-v9" href="/category/business/">Business</a>
  661.              </li>
  662.            
  663.              <li>
  664.                <a class="mobile-link-v9" href="/category/esports/">Esports</a>
  665.              </li>
  666.            
  667.              <li>
  668.                <a class="mobile-link-v9" href="/category/fashion/">Fashion</a>
  669.              </li>
  670.            
  671.              <li>
  672.                <a class="mobile-link-v9" href="/category/featured/">Featured</a>
  673.              </li>
  674.            
  675.  
  676.            
  677.          
  678.        </ul>
  679.      </div>
  680.    </aside>
  681.  </div>
  682.  
  683.  <!-- Overlay -->
  684.  <div class="nav-overlay-v9" id="navOverlayV9" onclick="closeAllV9()" aria-hidden="true"></div>
  685. </header>
  686.  
  687. <style>
  688.  
  689.  .header-v9 {
  690.    position: relative;
  691.    padding: 14px 0;
  692.    z-index: 50;
  693.  }
  694.  .header-v9.is-scrolled .nav-card-v9 {
  695.    padding: 10px 18px;
  696.    border-radius: 14px;
  697.    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  698.  }
  699.  .header-v9.is-scrolled .logo-img-v9 {
  700.    transform: scale(0.92);
  701.  }
  702.  
  703.  /* Card */
  704.  .nav-card-v9 {
  705.    background: var(--navbar-bg);
  706.    backdrop-filter: blur(18px);
  707.    border: 1px solid var(--border-color);
  708.    border-radius: 18px;
  709.    padding: 14px 22px;
  710.    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  711.    position: sticky;
  712.    top: 10px;
  713.  }
  714.  
  715.  /* Logo */
  716.  .logo-img-v9 {
  717.    max-height: 60px;
  718.    width: auto;
  719.    transition: transform 0.25s ease, opacity 0.25s ease;
  720.  }
  721.  .logo-link-v9:hover .logo-img-v9 {
  722.    transform: translateY(-1px) scale(1.03);
  723.  }
  724.  
  725.  /* Desktop nav */
  726.  .main-nav-v9 {
  727.    display: flex;
  728.    justify-content: center;
  729.  }
  730.  .nav-list-v9 {
  731.    display: flex;
  732.    gap: 6px;
  733.    list-style: none;
  734.    margin: 0;
  735.    padding: 0;
  736.  }
  737.  .nav-item-v9 {
  738.    position: relative;
  739.  }
  740.  .nav-link-v9 {
  741.    position: relative;
  742.    display: inline-flex;
  743.    align-items: center;
  744.    justify-content: center;
  745.    padding: 10px 10px;
  746.    border-radius: 12px;
  747.    color: var(--navbar-color);
  748.    text-decoration: none;
  749.    font-weight: 500;
  750.    font-size: 15px;
  751.    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  752.  }
  753.  .nav-link-v9:hover {
  754.    background: rgba(102, 126, 234, 0.1);
  755.    color: var(--topbar-color);
  756.    transform: translateY(-1px);
  757.  }
  758.  .nav-link-v9.active-v9 {
  759.    color: transparent;
  760.  }
  761.  .nav-link-v9.active-v9::after {
  762.    content: '';
  763.    position: absolute;
  764.    left: 12px;
  765.    right: 12px;
  766.    bottom: 6px;
  767.    height: 3px;
  768.    border-radius: 3px;
  769.    background: var(--sub-nav);
  770.  }
  771.  
  772.  /* Dropdown */
  773.  .has-dropdown-v9 {
  774.    position: relative;
  775.  }
  776.  .nav-more-btn-v9 {
  777.    display: inline-flex;
  778.    gap: 6px;
  779.    align-items: center;
  780.  }
  781.  .chev-v9 {
  782.    transition: transform 0.2s ease;
  783.  }
  784.  .has-dropdown-v9:focus-within .chev-v9,
  785.  .has-dropdown-v9:hover .chev-v9 {
  786.    transform: rotate(180deg);
  787.  }
  788.  
  789.  .dropdown-card-v9 {
  790.    position: absolute;
  791.    top: calc(100% + 14px);
  792.    left: 50%;
  793.    transform: translateX(-50%) translateY(-6px);
  794.    background: var(--navbar-bg);
  795.    border: 1px solid var(--border-color);
  796.    border-radius: 14px;
  797.    padding: 18px;
  798.    min-width: 280px;
  799.    z-index: 200;
  800.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  801.    opacity: 0;
  802.    visibility: hidden;
  803.    transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  804.  }
  805.  .has-dropdown-v9:hover .dropdown-card-v9,
  806.  .has-dropdown-v9:focus-within .dropdown-card-v9 {
  807.    opacity: 1;
  808.    visibility: visible;
  809.    transform: translateX(-50%) translateY(0);
  810.  }
  811.  
  812.  .dropdown-grid-v9 {
  813.    display: grid;
  814.    grid-template-columns: 1fr;
  815.    gap: 10px;
  816.  }
  817.  .dropdown-section-v9 {
  818.    display: grid;
  819.    gap: 6px;
  820.  }
  821.  .dropdown-link-v9 {
  822.    display: flex;
  823.    align-items: center;
  824.    gap: 10px;
  825.    padding: 10px 12px;
  826.    border-radius: 10px;
  827.    text-decoration: none;
  828.    font-size: 14px;
  829.    color: var(--navbar-color);
  830.    transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
  831.  }
  832.  .dropdown-link-v9:hover {
  833.    background: var(--bs-primary);
  834.    color: var(--bs-white);
  835.    transform: translateX(4px);
  836.  }
  837.  .link-dot-v9 {
  838.    width: 6px;
  839.    height: 6px;
  840.    border-radius: 50%;
  841.    border: 1px solid currentColor;
  842.  }
  843.  
  844.  /* Actions */
  845.  .nav-actions-v9 {
  846.    display: flex;
  847.    justify-content: flex-end;
  848.    align-items: center;
  849.    gap: 8px;
  850.  }
  851.  .icon-btn-v9 {
  852.    border: 1px solid var(--border-color);
  853.    background: rgba(102, 126, 234, 0.1);
  854.    color: var(--navbar-color);
  855.    padding: 8px;
  856.    border-radius: 12px;
  857.    cursor: pointer;
  858.    transition: transform 0.2s, background 0.2s, color 0.2s;
  859.  }
  860.  .icon-btn-v9:hover {
  861.    background: var(--sub-nav);
  862.    color: var(--topbar-color) !important;
  863.    transform: translateY(-1px);
  864.  }
  865.  .icon-btn-v9.ghost {
  866.    background: transparent;
  867.  }
  868.  
  869.  /* Search Panel */
  870.  .search-panel-v9 {
  871.    position: fixed;
  872.    top: 14px;
  873.    left: 50%;
  874.    transform: translateX(-50%) translateY(-16px);
  875.    width: min(720px, calc(100% - 40px));
  876.    background: var(--navbar-bg);
  877.    border: 1px solid var(--border-color);
  878.    border-radius: 16px;
  879.    padding: 16px;
  880.    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  881.    opacity: 0;
  882.    visibility: hidden;
  883.    z-index: 300;
  884.    transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
  885.  }
  886.  .search-panel-v9.show-v9 {
  887.    opacity: 1;
  888.    visibility: visible;
  889.    transform: translateX(-50%) translateY(0);
  890.  }
  891.  .search-input-wrap-v9 {
  892.    display: flex;
  893.    align-items: center;
  894.    gap: 10px;
  895.    background: rgba(248, 250, 252, 0.8);
  896.    border: 2px solid rgba(102, 126, 234, 0.2);
  897.    border-radius: 12px;
  898.    padding: 6px 8px;
  899.    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  900.  }
  901.  .search-input-wrap-v9:focus-within {
  902.    border-color: #667eea;
  903.    background: rgba(255, 255, 255, 0.9);
  904.    box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
  905.  }
  906.  .search-icn-v9 {
  907.    color: #a0aec0;
  908.    margin-left: 6px;
  909.  }
  910.  .search-input-v9 {
  911.    flex: 1;
  912.    border: 0;
  913.    background: transparent;
  914.    outline: none;
  915.    padding: 12px 4px;
  916.    font-size: 16px;
  917.    color: #2d3748;
  918.  }
  919.  .search-suggest-v9 {
  920.    display: grid;
  921.    grid-template-columns: repeat(3, minmax(0, 1fr));
  922.    gap: 8px;
  923.    margin-top: 10px;
  924.  }
  925.  .suggestion-v9 {
  926.    border: 1px solid var(--border-color);
  927.    background: rgba(248, 250, 252, 0.5);
  928.    color: var(--navbar-color);
  929.    padding: 10px 12px;
  930.    border-radius: 10px;
  931.    font-size: 14px;
  932.    text-align: left;
  933.    cursor: pointer;
  934.    transition: background 0.2s, color 0.2s, transform 0.2s;
  935.  }
  936.  .suggestion-v9:hover {
  937.    background: var(--bs-primary) !important ;
  938.    color: var(--bs-white)  !important;
  939.    transform: translateY(-1px);
  940.  }
  941.  
  942.  /* Mobile */
  943.  .mobile-nav-v9 {
  944.    position: fixed;
  945.    right: 0;
  946.    top: 0;
  947.    height: 100vh;
  948.    width: min(86vw, 420px);
  949.    background: var(--card-bg);
  950.    border-left: 1px solid var(--border-color);
  951.    transform: translateX(100%);
  952.    transition: transform 0.3s ease;
  953.    z-index: 350;
  954.    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  955.  }
  956.  .mobile-nav-v9.show-v9 {
  957.    transform: translateX(0);
  958.  }
  959.  .mobile-wrap-v9 {
  960.    display: flex;
  961.    flex-direction: column;
  962.    height: 100%;
  963.  }
  964.  .mobile-head-v9 {
  965.    display: flex;
  966.    align-items: center;
  967.    justify-content: space-between;
  968.    padding: 16px;
  969.    background: var(--navbar-bg);
  970.  }
  971.  .mobile-title-v9 {
  972.    font-weight: 600;
  973.  }
  974.  .mobile-list-v9 {
  975.    list-style: none;
  976.    padding: 10px 12px 20px;
  977.    margin: 0;
  978.    overflow-y: auto;
  979.  }
  980.  .mobile-link-v9 {
  981.    display: flex;
  982.    align-items: center;
  983.    justify-content: space-between;
  984.    padding: 14px 12px;
  985.    border-radius: 12px;
  986.    text-decoration: none;
  987.    color: var(--navbar-color);
  988.    font-weight: 500;
  989.    transition: background 0.2s, color 0.2s;
  990.  }
  991.  .mobile-link-v9:hover,
  992.  .mobile-link-v9.active-v9 {
  993.    background: var(--sub-nav);
  994.    color: var(--topbar-color);
  995.  }
  996.  .mobile-group-v9 {
  997.    margin-top: 4px;
  998.  }
  999.  .mobile-sublist-v9 {
  1000.    list-style: none;
  1001.    margin: 0;
  1002.    padding: 0;
  1003.    max-height: 0;
  1004.    overflow: auto;
  1005.    transition: max-height 0.25s ease;
  1006.    background:var(--navbar-bg);
  1007.    border-radius: 12px;
  1008.    margin-top: 6px;
  1009.  }
  1010.  .mobile-sublist-v9.show-v9 {
  1011.    max-height: 360px;
  1012.    background: var(--navbar-bg);
  1013.    padding: 6px 0;
  1014.  }
  1015.  .mobile-sublink-v9 {
  1016.    display: block;
  1017.    padding: 10px 16px;
  1018.    text-decoration: none;
  1019.    color: var(--navbar-color);
  1020.    border-radius: 10px;
  1021.    font-size: 14px;
  1022.  }
  1023.  .mobile-sublink-v9:hover {
  1024.    background: var(--sub-nav);
  1025.    color: var(--topbar-color);
  1026.  }
  1027.  .mobile-arrow-v9 {
  1028.    transition: transform 0.2s ease;
  1029.  }
  1030.  .mobile-link-v9.has-arrow-v9[aria-expanded='true'] .mobile-arrow-v9 {
  1031.    transform: rotate(180deg);
  1032.  }
  1033.  
  1034.  /* Overlay */
  1035.  .nav-overlay-v9 {
  1036.    position: fixed;
  1037.    inset: 0;
  1038.    background: rgba(0, 0, 0, 0.35);
  1039.    backdrop-filter: blur(4px);
  1040.    opacity: 0;
  1041.    visibility: hidden;
  1042.    transition: opacity 0.25s, visibility 0.25s;
  1043.    z-index: 200;
  1044.  }
  1045.  .nav-overlay-v9.show-v9 {
  1046.    opacity: 1;
  1047.    visibility: visible;
  1048.  }
  1049.  
  1050.  
  1051.  /* Utils */
  1052.  .visually-hidden {
  1053.    position: absolute !important;
  1054.    height: 1px;
  1055.    width: 1px;
  1056.    overflow: hidden;
  1057.    clip: rect(1px, 1px, 1px, 1px);
  1058.    white-space: nowrap;
  1059.  }
  1060.  
  1061.  /* Responsive tweaks */
  1062.  @media (max-width: 1300px) {
  1063.    .nav-card-v9 {
  1064.      padding: 12px 18px;
  1065.      border-radius: 16px;
  1066.    }
  1067.    .search-panel-v9 {
  1068.      width: calc(100% - 32px);
  1069.    }
  1070.  }
  1071.  @media (max-width: 576px) {
  1072.    .logo-img-v9 {
  1073.      max-height: 38px;
  1074.    }
  1075.  }
  1076. </style>
  1077.  
  1078. <script>
  1079.  /* ============ V9 JS ============ */
  1080.  ;(function () {
  1081.    const overlay = document.getElementById('navOverlayV9')
  1082.    const searchPanel = document.getElementById('searchPanelV9')
  1083.    const mobileNav = document.getElementById('mobileNavV9')
  1084.    const header = document.querySelector('.header-v9')
  1085.  
  1086.    function lockScroll(lock) {
  1087.      document.body.style.overflow = lock ? 'hidden' : ''
  1088.    }
  1089.  
  1090.    window.toggleSearchV9 = function () {
  1091.      const btn = document.querySelector('[aria-controls="searchPanelV9"]')
  1092.      const willOpen = !searchPanel.classList.contains('show-v9')
  1093.  
  1094.      // close mobile if open
  1095.      mobileNav.classList.remove('show-v9')
  1096.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1097.  
  1098.      searchPanel.classList.toggle('show-v9', willOpen)
  1099.      overlay.classList.toggle('show-v9', willOpen)
  1100.      btn?.setAttribute('aria-expanded', String(willOpen))
  1101.      lockScroll(willOpen)
  1102.  
  1103.      if (willOpen) setTimeout(() => document.getElementById('q-v9')?.focus(), 80)
  1104.    }
  1105.  
  1106.    window.toggleMobileNavV9 = function () {
  1107.      const btn = document.querySelector('[aria-controls="mobileNavV9"]')
  1108.      const willOpen = !mobileNav.classList.contains('show-v9')
  1109.  
  1110.      // close search if open
  1111.      searchPanel.classList.remove('show-v9')
  1112.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1113.  
  1114.      mobileNav.classList.toggle('show-v9', willOpen)
  1115.      overlay.classList.toggle('show-v9', willOpen)
  1116.      btn?.setAttribute('aria-expanded', String(willOpen))
  1117.      lockScroll(willOpen)
  1118.    }
  1119.  
  1120.    window.toggleMobileDropdownV9 = function (id) {
  1121.      const list = document.getElementById(id)
  1122.      const btn = document.querySelector(`[onclick*="${id}"]`)
  1123.      const willOpen = !list.classList.contains('show-v9')
  1124.      // close siblings
  1125.      document.querySelectorAll('.mobile-sublist-v9').forEach((el) => {
  1126.        if (el.id !== id) el.classList.remove('show-v9')
  1127.      })
  1128.      list.classList.toggle('show-v9', willOpen)
  1129.      btn?.setAttribute('aria-expanded', String(willOpen))
  1130.    }
  1131.  
  1132.    window.closeAllV9 = function () {
  1133.      searchPanel.classList.remove('show-v9')
  1134.      mobileNav.classList.remove('show-v9')
  1135.      overlay.classList.remove('show-v9')
  1136.      document.querySelector('[aria-controls="searchPanelV9"]')?.setAttribute('aria-expanded', 'false')
  1137.      document.querySelector('[aria-controls="mobileNavV9"]')?.setAttribute('aria-expanded', 'false')
  1138.      lockScroll(false)
  1139.    }
  1140.  
  1141.    // ESC to close
  1142.    document.addEventListener('keydown', (e) => {
  1143.      if (e.key === 'Escape') window.closeAllV9()
  1144.    })
  1145.  
  1146.    // Sticky shrink on scroll
  1147.    let lastY = window.scrollY
  1148.    const onScroll = () => {
  1149.      const y = window.scrollY
  1150.      header.classList.toggle('is-scrolled', y > 10)
  1151.      lastY = y
  1152.    }
  1153.    onScroll()
  1154.    window.addEventListener('scroll', onScroll, { passive: true })
  1155.  
  1156.    // Suggestions fill
  1157.    document.addEventListener('click', (e) => {
  1158.      const btn = e.target.closest('.suggestion-v9')
  1159.      if (!btn) return
  1160.      const val = btn.getAttribute('data-fill') || ''
  1161.      const input = document.getElementById('q-v9')
  1162.      if (input) input.value = val
  1163.    })
  1164.  
  1165.    // Desktop "More" button a11y: open on focus-within, we just toggle aria
  1166.    const moreBtn = document.querySelector('.nav-more-btn-v9')
  1167.    const moreCard = document.getElementById('more-desktop-v9')
  1168.    if (moreBtn && moreCard) {
  1169.      ;['mouseenter', 'focus'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'true')))
  1170.      ;['mouseleave', 'blur'].forEach((evt) => moreBtn.addEventListener(evt, () => moreBtn.setAttribute('aria-expanded', 'false')))
  1171.    }
  1172.  })()
  1173. </script>
  1174.  
  1175. <script>
  1176.  document.addEventListener("DOMContentLoaded", function () {
  1177.    console.log("loaded");
  1178.  
  1179.     const searchInput = document.getElementById("search-input")
  1180.    const searchResults = document.getElementById("search-results");
  1181.  
  1182.    if (!searchInput || !searchResults) {
  1183.      console.error("Search input/results not found");
  1184.      return;
  1185.    }
  1186.  
  1187.    // Prevent form submission
  1188.    if (searchInput.form) {
  1189.      searchInput.form.addEventListener("submit", function (e) {
  1190.        e.preventDefault();
  1191.      });
  1192.    }
  1193.  
  1194.    // Add event listener for keyup
  1195.    searchInput.addEventListener("keyup", function (e) {
  1196.      console.log("Key pressed:", e.key);
  1197.      e.preventDefault();
  1198.  
  1199.      const query = searchInput.value.trim();
  1200.      console.log("User is typing: " + query);
  1201.  
  1202.      // If empty → clear and hide
  1203.      if (query === "") {
  1204.        searchResults.innerHTML = "";
  1205.        searchResults.style.display = "none";
  1206.        return;
  1207.      }
  1208.  
  1209.      // Show results
  1210.      searchResults.style.display = "block";
  1211.  
  1212.      // Fetch search results
  1213.      fetch("/search-posts?version=v1&q=" + encodeURIComponent(query), {
  1214.        method: "GET",
  1215.        headers: { "X-Requested-With": "XMLHttpRequest" },
  1216.      })
  1217.        .then(response => {
  1218.          console.log("Response Status:", response.status);
  1219.          return response.json();
  1220.        })
  1221.        .then(data => {
  1222.          console.log("Data received:", data);
  1223.          if (data.html) {
  1224.            searchResults.innerHTML = data.html;
  1225.          } else {
  1226.            searchResults.innerHTML = "<p>No results found.</p>";
  1227.          }
  1228.        })
  1229.        .catch(error => {
  1230.          console.error("Error fetching search results:", error);
  1231.        });
  1232.    });
  1233.  
  1234.    // Close results when clicking outside
  1235.    document.addEventListener("click", function (e) {
  1236.      if (!searchInput.contains(e.target) && !searchResults.contains(e.target)) {
  1237.        searchResults.style.display = "none";
  1238.      }
  1239.    });
  1240.  
  1241.    // Close results on ESC key
  1242.    document.addEventListener("keydown", function (e) {
  1243.      if (e.key === "Escape") {
  1244.        searchResults.style.display = "none";
  1245.      }
  1246.    });
  1247.  });
  1248. </script>
  1249.  
  1250.  
  1251.        </header>
  1252.        <!-- end of header -->
  1253.        <!-- start of wpo-blog-hero -->
  1254.        
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262. <div class="blog-hero-v5">
  1263.  <div class="container-fluid fluid-container">
  1264.    <!-- Top Hero Banner -->
  1265.    <div class="row hero-banner">
  1266.      
  1267.      
  1268.        
  1269.        <div class="col-12">
  1270.          <div class="banner-container d-md-flex d-none">
  1271.            
  1272.                <img   src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="" class="banner-image">
  1273.            
  1274.            <div class="banner-overlay">
  1275.              <span class="banner-category bg-primary-gradient">News</span>
  1276.              <h2 class="banner-title"> <a href="/the-legendary-jimmy-cliff-reggae-legend-and-cultural-icon-passes-away-at-81-years-of-age/" class="blog-color">
  1277.                                        The Legendary Jimmy Cliff, Reggae Legend and Cultural Icon, Passes Away at 81 Years of Age
  1278.                                    </a></h2>
  1279.              <p class="blog-color"></p>
  1280.            </div>
  1281.          </div>
  1282.        </div>
  1283.  
  1284.      
  1285.      
  1286.      <!-- <div class="featured-grid">
  1287.        <div class="col-12">
  1288.          <div class="featured-card d-block d-md-none">
  1289.            <img src="/static/blogapp/assets/images/hero/img-1.jpg" alt="Tech Post" class="card-image" />
  1290.            <div class="card-content">
  1291.              <span class="card-category bg-primary-gradient">Travel & Adventure</span>
  1292.              <h2>Journey Through The Swiss Alps: A Complete Guide</h2>
  1293.              <p>Discover breathtaking landscapes and hidden trails for an unforgettable adventure.</p>
  1294.              <div class="author-info">
  1295.                <span class="author-name">Sarah Wilson</span>
  1296.                <span class="post-time">2 hours ago</span>
  1297.              </div>
  1298.            </div>
  1299.          </div>
  1300.        </div>
  1301.      </div> -->
  1302.    </div>
  1303.  
  1304.    <!-- Main Content Row -->
  1305.  </div>
  1306.  <div class="container-fluid fluid-container">
  1307.    <div class="row main-content">
  1308.      <!-- Left: Featured Posts Grid -->
  1309.      <div class="col-lg-8 col-md-12">
  1310.        <h5 class="section-title">Recent Posts</h5>
  1311.        <div class="row featured-grid">
  1312.          
  1313.          <div class="col-md-6">
  1314.            <div class="featured-card">
  1315.              
  1316.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1317.                      class="card-image" style="object-fit: cover;" alt="">
  1318.              
  1319.              <div class="card-content">
  1320.                <span class="card-category bg-primary-gradient">News</span>
  1321.                <h4 class="card-title"><a class="top-color" href="/explosions-rock-kyiv-claiming-a-soldiers-life-and-injuring-four-in-terrorist-attack/" >
  1322.                                        Explosions Rock Kyiv, Claiming a Soldier&#x27;s Life and Injuring Four in Terrorist Attack
  1323.                                    </a></h4>
  1324.                <div class="author-info">
  1325.                  <span class="author-name">David Burnett</span>
  1326.                  <span class="post-time">20 May 2026</span>
  1327.                </div>
  1328.              </div>
  1329.            </div>
  1330.          </div>
  1331.          
  1332.          <div class="col-md-6">
  1333.            <div class="featured-card">
  1334.              
  1335.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1336.                      class="card-image" style="object-fit: cover;" alt="">
  1337.              
  1338.              <div class="card-content">
  1339.                <span class="card-category bg-primary-gradient">News</span>
  1340.                <h4 class="card-title"><a class="top-color" href="/defiant-remarks-upholds-smuggling-craft-strikes-during-scrutiny/" >
  1341.                                        Defiant Remarks Upholds Smuggling Craft Strikes During Scrutiny
  1342.                                    </a></h4>
  1343.                <div class="author-info">
  1344.                  <span class="author-name">David Burnett</span>
  1345.                  <span class="post-time">20 May 2026</span>
  1346.                </div>
  1347.              </div>
  1348.            </div>
  1349.          </div>
  1350.          
  1351.          <div class="col-md-6">
  1352.            <div class="featured-card">
  1353.              
  1354.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1355.                      class="card-image" style="object-fit: cover;" alt="">
  1356.              
  1357.              <div class="card-content">
  1358.                <span class="card-category bg-primary-gradient">News</span>
  1359.                <h4 class="card-title"><a class="top-color" href="/jail-phone-call-tapes-raise-doubts-about-ex-abercrombie-boss-competency-for-court-proceedings/" >
  1360.                                        Jail Phone Call Tapes Raise Doubts About Ex-Abercrombie Boss&#x27; Competency for Court Proceedings
  1361.                                    </a></h4>
  1362.                <div class="author-info">
  1363.                  <span class="author-name">David Burnett</span>
  1364.                  <span class="post-time">20 May 2026</span>
  1365.                </div>
  1366.              </div>
  1367.            </div>
  1368.          </div>
  1369.          
  1370.          <div class="col-md-6">
  1371.            <div class="featured-card">
  1372.              
  1373.                  <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg"
  1374.                      class="card-image" style="object-fit: cover;" alt="">
  1375.              
  1376.              <div class="card-content">
  1377.                <span class="card-category bg-primary-gradient">News</span>
  1378.                <h4 class="card-title"><a class="top-color" href="/long-forgotten-bach-compositions-played-for-first-ever-performance-in-320-years/" >
  1379.                                        Long-Forgotten Bach Compositions Played for First-Ever Performance in 320 Years
  1380.                                    </a></h4>
  1381.                <div class="author-info">
  1382.                  <span class="author-name">David Burnett</span>
  1383.                  <span class="post-time">20 May 2026</span>
  1384.                </div>
  1385.              </div>
  1386.            </div>
  1387.          </div>
  1388.          
  1389.        </div>
  1390.      </div>
  1391.  
  1392.      <!-- Right: Trending Sidebar -->
  1393.      <div class="col-lg-4 col-md-12">
  1394.        <h5 class="section-title">Trending</h5>
  1395.        <div class="trending-list gap-md-2 gap-lg-0 justify-content-center align-items-center row">
  1396.          
  1397.  
  1398.        </div>
  1399.      </div>
  1400.    </div>
  1401.  </div>
  1402. </div>
  1403. <style>
  1404.  /* Blog Hero V5 - Clean 2-Column Layout */
  1405.  
  1406.  /* Hero Banner */
  1407.  .hero-banner .banner-container {
  1408.    position: relative;
  1409.    overflow: hidden;
  1410.    border-radius: 8px;
  1411.  }
  1412.  
  1413.  .hero-banner .banner-image {
  1414.    width: 100%;
  1415.    height: 350px;
  1416.    object-fit: cover;
  1417.    transition: all 0.2s ease;
  1418.  }
  1419.  
  1420.  .hero-banner:hover .banner-image {
  1421.    transform: scale(1.02);
  1422.  }
  1423.  
  1424.  .hero-banner .banner-overlay {
  1425.    position: absolute;
  1426.    bottom: 0;
  1427.    left: 0;
  1428.    right: 0;
  1429.    background: var(--blog-bg);
  1430.    color: var(--blog-color);
  1431.    padding: 1.5rem;
  1432.  }
  1433.  
  1434.  .banner-category {
  1435.    padding: 0.25rem 0.75rem;
  1436.    border-radius: 4px;
  1437.    font-size: 16px;
  1438.  }
  1439.  
  1440.  .banner-title {
  1441.    color: var(--blog-color) !important;
  1442.    margin: 0.5rem 0;
  1443.  }
  1444.  
  1445.  .banner-excerpt {
  1446.    font-size: 1rem;
  1447.    margin-bottom: 1rem;
  1448.  }
  1449.  
  1450.  .read-more-btn {
  1451.    background: #007bff;
  1452.    color: white;
  1453.    border: none;
  1454.    padding: 0.5rem 1rem;
  1455.    border-radius: 4px;
  1456.    cursor: pointer;
  1457.  }
  1458.  
  1459.  /* Main Content */
  1460.  .main-content {
  1461.    margin-top: 2rem;
  1462.  }
  1463.  
  1464.  .section-title {
  1465.    font-size: 1.2rem;
  1466.    font-weight: bold;
  1467.    margin-bottom: 1rem;
  1468.    border-bottom: 1px solid var(--border-color);
  1469.    padding-bottom: 0.5rem;
  1470.  }
  1471.  
  1472.  /* Featured Grid */
  1473.  .featured-grid .featured-card {
  1474.    background: var(--card-bg);
  1475.    border: 1px solid var(--border-color);
  1476.    border-radius: 8px;
  1477.    overflow: hidden;
  1478.    margin-bottom: 1.5rem;
  1479.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1480.  }
  1481.  
  1482.  .featured-grid .card-image {
  1483.    width: 100%;
  1484.    height: 200px;
  1485.    object-fit: cover;
  1486.    transition: all 0.2s ease;
  1487.  }
  1488.  
  1489.  .featured-grid .featured-card:hover .card-image {
  1490.    transform: scale(1.02);
  1491.  }
  1492.  
  1493.  .featured-grid .card-content {
  1494.    padding: 1rem;
  1495.  }
  1496.  
  1497.  .card-category {
  1498.    padding: 0.25rem 0.75rem;
  1499.    border-radius: 4px;
  1500.    font-size: 0.8rem;
  1501.  }
  1502.  
  1503.  .card-title {
  1504.    font-size: 1.1rem;
  1505.    margin: 0.5rem 0;
  1506.  }
  1507.  
  1508.  .author-info {
  1509.    font-size: 0.8rem;
  1510.    color: #666;
  1511.  }
  1512.  
  1513.  .author-name {
  1514.    font-weight: bold;
  1515.  }
  1516.  
  1517.  /* Trending Sidebar */
  1518.  .trending-list .trending-item {
  1519.    display: flex;
  1520.    margin-bottom: 1rem;
  1521.    padding: 1rem;
  1522.    background: var(--card-bg);
  1523.    border: 1px solid #ddd;
  1524.    border-radius: 8px;
  1525.    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  1526.  }
  1527.  
  1528.  .trending-item .trending-image {
  1529.    width: 115px;
  1530.    height: 115px;
  1531.    object-fit: cover;
  1532.    border-radius: 4px;
  1533.    margin-right: 1rem;
  1534.  }
  1535.  
  1536.  .trending-item .trending-content {
  1537.    flex: 1;
  1538.  }
  1539.  
  1540.  .trending-category {
  1541.    padding: 0.25rem 0.75rem;
  1542.    border-radius: 4px;
  1543.    font-size: 12px;
  1544.  }
  1545.  
  1546.  .trending-title {
  1547.    font-size: 1rem;
  1548.    margin: 0.25rem 0;
  1549.  }
  1550.  
  1551.  .trending-author {
  1552.    font-size: 1rem;
  1553.    color: var(--topbar-color);
  1554.  }
  1555.  
  1556.  /* Responsive */
  1557.  @media (max-width: 992px) {
  1558.    .hero-banner .banner-image {
  1559.      height: 250px;
  1560.    }
  1561.  
  1562.    .featured-grid .card-image {
  1563.      height: 180px;
  1564.    }
  1565.  
  1566.    .trending-item {
  1567.      flex-direction: column;
  1568.      text-align: center;
  1569.    }
  1570.  
  1571.    .trending-item .trending-image {
  1572.      margin-right: 0;
  1573.      margin-bottom: 1rem;
  1574.    }
  1575.  }
  1576.  
  1577.  @media (max-width: 768px) {
  1578.    .banner-title {
  1579.      font-size: 1.5rem;
  1580.    }
  1581.  
  1582.    .banner-excerpt {
  1583.      font-size: 0.9rem;
  1584.    }
  1585.  }
  1586. </style>
  1587.  
  1588.  
  1589.  
  1590.  
  1591.  
  1592.        <!-- end of wpo-blog-hero -->
  1593.  
  1594.        <!-- start of wpo-breacking-news -->
  1595.        
  1596.        <!-- end of wpo-breacking-news -->
  1597.        
  1598.        <!-- start wpo-blog-highlights-section -->
  1599.        
  1600.  
  1601.  
  1602.  
  1603.    
  1604.  
  1605.  
  1606.  
  1607. <style>
  1608.    /* General Section Styling */
  1609.    .blog-highlights-v10 {
  1610.        padding: 20px 0;  /* Adjusted padding for distinction */
  1611.        position: relative;
  1612.    }
  1613.  
  1614.    /* Section Header */
  1615.    .section-header-v10 {
  1616.        text-align: left;  /* Left-aligned for uniqueness */
  1617.        margin-bottom: 50px;
  1618.        padding-left: 15px;
  1619.    }
  1620.  
  1621.    .section-title-v10 {
  1622.        font-size: 2.9rem;  /* Slightly smaller than v9 for variety */
  1623.        font-weight: 800;
  1624.        color: #1a1a1a;
  1625.        margin-bottom: 15px;
  1626.        text-transform: none;  /* No uppercase for modern look */
  1627.    }
  1628.  
  1629.    .section-subtitle-v10 {
  1630.        font-size: 1.05rem;
  1631.        color: #555;
  1632.        max-width: 650px;
  1633.        line-height: 1.6;
  1634.    }
  1635.  
  1636.  
  1637.    /* Blog Card */
  1638.    .blog-card-v10 {
  1639.        background: var(--card-bg);
  1640.        border-radius: 10px;  /* Softer corners */
  1641.        margin-bottom: 35px;
  1642.        overflow: hidden;
  1643.        opacity: 0;  /* Initially hidden for animation */
  1644.        transform: rotate(1.5deg);  /* Subtle tilt for animation */
  1645.        transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.3s ease;
  1646.        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  1647.    }
  1648.  
  1649.    .blog-card-v10.visible {
  1650.        opacity: 1;
  1651.        transform: rotate(0deg);  /* Straighten on appearance */
  1652.    }
  1653.  
  1654.    @keyframes fadeRotateIn {
  1655.        from {
  1656.            opacity: 0;
  1657.            transform: rotate(1.5deg);
  1658.        }
  1659.        to {
  1660.            opacity: 1;
  1661.            transform: rotate(0deg);
  1662.        }
  1663.    }
  1664.  
  1665.    .blog-card-v10:hover {
  1666.        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);  /* Subtle hover shadow */
  1667.    }
  1668.  
  1669.    /* Blog Image */
  1670.    .blog-image-container-v10 {
  1671.        width: 100%;
  1672.        height: 240px;  /* Unique height for v10 */
  1673.        overflow: hidden;
  1674.        position: relative;
  1675.    }
  1676.  
  1677.    .blog-image-v10 img {
  1678.        width: 100%;
  1679.        height: 100%;
  1680.        object-fit: cover;
  1681.    }
  1682.  
  1683.    /* Blog Content */
  1684.    .blog-content-v10 {
  1685.        padding: 20px 22px;  /* Adjusted padding */
  1686.        text-align: left;
  1687.    }
  1688.  
  1689.    .blog-title-v10 {
  1690.        font-size: 1.55rem;  /* Slightly larger than v9 */
  1691.        font-weight: 700;
  1692.        margin-bottom: 12px;
  1693.        color: #1a1a1a;
  1694.    }
  1695.  
  1696.    .blog-meta-v10 {
  1697.        font-size: 0.85rem;
  1698.        color: #777;
  1699.        margin-bottom: 12px;
  1700.        font-style: italic;  /* Italic for distinction */
  1701.    }
  1702.  
  1703.    .blog-excerpt-v10 {
  1704.        font-size: 0.95rem;
  1705.        color: #555;
  1706.        margin-bottom: 15px;
  1707.        line-height: 1.6;
  1708.    }
  1709.  
  1710.    .blog-actions-v10 {
  1711.        display: inline-block;
  1712.    }
  1713.  
  1714.    .blog-read-more-v10 {
  1715.        font-size: 0.95rem;
  1716.        color: #e74c3c;  /* Red accent for uniqueness */
  1717.        text-decoration: none;
  1718.        font-weight: 600;
  1719.        transition: color 0.3s ease;
  1720.    }
  1721.  
  1722.    .blog-read-more-v10:hover {
  1723.        color: #c0392b;  /* Darker red on hover */
  1724.    }
  1725.    /* Responsive Design */
  1726.    @media (max-width: 768px) {
  1727.        .section-title-v10 {
  1728.            font-size: 2.4rem;
  1729.        }
  1730.  
  1731.        .section-header-v10 {
  1732.            padding-left: 10px;
  1733.        }
  1734.        
  1735.        .blog-card-v10 {
  1736.            margin-bottom: 20px;
  1737.        }
  1738.  
  1739.        .blog-meta-v10 {
  1740.            font-size: 0.75rem;
  1741.        }
  1742.  
  1743.        .blog-image-container-v10 {
  1744.            height: 170px;  /* Adjusted for mobile */
  1745.        }
  1746.  
  1747.        .sidebar-v10 {
  1748.            padding: 15px;
  1749.        }
  1750.    }
  1751. </style>
  1752.  
  1753. <section class="blog-highlights-v10">
  1754.    <div class="container-fluid fluid-container">
  1755.        <!-- Section Header -->
  1756.        <div class="row">
  1757.            <div class="col-12 col-lg-10">  
  1758.                <div class="section-header-v10">
  1759.                    <h2 class="section-title-v10">
  1760.                Today's Top Highlights
  1761.                   </h2>
  1762.                    <p class="section-subtitle-v10">Discover how technology and creativity intertwine to shape storytelling in the digital age.</p>
  1763.                </div>
  1764.            </div>
  1765.        </div>
  1766.        
  1767.        <!-- Blog Grid and Sidebar -->
  1768.        <div class="row">
  1769.            <div class="col-lg-8">
  1770.                <div class="row">
  1771.                    
  1772.                    <div class="col-md-6 col-sm-12">  
  1773.                        <article class="blog-card-v10">
  1774.                            <div class="blog-image-container-v10">
  1775.                                <div class="blog-image-v10 h-100">
  1776.                                    
  1777.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1778.                                    
  1779.                                </div>
  1780.                            </div>
  1781.                            <div class="blog-content-v10">
  1782.                                <h3 class="blog-title-v10">
  1783.                                     <a class="top-color" href="/gal%C3%A1pagos-had-no-indigenous-amphibians-until-countless-numbers-of-amphibians-invaded/" >
  1784.                                    Galápagos Had No Indigenous Amphibians. Until Countless Numbers of Amphibians Invaded
  1785.                                    </a>
  1786.                                </h3>
  1787.                                <div class="blog-meta-v10">
  1788.                                    <span>By David Burnett • 20 May 2026</span>
  1789.                                </div>
  1790.                                <p class="blog-excerpt-v10">
  1791.                                    
  1792.                                </p>
  1793.                                <div class="blog-actions-v10">
  1794.                                    <a href="/gal%C3%A1pagos-had-no-indigenous-amphibians-until-countless-numbers-of-amphibians-invaded/" class="blog-read-more-v10">Read More</a>
  1795.                                </div>
  1796.                            </div>
  1797.                        </article>
  1798.                    </div>
  1799.                    
  1800.                    <div class="col-md-6 col-sm-12">  
  1801.                        <article class="blog-card-v10">
  1802.                            <div class="blog-image-container-v10">
  1803.                                <div class="blog-image-v10 h-100">
  1804.                                    
  1805.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1806.                                    
  1807.                                </div>
  1808.                            </div>
  1809.                            <div class="blog-content-v10">
  1810.                                <h3 class="blog-title-v10">
  1811.                                     <a class="top-color" href="/sitting-with-sir-alex-and-getting-knocked-out-the-lenswomans-tales/" >
  1812.                                    Sitting with Sir Alex and Getting &#x27;Knocked Out&#x27; – The Lenswoman&#x27;s Tales
  1813.                                    </a>
  1814.                                </h3>
  1815.                                <div class="blog-meta-v10">
  1816.                                    <span>By David Burnett • 20 May 2026</span>
  1817.                                </div>
  1818.                                <p class="blog-excerpt-v10">
  1819.                                    
  1820.                                </p>
  1821.                                <div class="blog-actions-v10">
  1822.                                    <a href="/sitting-with-sir-alex-and-getting-knocked-out-the-lenswomans-tales/" class="blog-read-more-v10">Read More</a>
  1823.                                </div>
  1824.                            </div>
  1825.                        </article>
  1826.                    </div>
  1827.                    
  1828.                    <div class="col-md-6 col-sm-12">  
  1829.                        <article class="blog-card-v10">
  1830.                            <div class="blog-image-container-v10">
  1831.                                <div class="blog-image-v10 h-100">
  1832.                                    
  1833.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1834.                                    
  1835.                                </div>
  1836.                            </div>
  1837.                            <div class="blog-content-v10">
  1838.                                <h3 class="blog-title-v10">
  1839.                                     <a class="top-color" href="/californias-governor-again-denies-parole-for-cult-member-patricia-krenwinkel/" >
  1840.                                    California&#x27;s Governor Again Denies Parole for Cult Member Patricia Krenwinkel
  1841.                                    </a>
  1842.                                </h3>
  1843.                                <div class="blog-meta-v10">
  1844.                                    <span>By David Burnett • 19 May 2026</span>
  1845.                                </div>
  1846.                                <p class="blog-excerpt-v10">
  1847.                                    
  1848.                                </p>
  1849.                                <div class="blog-actions-v10">
  1850.                                    <a href="/californias-governor-again-denies-parole-for-cult-member-patricia-krenwinkel/" class="blog-read-more-v10">Read More</a>
  1851.                                </div>
  1852.                            </div>
  1853.                        </article>
  1854.                    </div>
  1855.                    
  1856.                    <div class="col-md-6 col-sm-12">  
  1857.                        <article class="blog-card-v10">
  1858.                            <div class="blog-image-container-v10">
  1859.                                <div class="blog-image-v10 h-100">
  1860.                                    
  1861.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1862.                                    
  1863.                                </div>
  1864.                            </div>
  1865.                            <div class="blog-content-v10">
  1866.                                <h3 class="blog-title-v10">
  1867.                                     <a class="top-color" href="/suspect-in-ivy-league-campus-incident-found-discovered-dead-inside-storage-unit/" >
  1868.                                    Suspect in Ivy League Campus Incident Found Discovered Dead Inside Storage Unit.
  1869.                                    </a>
  1870.                                </h3>
  1871.                                <div class="blog-meta-v10">
  1872.                                    <span>By David Burnett • 19 May 2026</span>
  1873.                                </div>
  1874.                                <p class="blog-excerpt-v10">
  1875.                                    
  1876.                                </p>
  1877.                                <div class="blog-actions-v10">
  1878.                                    <a href="/suspect-in-ivy-league-campus-incident-found-discovered-dead-inside-storage-unit/" class="blog-read-more-v10">Read More</a>
  1879.                                </div>
  1880.                            </div>
  1881.                        </article>
  1882.                    </div>
  1883.                    
  1884.                    <div class="col-md-6 col-sm-12">  
  1885.                        <article class="blog-card-v10">
  1886.                            <div class="blog-image-container-v10">
  1887.                                <div class="blog-image-v10 h-100">
  1888.                                    
  1889.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1890.                                    
  1891.                                </div>
  1892.                            </div>
  1893.                            <div class="blog-content-v10">
  1894.                                <h3 class="blog-title-v10">
  1895.                                     <a class="top-color" href="/the-mushroom-cleaning-controversy-how-to-properly-prepare-mushrooms/" >
  1896.                                    The Mushroom Cleaning Controversy: How to Properly Prepare Mushrooms
  1897.                                    </a>
  1898.                                </h3>
  1899.                                <div class="blog-meta-v10">
  1900.                                    <span>By David Burnett • 19 May 2026</span>
  1901.                                </div>
  1902.                                <p class="blog-excerpt-v10">
  1903.                                    
  1904.                                </p>
  1905.                                <div class="blog-actions-v10">
  1906.                                    <a href="/the-mushroom-cleaning-controversy-how-to-properly-prepare-mushrooms/" class="blog-read-more-v10">Read More</a>
  1907.                                </div>
  1908.                            </div>
  1909.                        </article>
  1910.                    </div>
  1911.                    
  1912.                    <div class="col-md-6 col-sm-12">  
  1913.                        <article class="blog-card-v10">
  1914.                            <div class="blog-image-container-v10">
  1915.                                <div class="blog-image-v10 h-100">
  1916.                                    
  1917.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1918.                                    
  1919.                                </div>
  1920.                            </div>
  1921.                            <div class="blog-content-v10">
  1922.                                <h3 class="blog-title-v10">
  1923.                                     <a class="top-color" href="/body-of-competitive-swimmer-presumably-taken-by-great-white-found-on-californian-beach/" >
  1924.                                    Body of Competitive Swimmer Presumably Taken by Great White Found on Californian Beach
  1925.                                    </a>
  1926.                                </h3>
  1927.                                <div class="blog-meta-v10">
  1928.                                    <span>By David Burnett • 19 May 2026</span>
  1929.                                </div>
  1930.                                <p class="blog-excerpt-v10">
  1931.                                    
  1932.                                </p>
  1933.                                <div class="blog-actions-v10">
  1934.                                    <a href="/body-of-competitive-swimmer-presumably-taken-by-great-white-found-on-californian-beach/" class="blog-read-more-v10">Read More</a>
  1935.                                </div>
  1936.                            </div>
  1937.                        </article>
  1938.                    </div>
  1939.                    
  1940.                    <div class="col-md-6 col-sm-12">  
  1941.                        <article class="blog-card-v10">
  1942.                            <div class="blog-image-container-v10">
  1943.                                <div class="blog-image-v10 h-100">
  1944.                                    
  1945.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1946.                                    
  1947.                                </div>
  1948.                            </div>
  1949.                            <div class="blog-content-v10">
  1950.                                <h3 class="blog-title-v10">
  1951.                                     <a class="top-color" href="/iconic-singer-barry-manilow-scheduled-for-an-operation-for-cancer-in-his-lung/" >
  1952.                                    Iconic Singer Barry Manilow Scheduled for an Operation for Cancer in His Lung.
  1953.                                    </a>
  1954.                                </h3>
  1955.                                <div class="blog-meta-v10">
  1956.                                    <span>By David Burnett • 19 May 2026</span>
  1957.                                </div>
  1958.                                <p class="blog-excerpt-v10">
  1959.                                    
  1960.                                </p>
  1961.                                <div class="blog-actions-v10">
  1962.                                    <a href="/iconic-singer-barry-manilow-scheduled-for-an-operation-for-cancer-in-his-lung/" class="blog-read-more-v10">Read More</a>
  1963.                                </div>
  1964.                            </div>
  1965.                        </article>
  1966.                    </div>
  1967.                    
  1968.                    <div class="col-md-6 col-sm-12">  
  1969.                        <article class="blog-card-v10">
  1970.                            <div class="blog-image-container-v10">
  1971.                                <div class="blog-image-v10 h-100">
  1972.                                    
  1973.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  1974.                                    
  1975.                                </div>
  1976.                            </div>
  1977.                            <div class="blog-content-v10">
  1978.                                <h3 class="blog-title-v10">
  1979.                                     <a class="top-color" href="/ex-british-soldier-accused-of-murdering-kenyan-female-shows-up-in-courtroom/" >
  1980.                                    Ex British Soldier Accused of Murdering Kenyan Female Shows Up in Courtroom
  1981.                                    </a>
  1982.                                </h3>
  1983.                                <div class="blog-meta-v10">
  1984.                                    <span>By David Burnett • 19 May 2026</span>
  1985.                                </div>
  1986.                                <p class="blog-excerpt-v10">
  1987.                                    
  1988.                                </p>
  1989.                                <div class="blog-actions-v10">
  1990.                                    <a href="/ex-british-soldier-accused-of-murdering-kenyan-female-shows-up-in-courtroom/" class="blog-read-more-v10">Read More</a>
  1991.                                </div>
  1992.                            </div>
  1993.                        </article>
  1994.                    </div>
  1995.                    
  1996.                    <div class="col-md-6 col-sm-12">  
  1997.                        <article class="blog-card-v10">
  1998.                            <div class="blog-image-container-v10">
  1999.                                <div class="blog-image-v10 h-100">
  2000.                                    
  2001.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2002.                                    
  2003.                                </div>
  2004.                            </div>
  2005.                            <div class="blog-content-v10">
  2006.                                <h3 class="blog-title-v10">
  2007.                                     <a class="top-color" href="/us-food-and-drug-administration-approves-addyi-a-desire-boosting-drug-for-postmenopausal/" >
  2008.                                    U.S. Food and Drug Administration Approves Addyi, a Desire-Boosting Drug for Postmenopausal
  2009.                                    </a>
  2010.                                </h3>
  2011.                                <div class="blog-meta-v10">
  2012.                                    <span>By David Burnett • 19 May 2026</span>
  2013.                                </div>
  2014.                                <p class="blog-excerpt-v10">
  2015.                                    
  2016.                                </p>
  2017.                                <div class="blog-actions-v10">
  2018.                                    <a href="/us-food-and-drug-administration-approves-addyi-a-desire-boosting-drug-for-postmenopausal/" class="blog-read-more-v10">Read More</a>
  2019.                                </div>
  2020.                            </div>
  2021.                        </article>
  2022.                    </div>
  2023.                    
  2024.                    <div class="col-md-6 col-sm-12">  
  2025.                        <article class="blog-card-v10">
  2026.                            <div class="blog-image-container-v10">
  2027.                                <div class="blog-image-v10 h-100">
  2028.                                    
  2029.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2030.                                    
  2031.                                </div>
  2032.                            </div>
  2033.                            <div class="blog-content-v10">
  2034.                                <h3 class="blog-title-v10">
  2035.                                     <a class="top-color" href="/we-must-have-a-helicopter-to-search-for-them-teenagers-urgent-plea-to-aid-relatives-adrift-off-australian-coast-disclosed/" >
  2036.                                    We Must Have a Helicopter to Search For Them’: Teenager’s Urgent Plea to Aid Relatives Adrift Off Australian Coast Disclosed
  2037.                                    </a>
  2038.                                </h3>
  2039.                                <div class="blog-meta-v10">
  2040.                                    <span>By David Burnett • 19 May 2026</span>
  2041.                                </div>
  2042.                                <p class="blog-excerpt-v10">
  2043.                                    
  2044.                                </p>
  2045.                                <div class="blog-actions-v10">
  2046.                                    <a href="/we-must-have-a-helicopter-to-search-for-them-teenagers-urgent-plea-to-aid-relatives-adrift-off-australian-coast-disclosed/" class="blog-read-more-v10">Read More</a>
  2047.                                </div>
  2048.                            </div>
  2049.                        </article>
  2050.                    </div>
  2051.                    
  2052.                    <div class="col-md-6 col-sm-12">  
  2053.                        <article class="blog-card-v10">
  2054.                            <div class="blog-image-container-v10">
  2055.                                <div class="blog-image-v10 h-100">
  2056.                                    
  2057.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2058.                                    
  2059.                                </div>
  2060.                            </div>
  2061.                            <div class="blog-content-v10">
  2062.                                <h3 class="blog-title-v10">
  2063.                                     <a class="top-color" href="/cyclone-disaster-in-the-island-nation-unleashes-a-spirit-of-community-action/" >
  2064.                                    Cyclone Disaster in the Island Nation Unleashes a Spirit of Community Action
  2065.                                    </a>
  2066.                                </h3>
  2067.                                <div class="blog-meta-v10">
  2068.                                    <span>By David Burnett • 18 May 2026</span>
  2069.                                </div>
  2070.                                <p class="blog-excerpt-v10">
  2071.                                    
  2072.                                </p>
  2073.                                <div class="blog-actions-v10">
  2074.                                    <a href="/cyclone-disaster-in-the-island-nation-unleashes-a-spirit-of-community-action/" class="blog-read-more-v10">Read More</a>
  2075.                                </div>
  2076.                            </div>
  2077.                        </article>
  2078.                    </div>
  2079.                    
  2080.                    <div class="col-md-6 col-sm-12">  
  2081.                        <article class="blog-card-v10">
  2082.                            <div class="blog-image-container-v10">
  2083.                                <div class="blog-image-v10 h-100">
  2084.                                    
  2085.                                        <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  2086.                                    
  2087.                                </div>
  2088.                            </div>
  2089.                            <div class="blog-content-v10">
  2090.                                <h3 class="blog-title-v10">
  2091.                                     <a class="top-color" href="/real-madrids-alexander-arnold-might-play-against-liverpool-in-novembers-european-fixture/" >
  2092.                                    Real Madrid&#x27;s Alexander-Arnold Might Play Against Liverpool in November&#x27;s European Fixture
  2093.                                    </a>
  2094.                                </h3>
  2095.                                <div class="blog-meta-v10">
  2096.                                    <span>By David Burnett • 18 May 2026</span>
  2097.                                </div>
  2098.                                <p class="blog-excerpt-v10">
  2099.                                    
  2100.                                </p>
  2101.                                <div class="blog-actions-v10">
  2102.                                    <a href="/real-madrids-alexander-arnold-might-play-against-liverpool-in-novembers-european-fixture/" class="blog-read-more-v10">Read More</a>
  2103.                                </div>
  2104.                            </div>
  2105.                        </article>
  2106.                    </div>
  2107.                    
  2108.                    
  2109.  
  2110.                </div>
  2111.            </div>
  2112.  
  2113.            <!-- Sidebar -->
  2114.                   <div class="col col-lg-4 col-12">
  2115.                <div class="sidebar-v10">
  2116.                      
  2117.  
  2118.  
  2119.  
  2120.    
  2121.  
  2122.  
  2123. <!-- Blog Sidebar V2 - Focused Design -->
  2124.  <div class="sidebar mb-3">
  2125.    <!-- Recent Posts Section -->
  2126.    <div class="sidebar-widget mb-4">
  2127.      <div class="widget-title-wrapper mb-3">
  2128.        <h4 class="widget-title bg-primary text-white  px-4 py-3 mb-0 position-relative">
  2129.          <i class="ti-time me-2"></i>Recent Posts
  2130.          <span class="title-arrow-primary"></span>
  2131.        </h4>
  2132.      </div>
  2133.      <div class="widget-content border border-light  shadow-sm rounded-3 p-4">
  2134.        <div class="recent-post-list">
  2135.          
  2136.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2137.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2138.              
  2139.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2140.              
  2141.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2142.            </div>
  2143.            <div class="post-content flex-grow-1">
  2144.              <h6 class="post-title mb-2">
  2145.                <a href="/troubling-remembrances-resurface-in-davao-as-investigators-piece-together-bondi-attack-alleged-attackers-movements/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2146.                                            Troubling Remembrances Resurface in Davao as Investigators Piece Together Bondi Attack Alleged Attackers&#x27; Movements
  2147.                                            </a>
  2148.              </h6>
  2149.              <div class="post-meta">
  2150.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2151.                <!-- <small class="text-muted">
  2152.                  <i class="ti-eye me-1"></i>348 views
  2153.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2154.                </small> -->
  2155.              </div>
  2156.            </div>
  2157.          </div>
  2158.          
  2159.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2160.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2161.              
  2162.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2163.              
  2164.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2165.            </div>
  2166.            <div class="post-content flex-grow-1">
  2167.              <h6 class="post-title mb-2">
  2168.                <a href="/genuine-algarve-uncovering-portugal-beyond-the-shoreline/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2169.                                            Genuine Algarve: Uncovering Portugal Beyond the Shoreline
  2170.                                            </a>
  2171.              </h6>
  2172.              <div class="post-meta">
  2173.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2174.                <!-- <small class="text-muted">
  2175.                  <i class="ti-eye me-1"></i>348 views
  2176.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2177.                </small> -->
  2178.              </div>
  2179.            </div>
  2180.          </div>
  2181.          
  2182.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2183.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2184.              
  2185.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2186.              
  2187.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2188.            </div>
  2189.            <div class="post-content flex-grow-1">
  2190.              <h6 class="post-title mb-2">
  2191.                <a href="/david-raya-highlights-teams-strength-as-key-to-silverware-challenge/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2192.                                            David Raya Highlights Team&#x27;s Strength as Key to Silverware Challenge
  2193.                                            </a>
  2194.              </h6>
  2195.              <div class="post-meta">
  2196.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2197.                <!-- <small class="text-muted">
  2198.                  <i class="ti-eye me-1"></i>348 views
  2199.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2200.                </small> -->
  2201.              </div>
  2202.            </div>
  2203.          </div>
  2204.          
  2205.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2206.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2207.              
  2208.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2209.              
  2210.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2211.            </div>
  2212.            <div class="post-content flex-grow-1">
  2213.              <h6 class="post-title mb-2">
  2214.                <a href="/can-the-new-zealand-rugby-team-regain-their-spark-during-the-fall-tour/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2215.                                            Can the New Zealand rugby team regain their spark during the fall tour?
  2216.                                            </a>
  2217.              </h6>
  2218.              <div class="post-meta">
  2219.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2220.                <!-- <small class="text-muted">
  2221.                  <i class="ti-eye me-1"></i>348 views
  2222.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2223.                </small> -->
  2224.              </div>
  2225.            </div>
  2226.          </div>
  2227.          
  2228.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2229.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2230.              
  2231.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2232.              
  2233.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2234.            </div>
  2235.            <div class="post-content flex-grow-1">
  2236.              <h6 class="post-title mb-2">
  2237.                <a href="/the-presidents-overarching-influence-in-athletics-achieved-new-heights-in-2025-next-year-promises-to-be-even-bigger/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2238.                                            The President&#x27;s Overarching Influence in Athletics Achieved New Heights in 2025. Next Year Promises to Be Even Bigger.
  2239.                                            </a>
  2240.              </h6>
  2241.              <div class="post-meta">
  2242.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2243.                <!-- <small class="text-muted">
  2244.                  <i class="ti-eye me-1"></i>348 views
  2245.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2246.                </small> -->
  2247.              </div>
  2248.            </div>
  2249.          </div>
  2250.          
  2251.          <div class="recent-post-item d-flex mb-4 pb-3 border-bottom border-light">
  2252.            <div class="post-image me-3 flex-shrink-0 position-relative">
  2253.              
  2254.                  <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" class="rounded-3" style="width: 90px; height: 70px; object-fit: cover;" alt="">
  2255.              
  2256.              <span class="position-absolute top-0 start-0 badge bg-primary rounded-pill m-1 small">News</span>
  2257.            </div>
  2258.            <div class="post-content flex-grow-1">
  2259.              <h6 class="post-title mb-2">
  2260.                <a href="/we-were-fired-and-were-embracing-it-learn-how-to-secure-a-fresh-position-that-fits-your-needs/"  class="text-decoration-none top-color fw-semibold lh-sm">
  2261.                                            We Were Fired, and We&#x27;re Embracing It – Learn How to Secure a Fresh Position That Fits Your Needs
  2262.                                            </a>
  2263.              </h6>
  2264.              <div class="post-meta">
  2265.                <small class="text-muted d-block"><i class="ti-calendar me-1"></i>18 May 2026</small>
  2266.                <!-- <small class="text-muted">
  2267.                  <i class="ti-eye me-1"></i>348 views
  2268.                  <i class="ti-comment-alt ms-2 me-1"></i>12 comments
  2269.                </small> -->
  2270.              </div>
  2271.            </div>
  2272.          </div>
  2273.          
  2274.  
  2275.        </div>
  2276.  
  2277.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2278.          <a href="#" class="btn btn-primary btn-sm px-4"><i class="ti-plus me-1"></i>Load More Posts</a>
  2279.        </div> -->
  2280.      </div>
  2281.    </div>
  2282.    
  2283.    
  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-calendar me-2"></i>May 2026 Blog Roll
  2288.          <span class="title-arrow"></span>
  2289.        </h4>
  2290.      </div>
  2291.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2292.        <div class="blog-roll-list scrollable-sidebar">
  2293.          
  2294.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2295.            <a href="https://www.nerdly.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2296.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2297.                <i class="ti-angle-right me-2 text-primary"></i>
  2298.                 casino online
  2299.              </h6>
  2300.            </a>
  2301.          </div>
  2302.          
  2303.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2304.            <a href="https://esports-news.co.uk/gambling-sites/"  rel="dofollow" class="text-decoration-none ">
  2305.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2306.                <i class="ti-angle-right me-2 text-primary"></i>
  2307.                 online casinos
  2308.              </h6>
  2309.            </a>
  2310.          </div>
  2311.          
  2312.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2313.            <a href="https://tokenist.com/gb/best-non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none ">
  2314.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2315.                <i class="ti-angle-right me-2 text-primary"></i>
  2316.                 casino not on gamstop
  2317.              </h6>
  2318.            </a>
  2319.          </div>
  2320.          
  2321.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2322.            <a href="https://www.union-news.co.uk/betting-sites-not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2323.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2324.                <i class="ti-angle-right me-2 text-primary"></i>
  2325.                 best online betting sites
  2326.              </h6>
  2327.            </a>
  2328.          </div>
  2329.          
  2330.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2331.            <a href="https://esports-news.co.uk/gambling-sites/lolajack-review/"  rel="dofollow" class="text-decoration-none ">
  2332.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2333.                <i class="ti-angle-right me-2 text-primary"></i>
  2334.                 lolajack review
  2335.              </h6>
  2336.            </a>
  2337.          </div>
  2338.          
  2339.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2340.            <a href="https://www.lattitude.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2341.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2342.                <i class="ti-angle-right me-2 text-primary"></i>
  2343.                 online casinos
  2344.              </h6>
  2345.            </a>
  2346.          </div>
  2347.          
  2348.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2349.            <a href="https://www.kylebooks.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2350.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2351.                <i class="ti-angle-right me-2 text-primary"></i>
  2352.                 casino not on gamstop
  2353.              </h6>
  2354.            </a>
  2355.          </div>
  2356.          
  2357.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2358.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  2359.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2360.                <i class="ti-angle-right me-2 text-primary"></i>
  2361.                 casino not on gamstop
  2362.              </h6>
  2363.            </a>
  2364.          </div>
  2365.          
  2366.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2367.            <a href="https://www.csip.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2368.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2369.                <i class="ti-angle-right me-2 text-primary"></i>
  2370.                 casino sites not on gamstop
  2371.              </h6>
  2372.            </a>
  2373.          </div>
  2374.          
  2375.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2376.            <a href="https://www.welcometoportsmouth.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2377.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2378.                <i class="ti-angle-right me-2 text-primary"></i>
  2379.                 non gamstop casinos
  2380.              </h6>
  2381.            </a>
  2382.          </div>
  2383.          
  2384.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2385.            <a href="https://coffinmew.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2386.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2387.                <i class="ti-angle-right me-2 text-primary"></i>
  2388.                 non gamstop casinos
  2389.              </h6>
  2390.            </a>
  2391.          </div>
  2392.          
  2393.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2394.            <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2395.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2396.                <i class="ti-angle-right me-2 text-primary"></i>
  2397.                 casinos not on gamstop
  2398.              </h6>
  2399.            </a>
  2400.          </div>
  2401.          
  2402.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2403.            <a href="https://heyimhome.co.uk"  rel="dofollow" class="text-decoration-none ">
  2404.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2405.                <i class="ti-angle-right me-2 text-primary"></i>
  2406.                 online casinos uk
  2407.              </h6>
  2408.            </a>
  2409.          </div>
  2410.          
  2411.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2412.            <a href="https://www.thefaithfulmufc.com/"  rel="dofollow" class="text-decoration-none ">
  2413.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2414.                <i class="ti-angle-right me-2 text-primary"></i>
  2415.                 best online betting sites
  2416.              </h6>
  2417.            </a>
  2418.          </div>
  2419.          
  2420.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2421.            <a href="https://nursingnotes.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2422.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2423.                <i class="ti-angle-right me-2 text-primary"></i>
  2424.                 non gamstop casino
  2425.              </h6>
  2426.            </a>
  2427.          </div>
  2428.          
  2429.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2430.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  2431.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2432.                <i class="ti-angle-right me-2 text-primary"></i>
  2433.                 online casino
  2434.              </h6>
  2435.            </a>
  2436.          </div>
  2437.          
  2438.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2439.            <a href="https://straightfromyard.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2440.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2441.                <i class="ti-angle-right me-2 text-primary"></i>
  2442.                 non gamstop casino
  2443.              </h6>
  2444.            </a>
  2445.          </div>
  2446.          
  2447.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2448.            <a href="https://thetimeisnow.uk/betting-sites-not-on-gamstop"  rel="dofollow" class="text-decoration-none ">
  2449.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2450.                <i class="ti-angle-right me-2 text-primary"></i>
  2451.                 non gamstop betting sites
  2452.              </h6>
  2453.            </a>
  2454.          </div>
  2455.          
  2456.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2457.            <a href="https://www.geekgirlmeetup.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2458.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2459.                <i class="ti-angle-right me-2 text-primary"></i>
  2460.                 non gamstop casinos uk
  2461.              </h6>
  2462.            </a>
  2463.          </div>
  2464.          
  2465.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2466.            <a href="https://britishicehockey.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2467.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2468.                <i class="ti-angle-right me-2 text-primary"></i>
  2469.                 non gamstop casino
  2470.              </h6>
  2471.            </a>
  2472.          </div>
  2473.          
  2474.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2475.            <a href="https://adventuregamers.com/online-casinos/non-gamstop"  rel="dofollow" class="text-decoration-none ">
  2476.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2477.                <i class="ti-angle-right me-2 text-primary"></i>
  2478.                 non gamstop casino
  2479.              </h6>
  2480.            </a>
  2481.          </div>
  2482.          
  2483.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2484.            <a href="https://www.gameshub.com/uk/online-casinos/non-gamstop-casinos/"  rel="dofollow" class="text-decoration-none ">
  2485.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2486.                <i class="ti-angle-right me-2 text-primary"></i>
  2487.                 non gamstop casino
  2488.              </h6>
  2489.            </a>
  2490.          </div>
  2491.          
  2492.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2493.            <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none ">
  2494.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2495.                <i class="ti-angle-right me-2 text-primary"></i>
  2496.                 online casinos not on gamstop
  2497.              </h6>
  2498.            </a>
  2499.          </div>
  2500.          
  2501.  
  2502.        </div>
  2503.  
  2504.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2505.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2506.        </div> -->
  2507.      </div>
  2508.    </div>
  2509.    
  2510.    <div class="sidebar-widget mb-4">
  2511.      <div class="widget-title-wrapper mb-3">
  2512.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2513.          <i class="ti-calendar me-2"></i>April 2026 Blog Roll
  2514.          <span class="title-arrow"></span>
  2515.        </h4>
  2516.      </div>
  2517.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2518.        <div class="blog-roll-list scrollable-sidebar">
  2519.          
  2520.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2521.            <a href="https://twinsuk.co.uk"  rel="dofollow" class="text-decoration-none ">
  2522.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2523.                <i class="ti-angle-right me-2 text-primary"></i>
  2524.                 non GamStop casino
  2525.              </h6>
  2526.            </a>
  2527.          </div>
  2528.          
  2529.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2530.            <a href="https://www.hintsandthings.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2531.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2532.                <i class="ti-angle-right me-2 text-primary"></i>
  2533.                 crypto casino
  2534.              </h6>
  2535.            </a>
  2536.          </div>
  2537.          
  2538.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2539.            <a href="https://gamingamerica.com/non-gamstop-casinos"  rel="dofollow" class="text-decoration-none ">
  2540.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2541.                <i class="ti-angle-right me-2 text-primary"></i>
  2542.                 non gamstop casinos
  2543.              </h6>
  2544.            </a>
  2545.          </div>
  2546.          
  2547.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2548.            <a href="https://www.chemical-records.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2549.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2550.                <i class="ti-angle-right me-2 text-primary"></i>
  2551.                 casino not on gamstop
  2552.              </h6>
  2553.            </a>
  2554.          </div>
  2555.          
  2556.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2557.            <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none ">
  2558.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2559.                <i class="ti-angle-right me-2 text-primary"></i>
  2560.                 casino not on gamstop
  2561.              </h6>
  2562.            </a>
  2563.          </div>
  2564.          
  2565.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2566.            <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2567.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2568.                <i class="ti-angle-right me-2 text-primary"></i>
  2569.                 casinos not on gamstop
  2570.              </h6>
  2571.            </a>
  2572.          </div>
  2573.          
  2574.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2575.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2576.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2577.                <i class="ti-angle-right me-2 text-primary"></i>
  2578.                 casinos not on gamstop
  2579.              </h6>
  2580.            </a>
  2581.          </div>
  2582.          
  2583.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2584.            <a href="https://www.citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2585.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2586.                <i class="ti-angle-right me-2 text-primary"></i>
  2587.                 casinos not on gamstop
  2588.              </h6>
  2589.            </a>
  2590.          </div>
  2591.          
  2592.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2593.            <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none ">
  2594.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2595.                <i class="ti-angle-right me-2 text-primary"></i>
  2596.                 casinos not on gamstop
  2597.              </h6>
  2598.            </a>
  2599.          </div>
  2600.          
  2601.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2602.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  2603.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2604.                <i class="ti-angle-right me-2 text-primary"></i>
  2605.                 casinos not on gamstop
  2606.              </h6>
  2607.            </a>
  2608.          </div>
  2609.          
  2610.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2611.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2612.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2613.                <i class="ti-angle-right me-2 text-primary"></i>
  2614.                 casinos not on gamstop
  2615.              </h6>
  2616.            </a>
  2617.          </div>
  2618.          
  2619.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2620.            <a href="https://bereavementcommission.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2621.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2622.                <i class="ti-angle-right me-2 text-primary"></i>
  2623.                 casinos not on gamstop
  2624.              </h6>
  2625.            </a>
  2626.          </div>
  2627.          
  2628.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2629.            <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none ">
  2630.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2631.                <i class="ti-angle-right me-2 text-primary"></i>
  2632.                 casinos not on gamstop
  2633.              </h6>
  2634.            </a>
  2635.          </div>
  2636.          
  2637.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2638.            <a href="https://unbound.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2639.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2640.                <i class="ti-angle-right me-2 text-primary"></i>
  2641.                 casinos not on gamstop
  2642.              </h6>
  2643.            </a>
  2644.          </div>
  2645.          
  2646.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2647.            <a href="https://www.elthampalace.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2648.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2649.                <i class="ti-angle-right me-2 text-primary"></i>
  2650.                 non gamstop casinos
  2651.              </h6>
  2652.            </a>
  2653.          </div>
  2654.          
  2655.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2656.            <a href="https://bainbridgesauctions.co.uk"  rel="dofollow" class="text-decoration-none ">
  2657.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2658.                <i class="ti-angle-right me-2 text-primary"></i>
  2659.                 non uk gambling sites
  2660.              </h6>
  2661.            </a>
  2662.          </div>
  2663.          
  2664.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2665.            <a href="https://fdncoffee.com"  rel="dofollow" class="text-decoration-none ">
  2666.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2667.                <i class="ti-angle-right me-2 text-primary"></i>
  2668.                 casinos not on GamStop
  2669.              </h6>
  2670.            </a>
  2671.          </div>
  2672.          
  2673.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2674.            <a href="https://www.nhsborders.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2675.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2676.                <i class="ti-angle-right me-2 text-primary"></i>
  2677.                 crypto casinos UK
  2678.              </h6>
  2679.            </a>
  2680.          </div>
  2681.          
  2682.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2683.            <a href="https://forcesreunited.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2684.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2685.                <i class="ti-angle-right me-2 text-primary"></i>
  2686.                 harry casino uk
  2687.              </h6>
  2688.            </a>
  2689.          </div>
  2690.          
  2691.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2692.            <a href="https://stallion-theme.co.uk"  rel="dofollow" class="text-decoration-none ">
  2693.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2694.                <i class="ti-angle-right me-2 text-primary"></i>
  2695.                 non gamstop casino
  2696.              </h6>
  2697.            </a>
  2698.          </div>
  2699.          
  2700.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2701.            <a href="https://ukces.org.uk"  rel="dofollow" class="text-decoration-none ">
  2702.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2703.                <i class="ti-angle-right me-2 text-primary"></i>
  2704.                 casino not on gamstop
  2705.              </h6>
  2706.            </a>
  2707.          </div>
  2708.          
  2709.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2710.            <a href="https://theemon.com"  rel="dofollow" class="text-decoration-none ">
  2711.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2712.                <i class="ti-angle-right me-2 text-primary"></i>
  2713.                 non gamstop casinos
  2714.              </h6>
  2715.            </a>
  2716.          </div>
  2717.          
  2718.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2719.            <a href="https://sccyp.org.uk"  rel="dofollow" class="text-decoration-none ">
  2720.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2721.                <i class="ti-angle-right me-2 text-primary"></i>
  2722.                 non gamstop casinos
  2723.              </h6>
  2724.            </a>
  2725.          </div>
  2726.          
  2727.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2728.            <a href="https://www.thekarczma.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2729.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2730.                <i class="ti-angle-right me-2 text-primary"></i>
  2731.                 Non UKGC Licensed Casinos
  2732.              </h6>
  2733.            </a>
  2734.          </div>
  2735.          
  2736.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2737.            <a href="https://slsablog.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2738.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2739.                <i class="ti-angle-right me-2 text-primary"></i>
  2740.                 top online casinos
  2741.              </h6>
  2742.            </a>
  2743.          </div>
  2744.          
  2745.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2746.            <a href="https://artsincarehomes.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2747.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2748.                <i class="ti-angle-right me-2 text-primary"></i>
  2749.                 crypto casino no kyc
  2750.              </h6>
  2751.            </a>
  2752.          </div>
  2753.          
  2754.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2755.            <a href="https://diabetologists-abcd.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2756.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2757.                <i class="ti-angle-right me-2 text-primary"></i>
  2758.                 non gamstop casino
  2759.              </h6>
  2760.            </a>
  2761.          </div>
  2762.          
  2763.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2764.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2765.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2766.                <i class="ti-angle-right me-2 text-primary"></i>
  2767.                 non gamstop casinos
  2768.              </h6>
  2769.            </a>
  2770.          </div>
  2771.          
  2772.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2773.            <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2774.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2775.                <i class="ti-angle-right me-2 text-primary"></i>
  2776.                 non gamstop casinos
  2777.              </h6>
  2778.            </a>
  2779.          </div>
  2780.          
  2781.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2782.            <a href="https://www.cca-glasgow.com/"  rel="dofollow" class="text-decoration-none ">
  2783.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2784.                <i class="ti-angle-right me-2 text-primary"></i>
  2785.                 non gamstop casinos
  2786.              </h6>
  2787.            </a>
  2788.          </div>
  2789.          
  2790.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2791.            <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  2792.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2793.                <i class="ti-angle-right me-2 text-primary"></i>
  2794.                 non gamstop casinos
  2795.              </h6>
  2796.            </a>
  2797.          </div>
  2798.          
  2799.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2800.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  2801.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2802.                <i class="ti-angle-right me-2 text-primary"></i>
  2803.                 non gamstop casinos
  2804.              </h6>
  2805.            </a>
  2806.          </div>
  2807.          
  2808.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2809.            <a href="https://focus12.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2810.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2811.                <i class="ti-angle-right me-2 text-primary"></i>
  2812.                 casino not on gamstop
  2813.              </h6>
  2814.            </a>
  2815.          </div>
  2816.          
  2817.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2818.            <a href="https://esports-news.co.uk/online-casinos/poker/not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2819.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2820.                <i class="ti-angle-right me-2 text-primary"></i>
  2821.                 poker rooms not on gamstop
  2822.              </h6>
  2823.            </a>
  2824.          </div>
  2825.          
  2826.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2827.            <a href="https://www.london-irish.com/"  rel="dofollow" class="text-decoration-none ">
  2828.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2829.                <i class="ti-angle-right me-2 text-primary"></i>
  2830.                 non gamstop casino
  2831.              </h6>
  2832.            </a>
  2833.          </div>
  2834.          
  2835.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2836.            <a href="https://internationalschoolmealsday.com/"  rel="dofollow" class="text-decoration-none ">
  2837.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2838.                <i class="ti-angle-right me-2 text-primary"></i>
  2839.                 non gamstop casino
  2840.              </h6>
  2841.            </a>
  2842.          </div>
  2843.          
  2844.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2845.            <a href="https://israelpremiertech.com"  rel="dofollow" class="text-decoration-none ">
  2846.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2847.                <i class="ti-angle-right me-2 text-primary"></i>
  2848.                 casino not on GamStop
  2849.              </h6>
  2850.            </a>
  2851.          </div>
  2852.          
  2853.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2854.            <a href="https://www.wildandgame.co.uk"  rel="dofollow" class="text-decoration-none ">
  2855.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2856.                <i class="ti-angle-right me-2 text-primary"></i>
  2857.                 casino not on GamStop
  2858.              </h6>
  2859.            </a>
  2860.          </div>
  2861.          
  2862.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2863.            <a href="https://www.homeworkworkspace.com"  rel="dofollow" class="text-decoration-none ">
  2864.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2865.                <i class="ti-angle-right me-2 text-primary"></i>
  2866.                 non GamStop UK casinos
  2867.              </h6>
  2868.            </a>
  2869.          </div>
  2870.          
  2871.  
  2872.        </div>
  2873.  
  2874.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  2875.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  2876.        </div> -->
  2877.      </div>
  2878.    </div>
  2879.    
  2880.    <div class="sidebar-widget mb-4">
  2881.      <div class="widget-title-wrapper mb-3">
  2882.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  2883.          <i class="ti-calendar me-2"></i>March 2026 Blog Roll
  2884.          <span class="title-arrow"></span>
  2885.        </h4>
  2886.      </div>
  2887.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  2888.        <div class="blog-roll-list scrollable-sidebar">
  2889.          
  2890.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2891.            <a href="https://www.surfaceview.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2892.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2893.                <i class="ti-angle-right me-2 text-primary"></i>
  2894.                 online casinos
  2895.              </h6>
  2896.            </a>
  2897.          </div>
  2898.          
  2899.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2900.            <a href="https://www.bmag.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2901.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2902.                <i class="ti-angle-right me-2 text-primary"></i>
  2903.                 online casinos
  2904.              </h6>
  2905.            </a>
  2906.          </div>
  2907.          
  2908.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2909.            <a href="https://www.mugdock-country-park.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2910.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2911.                <i class="ti-angle-right me-2 text-primary"></i>
  2912.                 best casino not on GamStop
  2913.              </h6>
  2914.            </a>
  2915.          </div>
  2916.          
  2917.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2918.            <a href="https://www.llancaiachfawr.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2919.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2920.                <i class="ti-angle-right me-2 text-primary"></i>
  2921.                 casino not on GamStop
  2922.              </h6>
  2923.            </a>
  2924.          </div>
  2925.          
  2926.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2927.            <a href="https://www.kysty.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2928.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2929.                <i class="ti-angle-right me-2 text-primary"></i>
  2930.                 best non GAMSTOP casinos UK
  2931.              </h6>
  2932.            </a>
  2933.          </div>
  2934.          
  2935.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2936.            <a href="https://www.swtrains.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2937.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2938.                <i class="ti-angle-right me-2 text-primary"></i>
  2939.                 spinshark casino
  2940.              </h6>
  2941.            </a>
  2942.          </div>
  2943.          
  2944.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2945.            <a href="https://www.insidewalessport.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2946.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2947.                <i class="ti-angle-right me-2 text-primary"></i>
  2948.                 no verification casino
  2949.              </h6>
  2950.            </a>
  2951.          </div>
  2952.          
  2953.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2954.            <a href="https://www.nordicresearchnetwork.co.uk/"  rel="dofollow" class="text-decoration-none ">
  2955.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2956.                <i class="ti-angle-right me-2 text-primary"></i>
  2957.                 non UK casino accepting UK players
  2958.              </h6>
  2959.            </a>
  2960.          </div>
  2961.          
  2962.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2963.            <a href="https://esports-news.co.uk/online-casinos/poker/not-on-gamstop/"  rel="dofollow" class="text-decoration-none ">
  2964.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2965.                <i class="ti-angle-right me-2 text-primary"></i>
  2966.                 uk poker sites not on gamstop
  2967.              </h6>
  2968.            </a>
  2969.          </div>
  2970.          
  2971.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2972.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  2973.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2974.                <i class="ti-angle-right me-2 text-primary"></i>
  2975.                 uk casinos
  2976.              </h6>
  2977.            </a>
  2978.          </div>
  2979.          
  2980.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2981.            <a href="https://www.gamblinginsider.com/uk/online-casinos"  rel="dofollow" class="text-decoration-none ">
  2982.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2983.                <i class="ti-angle-right me-2 text-primary"></i>
  2984.                 online casino
  2985.              </h6>
  2986.            </a>
  2987.          </div>
  2988.          
  2989.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2990.            <a href="https://www.testandverification.com/"  rel="dofollow" class="text-decoration-none ">
  2991.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  2992.                <i class="ti-angle-right me-2 text-primary"></i>
  2993.                 non gamstop casinos
  2994.              </h6>
  2995.            </a>
  2996.          </div>
  2997.          
  2998.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  2999.            <a href="https://allcatsrgrey.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3000.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3001.                <i class="ti-angle-right me-2 text-primary"></i>
  3002.                 online casinos
  3003.              </h6>
  3004.            </a>
  3005.          </div>
  3006.          
  3007.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3008.            <a href="https://www.cevicheuk.com/"  rel="dofollow" class="text-decoration-none ">
  3009.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3010.                <i class="ti-angle-right me-2 text-primary"></i>
  3011.                 casino not on gamstop
  3012.              </h6>
  3013.            </a>
  3014.          </div>
  3015.          
  3016.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3017.            <a href="https://citytosea.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3018.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3019.                <i class="ti-angle-right me-2 text-primary"></i>
  3020.                 online casinos
  3021.              </h6>
  3022.            </a>
  3023.          </div>
  3024.          
  3025.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3026.            <a href="https://robinhoodtax.org/"  rel="dofollow" class="text-decoration-none ">
  3027.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3028.                <i class="ti-angle-right me-2 text-primary"></i>
  3029.                 best online casino
  3030.              </h6>
  3031.            </a>
  3032.          </div>
  3033.          
  3034.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3035.            <a href="https://www.foodsofengland.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3036.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3037.                <i class="ti-angle-right me-2 text-primary"></i>
  3038.                 casino not on gamstop
  3039.              </h6>
  3040.            </a>
  3041.          </div>
  3042.          
  3043.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3044.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3045.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3046.                <i class="ti-angle-right me-2 text-primary"></i>
  3047.                 uk casinos not on gamstop
  3048.              </h6>
  3049.            </a>
  3050.          </div>
  3051.          
  3052.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3053.            <a href="https://americymru.net/"  rel="dofollow" class="text-decoration-none ">
  3054.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3055.                <i class="ti-angle-right me-2 text-primary"></i>
  3056.                 best non GamStop casinos
  3057.              </h6>
  3058.            </a>
  3059.          </div>
  3060.          
  3061.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3062.            <a href="https://www.covent-garden.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3063.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3064.                <i class="ti-angle-right me-2 text-primary"></i>
  3065.                 non GamStop casino
  3066.              </h6>
  3067.            </a>
  3068.          </div>
  3069.          
  3070.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3071.            <a href="https://letsmush.com/"  rel="dofollow" class="text-decoration-none ">
  3072.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3073.                <i class="ti-angle-right me-2 text-primary"></i>
  3074.                 online casino not on GamStop
  3075.              </h6>
  3076.            </a>
  3077.          </div>
  3078.          
  3079.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3080.            <a href="https://thepearlyqueen.com/"  rel="dofollow" class="text-decoration-none ">
  3081.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3082.                <i class="ti-angle-right me-2 text-primary"></i>
  3083.                 non GamStop casinos
  3084.              </h6>
  3085.            </a>
  3086.          </div>
  3087.          
  3088.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3089.            <a href="https://www.beanandhop.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3090.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3091.                <i class="ti-angle-right me-2 text-primary"></i>
  3092.                 UK casino not on GamStop
  3093.              </h6>
  3094.            </a>
  3095.          </div>
  3096.          
  3097.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3098.            <a href="https://aquavitrestaurants.com/"  rel="dofollow" class="text-decoration-none ">
  3099.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3100.                <i class="ti-angle-right me-2 text-primary"></i>
  3101.                 slots not on GamStop
  3102.              </h6>
  3103.            </a>
  3104.          </div>
  3105.          
  3106.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3107.            <a href="https://www.spicker.uk/"  rel="dofollow" class="text-decoration-none ">
  3108.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3109.                <i class="ti-angle-right me-2 text-primary"></i>
  3110.                 UK casino sites
  3111.              </h6>
  3112.            </a>
  3113.          </div>
  3114.          
  3115.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3116.            <a href="https://www.labodeganegra.com/"  rel="dofollow" class="text-decoration-none ">
  3117.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3118.                <i class="ti-angle-right me-2 text-primary"></i>
  3119.                 non GamStop casinos UK
  3120.              </h6>
  3121.            </a>
  3122.          </div>
  3123.          
  3124.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3125.            <a href="https://www.patients4nhs.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3126.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3127.                <i class="ti-angle-right me-2 text-primary"></i>
  3128.                 sites not on GamStop
  3129.              </h6>
  3130.            </a>
  3131.          </div>
  3132.          
  3133.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3134.            <a href="https://www.fourpure.com/"  rel="dofollow" class="text-decoration-none ">
  3135.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3136.                <i class="ti-angle-right me-2 text-primary"></i>
  3137.                 casino not on GamStop
  3138.              </h6>
  3139.            </a>
  3140.          </div>
  3141.          
  3142.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3143.            <a href="https://socialeatinghouse.com/"  rel="dofollow" class="text-decoration-none ">
  3144.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3145.                <i class="ti-angle-right me-2 text-primary"></i>
  3146.                 non GamStop
  3147.              </h6>
  3148.            </a>
  3149.          </div>
  3150.          
  3151.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3152.            <a href="https://www.durhamminers.org/"  rel="dofollow" class="text-decoration-none ">
  3153.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3154.                <i class="ti-angle-right me-2 text-primary"></i>
  3155.                 casinos not on GamStop
  3156.              </h6>
  3157.            </a>
  3158.          </div>
  3159.          
  3160.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3161.            <a href="https://www.ginspa.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3162.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3163.                <i class="ti-angle-right me-2 text-primary"></i>
  3164.                 slots not on GamStop
  3165.              </h6>
  3166.            </a>
  3167.          </div>
  3168.          
  3169.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3170.            <a href="https://www.open-money.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3171.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3172.                <i class="ti-angle-right me-2 text-primary"></i>
  3173.                 non GamStop
  3174.              </h6>
  3175.            </a>
  3176.          </div>
  3177.          
  3178.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3179.            <a href="https://www.dinton-pastures.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3180.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3181.                <i class="ti-angle-right me-2 text-primary"></i>
  3182.                 UK casinos not on GamStop
  3183.              </h6>
  3184.            </a>
  3185.          </div>
  3186.          
  3187.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3188.            <a href="https://www.teapotisland.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3189.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3190.                <i class="ti-angle-right me-2 text-primary"></i>
  3191.                 casino not on GamStop UK
  3192.              </h6>
  3193.            </a>
  3194.          </div>
  3195.          
  3196.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3197.            <a href="https://oncallfire.uk/"  rel="dofollow" class="text-decoration-none ">
  3198.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3199.                <i class="ti-angle-right me-2 text-primary"></i>
  3200.                 Casinos Not on Gamstop
  3201.              </h6>
  3202.            </a>
  3203.          </div>
  3204.          
  3205.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3206.            <a href="https://www.gullwingbridge.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3207.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3208.                <i class="ti-angle-right me-2 text-primary"></i>
  3209.                 casinos not on GamStop
  3210.              </h6>
  3211.            </a>
  3212.          </div>
  3213.          
  3214.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3215.            <a href="https://www.socresonline.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3216.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3217.                <i class="ti-angle-right me-2 text-primary"></i>
  3218.                 crypto casino
  3219.              </h6>
  3220.            </a>
  3221.          </div>
  3222.          
  3223.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3224.            <a href="https://www.ncpqsw.com/"  rel="dofollow" class="text-decoration-none ">
  3225.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3226.                <i class="ti-angle-right me-2 text-primary"></i>
  3227.                 casino not on gamstop
  3228.              </h6>
  3229.            </a>
  3230.          </div>
  3231.          
  3232.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3233.            <a href="https://www.regionalnetworks.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3234.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3235.                <i class="ti-angle-right me-2 text-primary"></i>
  3236.                 Non GAMSTOP Casinos
  3237.              </h6>
  3238.            </a>
  3239.          </div>
  3240.          
  3241.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3242.            <a href="https://www.toop.eu"  rel="dofollow" class="text-decoration-none ">
  3243.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3244.                <i class="ti-angle-right me-2 text-primary"></i>
  3245.                 non gamstop casinos
  3246.              </h6>
  3247.            </a>
  3248.          </div>
  3249.          
  3250.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3251.            <a href="https://www.summerhall.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3252.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3253.                <i class="ti-angle-right me-2 text-primary"></i>
  3254.                 non gamstop casinos
  3255.              </h6>
  3256.            </a>
  3257.          </div>
  3258.          
  3259.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3260.            <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none ">
  3261.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3262.                <i class="ti-angle-right me-2 text-primary"></i>
  3263.                 crypto casino
  3264.              </h6>
  3265.            </a>
  3266.          </div>
  3267.          
  3268.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3269.            <a href="https://americanmediainstitute.com/"  rel="dofollow" class="text-decoration-none ">
  3270.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3271.                <i class="ti-angle-right me-2 text-primary"></i>
  3272.                 california online casino
  3273.              </h6>
  3274.            </a>
  3275.          </div>
  3276.          
  3277.  
  3278.        </div>
  3279.  
  3280.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3281.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3282.        </div> -->
  3283.      </div>
  3284.    </div>
  3285.    
  3286.    <div class="sidebar-widget mb-4">
  3287.      <div class="widget-title-wrapper mb-3">
  3288.        <h4 class="widget-title bg-primary text-white px-4 py-3 mb-0 position-relative">
  3289.          <i class="ti-calendar me-2"></i>February 2026 Blog Roll
  3290.          <span class="title-arrow"></span>
  3291.        </h4>
  3292.      </div>
  3293.      <div class="widget-content mb-3 border border-light shadow-sm rounded-3 p-4">
  3294.        <div class="blog-roll-list scrollable-sidebar">
  3295.          
  3296.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3297.            <a href="https://ibrabee.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3298.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3299.                <i class="ti-angle-right me-2 text-primary"></i>
  3300.                 best casinos not on gamstop
  3301.              </h6>
  3302.            </a>
  3303.          </div>
  3304.          
  3305.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3306.            <a href="https://knightsof.media/"  rel="dofollow" class="text-decoration-none ">
  3307.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3308.                <i class="ti-angle-right me-2 text-primary"></i>
  3309.                 online casino uk
  3310.              </h6>
  3311.            </a>
  3312.          </div>
  3313.          
  3314.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3315.            <a href="https://www.roadpeace.org/"  rel="dofollow" class="text-decoration-none ">
  3316.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3317.                <i class="ti-angle-right me-2 text-primary"></i>
  3318.                 online casinos
  3319.              </h6>
  3320.            </a>
  3321.          </div>
  3322.          
  3323.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3324.            <a href="https://www.money-mentor.org/"  rel="dofollow" class="text-decoration-none ">
  3325.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3326.                <i class="ti-angle-right me-2 text-primary"></i>
  3327.                 no verification casino
  3328.              </h6>
  3329.            </a>
  3330.          </div>
  3331.          
  3332.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3333.            <a href="https://platypuspress.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3334.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3335.                <i class="ti-angle-right me-2 text-primary"></i>
  3336.                 online casino
  3337.              </h6>
  3338.            </a>
  3339.          </div>
  3340.          
  3341.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3342.            <a href="https://plasticoceans.uk/"  rel="dofollow" class="text-decoration-none ">
  3343.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3344.                <i class="ti-angle-right me-2 text-primary"></i>
  3345.                 non gamstop casino
  3346.              </h6>
  3347.            </a>
  3348.          </div>
  3349.          
  3350.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3351.            <a href="https://letstalkloneliness.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3352.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3353.                <i class="ti-angle-right me-2 text-primary"></i>
  3354.                 top 50 online casinos uk
  3355.              </h6>
  3356.            </a>
  3357.          </div>
  3358.          
  3359.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3360.            <a href="https://www.mesaonline.org/"  rel="dofollow" class="text-decoration-none ">
  3361.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3362.                <i class="ti-angle-right me-2 text-primary"></i>
  3363.                 online casino
  3364.              </h6>
  3365.            </a>
  3366.          </div>
  3367.          
  3368.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3369.            <a href="https://www.lsx.org.uk/"  rel="dofollow" class="text-decoration-none ">
  3370.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3371.                <i class="ti-angle-right me-2 text-primary"></i>
  3372.                 betting sites
  3373.              </h6>
  3374.            </a>
  3375.          </div>
  3376.          
  3377.          <div class="blog-roll-item mb-3 pb-3 border-bottom border-light ">
  3378.            <a href="https://www.foreignersinuk.co.uk/"  rel="dofollow" class="text-decoration-none ">
  3379.              <h6 class="blog-titl top-color mb-2 fw-semibold">
  3380.                <i class="ti-angle-right me-2 text-primary"></i>
  3381.                 casino not on gamstop
  3382.              </h6>
  3383.            </a>
  3384.          </div>
  3385.          
  3386.  
  3387.        </div>
  3388.  
  3389.        <!-- <div class="text-center mt-4 pt-3 border-top border-light">
  3390.          <a href="#" class="btn btn-success btn-sm px-4"><i class="ti-eye me-1"></i>View All August Posts</a>
  3391.        </div> -->
  3392.      </div>
  3393.    </div>
  3394.    
  3395.  </div>
  3396.  
  3397. <!-- Sidebar V2 Styles -->
  3398. <style>
  3399.  .sidebar-widget {
  3400.    position: relative;
  3401.  }
  3402.  
  3403.  .widget-title {
  3404.    font-size: 1.1rem;
  3405.    font-weight: 700;
  3406.    display: inline-block;
  3407.    position: relative;
  3408.    z-index: 2;
  3409.    border-radius: 0;
  3410.  }
  3411.  
  3412.  /* Green arrow for August Blog Roll */
  3413.  .title-arrow::after {
  3414.    content: '';
  3415.    position: absolute;
  3416.    top: 0;
  3417.    right: -22px;
  3418.    width: 0;
  3419.    height: 0;
  3420.    border-left: 22px solid var(--bs-primary);
  3421.    border-top: 22px solid transparent;
  3422.    border-bottom: 22px solid transparent;
  3423.    z-index: 1;
  3424.  }
  3425.  
  3426.  /* Blue arrow for Recent Posts */
  3427.  .title-arrow-primary::after {
  3428.    content: '';
  3429.    position: absolute;
  3430.    top: 0;
  3431.    right: -22px;
  3432.    width: 0;
  3433.    height: 0;
  3434.    border-left: 22px solid var(--bs-primary);
  3435.    border-top: 22px solid transparent;
  3436.    border-bottom: 22px solid transparent;
  3437.    z-index: 1;
  3438.  }
  3439.  
  3440.  .widget-content {
  3441.    margin-top: -1px;
  3442.    position: relative;
  3443.    z-index: 1;
  3444.     background-color: var(--card-bg);
  3445.  }
  3446.  
  3447.  /* Blog Roll Items Hover Effects */
  3448.  .blog-roll-item:hover .post-title {
  3449.    color: #198754 !important;
  3450.    transform: translateX(5px);
  3451.    transition: all 0.3s ease;
  3452.  }
  3453.  
  3454.  /* Recent Post Items Hover Effects */
  3455.  .recent-post-item:hover .post-title a {
  3456.    color: #0d6efd !important;
  3457.    transition: color 0.3s ease;
  3458.  }
  3459.  
  3460.  .recent-post-item:hover .post-image img {
  3461.    transform: scale(1.05);
  3462.    transition: transform 0.3s ease;
  3463.  }
  3464.  
  3465.  /* Button Hover Effects */
  3466.  .btn:hover {
  3467.    transform: translateY(-2px);
  3468.    transition: all 0.3s ease;
  3469.    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  3470.  }
  3471.  
  3472.  /* Badge Hover Effects */
  3473.  .badge:hover {
  3474.    transform: scale(1.05);
  3475.    transition: transform 0.3s ease;
  3476.  }
  3477.  
  3478.  @media (max-width: 991px) {
  3479.    .sidebar {
  3480.      margin-top: 3rem;
  3481.    }
  3482.  }
  3483.  
  3484.  @media (max-width: 576px) {
  3485.    .widget-title {
  3486.      font-size: 1rem;
  3487.      padding: 0.75rem 1rem !important;
  3488.    }
  3489.  
  3490.    .title-arrow::after,
  3491.    .title-arrow-primary::after {
  3492.      right: -18px;
  3493.      border-left-width: 18px;
  3494.      border-top-width: 18px;
  3495.      border-bottom-width: 18px;
  3496.    }
  3497.  
  3498.    .post-image {
  3499.      width: 70px !important;
  3500.      height: 55px !important;
  3501.    }
  3502.  
  3503.    .blog-meta {
  3504.      flex-direction: column !important;
  3505.      align-items: flex-start !important;
  3506.      gap: 0.5rem;
  3507.    }
  3508.  }
  3509. </style>
  3510.  
  3511.    
  3512.                </div>
  3513.            </div>
  3514.        </div>
  3515.    </div>
  3516. </section>
  3517.  
  3518. <script>
  3519.    // Intersection Observer for Fade-in with Slight Rotation
  3520.    document.addEventListener('DOMContentLoaded', function() {
  3521.        const observerOptions = {
  3522.            threshold: 0.15, // Trigger when 15% of the card is visible
  3523.            rootMargin: '0px 0px -50px 0px',
  3524.        };
  3525.  
  3526.        const observer = new IntersectionObserver(function(entries, observer) {
  3527.            entries.forEach(entry => {
  3528.                if (entry.isIntersecting) {
  3529.                    entry.target.classList.add('visible');
  3530.                    observer.unobserve(entry.target);
  3531.                }
  3532.            });
  3533.        }, observerOptions);
  3534.  
  3535.        document.querySelectorAll('.blog-card-v10').forEach(card => {
  3536.            observer.observe(card);
  3537.        });
  3538.    });
  3539. </script>
  3540.  
  3541.    
  3542.        
  3543.        <!-- end wpo-blog-highlights-section -->
  3544.        <!-- start wpo-blog-sponsored-section -->
  3545.        
  3546.  
  3547.  
  3548.  
  3549.    
  3550.  
  3551.  
  3552.  
  3553. <style>
  3554.    .sponsored-section-v3 {
  3555.        padding: 0 0 50px;
  3556.    }
  3557.    
  3558.    .sponsored-card-v3 {
  3559.        background: white;
  3560.        border: 1px solid var(--border-color);
  3561.        border-radius: 0;
  3562.        overflow: hidden;
  3563.        transition: all 0.3s ease;
  3564.        height: 100%;
  3565.        position: relative;
  3566.    }
  3567.    
  3568.    .sponsored-card-v3:hover {
  3569.        border-color: #dee2e6;
  3570.        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  3571.    }
  3572.    
  3573.    .sponsored-image-v3 {
  3574.        position: relative;
  3575.        overflow: hidden;
  3576.        height: 160px;
  3577.    }
  3578.    
  3579.    .sponsored-image-v3 img {
  3580.        width: 100%;
  3581.        height: 100%;
  3582.        object-fit: cover;
  3583.        filter: grayscale(20%);
  3584.        transition: filter 0.3s ease;
  3585.    }
  3586.    
  3587.    .sponsored-card-v3:hover .sponsored-image-v3 img {
  3588.        filter: grayscale(0%);
  3589.    }
  3590.    
  3591.    .sponsored-badge-v3 {
  3592.        position: absolute;
  3593.        bottom: auto;
  3594.        left: auto;
  3595.        right: 10px;
  3596.        top: 10px;
  3597.        padding: 8px;
  3598.        font-size: 10px;
  3599.        font-weight: 700;
  3600.        text-transform: uppercase;
  3601.        letter-spacing: 1px;
  3602.        text-align: center;
  3603.    }
  3604.    
  3605.    .sponsored-content-v3 {
  3606.        position: relative;
  3607.        padding: 24px 20px;
  3608.    }
  3609.    
  3610.    .sponsored-title-v3 {
  3611.        font-size: 15px;
  3612.        font-weight: 700;
  3613.        line-height: 1.5;
  3614.        margin-bottom: 18px;
  3615.        min-height: 45px;
  3616.        text-transform: uppercase;
  3617.        letter-spacing: 0.5px;
  3618.    }
  3619.    
  3620.    .sponsored-title-v3 a {
  3621.        text-decoration: none;
  3622.        transition: opacity 0.3s ease;
  3623.    }
  3624.    
  3625.    .sponsored-title-v3 a:hover {
  3626.        opacity: 0.8;
  3627.    }
  3628.    
  3629.    .sponsored-meta-v3 {
  3630.        display: flex;
  3631.        align-items: center;
  3632.        justify-content: space-between;
  3633.        font-size: 11px;
  3634.        font-weight: 600;
  3635.        text-transform: uppercase;
  3636.        letter-spacing: 0.5px;
  3637.        padding-top: 12px;
  3638.        border-top: 1px solid #f1f3f4;
  3639.    }
  3640.    
  3641.    .author-info-v3 {
  3642.        display: flex;
  3643.        align-items: center;
  3644.        gap: 8px;
  3645.    }
  3646.    
  3647.    .sponsored-author-img-v3 {
  3648.        width: 30px;
  3649.        height: 30px;
  3650.        border-radius: 50%;
  3651.        object-fit: cover;
  3652.    }
  3653.    
  3654.    .section-title-sponsored-v3 {
  3655.        font-size: 2.5rem;
  3656.        font-weight: 900;
  3657.        text-align: left;
  3658.        margin-bottom: 30px;
  3659.        letter-spacing: 2px;
  3660.        border-left: 8px solid var(--bs-primary);
  3661.        padding-left: 20px;
  3662.    }
  3663.    
  3664.    .sponsored-overlay-v3 {
  3665.        position: absolute;
  3666.        top: 0;
  3667.        left: 0;
  3668.        right: 0;
  3669.        bottom: 0;
  3670.        background: linear-gradient(45deg, transparent 0%, rgba(0,0,0,0.1) 100%);
  3671.        opacity: 0;
  3672.        transition: opacity 0.3s ease;
  3673.    }
  3674.    
  3675.    .sponsored-card-v3:hover .sponsored-overlay-v3 {
  3676.        opacity: 1;
  3677.    }
  3678.  
  3679.    @media (max-width: 768px) {
  3680.        .sponsored-section-v3 {
  3681.            padding: 0px 0 40px;
  3682.        }
  3683.        .section-title-sponsored-v3 {
  3684.            font-size: 2.2rem;
  3685.            text-align: center;
  3686.            border-left: none;
  3687.            border-bottom: 4px solid;
  3688.            padding-left: 0;
  3689.            padding-bottom: 10px;
  3690.        }
  3691.        .sponsored-content-v3 {
  3692.            padding: 20px 16px;
  3693.        }
  3694.    }
  3695. </style>
  3696.  
  3697. <section class="sponsored-section-v3">
  3698.    <div class="container-fluid fluid-container mt-5">
  3699.        <div class="row">
  3700.            <div class="col-12">
  3701.                <h2 class="section-title-sponsored-v3 ">Sponsored News</h2>
  3702.            </div>
  3703.        </div>
  3704.        
  3705.        <div class="row g-3">
  3706.            
  3707.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3708.                <div class="card sponsored-card-v3">
  3709.                    <div class="sponsored-overlay-v3"></div>
  3710.                    <div class="sponsored-image-v3">
  3711.                        
  3712.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3713.                        
  3714.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3715.                    </div>
  3716.                    <div class="sponsored-content-v3">
  3717.                        <h3 class="sponsored-title-v3">
  3718.                            <a href="/troubling-remembrances-resurface-in-davao-as-investigators-piece-together-bondi-attack-alleged-attackers-movements/" class="top-color">
  3719.                            Troubling Remembrances Resurface in Davao as Investigators Piece Together Bondi Attack Alleged Attackers&#x27; Movements
  3720.                            </a>
  3721.                        </h3>
  3722.                        <div class="sponsored-meta-v3">
  3723.                            <div class="author-info-v3">
  3724.                                
  3725.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="David Burnett" class="sponsored-author-img-v3">
  3726.                                
  3727.                                <span class="top-color">
  3728.                                    David Burnett
  3729.                                </span>
  3730.                            </div>
  3731.                            <span class="top-color">18 May 2026</span>
  3732.                        </div>
  3733.                    </div>
  3734.                </div>
  3735.            </div>
  3736.            
  3737.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3738.                <div class="card sponsored-card-v3">
  3739.                    <div class="sponsored-overlay-v3"></div>
  3740.                    <div class="sponsored-image-v3">
  3741.                        
  3742.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3743.                        
  3744.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3745.                    </div>
  3746.                    <div class="sponsored-content-v3">
  3747.                        <h3 class="sponsored-title-v3">
  3748.                            <a href="/genuine-algarve-uncovering-portugal-beyond-the-shoreline/" class="top-color">
  3749.                            Genuine Algarve: Uncovering Portugal Beyond the Shoreline
  3750.                            </a>
  3751.                        </h3>
  3752.                        <div class="sponsored-meta-v3">
  3753.                            <div class="author-info-v3">
  3754.                                
  3755.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="David Burnett" class="sponsored-author-img-v3">
  3756.                                
  3757.                                <span class="top-color">
  3758.                                    David Burnett
  3759.                                </span>
  3760.                            </div>
  3761.                            <span class="top-color">18 May 2026</span>
  3762.                        </div>
  3763.                    </div>
  3764.                </div>
  3765.            </div>
  3766.            
  3767.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3768.                <div class="card sponsored-card-v3">
  3769.                    <div class="sponsored-overlay-v3"></div>
  3770.                    <div class="sponsored-image-v3">
  3771.                        
  3772.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3773.                        
  3774.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3775.                    </div>
  3776.                    <div class="sponsored-content-v3">
  3777.                        <h3 class="sponsored-title-v3">
  3778.                            <a href="/david-raya-highlights-teams-strength-as-key-to-silverware-challenge/" class="top-color">
  3779.                            David Raya Highlights Team&#x27;s Strength as Key to Silverware Challenge
  3780.                            </a>
  3781.                        </h3>
  3782.                        <div class="sponsored-meta-v3">
  3783.                            <div class="author-info-v3">
  3784.                                
  3785.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="David Burnett" class="sponsored-author-img-v3">
  3786.                                
  3787.                                <span class="top-color">
  3788.                                    David Burnett
  3789.                                </span>
  3790.                            </div>
  3791.                            <span class="top-color">18 May 2026</span>
  3792.                        </div>
  3793.                    </div>
  3794.                </div>
  3795.            </div>
  3796.            
  3797.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3798.                <div class="card sponsored-card-v3">
  3799.                    <div class="sponsored-overlay-v3"></div>
  3800.                    <div class="sponsored-image-v3">
  3801.                        
  3802.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3803.                        
  3804.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3805.                    </div>
  3806.                    <div class="sponsored-content-v3">
  3807.                        <h3 class="sponsored-title-v3">
  3808.                            <a href="/can-the-new-zealand-rugby-team-regain-their-spark-during-the-fall-tour/" class="top-color">
  3809.                            Can the New Zealand rugby team regain their spark during the fall tour?
  3810.                            </a>
  3811.                        </h3>
  3812.                        <div class="sponsored-meta-v3">
  3813.                            <div class="author-info-v3">
  3814.                                
  3815.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="David Burnett" class="sponsored-author-img-v3">
  3816.                                
  3817.                                <span class="top-color">
  3818.                                    David Burnett
  3819.                                </span>
  3820.                            </div>
  3821.                            <span class="top-color">18 May 2026</span>
  3822.                        </div>
  3823.                    </div>
  3824.                </div>
  3825.            </div>
  3826.            
  3827.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3828.                <div class="card sponsored-card-v3">
  3829.                    <div class="sponsored-overlay-v3"></div>
  3830.                    <div class="sponsored-image-v3">
  3831.                        
  3832.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3833.                        
  3834.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3835.                    </div>
  3836.                    <div class="sponsored-content-v3">
  3837.                        <h3 class="sponsored-title-v3">
  3838.                            <a href="/the-presidents-overarching-influence-in-athletics-achieved-new-heights-in-2025-next-year-promises-to-be-even-bigger/" class="top-color">
  3839.                            The President&#x27;s Overarching Influence in Athletics Achieved New Heights in 2025. Next Year Promises to Be Even Bigger.
  3840.                            </a>
  3841.                        </h3>
  3842.                        <div class="sponsored-meta-v3">
  3843.                            <div class="author-info-v3">
  3844.                                
  3845.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="David Burnett" class="sponsored-author-img-v3">
  3846.                                
  3847.                                <span class="top-color">
  3848.                                    David Burnett
  3849.                                </span>
  3850.                            </div>
  3851.                            <span class="top-color">18 May 2026</span>
  3852.                        </div>
  3853.                    </div>
  3854.                </div>
  3855.            </div>
  3856.            
  3857.            <div class="col-xl-3 col-lg-6 col-md-6 col-12">
  3858.                <div class="card sponsored-card-v3">
  3859.                    <div class="sponsored-overlay-v3"></div>
  3860.                    <div class="sponsored-image-v3">
  3861.                        
  3862.                            <img    src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="">
  3863.                        
  3864.                        <div class="sponsored-badge-v3 bg-primary-gradient">News</div>
  3865.                    </div>
  3866.                    <div class="sponsored-content-v3">
  3867.                        <h3 class="sponsored-title-v3">
  3868.                            <a href="/we-were-fired-and-were-embracing-it-learn-how-to-secure-a-fresh-position-that-fits-your-needs/" class="top-color">
  3869.                            We Were Fired, and We&#x27;re Embracing It – Learn How to Secure a Fresh Position That Fits Your Needs
  3870.                            </a>
  3871.                        </h3>
  3872.                        <div class="sponsored-meta-v3">
  3873.                            <div class="author-info-v3">
  3874.                                
  3875.                                    <img src="/static/blogapp/assets/images/breaking-news/img-1.jpg" style="object-fit: cover;" alt="David Burnett" class="sponsored-author-img-v3">
  3876.                                
  3877.                                <span class="top-color">
  3878.                                    David Burnett
  3879.                                </span>
  3880.                            </div>
  3881.                            <span class="top-color">18 May 2026</span>
  3882.                        </div>
  3883.                    </div>
  3884.                </div>
  3885.            </div>
  3886.            
  3887.        </div>
  3888.    </div>
  3889. </section>
  3890.  
  3891.  
  3892.    
  3893.        <!-- end wpo-blog-sponsored-section -->
  3894.        <!-- start wpo-subscribe-section -->
  3895.        
  3896.        <!-- end subscribe-section -->
  3897.        <!-- start of wpo-site-footer-section -->
  3898.        
  3899.  
  3900.  
  3901.  
  3902.  
  3903.  
  3904.  
  3905. <footer class="wpo-site-footer-v2 ">
  3906.    
  3907.    <!-- Main Footer Content -->
  3908.    <div class="container-fluid fluid-container">
  3909.        
  3910.        <!-- Step 1: Brand Section -->
  3911.        <div class="footer-brand-section">
  3912.            <div class="row justify-content-center">
  3913.                <div class="col-lg-8 col-md-10 col-12 text-center">
  3914.                    <div class="brand-wrapper">
  3915.                        
  3916.                        <h2 class="brand-title">Cardix Center Blog</h2>
  3917.                        <p class="brand-description">Expert insights on heart health, cardiology treatments, and wellness tips from UK specialists. Stay informed with the latest in cardiovascular care.</p>
  3918.                        
  3919.                    </div>
  3920.                </div>
  3921.            </div>
  3922.        </div>
  3923.  
  3924.        <!-- Step 2: Content Columns with Separators -->
  3925.        <div class="footer-content-section">
  3926.            <div class="content-divider"></div>
  3927.            
  3928.            <div class="row">
  3929.                
  3930.                <!-- Column 1: Important Links -->
  3931.                <div class="col-lg-6 col-md-6 col-12">
  3932.                    <div class="footer-column">
  3933.                        <div class="column-header">
  3934.                            <span class="column-number bg-primary-gradient">01</span>
  3935.                            <h6 class="column-title">Important Pages</h6>
  3936.                        </div>
  3937.                        <div class="column-content">
  3938.                            <ul class="footer-links">
  3939.                                
  3940.                                <li>
  3941.                                    <a href="/crans-montana-fire-survivors-receive-care-in-specialist-clinics-throughout-the-continent/" class="footer-link">
  3942.                                        Crans-Montana Fire Survivors Receive Care in Specialist Clinics Throughout the Continent
  3943.                                    </a>
  3944.                                </li>
  3945.                                
  3946.                                <li>
  3947.                                    <a href="/conquering-the-art-of-winning-effective-strategies-for-outsmarting-the-odds-in-online-slot-games/" class="footer-link">
  3948.                                        Conquering the Art of Winning: Effective Strategies for Outsmarting the Odds in Online Slot Games
  3949.                                    </a>
  3950.                                </li>
  3951.                                
  3952.                                <li>
  3953.                                    <a href="/titans-salute-leaders-as-trump-offers-mamdani-a-warm-welcome/" class="footer-link">
  3954.                                        Titans Salute Leaders as Trump Offers Mamdani a Warm Welcome
  3955.                                    </a>
  3956.                                </li>
  3957.                                
  3958.                                <li>
  3959.                                    <a href="/the-decade-of-desire-from-erin-somers-the-midlife-adultery-tale-our-era-has-earned/" class="footer-link">
  3960.                                        The Decade of Desire from Erin Somers: The Midlife Adultery Tale Our Era Has Earned.
  3961.                                    </a>
  3962.                                </li>
  3963.                                
  3964.                                <li>
  3965.                                    <a href="/leader-zelensky-declares-the-nation-is-10-away-from-a-peace-deal-yet-not-at-any-possible-cost/" class="footer-link">
  3966.                                        Leader Zelensky Declares The Nation Is 10% Away from a Peace Deal, Yet Not at Any Possible Cost
  3967.                                    </a>
  3968.                                </li>
  3969.                                
  3970.                                <li>
  3971.                                    <a href="/the-new-animated-series-opening-sequence-selected-the-incorrect-popular-rpg-show-track/" class="footer-link">
  3972.                                        The New Animated Series&#x27; Opening Sequence Selected the Incorrect Popular RPG Show Track
  3973.                                    </a>
  3974.                                </li>
  3975.                                
  3976.                            </ul>
  3977.                        </div>
  3978.                    </div>
  3979.                </div>
  3980.  
  3981.                <!-- Column 2: External Links -->
  3982.                 <div class="col-lg-6 col-md-6 col-12">
  3983.                    <div class="footer-column">
  3984.                        <div class="column-header">
  3985.                            <span class="column-number bg-primary-gradient">02</span>
  3986.                            <h6 class="column-title">External Resources</h6>
  3987.                        </div>
  3988.                       <div class="column-content">
  3989.    <ul class="footer-links" id="footerLinks">
  3990.        
  3991.        
  3992.  
  3993.        
  3994.        
  3995.        
  3996.        
  3997.    </ul>
  3998. </div>
  3999.  
  4000.                    </div>
  4001.                </div>
  4002.  
  4003.                <!-- Column 3: Categories -->
  4004.                <div class="col-lg-6 col-md-6 col-12">
  4005.                    <div class="footer-column">
  4006.                        <div class="column-header">
  4007.                            <span class="column-number bg-primary-gradient">02</span>
  4008.                            <h6 class="column-title">Categories</h6>
  4009.                        </div>
  4010.                        <div class="column-content">
  4011.                            <ul class="footer-links">
  4012.                                
  4013.                                <li>
  4014.                                    <a href="/category/all-posts/" class="footer-link">
  4015.                                        All Posts
  4016.                                    </a>
  4017.                                </li>
  4018.                                
  4019.                                <li>
  4020.                                    <a href="/category/business/" class="footer-link">
  4021.                                        Business
  4022.                                    </a>
  4023.                                </li>
  4024.                                
  4025.                                <li>
  4026.                                    <a href="/category/esports/" class="footer-link">
  4027.                                        Esports
  4028.                                    </a>
  4029.                                </li>
  4030.                                
  4031.                                <li>
  4032.                                    <a href="/category/fashion/" class="footer-link">
  4033.                                        Fashion
  4034.                                    </a>
  4035.                                </li>
  4036.                                
  4037.                                <li>
  4038.                                    <a href="/category/featured/" class="footer-link">
  4039.                                        Featured
  4040.                                    </a>
  4041.                                </li>
  4042.                                
  4043.                                <li>
  4044.                                    <a href="/category/gaming/" class="footer-link">
  4045.                                        Gaming
  4046.                                    </a>
  4047.                                </li>
  4048.                                
  4049.                            </ul>
  4050.                        </div>
  4051.                    </div>
  4052.                </div>
  4053.  
  4054.            </div>
  4055.        </div>
  4056.  
  4057.        <!-- Step 3: Footer Bottom -->
  4058.        <div class="footer-bottom-section">
  4059.            <div class="bottom-divider"></div>
  4060.            <div class="d-flex justify-content-between flex-wrap">
  4061.                <div class="">
  4062.                    <p class="copyright-text">
  4063.                        &copy; 2026 <strong>Cardix Center Blog</strong> • All rights reserved
  4064.                    </p>
  4065.                </div>
  4066.                <div class="">
  4067.                    <nav class="footer-nav">
  4068.                        <a href="/page/write-for-us/" class="footer-nav-link">Write For Us</a>
  4069.                        <a href="/page/terms-and-conditions/" class="footer-nav-link">Terms</a>
  4070.                        <a href="/sitemap.xml" class="footer-nav-link">Sitemap</a>
  4071.                    </nav>
  4072.                </div>
  4073.            </div>
  4074.        </div>
  4075.  
  4076.    </div>
  4077.  
  4078.    <!-- Background Elements -->
  4079.    <div class="footer-bg-elements">
  4080.        <div class="bg-circle circle-1"></div>
  4081.        <div class="bg-circle circle-2"></div>
  4082.        <div class="bg-line line-1"></div>
  4083.        <div class="bg-line line-2"></div>
  4084.    </div>
  4085.  
  4086. </footer>
  4087.  
  4088. <style>
  4089. /* Footer V2 - Clean Blog Design */
  4090. .wpo-site-footer-v2 {
  4091.    color: var(--footer-color);
  4092.    background-color: var(--card-bg);
  4093.    margin-top: 100px;
  4094. }
  4095.  
  4096.  
  4097.  
  4098. /* Step 2: Brand Section */
  4099. .footer-brand-section {
  4100.    position: relative;
  4101.    z-index: 2;
  4102.    padding: 120px 0 60px;
  4103. }
  4104.  
  4105. .brand-wrapper {
  4106.    max-width: 600px;
  4107.    margin: 0 auto;
  4108. }
  4109.  
  4110. .footer-logo {
  4111.    max-height: 60px;
  4112.    width: auto;
  4113.    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
  4114. }
  4115.  
  4116. .brand-title {
  4117.    font-size: 2.2rem;
  4118.    font-weight: 800;
  4119.    color: var(--footer-color);
  4120.    margin-bottom: 1rem;
  4121.    letter-spacing: -0.02em;
  4122. }
  4123.  
  4124. .brand-description {
  4125.    font-size: 1.1rem;
  4126.    color: var(--footer-color);
  4127.    line-height: 1.6;
  4128.    opacity: .7;
  4129.    margin-bottom: 0;
  4130. }
  4131.  
  4132. /* Step 3: Content Section */
  4133. .footer-content-section {
  4134.    position: relative;
  4135.    z-index: 2;
  4136.    padding: 60px 0;
  4137. }
  4138.  
  4139.  
  4140. .footer-column {
  4141.    margin-bottom: 40px;
  4142.    padding: 0 20px;
  4143. }
  4144.  
  4145. .column-header {
  4146.    display: flex;
  4147.    align-items: center;
  4148.    margin-bottom: 25px;
  4149.    padding-bottom: 15px;
  4150.    border-bottom: 2px solid var(--border-color);
  4151. }
  4152.  
  4153. .column-number {
  4154.    width: 35px;
  4155.    height: 35px;
  4156.    border-radius: 10px;
  4157.    display: flex;
  4158.    align-items: center;
  4159.    justify-content: center;
  4160.    font-weight: 700;
  4161.    font-size: 0.9rem;
  4162.    margin-right: 15px;
  4163. }
  4164.  
  4165. .column-title {
  4166.    font-size: 1.1rem;
  4167.    font-weight: 700;
  4168.    color: var(--footer-color) !important;
  4169.    margin: 0;
  4170. }
  4171.  
  4172. .column-content {
  4173.    padding-left: 50px;
  4174. }
  4175.  
  4176. /* Footer Links */
  4177. .footer-links {
  4178.    list-style: none;
  4179.    padding: 0;
  4180.    margin: 0;
  4181. }
  4182.  
  4183. .footer-links li {
  4184.    margin-bottom: 12px;
  4185.    position: relative;
  4186. }
  4187.  
  4188. .footer-link {
  4189.    color: var(--footer-color) !important;
  4190.    text-decoration: none;
  4191.    font-size: 0.95rem;
  4192.    line-height: 1.5;
  4193.    transition: all 0.8s ease;
  4194.    position: relative;
  4195.    display: inline-flex;
  4196.    align-items: center;
  4197. }
  4198.  
  4199. .footer-link:hover {
  4200.    color: var(--bs-primary);
  4201.    padding-left: 8px;
  4202. }
  4203.  
  4204. .footer-link::before {
  4205.    content: '';
  4206.    position: absolute;
  4207.    left: -15px;
  4208.    top: 50%;
  4209.    transform: translateY(-50%);
  4210.    width: 4px;
  4211.    height: 4px;
  4212.    background: var(--bs-primary);
  4213.    border-radius: 50%;
  4214.    opacity: 0;
  4215.    transition: opacity 0.3s ease;
  4216. }
  4217.  
  4218. .footer-link:hover::before {
  4219.    opacity: 1;
  4220. }
  4221.  
  4222. /* Step 4: Footer Bottom */
  4223. .footer-bottom-section {
  4224.    position: relative;
  4225.    z-index: 2;
  4226.    padding: 30px 0;
  4227. }
  4228.  
  4229. .bottom-divider {
  4230.    width: 100%;
  4231.    height: 1px;
  4232.    background: linear-gradient(90deg, transparent 0%,var(--footer-color) ,var(--border-color) ,  transparent 100%);
  4233.    margin-bottom: 30px;
  4234. }
  4235.  
  4236. .copyright-text {
  4237.    color: var(--footer-color);
  4238.    font-size: 0.9rem;
  4239.    margin: 0;
  4240.    line-height: 1.6;
  4241. }
  4242.  
  4243. .footer-nav {
  4244.    display: flex;
  4245.    align-items: center;
  4246.    gap: 20px;
  4247.    justify-content: center;
  4248. }
  4249.  
  4250. .footer-nav-link {
  4251.    color: var(--footer-color) !important;
  4252.    text-decoration: none;
  4253.    font-size: 0.9rem;
  4254.    font-weight: 500;
  4255.    transition: color 0.3s ease;
  4256.    position: relative;
  4257. }
  4258.  
  4259. .footer-nav-link:hover {
  4260.    color: var(--bs-primary);
  4261. }
  4262.  
  4263. .footer-nav-link::after {
  4264.    content: '';
  4265.    position: absolute;
  4266.    bottom: -5px;
  4267.    left: 0;
  4268.    width: 0;
  4269.    height: 2px;
  4270.    background: var(--bs-primary) !important;
  4271.    transition: width 0.3s ease;
  4272. }
  4273.  
  4274. .footer-nav-link:hover::after {
  4275.    width: 100%;
  4276. }
  4277.  
  4278. /* Responsive Design */
  4279. @media (max-width: 992px) {
  4280.    .footer-brand-section {
  4281.        padding: 100px 0 50px;
  4282.    }
  4283.    
  4284.    .brand-title {
  4285.        font-size: 1.8rem;
  4286.    }
  4287.    
  4288.    .column-content {
  4289.        padding-left: 0;
  4290.        padding-top: 10px;
  4291.    }
  4292.    
  4293.    .column-header {
  4294.        flex-direction: column;
  4295.        align-items: flex-start;
  4296.        gap: 10px;
  4297.    }
  4298.    
  4299.    .column-number {
  4300.        align-self: center;
  4301.    }
  4302. }
  4303.  
  4304. @media (max-width: 768px) {
  4305.    .footer-brand-section {
  4306.        padding: 80px 0 40px;
  4307.    }
  4308.    
  4309.    .brand-title {
  4310.        font-size: 1.6rem;
  4311.    }
  4312.    
  4313.    .newsletter-inline {
  4314.        padding: 1.5rem;
  4315.        margin: 0 15px;
  4316.    }
  4317.    
  4318.    .newsletter-form .input-group {
  4319.        flex-direction: column;
  4320.    }
  4321.    
  4322.    .btn-newsletter {
  4323.        border-radius: 0 0 12px 12px;
  4324.    }
  4325.    
  4326.    .newsletter-input {
  4327.        border-radius: 12px 12px 0 0;
  4328.    }
  4329.    
  4330.    .footer-column {
  4331.        padding: 0 15px;
  4332.        margin-bottom: 35px;
  4333.    }
  4334.    
  4335.    .footer-nav {
  4336.        flex-direction: column;
  4337.        gap: 15px;
  4338.        margin-top: 20px;
  4339.    }
  4340. }
  4341.  
  4342. @media (max-width: 576px) {
  4343.    .footer-brand-section {
  4344.        padding: 60px 0 30px;
  4345.    }
  4346.    
  4347.    .brand-title {
  4348.        font-size: 1.4rem;
  4349.    }
  4350.    
  4351.    .brand-description {
  4352.        font-size: 1rem;
  4353.    }
  4354.    
  4355.    .newsletter-title {
  4356.        font-size: 1.1rem;
  4357.    }
  4358.    
  4359.    .column-title {
  4360.        font-size: 1rem;
  4361.    }
  4362.    
  4363.    .footer-column {
  4364.        padding: 0 10px;
  4365.    }
  4366.    
  4367.    .bg-circle, .bg-line {
  4368.        display: none;
  4369.    }
  4370. }
  4371.  
  4372. /* Minimal Animation */
  4373. .footer-column {
  4374.    transition: opacity 0.3s ease;
  4375. }
  4376.  
  4377. .footer-column:hover {
  4378.    opacity: 0.9;
  4379. }
  4380. </style>
  4381.  
  4382. <!-- Bootstrap 5 JS -->
  4383.  
  4384. <script>
  4385. // Scroll to Top Function
  4386. function scrollToTop() {
  4387.    window.scrollTo({
  4388.        top: 0,
  4389.        behavior: 'smooth'
  4390.    });
  4391. }
  4392.  
  4393. // Initialize Footer V2 Features
  4394. document.addEventListener('DOMContentLoaded', function() {
  4395.    
  4396.    // Newsletter Form Enhancement
  4397.    const newsletterForm = document.querySelector('.newsletter-form');
  4398.    if (newsletterForm) {
  4399.        newsletterForm.addEventListener('submit', function(e) {
  4400.            e.preventDefault(); // Remove this in actual implementation
  4401.            
  4402.            const submitBtn = this.querySelector('.btn-newsletter');
  4403.            const originalText = submitBtn.textContent;
  4404.            
  4405.            submitBtn.textContent = 'Subscribing...';
  4406.            submitBtn.disabled = true;
  4407.            
  4408.            // Simulate form processing
  4409.            setTimeout(() => {
  4410.                submitBtn.textContent = 'Subscribed!';
  4411.                submitBtn.style.background = 'linear-gradient(135deg, #10b981 0%, #059669 100%)';
  4412.                
  4413.                setTimeout(() => {
  4414.                    submitBtn.textContent = originalText;
  4415.                    submitBtn.disabled = false;
  4416.                    submitBtn.style.background = '';
  4417.                    this.reset();
  4418.                }, 2000);
  4419.            }, 1500);
  4420.        });
  4421.    }
  4422.    
  4423.    // Smooth reveal for columns on scroll
  4424.    const observerOptions = {
  4425.        threshold: 0.1,
  4426.        rootMargin: '0px 0px -50px 0px'
  4427.    };
  4428.    
  4429.    const observer = new IntersectionObserver((entries) => {
  4430.        entries.forEach(entry => {
  4431.            if (entry.isIntersecting) {
  4432.                entry.target.style.opacity = '1';
  4433.                entry.target.style.transform = 'translateY(0)';
  4434.            }
  4435.        });
  4436.    }, observerOptions);
  4437.    
  4438.    // Initially hide columns for animation
  4439.    document.querySelectorAll('.footer-column').forEach((column, index) => {
  4440.        column.style.opacity = '0';
  4441.        column.style.transform = 'translateY(20px)';
  4442.        column.style.transition = `all 0.6s ease ${index * 0.1}s`;
  4443.        observer.observe(column);
  4444.    });
  4445.    
  4446.    // Prevent default for placeholder links
  4447.    document.querySelectorAll('a[href="#"]').forEach(link => {
  4448.        link.addEventListener('click', function(e) {
  4449.            e.preventDefault();
  4450.        });
  4451.    });
  4452. });
  4453.  
  4454. document.addEventListener('DOMContentLoaded', function () {
  4455.    var btn = document.getElementById('toggleFooterLinks');
  4456.    if (!btn) return; // No extra links, no button
  4457.  
  4458.    var extras = document.querySelectorAll('#footerLinks li.extra');
  4459.  
  4460.    btn.addEventListener('click', function () {
  4461.        var anyHidden = Array.prototype.some.call(extras, function (li) {
  4462.            return li.classList.contains('d-none');
  4463.        });
  4464.  
  4465.        extras.forEach(function (li) {
  4466.            if (anyHidden) {
  4467.                li.classList.remove('d-none');
  4468.                li.classList.add('show');
  4469.            } else {
  4470.                li.classList.add('d-none');
  4471.                li.classList.remove('show');
  4472.            }
  4473.        });
  4474.  
  4475.        btn.textContent = anyHidden ? 'View less' : 'View more';
  4476.        btn.setAttribute('aria-expanded', anyHidden ? 'true' : 'false');
  4477.    });
  4478. });
  4479.  
  4480. </script>
  4481.  
  4482.        <!-- end of wpo-site-footer-section -->
  4483.    </div>
  4484.    <!-- end of page-wrapper -->
  4485.  
  4486.    <!-- All JavaScript files
  4487.    ================================================== -->
  4488.    
  4489.  
  4490. <script src="/static/blogapp/assets/js/jquery.min.js"></script>
  4491. <script src="/static/blogapp/assets/js/bootstrap.bundle.min.js"></script>
  4492. <!-- Plugins for this template -->
  4493. <script src="/static/blogapp/assets/js/modernizr.custom.js"></script>
  4494. <script src="/static/blogapp/assets/js/jquery-plugin-collection.js"></script>
  4495. <!-- Custom script for this template -->
  4496. <script src="/static/blogapp/assets/js/script.js"></script>
  4497.  
  4498. <script>
  4499. (function () {
  4500. var fallbackImageSrc = "/static/blogapp/assets/images/breaking-news/img-1.jpg";
  4501. console.log("[ImageFallback] Initialized with fallback:", fallbackImageSrc);
  4502.  
  4503. function applyFallback(img) {
  4504. if (!img || img.dataset.fallbackApplied === "1") {
  4505. return;
  4506. }
  4507. var failedSrc = img.currentSrc || img.src || "";
  4508. img.dataset.fallbackApplied = "1";
  4509. img.onerror = null;
  4510. img.src = fallbackImageSrc;
  4511. console.warn("[ImageFallback] Replaced broken image:", {
  4512. failedSrc: failedSrc,
  4513. fallbackSrc: fallbackImageSrc,
  4514. alt: img.alt || "",
  4515. });
  4516. }
  4517.  
  4518. document.querySelectorAll("img").forEach(function (img) {
  4519. if (img.complete && img.naturalWidth === 0) {
  4520. console.warn("[ImageFallback] Found broken image at load, applying fallback.", {
  4521. failedSrc: img.currentSrc || img.src || "",
  4522. alt: img.alt || "",
  4523. });
  4524. applyFallback(img);
  4525. }
  4526. });
  4527.  
  4528. document.addEventListener(
  4529. "error",
  4530. function (event) {
  4531. var target = event.target;
  4532. if (target && target.tagName === "IMG") {
  4533. applyFallback(target);
  4534. }
  4535. },
  4536. true
  4537. );
  4538. })();
  4539. </script>
  4540.  
  4541. <!-- <script src="https://api-new.nextbacklinks.com/static/ads/ad-script.js"></script> -->
  4542.  
  4543.  
  4544.  
  4545. <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":"496375c44145435ca254a4d5f6fd46c9","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  4546. </body>
  4547.  
  4548. </html>
  4549.  
  4550.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda